

.banner-box{
	position: relative;
	height: auto;
	/* height: 937px; */
	background-color: #2E66EF;
}
.banner-box::before {
    content: '';
    background-image: url(/Template/skin1/static2020/openShop/images/banner-bg1.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    /* width: 260%;
    height: 230%; */
    position: absolute;
    /* left: -80%;
    top: -43%; */
    background-size: auto 100%;
	
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.cloudSwiper{height: 100%;}

.cloudSwiper .item1 .Illustration,
.cloudSwiper .item1 .text-area{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
/* 插画 1 */
.cloudSwiper .item1 .Illustration{
	/* left: 419px; */
	left: 0;
	width: 417px;
	height: 410px;
	background-image: url(/Template/skin1/static2020/openShop/images/banner1.png);
}
.cloudSwiper .item1 .text-area{
	/* right: 357px; */
	right: 0;
}
.cloudSwiper .item1 .title{
	font-size:70px;
	font-weight: 600;
	line-height: 100px;
}
.cloudSwiper .item1 .des{
	font-size: 36px;
	padding-top: 38px;
}
.cloudSwiper .item1 .ks-button{
	width: 240px;
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	font-size: 16px;
	color: #2E66F0;
	padding: 0;
	margin-top: 80px;
}
.cloudSwiper .swiper-pagination-bullet{
	width: 30px;
	height: 3px;
	background: #fff;
	opacity:0.2;
	border-radius: 0;
	transition: opacity .3s linear;
}
.cloudSwiper  .swiper-pagination-bullet-active{
	opacity: 1;
}

.function-box .item{
	height: 302px;
}
.function-box .bgImg1{
	width: 150px;
	height: 238px;
}
.function-box .bgImg2,
.function-box .bgImg3,
.function-box .bgImg4{
	width: 271px;
	height: 159px;
	margin-top: 39.5px;
}
.function-box .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-top: 32px;
	font-size: 20px;
}


.demand-des{
	font-size: 20px;
	line-height: 36px;
}
.demand-img{
	width: 407px;
	height: 343px;
	margin-top: 50px;
	margin-bottom: 48px;
}
.des2{ font-size: 16px; }
.demand-box{margin-top: 100px;margin-bottom: 40px;}
.demand-box .item{
	width: 380px;
	height: 230px;
	overflow: hidden;
	border-radius:16px;
}
.demand-box .title{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	line-height: 230px;
	font-size: 24px;
	background-color: rgba(0, 0, 0, .5);
}


.mainStream .text-area{
	width:400px;
	box-shadow:1px 10px 20px 0px rgba(24,61,98,0.08);
	border-radius: 6px;
	overflow: auto;
}
.mainStream .text-area li{
	padding: 18px 30px;
}
.mainStream .text-area .title{
	font-size: 18px;
}
.mainStream .text-area .des{
	font-size: 14px;
	padding-top: 10px;
}
.main1 .itemImg,
.main2 .itemImg,
.main3 .itemImg,
.main4 .itemImg{
	width: 745px;
	height: 428px;
}
.mainStream .text-area .active .title,
.mainStream .text-area .active .des{
	color: #fff;
}
.mainStream .text-area .line{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 340px;
	height: 1px;
	transform: scaleY(.5) translateX(-50%);
	background-color: #EFEFEF;
}
.main1 .itemImg,
.main3 .itemImg{ margin-top: 68px; }
.main2 .itemImg{ margin-top: 115px; }
.main4 .text-area{ margin-top: 45.5px; }


.compatible .item{
	width: 280px;
	height: 300px;
	border-radius:16px;
	overflow: hidden;
}

.compatible .item:hover > .upShow{
	bottom: 0;
}

.compatible .itemImg1{
	background-image: url(/Template/skin1/static2020/openShop/images/compatible-bg1.png);
}
.compatible .itemImg2{
	background-image: url(/Template/skin1/static2020/openShop/images/compatible-bg2.png);
}
.compatible .itemImg3{
	background-image: url(/Template/skin1/static2020/openShop/images/compatible-bg3.png);
}
.compatible .itemImg4{
	background-image: url(/Template/skin1/static2020/openShop/images/compatible-bg4.png);
}
.compatible .upShow{
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	transition: all .5s cubic-bezier(.54, -0.75, .34, 1.53);
	padding-left: 18px;
	padding-right: 18px;
}
.compatible .upShow .title{ font-size: 20px;padding-top: 94px; }
.compatible .upShow .title::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	z-index: 1;
	width:40px;
	height:4px;
	background: #fff;
}
.compatible .upShow .des{ font-size: 14px;padding-top: 33px; }


.team{margin-top: 88px;margin-bottom: 140px;}
.team .itemImg{
	width: 80px;
	height: 80px;
	margin-bottom: 30px;
}

.slideDown-icon{
	position: absolute;
	bottom: 78px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 40px;
	height: 44px;
}
/*大于即是1024 ipad */
@media (max-width: 1024px){
	#banner .ks-container::before {
	    width: 50%;
	    height: 100%;
	    left: 0;
	    top: 0;
	}
	.cloudSwiper .item1 .Illustration { 
		left: 20px;
		transform: translateY(-50%) scale(.8);
		top: 50%;
	}
	.cloudSwiper .item1 .title { font-size: 56px; }
	.cloudSwiper .item1 .des { font-size: 26px; }
	.cloudSwiper .item1 .text-area { 
		right: 0;
		text-align: left;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		padding-right: 60px;
	}
	.cloudSwiper .item1 .ks-button{ 
		margin-top: 60px;
		font-size: 22px;
		width: 220px;
		height: 50px;
		line-height: 50px;
	}
	.function-box .bgImg1 {
	    width: 160px;
	    height: 254px;
	}
	.function-box .title { font-size: 24px; }
	.demand-des { font-size: 26px; }
	.demand-box .title { font-size: 36px; }
	.demand-box .item { width: 450px;margin: auto;margin-bottom: 20px; }
	.demand-box .col-4:nth-child(1) .item{ background-image: url(/Template/skin1/static2020/openShop/images/demand-bg1.png); }
	.demand-box .col-4:nth-child(2) .item{ background-image: url(/Template/skin1/static2020/openShop/images/demand-bg2.png); }
	.demand-box .col-4:nth-child(3) .item{ background-image: url(/Template/skin1/static2020/openShop/images/demand-bg3.png); }
	.compatible .item{margin-bottom: 30px;}
	.compatible .item{
		width: 390px;
		height: 414px;
	}
	.team .itemImg {
	    width: 120px;
	    height: 120px;
	}
	.col-20p .ks-ttc{margin-bottom: 60px;}
	.col-20p .ks-fonts-sm{ font-size: 22px; }
	.ftz-24{font-size: 24px;}
	.ftz-32{font-size: 32px;}
	
	.m-mainStream::after{
		content: "";
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 1px;
		background-color: #EFEFEF;
	}
	.m-mainStream .swiper-container{ padding-bottom: 20px; }
	.m-mainStream .swiper-slide .ks-ttc{padding-bottom: 15px;}
	.m-mainStream .active{color: #2E65EF;font-weight: 600;}
	.m-mainStream .active::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		width:40px;
		height:4px;
		background-color: #2E65EF;
	}
	.m-mainCont{margin-top: 30px;}
	.m-mainCont .swiper-container{
		height: 590px;
		box-shadow:0px 16px 40px 0px rgba(112,144,176,0.2);
		border-radius:16px;
	}
	.m-mainCont .bgImage{
		width:557px;
		height:322px;
		margin-top: 102px;
		margin-bottom: 30px;
	}
	.compatible .upShow{bottom: 0;}
	.compatible .upShow .title { font-size: 32px;padding-top: 120px; }
	.compatible .upShow .des { font-size: 24px; }
	.m-mainStream .swiper-slide{width: 155px;}
}

