123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419 |
- /* 产品功能 开始 */
- .product-top {
- /* height: 457px; */
- height: 420px;
- padding: 10px 30px 50px;
- }
- .product-top .product-project-image {
- height: 390px;
- width: 390px;
- position: absolute;
- right: 30px;
- top: 0px;
- image-rendering: -moz-crisp-edges;
- /* Firefox */
- image-rendering: -o-crisp-edges;
- /* Opera */
- image-rendering: -webkit-optimize-contrast;
- /* Webkit (non-standard naming) */
- image-rendering: crisp-edges;
- -ms-interpolation-mode: nearest-neighbor;
- /* IE (non-standard property) */
- }
- .product-top .product-top-name {
- height: 33px;
- font-size: 24px;
- font-weight: 600;
- letter-spacing: 1px;
- color: #212326;
- display: inline-block;
- vertical-align: middle;
- }
- .product-top .product-top-title,
- .product-top .product-top-title.wiki,
- .product-top .product-top-title.plan,
- .product-top .product-top-title.account,
- .product-top .product-top-subtitle {
- /* width: 345px; */
- width: 500px;
- }
- .product-top .product-top-subtitle.perform,
- .product-top .product-top-subtitle.account {
- width: 339px;
- }
- .product-page-main-content {
- padding-top: 80px;
- padding-bottom: 80px;
- background-color: #fafbfc;
- }
- .product-top .top-content {
- margin-top: 80px;
- }
- .product-page-main {
- position: relative;
- z-index: 5;
- }
- .product-page-main-content {
- padding: 60px 0;
- }
- .product-page-main-content .product-content {
- width: 1200px;
- margin: auto;
- }
- .product-page-main .product-title {
- font-size: 32px;
- text-align: center;
- line-height: 1.5;
- font-weight: 600;
- color: #1d1e20;
- }
- .product-page-main .product-subtitle {
- font-size: 16px;
- line-height: 28px;
- text-align: center;
- font-weight: 400;
- color: #6c6f75;
- margin-top: 10px;
- margin-bottom: 40px;
- }
- .product-page-main-content .product-content .project-slide-component {
- width: 100%;
- height: 475px;
- margin-top: 20px;
- }
- .product-page-main-content .product-content .product-subtitle {
- width: 680px;
- line-height: 32px;
- margin: 10px auto 50px;
- }
- .product-page-main-content .product-content .project-slide-component.left {
- margin-bottom: 80px;
- }
- .product-page-main-content .product-content .project-slide-component.right {
- margin-bottom: 80px;
- }
- /* .product-page-main-content .product-content .project-slide-component.left {
- margin-bottom: 50px;
- } */
- .product-page-main-content .product-content .project-slide-component .slide-component {
- position: relative;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul {
- position: absolute;
- }
- /* .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul {
- position: relative;
- display: inline-block;
- width: 100%;
- } */
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul.left {
- left: 0;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul.right {
- right: 0;
- }
- /* .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul.left {
- left: auto;
- } */
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li {
- width: 386px;
- margin-bottom: 20px;
- cursor: pointer;
- border-radius: 3px;
- box-shadow: 0 2px 12px 0 rgb(48 48 48 / 5%), 0 2px 8px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(0 0 0 / 10%);
- background-color: #fff;
- padding: 30px;
- border-left: 3px solid;
- border-color: #fff;
- color: #212326;
- max-height: 260px;
- transition: .3s;
- position: relative;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li.active {
- border-color: #0b5dd9;
- }
- /* .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li {
- display: inline-block;
- width: 365px;
- height: 172px;
- padding-left: 20px;
- padding-right: 20px;
- } */
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul-title {
- /* font-size: 24px; */
- /* font-size: 22px; */
- font-size: 20px;
- height: 36px;
- line-height: 1.5;
- color: #1d1e20;
- margin-bottom: 15px;
- }
- .product-content-intro,
- .slide-component-ul-intro {
- position: relative;
- /* font-size: 16px; */
- font-size: 14px;
- line-height: 28px;
- font-weight: 400;
- color: #45464a;
- margin-bottom: 5px;
- padding-left: 15px;
- }
- .product-content-intro:before,
- .slide-component-ul-intro:before {
- content: "";
- width: 6px;
- height: 6px;
- border-radius: 50%;
- display: inline-block;
- position: absolute;
- background-color: #212326;
- top: 12px;
- left: 0;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img {
- position: absolute;
- display: none;
- border-radius: 3px;
- box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
- width: 784px;
- /* height: 475px; */
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img.left {
- left: 0;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img.right {
- right: 0;
- }
- .product-top .product-top-logo img {
- vertical-align: middle;
- object-fit: contain;
- }
- /* 产品功能 结束 */
- /* 相通产品开始 */
- .product-matrix-and-scene {
- padding: 80px 0 16px;
- }
- .product-matrix-and-scene .product-matrix-card {
- display: inline-block;
- width: 485px;
- height: 240px;
- border-radius: 3px;
- box-shadow: 0 4px 8px 0 rgb(48 48 48 / 10%);
- background-color: #fff;
- margin-right: 10px;
- padding: 41px 30px;
- margin-bottom: 10px;
- transition: .3s;
- }
- .product-matrix-and-scene .product-matrix-card:hover {
- position: relative;
- box-shadow: 0 20px 40px 0 rgb(48 48 48 / 5%), 0 30px 60px 0 rgb(48 48 48 / 10%);
- z-index: 1;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
- width: 151px;
- height: 158px;
- display: inline-block;
- vertical-align: top;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content {
- display: inline-block;
- width: 255px;
- margin-left: 15px;
- vertical-align: top;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-title {
- height: 30px;
- font-size: 20px;
- line-height: 1.5;
- color: #1d1e20;
- font-weight: 500;
- letter-spacing: 1.2px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-intro {
- width: 266px;
- height: 72px;
- font-size: 14px;
- line-height: 24px;
- color: #373737;
- margin-top: 10px;
- margin-bottom: 26px;
- }
- .product-page-main .product-matrix-card-more {
- display: inline-block;
- transition: .3s;
- height: 20px;
- }
- .product-page-main .product-matrix-card-link-more {
- display: inline-block;
- height: 20px;
- font-size: 14px;
- font-weight: 500;
- line-height: 20px;
- color: #0b5dd9;
- transition: .3s;
- }
- .matrix-card-more-arrow {
- background-image: url(../images/index/icon-right-arrowX3-bf0513bd00.png);
- }
- .product-matrix-and-scene .product-scene-card.last {
- margin-right: 0;
- }
- .product-matrix-and-scene .second-content {
- margin-top: 70px;
- }
- /* 相通产品结束 */
- /* 场景开始 */
- .product-matrix-and-scene .product-scene-card {
- height: 178px;
- width: 288px;
- display: inline-block;
- position: relative;
- margin-right: 62px;
- margin-bottom: 64px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img {
- margin-bottom: 20px;
- }
- .product-scene-card-title {
- font-size: 20px;
- height: 30px;
- line-height: 1.5;
- letter-spacing: 1.2px;
- color: #1d1e20;
- font-weight: 500;
- }
- .product-scene-card-intro {
- height: 48px;
- font-size: 14px;
- line-height: 24px;
- color: #45464a;
- font-weight: 400;
- margin-top: 10px;
- }
- .product-matrix-and-scene .product-scene-card.last {
- margin-right: 0;
- }
- /* 场景结束 */
- @media screen and (min-width: 768px) and (max-width: 991px) {
- /* 产品功能 开始*/
- .index-pc {
- display: none;
- }
- .index-mobile {
- display: block;
- }
- .product-top {
- height: auto;
- padding: 50px 30px 0;
- }
- .normal-width {
- width: 555px;
- }
- .product-top .product-top-logo {
- margin-bottom: 20px;
- }
- .product-top .product-top-logo img {
- height: 28px;
- width: 28px;
- }
- .product-top .product-top-logo .product-top-name {
- font-size: 20px;
- height: 27px;
- }
- .product-top .product-top-title,
- .product-top .product-top-title.account,
- .product-top .product-top-title.plan,
- .product-top .product-top-title.wiki {
- width: 100%;
- font-size: 32px;
- line-height: 48px;
- letter-spacing: 1px;
- }
- .product-top .product-top-subtitle,
- .product-top .product-top-subtitle.account,
- .product-top .product-top-subtitle.perform {
- width: 100%;
- font-size: 14px;
- line-height: 20px;
- letter-spacing: 0;
- }
- .product-top .product-project-image {
- float: none;
- height: 342px;
- width: 342px;
- position: relative;
- left: auto;
- bottom: auto;
- top: auto;
- right: auto;
- margin: 20px auto;
- }
- .product-top .product-project-image img {
- width: 100%;
- height: 100%;
- margin: auto;
- }
- .product-page-main .product-content .product-title {
- font-size: 24px;
- line-height: 34px;
- text-align: left;
- margin-bottom: 10px;
- letter-spacing: 1px;
- }
- .product-page-main .product-content .product-subtitle {
- font-size: 14px;
- line-height: 24px;
- text-align: left;
- width: auto;
- margin-bottom: 40px;
- }
- .product-page-main .product-response-card {
- margin-bottom: 50px;
- }
- .product-page-main .product-response-card-content {
- margin-bottom: 10px;
- }
- .product-page-main .product-content-title {
- font-size: 20px;
- line-height: 36px;
- color: #212326;
- }
- .product-page-main .product-content-intro {
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- margin-bottom: 0;
- }
- .product-content-intro:before,
- .slide-component-ul-intro:before {
- content: "";
- width: 6px;
- height: 6px;
- border-radius: 50%;
- display: inline-block;
- position: absolute;
- background-color: #212326;
- top: 12px;
- left: 0;
- }
- .product-page-main .product-content-intro {
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- margin-bottom: 0;
- padding-left: 15px;
- position: relative;
- font-weight: 400;
- }
- .product-page-main .product-content {
- width: 495px;
- margin: 0 auto;
- }
- .product-page-main .product-response-card-img {
- width: 100%;
- height: 300px;
- }
- .product-page-main .product-response-card-img img,
- .product-page-main .product-response-card-img video {
- height: 100%;
- width: 100%;
- box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
- border-radius: 3px;
- }
- /* 产品功能 结束*/
- /* 相通产品开始 */
- .product-matrix-and-scene {
- padding: 50px 30px 20px;
- }
- .product-page-main .product-title {
- font-size: 24px;
- line-height: 34px;
- text-align: left;
- width: auto;
- margin-bottom: 10px;
- letter-spacing: 1px;
- }
- .product-page-main .product-subtitle {
- font-size: 14px;
- text-align: left;
- line-height: 24px;
- }
- .product-matrix-and-scene .product-matrix-card {
- display: block;
- width: 100%;
- margin-bottom: 30px;
- padding: 40px 20px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
- width: 151px;
- height: 158px;
- margin-top: 0;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img img {
- height: 100%;
- width: 100%;
- object-fit: contain;
- }
- /* 相通产品结束 */
- /* 场景 */
- .product-matrix-and-scene .product-scene-card {
- width: 217px;
- height: 190px;
- margin-bottom: 30px;
- vertical-align: top;
- margin-right: 28px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img {
- width: 56px;
- height: 44px;
- margin-top: 14px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img img {
- height: 100%;
- width: 100%;
- image-rendering: -webkit-optimize-contrast;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-title {
- font-size: 16px;
- line-height: 30px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-intro {
- margin-right: 0;
- font-size: 14px;
- line-height: 22px;
- }
- /* 场景 */
- }
- @media screen and (min-width: 200px) and (max-width: 767px) {
- /* 产品功能 开始*/
- .product-top {
- height: auto;
- padding: 30px 20px 0;
- }
- .normal-width {
- width: 375px;
- }
- .product-top .product-top-logo {
- margin-bottom: 20px;
- display: inline-block;
- }
- .product-top .product-top-logo img {
- height: 28px;
- width: 28px;
- vertical-align: middle;
- object-fit: contain;
- }
- .product-top .product-top-logo .product-top-name {
- font-size: 20px;
- height: 27px;
- }
- .product-top .product-top-title.project,
- .product-top .product-top-title.testcase {
- width: 90%;
- }
- .product-top .product-project-image {
- height: 268px;
- width: 268px;
- position: relative;
- left: auto;
- bottom: auto;
- margin: 20px auto;
- }
- .product-top .product-project-image {
- float: none;
- }
- .product-top .product-project-image img {
- width: 100%;
- height: 100%;
- margin: auto;
- }
- .product-top .top-content {
- margin-top: auto;
- }
- .product-page-main .product-page-main-content {
- padding: 50px 0;
- background-color: #fafbfc;
- }
- .product-page-main .product-content {
- /* width: 495px; */
- width: 335px;
- /* padding: 0 20px; */
- margin: 0 auto;
- }
- .product-page-main .product-content .product-title {
- font-size: 24px;
- line-height: 34px;
- text-align: left;
- margin-bottom: 10px;
- letter-spacing: 1px;
- }
- .product-page-main .product-content .product-subtitle {
- font-size: 14px;
- line-height: 24px;
- text-align: left;
- width: auto;
- margin-bottom: 40px;
- }
- .product-page-main .product-response-card {
- margin-bottom: 50px;
- }
- .product-page-main .product-response-card-content {
- margin-bottom: 10px;
- }
- .product-page-main .product-response-card-img {
- width: 100%;
- height: 203px;
- }
- .product-page-main .product-content-title {
- font-size: 20px;
- line-height: 36px;
- color: #212326;
- }
- .product-page-main .product-content-intro {
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- margin-bottom: 0;
- position: relative;
- }
- .product-content-intro:before,
- .slide-component-ul-intro:before {
- content: "";
- width: 6px;
- height: 6px;
- border-radius: 50%;
- display: inline-block;
- position: absolute;
- background-color: #212326;
- top: 12px;
- left: 0;
- }
- .product-page-main .product-content-intro {
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- margin-bottom: 0;
- }
- .product-page-main .product-response-card-img img,
- .product-page-main .product-response-card-img video {
- height: 100%;
- width: 100%;
- box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
- border-radius: 3px;
- }
- /* 产品功能 结束*/
- /* 相通产品开始 */
- .product-matrix-and-scene {
- padding: 50px 20px 20px;
- }
- .product-page-main .product-title {
- font-size: 24px;
- line-height: 34px;
- text-align: left;
- width: auto;
- margin-bottom: 10px;
- letter-spacing: 1px;
- }
- .product-page-main .product-subtitle {
- font-size: 14px;
- text-align: left;
- line-height: 24px;
- margin-bottom: 30px;
- }
- .product-matrix-and-scene .product-matrix-card {
- width: 100%;
- height: 393px;
- text-align: center;
- padding: 30px 20px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
- width: 151px;
- height: 158px;
- margin-top: auto;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img img {
- height: 100%;
- width: 100%;
- object-fit: contain;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content {
- margin-left: 0;
- width: 100%;
- margin-top: 20px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-title {
- width: auto;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-intro {
- height: 72px;
- margin-bottom: 20px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-more {
- height: 20px;
- }
- /* 相通产品结束 */
- /* 场景 */
- .product-page-main .product-subtitle {
- margin-bottom: 30px;
- }
- .product-matrix-and-scene .product-scene-card {
- height: 213px;
- width: 152px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img {
- width: 56px;
- height: 44px;
- margin-top: 14px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img img {
- height: 100%;
- width: 100%;
- image-rendering: -webkit-optimize-contrast;
- }
- .product-project .product-scene-card,
- .product-project .product-scene-card.last {
- margin-right: 12px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-title {
- font-size: 16px;
- line-height: 30px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-intro {
- margin-right: 0;
- font-size: 14px;
- line-height: 22px;
- }
- }
- .jianjie_box {
- display: flex;
- justify-content: space-between;
- flex-wrap: nowrap;
- margin-top: 30px;
- }
- .jianjie_box img {
- width: 22%;
- display: block;
- }
- .img_box img {
- display: block;
- width: 100%;
- margin-top: 10px;
- }
- /*
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li:first-child {
- margin-right: 10px;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li .slide-component-ul-coming {
- left: 164px;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li .slide-component-ul-coming.second {
- left: 140px;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img {
- position: relative;
- width: 740px;
- height: 448px;
- }
- /* .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img.right {
- right: auto;
- }
- .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img.left {
- left: auto;
- } */
- /* .product-matrix-and-scene {
- padding: 60px 30px 0;
- }
- .product-matrix-and-scene .product-title {
- width: 680px;
- margin-left: auto;
- margin-right: auto;
- }
- .product-matrix-and-scene .product-subtitle {
- margin-bottom: 30px;
- }
- .product-matrix-and-scene .product-matrix-card {
- width: 365px;
- height: 240px;
- margin-right: 10px;
- padding: 34px 15px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
- width: 121px;
- height: 126px;
- margin-top: 8px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-img img {
- height: 100%;
- width: 100%;
- object-fit: contain;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content {
- width: 194px;
- margin-left: 15px;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content.center {
- margin-top: 0;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-title {
- width: 200px;
- height: auto;
- }
- .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-intro {
- width: auto;
- height: auto;
- margin-bottom: 20px;
- }
- .product-matrix-and-scene .product-scene-card {
- width: 237px;
- height: 207px;
- margin-right: 14px;
- margin-bottom: 35px;
- vertical-align: top;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-intro {
- margin-right: 20px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img {
- width: 59.2px;
- height: 75.2px;
- }
- .product-matrix-and-scene .product-scene-card .product-scene-card-img img {
- height: 100%;
- width: 100%;
- image-rendering: -webkit-optimize-contrast;
- }
- .product-footer-price {
- padding: 60px 0;
- }
- .product-footer-price .product-footer-price-title {
- margin-bottom: 30px;
- }
- .product-plan .product-matrix-and-scene {
- padding-bottom: 61px;
- }
- .product-plan .product-matrix-card {
- padding: 50px 15px;
- }
- .product-pipeline #left li,
- .product-pipeline #right li {
- height: 233px;
- vertical-align: top;
- }
- .product-pipeline .product-pipeline-content {
- padding: 60px 0;
- }
- .product-pipeline .product-pipeline-content .product-pipeline-content-img {
- height: 100%;
- width: 100%;
- margin-top: 50px;
- }
- .product-pipeline .product-pipeline-content .product-pipeline-content-img img {
- height: 100%;
- width: 100%;
- }
- .product-wiki #right li {
- height: 200px;
- vertical-align: top;
- }
- .product-wiki .product-title.scene {
- margin-bottom: 30px;
- }
- .product-account {
- display: block;
- }
- .product-account .product-page-main-content {
- background-color: #fafbfc;
- }
- .product-account .product-title.scene {
- margin-bottom: 50px;
- }
- .product-account .product-content-intro {
- margin-bottom: 10px;
- }
- .product-account .product-content {
- width: 800px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 30px;
- }
- .product-account .product-content-account {
- display: block;
- margin-bottom: 0;
- padding-bottom: 56px;
- }
- .product-account .product-content-account-card {
- display: block;
- height: auto;
- width: 100%;
- margin-bottom: 20px;
- }
- .product-account .product-content-account-info {
- position: relative;
- margin: 0;
- width: 100%;
- height: auto;
- }
- .product-account .product-content-account-info.first,
- .product-account .product-content-account-info.second,
- .product-account .product-content-account-info.third {
- height: auto;
- }
- .product-account .product-content-account-img {
- width: 100%;
- height: 449px;
- }
- .product-account .product-content-account-img img {
- height: 100%;
- width: 100%;
- }
- .product-account .product-content-single-intro {
- width: 100%;
- font-size: 14px;
- }
- .product-testcase .product-title.scene {
- margin-bottom: 30px;
- }
- .product-testcase .product-matrix-and-scene .product-scene-card:nth-child(5) .product-scene-card-content {
- width: 212px;
- }
- .product-desk .product-matrix-and-scene {
- padding-bottom: 50px;
- }
- .product-desk .product-matrix-and-scene .product-title {
- margin-bottom: 30px;
- }
- .product-desk .product-matrix-and-scene .product-matrix-card:nth-child(2n) {
- margin-right: 8px;
- }
- .product-desk #left li,
- .product-desk #right li {
- height: 233px;
- vertical-align: top;
- }
- .product-performance .product-page-main-content .product-content .product-subtitle {
- width: auto;
- }
- .product-performance .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li {
- vertical-align: top;
- height: 195px;
- }
- .product-performance .divide-line {
- width: 740px;
- }
- .product-performance .performance-content-img {
- width: 740px;
- height: 419px;
- }
- .product-performance .product-matrix-and-scene {
- padding: 60px 30px;
- }
- .product-performance .product-matrix-and-scene .product-subtitle {
- line-height: 28px;
- }
- .product-performance .perform-scene-card {
- width: 740px;
- }
- .product-performance .perform-scene-card .product-scene-card {
- margin-right: 10px;
- width: 240px;
- }
- .product-performance .perform-scene-card .product-scene-card .product-scene-card-intro {
- width: 225px;
- }
- .product-tower .product-page-main-content {
- background-color: #fafbfc;
- }
- .product-tower .product-title.scene {
- margin-bottom: 50px;
- }
- .product-tower .product-content-intro {
- margin-bottom: 10px;
- }
- .product-tower .product-content {
- width: 800px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 30px;
- }
- .product-tower .product-content-tower {
- display: block;
- margin-bottom: 0;
- padding-bottom: 56px;
- height: auto;
- }
- .product-tower .product-content-tower-card {
- display: block;
- height: auto;
- width: 100%;
- margin-bottom: 20px;
- }
- .product-tower .product-content-tower-info {
- position: relative;
- margin: 0;
- width: 100%;
- height: auto;
- }
- .product-tower .product-content-tower-info.first,
- .product-tower .product-content-tower-info.second,
- .product-tower .product-content-tower-info.third {
- height: auto;
- }
- .product-tower .product-content-tower-img {
- width: 100%;
- height: 449px;
- }
- .product-tower .product-content-tower-img img {
- height: 100%;
- width: 100%;
- }
- .product-tower .product-content-single-intro {
- width: 100%;
- font-size: 14px;
- }
- .product-tower .tower-client-solution {
- height: 542px;
- padding: 60px 0;
- }
- .product-tower .tower-client-solution_content-wrapper {
- width: 740px;
- }
- .product-tower .tower-client-solution .client-solutions .title {
- margin-bottom: 30px;
- }
- .product-tower .tower-client-solution .client-solutions #wrapper {
- width: 740px;
- height: 250px;
- }
- .product-tower .tower-client-solution .client-solutions #cards {
- width: 4440px;
- }
- .product-tower .tower-client-solution .client-solutions #cards li:nth-child(1) {
- left: 0;
- }
- .product-tower .tower-client-solution .client-solutions #cards li:nth-child(2) {
- left: 740px;
- }
- .product-tower .tower-client-solution .client-solutions #cards li:nth-child(3) {
- left: 1480px;
- }
- .product-tower .tower-client-solution .client-solutions #cards li:nth-child(4) {
- left: 2220px;
- }
- .product-tower .tower-client-solution .client-solutions #cards li:nth-child(5) {
- left: 2960px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab-card {
- width: 740px;
- height: 250px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab-card .client-img {
- width: 406px;
- height: 250px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab-card .client-img img {
- width: 406px;
- height: 250px;
- object-fit: cover;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab-card .client-content {
- padding: 20px;
- width: 334px;
- height: 250px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab-card .divider-line {
- margin: 20px 0;
- width: 294px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab-card .client-more-details {
- right: 40px;
- bottom: 20px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab {
- width: 115px;
- height: 70px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab img {
- width: 140px;
- height: 52px;
- }
- .product-tower .tower-client-solution .client-solutions .client-tab img.on {
- border-radius: 3px;
- }
- .product-tower .who-use {
- padding: 60px 0 40px 0;
- }
- .product-tower .who-use.project-who-use .who-use-title {
- border-top: none;
- color: #6c6f75;
- font-weight: 600;
- padding-top: 0;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using img {
- transform: scale(1);
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.wangyi img {
- width: 107px;
- height: 30px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.nanfangzhoumo img {
- width: 44px;
- height: 44px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.huodongxing img {
- width: 86px;
- height: 25px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.qinghuadaxue img {
- width: 99px;
- height: 34px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.zhongguozhiwang img {
- width: 96px;
- height: 34px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.kuwoyinyue img {
- width: 108px;
- height: 29px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.xiachufang img {
- width: 74px;
- height: 24px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.zhongguoyidong img {
- width: 104px;
- height: 32px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.shangqijituan img {
- width: 105px;
- height: 36px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.qichezhijia img {
- width: 79px;
- height: 28px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.sanqihuyu img {
- width: 108px;
- height: 26px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.yuanfudao img {
- width: 92px;
- height: 24px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.wanxiekeji img {
- width: 94px;
- height: 36px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.guoke img {
- width: 51px;
- height: 24px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.huxiu img {
- width: 42px;
- height: 30px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.diezhi img {
- width: 101px;
- height: 28px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.sanyizhugong img {
- width: 66px;
- height: 30px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.xiecheng img {
- width: 80px;
- height: 30px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.jikebang img {
- width: 99px;
- height: 26px;
- }
- .product-tower .who-use.project-who-use .who-use-list .who-using.wenxuan img {
- width: 120px;
- height: 14px;
- }
- .product-tower .try-use.tower-page {
- background-size: 244px, 216px, 100%, 122px, 76px, 100%;
- background-position-y: 100%, 70%, 0%;
- } */
|