<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*B2Bä¾›åº”é“¾ç”µå•†å¹³å°ä»‹ç»*/
.full-page-banner.about-banner.btob{background:url(../images/b2b-bg2.png) center no-repeat;-ms-background-size:cover;background-size:cover}
.full-page-banner.about-banner{position: relative;}
.full-page-banner.about-banner .gallery-top{width: 100%;height: 400px;}
.full-page-banner.about-banner .full-page-bg{background: rgba(47,57,81,.5);width: 100%;position: absolute;top: 0;left: 0; }
.align-center {
     text-align: left !important; 
}
.full-page-banner .full-page-title{font-size: 24px;}
.full-page-banner .full-page-title b{font-size: 36px;}
.full-page-banner .full-page-subtitles{font-size: 32px;}
.layout-sub{width: 80%;margin: 0 auto;}
.case-lists-block .case-lists{height: 291px;border: 1px solid transparent;}
.case-lists-block .case-lists .case-content{height: 228px;background-color: transparent;}
.case-lists-block .case-main{width: 100%;height: 100%;padding: 0;margin: 0;}
.case-lists-block .case-main img{width: 100%;height: 100%;}
.case-lists-block .case-layer .layer-inner{width: 100%;height: 100%;padding: 50px 44px;}
.case-lists-block .case-layer{background-color: rgba(0,0,0,.4);}