/*大于即是768 ipad */
@media (max-width: 768px){
	.cloudSwiper .item1 .Illustration { left: -40px;transform: translateY(-50%) scale(.6); }
	.slideDown-icon { bottom: 40px; }
	.ftz-32 { font-size: 22px; }
	.m-mainStream .swiper-slide { width: 135px; }
	.cloudSwiper .item1 .title { font-size: 44px; }
	.cloudSwiper .item1 .des { font-size: 20px;padding-top: 0px; }
	.cloudSwiper .item1 .text-area { padding-right: 40px; }
	.demand-box .item {
	    width: 330px;
	    height: 150px; 
	}
	.demand-box .title {
	    font-size: 28px;
	    line-height: 150px;
	}
	.compatible .item {
	    width: 280px;
	    height: 300px;
	}
	.compatible .upShow .title {
	    font-size: 28px;
	    padding-top: 75px;
	}
	.compatible .upShow .des { font-size: 20px; }
}

/*大于即是480 */
@media (max-width: 480px){
	.banner-box::before { width: 100%; }
	.cloudSwiper .item1 .title { font-size: 35px;line-height: 1; }
	.cloudSwiper .item1 .text-area { 
		top: 137px;
		padding-right: 0;
		transform: translateY(0);
		width: 100%;
		text-align: center;
	}
	.cloudSwiper .item1 .des {
	    font-size: 18px;
	    padding-top: 25px;
		line-height: 1;
	}
	.cloudSwiper .item1 .Illustration {
	    top: 262px;
		width: 208.5px;
		height: 205px;
		left: 50%;
		transform: translateX(-50%);
	}
	.cloudSwiper .item1 .ks-button {
	    margin-top: 333px;
		width: 160px;
		height: 39px;
		line-height: 39px;
		font-size: 16px;
	}
	.slideDown-icon {
		display: inline-block;
		width: 20px;
		height: 22px;
	}
	.function-box .bgImg1 {
	    width: 80px;
	    height: 127px;
	}
	.function-box .bgImg2, .function-box .bgImg3, .function-box .bgImg4 {
	    width: 135.5px;
	    height: 79.5px;
	    margin-top: 45.5px;
	}
	.function-box .title { font-size: 12px; }
	.function-box .item { height: 155px; }
	.demand-des { font-size: 14px;line-height: 22px; }
	.demand-box {
	    margin-top: 25px;
	    margin-bottom: 20px;
	}
	.demand-box .item { height: 100px; }
	.demand-box .title { font-size: 18px;line-height: 100px; }
	.ftz-32 { font-size: 16px; }
	.m-mainStream .active::after { width: 20px; }
	.m-mainCont .bgImage {
	    width: 278.5px;
	    height: 161px;
	    margin-top: 50px;
	    margin-bottom: 15px;
	}
	.ftz-24 { font-size: 12px; }
	.m-mainCont .swiper-container { height: 295px; }
	.m-mainStream .swiper-slide{width: 75px;}
	.compatible .item {
		width: 184px;
		height: 196px;
	}
	.compatible .upShow {
	    padding-left: 9px;
	    padding-right: 9px;
	}
	.compatible .upShow .title { padding-top: 58px;font-size: 16px; }
	.compatible .upShow .title::after {
	    bottom: -5px;
	    width: 20px;
	    height: 2px;
	}
	.compatible .upShow .des {
	    font-size: 12px;
		padding-top: 10px;
	}
	.team .itemImg {
	    width: 60px;
	    height: 60px;
		margin-bottom: 15px;
	}
	.col-20p .ks-fonts-sm { font-size: 10px; }
	.col-20p .ks-ttc { margin-bottom: 30px; }
	.team {
	    margin-top: 35px;
	    margin-bottom: 50px;
	}
	.m-mainStream .swiper-container { padding-bottom: 10px; }
	.m-mainStream::after { bottom: 10px; }
	.m-mainCont { margin-top: 15px; }
	.demand-img {
	    width: 305px;
	    height: 257.5px;
	}
	.tag-olevel .ks-color-text{ color: #666; }
	.compatible .col-md-6:nth-child(odd){ text-align: left;	}
	.compatible .col-md-6:nth-child(even){ text-align: right; }
}

/*大于即是414 ios6plus */
@media (max-width: 414px){
	
}

/*大于即是375  ios6 */
@media  (max-width: 375px){
	.cloudSwiper .item1 .ks-button { margin-top: 300px; }
	.m-mainStream .swiper-slide { width: 66px; }
	.m-mainStream .swiper-slide .ks-ttc { padding-bottom: 10px; }
}

/*大于即是360  安卓 */
@media (max-width: 360px){
	.cloudSwiper .item1 .text-area { top: 110px; }
	.cloudSwiper .item1 .Illustration { top: 235px; }
	.compatible .item {
	    width: 157px;
	    height: 167px;
	}
	.compatible .upShow .title { padding-top: 36px; }
}

/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
	.demand-box .item { width: 100%; }
	.cloudSwiper .item1 .title { font-size: 30px; }
	.cloudSwiper .item1 .des { font-size: 14px; }
	.cloudSwiper .item1 .text-area { top: 86px; }
	.cloudSwiper .item1 .Illustration { top: 190px; }
	.cloudSwiper .item1 .ks-button { margin-top: 270px; }
	.demand-img {
	    margin-top: 25px;
	    margin-bottom: 24px;
	}
	.demand-des { font-size: 12px; }
	.compatible .item {
	    width: 138px;
	    height: 147px;
	}
	.compatible .upShow .title { padding-top: 28px; }
	.m-mainStream .swiper-slide { width: 75px; }
}<!--耗时1782849452.7552秒-->