/*å¹³å°ä¸šåŠ¡åœºæ™¯*/
/* .tab-block{border: 1px solid transparent;background: transparent;height: auto;} */
.tab-block{border: 1px solid transparent;background: transparent;height: auto;text-align: center;}
/* .tab-block img{width: 100%;height: auto;} */
.tab-block img{width: 85%;height: auto;}
.tab-block.feature-tab{height: auto;}
.case-lists-block .case-lists .case-label{border-top: 0}
.case-lists-block .case-lists .case-label{text-align: center;color: #333}
.case-lists-block .case-lists:hover{box-shadow: none}
.case-lists-block .case-lists .case-label:hover{color: #333;background: transparent}
/*å·¦è¾¹*/
.tab-block .tab-content{width: 100%;height: 488px;background-color: #fafafa;}
.tab-block .tab-content&gt;div{float: left;}
.tab-block .tab-content .tab-list{width: 45%;height: auto;}
.tab-block .tab-content .tab-list ul{border-left: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;}
.tab-block .tab-content .tab-list ul li{width: 100%;height: 97.5px;line-height: 94px;border-bottom: 1px solid #e5e5e5;font-size: 18px;font-weight: bold;padding-left: 45px;background: white;}
.tab-block .tab-content .tab-list ul li.active{background: transparent;}
/*å³è¾¹*/
.tab-block .tab-content .tab-detail{width: 55%;height: 488px;padding: 30px 60px 63px;}
.tab-block .tab-content .tab-detail .tab-details{font-size: 18px;line-height: 42px;min-height: 220px;}


/*å¤§æ•°æ®ç³»ç»Ÿä¸“é¢˜æ–‡æ¡ˆ*/
.full-page-banner.about-banner.bigdata{background:url(../images/bigdata-bg.png) center no-repeat;-ms-background-size:cover;background-size:cover}

/*å®šåˆ¶å¼€å‘ä¸“é¢˜æ–‡æ¡ˆ*/
.full-page-banner.about-banner.custom{background:url(../images/custom02.jpg) center no-repeat;-ms-background-size:cover;background-size:cover}
.case-more{
	padding: 30px;
	text-align: center;
}
.case-more .button{width: 148px;height: 39px;line-height:39px;background: #00cc99;-webkit-background: #00cc99;text-align: center;color: white;border: transparent;font-size: 20px;}

/*æ²‰ç…œ*/
.full-page-banner.about-banner.wholesales{background:url(../images/wholesale-bg01.png) center no-repeat;-ms-background-size:cover;background-size:cover}
.case-lists-block.wholesale .case-lists{
	width: 270px;
	height: 232px;
	margin: 0 5px 20px;
}
.case-lists-block.wholesale .case-lists .case-content{height: 193px;width: 100%;}

/*ç‹¬ç«‹ç”µå•†ç³»ç»Ÿ*/
.full-page-banner.about-banner.independents{background:url(../images/independent-bg01.png) center no-repeat;-ms-background-size:cover;background-size:cover}
.tab-block.platform-advantage{
	height: 560px;
}
.platform-advantage&gt;div{float: left;width: 397px;height: 512px;}
.platform-advantage .platform-content{width: 370px;height: auto;padding: 30px 23px;background-color: #fafafa;margin: 10px 13px;}
.platform-advantage .platform-content .platform-top{width: 100%;height: 300px;}
.platform-advantage .platform-content .platform-bottom{width: 100%;height: 132px;}
.platform-advantage .platform-content .platform-top .platform-title{text-align: center;font-size: 20px;font-weight: 600;margin-bottom: 15px;}
.platform-advantage .platform-content .platform-top .platform-main{font-size: 16px;line-height: 36px;}
.platform-advantage .platform-content .platform-bottom p{font-size: 16px;}
.platform-advantage .platform-content .platform-bottom ul{width: 100%;height: auto;padding-top: 5px;}
.platform-advantage .platform-content .platform-bottom ul li{float: left;width: 96px;height: 28px;line-height:28px;border: 1px dashed #c6c6c6;color: #c6c6c6c;border-radius: 26px;text-align: center;margin-right: 13px;margin-bottom: 18px;}
.platform-advantage .platform-content .platform-bottom ul .active{border: 1px dashed #1183ff;color: #1183ff;}
.platform-advantage .platform-content .platform-bottom ul li:nth-of-type(3){margin-right: 0;}
/*@keyframes scale{
	from{transform: scale(1);}
	to{transform: scale(1.1);}
}
.platform-advantage .scale{
	animation: scale 1s;
}*/
.swiper-button-next.swiper-button-white{background-image: url(../updataImg/swiper_right.png) !important;background-size: 100% 100%;width: 30px;height: 88px;}
.swiper-button-prev.swiper-button-white{background-image: url(../updataImg/swiper_left.png) !important;background-size: 100% 100%;width: 30px;height: 88px;}
.swiper-button-next,.swiper-button-prev{width: 50px;height: 50px;background-size:cover;}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{left: 550px !important;width: 300px!important;}
.swiper-pagination{text-align: left !important;}
.swiper-pagination-white .swiper-pagination-bullet{background: #cccccc!important;}
.swiper-pagination-white .swiper-pagination-bullet-active{background: #1183FF!important;}
.swiper-pagination-bullet{width: 10px;height: 10px;border-radius:50%;background: #CECECE}
#swiper-container1 .swiper-slide&gt;div{width: 100%;height: auto;padding: 0 65px;}
#swiper-container1 .swiper-slide&gt;div .case-left{float: left;width: 466px;height: 279px;position: relative;}
#swiper-container1 .swiper-slide&gt;div .case-left p{font-size: 22px;}
#swiper-container1 .swiper-slide&gt;div .case-left p img{width: 35px;height: 30px;}
#swiper-container1 .swiper-slide&gt;div .case-left div:nth-of-type(1){margin-top: 10px;color: #999999;font-size: 14px;line-height: 26px;text-align: left;}
#swiper-container1 .swiper-slide&gt;div .case-left .button-details{width: 98px;height: 39px;background: #00cc99;color: white;line-height: 39px;text-align: center;font-size: 16px;position: absolute;bottom: 0;right: 0;}
#swiper-container1 .swiper-slide&gt;div .case-right{width: 530px;float: right;height: 280px;}
.page-product-footer.platform-footer{
	background: url(../images/footer01.png) center no-repeat;
    background-size: cover;
    text-align: center;
    height: 300px;
}

/*éœ€æ±‚æäº¤*/
.full-page-banner.need .full-page-title{font-size: 60px;}
.full-page-banner.need .full-page-subtitles{margin: 20px auto;width: 298px;height: 54px;line-height: 54px;border: 2px solid white;color: white;text-align: center;font-size: 30px;}
.needing .tab-block.feature-tab{min-height: 680px;}
.needing .submit-block{padding: 0;height: 610px;width: 62%;}
.needing .dcc-form{padding: 0 20px 20px 58px;height: 610px;width: 85%;}
.needing .tab-block&gt;div{float: left;}
.needing .divider{width: 1%;height: 510px;}
.needing .divider img{width: 100%;height: 100%;}
.needing .form-list&gt;div{display: inline-block;}
.needing .form-list .form-label{width: 116px;}
.needing .form-list .form-label.needing-details{vertical-align: top;}
.needing .form-list .form-text{width: 500px;}
.needing .form-list .opt{padding-left: 0;padding-right: 60px;padding-bottom: 45px;}
.needing .form-submit{margin-left: 116px;width: 500px;}
.needing .dcc-form .form-list .form-textarea{width: 480px;}
.needing .Qr-code{width: 36%;padding-left: 30px;}
.needing .Qr-code div:nth-of-type(1){font-size: 16px;min-height: 200px;}
.needing .Qr-code div:nth-of-type(2){padding: 0 54px;}
.button {
    height: 40px !important;;
    line-height: 40px !important;;
}</pre></body></html>