@charset "utf-8";
.shopyy-graphic{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.shopyy-graphic .shopyy-graphic-image{
	width:50%;
}
.shopyy-graphic .shopyy-graphic-image img{
	max-width:100%;
}
.shopyy-graphic .shopyy-graphic-text{
	width:50%;
}
.shopyy-swiper4-style{
	position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.shopyy-swiper4-style:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(29, 35, 69, 0) 0%, #1D2345 100%);
}
.shopyy-swiper4-style img {
    display: block;
    max-width: 100%;
}
.shopyy-swiper4-style .shopyy-swiper4-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.shopyy-swiper4-style .shopyy-swiper4-text h4{
    position: relative;
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 15px;
}
.shopyy-swiper4-style .shopyy-swiper4-text h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.shopyy-swiper4-style .shopyy-swiper4-text p{
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 0;
    line-height: 24px;
    min-height: 0;
	height:0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.shopyy-swiper4-style:hover .shopyy-swiper4-text p{
    margin-top: 15px;
    min-height: 48px;
	height:auto;
    opacity: 1;
    visibility: visible;
}
.shopyy-svg-list{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.shopyy-svg-list .svg{
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopyy-svg-list p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
}

.shopyy-swiper4-prev,
.shopyy-swiper4-next{
    width: 60px;
    height: 60px;
    background: rgba(29,35,69,.6);
    border: 1px solid rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.shopyy-swiper4-prev{
    transform: rotate(180deg);
    margin-right: 30px;
}
.shopyy-swiper4-prev.swiper-button-disabled,
.shopyy-swiper4-next.swiper-button-disabled{
    display:none;
}
.shopyy-swiper4-pagination{
    display: flex;
    justify-content: center;
}

.shopyy-swiper4-pagination .swiper-pagination-bullet{
	width:20px;
	height:4px;
	background:rgba(255,255,255,.5);
	border-radius:0;
	opacity:1;
	margin:0 7px;
}
.shopyy-swiper4-pagination .swiper-pagination-bullet-active{
	background:#fff;
}

.shopyy-plan-title{
	text-align:center;
	font-size: 30px;
    color: #333;
}
.shopyy-plan-detail{
	text-align:center;
	font-size: 16px;
    color: #666;
	margin-top:30px;
}
.shopyy-bg{
	background: #F3F3F5;
}






/*plan1*/
#plan1-page{}
#plan1-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan1-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan1-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan1-page .section-1 .detail{
    max-width: 730px;
	width:100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan1-page .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}
#plan1-page .section-2{
	margin-top:80px;
}
#plan1-page .section-2 ul{
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	position:relative;
}
#plan1-page .section-2 ul:before{
    content: '';
    width: calc(100% - 50px);
    height: 2px;
    position: absolute;
    left: 25px;
    top: 112px;
    background: #1D2345;
    z-index: 1;
}
#plan1-page .section-2 li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#plan1-page .section-2 li .tag{
	position:relative;
    width: 45px;
    height: 45px;
    background: #1D2345;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
	z-index:2;
}
#plan1-page .section-2 li .tag:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #1D2345;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
#plan1-page .section-2 li .tag:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1D2345;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}
#plan1-page .section-2 li:first-child .tag:before,
#plan1-page .section-2 li:last-child .tag:after{
	display:none;
}

#plan1-page .section-2 li p{
    font-size: 20px;
    font-weight: bold;
    color: #1D2345;
    margin-top: 40px;
}
#plan1-page .section-3{
    margin: 80px 0 0;
}
#plan1-page .section-3 ul{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
#plan1-page .section-3 li{
	position:relative;
	border-radius: 8px;
    overflow: hidden;
}
#plan1-page .section-3 li .img{
    
}
#plan1-page .section-3 li .img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(29, 35, 69, 0) 0%, #1D2345 100%);
}
#plan1-page .section-3 li .img img{
    max-width: 100%;
    display: block;
}
#plan1-page .section-3 li .content{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	z-index:9;
}
#plan1-page .section-3 li .content h4{
	color:#fff;
	font-size:24px;
	display:flex;
	align-items:center;
}
#plan1-page .section-3 li .content h4 svg{
	margin-right:15px;
}
#plan1-page .section-3 li .content p{
    margin-top: 15px;
    color: rgba(255,255,255,.8);
}

#plan1-page .section-4{
	margin-top:80px;
	padding:80px 0;
	background: #F3F3F5;
}
#plan1-page .section-4 .section4-container{
	margin-top:80px;
}
#plan1-page .section-4 .img{
	display:flex;
	align-items:center;
	justify-content: center;
	background:#fff;
	border-radius:8px 8px 0 0;
	padding:40px;
	height:300px;
}
#plan1-page .section-4 .img img{
	max-width:100%;
	max-height:100%;
}
#plan1-page .section-4 .content{
    height: 210px;
    background: #1D2345;
    border-radius: 0px 0px 8px 8px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}
#plan1-page .section-4 .content h4{
    font-size: 30px;
}
#plan1-page .section-4 .content p{
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-top: 24px;
}



































/*plan 28 */
#plan28-page{}
#plan28-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan28-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan28-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan28-page .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan28-page .section-1 .banner-btn{
	display: flex;
    align-items: center;
	margin-top: 50px;
}
#plan28-page .section-1 .shopyy-btn{
    
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}
#plan28-page .section-1 .banner-btn .price {
    display: flex;
    align-items: center;
    margin-left: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
	padding-right:10px;
	transition:all 0.3s ease;
}
#plan28-page .section-1 .banner-btn .price svg{
    margin-left: 10px;
	transition:all 0.3s ease;
}
#plan28-page .section-1 .banner-btn .price:hover{
	padding-right:0;
}
#plan28-page .section-1 .banner-btn .price:hover svg{
	margin-left: 20px;
}
#plan28-page .plan28-title{
    font-size: 30px;
    text-align: center;
}
#plan28-page .plan28-detail{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
#plan28-page .section-2{
    margin-top: 80px;
}
#plan28-page .section-2 ul{
    margin: 80px 0 0;

}
#plan28-page .section-2 .section-2-content{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 50px;
    position: relative;
}
#plan28-page .section-2 .section-2-content h4{
    font-size: 24px;
}
#plan28-page .section-2 .section-2-content p{
    display: block;
    font-size: 16px;
    color: #333333;
    opacity: 0.8;
    font-weight: normal;
    margin: 12px 0 0;
    line-height: 24px;
    height: 48px;
}
#plan28-page .section-2 .price{
    margin-top: 50px;
    color: #666;
}
#plan28-page .section-2 .price span{
    font-size: 45px;
    color: #333333;
    margin-right: 5px;
    font-weight: bold;
}
#plan28-page .section-2 .choice{
    position: absolute;
    right: 24px;
    top: 24px;
}
#plan28-page .section-2 .choice:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
#plan28-page .section-2 .choice svg{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#plan28-page .section-2 .tags {
    position: absolute;
    top: -16px;
    left: -1px;
    height: 32px;
}
#plan28-page .section-2 .tags span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
#plan28-page .section-2 li{
	position:relative;
}
#plan28-page .section-2 li:hover .section-2-content, 
#plan28-page .section-2 li.on .section-2-content {
    border: 1px solid var(--theme-color);
    box-shadow: 0px 0px 20px rgb(29 35 69 / 10%);
}
#plan28-page .section-2 li:hover .choice:before, 
#plan28-page .section-2 li.on .choice:before {
    opacity: 0;
    visibility: hidden;
}
#plan28-page .section-2 li:hover .choice svg, 
#plan28-page .section-2 li.on .choice svg {
    opacity: 1;
    visibility: visible;
}

#plan28-page .section-2 li:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #F3F3F5;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -5px;
    display: none;
}
#plan28-page .section-2 li.on:after {
    display: block;
}
#plan28-page .section-2 .section-2-fun {
    margin-top: 50px;
    background: #F3F3F5;
    border-radius: 12px;
    padding: 50px;
    text-align: left;
}
#plan28-page .section-2 .section-2-fun h4{
	font-size:24px;
	display:flex;
	align-items:center;
}
#plan28-page .section-2 .section-2-fun h4 span{
	font-size: 14px;
    font-weight: normal;
    color: #FF0045;
    margin-left: 30px;
}
#plan28-page .section-2 .section-2-fun-content{
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#plan28-page .section-2 .section-2-fun-content span{
    width: 20%;
    box-sizing: border-box;
    color: #1D2345;
    margin-bottom: 15px;
}

#plan28-page .section-2 .section-2-fun-content span.data-3{
	display:none;
}
#plan28-page .section-3{
	margin-top: 80px;
}

#plan28-page .section-3 ul{
	margin-top:80px;
}
#plan28-page .section-3 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:60px;
}
#plan28-page .section-3 li:nth-child(even){
	flex-direction: row-reverse;
}
#plan28-page .section-3 li .section-3-img{
	width:50%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#plan28-page .section-3 li .section-3-img img{
	max-width:100%;
}


#plan28-page .section-3 li .section-3-content{
	width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 90px;
    box-sizing: border-box;
}
#plan28-page .section-3 li .section-3-content h4{
	font-size: 30px;
	color: #333333;
}
#plan28-page .section-3 li .section-3-content p{
	margin-top:24px;
	font-size: 16px;
	color: #666666;
}
#plan28-page .section-3 li .section-3-content a{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color);
}
#plan28-page .section-3 li .section-3-content a svg{
	margin-left:10px;
    fill: var(--theme-color);
	transition:all 0.3s ease;
}
#plan28-page .section-3 li .section-3-content a:hover svg{
	margin-left:20px;
}








/*plan 27 */
#group-page{
	font-weight:400;
}
/*#group-page .plan-wapper{
	max-width:910px;
}*/
#group-page .plan-banner-con h3{
	font-weight:bold;

}
#group-page .plan-banner-cy{
	background: -moz-linear-gradient(top, #302484 0%, #201266 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302484), color-stop(100%,#201266));
    background: -webkit-linear-gradient(top, #302484 0%,#201266 100%);
    background: -o-linear-gradient(top, #302484 0%,#201266 100%);
    background: -ms-linear-gradient(top, #302484 0%,#201266 100%);
    background: linear-gradient(to bottom, #302484 0%,#201266 100%);
}
#group-page .graphic-textual-list{
	padding:30px 0;
	}
#group-page .graphic-textual-right .textual-box{
	padding:0;	
	}
#group-page .graphic-textual-list .textual-box{
	padding:0;
	/*width:380px;*/
	
	}
#group-page .graphic-textual-list .graphic-box img{
    display:block;
	max-width:100%;
	border-radius:0;
	margin-left:50px;
}
.group-btn .btn1{
	margin-top:50px;
	color:#fff;
}

#group-page .banner-btn1{
	background:none;
	color:#fff;
	transition:all 0.3s ease;
	margin:45px 14px 0;
	line-height:50px;
	
	}
#group-page .banner-btn1:hover{
    background: #fff;
    color: #7b69f1;
	}
#group-page .banner-btn2{
	background:#7b69f1;
	color:#fff;
	margin:45px 14px 0;
	border:0;
	transition:all 0.3s ease;
	vertical-align:top;
	
	
	}
#group-page .banner-btn2:hover{
	background: #5e50b8;
    color: #fff;
}
	
#group-page .group-section1{
	box-shadow:0 16px 30px 0 rgba(10,14,29,.04), 0 16px 60px 0 rgba(10,14,29,.16);
	border-radius:5px;
	background:#fff;
	padding:50px;
	/*width:860px;*/
	box-sizing:border-box;
	margin:-100px 30px 0;
	z-index: 2;
    position: relative;
	text-align:center;
	

	}


#group-page .group-section1 ul{
	font-size:0;
} 
#group-page .group-section1 ul li{
	display:inline-block;
	/*width:calc(25% - 30px);
	margin:0 15px;*/
	width:25%;
	box-sizing:border-box;
	padding:0 15px;
	vertical-align:top;
	font-size:14px;
	
} 
#group-page .group-section1 .icon{
	
	height:90px;
	fill:#7b69f1;
} 
#group-page .group-section1 .sec-icon{
	margin:0 auto 50px;
} 
#group-page .group-section1 .sec-info h3{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
} 
#group-page .group-section1 .sec-info p{
	font-size:16px;
	line-height:24px;
	color:#666;
} 

#group-page .group-tit {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
}
#group-page .group-section2{
	text-align:center;
	padding:100px 0 0;
} 
#group-page .group-section2 ul{
	font-size:0;
	margin:0 -7px;
	padding-top:23px;
	}
#group-page .group-section2 li{
	display:inline-block;
	text-align:left;
	width:calc(50% - 14px);
	margin:7px;
	padding:0 25px;
	border-radius:5px;
	border:1px solid #e9e9e9;
	font-size:18px;
	box-sizing:border-box;
	/*color:#666;*/
	color:#121212;
	line-height:78px;
	
	}
#group-page .group-section3{
	text-align:center;
	padding:93px 0 0;
	max-width: 800px;
    margin: 0 auto;
} 
/*plan26*/
.plan-banner{
	background:url(../images/plan26_img/cdn-banner.png) no-repeat scroll center center #7b69f1;
	background-size:cover;
	padding: 0 0;
	text-align:center;
	color:#fff;
	height:450px;
	box-sizing:border-box;
	position:relative;
}
.plan-banner-con{
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.plan-banner-con h3{
	font-size:40px;
	font-weight:400; 
}
.plan-banner-con p{
	text-align:center;
	margin:15px 0 30px;
	line-height:24px;
	font-size:16px;
}
.plan-banner-con p span{
	display:block;
	
}
.plan-banner-con div{
	font-size:16px;
	font-weight:400;
	line-height:1;
}
.plan-banner-con div .new{
	font-size:36px;
	padding-right:15px;
	font-weight:600;
}
.plan-banner-con div .old{
	text-decoration:line-through;
}
.plan-banner-con .banner-btn{
	display: inline-block; 
	width: 230px; 
	height: 52px; 
	color: #7b69f1; 
	background: #fff; 
	text-align: center; 
	line-height: 52px; 
	font-size: 18px; 
	border-radius: 3px; 
	border: 1px solid #fff; 
	box-sizing: border-box;
	transition:all 0.2s ease-out 0s;
	margin-top:45px;
} 
.plan-banner-con .banner-btn:hover{
	color:#fff;
	background:transparent;
} 

.plan-wapper{
	width:100%;
	max-width:1200px;
	box-sizing:border-box;
	margin:0 auto;
}


#cdn-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#cdn-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#cdn-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#cdn-page .section-1 .detail{
    max-width: 730px;
	width:100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#cdn-page .section-1 .shopyy-btn{
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}

#cdn-page .cdn-title{
    font-size: 30px;
    color: #333333;
    text-align: center;
}
#cdn-page .section-2{
    margin: 80px auto;
}
#cdn-page .section-2 ul{
    margin-top: 80px;
}
#cdn-page .section-2 li{
    position: relative;
	border-radius:8px;
	overflow:hidden;
}

#cdn-page .section-2 li img{
    display: block;
    max-width: 100%;
}
#cdn-page .section-2 li:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(29, 35, 69, 0) 0%, #1D2345 100%);
}
#cdn-page .section-2 li .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#cdn-page .section-2 li .content h4{
	position: relative;
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 15px;
}
#cdn-page .section-2 li .content h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
#cdn-page .section-2 li .content p{
	font-size: 14px;
    color: #FFFFFF;
    margin-top: 0;
    line-height: 24px;
    min-height: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#cdn-page .section-2 li:hover .content p {
    margin-top: 15px;
    min-height: 48px;
    height: auto;
    opacity: 1;
    visibility: visible;
}
#cdn-page .section-2 .section-2-bom{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cdn-page .section-2 .section-2-bom h3{
    font-size: 30px;
    color: #333333;
}
#cdn-page .section-2 .section-2-bom p{
    width: 50%;
    color: #666;
    line-height: 24px;
    font-size: 16px;
}

#cdn-page .section-3{	
	background: #F3F3F5;
	padding:80px 0;
	position:relative;
}
#cdn-page .section-3 .up-icon{
    width: 90px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	cursor:pointer;
}
#cdn-page .section-3 .up-icon:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 45px solid transparent;
    border-top: 50px solid #fff;
    border-right: 45px solid transparent;
}

#cdn-page .section-3 ul{}
#cdn-page .section-3 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:60px;
}
#cdn-page .section-3 li:nth-child(even){
	flex-direction: row-reverse;
}
#cdn-page .section-3 li .section-3-img{
	width:50%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#cdn-page .section-3 li .section-3-img img{
	max-width:100%;
}


#cdn-page .section-3 li .section-3-content{
	width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 90px;
    box-sizing: border-box;
}
#cdn-page .section-3 li .section-3-content h4{
	font-size: 30px;
	color: #333333;
}
#cdn-page .section-3 li .section-3-content p{
	margin-top:24px;
	font-size: 16px;
	color: #666666;
}
#cdn-page .section-3 li .section-3-content a{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color);
}
#cdn-page .section-3 li .section-3-content a svg{
	margin-left:10px;
	transition:all 0.3s ease;
}
#cdn-page .section-3 li .section-3-content a:hover svg{
	margin-left:20px;
}


#cdn-page .section-4{
	margin-top:80px;
}
#cdn-page .section-4 .shopyy-title{
	text-align:center;
}
#cdn-page .section-4 .shopyy-detail{
    margin-top: 30px;
	text-align:center;
}
#cdn-page .section-4 .shopyy-detail a{
    color: var(--theme-color);
    position: relative;
}
#cdn-page .section-4 .shopyy-detail a:hover{
	text-decoration:underline;
}
#cdn-page .section-4 ul{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cdn-page .section-4 li{
    width: calc(50% - 40px);
    margin-bottom: 30px;
}
#cdn-page .section-4 li .problem{
    font-size: 24px;
    color: #1D2345;
    padding-left: 30px;
}
#cdn-page .section-4 .answer{   
	background: #F3F3F5;
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
    line-height: 26px;
    height: 52px;
	color: #1D2345;
	font-size:16px;
}

#cdn-page .section-4 .problem .icon{
	display:none;
}





















/*plan25*/
#plan25-page{}
#plan25-page .plan25-section1{
	font-size:0;
	margin:50px 0 0;
}
#plan25-page .plan25-section1 .new-big-title{
	margin:0 0 50px;
}
#plan25-page .plan25-section1-left,
#plan25-page .plan25-section1-right{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	width:calc(50% - 20px);
	margin-right:40px;
	background:url(../images/plan18-bg1.jpg) no-repeat scroll center center;
	background-size:cover;
	padding:50px 40px ;
	box-sizing:border-box;
	height:500px;
}
#plan25-page .plan25-section1-right{
	margin-right:0;
	background:url(../images/plan18-bg2.jpg) no-repeat scroll center center;
	background-size:cover;
}

#plan25-page .plan25-section1 h4{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #7b69f1;
    color: #fff;
    font-size: 30px;
    padding: 0 25px;
    font-weight: normal;
    border-radius: 5px;
}
#plan25-page .plan25-section1 p{
    font-size: 20px;
    color: #333;
    line-height: 34px;
	margin:40px 0 0;
}
#plan25-page .plan25-section1 .plan25-section1-right h4{
	background-color:#5d92e8;
}
#plan25-page .graphic-textual-list .graphic-box img{
	box-shadow:none;
}


#plan25-page .plan25-tit{
    font-size: 30px;
    color: #333;
    margin-bottom: 70px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}
#plan25-page .plan25-section2,
#plan25-page .plan25-section3{
	margin-top:50px;
}
#plan25-page .plan25-section3 .new-big-title{
	margin-bottom:50px;
	text-align:center;
}

#plan25-page .plan24-section3{
	padding:100px 0;
}

#plan25-page .plan25-section1 .plan25-section1-right h4.plan24-h4{
	background:#68bcd9;
}



#plan23-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan23-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan23-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan23-page .section-1 .detail{
    max-width: 730px;
	width:100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan23-page .section-1 .shopyy-btn{
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}

#plan23-page .plan23-title{
    font-size: 30px;
    color: #333333;
    text-align: center;
}
#plan23-page .section-2{
    padding-top: 80px;
	padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#plan23-page .section-2 h3{
    font-size: 30px;
    color: #333333;
}
#plan23-page .section-2 p{
    width: 50%;
    color: #666;
    line-height: 24px;
    font-size: 16px;
}

#plan23-page .plan23-page-bg{
	background: #F3F3F5;
	padding:80px 0;
	position:relative;
}
#plan23-page .plan23-page-bg .up-icon{
    width: 90px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	cursor:pointer;
}
#plan23-page .plan23-page-bg .up-icon:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 45px solid transparent;
    border-top: 50px solid #fff;
    border-right: 45px solid transparent;
}



#plan23-page .section-3{}
#plan23-page .section-3-container{
	margin-top:80px;
}
#plan23-page .section-3 li .content{
	background:#fff;
	padding:40px;
	border-radius:8px;
}
#plan23-page .section-3 li .content h3{
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
}
#plan23-page .section-3 li .content p{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    line-height: 24px;
    height: 72px;
}
#plan23-page .section-3 .section3-pagination{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

#plan23-page .section-3 .swiper-pagination-bullet{
	width:20px;
	height:4px;
	background:#fff;
	border-radius:0;
	opacity:1;
	margin:0 7px;
}
#plan23-page .section-3 .swiper-pagination-bullet-active{
	background:#1D2345;
}

#plan23-page .section-4{
	margin-top:60px;
}
#plan23-page .section-4 .section4-content{
	margin-top:80px;
	position:relative;
	background:url(../images/new-shopyy/plan23-bg.png) no-repeat scroll center center;
	background-size:contain;
}
#plan23-page .section-4 img{
	max-width:100%;
	display:block;
}
#plan23-page .section-4 .img span{
	display:block;
	text-align:center;
	font-size:16px;
	color:#666;
	margin-top:8px;
	opacity: 0;
    transition: all 0.3s ease;
}
#plan23-page .section-4 .img img{
	transition: all 0.3s ease;
}
#plan23-page .section-4 .img:hover span{
	opacity:1;
}
#plan23-page .section-4 .img:hover img{
	box-shadow: 0px 0px 20px rgba(29, 35, 69, 0.1);
}
#plan23-page .section-4 .section4-list{
	
}
#plan23-page .section-4 ul{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 109px;
    grid-row-gap: 80px;
}


#plan23-page .section-5{
	margin-top:80px;
}
#plan23-page .section-5 .section5-wrapper{
	margin-top: 80px;
    display: flex;
    align-items: stretch;
	border-radius:8px;
	overflow:hidden;
}
#plan23-page .section-5 .section5-left{
	width:200px;
	background:#fff;
}
#plan23-page .section-5 .section5-left .items{
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #1D2345;

}



#plan23-page .section-5 .section5-container{
	width:calc(100% - 200px);
}

#plan23-page .section-5 .section5-container li{
	
}


#plan23-page .section-5 .section5-container li .items{
	display: flex;
    justify-content: space-between;
    align-items: stretch;
	
	
}
#plan23-page .section-5 .section5-container li .items span{
	width:50%;
	padding:30px;
	font-size:16px;
	color:#666;
	line-height:24px;
	box-sizing:border-box;
}

#plan23-page .section-5 .section5-container li .items span:first-child{
	background:#eee;
}
#plan23-page .section-5 .section5-container li .items:nth-child(2n) span:first-child{
	background: #F3F3F5;
}
#plan23-page .section-5 .section5-container li:last-child .items{
	background:#fff;
	color: #1D2345;
}
#plan23-page .section-5 .section5-container li .items:first-child span,
#plan23-page .section-5 .section5-left .items:first-child{
	height:48px;
	line-height:48px;
	text-align:center;
	background: #1D2345;
	color:#fff;
	
}
#plan23-page .section-5 .section5-container li .items:first-child span,
#plan23-page .section-5 .section5-left .items:first-child span{
	color:#fff;
	padding:0;
	font-weight:bold;
	display: flex;
    justify-content: center;
    align-items: center;
	
}





#plan23-page .section-6{
	margin-top:80px;
}
#plan23-page .section-6 .section6-container{
	margin-top:80px;
}
#plan23-page .section-6 .section6-list{
	padding:40px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 12px;
	height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#plan23-page .section-6 .section6-list-top{}
#plan23-page .section-6 .section6-list-top .shopyy-btn{
	height:54px;
	line-height:54px;
	padding:0 36px;
	font-size:20px;
	margin-top:50px;
}
#plan23-page .section-6 .section6-list-top h3{
    font-size: 24px;
    color: #333;
}
#plan23-page .section-6 .section6-list-top p{
    font-size: 16px;
    color: #666;
    margin-top: 16px;
}
#plan23-page .section-6 .section6-list-top .price{
    margin-top: 50px;
    color: #666;
    font-size: 16px;
}
#plan23-page .section-6 .section6-list-top .price span{
    font-size: 45px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

#plan23-page .section-6 .section6-list-bom{
    border-top: 2px solid #EEEEEE;
    padding-top: 30px;
}
#plan23-page .section-6 .section6-list-bom dl{}
#plan23-page .section-6 .section6-list-bom dd{
    line-height: 36px;
    display: flex;
    align-items: center;
}
#plan23-page .section-6 .section6-list-bom dd svg{
	margin-right:8px;
}



#plan23-page .section-7{
	margin-top:80px;
}
#plan23-page .section-7 ul{
    margin-top: 80px;
}
#plan23-page .section-7 li{}
#plan23-page .section-7 li .section7-list{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    display: flex;
    padding: 40px;
}
#plan23-page .section-7 li .section7-list .img{
    margin-right: 24px;
}
#plan23-page .section-7 li .section7-list img{
    border-radius: 50%;
    box-shadow: 0 8px 20px rgb(29 35 69 / 25%);
}
#plan23-page .section-7 li .section7-content{}
#plan23-page .section-7 li .section7-content h4{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
#plan23-page .section-7 li .section7-content p{
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
#plan23-page .section-7 li .section7-content .detail{
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
	height:96px;
}



































#plan22-page .plan-banner {
    background: url(../images/plan22-banner.jpg) no-repeat scroll center top;
    background-size: cover;
}
#plan22-page .plan-banner-con{
	width:1440px;
	text-align:left;
	color:#333;
}
#plan22-page .plan-banner-con p{
	text-align:left;
	font-size:24px;
}
#plan22-page .plan-banner-con .banner-btn{
	background:#7b69f1;
	color:#fff;
	border-color:#7b69f1;
	margin-top:20px; 
}
#plan22-page .plan-banner-con .banner-btn:hover{
	background:none;
	color:#7b69f1;
	
}
/*plan19*/
.plan19-box2{
	position:relative;
	margin:50px 0 0;
}
.plan19-box2 p{
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translate(0,-50%);
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    text-align: center;
	padding:0 70px;
	box-sizing:border-box;
}
.plan19-box2 img{
	max-width:100%;
}
.plan19-banner-title{
	font-size:44px;
	padding:40px 0 0;
	font-weight:normal;
}
.plan19-banner-con{
	position:absolute;
	bottom:120px;
	left:50%;
	width:100%;
	width:360px;
	margin-left:-180px;
}
.plan19-banner-con p{
	font-size: 36px;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}
.plan19-banner-con a{
	display: block;
    width: 100%;
}
.plan19-banner-con a i{
    position: absolute;
    right: 40px;
    top: 27px;
    width: 18px;
    height: 9px;
    background: url(../images/plan18-icon1.png) no-repeat;
}
#plan25-page .plan19-section3{
	padding:50px 0;
}

/*plan17*/
#plan17-page .plan-banner-con h3{
	white-space:nowrap;
}

.plan17-section1{
	margin:50px 0 0;
}
.plan17-section1 .plan17-section1{
	margin-top:50px;
}
.plan17-section1 .plan17-section1-img{
	text-align:center;
}
.plan17-section1 .plan17-section1-img img{
	max-width:100%;
}
.plan17-section1 .plan17-section1-detail{
	
}
.plan17-section1 .plan17-section1-detail p{
	margin:30px 0 0;
}
.plan17-section1 .plan17-section1-bar{
	background: #f9f9f9;
    padding: 50px 80px;
    border-radius: 14px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin: 50px 0 0;
}
.plan17-section1 .plan17-section1-bar i.icon-yinhao-copy {
    font-size: 34px;
    color: #ccc;
    position: absolute;
    left: 30px;
    top: 20px;
}
.plan17-section1 .plan17-section1-bar i.icon-quotesUp-copy {
    font-size: 34px;
    color: #ccc;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.plan17-section2{
	margin:100px 0 0;
}
.plan17-section2 .new-detail{
	text-align:center;
	color:#666;
	margin:20px 0 0;
}
.plan17-section2 .plan17-section2-con{
	font-size:0;
	margin:50px 0 0;
}
.plan17-section2 .shopify-list{
	padding: 10px 30px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-radius: 0 0 0 5px;
}
.plan17-section2 .shopify-con{
	display:inline-block;
    width: 50%;
    box-shadow: 0 0 5px #fafafa;
	vertical-align:top;
	font-size:16px;
}
.plan17-section2 .shopify-con h4,
.plan17-section2 .shopyy-con h4{
	height: 120px;
    background: #eee;
    color: #808080;
    line-height: 120px;
    font-size: 45px;
    font-weight: normal;
    border-radius: 5px 0 0 0;
    text-align: center;
}
.plan17-section2 ul{
	padding: 10px 30px;	

}
.plan17-section2 ul li{
	border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}
.plan17-section2 ul li h6{
	color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.plan17-section2 ul li p{
    color: #333;
    font-size: 14px;
    line-height: 26px;
}


.plan17-section2 .shopyy-con{
	display:inline-block;
    width: 50%;
    box-shadow: 0 0 5px #fafafa;
	vertical-align:top;
	font-size:16px;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	overflow:hidden;
}
.plan17-section2 .shopyy-con h4{
	background:#7b69f1;
	color:#fff;
}

.plan17-section2 .shopyy_btn{
    padding: 20px 0 50px;
    text-align: center;
}
.plan19-section3{
	margin-top:50px;
	padding:50px 0;
}
.plan19-section3 .new-big-title{
	margin-bottom:40px;
}






/*plan15*/
#plan15-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan15-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan15-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan15-page .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan15-page .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}

#plan15-page .section-2{
	margin-top:80px;
}
#plan15-page .section-2 .shopyy-graphic .shopyy-graphic-text{
	padding-left: 120px;
    box-sizing: border-box;
}
#plan15-page .section-2 .shopyy-plan-title{
	text-align:left;
	margin-bottom:40px;
}
#plan15-page .section-2 li{
    display: flex;
    margin-bottom: 24px;
}
#plan15-page .section-2 li .svg{
    margin-right: 24px;
}
#plan15-page .section-2 li .content h4{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
#plan15-page .section-2 li .content p{
    color: #666;
    font-size: 16px;
}


#plan15-page .section-3{
	margin-top:80px;
}
#plan15-page .section-3 ul{
    display: flex;
    align-items: center;
    margin-top: 80px;
    justify-content: space-between;
}
#plan15-page .section-3 li a{
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 70px;
	border-radius:8px;
	transition:all 0.3s;
}
#plan15-page .section-3 li a img{
	max-height:70px;
	max-width:120px;
}
#plan15-page .section-3 li a:hover{	
	box-shadow: 0px 0px 20px rgba(29, 35, 69, 0.1);
}

#plan15-page .section-4{
	margin-top:80px;
}
#plan15-page .section-4 ul{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
#plan15-page .section-4 li{
	width:230px;
}
#plan15-page .section-4 li .svg{
    width: 60px;
    height: 60px;
    background: #1D2345;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#plan15-page .section-4 li h4{
    font-size: 20px;
    margin-top: 15px;
}
#plan15-page .section-4 li p{
    font-size: 16px;
    margin-top: 15px;
    color: #666;
}

#plan15-page .section-5{
	margin-top:80px;
}
#plan15-page .section-5 ul{
	margin-top:80px;
	display: flex;
	align-items: center;
    justify-content: space-between;
	
}
#plan15-page .section-6{
	margin-top:80px;
}
#plan15-page .section-6 ul{
	margin-top:80px;
	border-radius:8px;
	overflow:hidden;
}
#plan15-page .section-6 li{
	display:flex;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#plan15-page .section-6 li.section6-th{	
	background: #1D2345;
	color:#fff;
}
#plan15-page .section-6 li.section6-td{
	font-size:16px;
}
#plan15-page .section-6 li .items{
	width:16.6666%;
	height:80px;
	display:flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	box-sizing:border-box;
	
}
#plan15-page .section-6 li.section6-td  .items{
	border-bottom:2px solid #f6f6f6;
	border-right:2px solid #f6f6f6;
}
#plan15-page .section-6 li.section6-th .items:first-child{
	align-items: flex-start;
	padding-left: 30px;
    box-sizing: border-box;
}
#plan15-page .section-6 li.section6-td .items:first-child{
    background: #f3f3f5;
    color: #333;
    padding-left: 30px;
    box-sizing: border-box;
    align-items: flex-start;
	font-size:16px;
	border-bottom:2px solid #f0f0f1;
}
#plan15-page .section-6 li .items span{
	font-weight:normal;
	color:#666;
	margin-top:5px;
}
#plan15-page .section-6 li .items-all{
	width:83.3333%;
}










#plan15-page .section-7{
	padding:80px 0;
}
#plan15-page .section-7 ul{
    margin: 80px 0 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 70px;
}
#plan15-page .section-7 li .tag{
    width: 58px;
    height: 58px;
    border: 1px solid rgba(99,75,255,.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--theme-color);
}
#plan15-page .section-7 li h4{
	position:relative;
    font-size: 24px;
    margin-top: 24px;
	padding-bottom:20px;
}
#plan15-page .section-7 li h4:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width: 48px;
	height: 4px;
	background: linear-gradient(90deg, var(--theme-color) 0%, rgba(99, 75, 255, 0) 100%);
}
#plan15-page .section-7 li p{
	height:48px;
    color: #666666;
    line-height: 24px;
    margin: 15px 0 0;
}































/*plan16*/
#plan16-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan16-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan16-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan16-page .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan16-page .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}
#plan16-page .section-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 260px;
}
#plan16-page .section-2 h3{
	font-size:30px;
}
#plan16-page .section-2 p{
	width:50%;
	color:#666;
	line-height:24px;
	font-size:16px;
}
#plan16-page .section-3{
    padding: 80px 0;
	position:relative;
}
#plan16-page .section-3 .up-icon{
    width: 90px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	cursor:pointer;
}
#plan16-page .section-3 .up-icon:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 45px solid transparent;
    border-top: 50px solid #fff;
    border-right: 45px solid transparent;
}
#plan16-page .section-3 ul{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 80px;
    grid-row-gap: 80px;
}
#plan16-page .section-3 li{
    background: #fff;
    padding: 24px;
    border-radius: 8px;
}
#plan16-page .section-3 li h4{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #1D2345;
}
#plan16-page .section-3 li .svg{
    width: 80px;
    height: 80px;
    background: #F3F3F5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}



#plan16-page .section4-content{
	position:relative;
}
#plan16-page .section-4 ul{
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	position:relative;
}
#plan16-page .section-4 ul:before{
    content: '';
    width: calc(100% - 100px);
    height: 2px;
    position: absolute;
    left: 25px;
    top: 112px;
    background: #1D2345;
    z-index: 1;
}
#plan16-page .section-4 li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#plan16-page .section-4 li svg{
	fill:#1D2345;
}
#plan16-page .section-4 li .tag{
	position:relative;
    width: 45px;
    height: 45px;
    background: #1D2345;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
	z-index:2;
}
#plan16-page .section-4 li .tag:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #1D2345;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
#plan16-page .section-4 li .tag:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1D2345;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}
#plan16-page .section-4 li:first-child .tag:before,
#plan16-page .section-4 li:last-child .tag:after{
	display:none;
}

#plan16-page .section-4 li p{
    font-size: 20px;
    font-weight: bold;
    color: #1D2345;
    margin-top: 40px;
}

#plan16-page .section-4 .tag_1{
    position: absolute;
    right: 37%;
    top: 27px;
}
#plan16-page .section-4 .tag_1 svg{
	transform: rotate(180deg);
}
#plan16-page .section-4 .tag_1:before{
	content:'';
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-6px;
	width: 12px;
	height: 12px;
	background: #F3F3F5;
	border: 1px solid #1D2345;
	border-radius: 50%;
	box-sizing:border-box;
	z-index:9;
}
#plan16-page .section-4 .tag_1 span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    color: #1D2345;
}
#plan16-page .section-4 .tag_2{
	right:13%;
}

#plan16-page .section-5{
	margin-top:80px;
}
#plan16-page .section-5 .section5-container{
	margin-top:80px;
}
#plan16-page .section-5 .shopyy-swiper4-prev, 
#plan16-page .section-5 .shopyy-swiper4-next{
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 9;
    margin-top: -30px;
}
#plan16-page .section-5 .shopyy-swiper4-prev{
    left: 24px;
    right: auto;
}

#plan16-page .section-6{
	padding:80px 0;
}
#plan16-page .section-6 .section6-content{
	margin-top:50px;
	position:relative;
}
#plan16-page .section-6 .section6-content h4{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #1D2345;
}
#plan16-page .section-6 .section6-content h4 svg{
	margin-right:15px;
}
#plan16-page .section-6 .section6-container{
	margin-top:24px;
}

#plan16-page .section-6 .function{
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
	height:130px;
	border-radius:8px;
}
#plan16-page .section-6 .function .function-title{
	font-size: 20px;
	font-weight: bold;
	color: #1D2345;
}
#plan16-page .section-6 .function .function-detail{
	font-size: 16px;
	color: #1D2345;
	margin-top:15px;
}
#plan16-page .section-6 .section6-navigation{
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    right: 0;
    top: 0;
}
#plan16-page .section-6 .section6-navigation a{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 28px;
	height: 28px;
	background: rgba(255,255,255,.5);
	border: 1px solid #1D2345;

}
#plan16-page .section-6 .section6-navigation a.section6-prev{
	margin-right:10px;
}
#plan16-page .section-6 .section6-navigation a.section6-prev svg{
	transform:rotate(180deg);
}
#plan16-page .section-6 .section6-navigation a.swiper-button-disabled{
	display:none;
}
#plan16-page .section-7{
	padding:80px 0;
}
#plan16-page .section-7 ul{
    margin: 80px 0 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 70px;
}
#plan16-page .section-7 li .tag{
    width: 58px;
    height: 58px;
    border: 1px solid rgba(99,75,255,.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--theme-color);
}
#plan16-page .section-7 li h4{
	position:relative;
    font-size: 24px;
    margin-top: 24px;
	padding-bottom:20px;
}
#plan16-page .section-7 li h4:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width: 48px;
	height: 4px;
	background: linear-gradient(90deg, var(--theme-color) 0%, rgba(99, 75, 255, 0) 100%);
}
#plan16-page .section-7 li p{
	height:48px;
    color: #666666;
    line-height: 24px;
    margin: 15px 0 0;
}













/*plan14*/
.plan14-section1 .market-con{
	font-size:0;
}
.plan14-section1 .img{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	width:calc(100% - 450px);
}
.plan14-section1 .img img{
	max-width:100%;
}
.plan14-section1 ul{
	display:inline-block;
	width:450px;
	box-sizing:border-box;
	font-size:14px;
	vertical-align:middle;
	box-sizing:border-box;
	padding-left:30px;
}
.plan14-section1 li{
	margin:0 0 20px;
}
.plan14-section1 li span{
	display:inline-block;
	line-height:20px;
	vertical-align:middle;
	padding:0 8PX;
}
.plan14-section1 li .p-bar{
	display:inline-block;
	line-height:20px;
	vertical-align:middle;
	background:#e6e6e6;
	height:20px;
	border-radius:20px;
	width:calc(100% - 130px);
	overflow:hidden;
	position:relative;
}
.plan14-section1 li .p-bar:before{
	background:#8c89f4;
	height:20px;
	position:absolute;
	left:0;
	top:0;
	width:70%;
	content:'';
}
.plan14-section1 li:nth-child(2) .p-bar:before{
	background:#83d9ff;
	width:60%;
}
.plan14-section1 li:nth-child(3) .p-bar:before{
	background:#8acc60;
	width:50%;
}


.plan14-section2{
	padding:100px 0;
}
.plan14-section2 ul,
.plan14-section3 ul{
	font-size:0;
}
.plan14-section2 li,
.plan14-section3 li{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 15px);
	margin-right:30px;
	font-size:16px;
	margin:0 30px 30px 0;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #e6e6e6;
	padding:20px 20px 20px 110px;
	position:relative;
	height:120px;
}
.plan14-section2 li:nth-child(2n),
.plan14-section3 li:nth-child(2n){
	margin-right:0;
}
.plan14-section2 li:last-child{
	margin-bottom:0;
}
.plan14-section2 span,
.plan14-section3 span{
	width:80px;
	height:80px;
	background:#7b69f1;
	text-align:center;
	line-height:80px;
	display:inline-block;
	color:#fff;
	font-size:40px;
	position:absolute;
	left:20px;
	top:20px;
}
.plan14-section2 h4,
.plan14-section3 h4{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:12px;
	color:#333;
}
.plan14-section2 p,
.plan14-section3 p{
	font-size:16px;
	line-height:24px;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#666;
}


.plan14-section3 li{
	padding-left:120px;
	height:138px;
}
.plan14-section3 h4{
	line-height:30px;
	height:30px;
	position:relative;
	padding:0 0 10px;
	margin:0 0 10px;
}
.plan14-section3 h4:before{
	width: 40px;
    height: 1px;
    background:#7D7DC3;
	content:'';
	position:absolute;
	bottom:0;
	left:0;
}

.plan14-section3 span{
	color:#7b69f1;
	background:none;
}

.plan14-section4{
	padding:100px 0;
}
.plan14-section4 ul{
	font-size:0;
}
.plan14-section4 li{
	display:inline-block;
	width:16.666666%;
	vertical-align:top;
	font-size:14px;
	text-align:center;
}
.plan14-section4 li svg{
	width:60px;
	height:60px;
	fill:#7b69f1;
}
.plan14-section4 li h4{
	font-size:24px;
	font-weight:normal;
	margin:10px 0 15px;
}
.plan14-section4 li p{
	font-size:16px;
	line-height:24px;
}

.plan14-section5 ul{
	font-size:0;
}
.plan14-section5 ul li{
	display:inline-block;
	width: calc(33.33333% - 30px);
    box-sizing: border-box;
    border: 1px solid #dadaf8;
    margin-right: 45px;
    margin-bottom: 45px;
    padding: 20px 0 30px;
	font-size:16px;
	box-sizing:border-box;
	vertical-align:top;
	text-align:center;
}
.plan14-section5 ul li:nth-child(3n){
	margin-right:0;
}
.plan14-section5 ul li .pic{
	background:url(../images/plan14-section5-icon-bg.png) no-repeat scroll center center;
	background-size:100%;
	width:90px;
	height:90px;
	text-align:center;
	line-height:90px;
	display:inline-block;
}
.plan14-section5 ul li .pic i{
	color:#fff;
	font-size:40px; 
}
.plan14-section5 ul li p{
	margin:15px 0 0;
}
#plan14-page .new-big-title{
	margin:0 0 50px;
}























/*plan3*/
.plan3-section1 .new-big-title{
	margin-bottom:50px;
}
.plan3-section1 ul{
	font-size:0;
}
.plan3-section1 li{
	display:inline-block;
	width:calc(25% - 30px);
	margin-right:40px;
	margin-bottom:30px;
	font-size:14px;
	vertical-align:top;
}
.plan3-section1 li:nth-child(4n){
	margin-right:0;
}
.plan3-section1 li h4{
	height: 35px;
    line-height: 35px;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
	font-weight:normal;
}
.plan3-section1 li h4 i{
	vertical-align: top;
    font-size: 30px;
    display: inline-block;
    color: #7D7DC3;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.plan3-section1 li h4 svg{
	vertical-align: top;
    display: inline-block;
    fill: #7D7DC3;
    width: 35px;
	height: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.plan3-section1 li p{
	font-size:14px;
	color:#999;
	line-height:20px;
}

.plan3-section2{
	background:url(../images/plan_33.jpg) no-repeat fixed center center / cover;
	padding:100px 0;
}

.plan3-section2 .new-big-title{
	color:#fff;
	margin:0 0 30px;
}
.plan3-section2 .new-detail{
	color:#fff;
	text-align:center;
	margin-bottom:50px;
}
.plan3-section2 ul{
	font-size:0;
}
.plan3-section2 li{
	display:inline-block;
	vertical-align:top;
	width:120px;
	margin-right:calc((100% - 600px) / 4);
	margin-bottom:50px;
}
.plan3-section2 li:nth-child(5n){
	margin-right:0;
}
.plan3-section2 li .pic{
	
	width:120px;
	text-align:center;
	font-size:16px;
}
.plan3-section2 li i{
    display: block;
    width: 118px;
    height: 118px;
    line-height: 118px;
    text-align: center;
    color: #fff;
    font-size: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.plan3-section2 li svg{
	fill:#fff;
	height:100%;
	width:60%;
}
.plan3-section2 li span{
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
	color:#fff;
	margin:10px 0 0;
}


.plan3-section3 ul{
	font-size:0;
}
.plan3-section3 li {
	display:inline-block;
	width:calc(25% - 60px);
	margin-right:80px;
	margin-bottom:30px;
	font-size:16px;
	text-align: center; 
	vertical-align:top;
}
.plan3-section3 li:nth-child(4n){
	margin-right:0;
}
.plan3-section3 li i { 
	height: 100px; 
	width: 100%; 
	display: block; 
	text-align: center; 
	line-height: 100px; 
	color: #fff; 
	background: #7b69f1; 
	font-size: 50px;
	border-radius: 10px 10px 0 0; 
}
.plan3-section3 .tg_name { 
	padding: 25px 30px; 
	border: 1px solid #eee; 
	border-radius: 0 0 10px 10px;
}
.plan3-section3 .tg_name h4 {
	text-align: center; 
	font-size: 16px; 
	
	font-weight: normal;
	margin-bottom: 10px; 
	color:#333;
}
.plan3-section3 .tg_name p {
	font-size: 16px; 
	color: #999; 
	line-height:24px;
	height:72px;
}

/*plan4*/
#plan4-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan4-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan4-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan4-page .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan4-page .section-1 .shopyy-btn{
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}

#plan4-page .plan4-title{
    font-size: 30px;
    color: #333333;
    text-align: center;
	font-weight:bold;
}
#plan4-page .plan4-detail{
    font-size: 16px;
    color: #666;
    text-align: center;
	margin-top:30px;
}
#plan4-page .section-2{
	margin-top:80px;
}

#plan4-page .section-2 .shopyy-graphic{
	flex-direction: row-reverse;
}

#plan4-page .section-2 .shopyy-graphic-text li{
    display: flex;
    align-items: center;
	margin-bottom:60px;
}
#plan4-page .section-2 .shopyy-graphic-text li:last-child{
	margin-bottom:0;
}
#plan4-page .section-2 .shopyy-graphic-text li .svg{
    width: 54px;
    height: 54px;
    background: #1D2345;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
#plan4-page .section-2 .shopyy-graphic-text li .svg svg{
    fill: #fff;
}
#plan4-page .section-2 .shopyy-graphic-text li .text h4{
    color: #1D2345;
    font-size: 20px;
}
#plan4-page .section-2 .shopyy-graphic-text li .text p{
    color: #666;
    margin-top: 8px;
}

#plan4-page .section-3{
	padding:80px 0;
	background: #F3F3F5;
}
#plan4-page .section-3 .plan4-title,
#plan4-page .section-3 .plan4-detail{
	text-align:left;
}
#plan4-page .section-3 .shopyy-graphic{
	flex-direction: row-reverse;
}
#plan4-page .section-3 ul{
    margin-top: 80px;
    padding-right: 120px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 80px;
    grid-row-gap: 80px;
}
#plan4-page .section-3 li svg{
    fill: var(--theme-color);
}
#plan4-page .section-3 li h4{
    margin-top: 15px;
    font-size: 20px;
    color: #333;
}
#plan4-page .section-3 li p{
    margin-top: 15px;
    color: #666;
    line-height: 24px;
}
#plan4-page .section-4{
	margin-top:80px;
}
#plan4-page .section-4 .section4-container{
	margin-top:80px;
}

#plan4-page .section-4 .shopyy-swiper4-prev,
#plan4-page .section-4 .shopyy-swiper4-next{
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 9;
    margin-top: -30px;
}
#plan4-page .section-4 .shopyy-swiper4-prev{
	left:24px;
	right:auto;
}

#plan4-page .section-5{
	margin-top:80px;
	padding:80px 0;
	background: linear-gradient(180deg, #1D2345 0%, #1D2345 100%);
}
#plan4-page .section-5 .plan4-title{
	color:#fff;
}
#plan4-page .section-5 .section5-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:80px;
}
#plan4-page .section-5 .shopyy-swiper4-prev.swiper-button-disabled, 
#plan4-page .section-5 .shopyy-swiper4-next.swiper-button-disabled {
    display: block;
	opacity:0;
}
#plan4-page .section-5 .section5-container{
    width: calc(100% - 350px);
}
#plan4-page .section-5 .section5-pagination{
	margin-top:60px;
}
#plan4-page .section-6{
	margin:80px 0;
}
#plan4-page .section-6 ul{
    margin-top: 80px;
	position:relative;
    display: flex;
    align-items: flex-start;
	justify-content: space-between;
}
#plan4-page .section-6 ul:before {
    content: '';
    width: calc(100% - 120px);
    height: 2px;
    position: absolute;
    left: 0;
    top: 21px;
    background: #1D2345;
    z-index: 1;
}
#plan4-page .section-6 li .section6-tag{
	position:relative;
    width: 45px;
    height: 45px;
    background: #1D2345;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:2;
}
#plan4-page .section-6 li .section6-tag:before{
	content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #1D2345;
    position: absolute;
	left:-10px;
	top:50%;
	margin-top:-5px;
}
#plan4-page .section-6 li .section6-tag:after{
	content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1D2345;
    position: absolute;
	right:-10px;
	top:50%;
	margin-top:-5px;
}
#plan4-page .section-6 li:first-child .section6-tag:before,
#plan4-page .section-6 li:last-child .section6-tag:after{
	display:none;
}
#plan4-page .section-6 li .section6-content{
	width: 120px;
	height: 48px;
	font-size: 16px;
	line-height:24px;
	color: #1D2345;
	margin-top:40px;
}



/*plan5*/
.plan5-section1 .new-detail{
	text-align:center;
	margin:20px 0 50px;
}
.plan5-section3,
.plan5-section5{
	position:relative;
}
.plan5-section3 ul{
	box-sizing:border-box;
}
.plan5-section3 li,
.plan5-section5 li{
	border:1px solid #f5f5f5;
	box-sizing:border-box;
	text-align:center;
	padding:30px 0;
	transition:all 0.1s ease;
}
.plan5-section3 li:hover,
.plan5-section5 li:hover{
	border:1px solid #ddd;
}
.plan5-section3 li i{
	display:inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	background:#7b69f1;
	border-radius:50%;
	color:#fff;
	font-size:40px;
}
.plan5-section3 li p{
	font-size:16px;
	color:#666;
	margin:10px 0 0;
}
.plan5-section3 .swiper-pagination,
.plan5-section5 .brand-pagination{
	width:100%;
	text-align:center;
	margin:15px 0 0;
}
.plan5-section3 .swiper-pagination-bullet,
.plan5-section5 .swiper-pagination-bullet{
	background:#e9e9e9;
	width:12px;
	height:12px;
	margin:0 5px;
	opacity:1;
	outline:none;
}
.plan5-section3 .swiper-pagination-bullet-active,
.plan5-section5 .swiper-pagination-bullet-active{
	background:#7b69f1;
}

.plan5-section4 .icon-list-3 li{
	background:#f7f7f7;
	box-shadow:none;
	border:0;
}
.plan5-section5 li img{
	-webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
	transition:all 0.1 ease;
}
.plan5-section5 li:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}






/*plan6*/

#plan6-page .plan-new-title{
	margin-bottom:20px;
}
#plan6-page .new-detail{
	text-align:center;
	margin-bottom:50px;
	color:#999;
}
.plan6-section1{}
.plan6-section1 .new-big-title{
	text-align:center;
	margin-bottom:50px;
}
.plan6-section1 .icon-list-5 li{
	box-shadow:none;
}




/*plan7*/

#plan7-page .plan-new-title{
	margin-bottom:20px;
}
#plan7-page .new-detail{
	text-align:center;
	margin-bottom:50px;
	color:#999;
}
#plan7-page .new-big-title{
	margin-bottom:50px;
}

/*plan8*/
#plan8-page{
	background: #F3F3F5;	
}
#plan8-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan8-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan8-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan8-page .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan8-page .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}

#plan8-page .section-2{
	margin-top:80px;
}
#plan8-page .plan-title{
	font-size: 30px;
	color: #333333;
	text-align:center;
}
#plan8-page .section-2 .section-2-container{
	margin-top:80px;
}
#plan8-page .section-2 li .content{
	background:#fff;
	padding:40px;
	border-radius:8px;
}
#plan8-page .section-2 li .content h3{
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
}
#plan8-page .section-2 li .content p{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    line-height: 24px;
    height: 72px;
}
#plan1-page .section-4 .section4-pagination,
#plan8-page .section-2 .section2-pagination{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
#plan1-page .section-4 .section4-pagination{
	margin-top:30px;
}
#plan1-page .section-4 .swiper-pagination-bullet,
#plan8-page .section-2 .swiper-pagination-bullet{
	width:20px;
	height:4px;
	background:#fff;
	border-radius:0;
	opacity:1;
	margin:0 7px;
}
#plan1-page .section-4 .swiper-pagination-bullet-active,
#plan8-page .section-2 .swiper-pagination-bullet-active{
	background:#1D2345;
}
#plan8-page .section-3{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#plan8-page .section-3 .section-3-left{
    width: 50%;
	position:relative;
}
#plan8-page .section-3 .section-3-video {
    height: 464px;
    background: linear-gradient(180deg, #323964 0%, #1D2345 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    text-align: center;
    border-radius: 16px;
    position: relative;
}
#plan8-page .section-3 .section-3-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/new-shopyy/section-7-bg.png) no-repeat scroll center center;
    opacity: 0.5;
}
#plan8-page .section-3 .section-3-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
#plan8-page .section-3 .section-3-video-wrapper .section-3-svg {
    width: 106px;
    height: 106px;
    cursor: pointer;
}


#plan8-page .section-3 .section-3-video-wrapper p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-top: 24px;
}



#plan8-page .section-3 #video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



#plan8-page .section-3 .section-3-right{
    width: 50%;
    padding-right: 185px;
    box-sizing: border-box;
}
#plan8-page .section-3 .section-3-right h4{
    font-size: 45px;
    color: #333333;
}
#plan8-page .section-3 .section-3-right p{
    font-size: 20px;
    color: #666666;
    margin-top: 30px;
    line-height: 30px;
}
#plan8-page .section-4{
	margin-top:80px;
	background:url(../images/new-shopyy/plan8-bg.png) no-repeat scroll center center;
	background-size:cover;
	height:560px;
	position:relative;
}
#plan8-page .section-4:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 35, 69, .3);
}
#plan8-page .section-4 li{
	opacity:0 !important;
}
#plan8-page .section-4 li.swiper-slide-active{
	opacity:1 !important;
}
#plan8-page .section-4 .section4-container{
	height:560px;
}
#plan8-page .section-4 .section4-wrapper{
    background: rgba(255,255,255,.9);
    border-radius: 8px;
	text-align:center;
}
#plan8-page .section-4 .section4-tag{
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 9;
}
#plan8-page .section-4 .section4-pagination{
    width: auto;
    color: rgba(255,255,255,.5);
    line-height: 1;
}
#plan8-page .section-4 .swiper-pagination-current{
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan8-page .section-4 .section4-icon{
    display: flex;
}

#plan8-page .section-4 .section4-button-prev,
#plan8-page .section-4 .section4-button-next{
    width: 60px;
    height: 60px;
    background: rgba(29,35,69,.6);
    border: 1px solid rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
#plan8-page .section-4 .section4-button-prev{
	transform: rotate(180deg);
    margin-right: 30px;
}

#plan8-page .section-4 .swiper-button-disabled{
	opacity:.5;
}
#plan8-page .section-4 .section4-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#plan8-page .section-4 .section4-img img{
	max-width:100%;
	display:block;
}
#plan8-page .section-4 .section4-wrapper{
    width: 560px;
    padding: 65px;
    box-sizing: border-box;
}
#plan8-page .section-4 .section4-wrapper h4{
    font-size: 30px;
    margin-bottom: 24px;
}
#plan8-page .section-4 .section4-wrapper p{
    font-size: 18px;
    color: #666;
    line-height: 22px;
}
#plan8-page .section-4 .section4-wrapper a{
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-color);
    margin-top: 24px;
	padding-right:10px;
	transition:all 0.3s ease;
}
#plan8-page .section-4 .section4-wrapper a svg{
    margin-left: 10px;
	transition:all 0.3s ease;
}
#plan8-page .section-4 .section4-wrapper a:hover{
	padding-right:0;
}
#plan8-page .section-4 .section4-wrapper a:hover svg{
    margin-left: 20px;
}


#plan8-page .section-5{
	padding:80px 0;
	background: linear-gradient(180deg, #1D2345 0%, #1D2345 100%);
}
#plan8-page .section-5 .section5-wrapper{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
#plan8-page .section-5 .section5-button-prev,
#plan8-page .section-5 .section5-button-next{
    width: 60px;
    height: 60px;
    background: rgba(29,35,69,.6);
    border: 1px solid rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
#plan8-page .section-5 .section5-button-prev{
	transform: rotate(180deg);
}

#plan8-page .section-5 .swiper-button-disabled{
	opacity:0;
}

#plan8-page .section-5 .section5-container{
    width: calc(100% - 350px);
}
#plan8-page .section-5 .section5-content{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#plan8-page .section-5 .section5-svg{
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#plan8-page .section-5 p{
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:15px;
}
#plan8-page .section-5 .section5-pagination{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

#plan8-page .section-5 .swiper-pagination-bullet{
	width:20px;
	height:4px;
	background:rgba(255,255,255,.5);
	border-radius:0;
	opacity:1;
	margin:0 7px;
}
#plan8-page .section-5 .swiper-pagination-bullet-active{
	background:#fff;
}

















/*plan9*/
.plan9-section1{
	padding:100px 0 150px;
	position:relative;
}
.plan9-section1 .new-detail{
	text-align:center;
	margin:10px 0 50px;
}
.plan9-section2{
	padding:100px 0;
	text-align:center;
}
.plan9-section2 .new-title{
	margin:30px 0 20px;
}
#plan9-page .graphic-textual-list{
	padding:100px 0;
}
.plan9-section2 img{
	max-width:100%;
}

/*plan10*/
.plan10-section1{
	padding:100px 0;
}
.plan10-section1 .new-big-title{
	margin-bottom:50px;
}
.plan10-section1 .icon-list-5 li{
	margin:0;
	width:25%;
	padding:0 30px;
	border-right:1px solid #e6e6e6;
	box-sizing:border-box;
	box-shadow:none;
}
.plan10-section1 .icon-list-5 li:nth-child(4n){
	border:0;
}
#plan10-page .graphic-textual-list{
	padding:100px 0;
}


/*plan11*/
#plan11-page{}
#plan11-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#plan11-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#plan11-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#plan11-page .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#plan11-page .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}

#plan11-page .section-2{
	margin-top:80px;
}

#plan11-page .section-2 ul{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
#plan11-page .section-2 li{
	width:230px;
}
#plan11-page .section-2 li .svg{}
#plan11-page .section-2 li h4{
    font-size: 20px;
    margin-top: 15px;
}
#plan11-page .section-2 li p{
    font-size: 16px;
    margin-top: 15px;
    color: #666;
}


#plan11-page .section-3{
	margin:80px 0;
}
#plan11-page .section-3 ul{
	margin-top:80px;
	display: grid;
    grid-template-columns: repeat(3,1fr);
}
#plan11-page .section-3 li{
    position: relative;
}
#plan11-page .section-3 li img{
    width: 100%;
    display: block;
}
#plan11-page .section-3 li .section3-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 35, 69, .4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
}
#plan11-page .section-3 li .section3-content h4{
    font-size: 20px;
    margin-top: 15px;
}
#plan11-page .section-3 li .section3-content p{
    color: rgba(255,255,255,.8);
    margin-top: 15px;
	font-size:16px;
}

#plan11-page .section-4{
    padding: 80px 0;
}
#plan11-page .section-4 dl{}
#plan11-page .section-4 dt{
	text-align:center;
	margin:80px 0;
}
#plan11-page .section-4 dt span{
	display:inline-block;
	width: 588px;
	height: 48px;
	line-height:46px;
	border: 1px solid #1D2345;
	border-radius: 26px;
	font-size:16px;
	color: #1D2345;
	box-sizing:border-box;
}
#plan11-page .section-4 dd{
	position:relative;
	padding:0 140px;
}
#plan11-page .section-4 dd:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:2px;
	background:#ccc;
}
#plan11-page .section-4 .section4-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
	z-index:9;
}
#plan11-page .section-4 .section4-items{
    width: 168px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 50%;
    border: 15px solid #F3F3F5;
}
#plan11-page .section-4 .section4-items p{
    font-size: 20px;
    color: #1D2345;
    margin-top: 15px;
}
#plan11-page .section-5{
	padding:80px 0;
}
#plan11-page .section-5 ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
	margin-top:80px;
}
#plan11-page .section-5 li{
    background: #1D2345;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
	
    height: 180px;
}
#plan11-page .section-5 li .section5-items{
	padding:0 24px;
	display:flex;
	justify-content:space-between;
}
#plan11-page .section-5 li .section5-items .content{
	width:calc(100% - 55px);
}
#plan11-page .section-5 li .section5-items h4{
    font-size: 20px;
}
#plan11-page .section-5 li .section5-items p{
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-top: 15px;
	
}















































/*plan13*/

.plan13-section1 > .new-detail{
	text-align:center;
	margin:20px 0 0;
}
.plan13-section1 .graphic-textual-list .textual-box h3{
	margin:0 0 10px;
}
.plan13-section1 .graphic-textual-list .textual-box p{
	margin:0 0 20px;
}
.plan13-section2{
	padding:100px 0;
}
.plan13-section3 > .new-detail{
	text-align:center;
	margin:20px 0 0;
}
.plan13-section3 ul{
	font-size:0;
	margin:50px 0 0;
}
.plan13-section3 li{
	display:inline-block;
	vertical-align:top;
	width:calc(20% - 20px);
	margin-right:25px;
	text-align:center;
	font-size:16px;
	color:#333;
}
.plan13-section3 li:nth-child(5n){
	margin-right:0;
}
.plan13-section3 li svg{
	width:60px;
	height:60px;
}
.plan13-section3 li h4{
	font-size:20px;
	font-weight:normal;
	margin:15px 0 10px;
}



.plan13-section4{
	padding:100px 0;
}
.plan13-section4 ul{
	font-size:0;
	margin:50px 0 0;
}
.plan13-section4 li{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 100px);
	margin-right:200px;
	text-align:left;
	font-size:16px;
	color:#333;
	padding:30px 0 30px 60px;
	box-sizing:border-box;
	position:relative;
	
}
.plan13-section4 li:nth-child(2n){
	margin-right:0;
}
.plan13-section4 li i{
	display: block;
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 40px;
    color: #7b69f1;
}
.plan13-section4 li h4{
	font-size:24px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
}
.plan13-section4 li p{
	line-height:24px;
	color:#999;
	font-size:16px;
}


.plan13-section5 ul{
	font-size:0;
}
.plan13-section5 li{
	display:inline-block;
	vertical-align:top;
	width:calc(33.3333% - 20px);
	margin-right:30px;
	margin-bottom:30px;
	text-align:left;
	font-size:16px;
	color:#333;
	padding:30px;
	box-sizing:border-box;
	position:relative;
	border:1px solid #dadaf8;
	border-radius: 10px;
	
	
}
.plan13-section5 li:nth-child(3n){
	margin-right:0;
}

.plan13-section5 li h4{
	font-size:20px;
	font-weight:normal;
	color:#7b69f1;
	margin-bottom:10px;
	height:60px;
	line-height:60px;
}
.plan13-section5 li h4 i{
	display: inline-block;
    vertical-align: top;
    font-size: 50px;
    color: #7b69f1;
    margin-right: 20px;

}
.plan13-section5 li .ps_con{
	height:72px;
}
.plan13-section5 li p{
	color: #999;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.plan13-section5 .new-big-title{
	margin-bottom:50px;
}


/*plan29*/
#plan29-page{ padding-top:84px;}
#plan29-page .plan-banner{
	background:url(../images/plan29_img/banner.png) no-repeat center top;
	height:500px;
}
#plan29-page .banner-wapper{
	max-width:1200px;
	position:relative;
	margin:0 auto;
	height:100%;
}
#plan29-page .banner1{
	position:absolute;
	right:0;
	bottom:100px;
}
#plan29-page img{
	max-width:100%;
}
#plan29-page .plan-banner-con{ 
	left:40px;
	transform:translate(0,-50%);
	max-width:520px;
	width:100%;
	text-align:left;
}
#plan29-page .plan-banner-con h3{
	color:#333;
	padding-bottom:20px;
	position:relative;
	font-size:36px;
}
#plan29-page .plan-banner-con h3 .lien{
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:50%;
	background:#7b69f1;
}
#plan29-page .plan-banner-con p{
	color:#666666;
	text-align:left;
	font-size:20px;
	line-height:36px;
}



#plan29-page .plan-wapper{
	width: 100%;
    max-width: 1360px;
    margin: 0 auto;
	display: flex;
	padding-top:20px;
	position:relative;
}
#plan29-page .plan29-content-wapper{
	align-items: flex-start;
	justify-content: space-between;
}

#plan29-page .plan-wapper .service-menu{
	width:120px;
	position: sticky;
	top:100px;
} 
#plan29-page .plan-wapper .service-menu li{
	padding:3px;
}
#plan29-page .plan-wapper .service-menu li a{
	display:inline-block;
	padding:5px 10px;
	border-radius:25px;
	color:#333;
	font-size:14px;
	transition: all .3s ease-in 0s;
}
#plan29-page .plan-wapper .service-menu li.on a{
	background:#8979f2;
	color:#fff;
}

#plan29-page .plan-wapper .service-con{
	width:100%;
	padding-left:15%;
	box-sizing:border-box;
}
#plan29-page .plan-wapper .service-con>div{
	margin-bottom:40px;
}
#plan29-page .plan-wapper .service-con h3{
	padding-bottom:10px;
	padding-left:15px;
}
#plan29-page .plan-wapper .service-con ul{
	display: flex;
    flex-wrap: wrap;
}
#plan29-page .plan-wapper .service-con ul li{
	width:25%;
	padding:0 15px;
	margin-bottom:20px;
	box-sizing:border-box;
}
#plan29-page .plan-wapper .service-con ul li .con{
	padding:25px;
	border:1px solid #f2f2f2;
	border-radius:5px;
	text-align:center;
	height:100%;
	box-sizing:border-box;
}
#plan29-page .plan-wapper .service-con ul li img{
	max-height:50px;
	margin-bottom:15px;
}
#plan29-page .plan-wapper .service-con ul li p{
	font-size:14px;
	margin-bottom:20px;
	height:60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
#plan29-page .plan-wapper .service-con ul li a{
	display:inline-block;
	text-align:center;
	padding:8px 0;
	width:100%;
	border:1px solid #e6e3e3;
	border-radius:25px;
	color:#333;
}
#plan29-page .plan-wapper .service-con ul li a:hover{
	background:#8979f2;
	border-color:#8979f2;
	color:#fff;
}

#plan29-page .plan-wapper.posFixed .service-menu{
	position:fixed;
	top:90px;
	z-index:10000;
}
#plan29-page .plan-wapper.absolute-bottom .service-menu{
	position:absolute;
	top:auto;
	bottom:0;
}

.plan-88-content{
	margin-top: -200px;
    position: relative;
    z-index: 2;
}
.plan-88 img{
	max-width:100%;
	display:block;
}
.plan-88 .activity-box{
	margin-bottom:100px;
	color:#333;
}
.plan-88_activity1{
	position:relative;	
}
.plan-88_activity1 .text-con{
	position:absolute;
	left:50px;
	top:60px;
	width:40%;
	color:#fff;
}
.plan-88_activity1 .text-con h4{
	font-size:32px;
	padding-bottom:20px;
}
.plan-88_activity1 .text-con .describe{
	line-height:28px;
	font-size:18px;
	padding-bottom:40px;
}
.plan-88 .time-box{
	display:inline-block;
}
.plan-88 .activity_time .tiemtxt{
	line-height:40px;
	display:block;
	vertical-align:top;
	height:45px;
	font-weight:bold;
	letter-spacing: 1px;
	font-size:18px;
}
.plan-88 .time-box>div{
	display:inline-block;
	text-align:center;
}
.plan-88 .time-box>div span{
	display:block;
	font-size:32px;
	letter-spacing: 1px;
	background: #fff;
    color: #FA8414;
	width:45px;
	margin-bottom:5px;
	padding:5px;
	border-radius:5px;
	font-weight:bold;
}
.plan-88 .time-box>div p{
	font-size:12px;
}
.plan-88 .time-box em{
	display:inline-block;
	vertical-align:top;
	font-style: inherit;
	font-size:40px;
	line-height:32px;
}

.plan-88 .title{
	text-align:center;
	padding-bottom:40px;
	color:#333;
}
.plan-88 .title h3{
	font-size:36px;
	line-height:40px;
	padding-bottom:20px;
}
.plan-88 .title h3 span{
	color:#fa8414;
}
.plan-88 .title p{
	font-size:20px;
	line-height:28px;
}
.plan-88 .activity-box .ul{
	font-size:0;
	margin:0 -10px;
}
.plan-88 .activity-box .ul li{
	width:33.3333%;
	padding:0 20px;
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	margin-bottom:40px;
	box-sizing:border-box;
}

.plan-88 .plan-88_activity2 .title p{
	color:#999;
}
.plan-88 .plan-88_activity2 ul li .img{
	position:relative;
	color:#fff;
}
.plan-88 .plan-88_activity2 ul li .img img{
	border-radius: 5px 5px 0 0;
}
.plan-88 .plan-88_activity2 ul li .tit{
	position:absolute;
	left:30px;
	top:30px;
	font-size:18px;
	line-height:24px;
}
.plan-88 .plan-88_activity2 ul li .text{
	border-top:none;
	padding:20px;
	min-height:150px;
	color:#333;
	box-sizing:border-box;
	border-radius:0 0 5px 5px;
	box-shadow: 0 0px 30px 0 #F1EFFF;
}
.plan-88 .plan-88_activity2 ul li .name{
	font-size:20px;
	padding-bottom:15px;
	font-weight:bold;
}
.plan-88 .plan-88_activity2 .describe{
	color:#999;
	font-size:15px;
}
.plan-88 .plan-88_activity2 .discount{
	padding-top:20px;
	font-size:12px;
}
.plan-88 .plan-88_activity2 .discount .block{
	background:rgba(250,132,20,0.1);
	display:inline-block;
	padding:3px 8px;
	font-weight:bold;
	color:#fa8414;
}
.plan-88 .plan-88_activity2 .discount strong{
	font-size:14px;
}

.plan-88 .plan-88_activity3 .con{
	position:relative;
}
.plan-88 .plan-88_activity3 .con img{
	border-radius:5px;
}
.plan-88 .plan-88_activity3 .text{
	position:absolute;
	width:70%;
	margin-left:-35%;
	left:50%;
	top:25px;
	color:#fff;
	text-align:center;
}
.plan-88 .plan-88_activity3 .describe1{
	font-size:45px;
}
.plan-88 .plan-88_activity3 .describe2{
	font-size:60px;
}
.plan-88 .plan-88_activity4{
	padding:40px 0;
	background:#f8f8f8;
}
.plan-88 .plan-88_activity4 li .text{
	background:#fff;
	border:1px solid #e2dfdf;
	padding:20px;
	min-height:180px;
	border-radius: 5px;
}
.plan-88 .plan-88_activity4 li .text .name{
	padding:20px 0;
	text-align:center;
	font-size:24px;
}
.plan-88 .plan-88_activity4 li .text .name span{
	display:inline-block;
	border-bottom:3px solid #f75f6f;
	padding:0 10px 10px;
}
.plan-88 .plan-88_activity5 .con{
	font-size:0;
	margin:0 -10px;
}
.plan-88 .plan-88_activity5 .li{
	width:50%;
	padding:0 10px;
	display:inline-block;
	box-sizing:border-box;
}
.plan-88 .plan-88_activity5 .text-con{
	position:relative;
	font-size:14px;
}
.plan-88 .plan-88_activity5 .text-con img{
	border-radius: 5px;
}
.plan-88 .plan-88_activity5 .text-con .text{
	position:absolute;
	left:30px;
	top:30px;
	color:#fff;
}
.plan-88 .plan-88_activity5 .text-con .name{
	padding:20px 0;
	font-size:30px;
}
.plan-88 .plan-88_activity5 .text-con .describe{
	line-height:24px;
}

.plan-88 .plan-88_activity6 .ul{
	margin:0 -15px;
}
.plan-88 .plan-88_activity6 .ul li{
	width:25%;
	padding:0 15px;
	margin-bottom:0;
}
.plan-88 .plan-88_activity6 .content{
	border:1px solid rgba(250,132,20,0.5);
	border-radius:8px;
	overflow:hidden;
}
.plan-88 .plan-88_activity6 li .title{
	padding:15px;
	background:rgba(250,132,20,0.1);
	color:#fa8414;
	position:relative;
}
.plan-88 .plan-88_activity6 .title img{
	position: absolute;
    right: 3px;
    top: 3px;
}
.plan-88 .plan-88_activity6 .title p{
	margin-bottom:5px;
	font-weight:bold;
	font-size:20px;
}
.plan-88 .plan-88_activity6 .li3 .title{
	background:#fa8414;
	color:#fff;
}
.plan-88 .plan-88_activity6 .text{
	padding:20px 20px 90px;
	text-align:center;
	position:relative;
}
.plan-88 .plan-88_activity6 .text p{
	color:#999999;
	margin-bottom:5px;
}
.plan-88 .plan-88_activity6 .text span{
	display:inline-block;
	padding:0px 25px;
	line-height:25px;
	background:rgba(250,132,20,0.1);
	color:#fa8414;
}
.plan-88 .plan-88_activity6 .text .h5{
	margin-top:30px;
	font-size:12px;
	color:#333;
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
}
.plan-88 .plan-88_activity6 .text .h5 strong{
	font-size:22px;
}
.plan-88 .plan-88_activity6 .text .h5 p{
    margin-bottom: -7px;
}





#b2b-page.plan-1111{
	color:#666;
}
#b2b-page.plan-1111 .plan-banner-cy{
	margin-bottom:80px;
	height:752px !important;
	margin-top:84px;
	background:none;
}
#b2b-page.plan-1111 .plan-banner-con{
	width:100%;
	height:100%;
	margin-top:0 !important;
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
	transform:translate(0,0);
	top:auto;
	left:0;
}

.plan-1111 img{
	max-width:100%;
}
.plan-1111 .plan-1111-content .title{
	text-align:center;
	padding-bottom:40px;
	color:#333;
}
.plan-1111 .plan-1111-content .title h3{
	font-size:34px;
	line-height:40px;
	padding-bottom:20px;
}
.plan-1111 .plan-1111-content .title h3 span{
	color:#fa8414;
}
.plan-1111 .plan-1111-content .title p{
	font-size:16px;
	line-height:28px;
}

.plan-1111 .plan-1111-content .plan1111-box{
	margin-bottom:80px;
}


.plan-1111 .plan-1111-content .plan1111-box li .original span{
	text-decoration:line-through;
}
.plan-1111 .plan-1111-content .plan1111-box li .original{
	color:#999999;
	margin-bottom:10px;
}
.plan-1111 .plan-1111-content .plan1111-box li .present{
	font-weight:600;
	color:#FF0000;
}
.plan-1111 .plan-1111-content .plan1111-box li .remarks{
	font-size:22px;
}

.plan-1111 .plan-1111-content .row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan-1111 .plan1111-box{
	
}
.plan-1111 .plan-1111-content .tit{
	color:#333;
}


.plan-1111 .plan-1111-content .plan-box1 ul{
	margin:0 -15px;
}
.plan-1111 .plan-1111-content .plan-box1 li{
	width:25%;
	padding:0 15px;
	box-sizing:border-box;
}
.plan-1111 .plan-1111-content .plan-box1 li .con{
	border:1px solid #FFD78A;
	box-shadow: 0px 0px 21px 0px #FFECE2;
	border-radius:10px 6px 6px 6px;
	text-align:center;
	padding:20px;
	height:100%;
	position:relative;
	box-sizing:border-box;
}
.plan-1111 .plan-1111-content .plan-box1 li .tips{
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	background: #FFE8C0;
	color:#B57D1D;
	padding:4px 0;
	border-radius:0px 0px 6px 6px;
}
.plan-1111 .plan-1111-content .plan-box1 li .tag_icon{
	position:absolute;
	top:-10px;
	left:0;
}
.plan-1111 .plan-1111-content .plan-box1 li .tit{
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
}
.plan-1111 .plan-1111-content .plan-box1 li .describe{
	padding-bottom:20px;
}
.plan-1111 .plan-1111-content .plan-box1 li .price{
	padding-bottom:20px;
	color:#FF5A00;
}
.plan-1111 .plan-1111-content .plan-box1 li .price strong{
	font-size:24px;
}
.plan-1111 .plan-1111-content .plan-box1 li .price span{
	color:#FFAD81;
	text-decoration:line-through;
}

.plan-1111 .plan-1111-content .plan-box2 ul{
	margin:0 -15px;
}
.plan-1111 .plan-1111-content .plan-box2 li{
	width:33.3333%;
	padding:0 15px;
	box-sizing:border-box;
}
.plan-1111 .plan-1111-content .plan-box2 li .con{
	text-align:center;
	height:100%;
	position:relative;
	box-sizing:border-box;
}

.plan-1111 .plan-box3 ul{
	margin:0 -20px;
}
.plan-1111 .plan-box3 ul li{
	width:33.3333%;
	padding:0 20px;
	margin-bottom:40px;
	box-sizing:border-box;
}
.plan-1111 .plan-box3 .title p{
	color:#999;
}
.plan-1111 .plan-box3 ul li .img{
	position:relative;
	color:#fff;
}
.plan-1111 .plan-box3 ul li .img img{
	border-radius: 5px 5px 0 0;
}
.plan-1111 .plan-box3 ul li .tit{
	position:absolute;
	left:30px;
	top:30px;
	font-size:18px;
	line-height:24px;
	color:#fff;
}
.plan-1111 .plan-box3 ul li .text{
	border-top:none;
	padding:20px;
	min-height:150px;
	color:#333;
	box-sizing:border-box;
	border-radius:0 0 5px 5px;
	box-shadow: 0 0px 30px 0 #F1EFFF;
}
.plan-1111 .plan-box3 ul li .name{
	font-size:20px;
	padding-bottom:15px;
	font-weight:bold;
}
.plan-1111 .plan-box3 .describe{
	color:#999;
	font-size:15px;
}
.plan-1111 .plan-box3 .discount{
	padding-top:20px;
	font-size:12px;
}
.plan-1111 .plan-box3 .discount .block{
	background:rgba(250,132,20,0.1);
	display:inline-block;
	padding:3px 8px;
	font-weight:bold;
	color:#fa8414;
}
.plan-1111 .plan-box3 .discount strong{
	font-size:14px;
}
.plan-1111 .plan-box3 .more{
	text-align:center;
}
.plan-1111 .plan-box3 .more a{
	color:#999;
}
.plan-1111 .plan-box3 .more a:hover{
	color:#7b69f1;
}

.plan-1111 .plan-banner-con .wap-banner{
	display:none;
}

.plan-1111 .activity_time{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:130px;
}
.plan-1111 .activity_time .tiemtxt{
	line-height:58px;
	display:inline-block;
	vertical-align:top;
	height:58px;
	letter-spacing: 10px;
	font-size:18px;
	color:#fff;
	padding-bottom:15px;
}
.plan-1111 .time-box>div{
	display:inline-block;
	text-align:center;
	color:#fff;
}
.plan-1111 .time-box>div span{
	display:block;
	font-size:40px;
	letter-spacing: 1px;
	height:90px;
	width:90px;
	background:#fff;
	border-radius:10px;
	color:#F98D46;
	line-height:90px;
	font-weight:bold;
}
.plan-1111 .time-box>div p{
	font-size:14px;
	margin-top:10px;
}
.plan-1111 .time-box .wap_show{
	display:none;
}
.plan-1111 .time-box em{
	display:inline-block;
	vertical-align:top;
	font-style: inherit;
	font-size:40px;
	line-height:85px;
	margin:0 5px;
	color:#fff;
	font-weight: bold;
}





.fw-container li {
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0;
    transition: all 0.1s ease;
	background:#fff;
}
.fw-container li:hover{
	border-color:#ddd;
}
.fw-container li i{
	display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #7b69f1;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
}
.fw-container li p{
	font-size: 16px;
    color: #666;
    margin: 10px 0 0;
}
.swiper-pagination {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}
.swiper-pagination-bullet{
    background: #e9e9e9;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #7b69f1;
}
	
	

.logo-list{
	font-size:0;
	text-align:center;
}
.logo-list li{
	display:inline-block;
	width:150px;
	height:65px;
	border:1px solid #eee;
	margin:0 18px 20px 0;
	border-radius:5px;
	font-size:16px;
	line-height:65px;
	vertical-align:top;
}
.logo-list li a{
	display:block;
	height:100%;
	font-size:0;
}
.logo-list li a img{
	max-height:90%;
	max-width:90%;
	vertical-align:middle;
}
.logo-list li a:after{
	display:inline-block;
	vertical-align:middle;
	height:100%;
	content:'';
}

.icon-list-1{
	font-size:0;
}
.icon-list-1 li{
	display:inline-block;
	width:120px;
	vertical-align:top;
	font-size:16px;
	text-align:center;
	margin-right:calc((100% - 720px) / 5);
}
.icon-list-1 li:nth-child(6){
	margin-right:0;
}
.icon-list-1 li span{
	display:inline-block;
	width:120px;
	height:120px;
	border-radius:50%;
	border:1px solid #eee;
	line-height:118px;
}
.icon-list-1 li i{
	display:inline-block;
	color:#7b69f1;
	font-size:50px;
}
.icon-list-1 li p{
	font-size:16px;
	color:#333;
	margin:10px 0 0;
}




.icon-list-2 {
	font-size:0;
}
.icon-list-2:after{
	display:block;
	clear:both;
	content:'';
}
.icon-list-2 li {
	display:inline-block;
	vertical-align:top;
	font-size:16px;
}
.icon-list-2 li.a_list{
	width:20%;
}
.icon-list-2 li.li_mid {
	width: 60%; 
	height: 207px; 
	position: relative; 
	text-align: center; 
}


.icon-list-2 li.a_list a {
	display: block;
 	height: 55px; 
	border: 2px solid #efefef; 
	line-height: 55px; 
	border-radius: 10px; 
	margin-bottom: 15px; 
	color: #7b69f1; 
	font-size: 19px;
	text-align:center;
}
.icon-list-2 li.a_list a.a_center {
	text-align: center; 
}
.icon-list-2 li.a_list a i {
	vertical-align: top; 
	font-size: 40px; 
	padding: 0 15px 0 10px; 
	height:55px;
	line-height:55px;
	display:inline-block;
}

.icon-list-2 li.li_mid .line { 
	position: absolute; 
	height: 1px; 
	border-top: 2px dotted #efefef; 
	margin: auto; 
	top: 0; 
	bottom: 0; 
	left: 20px; 
	width: calc(100% - 40px); 
	z-index: 1; 
}
.icon-list-2 li.li_mid .side_ic {
	width: auto; 
	padding-left: 20px; 
	position: absolute; 
	z-index: 2; 
	background: #fff; 
	padding: 0 15px; 
	display: inline-block;
	 margin: auto; 
	 top: 34px; 
	 bottom: 0; 
	 height: auto; 
	 color: #7b69f1; 
	 font-size: 16px; 
	 text-align: center; 
	 height: 80px; 
}
.icon-list-2 li.li_mid .side_ic_left {
	left: calc((100% - 290px) / 4); 
}
.icon-list-2 li.li_mid .side_ic_right {
	right: calc((100% - 290px) / 4);
}
.icon-list-2 li.li_mid .side_ic i {
	display: block; 
	width: 100%; 
	font-size: 40px; 
}
.icon-list-2 li.li_mid .home_ic {
	display: inline-block; 
	width: 175px; 
	padding: 0 17px; 
	position: absolute; 
	margin: auto; 
	left: 0; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	background: #fff; 
	z-index: 2; 
	height: 175px;
}
.icon-list-2 li.li_mid .home_ic span {
	display: inline-block; 
	width: 175px; 
	height: 175px; 
	border-radius: 50%; 
	background: #7b69f1; 
	color: #fff; 
	font-size: 18px; 
	font-weight: bold; 
}
.icon-list-2 li.li_mid .home_ic i {
	display: block; 
	font-size: 80px; 
	line-height: 1; 
	margin-top: 40px;
}
.icon-list-2 li.li_mid .side_ic .a_center{
	display: block;
	width: 180px;
	height: 55px;
	border: 2px solid #efefef;
	line-height: 55px;
	border-radius: 10px;
	margin-bottom: 15px;
	color: #7b69f1;
	font-size: 19px;
}

.icon-list-3{
	font-size:0;
}
.icon-list-3 li{
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 15px);
	margin-right:20px;
	margin-bottom:20px;
	font-size:16px;
	box-sizing:border-box;
	padding:15px;
	border:2px solid #efefef;
	border-radius:10px;
}
.icon-list-3 li:nth-child(4n){
	margin-right:0;
}
.icon-list-3 li span{
    display: block;
    height: 120px;
    line-height: 120px;
    color: #333;
    font-size: 20px;
}
.icon-list-3 li span i{
    display: inline-block;
    vertical-align: middle;
    font-size: 80px;
    color: #7b69f1;
    margin-right: 20px;
}
.icon-list-3 li span svg{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    fill: #7b69f1;
    margin-right: 20px;
}
.icon-list-3 li p{
	font-size:16px;
	line-height:24px;
	color:#999;
	height:72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}




.icon-list-4{
	font-size:0;
}
.icon-list-4 li{
	display:inline-block;
	vertical-align:top;
	width:calc(33.33333% - 20px);
	margin-right:30px;
	margin-top:30px;
	font-size:16px;
	box-sizing:border-box;
	padding:50px 0;
	background:#f5f5f5;
	border-radius:10px;
	text-align:center;
} 
.icon-list-4 li:nth-child(1),
.icon-list-4 li:nth-child(2),
.icon-list-4 li:nth-child(3){
	margin-top:0;
}

.icon-list-4 li:nth-child(3n){
	margin-right:0;
}


.icon-list-4 li i{
	display: block;
    font-size: 60px;
    color: #7b69f1;
    padding: 0 0 20px;
}
.icon-list-4 li h4{
   	font-size:16px;
	color:#333;
	margin:0 0 10px;
}
.icon-list-4 li p{
   	font-size:16px;
	color:#666;
	line-height:24px;
	height:48px;
}


.icon-list-5{
	font-size:0;
}
.icon-list-5 li {
    display: inline-block;
    width: calc(25% - 30px);
    margin-right: 40px;
    vertical-align: top;
    font-size: 14px;
    padding: 45px 15px;
    box-shadow: 0 0 7px rgba(113,115,172,.1);
    text-align: center;
	box-sizing:border-box;
}

.icon-list-5 li:nth-child(4n){
	margin-right:0;
}
.icon-list-5 li i{
	font-size: 80px;
    color: #7b69f1;
    display: block;
    line-height: 80px;
}
.icon-list-5 li svg{
    fill: #7b69f1;
    height: 80px;
	width:80px;
}
.icon-list-5 li h3{
	font-size:16px;
	color:#333;
	margin:20px 0 10px;
}
.icon-list-5 li .con1{
	font-size:16px;
	color:#666;
	line-height:24px;
}





.plan-banner-cy{
	background:url(../images/plan-banner-cy-bg.png) no-repeat scroll center bottom #2e207f; 
	width:100%;
	height:580px;
}

.plan-tit{
    font-size: 34px;
    color: #333;
    margin-bottom: 70px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
	
}
.plan-new-title{
	text-align:center;
	position:relative;
	margin-bottom:50px;
}
.plan-new-title span{
	display:inline-block;
	height:60px;
	line-height:60px;
	background:#eaebff;
	padding:0 30px;
	box-sizing:border-box;
	min-width:355px;
	border-radius:30px;
	position:relative;
	z-index:11;
	font-size:30px;
	font-weight:normal;
	color:#333;
}

.plan-new-title:before{
	content:'';
	width:100%;
	height:1px;
	background:#eaebff;
	position:absolute;
	top:30px;
	left:0;
	z-index:9;
}
.plan-new-title:after{
	content:'';
	width:440px;
	height:1px;
	background:#fff;
	position:absolute;
	top:30px;
	left:50%;
	z-index:10;
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}

.plan-talk__bg{
	background:#fafafa;
}
.plan-talk li{
	margin-bottom:34px;
	position:relative;
}
.plan-talk li p{
	padding:30px;
	background:#7b69f1;
	color:#fff;
	font-size:16px;
	line-height:30px;
	border-radius:5px;
	box-sizing:border-box;
	position:relative;
}
.plan-talk li p:before{
	content:'';
	position:absolute;
	left:-12px;
	top:0;
	bottom:0;
	margin:auto;
	width:0;
	height:0;	
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-right:15px solid #7b69f1;
}
.plan-talk .plan-talk__right p:before{
	transform:rotate(180deg);
	left:auto;
	right:-12px;
}
.plan-talk .plan-talk__left{
	padding:0 0 0 120px;
}
.plan-talk .plan-talk__right{
	padding:0 120px 0 0;
}
.plan-talk .plan-talk__left i{
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
	width:100px;
	height:100px;
	background-size:cover;
	background-repeat:no-repeat;
}
.plan-talk .plan-talk__right i{
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	width:100px;
	height:100px;
	background-size:cover;
	background-repeat:no-repeat;
}
.plan-talk i.plan19-icon1{
	background-image:url(../images/plan19-5.png);
}
.plan-talk i.plan19-icon2{
	background-image:url(../images/plan19-6.png);
}
.plan-talk i.plan19-icon3{
	background-image:url(../images/plan19-7.png);
}
.plan-margin{
	margin-top:100px;
}

/*plan30*/
#plan30-page{ padding-top:84px; background:#f4f9fc;}
#plan30-page .plan-banner{
	background:url(../images/plan30_img/banner.png) no-repeat center bottom;
	height:645px;
}
#plan30-page .banner-wapper{
	max-width:1200px;
	position:relative;
	margin:0 auto;
	height:100%;
}
#plan30-page .banner1{
	position:absolute;
	right:0;
	bottom:100px;
}
#plan30-page img{
	max-width:100%;
}
#plan30-page .plan-banner-con{ 
	left:40px;
	transform:translate(0,-50%);
	max-width:520px;
	width:100%;
	text-align:left;
}
#plan30-page .plan-banner-con p{
	color:#666666;
	text-align:left;
	font-size:20px;
	line-height:36px;
}
#plan30-page .banner_btn{
    display: inline-block;
    text-align: center;
    padding: 14px 0;
    width: 220px;
    border: 1px solid #7B69F1;
    border-radius: 25px;
    color: #7B69F1;
}

#plan30-page .plan-content{
	padding-top:50px;
	padding-bottom:80px;
}
#plan30-page .box-tit{
	text-align:center;
	padding-bottom:60px;
}
#plan30-page .box-tit h3{
	color:#2F2382;
	font-size:42px;
	line-height:32px;
	padding-bottom:38px;
}
#plan30-page .box-tit p{
	line-height:36px;
	font-size:24px;
	color:#666666;
}

#plan30-page .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#plan30-page .list_ul{
	padding:0 20px;
}
#plan30-page .list_ul li{
	width:33.3333%;
	padding:0 20px;
	margin-bottom:15px;
	box-sizing:border-box;
}
#plan30-page .list_ul li .list{
	padding:50px 35px;
	text-align:center;
	border-radius: 6px;
	position:relative;
	background:url(../images/plan30_img/list_bg.png) no-repeat;
	height:280px;
	background-position: center;
	background-size:100%;
    box-sizing: border-box;
}
#plan30-page .list_ul li .edition{
	color:#333333;
	font-size:28px;
	padding-bottom:18px;
	font-weight:bold;
}
#plan30-page .list_ul li .introduce{
	font-size:18px;
	color:#666666;
	padding-bottom:30px;
}

#plan30-page .list_ul li .original{
	color:#999999;
}
#plan30-page .list_ul li .original span{
	text-decoration:line-through;	
}
#plan30-page .list_ul li .present{
	color:#FF0000
}
#plan30-page .list_ul li .present span{
	font-size:30px;
}

#plan30-page .box2{
	padding:60px 85px;
	text-align:center;
}
#plan30-page .text-box{
	padding-bottom:70px;
	text-align:center;
}
#plan30-page .text-box h4{
	font-size:28px;
	line-height:32px;
	margin-bottom:38px;
}
#plan30-page .text-box p{
	font-size:20px;
	line-height:36px;
	color:#666666;
}
#plan30-page .deadline{
	position:relative;
	color:#FF0000;
    justify-content: center;
    align-items: center;
	flex-wrap: inherit;
}
#plan30-page .deadline span{
	display:inline-block;
	padding:0 20px;
	white-space:nowrap;
}
#plan30-page .line {
    width: 30%;
    height: 1px;
    background: #FF0000;
    background: -moz-linear-gradient(left, #FF0000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#FF0000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #FF0000 0%,#ffffff 100%);
    background: -o-linear-gradient(left, #FF0000 0%,#ffffff 100%);
    background: -ms-linear-gradient(left, #FF0000 0%,#ffffff 100%);
    background: linear-gradient(to left, #FF0000 0%,#ffffff 100%);
}
#plan30-page .line.rt{
	background: -moz-linear-gradient(right, #FF0000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, right, left, color-stop(0%,#FF0000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(right, #FF0000 0%,#ffffff 100%);
    background: -o-linear-gradient(right, #FF0000 0%,#ffffff 100%);
    background: -ms-linear-gradient(right, #FF0000 0%,#ffffff 100%);
    background: linear-gradient(to right, #FF0000 0%,#ffffff 100%);
}
#plan30-page .plan-bg{
	background:url(../images/plan30_img/bg.png) no-repeat;
	padding-top:380px;
	margin-top:-60px;
}
#plan30-page .p_s{
	text-align:center;
	padding-bottom:60px;
}
#plan30-page .p_s p{
	font-size:16px;
	padding-top:10px;
}
#plan30-page .specially{
	text-align:center;
}
#plan30-page .specially >div{
	display:inline-block;
	width:590px;
	height:80px;
	background:url(../images/plan30_img/mcbg.png) no-repeat;
	background-size:100%;
	line-height:80px;
	color:#fff;
	font-size:26px;
	font-weight:bold;
}





#plan31-page{}
#plan31-page .section-1{
	background: #1D213B;
	position:relative;
}
#plan31-page .section-1 .section-1-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#plan31-page .section-1 .section-1-content{
	padding:0 140px 0 210px;
	width:50%;
	box-sizing:border-box;
}
#plan31-page .section-1 .section-1-content h3{
	font-size: 45px;
	color: #FFFFFF;
}
#plan31-page .section-1 .section-1-content p{
	font-size: 20px;
	color: #FFFFFF;
	opacity: 0.8;
	margin-top:30px;
}
#plan31-page .section-1 .section-1-content .section-1-list{
    margin-top: 60px;
    display: flex;
    align-items: center;
}
#plan31-page .section-1 .section-1-content .section-1-list span{
	display:block;
	padding-right:40px;
	margin-right:40px;
	position:relative;
}
#plan31-page .section-1 .section-1-content .section-1-list span:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	margin-top:-13px;
	height: 26px;
	width:1px;
	background:rgba(255,255,255,.8);
}
#plan31-page .section-1 .section-1-content .section-1-list span:last-child{
	margin:0;
	padding:0;
}
#plan31-page .section-1 .section-1-content .section-1-list span:last-child:after{
	display:none;
}
#plan31-page .section-1 .section-1-content .section-1-list img{}

#plan31-page .section-1 .section-1-img{
	width:50%;
}
#plan31-page .section-1 .section-1-img img{
	max-width:100%;
}


#plan31-page .section-2{
	margin-top:80px;
}
#plan31-page .shopyy-title{
	text-align:center;
}
#plan31-page .shopyy-detail{
	text-align:center;
	margin-top:30px;
}
#plan31-page .section-2 ul{
	margin-top:80px;
	
}
#plan31-page .section-2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:60px;
}
#plan31-page .section-2 li:nth-child(even){
	flex-direction: row-reverse;
}
#plan31-page .section-2 li .section-2-img{
	width:50%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#plan31-page .section-2 li .section-2-img img{
	max-width:100%;
}


#plan31-page .section-2 li .section-2-content{
	width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 90px;
    box-sizing: border-box;
}
#plan31-page .section-2 li .section-2-content h4{
	font-size: 30px;
	color: #333333;
}
#plan31-page .section-2 li .section-2-content p{
	margin-top:24px;
	font-size: 16px;
	color: #666666;
}
#plan31-page .section-2 li .section-2-content a.plan31-btn{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color);
}
#plan31-page .section-2 li .section-2-content a.plan31-btn svg{
	margin-left:10px;
	transition:all 0.3s;
}
#plan31-page .section-2 li .section-2-content a.plan31-btn:hover svg{
	margin-left:20px;
}
#plan31-page .section-2 li .section-2-tab{
	padding:0 0 0 12px;
}

#plan31-page .section-3 ul{
    margin-top: 80px;
}
#plan31-page .section-3 li{
	position:relative;
	overflow:hidden;
	border-radius:8px;
}
#plan31-page .section-3 li .section-3-img{
	
	
}
#plan31-page .section-3 li .section-3-img img{
	max-width:100%;
}
#plan31-page .section-3 li .section-3-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(29, 35, 69, 0) 0%, #1D2345 100%);
	padding:24px 24px 50px;
	color: #fff;
	display:flex;
    flex-direction: column;
    justify-content: flex-end;
	box-sizing:border-box;
}
#plan31-page .section-3 li .section-3-content h3{
	position:relative;
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom:15px;
}
#plan31-page .section-3 li .section-3-content h3:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width: 48px;
	height: 4px;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
#plan31-page .section-3 li .section-3-content p{
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.8;
	margin-top:0;
	line-height:24px;
	height:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
#plan31-page .section-3 li:hover .section-3-content p{
	margin-top:15px;
	height:48px;
	opacity:1;
	visibility:visible;
}



.add-contact-box{
	margin-top:0;
}
.add-contact-box h2{
	font-size: 30px;
	text-align:left;
	color: #333333;
	margin-bottom:24px;
}
.add-contact-box .tips{
    padding: 0;
    background: none;
    border: none;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
#plan31-page .section-2 li .section-2-tab p{
	margin:0 0 10px;
}
.add-contact-box form .input-box{
    background: #F3F3F5;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    height: 60px;
	font-size:20px;
	text-indent:15px;
}
.add-contact-box form .submit-btn{
    height: 60px;
    background: var(--theme-color);
	color:#fff;
    font-size: 20px;
    font-weight: bold;
	transition:all 0.3s ease;
}









/*plan32*/
.plan32 .a-btn a {
    display: inline-block;
    background: #8172fd;
    padding: 0 25px;
    line-height: 45px;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    min-width: 150px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.plan32 img{
	max-width: 100%;
}
.plan32-wapper{
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.plan32 .plan32-wapper{
	position: relative;
}
.plan32 .row{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.plan32 .center {
    align-items: center;
}


.plan32 .plan32-banner{
	background-image:url(../images/plan32_img/index_bg.png?v=1);
	background-repeat:no-repeat;
	background-size: 100%;
	min-height:800px;
}
.plan32 .plan32-banner .plan32-ban-txt{
	text-align:center;
	padding-bottom:30px;
	padding-top:220px;
	position:relative;
}
.plan32 .plan32-banner .plan32-ban-txt .plan32-wapper:before {
    content: '';
    position: absolute;
    left:5%;
    top: -20%;
    width: 60px;
    height: 60px;
    border:8px solid #8172fd;
	border-radius:50%;
	box-sizing:border-box;
}
.plan32 .plan32-banner .plan32-ban-txt h1{
	font-size:52px;
	line-height:60px;
	padding-bottom:40px;
	color:#fff;
	position:relative;
}

.plan32 .plan32-banner .plan32-ban-txt p{
	color:#fff;
	font-size:24px;
	line-height:30px;
	padding-bottom:60px;
	opacity:0.8;
}
.plan32 .plan32-banner .plan32-ban-txt a{
	
}
.plan32 .plan32-banner .plan32-ban-txt:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 200px;
	background-image:url(../images/plan32_img/banner_bg1.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	box-sizing:border-box;
	display:none;
}
.plan32 .plan32-banner .plan32-ban-img .img{
	position:relative;
}
.plan32 .plan32-banner .plan32-ban-img .svg-icon{
	position:absolute;
	left:0;
	top:15%;
}
.plan32 .plan32-banner .plan32-ban-img .img:before {
    content: '';
    position: absolute;
    right: 3%;
    top: 0;
    width: 200px;
    height: 200px;
    border:3px solid #8172fd;
	border-radius:50%;
	box-sizing:border-box;
}
.plan32 .plan32-banner .plan32-ban-img .img{
	position:relative;
	z-index:10;
}
.plan32 .plan32-banner .plan32-ban-img .img img{
	position:relative;
	z-index:10;
}
.plan32 .plan32-banner .plan32-ban-img .posa{
	position:absolute;
	right: 12.9%;
    top: 22%;
    max-width: 800px;
	width:58%;
	z-index:99;
}
.plan32 .plan32-banner .plan32-ban-img .posa video{
	max-width:100%;
    object-fit: fill;
    object-position: center;
}
.plan32 .plan32-banner .plan32-ban-img .play-icon{ 
	position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	height:100%;

	justify-content: center;
    align-items: center;
	display:none;
}
.plan32 .plan32-banner .pop_video{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:99999;
	display:flex;
	justify-content: center;
	align-items: center;
	display:none;
}
video::-webkit-media-controls-fullscreen-button{ display: none !important; }
.more{
	padding-top:50px;
	text-align:center;
}

.section .animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);transform:translateX(6px)}}
@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);-ms-transform:translateX(6px);transform:translateX(6px)}}

.swiper-pagination-bullet-active{
	background:#8172fd;
}


.plan32 .section{
	margin-bottom:80px;
}
.plan32 .section1{
	margin:30px 0 0;
	width: calc((100% - 1440px) / 2 + 1440px);
	margin-left: calc((100% - 1440px) / 2);
}
.plan32 .section1 .swiper-video{
	padding-bottom:120px;
	padding-top:30px;
}
.plan32 .section1 .swiper-slide{
	transition: all 0.3s ease;
}
.plan32 .section1 .cooperate{
	box-sizing:border-box;
	border-radius:6px;
	overflow:hidden;
	transition: all 0.3s;
	border: 1px solid #f1f1f1;
}
.plan32 .section1 .cooperate:hover{
	box-shadow:0px 3px 20px rgb(29 35 69 / 10%);
}
.plan32 .section1 .cooperate .video{
	width:100%;
	max-width:38%;
	position:relative;
	z-index:12;
	border-radius:6px 0 0 6px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:150px;
}
.plan32 .section1 .cooperate .video img{
	max-width:100%;
	display:none;
}

.plan32 .section1 .cooperate .video{
	
}
.plan32 .section1 .swiper-slide:nth-child(1) .video{
	background-image:url(../images/plan32_img/section1_1.png);
}
.plan32 .section1 .swiper-slide:nth-child(2) .video{
	background-image:url(../images/plan32_img/section1_2.png);
}
.plan32 .section1 .swiper-slide:nth-child(3) .video{
	background-image:url(../images/plan32_img/section1_3.png);
}
.plan32 .section1 .swiper-slide:nth-child(4) .video{
	background-image:url(../images/plan32_img/section1_4.png);
}
.plan32 .section1 .swiper-slide:nth-child(5) .video{
	background-image:url(../images/plan32_img/section1_5.png);
}
.plan32 .section1 .cooperate .text{
	width:calc(100% - 38%);
	background:#fff;
	box-sizing:border-box;
}
.plan32 .section1 .cooperate .text-con{
	z-index:10;
	position:relative;
	padding:20px 40px;
}
.plan32 .section1 .cooperate .svg{
	padding-bottom:15px;
}
.plan32 .section1 .cooperate .text h5{
	font-size:20px;
	line-height:30px;
	padding:0 0 15px;
	position:relative;
	z-index:11;
	background:#fff;
}
.plan32 .section1 .cooperate .text .describe{
	line-height:20px;
	font-size:14px;
	overflow:hidden;
	width:100%;
	
	background:#fff;
	box-sizing:border-box;
	/*opacity:0;
	position:absolute;
	left:0;
	bottom:0;
	visibility:hidden;
	border-radius:0 0 6px 6px;
	transform: translateY(-100%);*/
    transition: all 0.3s ease;
}
.plan32 .section4{
	background:#22253d;
	color:#fff;
	padding:80px 0 0;
}
.plan32 .section4 .title{
	padding-bottom:60px;
	text-align: center;
}
.plan32 .section4 .title h3{
	color:#fff;
	font-size: 30px;
    padding-bottom: 20px;
}
.plan32 .section4 .title p{
	font-size: 16px;
    opacity: 0.8;
}
.plan32 .section4 .txt-data{
	width:35%;
	box-sizing:border-box;
}
.plan32 .section4 .txt-data .con1 li{
	width:50%;
	padding:30px 0;
	box-sizing:border-box;
}
.plan32 .section4 .txt-data .con1 li div{
	border-left:1px solid rgba(255,255,255,0.5);
	padding-left:8px;
}
.plan32 .section4 .txt-data .con1 li p{
	opacity:0.8;
	padding-bottom:10px;
}
.plan32 .section4 .txt-data .con1 li strong{
	font-size:30px;
}
.plan32 .section4 .txt-data .con2{
	padding-top:80px;
}
.plan32 .section4 .txt-data .con2 .list{
	line-height:21px;
	padding:10px 0 10px 41px;
	position:relative;
}
.plan32 .section4 .txt-data .con2 .list svg{
    vertical-align: middle;
	margin-right:20px;
	position:absolute;
	left:0;
	top:10px;
}
.plan32 .section4 .map{
	width:calc(65% - 5%);
	margin-left:5%;
	position:relative;
	box-sizing:border-box;
}
.plan32 .section4 .map img{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

.plan32 .section4 .btm-info{
	background:#8172fd;
	padding:60px 0 30px;
	margin-top:80px;
}
.plan32 .section4 .btm-info li{
	padding:0 15px;
	width:16.66667%;
	text-align:center;
	margin-bottom:30px;
	box-sizing:border-box;
}
.plan32 .section4 .btm-info li .svg{
	padding-bottom:10px;
}
.plan32 .section4 .btm-info li p{
	color:#fff;
    max-width: 70%;
    display: inline-block;
}


.plan32 .section5 li .text,
.plan32 .section5 li .img{
	width:50%;
	box-sizing:border-box;
}
.plan32 .section5 li .text{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
.plan32 .section5 li .text .con{
	width:70%;
}
.plan32 .section5 li .text h5{
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
}
.plan32 .section5 li .text p{
	color:#666;
}
.plan32 .section5 li .text .describe{
	padding-top:40px;
}
.plan32 .section5 li .text .lsit{
	border-bottom:1px solid #ccc;
	padding:5px 0;
	margin-bottom:10px;
	position:relative;
	padding-left:31px;
}
.plan32 .section5 li .text .lsit svg{
	vertical-align:middle;
	display:inline-block;
	margin-right:10px;
	position:absolute;
	left:0;
	top:5px;
}

.plan33 .plan33-banner{
    padding: 84px 0 0;
    background: linear-gradient(180deg, #2E2180 0%, #130096 100%);
    height: 480px;
}
.plan33 .plan33-banner .plan33-banner-bg{
	background-image: url(../images/plan33_img/banner-bg.png);
    background-size: cover;
    background-position: left bottom;
}
.plan33 .plan33-banner .plan-wapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 480px;
}
.plan33 .plan33-banner .plan33-banner-text{
    color: #fff;
}
.plan33 .plan33-banner .plan33-banner-text img{
    height: 32px;
}
.plan33 .plan33-banner h1{
    font-size: 45px;
    margin: 40px 0 0;
}
.plan33 .plan33-banner .plan33-banner-detail{
    font-size: 16px;
    margin: 20px 0 0;
}
.plan33 .plan33-banner .plan33-btn{
    display: block;
    width: 145px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #130096;
    font-size: 16px;
    margin: 40px 0 0;
	transition: all 0.3s;
}
.plan33 .plan33-banner .plan33-btn:hover {
    background: rgba(255,255,255,.8);
}
.plan33 .plan33-banner .plan33-banner-img{
    height: 100%;
}
.plan33 .plan33-banner .plan33-banner-img img{
    max-height: 100%;
}

.plan33 .plan33-title{
    font-size: 28px;
    color: #333;
    text-align: center;
}
.plan33 .plan33-detail{
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0;
    color: #666;
}

.plan33 .plan33-section-1{
    margin: 80px 0 0;
}
.plan33 .plan33-section-1 ul{
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}
.plan33 .plan33-section-1 li{
    width: calc(25% - 21px);
    border: 1px solid rgba(123, 105, 241, .25);
    border-radius: 4px;
    padding: 32px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s;
}
.plan33 .plan33-section-1 li:hover{
	border: 1px solid rgba(123, 105, 241, 1);
	box-shadow: 0px 0px 10px 1px rgb(153 153 153 / 20%);
}
.plan33 .plan33-section-1 li .svg{
    margin-bottom: 24px;
}
.plan33 .plan33-section-1 li .content{
    font-size: 14px;
    color: #666;
}
.plan33 .plan33-section-2{
    margin: 80px 0 0;
}
.plan33 .plan33-section-2 .section2-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px;
}
.plan33 .plan33-section-2 .plan33-section2-img{
    width: 50%;
    text-align: center;
}
.plan33 .plan33-section-2 .plan33-section2-img img{
    max-height: 315px;
}
.plan33 .plan33-section-2 .plan33-section2-text{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.plan33 .plan33-section-2 .plan33-section2-text .plan33-title{
	text-align: left;
	margin-bottom: 30px;
}
.plan33 .plan33-section-2 .plan33-section2-text li{
    list-style-type: disc;
    color: blue;
    margin-bottom: 8px;
}
.plan33 .plan33-section-2 .plan33-section2-text span{
	font-size: 16px;
	color: #666;
}

.plan33 .plan33-section-3{
    margin: 80px 0 0;
    background: #F1F1F1;
    padding: 50px 0 0;
}
.plan33 .plan33-section3-content{
    margin: 50px 0 0;
    width: 100%;
    overflow-x: auto;
    padding: 0 0 80px;
}
.plan33 .plan33-section3-content ul{
    position: relative;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1800px;
    box-sizing: border-box;
}

.plan33 .plan33-section3-content ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: rgba(123, 105, 241, .15);
}
.plan33 .plan33-section3-content li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    width: calc(20% - 24px);
    height: 441px;
}
.plan33 .plan33-section3-content li:nth-child(odd) {
    flex-direction: column;
}
.plan33 .plan33-section3-content li .svg {
    height: 211px;
    padding: 15px 0;
    box-sizing: border-box;
}
.plan33 .plan33-section3-content li:nth-child(odd) .svg {
    display: flex;
    flex-direction: column-reverse;
}
.plan33 .plan33-section3-content li .icon {
    width: 18px;
    height: 18px;
    background: #F1F1F1;
    border: 1px solid #7B69F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.plan33 .plan33-section3-content li .icon:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #7B69F1;
    border-radius: 50%;
}
.plan33 .plan33-section3-content li h4 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.plan33 .plan33-section3-content li .text {
    height: 161px;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
	border-radius: 4px;
}
.plan33 .plan33-section-4{
    margin: 80px 0 0;
}
.plan33 .plan33-section-4 .wap-table-header{
    display: none;
}
.plan33 .plan33-section-4 .pc-table{
    margin: 80px 0 0;
}
.plan33 .plan33-section-4 ul{
    display: flex;
    justify-content: space-between;
}
.plan33 .plan33-section-4 .pc-table li {
    width: calc(25% - 21px);
    border: 1px solid rgba(123, 105, 241, .25);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
}
.plan33 .plan33-section-4 .pc-table li:first-child{
	border: none;
}



.plan33 .plan33-section-4 .pc-table li .items {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ccc;
    width: calc(100% - 56px);
    margin: 0 auto;
}
.plan33 .plan33-section-4 .pc-table li .items:last-child{
	border-bottom: none;
}
.plan33 .plan33-section-4 .pc-table li .items.tab-header {
    background: rgba(124,106,241,0.25);
    border-radius: 4px 4px 0px 0px;
    height: 70px;
    color: #7B69F1;
    font-size: 24px;
    font-weight: bold;
    border: none;
    width: 100%;
}
.plan33 .plan33-section-4 .pc-table li:first-child .items {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.plan33-section-4 .pc-table li:first-child .items:first-child{
	background: none;
}
.plan33 .plan33-section-4 .pc-table li .items h4 {
    font-size: 14px;
    color: #333;
    margin: 0 0 8px;
}
.plan33 .plan33-section-4 .pc-table li .items p {
    color: #999;
    font-size: 14px;
}

.plan33 .plan33-section-4 .pc-table li.on{
	border: 1px solid rgba(123, 105, 241, 1);
    box-shadow: 0px 0px 10px 1px rgb(153 153 153 / 20%);
}
.plan33 .plan33-section-4 .pc-table li.on .items.tab-header{
	background: #7B69F1;
	color: #fff;
}
.plan33 .plan33-section-4 .pc-table li.on .items{
	color: #7B69F1;
}
.plan33 .plan33-section-5{
	text-align: center;
    margin: 80px 0;
    display: flex;
    justify-content: center;
}
.plan33 .plan33-section-5 .plan33-btn{
    display: block;
    width: 145px;
    height: 48px;
    line-height: 48px;
    background: #7b69f1;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 40px 0 0;
    transition: all 0.3s;
}
.plan33 .plan33-section-5 .plan33-btn:hover{
	opacity: 0.8;
}















.plan-1212 .plan-banner-con{
	padding-top: 60px;
}
.plan-1212 .activity_time{
	margin-top: -85px;
}
.plan-1212 .plan-1111-content .plan-box2 li .edition{
	font-weight: bold;
}
.plan-1212 .plan-1111-content .plan-box2 li.hot .list{
	background: none;
}
.plan-1212 .plan-1111-content .plan-box2 li .list .old_price{
	font-size: 18px;
	color: #999;
}
.plan-1212 .plan-1111-content .plan-box2 li .list .old_price span{
	text-decoration: line-through;
}
.plan-1212 .plan-1111-content .plan-box2 li .list .preferential_price{
	font-size: 18px;
	color: #FF9600;
	font-weight: bold;
}
.plan-1212 .plan-1111-content .plan-box2 li .list .preferential_price span{
	font-size: 32px;
}

.plan-1212 .plan-box4 .plan1212-img{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-1212 .plan-box4 .plan1212-img .plan1212-img-list{
	width: 50%;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
}
.plan-1212 .plan-box4 .plan1212-img .plan1212-img-list img{
	max-width: 100%;
}
.plan-1212 .plan-1111-content .plan1111-box li .present{
	font-weight: normal;
}


.plan-2022{
	padding-top:84px;
}
.plan-2022 .wap_img{
	display:none;
}
.plan-2022 .pos_r{
	position:relative;
}
.plan-2022 .plan-time{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:15%;
}
.plan-2022 .plan-time{
	color:#fff;
}
.plan-2022 .plan-time .activity_time .tiemtxt{
	letter-spacing:10px;
	padding-bottom:10px;
}
.plan-2022 .plan-time .time-box>div span{
	color:#9F031E;	
}

.plan-2022 img{
	max-width:100%;
}
.plan-2022 .activity-box {
    margin-top: 100px;
    color: #333;
}
.plan-2022 .title {
    text-align: center;
    padding-bottom: 60px;
    color: #333;
}
.plan-2022 .title h3 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 30px;
}
.plan-2022 .title p{
	position:relative;
	color:#EB1321;
	font-size:16px;
}
.plan-2022 .title p:before,
.plan-2022 .title p:after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:50%;
	max-width:260px;
	content:"";
	height: 2px;
	
}
.plan-2022 .title p:before{
	left:20%;
	background: linear-gradient(90deg, #fff 0%, #EB1321 100%);
}
.plan-2022 .title p:after{
	right:20%;
	background: linear-gradient(90deg, #EB1321 0%, #fff 100%);
}
.plan-2022 .activity-box .ul {
    font-size: 0;
    margin: 0 -10px;
}
.plan-2022 .activity-box .ul li {
    width: 33.3333%;
    padding: 0 20px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.plan-2022 .activity1 .ul{
	margin:0 -15px;
}
.plan-2022 .activity1 .ul li{
	width:25%;
	padding:0 15px;
	margin-bottom:0;
}
.plan-2022 .activity1 .ul li .item{
	transition: .4s;
	margin-top:20px;
}
.plan-2022 .activity1 .ul li:hover .item{
    z-index: 10;
    margin-top: 0;
    margin-bottom: 20px;
	
}
.plan-2022 .activity1 .ul.list li:hover .item{
	box-shadow: 0.8rem 0.8rem 1.6rem rgba(176,10,32,.55);
}

.plan-2022 .activity1 .yq{
	padding-bottom:60px;
}
.plan-2022 .activity1 .yq ul li{
	width:50%;
}
.plan-2022 .activity1 .content{
	border:1px solid #EE1321;
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.plan-2022 .activity1 li .title_top{
	padding:15px;
	color:#23232A;
	position:relative;
	text-align:center;
}
.plan-2022 .activity1 .title_top img{
	position: absolute;
    right: 3px;
    top: 3px;
}
.plan-2022 .activity1 .title_top p{
	margin-bottom:5px;
	font-weight:bold;
	font-size:20px;
}
.plan-2022 .activity1 .text{
	padding:10px 20px 50px;
	text-align:center;
	position:relative;
}
.plan-2022 .activity1 .text p{
	color:#999999;
	margin-bottom:5px;
}
.plan-2022 .activity1 .text .h5{
	font-size:14px;
	color:#FF1622 ;
	width:100%;
	font-weight:bold;
}
.plan-2022 .activity1 .text .h5 strong{
	font-size:24px;
}
.plan-2022 .activity1 .text .h5 span{
    color:#FFAD81;
	text-decoration:line-through;
	display:inline-block;
	margin-left:5px;
	font-weight:normal;
}
.plan-2022 .activity1 .text .tisp{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: linear-gradient(90deg, #A9091F 0%, #EE1321 100%);
	line-height:35px;
	height:35px;
	color:#fff;
}
.plan-2022 .row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan-2022 .activity2 .img,
.plan-2022 .activity2 .text{
	width:50%;
}
.plan-2022 .activity2 .text{
	padding-left:10%;
	padding-right:10%;
	box-sizing:border-box;
}
.plan-2022 .activity2 .txt-con{
	align-items: center;
    justify-content: space-between;
	height:100%;
}
.plan-2022 .activity2 .txt-con p{
	display:block;
	width:100%;
	position:relative;
	font-size:18px;
	margin-bottom:30px;
	padding-left:15px;
	line-height:30px;
}
.plan-2022 .activity2 .txt-con p:before{
	content:"";
	display:block;
	position:absolute;
	left:-28%;
	top:15px;
	border:1px dashed #EE1321;	
	width:25%;
	opacity:0.3;
}
.plan-2022 .activity2 .txt-con p span{
	display:block;
	position:absolute;
	left:0;
	top:13px;
	height:5px;
	width:5px;
	border-radius:50%;
	background:#EE1321;	
}
.plan-2022 .activity2 .txt-con p span:before{
	content:"";
	position:absolute;
	height:10px;
	width:10px;
	border:1px solid #EE1321;
	border-radius:50%;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.plan-time .activity_time .tiemtxt{
    line-height: 40px;
    display: block;
    vertical-align: top;
    height: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
	text-align:center;
}
.plan-time .time-box{
	display:inline-block;
	white-space: nowrap;
}
.plan-time .activity_time .tiemtxt{
	line-height:40px;
	display:block;
	vertical-align:top;
	height:45px;
	font-weight:bold;
	letter-spacing: 1px;
	font-size:18px;
	padding-bottom:10px;
}
.plan-time .time-box>div{
	display:inline-block;
	text-align:center;
}
.plan-time .time-box>div span{
	display:block;
	font-size:32px;
	letter-spacing: 1px;
	background: #fff;
    color: #FA8414;
	width:50px;
	height:50px;
	line-height:50px;
	margin-bottom:5px;
	padding:5px;
	border-radius:5px;
	font-weight:bold;
}
.plan-time .time-box>div p{
	font-size:12px;
}
.plan-time .time-box>div .wap{
	display:none;
}
.plan-time .time-box em{
	display:inline-block;
	vertical-align:top;
	font-style: inherit;
	font-size:40px;
	line-height: 50px;
    margin: 0 5px;
}



#b2b-page.plan-2022-1{
	color:#666;
}
#b2b-page.plan-2022-1 .plan-banner-cy{
	margin-bottom:80px;
	height:752px !important;
	margin-top:84px;
	background:none;
}
#b2b-page.plan-2022-1 .plan-banner-con{
	width:100%;
	height:100%;
	margin-top:0 !important;
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
	transform:translate(0,0);
	top:auto;
	left:0;
}

.plan-2022-1 img{
	max-width:100%;
}
.plan-2022-1 .plan-2022-1-content .title{
	text-align:center;
	padding-bottom:40px;
	color:#333;
}
.plan-2022-1 .plan-2022-1-content .title h3{
	font-size:34px;
	line-height:40px;
	padding-bottom:20px;
}
.plan-2022-1 .plan-2022-1-content .title h3 span{
	color:#dc0808;
}
.plan-2022-1 .plan-2022-1-content .title p{
	font-size:16px;
	line-height:28px;
}

.plan-2022-1 .plan-2022-1-content .plan-box{
	margin-bottom:80px;
}


.plan-2022-1 .plan-2022-1-content .plan-box li .original span{
	text-decoration:line-through;
}
.plan-2022-1 .plan-2022-1-content .plan-box li .original{
	color:#999999;
	margin-bottom:10px;
}
.plan-2022-1 .plan-2022-1-content .plan-box li .present{
	font-weight:600;
	color:#FF0000;
}
.plan-2022-1 .plan-2022-1-content .plan-box li .remarks{
	font-size:22px;
}

.plan-2022-1 .plan-2022-1-content .row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan-2022-1 .plan-box{
	
}
.plan-2022-1 .plan-2022-1-content .tit{
	color:#333;
}


.plan-2022-1 .plan-2022-1-content .plan-box1 ul{
	margin:0 -15px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li{
	width:25%;
	padding:0 15px;
	box-sizing:border-box;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .con{
	border:1px solid #FF5D5E;
	border-radius:10px 6px 6px 6px;
	text-align:center;
	padding:20px;
	position:relative;
	box-sizing:border-box;
	transition: .4s;
    margin-top: 20px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li:hover .con {
    z-index: 10;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 0.8rem 0.8rem 1.6rem rgba(176,10,32,.55);
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .tips{
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	background: #FFE8C0;
	color:#B57D1D;
	padding:4px 0;
	border-radius:0px 0px 6px 6px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .tag_icon{
	position:absolute;
	top:-10px;
	left:-1px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .tit{
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .describe{
	padding-bottom:20px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .price{
	padding-bottom:10px;
	color:#DE0001;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .price strong{
	font-size:24px;
}
.plan-2022-1 .plan-2022-1-content .plan-box1 li .price span{
	color:#FF7E7F;
	text-decoration:line-through;
}



.plan-2022-1 .plan-2022-1-content .plan-box2 .tips{
	padding:0 0 50px;
	text-align:center;
	color:#999;
	font-size:16px;
}
.plan-2022-1 .plan-2022-1-content .plan-box2 .tips p{
	padding:10px 0;
}
.plan-2022-1 .plan-2022-1-content .plan-box2 .tips a{
	color:#7b69f1;
	display:inline-block;
	letter-spacing:3px;
	margin-left:5px;
}
.plan-2022-1 .plan-2022-1-content .plan-box2 .tips a:hover{
	text-decoration:underline;
}

.plan-2022-1 .plan-2022-1-content .plan-box2 ul{
	background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 5%;
    padding-bottom: 38px;
    margin: 0;
}
.plan-2022-1 .plan-2022-1-content .plan-box2 li {
    width: calc(33.3333% - 40px);
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 20px;
}
.plan-2022-1 .plan-2022-1-content .plan-box2 li .con{
	text-align:center;
	height:100%;
	position:relative;
	box-sizing:border-box;
	transition: .4s;
    margin-top: 20px;
}
.plan-2022-1 .plan-2022-1-content .plan-box2 li .con:hover{
    z-index: 10;
    margin-top: 0;
    margin-bottom: 20px;
}
.plan-2022-1 .plan-box2 li .con img{
	max-width:100%;
}
.plan-2022-1 .plan-box2 .wap_con{
	display:none;
	overflow:hidden !important;
}
.plan-2022-1 .plan-box2 .wap_con ul{
	padding:0;
}
.plan-2022-1 .plan-box2 .wap_con ul li{
	margin:0;
	padding:0;
}

.plan-2022-1 .plan-box3 ul{
	margin:0 -20px;
}
.plan-2022-1 .plan-box3 ul li{
	width:33.3333%;
	padding:0 20px;
	margin-bottom:40px;
	box-sizing:border-box;
}
.plan-2022-1 .plan-box3 .title p{
	color:#999;
}
.plan-2022-1 .plan-box3 ul li .img{
	position:relative;
	color:#fff;
}
.plan-2022-1 .plan-box3 ul li .img img{
	border-radius: 5px 5px 0 0;
}
.plan-2022-1 .plan-box3 ul li .tit{
	position:absolute;
	left:30px;
	top:30px;
	font-size:18px;
	line-height:24px;
	color:#fff;
}
.plan-2022-1 .plan-box3 ul li .text{
	border-top:none;
	padding:20px;
	min-height:150px;
	color:#333;
	box-sizing:border-box;
	border-radius:0 0 5px 5px;
	box-shadow: 0 0px 30px 0 #F1EFFF;
}
.plan-2022-1 .plan-box3 ul li .name{
	font-size:20px;
	padding-bottom:15px;
	font-weight:bold;
}
.plan-2022-1 .plan-box3 .describe{
	color:#999;
	font-size:15px;
}
.plan-2022-1 .plan-box3 .discount{
	padding-top:20px;
	font-size:12px;
}
.plan-2022-1 .plan-box3 .discount .block{
	background:rgba(250,132,20,0.1);
	display:inline-block;
	padding:5px 10px;
	font-weight:bold;
	color:#dc0808;
}
.plan-2022-1 .plan-box3 .discount strong{
	font-size:14px;
}
.plan-2022-1 .plan-box3 .more{
	text-align:center;
}
.plan-2022-1 .plan-box3 .more a{
	color:#999;
}
.plan-2022-1 .plan-box3 .more a:hover{
	color:#7b69f1;
}

.plan-2022-1 .plan-banner-con .wap-banner{
	display:none;
}

.plan-2022-1 .activity_time{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:75px;
}
.plan-2022-1 .plan-time .activity_time .tiemtxt{
    letter-spacing: 10px;
}
.plan-2022-1 .time-box>div span{
	color:#980008;
}
.plan-2022-1 .time-box>div p{
	margin-top:10px;
}



#platform-box .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#platform-box .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#platform-box .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#platform-box .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#platform-box .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}
#platform-box .section-2{
	margin-top:80px;
}
#platform-box .section-2-wrapper{
	margin-top:80px;
	display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#platform-box .section-2 .section-2-left{
    width: 50%;
}
#platform-box .section-2 img{
	display:block;
    max-width: 100%;
}
#platform-box .section-2 .section-2-right{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
#platform-box .section-2 .section-2-right-list{
    width: calc(50% - 32px);
    height: calc(50% - 16px);
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    box-sizing: border-box;
}
#platform-box .section-2 .section-2-right-list:nth-child(3),
#platform-box .section-2 .section-2-right-list:nth-child(4){
	margin-top:32px;
}

#platform-box .section-3{
    margin: 80px 0 0;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#platform-box .section-3-left{
    width: calc(50% - 150px);
}
#platform-box .section-3-left .shopyy-plan-title{
    text-align: left;
}
#platform-box .section-3-left .shopyy-detail{
    margin-top: 30px;
}
#platform-box .section-3-left ul{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#platform-box .section-3-left li .svg{
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#platform-box .section-3-left li h4{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 15px;
}

#platform-box .section-3-right{
	width:50%;
}
#platform-box .section-3-right img{
	max-width:100%;
}
#platform-box .section-3-right .section3-pagination{
	margin-top: 20px;
    display: flex;
    justify-content: center;
}
#platform-box .section-3-right .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
}
#platform-box .section-3-right .swiper-pagination-bullet-active{
    background-color: #1D2345;
    opacity: 1;
}

#platform-box .section-4{
    margin: 80px 0 0;
}
#platform-box .section-4 ul{
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}
#platform-box .section-4 li{
    max-width: 320px;
}
#platform-box .section-4 li h4{
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}
#platform-box .section-4 li .detail{
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}







#wholesaler .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#wholesaler .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#wholesaler .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#wholesaler .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#wholesaler .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}
#wholesaler .section-2 ul{
	margin-top:80px;
	
}
#wholesaler .section-2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:60px;
}
#wholesaler .section-2 li:nth-child(even){
	flex-direction: row-reverse;
}
#wholesaler .section-2 li .section-2-img{
	width:50%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#wholesaler .section-2 li .section-2-img img{
	max-width:100%;
}


#wholesaler .section-2 li .section-2-content{
	width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 90px;
    box-sizing: border-box;
}
#wholesaler .section-2 li .section-2-content h4{
	font-size: 30px;
	color: #333333;
}
#wholesaler .section-2 li .section-2-content p{
	margin-top:24px;
	font-size: 16px;
	color: #666666;
}
#wholesaler .section-2 li .section-2-content a{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color);
}
#wholesaler .section-2 li .section-2-content a svg{
	transition:all 0.3s ease;
	margin-left:10px;
}
#wholesaler .section-2 li .section-2-content a:hover svg{
	margin-left:20px;
}
#wholesaler .section-3{
	padding:0 0 30px;
}
#wholesaler .section-3 ul{
	display: flex;
	align-items: stretch;
    margin: 80px 0 0;
}
#wholesaler .section-3 li{
	width:20%;
	position:relative;
}
#wholesaler .section-3 .img{
	width:100%;
	height:100%;
}
#wholesaler .section-3 img{
	max-width:100%;
	width:100%;
	height:100%;
	object-fit: cover;
	display:block;
}
#wholesaler .section-3 .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
	overflow:hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#wholesaler .section-3 .content:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(29, 35, 69, .5);
	transform:translate(0,100%);
	transition: all 0.3s ease;
}
#wholesaler .section-3 li:hover .content{
	opacity:1;
	visibility:visible;
}
#wholesaler .section-3 li:hover .content:before{
	transform:none;
}
#wholesaler .section-3 li:hover .content span{
	position:relative;
	z-index:9;
}

#wholesaler .section-3 .section3-pagination{
	margin-top: 20px;
    display: flex;
    justify-content: center;
}
#wholesaler .section-3 .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 0;
}
#wholesaler .section-3 .swiper-pagination-bullet-active{
    background-color: #1D2345;
    opacity: 1;
}




/*soho*/
#soho .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#soho .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#soho .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#soho .section-1 .detail{
    max-width: 730px;
	width: 100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}
#soho .section-1 .shopyy-btn {
    margin-top: 50px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    font-size: 20px;
}
#soho .section-2{
	margin-top:80px;
}
#soho .section-2 ul{
	margin-top:80px;
}
#soho .section-2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:60px;
}
#soho .section-2 li:nth-child(even){
	flex-direction: row-reverse;
}
#soho .section-2 li .section-2-img{
	width:50%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#soho .section-2 li .section-2-img img{
	max-width:100%;
}


#soho .section-2 li .section-2-content{
	width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 90px;
    box-sizing: border-box;
}
#soho .section-2 li .section-2-content h4{
	font-size: 30px;
	color: #333333;
}
#soho .section-2 li .section-2-content p{
	margin-top:24px;
	font-size: 16px;
	color: #666666;
}
#soho .section-2 li .section-2-content a{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color);
}
#soho .section-2 li .section-2-content a svg{
	transition:all 0.3s ease;
	margin-left:10px;
}
#soho .section-2 li .section-2-content a:hover svg{
	margin-left:20px;
}
















@media screen and (max-width: 1919px){
	#plan29-page .plan-wapper{
		max-width:1280px;
	}
}
@media screen and (max-width: 1600px){
	.plan32-wapper{
		max-width:1200px;
	}
	.plan32 .section1{
		width: calc((100% - 1200px) / 2 + 1200px);
    	margin-left: calc((100% - 1200px) / 2);
	}
	.plan32 .section1 .cooperate .text-con{
		padding:20px;
	}
}

@media screen and (max-width: 1440px){
	.plan32-wapper{
		padding:0 30px;
		box-sizing:border-box;
	}
	.plan32 .section1 .cooperate .text h5{
		font-size:18px;
	}
	.plan32 .section1 .cooperate .text .describe{
		font-size:13px;
	}
	
	
	#plan29-page .plan-wapper{
		max-width: calc(100% - 100px);
		width: 100%;
	}
	.plan-1111 .plan-banner-con{
		width:100%;
	}
	.plan-1111 .time-box>div span{
		width:70px;
		height:70px;
		font-size:30px;
		line-height:70px;
	}
	.plan-1111 .time-box em{
		line-height:65px;
	}
	
	#plan31-page .section-1 .section-1-content{
		padding: 0 120px;
	}
	#plan31-page .section-1 .section-1-content .section-1-list span{
		width:33.3333%;
	}
	#plan31-page .section-1 .section-1-content .section-1-list img{
		max-width:100%;
	}
	#plan28-page .section-2 li:after{
		bottom:-75px;
	}
	#plan28-page .section-2 .section2-pagination,
	#plan23-page .section-6 .section6-pagination,
	#plan23-page .section-7 .section7-pagination{
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	#plan28-page .section-2 .swiper-pagination-bullet,
	#plan23-page .section-6 .swiper-pagination-bullet,
	#plan23-page .section-7 .swiper-pagination-bullet{
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	#plan28-page .section-2 .swiper-pagination-bullet-active,
	#plan23-page .section-6 .swiper-pagination-bullet-active,
	#plan23-page .section-7 .swiper-pagination-bullet-active {
		background-color: #1D2345;
		opacity: 1;
	}
	#plan11-page .section-4 dd{
		padding:0 50px; 
	}
	
}
@media screen and (max-width: 1366px){
	.plan32-wapper{
		max-width: 1024px;
	}
	.plan32 .section1{
		width: calc((100% - 1024px) / 2 + 1024px);
    	margin-left: calc((100% - 1024px) / 2);
	}

	.plan32 .plan32-banner{
		background-size:100%;
		background-position:bottom;
	}
	.plan32 .plan32-banner .plan32-ban-txt{
		background:#1D213B;
		background-image:url(../images/plan32_img/banner_bg1.svg);
		background-size: 100%;
	}
	.plan32 .section1 .swiper-video{
		padding-bottom:80px;
	}
}
@media screen and (max-width:1280px){
	.plan32 .section1 .cooperate .video{
		max-width:100%;
		background:#fff !important;
		border-radius:6px 6px 0 0;
	}
	.plan32 .section1 .cooperate .video img{
		display:block;
	}
	.plan32 .section1 .cooperate .text{
		width:100%;
	}
	.plan32 .section1 .cooperate .text-con{
		padding:20px;
	}
	#plan29-page .plan-wapper{
		width:calc(100% - 60px);
	}
	#cdn-page .cdn-section4 ul li{
		width:calc(50% - 20px);
		margin-right:40px;
	}
	#plan23-page .plan23-section3 li{
		width:16.6666%;
	}
	#group-page .group-section1{
		margin:-80px 0 0;
		padding:50px 30px;
		}
	#group-page .group-section1 .sec-icon{
		margin:0 auto 35px;
	}
	#group-page .group-section1 .sec-info p{
		font-size:14px;
		line-height:20px;	
		}
	#group-page .group-section1 ul li{
		/*width:calc(25% - 30px);
		margin:20px 10px;*/
		padding:0 10px;
		}
	#b2b-page .b2b-section1 .b2b-price-mid{padding:30px 50px;}
	#b2b-page .more-functions .more-functions__item-wapper a{
		height:calc(20vw - 20px);
		display: flex; 
    	align-items: center;
    	justify-content: center;
    	flex-wrap: wrap;
    	float: left;
	}
	#b2b-page .more-functions .more-functions__item-wapper a i{
		margin-top: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	#b2b-page .more-functions .more-functions__item-wapper a i svg{
		height:60px;
	}
	#b2b-page .more-functions .more-functions__item .more-functions__item-wapper{
		max-height:calc(40vw - 40px);
	}
	
	.plan-88_activity1 .text-con{
		top:30px;
		left:30px;
	}
	.plan-88_activity1 .text-con h4{
		font-size:35px;
	}
	.plan-88_activity1 .text-con .describe{
		font-size:16px;
		line-height:24px;
		padding-bottom:30px;
	}
	.plan-88 .plan-88_activity3 .describe1{
		font-size:40px;
	}
	.plan-88 .plan-88_activity3 .describe2{
		font-size:50px;
	}
	#plan11-page .banner1 img{
		max-width:90%;
	}
	#plan29-page .banner1 img{
		max-width:80%;
	}
	.plan-1111 .plan-wapper{
		padding:0 20px;
		box-sizing:border-box;
	}
	#plan11-page .section-4 dd{
		padding:0;
	}
	#plan11-page .section-4 .section4-items{
		width:150px;
		height:150px;
	}
	
	#platform-box .section-3-left{
		width:calc(50% - 50px);
	}
}

@media screen and (max-width:1024px){
	.plan32-wapper {
		max-width: 80%;
		padding:0;
	}
	.plan32 .plan32-banner .plan32-ban-img .img:before{
		height:100px;
		width:100px;
	}
	.plan32 .plan32-banner .plan32ban-txt .wapper:before{
		border: 6px solid #8172fd;
	}
	.plan32 .section4 .btm-info li{
		width:33.3333%;
	}
	.plan32 .section5 li .text .con{
		width:100%;
	}
	.plan32 .section5 li:nth-child(odd) .text .con{
		padding-right:5%;
	}
	.plan32 .section5 li:nth-child(even) .text .con{
		padding-left:5%;
	}
	.plan32 .section1{
		width: calc(100% - 60px);
		margin-left: 30px;
	}
	.plan32 .section1 .swiper-slide:hover {
		transform: translateY(-15px) !important;
	}
	
	
	
	#plan29-page .plan-wapper{
		max-width: 100%;
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	.group-btn .btn1{margin-top:30px;}
	#b2b-page .b2b-section1 .item3{padding-top:10px;}
	#b2b-page .plan-banner{height:500px;}
	#b2b-page .plan-banner-con p{margin-bottom:0;}
	#b2b-page .b2b-section1 .b2b-theme_list{margin:0 -10px;}
	#b2b-page .b2b-section1 .b2b-theme_list li{padding:10px;}
	#b2b-page .b2b-section1 .b2b-price_list{margin:0 -10px;}
	#b2b-page .b2b-section1 .b2b-price_list li{padding:10px;}
	#b2b-page .b2b-section1 .b2b-price-top{font-size:20px;}
	#b2b-page .b2b-section1 .b2b-price-mid{padding:20px 20px;}
	#b2b-page .b2b-section1 .b2b-price-mid h4 span{font-size:30px;}
	#b2b-page .b2b-section1 .b2b-price-mid h4{margin-bottom:10px;}
	/* #b2b-page .more-functions .more-functions__item-wapper a{
		height:calc(25vw - 25px) !important;
		width:25%;
	}
	#b2b-page .more-functions .more-functions__item .more-functions__item-wapper{
		max-height:calc(50vw - 50px) !important; 
	}*/
	.plan15-section5 .fee-tab{
		display:none;
	}
	.plan15-section5 .mobile-fee-tab{
		display:block;
	}
	.plan-margin{
		margin-top:80px;
	}
	#plan25-page .plan25-section2,
	#plan25-page .plan25-section3{
		margin-top:40px;
	}
	.graphic-textual-list{
		padding:60px 0 0;
	}
	.plan17-section2{
		margin:60px 0 0;
	}
	.plan-banner{
		height:500px;
	}
	.plan-banner-con{
		left:auto;
		width:100%;
		transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		-webkit-transform:translate(0,-50%);
		
	}
	#cdn-page .cdn-section1 ul li{
		width:calc(25% - 21px);
		margin-right:28px;
	}
	#cdn-page .cdn-section1 .sec-icon{
		margin:0 auto 30px;
	}
	#cdn-page .graphic-textual-list{
		height:400px;
		padding:0 0 70px;
	}
	#cdn-page .cdn-section4 .cdn-question{
		font-size:20px;
	}
	#cdn-page .cdn-section4 .cdn-question .cdn-num{
		width:50px;
		height:50px;
		line-height:50px;
		margin-right:15px;
	}
	#cdn-page .cdn-section4 .cdn-answer{
		padding:20px;
		font-size:16px;
		line-height:24px;
	}
	#cdn-page .cdn-section5{
		margin:70px 0;
	}
	#cdn-page .cdn-tit{
		font-size:30px;
	}
	#plan25-page .plan25-section1{
		margin:30px 0 0;
	}
	#plan25-page .plan25-section1-left, 
	#plan25-page .plan25-section1-right{
		width:calc(50% - 15px);
		margin-right:30px;
		padding:40px;
	}
	#plan25-page .plan25-section1-right{
		margin-right:0;
	}
	#plan25-page .plan25-section1 p{
		margin-top:20px;
	}
	#plan23-page .plan23-section2{
		padding:70px 30px;
		box-sizing:border-box;
	}
	.plan19-banner-con{
		width:300px;
		margin-left:-150px;
	}
	.plan19-banner-con p{
		font-size:30px;
		margin:0 0 40px;
	}
	.icon-list-3 li span i{
		font-size:50px;
	}
	.plan1-section2 .icon-list-3 li{
		width:calc(33.33333% - 40px);
		margin-right:60px;
	}
	.plan1-section2 .icon-list-3 li:nth-child(4n){
		margin-right:60px;
	}
	.plan1-section2 .icon-list-3 li:nth-child(3n){
		margin-right:0;
	}
	.plan3-section3 li{
		width:calc(25% - 30px);
		margin-right:30px;
	}
	.plan3-section3 .tg_name{
		padding:15px;
	}
	.plan11-section2 li{
		width:calc(50% - 15px);
		margin-right:30px;
	}
	.plan11-section2 li:nth-child(3n){
		margin-right:30px;
	}
	.plan11-section2 li:nth-child(2n){
		margin-right:0;
	}
	.plan13-section4 li{
		width:calc(50% - 50px);
		margin-right:100px;
	}
	.plan13-section5 li{
		width:calc(50% - 15px);
		margin-right:30px;
	}
	.plan13-section5 li:nth-child(3n){
		margin-right:30px;
	} 
	.plan13-section5 li:nth-child(2n){
		margin-right:0;
	}
	.plan4-section3 li{
		width:calc(50% - 15px);
		margin-right:30px;
	}
	.plan4-section3 li:nth-child(3n){
		margin-right:30px;
	}
	.plan4-section3 li:nth-child(2n){
		margin-right:0;
	}
	
	#b2b-page.plan-88 .plan-banner-con{
		width:80%;
		left:50%;
		transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.plan-88_activity1 .text-con{
		top:25px;
		left:25px;
	}
	.plan-88_activity1 .text-con h4{
		font-size:25px;
	}
	.plan-88_activity1 .text-con .describe{
		font-size:14px;
		line-height:22px;
		padding-bottom:30px;
	}
	.plan-88 .activity_time .tiemtxt{
		font-size:16px;
		line-height:40px;
		height:40px;
	}
	.plan-88 .time-box>div span{
		font-size:25px;	
	}
	.plan-88 .time-box em{
		font-size:30px;
		line-height:28px;
	}
	
	.plan-88 .plan-88_activity3 .describe1{
		font-size:30px;
	}
	.plan-88 .plan-88_activity3 .describe2{
		font-size:40px;
	}
	
	#plan29-page .plan-wapper .service-con ul li{
		width:50%;
	}
	
	.plan-30 .plan-30-content .plan-box1 li .img .txt{
		padding:20px;
		font-size:16px;
	}
	#plan30-page .plan-banner{
		height:500px;
	}
	#plan30-page .banner1{
		width:50%;
	}
	#plan30-page .list_ul li{
		width:50%;
	}
	#plan30-page .list_ul li .edition{
		font-size:20px;
		padding-bottom:10px;
	}
	#plan30-page .list_ul li .introduce{
		padding-bottom:20px;
	}
	#plan30-page .plan-bg{
		padding-top:200px;
	}
	#plan31-page #is_popup_div_script{
		max-width:80%;
	}
	#plan31-page .box2 .list{
		width:50%;
	}
	#plan11-page .plan-banner-cy{
		height:350px;
	}
	#plan11-page .banner1 img{
		max-width:70%;
	}
	#plan29-page .plan-banner{
		height:400px;
	}
	#plan29-page .plan-banner-con{
		transform: translate(0,-90%);
	}
	#plan29-page .plan-banner-con h3{
		font-size:30px;
	}
	#plan29-page .banner1{
		text-align:right;
		right:20px;
	}
	#plan29-page .banner1 img{
		max-width:60%;
	}
	.plan-1212 .plan-banner-con{
		padding: 160px 0 0 ; 
	}
	.plan-1212 .plan-banner-con img{
		max-height: 220px;
	}
	.plan-1212 .activity_time {
	    margin-top: -40px;
	}
	#b2b-page.plan-1111 .plan-banner-cy{
		height:489px !important;
		margin-top:83px;
		margin-bottom:50px;
	}
	.plan-1111 .activity_time{
		bottom:85px
	}
	.plan-1111 .activity_time .tiemtxt{
		height:50px;
		line-height:50px;
	}
	.plan-1111 .time-box>div span{
		width:50px;
		height:50px;
		font-size:20px;
		line-height:50px;
	}
	.plan-1111 .time-box em{
		line-height:45px;
	}
	#plan31-page .section-1 .section-1-content{
		padding:0 40px 0 0;
	}
	#plan31-page .section-1{
		padding: 80px 50px;
	}
	
	
	#cdn-page .section-2 .section2-pagination,
	#plan31-page .section3-pagination{
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	#cdn-page .section-2 .swiper-pagination-bullet,
	#plan31-page .section3-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	#cdn-page .section-2 .swiper-pagination-bullet-active,
	#plan31-page .section3-pagination .swiper-pagination-bullet-active {
		background-color: #1D2345;
		opacity: 1;
	}
	#plan23-page .section-4 ul{
		grid-template-columns: repeat(6,1fr);
		grid-column-gap: 60px;
    	grid-row-gap: 60px;
	}
	#plan8-page .section-3 .section-3-right{
		padding-right:50px;
	}
	#plan16-page .section-3 ul{
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	#plan16-page .section-3 li{
		padding:20px;
	}
	#plan16-page .section-3 li .svg{
		margin-right:15px;
	}
	#plan16-page .section-3 li h4{
		font-size:20px;
	}
	#plan16-page .section-3 li .svg{
		width: 70px;
		height: 70px;
	}
	#plan16-page .section-3 li .svg svg{
		width: 34px;
		height: 34px;
	}
	#plan11-page .section-2 ul{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-column-gap: 40px;
	}
	#plan11-page .section-2 li{
		width:auto;
	}
	
	#plan15-page .section-2 .shopyy-graphic .shopyy-graphic-text{
		padding-left: 20px;
	}
	#plan15-page .section-3 ul{
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
	#plan15-page .section-3 li a{
		justify-content: center;
	}
	#plan15-page .section-4 ul{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-column-gap: 40px;
	}
	#plan15-page .section-4 li{
		text-align:center;
		width:auto;
	}
	#plan15-page .section-4 li .svg{
	display: inline-flex;
}

}
@media screen and (max-width:1023px){
	#plan31-page .section-1{
		padding: 80px 50px;
	}
	#plan31-page .section-1 .section-1-wrapper{
		flex-direction: column-reverse;
	}
	#plan31-page .section-1 .section-1-content{
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 50px;
	}
	#plan31-page .section-1 .section-1-img{
		width: 100%;
		padding-left: 150px;
		box-sizing: border-box;
	}
	#plan31-page .section-2 li .section-2-content{
		padding:0 50px;
	}
	
	
	#b2b-page .b2b-section1 .b2b-price_list li{width:100%;}
	.plan-88_activity1 .text-con .describe{
		padding-bottom:20px;
	}
	.plan-88_activity1 .text-con h4{
		font-size:20px;
	}
	#plan23-page .section-4 ul{
		grid-template-columns: repeat(5,1fr);
		grid-column-gap: 60px;
    	grid-row-gap: 60px;
	}
	
	#plan11-page .section-2 ul{
		grid-template-columns: repeat(2,1fr);
    	grid-row-gap: 40px;
		grid-column-gap: 40px;
	}
	#plan11-page .section-4 .section4-items{
		width: 100px;
		height: 100px;
		border-width: 10px;
	}
	#plan11-page .section-4 .section4-items svg{
		width: 30px;
		height: 30px;
	}
	#plan11-page .section-4 .section4-items p{
		font-size: 16px;
	}
	#plan11-page .section-5 ul{
		grid-template-columns: repeat(2,1fr);
	}
	#plan11-page .section-3 ul{
		grid-template-columns: repeat(2,1fr);
		text-align: center;
	}
	#plan11-page .section-3 li .section3-content p{
		font-size:14px;
	}
	#plan11-page .section-3 li .section3-content svg{
		width: 30px;
		height: 30px;
	}
	#plan11-page .section-4 dt span{
		width: auto;
		height: auto;
		line-height: 24px;
		padding: 15px;
		border-radius: 5px;
		font-size:14px;
	}
	#plan15-page .section-6 ul{
		overflow: auto;
		width: 100%;
	}
	#plan15-page .section-6 li.section6-th,
	#plan15-page .section-6 li.section6-td{
		width:1024px;
	}
	




}

@media screen and (max-width:800px){
	.plan-88_activity1 .text-con{
		top:20px;
		left:20px;
	}
	.plan-88_activity1 .text-con h4{
		font-size:20px;	
		padding-bottom:15px;
	}
	.plan-88_activity1 .text-con .describe{
		font-size:14px;
		line-height:18px;
		padding-bottom:15px;
	}
	.plan-88 .activity_time .tiemtxt{
		font-size:15px;
		line-height:35px;
		height:35px;
	}
	.plan-88 .time-box>div span{
		font-size:20px;	
	}
	.plan-88 .time-box em{
		font-size:24px;
		line-height:24px;
	}
	.plan-88 .plan-88_activity3 .describe1{
		font-size:20px;
	}
	.plan-88 .plan-88_activity3 .describe2{
		font-size:30px;
	}
	.plan-88 .title h3 {
		font-size:22px;
		padding-bottom:10px;
	}
	.plan-88 .title p{
	font-size:16px;
	}
	.plan-1111 .plan-1111-content .plan-wapper{
		max-width:700px;
	}
	
	.plan-1111 .plan-1111-content .plan-box1 li,
	.plan-1111 .plan-1111-content .plan-box2 li,
	.plan-1111 .plan-1111-content .plan-box4 li{
		width:50%;
	}
	.plan-1111 .plan-1111-content .plan-box4 li:nth-child(2n) .con:before{
		display:none;
	}
	#plan31-page .text-box > div.img img{
		max-width:90%;
	}
	#plan31-page .text-box > div.text{
		padding:0 5%;
	}
	#plan29-page .banner1{
		bottom:20px;
	}
	#plan29-page .banner1 img{
		max-width:50%;
	}
	#plan29-page .plan-banner-con{
		transform: translate(0,-100%);
	}
	
	#plan8-page .section-3 .section-3-right h4{
		font-size:30px;
	}
	#plan8-page .section-3 .section-3-right p{
		font-size:16px;
	}
	#plan28-page .section-2 .section-2-fun-content span{
		width:33.3333%;
	}
	

	#cdn-page .section-4 li{
		width:100%;
	}
	#cdn-page .section-4 .answer{
		height:auto;
	}
	#plan23-page .section-4 .img span{
		opacity:1;
	}


	#platform-box .section-2-wrapper{
		flex-direction: column;
	}
	#platform-box .section-2 .section-2-right,
	#platform-box .section-2 .section-2-left{
		width:100%;
	}
	#platform-box .section-2 .section-2-right-list{
		height: 200px;
		margin-left: 0;
		width: calc(50% - 16px);
		margin-top: 32px;
	}
	#platform-box .section-2 .section-2-right-list:nth-child(1), 
	#platform-box .section-2 .section-2-right-list:nth-child(3){
		margin-right: 32px;
	}


	
	#platform-box .section-3{
		flex-direction: column;
	}
	#platform-box .section-3-left{
		width: 100%;
	}
	#platform-box .section-3-right{
		width: 100%;
		margin-top: 50px;
	}
	#platform-box .section-4 li{
		width: calc(33.3333% - 20px);
	}

}
@media screen and (max-width:768px){
	.plan32-wapper{
		max-width:90%;
		padding:0 20px;
		box-sizing:border-box;
	}
	.plan32 .plan32-banner{
		min-height:600px;
	}
	.plan32 .plan32-banner .plan32-ban-txt{
		padding-top:180px;
	}
	.plan32 .plan32-banner .plan32-ban-txt h1{
		font-size:42px;
	}
	.plan32 .plan32-banner .plan32-ban-txt h1:before{
		left:0;
		top:-60px;
	}
	.plan32 .plan32-banner .plan32-ban-txt p{
		font-size:20px;
		padding-bottom:40px;
	}
	.plan32 .plan32-banner .plan-ban-img .img:before{
		height:60px;
		width:60px;
	}

	.plan32 .plan32-banner .plan32-ban-img .play-icon{
		display:flex;
		height:120px;
	}
	.plan32 .plan32-banner .plan32-ban-img .posa video{
		display:none;
	}
	
	.plan32 .plan32-banner .pop_video_on{
		display:flex;
	}
	.plan32 .plan32-banner .pop_video video{
		max-width: 90%;
		object-fit: fill;
		object-position: center;
	}
	.plan32 .plan32-banner .pop_video .video_close{
		position: absolute;
		right: 5%;
		top: 24px;
	}
	.plan32 .plan32-banner .pop_video .video_close svg{
		fill: #fff;
		width: 30px;
		height: 30px;
	}
	.plan32 .section1{
		margin-bottom:60px;
	}
	.plan32 .section1 .swiper-video{
		padding-bottom:60px;
	}
	.plan32 .section1 .cooperate .text .describe{
		position:static;
		transform:translateY(0) !important;
		opacity:1;
		visibility:visible;
	}
	.plan32 .section4 .txt-data,
	.plan32 .section4 .map{
		width:100%;
	}
	.plan32 .section4 .txt-data{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-top:30px;
	}
	.plan32 .section4 .txt-data .con1,
	.plan32 .section4 .txt-data .con2{
		width:50%;
	}
	.plan32 .section4 .txt-data .con2{
		padding-top:20px;
		padding-left:5%;
		box-sizing:border-box;
	}
	.plan32 .section4 .map{
		margin-left:0;
	}
	
	#plan29-page .plan-wapper{
		width: 100%;
		padding: 0 20px;
		margin-top:30px;
		box-sizing: border-box;
	}
	#plan29-page .plan-wapper.posFixed .service-menu{
		top:0;
	}
	#plan29-page .plan-wapper .service-menu{
		width:20%;
	}
	#plan29-page .plan-wapper .service-con{
		padding-left:20%;
	}
	.plan-new-title{
		margin-bottom:30px;
	}
	.plan-margin{
		margin-top:50px;
	}
	.plan17-section2{
		margin:50px 0 0;
	}
	#cdn-page .graphic-textual-list{
		height:auto;
	}
	.plan-banner{
		height: 400px;
		margin: 0;
		border-radius: 0;
	}
	.plan-banner-con p{
		font-size:16px;
		line-height:28px;
		margin:10px 0 20px;
	}
	.plan-banner-con .banner-btn{
		margin-top:30px;
	}
	#cdn-page .cdn-section1 ul li{
		width:calc(50% - 15px);
		margin-right:30px;
		margin-bottom:30px;
	}
	#cdn-page .cdn-section1 ul li:nth-child(2n){
		margin-right:0;
	}
	#cdn-page .cdn-section1 .sec-icon{
		margin:0 auto 20px;
	}
	#cdn-page .cdn-section1 .sec-info h3{
		font-size:20px;
		margin-bottom:10px;
	}

	#cdn-page .cdn-section4 ul li{
		width:100%;
		margin:0 0 40px;
	}
	#cdn-page .cdn-section4 .cdn-question{
		margin:0 0 15px;
	}
	#cdn-page .cdn-section5 ul{
		text-align:left;
	}
	#cdn-page .cdn-section5 ul li{
		width:calc(50% - 15px);
		margin-right:30px;
		margin-bottom:30px;
	}
	#cdn-page .cdn-section5 ul li:nth-child(2n){
		margin-right:0;
	}
	#plan25-page .plan-banner{
		height:350px;
	}
	#plan25-page .plan25-section1-left, 
	#plan25-page .plan25-section1-right{
		width:100%;
		margin:0;
		height:400px;
		margin-bottom:30px;
	}

	#plan23-page .graphic-textual-list .left-side{
		width:100%;
	}
	#plan23-page .plan23-section2 ul{
		height:auto;
	}
	#plan23-page .plan23-section2 li{
		width:calc(50% - 15px);
		margin-right:30px;
		margin-bottom:30px;
	}
	#plan23-page .plan23-section2 li:nth-child(2n){
		margin-right:0;
		
	}
	#plan23-page .plan23-section3 li{
		width:20%;
	}
	.plan-tit{
		font-size:30px;
	}
	#plan23-page .plan23-section5 li.on{
		margin:0;
		padding:0;
	}
	#plan23-page .plan23-section5 li.on dl dt{
		margin:0;
		padding:0;
	}
	#plan23-page .plan23-section5 li.on dl dd:last-child{
		padding:20px 0;
		margin:0;
	}
	#plan23-page .plan23-section5 li{
		border:1px solid #fff;
	}
	#plan23-page .swiper-pagination{
		opacity:1;
	}
	#plan23-page .plan23-section3 ul{
		height:auto;
	}
	#plan23-page .plan23-section3 .plan23-section3-list{
		display:none;
	}
	#plan23-page .plan23-section3 .plan23-mobile-list{
		display:block !important;
	}
	.plan19-box2 p{
		font-size:16px;
		line-height:24px;
		padding:0 50px;
	}
	.plan17-section2 .shopify-con,
	.plan17-section2 .shopyy-con{
		width:100%;
		margin-bottom:30px;
		border-radius:5px;
		overflow:hidden;
	}
	.plan17-section2 .shopify-con{
		border:1px solid #eee;
	}
	.plan17-section2 .shopify-list{
		border:0;
	}
	.plan19-section3{
		margin:0;
		padding-bottom:0;
	}
	.plan16-title p{
		padding:30px 0 0;
	}
	.icon-list-1 li{
		width:calc(33.33333% - 20px);
		height:calc(33.33333% - 20px);
		margin-right:30px;
		margin-bottom:30px;
	}
	.icon-list-1 li:nth-child(3n){
		margin-right:0;
	}
	.icon-list-2{
		text-align:center;
	}
	.icon-list-2 li.a_list{
		width:100%;
	}
	.icon-list-2 li.a_list a{
		margin:8px 0;
	}
	.icon-list-2 li.li_mid .home_ic{
		padding:0;
		position:relative;
	}
	.icon-list-2 li.li_mid{
		height:auto;
	}
	.icon-list-2 li.li_mid .side_ic{
		position:relative;
		display:block;
		left:auto;
		top:auto;
		bottom:auto;
		right:auto;
		padding:20px 0;
	}
	.icon-list-3 li{
		width:calc(50% - 10px);
	}
	.icon-list-3 li:nth-child(2n){
		margin-right:0;
	}
	.icon-list-5 li{
		width:calc(50% - 15px);
		margin-right:30px;
		margin-bottom:30px;
	}
	.plan8-section1 .icon-list-5 li{
		width:calc(50% - 15px);
		margin-right:30px;
		margin-bottom:30px;
	}
	.icon-list-5 li:nth-child(2n){
		margin-right:0;
	}
	
	
	
	
	.plan16-section2 .new-detail,
	.plan15-section2 .new-detail,
	.plan15-section3 .new-detail,
	.plan15-section4 .new-detail{
		margin:15px 0 30px;
	}
	.plan14-section2{
		padding:50px 0;
	}
	.plan14-section1 .img{
		width:calc(100% - 350px);
	}
	.plan14-section1 ul{
		width:350px;
	}

	.plan14-section2 li, 
	.plan14-section3 li{
		width:100%;
		margin:0 0 30px;
	}
	.plan14-section4 li{
		width:33.33333%;
		margin:0 0 30px;
	}
	.plan14-section4 li h4{
		margin:5px 0 10px;
	}
	.plan14-section5 ul li{
		width: calc(33.33333% - 20px);
		margin-right:30px;
		margin-bottom:30px;
	}
	.plan1-section1 .icon-list-2 li.a_list{
		width:100%;
	}
	.plan1-section1 .icon-list-2 li.li_mid .side_ic_left{
		left:auto;
	}
	.plan1-section1 .icon-list-2 li.li_mid .home_ic{
		right:auto;
	}
	.plan1-section1 .icon-list-2 li.li_mid .line{
		display:none;
	}
	.plan1-section1 .icon-list-2 li.a_right{
		position:relative;
	}
	.plan1-section1 .icon-list-2 li.a_right a:before{
		display:none;
	}
	.plan1-section2 .icon-list-3 li{
		width:50%;
		margin-right:0;
	}
	.plan1-section2 .icon-list-3 li:nth-child(3n){
		margin-right:0;
	}
	.plan1-section2 .icon-list-3 li:nth-child(2n){
		margin-right:0;
	}
	.plan1-section3 .plan1-section3-img{
		display:block;
		width:100%;
		text-align:center;
		margin:0 0 50px;
	}
	.plan1-section3 .plan1-section3-img img{
		max-width:calc(100% - 60px);
	}
	.plan1-section3 .plan1-section3-txt{
		display:block;
		width:100%;
		text-align:center;
		padding:0;
	}
	.plan3-section1 li{
		width: calc(33.3333% - 20px);
    	margin-right: 30px;
	}
	.plan3-section1 li:nth-child(4n){
		margin-right:30px;
	}
	.plan3-section1 li:nth-child(3n){
		margin-right:0;
	}
	.plan3-section2 li{
		margin-bottom:30px;
	}
	.plan3-section3 li{
		width:calc(50% - 30px);
		margin-right:30px;
		
	}
	.plan4-section5 ul{
		margin-top: -100px;
	}
	.plan4-section5 li{
		display:block;
		width:100%;
		padding: 120px 0 0;
		height:240px;
	}
	.plan4-section5 li:nth-child(2n){
		padding: 120px 0 0;
	}
	.plan4-section5 li:before{
		position: absolute;
		left: 50%;
		top: 0;
		width: 8px;
		transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		height: calc(50% - 10px);
		border-radius: 0 0 8px 8px;
	}
	.plan4-section5 li:after{
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 8px;
		transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		height: calc(50% - 10px);
		border-radius: 8px 8px 0 0;
		top:auto;
	}

	.plan4-section5 li .li-item{
		width:100%;
		height:100%;
		padding-left:200px;
		box-sizing:border-box;
		padding-top:45px;
		text-align:center;
	}

	
	.plan4-section5 li i{
		position:absolute;
		top:85px;
		margin-left:-40px;
	}

	.plan4-section5 li .li-item:after {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #7b69f1;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		content: '';
	}
	.plan4-section5 li:nth-child(2n) .li-item{
		padding-left:0;
		padding-right:200px;
	}
	.plan4-section5 li p:after{
		display:none;	
	}
	.plan4-section3 li{
		
	}
	.plan4-section3 li{
		width:100%;
		margin-right:0;
	}
	.plan4-section3 li:nth-child(3n){
		margin-right:0;
	}
	.plan4-section3 li:nth-child(2n){
		margin-right:0;
	}
	#group-page .graphic-textual-list {
    	display: flex;
	}
	#group-page .graphic-textual-list .left-side{
		width:50%;
		}
	#group-page .graphic-textual-list .graphic-box{
		margin:0;
		}
	#group-page .graphic-textual-list .textual-box{
		width:100%;
		text-align:left;
	}
	#group-page .graphic-textual-list .textual-box h3{
		text-align:left;
		}
	#group-page .graphic-textual-list .right-side{
		width:50%;
		}
	#group-page .graphic-textual-list .graphic-box img{
		margin:0 auto;
		}

	#b2b-page .graphic-textual-list .left-side{
		width:50%;
		}
	#b2b-page .graphic-textual-list .graphic-box{
		margin:0;
		}
	#b2b-page .graphic-textual-list .textual-box{
		width:100%;
		text-align:left;
		}
	#b2b-page .graphic-textual-list .textual-box h3{
		text-align:left;
		}
	#b2b-page .graphic-textual-list .right-side{
		width:50%;
		}
	#b2b-page .graphic-textual-list .graphic-box img{
		margin:0 auto;
		}
	#b2b-page .graphic-textual-list{
		display:flex;
	}
	#b2b-page .plan-banner{
		height:300px;
	}
	#b2b-page .plan-banner-con{margin-top:0;}
	#b2b-page .plan-banner-con p{margin-bottom:20px;}
	#b2b-page .b2b-section1{margin-top:20px;}
	#b2b-page .b2b-section1 .b2b-section1-title{display:none;}
	#b2b-page .b2b-section1 .b2b-section1-item{display:block;}
	#b2b-page .m-tit{display:block;margin-top: 30px;text-align: center;}
	#b2b-page .b2b-section1 .b2b-theme_list li{width:100%;}
	#b2b-page .b2b-section1 .item3{opacity:1;visibility:visible;}
	#b2b-page .mobile-more-functions .mobile-more-functions__item-wapper a{height:calc(50vw - 40px);display:flex;align-items:center;    justify-content: center;}
	#b2b-page .b2b-tit{font-size:24px;}
	#b2b-page .b2b-section2{padding-top:50px;}
	#b2b-page .b2b-section1 .b2b-price_list li{width:100%;} 
	#b2b-page .b2b-section1 .b2b-price-mid p{height:auto;}
	#b2b-page .b2b-section1 .b2b-price-mid{
		padding:10px;
	}
	
	
	.plan-88-content{
		margin-top:-200px;
		padding:0 20px;
	}
	#b2b-page.plan-88 .plan-banner{
		height:500px;
	}
	.plan-88 .activity-box{
		margin-bottom:60px;
	}
	.plan-88 .activity-box .ul li{
		font-size:14px;
		width:50%;
	}
	.plan-88 .plan-88_activity6 .ul li{
		margin-bottom:40px;
	}
	.plan-88 .plan-88_activity6 .ul li:last-child{
		margin-bottom:0;
	}
	.plan-88 .plan-88_activity2 ul li .tit{
		left:20px;
		top:20px;
		font-size:20px;
	}
	.plan-88 .plan-88_activity5 .text-con .text{
		left:20px;
		top:20px;
		width:65%;
	}
	.plan-88 .plan-88_activity5 .text-con .name{
		padding:0 0 10px;
		font-size:24px;
	}
	
	#plan30-page .list_ul li .list{
		height:230px;
	}
	#plan30-page .box-tit h3{
		font-size:30px;
	}
	#plan30-page .box-tit p{
		font-size:18px;
		line-height:26px;
	}
	#plan30-page .box2{
		padding:60px 10%;
	}
	#plan30-page .plan-bg{
		padding-top:150px;
	}
	#plan31-page .plan-banner{
	    height: 400px;
		margin-bottom:50px;
	}
	#plan31-page .title{
		padding-bottom:50px;
	}
	#plan31-page #is_popup_div_script{
		max-width:100%;
	}
	#plan11-page .plan-banner-con{
		left:0;
	}
	#plan11-page .banner1 img{
	    max-width: 50%;
	}
	.plan-1212 .plan-banner-con{
		box-sizing: border-box;
    	padding: 120px 0 0;
	}
	.plan-1212 .activity_time{
		margin-top: -35px;
	}
	
	#b2b-page.plan-1111 .plan-banner-cy{
		height:305px !important;
	}
	.plan-1111 .activity_time{
		bottom:35px
	}
	.plan-1111 .activity_time .tiemtxt{
		height:30px;
		line-height:30px;
		padding-bottom:10px;
		font-size:16px;
	}
	.plan-1111 .time-box>div span{
		width:40px;
		height:40px;
		font-size:16px;
		line-height:40px;
	}
	.plan-1111 .time-box em{
		line-height:35px;
	}
	.plan-1111 .time-box>div p{
		font-size:12px;
		display:none;
		margin:0 !important;
	}
	.plan-1111 .time-box>div .wap_show{
		display:block;
	}
	.plan-1111 .plan-1111-content .plan-box1 li,
	.plan-1111 .plan-1111-content .plan-box3 li{
		width:50%;
		margin-bottom:30px;
	}
	.plan-1111 .plan-1111-content .plan-box2 li{
		width:33.3333%;
	}
	.plan-1111 .plan-box3 ul li .name{
		font-size:18px;
	}
	.plan-1111 .plan-box3 .describe{
		font-size:13px;
	}
	.plan-1111 .plan-1111-content .plan1111-box{
		margin-bottom:60px;
	}
	.plan-1111 .plan-1111-content .title{
		padding-bottom:26px;
	}
	.plan-1111 .plan-1111-content .title h3{
		font-size:24px;
		padding-bottom:10px;
	}
	.plan-1111 .plan-1111-content .title p{
		font-size:14px;
	}
	.plan-1111 .plan-wapper{
		padding:0;
	}
	
	
	.plan-2022 .plan-time .activity_time .tiemtxt{
		font-size:14px;
		padding-bottom:0;
	}
	.plan-time .time-box>div span{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size:28px;
	}
	.plan-time .time-box em{
		line-height: 40px;
	}
	.plan-2022 .activity1 .ul{
		margin:0;
	}
	.plan-2022 .activity1 .ul li{
		width:50%;
		margin-bottom:15px;
	}
	
	#b2b-page.plan-2022-1 .plan-banner-cy{
		height:400px !important;
	}
	.plan-2022-1 .activity_time{
		bottom: 20px;
	}
	.plan-2022-1 .activity_time .tiemtxt {
		padding-bottom: 0;
		font-size: 18px;
	}
	.plan-2022-1 .plan-box3 ul{
		margin:0;
	}
	.plan-2022-1 .plan-box3 ul li{
		width:50%;
	}
	#plan8-page .section-3{
		flex-direction: column-reverse;
		text-align:center;
	}
	#plan8-page .section-3 .section-3-left,
	#plan8-page .section-3 .section-3-right{
		padding:0;
		width:100%;
	}
	#plan8-page .section-3 .section-3-right p{
		margin-top:10px;
	}
	#plan8-page .section-3 .section-3-left{
		margin-top:30px;
	}
	#plan8-page .section-4 .section4-wrapper{
		width:100%;
	}
	#plan8-page .section-5 .section5-container{
		width:calc(100% - 200px);
	}
	#plan23-page .section-4 ul{
		grid-template-columns: repeat(4,1fr);
	}
	#plan28-page .section-3 li .section-3-content{
		padding:0 30px;
	}
	#plan4-page .section-2{
		padding:0 0 60px;
	}
	#plan4-page .section-2 .shopyy-graphic{
		flex-direction: column;
	}
	#plan4-page .section-2 .shopyy-graphic .shopyy-graphic-image{
		width:100%;
	}
	#plan4-page .section-2 .shopyy-graphic .shopyy-graphic-text{
		width:70%;
	}
	#plan4-page .section-3 .shopyy-graphic{
		flex-direction: column;
	}
	#plan4-page .section-3 .shopyy-graphic .shopyy-graphic-image{
		width:100%;
	}
	#plan4-page .section-3 .shopyy-graphic .shopyy-graphic-text{
		width:100%;
	}
	#plan4-page .section-3 .plan4-title, #plan4-page .section-3 .plan4-detail{
		text-align:center;
	}
	#plan4-page .section-3 ul{
		width: 100%;
		padding: 0;
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}
	#plan4-page .section-5 .section5-container{
		width:calc(100% - 200px);
	}
	#plan4-page .section-6 ul:before{
		width:calc(100% - 30px);
	}
	#plan1-page .section-3 li .img{
		height:150px;
	}
	#plan1-page .section-3 li .img img{
		height: 100%;
		object-fit: cover;
	}
	#plan1-page .section-4 .img{
		height:240px;
	}
	#plan16-page .section-3 ul{
		grid-template-columns: repeat(2,1fr);
	}
	#plan16-page .section-7 ul{
		grid-template-columns: repeat(2,1fr);
		grid-row-gap: 30px;
		grid-column-gap: 30px; 
	}
	
	
	#plan15-page .section-2 .shopyy-graphic{
		flex-direction: column;
	}
	#plan15-page .section-2 .shopyy-graphic .shopyy-graphic-image{
		width: 100%;
	}
	#plan15-page .section-2 .shopyy-graphic .shopyy-graphic-text{
		width: 100%;
		padding: 30px 0 0 125px;
	}
	#plan15-page .section-4 ul{
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
	#plan15-page .section-5 ul img{
		max-width:100px;
	}
	#plan15-page .section-7 ul{
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
	#soho .section-1 .section-1-content,
	#wholesaler .section-1 .section-1-content,
	#platform-box .section-1 .section-1-content,
	#plan1-page .section-1 .section-1-content,
	#plan28-page .section-1 .section-1-content,
	#plan15-page .section-1 .section-1-content,
	#plan16-page .section-1 .section-1-content,
	#plan4-page .section-1 .section-1-content,
	#plan8-page .section-1 .section-1-content,
	#plan11-page .section-1 .section-1-content,	
	#domain-page .section-1 .section-1-content,
	#plan23-page .section-1 .section-1-content,
	#cdn-page .section-1 .section-1-content{
		padding:0 50px;
		box-sizing:border-box;
	}
	
	#cdn-page .section-3 li .section-3-content{
		padding:0 30px;
	}
	
	
	
	#plan31-page .section-3 li .section-3-content p{
		height: 48px;
		opacity: 1;
		visibility: visible;
	}
	
	
	
	
	
	
	
}
@media screen and (max-width:767px){
	.plan32 .plan32-banner .plan32-ban-txt .wapper:before{
		left:1%;
		border: 3px solid #8172fd;
		height:40px;
		width:40px;
		opacity: 0.8;
	}
	.plan32 .plan32-banner .plan32-ban-img .svg-icon svg{
		height:50px;
		width:70px;
	}
	.plan32 .plan32-banner .plan32-ban-img .play-icon svg{
		width:60px;
		height:60px;
	}
	.plan32 .plan32-banner{
		min-height:500px;
	}
	.plan32 .plan32-banner .plan32-ban-txt h1{
		font-size:32px;
		padding-bottom:20px;
	}
	.plan32 .section1{
		max-width:100%;
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.plan32 .section1 .swiper-container{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.plan32 .section1 .cooperate .text h5{
		font-size:15px;
	}
	.plan32 .section5 li .text, 
	.plan32 .section5 li .img{
		width:100%;
	}
	.plan32 .section5 li:nth-child(even) .text .con{
		padding:0;
	}
	.plan32 .section5 ul li{
		margin-bottom:30px;
	}
	.plan32 .section5 ul li:nth-child(even){
	    flex-flow: column-reverse;
	}


	.plan32 .section4 .txt-data .con1,
	.plan32 .section4 .txt-data .con2,
	.plan32 .section5 li .text,
	.plan32 .section5 li .img,
	.section_form .form-box{
		width:100%;
		padding:0;
	}
	.plan32 .section1 .cooperate .text h5{
		font-size:15px;
	}
	.plan32 .section4 .content > div{
		flex-flow: wrap-reverse;
	}
	.plan32 .section4 .txt-data .con1 li{
		padding:30px;
	}
	.plan32 .section4 .txt-data .con2{
		padding:20px 30px 0;
	}
	.plan32 .section4 .btm-info li{
		width:50%;
	}
	.plan32 .section5 ul li{
		margin-bottom:30px;
	}
	.plan32 .section5 ul li:nth-child(even){
	    flex-flow: column-reverse;
	}
	.plan32-wapper {
		padding: 0 20px;
		max-width:100%;
	}
	
	#b2b-page .b2b-section1 .b2b-price-footer dl{
		max-height:300px;
		overflow-y:auto;
		margin-right:-10px;
		padding-right: 10px;
		box-sizing: border-box;
		position:relative;
		font-size:0;

	}
	#b2b-page .b2b-section1 .b2b-price-footer dd{
		font-size:14px;
	}
	#b2b-page .b2b-section1 .b2b-price-footer{
		padding:10px 15px;
	}
	#b2b-page .graphic-textual-list {
    	display: block;
	}
	#b2b-page .graphic-textual-list .left-side{
		width:100%;
		}
	#b2b-page .graphic-textual-list .graphic-box{
		margin:0 0 25px;
		}
	#b2b-page .graphic-textual-list .textual-box{
		width:100%;
		text-align:center;
	}
	#b2b-page .graphic-textual-list .textual-box h3{
		text-align:center;
		margin-bottom:10px;
		font-size:20px;
		}
	#b2b-page .graphic-textual-list .right-side{
		width:100%;
		}
	#b2b-page .graphic-textual-list .graphic-box img{
		margin:0 auto;
		}
	#b2b-page .banner-btn1{
		margin:0 0 25px;
		}
	#b2b-page .banner-btn2{
		margin:0;
		}
	#b2b-page .plan-banner-con{
		/* margin-top:40px; */
	}
	#b2b-page .plan-banner-con .banner-btn1{line-height:44px;}
	#b2b-page .plan-banner-con .banner-btn2{line-height:46px;}
	

	#group-page .graphic-textual-list {
    	display: block;
	}
	#group-page .graphic-textual-list .left-side{
		width:100%;
		}
	#group-page .graphic-textual-list .graphic-box{
		margin:0 0 25px;
		}
	#group-page .graphic-textual-list .textual-box{
		width:100%;
		text-align:center;
	}
	#group-page .graphic-textual-list .textual-box h3{
		text-align:center;
		margin-bottom:10px;
		font-size:20px;
		}
	#group-page .graphic-textual-list .right-side{
		width:100%;
		}
	#group-page .graphic-textual-list .graphic-box img{
		margin:0 auto;
		}
	#group-page .banner-btn1{
		margin:0 0 25px;
		}
	#group-page .banner-btn2{
		margin:0;
		}
	#group-page .plan-banner-con{
		margin-top:40px;
	}
	#group-page .plan-banner-con .banner-btn1{line-height:44px;}
	#group-page .plan-banner-con .banner-btn2{line-height:46px;}
	
	.plan-margin{
		margin-top:40px;
	}
	.plan-banner-con{
		padding:0 20px;
		box-sizing:border-box;
	}
	.plan-banner-con h3{
		font-size:24px;
	}
	.plan-banner-con p span{
		display:inline;
	}
	.plan-banner-con div .new{
		font-size:24px;
	}
	.plan-banner-con div{
		font-size:14px;
	}
	.plan-banner-con .banner-btn{
		width:100%;
		margin-top:20px;
		height:46px;
		line-height:44px;
		font-size:16px;
	}
	
	.plan-wapper{
		width:calc(100% - 40px);
	}
	#cdn-page .cdn-section1, 
	#cdn-page .cdn-section2{
		padding:50px 0 0;
	}
	#cdn-page .cdn-tit{
		font-size:24px;
		margin-bottom:30px;
	}
	#cdn-page .cdn-section1 ul li{
		width:calc(50% - 10px);
		margin-right:20px;
	}
	#cdn-page .cdn-section1 .sec-icon{
		margin:0 auto;
	}
	#cdn-page .cdn-section4 .cdn-question{
		font-size:18px;
		white-space:nowrap;
	}
	#cdn-page .cdn-section4 .cdn-question .cdn-num{
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
	#cdn-page .cdn-section5 ul li{
		width:100%;
		margin:0 0 20px;
	}
	#cdn-page .cdn-section1 .icon{
		width:80px;
		height:80px;
	}
	#plan25-page .plan25-section1{
		margin:20px 0 0;
	}
	#plan25-page .plan25-section1-left, 
	#plan25-page .plan25-section1-right{
		padding:20px;
		height:auto;
		margin-bottom:20px;
	}
	#plan25-page .plan25-section1 h4{
		height:46px;
		line-height:46px;
		font-size:30px;
	}
	#plan25-page .plan25-section1 p{
		font-size:16px;
		line-height:24px;
	}
	#plan25-page .plan25-section2, 
	#plan25-page .plan25-section3{
		margin-top:30px;
	}
	
	
	.plan-talk .plan-talk__left i,
	.plan-talk .plan-talk__right ia{
		width:60px;
		height:60px;
	}
	.plan-talk .plan-talk__left{
		padding:0 0 0 80px;
	}
	.plan-talk .plan-talk__right{
		padding:0 80px 0 0;
	}
	#plan25-page .plan-banner{
		height:170px;
	}
	#plan25-page .plan24-section3{
		padding:50px 0;
	}
	#plan23-page .plan23-section4-tab{
		width:100%;
		overflow-x:scroll;
	}
	#plan23-page .plan23-section4-tab table{
		min-width:767px;
	}
	.plan-tit{
		font-size:24px; 
		margin-bottom:30px;
	}
	#plan23-page .plan23-section2{
		padding:50px 20px;
	}
	#plan23-page .swiper-pagination{
		bottom:0;
	}
	.plan19-box2 img{
		display:none;
	}
	.plan19-box2{
		background:#7b69f1;
		padding:15px;
	}
	.plan19-box2 p{
		position:relative;
		left:0;
		top:0;
		transform:none;
		padding:0;
	}
	#plan25-page .plan19-banner{
		height:280px
	}
	.plan19-banner-con{
		width:200px;
		bottom:65px;
		margin-left:-100px;
	}
	.plan19-banner-con p{
		font-size:20px;
		margin:0 0 20px;
	}
	.plan19-banner-con a{
		height:40px;
		line-height:40px;
		font-size:16px;
	}
	.plan19-banner-title {
		font-size: 20px;
		padding: 25px 0 0;
	}
	.plan17-section1 .plan17-section1-bar{
		padding:30px 40px;
	}
	.plan17-section1 .plan17-section1-bar i.icon-yinhao-copy{
		font-size: 20px;
		left: 15px;
		top: 10px;
	}
	.plan17-section1 .plan17-section1-bar i.icon-quotesUp-copy{
		font-size: 20px;
		right: 15px;
		bottom: 10px;
	}
	#plan17-page .plan-banner-con h3{
		white-space:normal;
	}
	.plan16-title p{
		padding:20px 0 0;
	}
	.plan-new-title span{
		width:100%;
		height:50px;
		line-height:50px;
		font-size:16px;
		font-weight:bold;
		padding:0;
		min-width:0;
	}
	.icon-list-1 li{
		width:calc(50% - 10px);
		height:auto;
		margin-right:20px;
	}
	
	.icon-list-1 li:nth-child(3n){
		margin-right:20px;
	}
	.icon-list-1 li:nth-child(2n){
		margin-right:0;
	}
	.icon-list-3 li,
	.icon-list-4 li,
	.icon-list-5 li{
		width:100%;
		margin:0 0 20px;
	}
	.plan8-section1 .icon-list-5 li{
		width:100%;
		margin:0 0 20px;
	}
	.plan15-section1 .new-big-title,
	#plan14-page .new-big-title{
		margin:0 0 20px;
	}
	.plan14-section1 .img{
		width:100%;
	}
	.plan14-section1 ul{
		width:100%;
		padding:0;
		margin:30px 0 0;
	}
	.plan14-section4 li{
		width:50%;
	}
	.plan14-section4{
		padding:50px 0 0;
	}
	.plan14-section5 ul li{
		width:100%;
		margin:0 0 20px;
	}
	.plan1-section2 .icon-list-3 li{
		width:100%;
		margin:0 0 20px;
		padding:0;
	}
	.plan1-section2 .icon-list-3 li span{
		height:70px;
		line-height:70px;
	}
	.plan1-section2 .icon-list-3 li p{
		height:auto;
		display:block;
	}
	.plan1-section3 .swiper-button-next, 
	.plan1-section3 .swiper-button-prev{
		left:0;
	}
	.plan1-section3 .swiper-button-next{
		left:auto;
		right:0;
	}
	.plan3-section2 .new-big-title{
		margin-bottom:10px;
	}
	.plan3-section2 .new-detail{
		margin-bottom:30px;
	}
	.plan3-section1 li{
		width:100%;
		margin:0 0 30px;
	}
	.plan3-section1 li:nth-child(4n){
		margin-right:0;
	}
	.plan3-section2 li{
		width:50%;
		text-align:center;
		margin:0 0 20px;
	}
	.plan3-section2 li:nth-child(5n){
		margin-right:0;
	}
	.plan3-section2 li:nth-child(2n){
		margin-right:0;
	}
	.plan3-section2 li .pic{
		display:inline-block;
	}
	.plan3-section3 li{
		width:100%;
		margin:0 0 30px;
	}
	.logo-list li{
		width:calc(50% - 10px);
		margin-right:20px;
		box-sizing:border-box;
	}
	.logo-list li:nth-child(2n){
		margin-right:0;
	}
	#plan7-page .new-detail{
		margin-bottom:30px;
	}
	#plan7-page .new-big-title{
		margin-bottom:30px;
	}
	.plan8-section5{
		padding:50px 0;
	}
	.plan11-section2 li{
		width:100%;
		margin:0 0 20px;
		padding:0 10px 0 100px;
		height:100px;
	}
	.plan11-section2 li i{
		width:100px;
		height:100px;
		line-height:100px;
	}
	.plan11-section2 li h4{
		margin-top:19px;
		font-size:16px;
	}
	.plan11-section2 li .diy_con{
		font-size:14px;
	}
	.plan11-section3 li{
		display:block;
		margin:0 auto;
	}
	.plan11-section3 li.img{
		transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
	}
	.plan13-section2{
		padding:50px 0;
	}
	.plan13-section5 .new-big-title{
		margin-bottom:20px;
	}
	.plan13-section3 ul{
		margin:20px 0 0;
	}
	.plan13-section3 li{
		width:100%;
		margin:0 0 30px;
	}
	.plan13-section4 li{
		width:100%;
		margin:0 ;
	}
	.plan13-section4 li h4{
		font-size:20px;
	}
	.plan13-section5 li{
		width:100%;
		margin:0 0 20px;
	}
	.plan13-section5 li h4{
		font-size:16px;
		height:46px;
		line-height:46px;
	}
	.plan13-section5 li h4 i{
		font-size:30px;
	}
	.plan13-section5 li .ps_con{
		height:auto;
	}
	.plan13-section5 li p{
		white-space:normal;
	}
	.plan13-section1 .graphic-textual-list .textual-box h3{
		font-size:20px;
	}
	.plan10-section1 .icon-list-5 li{
		width:100%;
		border:0;
		padding:0;
		margin-bottom:50px;
	}
	.plan10-section1 .icon-list-5 li h3{
		margin:15px 0 10px;
	}
	.plan10-section1{
		padding:50px 0;
	}
	#plan10-page .graphic-textual-list{
		padding:50px 0;
	}
	.plan5-section1 .new-detail{
		margin:10px 0 20px;
	}
	.plan4-section3 li{
		padding-left:90px;
		padding-right:0;
	}
	.plan4-section3 li i{
		width:90px;
	}
	.plan4-section3 li svg{
		width:90px;
	}
	.plan9-section1{
		padding:50px 0;
	}
	.plan9-section1 .new-detail{
		margin:10px 0 20px;
	}
	#plan9-page .graphic-textual-list{
		padding:50px 0;
	}
	#plan8-page .new-big-title{
		margin-bottom:30px;
	}
	.icon-list-5 li{
		padding:15px 0;
	}
	.icon-list-5 li h3{
		margin:15px 0 10px;
	}
	.new-detail br{
		display:none;
	}
	.plan8-section3{
		height:300px;
	}
	.plan8-section3 .plan8-section3-con{
		padding:0 20px;
		box-sizing:border-box;
	}
	.plan15-section5 .fee-tab li .item,
	.plan15-section5 .fee-tab li .item-all{
		font-size:14px;
	}
	.plan1-section2 .icon-list-3 li p{
		margin-top:10px;
		padding-left:15px;
	}
	.plan8-section1{
		overflow:hidden;
	}
	
	#group-page .group-section1 ul li{
		width:50%;
		margin:10px 0;
		}
	#group-page .group-section1{
		margin-top:50px;
		box-shadow:0 0px 30px 0 rgba(123,105,241,.04), 0 0px 60px 0 rgba(123,105,241,.16);
		
		}
	#group-page .group-section1{
		padding:20px 20px;
		}
	#group-page .group-section2{
		padding-top:50px;
		}
	#group-page .group-section3{
		padding-top:43px;
		}
	#group-page .group-section2 li{
		width:calc(100% - 14px);
		}
	#group-page .group-section1 .sec-info h3{
		font-size:20px;
		margin-bottom:15px;}
	#group-page .group-section1 .sec-icon{margin-bottom:20px;}
	#group-page .group-tit{
		font-size:24px;
	}
	
	.plan-88-content{
		padding:0;
	}
	#b2b-page.plan-88 .plan-banner{
		height:300px;
	}
	.plan-88_activity1{
		background-image:url(../images/plan88_img/activity1_2.png);
		background-repeat:no-repeat;
		background-size:cover;
    	background-position: bottom;
		padding-top:100%;
		border-radius:5px;
		overflow:hidden;
	}
	.plan-88_activity1 img{
		display:none;
	}
	.plan-88_activity1 .text-con{
		position:static;
		width:100%;
		padding:40px 20px 60px;
		text-align:center;
		box-sizing:border-box;
	}
	.plan-88 .plan-88_activity5 .li{
		width:100%;
		padding-bottom:20px;
	}
	.plan-88 .plan-88_activity3 .con{
		background-image:url(../images/plan88_img/activity8_1.png);
		background-repeat:no-repeat;
		background-size:cover;
    	background-position: bottom;
	}
	.plan-88 .plan-88_activity3 img{
		display:none;
	}
	.plan-88 .plan-88_activity3 .text{
		position:static;
		width:100%;
		padding:40px 20px 120px;
		margin-left:0;
		text-align:center;
		box-sizing:border-box;
	}
	.plan-88 .plan-88_activity3 .describe1 span{
		display:block;
	}
	
	#plan29-page .plan-wapper .service-menu{
		display:none;
	}
	#plan29-page .plan-wapper .service-con{
		padding-left:0;
	}
	
	#plan31-page .plan-banner-con{
		left:50%;
		transform: translate(-50%,-50%);
	}
	#plan31-page .plan-wapper{
		max-width:500px;
	}
	#plan31-page .title{
		margin:0;
	}
	#plan31-page .text-box:nth-child(1),
	#plan31-page .text-box:nth-child(3){
		flex-flow: column-reverse;
	}
	#plan31-page .text-box > div{
		width:100%;
	}
	#plan31-page .text-box > div.text{
		padding-bottom:30px;
	}
	#plan31-page .text-box > div.text h4{
		margin-bottom:20px;
	}
	#b2b-page.plan-1111 .plan-banner-cy{
		height:auto !important;
		margin-top: 84px;
	}
	#b2b-page.plan-1111 .plan-banner-con{
		background-image:none !important;
		padding:0;
		position:static;
	}
	.plan-1111 .plan-banner-con .wap-banner{
		display:block;
	}
	.plan-1111 .plan-banner-con .wap-banner img{
		width:100%;
	}
	.plan-1111 .activity_time{
		bottom:15%;
	}
	.plan-1111 .time-box>div span {
		width: 60px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}
	.plan-1111 .time-box>div p{
		font-size:16px;
	}
	.plan-1111 .plan-1111-content .title h3{
		font-size:22px;
		padding-bottom:5px;
	}
	.plan-1111 .plan-1111-content .title p{
		font-size:12px;
	}
	
	#plan31-page .section-1{
		padding:60px 20px;
	}
	#plan31-page .section-1 .section-1-img{
		padding-left:40px;
	}
	#plan31-page .section-1 .section-1-content h3{
		font-size: 30px;
	}
	#plan31-page .section-1 .section-1-content p{
		font-size:16px;
	}
	
	#plan31-page .shopyy-detail{
		margin-top:20px;
	}
	#plan31-page .section-1 .section-1-content .section-1-list{
		margin-top:40px;
	}
	#plan31-page .section-2,
	#plan31-page .section-3,
	#plan31-page .section-3 ul,
	#plan31-page .section-2 ul{
		margin-top: 60px;
	}
	#plan31-page .section-2 li{
		flex-direction: column;
	}
	#plan31-page .section-2 li .section-2-img{
		width:100%;
	}
	#plan31-page .section-2 li .section-2-content{
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 40px;
	}
	#plan31-page .section-2 li:nth-child(even){
		flex-direction: column;
	}
	
	
	
	
	
	
	#plan23-page .section-2{
		padding:50px 20px;
		flex-direction: column;
	}
	#cdn-page .section-2 .section-2-bom{
		margin-top: 40px;
		flex-direction: column;
	}
	#plan23-page .section-2 h3,
	#plan23-page .section-2 p,
	#cdn-page .section-2 .section-2-bom h3,
	#cdn-page .section-2 .section-2-bom p{
		width:100%;
		text-align:center;
	}
	#plan23-page .section-2 p,
	#cdn-page .section-2 .section-2-bom p{
		margin-top:30px;
	}
	#cdn-page .section-3 li:nth-child(even),
	#cdn-page .section-3 li{
		flex-direction: column;
		text-align:center;
	}
	#cdn-page .section-3 li .section-3-img,
	#cdn-page .section-3 li .section-3-content{
		width:100%;
		padding:0;
	}
	#cdn-page .section-3 li .section-3-content{
		margin-top:30px;
	}
	#cdn-page .section-2{
		margin: 60px auto;
	}
	
	
	#cdn-page .section-4 li{
		width:100%;
	}
	#cdn-page .section-4 li .problem{
		font-size: 18px;
		padding-left: 20px;
	}
	#cdn-page .section-4 .answer{
		padding: 20px;
		height: auto;
		margin-top: 20px;
	}
	
	#plan23-page .section-3 li .content{
		padding:20px;
	}
	
	#plan8-page .section-2 li .content{
		text-align: center;
		padding:30px 20px 20px;
	}
	
	#plan8-page .section-3 .section-3-left .img .bg svg{
		height:60px;
		width:60px;
	}
	#plan8-page .section-4 .section4-wrapper{
		padding:20px;
	}
	#plan23-page .section-7 li .section7-list{
		padding: 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#plan23-page .section-7 li .section7-content{
		margin-top:30px;
	}
	#plan23-page .section-4 ul{
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	#plan23-page .section-5 .section5-left{
		width:110px;
	}
	#plan23-page .section-5 .section5-container{
		width:calc(100% - 110px);
	}
	#plan23-page .section-5 .section5-container li .items span,
	#plan23-page .section-5 .section5-left .items{
		font-size:14px;
	}
	#plan28-page .section-2 .section-2-fun,
	#plan23-page .section-5 .section5-container li .items span{
		padding:20px;
	}
	#plan28-page .section-2 .section-2-fun h4{
		flex-direction: column;
		align-items: flex-start;
	}
	#plan28-page .section-2 .section-2-fun h4 span{
		margin:10px 0 0;
	}
	#plan28-page .section-2 .section-2-fun-content span{
		width:50%;
	}
	#plan28-page .section-2 .section-2-fun-content{
		margin:20px 0 0;
	}
	#plan28-page .section-3 li,
	#plan28-page .section-3 li:nth-child(even){
		    flex-direction: column;
	}
	#plan28-page .section-3 li .section-3-img{
		width:100%;
	}
	#plan28-page .section-3 li .section-3-content{
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 30px;
	}
	#plan4-page .section-2 .shopyy-graphic .shopyy-graphic-text{
		width:100%;
	}
	#plan4-page .section-2 .shopyy-graphic-text li{
		margin-bottom:30px;
	}
	#plan4-page .section-2 .shopyy-graphic-text li .text{
		width: calc(100% - 75px);
	}
	#plan4-page .section-3 ul{
		grid-template-columns: repeat(1,1fr);
		text-align: center;
	}
	#plan4-page .section-3 .shopyy-graphic .shopyy-graphic-text{
		margin-top:30px;
	}
	#plan4-page .section-6 ul{
		flex-direction: column;
	}
	#plan4-page .section-6 ul li{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-bottom: 60px;
	}
	#plan4-page .section-6 li .section6-content{
		margin: 0;
		width: calc(100% - 60px);
		height: auto;
	}
	#plan4-page .section-6 li .section6-tag:after {
		right: 50%;
		bottom: -14px;
		top: auto;
		margin: 0 -5px 0 0;
		border-top: 10px solid #1D2345;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#plan4-page .section-6 li .section6-tag:before{
		right: 50%;
		top: -14px;
		left:auto;
		margin: 0 -5px 0 0;
		border-bottom: 10px solid #1D2345;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#plan4-page .section-6 ul li:last-child{
		margin-bottom:0;
	}
	#plan4-page .section-6 ul:before{
		width: 2px;
		height: calc(100% - 30px);
		left: 22px;
	}
	#plan1-page .section-2 ul{
		flex-direction: column;
	}
	#plan1-page .section-2 ul:before{
		width: 2px;
		height: calc(100% - 20px);
		top: 10px;
		left: calc(50% - 1px);
	}
	#plan1-page .section-2 li{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 60px;
	}
	#plan1-page .section-2 li:last-child{
		margin:0;
	}
	#plan1-page .section-2 li .svg{
		width:85px;
		height:50px;
	}
	#plan1-page .section-2 li .tag,
	#plan1-page .section-2 li p{
		margin:0;
	}
	#plan1-page .section-2 li p{
		width:85px;
		text-align:right;
	}
	
	#plan1-page .section-2 li .tag:after{
		right: 50%;
		bottom: -14px;
		top: auto;
		margin: 0 -5px 0 0;
		border-top: 10px solid #1D2345;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#plan1-page .section-2 li .tag:before{
		right: 50%;
		top: -14px;
		left:auto;
		margin: 0 -5px 0 0;
		border-bottom: 10px solid #1D2345;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#plan1-page .section-3 ul{
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 20px;
	}
	#plan1-page .section-4 .img{
		padding: 20px;
		height: 200px;
	}
	
	#plan16-page .section-2{
		flex-direction: column;
		text-align: center;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#plan16-page .section-2 p{
		width:100%;
		margin-top:20px;
	}
	#plan16-page .section-3 ul{
		grid-template-columns: repeat(1,1fr);
		grid-row-gap:20px;
	}
	
	
	
	
	
	#plan16-page .section4-content ul{
		flex-direction: column;
	}
	#plan16-page .section4-content ul:before{
		width: 2px;
		height: calc(100% - 20px);
		top: 10px;
		left: calc(50% - 1px);
	}
	#plan16-page .section4-content li{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 60px;
	}
	#plan16-page .section4-content li:last-child{
		margin:0;
	}
	#plan16-page .section4-content li .svg{
		width:85px;
		height:50px;
	}
	#plan16-page .section4-content li .tag,
	#plan16-page .section4-content li p{
		margin:0;
	}
	#plan16-page .section4-content li p{
		width:85px;
		text-align:right;
		font-size:16px;
	}
	
	#plan16-page .section4-content li .tag:after{
		right: 50%;
		bottom: -14px;
		top: auto;
		margin: 0 -5px 0 0;
		border-top: 10px solid #1D2345;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#plan16-page .section4-content li .tag:before{
		right: 50%;
		top: -14px;
		left:auto;
		margin: 0 -5px 0 0;
		border-bottom: 10px solid #1D2345;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#plan16-page .section-4 .tag_1{
		top: auto;
		right:25%;
		bottom: 165px;
		width:46px;
		height:62px;
	}
	#plan16-page .section-4 .tag_2{
		right:25%;
	}
	#plan16-page .section-4 .tag_1 svg{
		transform:rotate(-90deg);
		margin-top: 8px;
    	margin-left: -8px;
	}
	#plan16-page .section-4 .tag_1:before{
		top: 50%;
		left: -37px;
		margin-top: -4px;
	}
	#plan16-page .section-4 .tag_1 span{
		width: 20px;
		height: 60px;
		line-height: 24px;
		left: auto;
		right: 8px;
		padding: 6px 0;
		box-sizing: border-box;
	}
	#plan16-page .section-4 .tag_2{
		bottom:50px;
	}
	#plan16-page .section-7 ul{
		grid-template-columns: repeat(1,1fr);
	}
	
	
	
	
	
	#plan11-page .section-4 .section4-content{
		flex-direction: column;
	}
	#plan11-page .section-4 dd:before {
		top: 0;
		left: 50%;
		width: 2px;
		height: 100%;
	}
	#plan11-page .section-4 .section4-items{
		margin-bottom: 30px;
	}
	#plan11-page .section-4 .section4-items:last-child{
		margin-bottom:0;
	}
	#plan11-page .section-5 ul{
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 20px;
	}
	#plan11-page .section-2 ul{
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 50px;
		text-align: center;
	}
	#plan15-page .section-2 .shopyy-graphic .shopyy-graphic-text{
    	padding: 30px 0 0;
	}
	#plan15-page .section-3 ul{
		grid-template-columns: repeat(2,1fr);
	}
	#plan15-page .section-3 li a{
		padding:0;
	}
	#plan15-page .section-4 ul{
		grid-template-columns: repeat(1,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 50px;
	}
	#plan15-page .section-5 ul{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 40px;
		text-align: center;
	}
	#plan15-page .section-7 ul{
		grid-template-columns: repeat(1,1fr);
	}
	#platform-box .section-2 .section-2-right-list{
		width: calc(50% - 10px);
		margin-top: 20px;
	}
	#platform-box .section-2 .section-2-right-list{
		height: calc(50vw - 30px);
		padding: 0 20px;
	}
	
	#platform-box .section-2 .section-2-right-list:nth-child(1), 
	#platform-box .section-2 .section-2-right-list:nth-child(3){
		margin-right:20px;
	}
	#platform-box .section-2 .section-2-right-list:nth-child(3), 
	#platform-box .section-2 .section-2-right-list:nth-child(4){
		margin-top: 20px;
	}
	#platform-box .section-3-left .shopyy-plan-title{
		text-align:center;
	}
	#platform-box .section-3-left ul{
		margin-top: 60px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-row-gap: 40px;
	}
	#platform-box .section-3-left li{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	#platform-box .section-4 ul{
		flex-direction: column;
		margin:60px 0 30px;
	}
	#platform-box .section-4 li{
		width: 100%;
		margin-bottom: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}	
	#platform-box .section-4 li:last-child{
		margin-bottom:0;
	}
	#wholesaler .section-2 li:nth-child(even),
	#wholesaler .section-2 li{
		flex-direction: column;
	}
	#wholesaler .section-2 li .section-2-img{
		width: 100%;
	}
	#wholesaler .section-2 li .section-2-content {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 40px;
	}
	
	#soho .section-2 li:nth-child(even),
	#soho .section-2 li{
		flex-direction: column;
	}
	#soho .section-2 li .section-2-img{
		width: 100%;
	}
	#soho .section-2 li .section-2-content {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 40px;
	}
	
	
	
	
	
	
		
	
	
	#soho .section-2,
	#soho .section-2 ul,
	#wholesaler .section-3 ul,
	#platform-box .section-3,
	#platform-box .section-2-wrapper,
	#platform-box .section-2,
	#plan23-page .section-4 .section4-content,
	#plan15-page .section-5,
	#plan15-page .section-5 ul,
	#plan15-page .section-2,
	#plan15-page .section-3,
	#plan15-page .section-3 ul,
	#plan15-page .section-4,
	#plan15-page .section-4 ul,
	#plan11-page .section-2,
	#plan11-page .section-2 ul,
	#plan11-page .section-3 ul,
	#plan11-page .section-5 ul,
	#plan16-page .section-3 ul,
	#plan1-page .section-4,
	#plan1-page .section-3,
	#plan1-page .section-2,
	#plan4-page .section-5,
	#plan4-page .section-6,
	#plan4-page .section-4,
	#plan4-page .section-3 ul,
	#plan4-page .section-2,
	#plan28-page .section-3,
	#plan28-page .section-2,
	#plan23-page .section-5,
	#plan23-page .section-6,
	#plan23-page .section-7,
	#plan8-page .section-2,
	#cdn-page .section-4{
		margin-top:60px;
	}
	#plan11-page .section-3,
	#plan11-page .section-4 dt{
		margin: 60px 0;
	}	
	
	
	#wholesaler .section-2 ul,
	#plan16-page .section-4 ul,
	#plan1-page .section-4 .section4-container,
	#plan1-page .section-3 ul,
	#plan1-page .section-2 ul,
	#plan4-page .section-5 .section5-wrapper,
	#plan4-page .section-6 ul,
	#plan4-page .section-4 .section4-container,
	#plan28-page .section-3 ul,
	#plan28-page .section-2 ul,
	#plan23-page .section-6 .section6-container,
	#plan23-page .section-7 ul,
	#plan8-page .section-2 .section-2-container,
	#plan23-page .section-3-container,
	#cdn-page .section-4 ul,
	#cdn-page .section-2 ul{
		margin-top:50px;
	}
	#platform-box .section-3,
	#plan11-page .section-5,
	#plan16-page .section-7,
	#plan16-page .section-3,
	#plan1-page .section-4,
	#plan4-page .section-3,
	#plan4-page .section-5,
	#cdn-page .section-3,
	#plan23-page .plan23-page-bg{
		padding:60px 0;
	}
	.shopyy-plan-detail,
	#plan4-page .plan4-detail,
	#plan28-page .plan28-detail,
	#plan8-page .section-2 .section2-pagination,
	#plan23-page .section-3 .section3-pagination{
		margin-top:20px;
	}
	
	#soho .section-1 .section-1-content,
	#wholesaler .section-1 .section-1-content,
	#platform-box .section-1 .section-1-content,
	#plan1-page .section-1 .section-1-content,
	#plan28-page .section-1 .section-1-content,
	#plan15-page .section-1 .section-1-content,
	#plan16-page .section-1 .section-1-content,
	#plan4-page .section-1 .section-1-content,
	#plan8-page .section-1 .section-1-content,
	#plan11-page .section-1 .section-1-content,
	#domain-page .section-1 .section-1-content,
	#plan23-page .section-1 .section-1-content,
	#cdn-page .section-1 .section-1-content{
		padding:0 20px;
	}
	
	#soho .section-1 h3,
	#wholesaler .section-1 h3,
	#platform-box .section-1 h3,
	#plan1-page .section-1 h3,
	#plan28-page .section-1 h3,
	#plan15-page .section-1 h3,
	#plan16-page .section-1 h3,
	#plan4-page .section-1 h3,
	#plan8-page .section-1 h3,
	#plan11-page .section-1 h3,
	#domain-page .section-1 h3,
	#plan23-page .section-1 h3,
	#cdn-page .section-1 h3{
		font-size:30px;
	}
	
	#soho .section-1 .detail,
	#wholesaler .section-1 .detail,
	#platform-box .section-1 .detail,
	#plan1-page .section-1 .detail,
	#plan28-page .section-1 .detail,
	#plan15-page .section-1 .detail,
	#plan16-page .section-1 .detail,
	#plan4-page .section-1 .detail,
	#plan8-page .section-1 .detail,
	#plan11-page .section-1 .detail,
	#domain-page .section-1 .detail,
	#plan23-page .section-1 .detail,
	#cdn-page .section-1 .detail{
		font-size:16px;
	}
	
	
	
}
@media screen and (max-width:480px){
	#group-page .group-section1 ul li{
		width:100%;
		
		}
	
	
	#group-page .graphic-textual-list{
		padding:10px 0 30px;
	}
	#group-page .group-section1 .icon{height:70px;width:70px;}
	.plan-88-content{
		margin-top:-50px;
	}

	.plan-88 .activity_time .tiemtxt{
		display:block;
	}
	.plan-88 .activity-box .ul li{
		width:100%;
	}
	#plan29-page .plan-wapper .service-con ul li{
		width:100%;
	}
	
	#plan30-page .plan-banner-con{
		left:0;
		margin-top:-35px;
	}
	#plan30-page .banner1{
		bottom:0;
	}
	#plan30-page .box-tit h3{
		font-size:26px;
		padding-bottom:20px;
	}
	#plan30-page .list_ul,
	#plan30-page .list_ul li{
		padding:0;
	}
	#plan30-page .list_ul li{
		width:100%;
	}
	#plan30-page .list_ul li .list{
		height:230px;
		width:100%;
	}
	#plan30-page .box-tit{
		padding-bottom:30px;
	}
	#plan30-page .box2{
		padding:30px 5%;
	}
	#plan30-page .text-box h4{
		font-size:22px;
	}
	#plan30-page .text-box p{
		font-size:16px;
		line-height:26px;
	}
	#plan30-page .plan-bg{
		padding-top:0;
	}
	#plan30-page .specially >div{
		width:100%;
		font-size:16px;
		line-height:45px;
		height:45px;
	}
	#plan30-page .text-box{
		padding-bottom:40px;
	}
	#plan30-page .text-box h4{
		margin-bottom:20px;
	}
	#plan31-page .plan-banner-con h2{
		font-size:35px;
	}
	#plan31-page .title h4,{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#plan31-page .title p,
	#plan31-page .text-box > div.text p{
		font-size:14px;
		line-height:26px;
	}
	#plan31-page .text-box > div.text h4{
		font-size: 22px;
	}
	#plan31-page .box2 .list{
		width:100%;
		padding:0;
	}
	#plan11-page .plan-banner-cy{
		height:300px;
	}
	#plan11-page .banner1{
		top:auto;
		bottom:0;
		transform:translate(0,0);
		right: 20px;
	}
	#plan11-page .banner1 img{
		max-width:55%;
	}
	#plan11-page .plan-banner-con p{
		font-size:16px;	
		line-height:24px;
	}
	#plan11-page .banner-btn{
		width:150px;
		padding:10px 0;
	}
	#plan29-page .plan-banner{
		height:350px;
		background-size: cover;
	}
	#plan29-page .plan-banner-con{
    	left: 0;
		transform: translate(0,-70%);
	}
	#plan29-page .banner1{
		bottom:40px;
	}
	.plan-1212 .plan-box4 .plan1212-img .plan1212-img-list{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	
	.plan-1111 .activity_time{
		bottom:9%;
	}
	.plan-1111 .activity_time .tiemtxt{
		padding-bottom:5px;
	}
	.plan-1111 .time-box>div span{
		width:40px;
		height:40px;
		font-size:16px;
		line-height:40px;
	}
	.plan-1111 .time-box em{
		line-height:35px;
		font-size:25px;
	}
	.plan-1111 .time-box>div p{
		font-size:12px;
		display:none;
		margin:0 !important;
	}
	.plan-1111 .plan-1111-content .plan-box1 ul,
	.plan-1111 .plan-1111-content .plan-box2 ul,
	.plan-1111 .plan-1111-content .plan-box3 ul{
		margin:0;
	}
	
	.plan-1111 .plan-1111-content .plan-box1 li,
	.plan-1111 .plan-1111-content .plan-box2 li,
	.plan-1111 .plan-1111-content .plan-box3 li{
		width:100%;
		padding:0 !important;
		margin-bottom:30px;
	}
	.plan-1111 .plan-1111-content .plan-box2 li{
		margin-bottom:0;
	}
	.plan-1111 .plan-1111-content .plan-box3 .row{
		padding-bottom:0;
	}
	.plan-1111 .plan-1111-content .plan-box3 .row .none{
		display:none;
	}
	.plan-1111 .plan-1111-content .plan-box3 .row .line{
		left:20px;
		transform:translateX(0);
		top:7px;
	}
	.plan-1111 .plan-1111-content .plan-box3 .row li i{
		right:0 !important;
		left:-50px !important;
		top:5px;
	}
	.plan-1111 .plan-1111-content .plan-box3 ul li{
		margin-bottom:30px;
	}
	.plan-1111 .plan-1111-content .plan1111-box{
		margin-bottom:30px;
	}
	.plan-2022 .plan-time{
		bottom:8%;
	}
	.plan-2022 .plan-time .activity_time .tiemtxt{
		font-size:12px;
		padding-bottom:5px;
		line-height:24px;
		height:24px;
		letter-spacing:5px;
	}
	.plan-time .time-box>div span{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		font-weight:normal;
		margin-bottom:5px;
	}
	.plan-time .time-box em{
		line-height: 35px;
		font-size:18px;
		margin:0;
	}
	.plan-2022 .pc_img,
	.plan-time .time-box>div p{
		display:none;
	}
	.plan-2022 .wap_img,
	.plan-time .time-box>div .wap{
		display:block;
	}
	#b2b-page .plan-banner-con p{
		margin:0;
	}
	
	.plan-2022 .activity-box {
		margin-top: 50px;
	}
	.plan-2022 .title{
	    padding-bottom: 30px;
	}
	.plan-2022 .title h3 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.plan-2022 .title p{
		font-size:13px;
	}
	.plan-2022 .title p:after{
		right:0;
		width:29%;
	}
	.plan-2022 .title p:before{
		left:0;
		width:29%;
	}
	.plan-2022 .activity1 .yq {
		padding-bottom: 40px;
	}
	.plan-2022 .activity1 .yq ul li,
	.plan-2022 .activity1 .ul li,
	.plan-2022 .activity2 .img,
	.plan-2022 .activity2 .text{
		width:100%;
		margin-bottom:15px;
	}
	.plan-2022 .activity2 .txt-con p:before{
		display:none;
	}
	.plan-2022 .activity2 .text{
		padding:0;
	}
	
	#b2b-page.plan-2022-1 .plan-banner-cy{
		margin-bottom:50px;
	}
	#b2b-page.plan-2022-1 .plan-banner-cy{
		height:auto !important;
	}
	#b2b-page.plan-2022-1 .plan-banner-con{
		background-image:none !important;
		padding:0;
		position:static;
	}
	.plan-2022-1 .plan-banner-con .wap-banner{
		display:block;
	}
	.plan-2022-1 .plan-2022-1-content .plan-box{
		margin-bottom:50px;
	}
	.plan-2022-1 .plan-2022-1-content .title{
		padding-bottom:30px;
	}
	.plan-2022-1 .plan-2022-1-content .title h3{
		font-size:26px;
	}
	.plan-2022-1 .plan-2022-1-content .plan-box1 li,
	.plan-2022-1 .plan-box3 ul li{
		width:100%;
	}
	.plan-2022-1 .plan-box2{
		padding-bottom:20px;
		background-image:url(../images/plan2022_1img/box2_bg2.png);
	    background-position: bottom;
		background-size: 100%;
		background-repeat: no-repeat;
		padding-left: 15%;
    	padding-right: 15%;
	}
	.plan-2022-1 .plan-2022-1-content .plan-box2 .tips {
		margin: 0 -15%;
	}
	.plan-2022-1 .plan-box2 .wap_con{
		display:block;
	}
	.plan-2022-1 .plan-box2 .plan-con{
		display:none;
	}
	.plan-2022-1 .activity_time{
		bottom:45px;
	}
	.plan-2022-1 .activity_time .tiemtxt {
		padding-bottom: 0px;
		font-size: 16px;
	}
	
}

@media screen and (max-width:350px){
	#b2b-page.plan-88 .plan-banner{ height:300px;}
	.plan-banner-con h3{ font-size:18px;}
	.plan-88_activity1{ margin:0 -20px;}
#b2b-page .mobile-more-functions .mobile-more-functions__item-wapper a{height:calc(100vw - 80px);display:flex;align-items:center;    justify-content: center;}
#b2b-page .mobile-more-functions .mobile-more-functions__tab a{font-size:12px;}
}	










/*202211*/
.wrapper-202211{
	margin: 0 auto;
	max-width: 1360px;
	width: 100%;
	font-weight: normal;
}
.anniversary-202211-title{
	font-size: 36px;
	color: #23232A;
	text-align: center;
}

.anniversary-202211{}
.anniversary-202211 .banner-202211{
	position: relative;
}
.anniversary-202211 .pc-banner{}
.anniversary-202211 .pc-banner img{
	max-width: 100%;
}
.anniversary-202211 .wap-banner{
	display: none;
}
.anniversary-202211 .wap-banner img{}
.anniversary-202211 .banner-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.anniversary-202211 .banner-content-top{
	margin-top: 85px;
}
.anniversary-202211 .banner-content-img img{
	max-width: 660px;
}
.anniversary-202211 .banner-content-title{
	margin: 70px 0 0;
	color: #FFFFFF;
	text-shadow: 0 0 5px #000;
	font-size: 80px;
	font-weight: bold;
}
.anniversary-202211 .banner-content-detail{
	font-size: 30px;
	color: #FFFFFF;
	margin: 50px 0 0;
}


.anniversary-202211 .banner-content .activity-time{
    margin-top: 100px;
    
}
.anniversary-202211 .banner-content .activity-time .tiemtxt{
    letter-spacing: 4px;
    line-height: 1;
    display: block;
    vertical-align: top;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 35px;
    color: #fff;
}
.anniversary-202211 .banner-content .activity-time .time-box {
    display: inline-block;
    white-space: nowrap;
}
.anniversary-202211 .banner-content .activity-time .time-box>div {
    display: inline-block;
    text-align: center;
}
.anniversary-202211 .banner-content .activity-time .time-box>div span {
    display: block;
    font-size: 48px;
    letter-spacing: 1px;
    background: #fff;
    color: #BA0100;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    padding: 5px;
    font-weight: bold;
    background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 10px;
}
.anniversary-202211 .banner-content .activity-time em {
    display: inline-block;
    vertical-align: top;
    font-style: inherit;
    margin: 0 15px;
    font-weight: bold;
    line-height: 70px;
    font-size: 34px;
    color: #fff;
}
.anniversary-202211 .banner-content .activity-time .time-box p{
    font-size: 20px;
    color: #fff;
}
.anniversary-202211 .banner-content .activity-time .time-box p.wap{
    display: none;
}

.anniversary-202211 .section1,
.anniversary-202211 .section2,
.anniversary-202211 .section3,
.anniversary-202211 .section4,
.anniversary-202211 .section5{
	margin: 80px 0 0;
}
.anniversary-202211 .section1 .section1-bg{
    width: 1320px;
    background: url(../images/plan202211/section1-bg.png) no-repeat scroll left bottom;
    background-size: 100%;
    padding: 0 86px 30px;
    box-sizing: border-box;
}
.anniversary-202211 .section1 .section1-container{
    padding: 60px 0 0;
}
.anniversary-202211 .section1 .section1-wrapper .section1-img{
	background: url(../images/plan202211/section1-bg1.png) no-repeat scroll left bottom;
    background-size: 100%;
    padding: 0 30px 15px;
}
.anniversary-202211 .section1 .section1-wrapper .section1-img img{
	max-width: 100%;
	display: block;
	transition: all 0.3s;

}
.anniversary-202211 .section1 .section1-wrapper .section1-content{
    position: absolute;
    right: 30px;
    top: 0;
    height: calc(100% - 15px);
    width: calc(85% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}
.anniversary-202211 .section1 .section1-wrapper .section1-content .section1-title{
	font-size: 27px;
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.anniversary-202211 .section1 .section1-wrapper .section1-content .section1-title span{
	font-size: 71px;
    font-family: Impact;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.78;
    margin-left: 10px;
}
.anniversary-202211 .section1 .section1-wrapper .section1-content .section1-btn{
	display: block;
	width: 180px;
	height: 32px;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-size: 23px;
	color: #FFFFFF;
	line-height: 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
}
.anniversary-202211 .section1 .section1-wrapper:hover .section1-content,
.anniversary-202211 .section1 .section1-wrapper:hover .section1-img img{
	transform: translate(0,-15px);
}
.anniversary-202211 .section2 .section2-span{
	font-size: 48px;
	color: #f09900;
	margin: 0 15px;
}
.anniversary-202211 .section2 .anniversary-202211-detail{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: #999;
}
.anniversary-202211 .section2 .section-2-container{
    margin: 60px 0 0;
}
.anniversary-202211 .section2 li .section-2-content{
    
}
.anniversary-202211 .section2 li .img{
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.anniversary-202211 .section2 li .img img{
    max-width: 100%;
    display: block;
}
.anniversary-202211 .section2 li .img p{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 24px;
    height: 44px;
    line-height: 22px;
    margin: -22px 0 0;
}
.anniversary-202211 .section2 li .section-2-txt{
    padding: 24px;
    border: 2px solid #a1a0a1;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}
.anniversary-202211 .section2 li .section-2-title{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.anniversary-202211 .section2 li .section-2-title span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #BA0100;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 8px;
    margin: 0 24px 0 0;
}
.anniversary-202211 .section2 li .section-2-detail{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin: 20px 0 0;
    height: 48px;
}
.anniversary-202211 .section2 li .section-2-price{
    font-size: 14px;
    font-weight: 400;
    color: #BA0100;
    margin: 30px 0 0;
    white-space: nowrap;
}
.anniversary-202211 .section2 li .section-2-price strong{
    font-size: 18px;
}
.anniversary-202211 .section2 li .section-2-price .old{
    text-decoration: line-through;
}
.anniversary-202211 .section2 .section2-pagination,
.anniversary-202211 .section3 .section3-pagination,
.anniversary-202211 .section4 .section4-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}
.anniversary-202211 .section2 .section2-pagination .swiper-pagination-bullet,
.anniversary-202211 .section3 .section3-pagination .swiper-pagination-bullet,
.anniversary-202211 .section4 .section4-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    background: #000000;
    opacity: 0.3;
    border-radius: 0;
}
.anniversary-202211 .section2 .section2-pagination .swiper-pagination-bullet-active,
.anniversary-202211 .section3 .section3-pagination .swiper-pagination-bullet-active,
.anniversary-202211 .section4 .section4-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    background: #BA0100;
}

.anniversary-202211 .section3{}
.anniversary-202211 .section3 .section3-container{
	padding: 80px 0 0;
}
.anniversary-202211 .section3 .section3-wrapper{
	transition: all 0.3s;
}
.anniversary-202211 .section3 .section3-wrapper:hover{
	transform: translate(0,-15px);
}
.anniversary-202211 .section3 .section3-wrapper .img{}
.anniversary-202211 .section3 .section3-wrapper .img img{
	max-width: 100%;
}
.anniversary-202211 .section3 .section3-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
}
.anniversary-202211 .section3 .section3-content-top{
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.anniversary-202211 .section3 .section3-content-mid{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 80px);
    font-size: 32px;
    color: #000;
}
.anniversary-202211 .section3 .section3-content-mid p{
    font-size: 32px;
    font-weight: bold;
    color: #f09900;
}
.anniversary-202211 .section3 .anniversary-202211-detail{}

.anniversary-202211 .section3 .anniversary-202211-detail{
	font-size: 20px;
    color: #999;
    text-align: center;
    margin: 60px 0 0;
}


.anniversary-202211 .section4 .section4-container{
	margin: 60px 0 0;
}
.anniversary-202211 .section4 .section4-wrapper{}
.anniversary-202211 .section4 .section4-wrapper .img{}
.anniversary-202211 .section4 .section4-wrapper .img img{
    max-width: 100%;
    display: block;
}
.anniversary-202211 .section4 .section4-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.anniversary-202211 .section4 .section4-content-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 49%;
    padding-left: 5%;
    box-sizing: border-box;
}
.anniversary-202211 .section4 .section4-content-left span{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.anniversary-202211 .section4 .section4-content-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 51%;
    padding: 0 5% 0 5%;
    box-sizing: border-box;
}
.anniversary-202211 .section4 .section4-content-right h4,
.anniversary-202211 .section4 .section4-content-right p{
    font-size: 24px;
    color: #000000;
    line-height: 40px;
}
.anniversary-202211 .section5 .section5-wrapper{
	margin: 60px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.anniversary-202211 .section5 .section5-content{
	display: flex;
    align-items: center;
    justify-content: center;
	background: #b90405;
	height: 80px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: calc(100% - 60px);
	color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.anniversary-202211 .section5 .section5-content span{
	font-weight: normal;
	font-size: 24px;
	margin-left: 50px;
}
.anniversary-202211 .section5 .section5-wrapper:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/plan202211/section5.png) no-repeat scroll left top #fff;
	background-size: contain;
	height: 84px;
	width: 30px;
}
.anniversary-202211 .section5 .section5-wrapper:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(180deg);
	background: url(../images/plan202211/section5.png) no-repeat scroll left top #fff;
	background-size: contain;
	height: 84px;
	width: 30px;
}











@media screen and (max-width:1919px){
	.wrapper-202211{
		max-width: 1280px;
	}
	
	.anniversary-202211 .banner-content-title{
	    margin: 50px 0 0;
	    font-size: 60px;
	}
	.anniversary-202211 .banner-content-detail{
	    font-size: 24px;
	    margin: 20px 0 0;
	}
	.anniversary-202211 .banner-content .activity-time{
	    margin: 70px 0 0;
	}
	.anniversary-202211 .banner-content .activity-time .tiemtxt{
	    font-size: 20px;
	    padding: 0 0 20px;
	}
	.anniversary-202211 .banner-content .activity-time .time-box>div span{
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 36px;
	    margin: 0 0 20px;
	}
	.anniversary-202211 .banner-content .activity-time em{
	    line-height: 60px;
	}
	.anniversary-202211 .section4 .section4-content-left span{
		line-height: 40px;
		font-size: 24px;
	}
	.anniversary-202211 .section4 .section4-content-right h4, 
	.anniversary-202211 .section4 .section4-content-right p {
	    font-size: 20px;
	    line-height: 36px;
	}
	.anniversary-202211 .banner-content-top{
		margin: 60px 0 0;
	}
}
@media screen and (max-width:1280px){
	.wrapper-202211{
		max-width: calc(100% - 100px);
	}
	.anniversary-202211 .pc-banner{
		height: 700px;
	}
	.anniversary-202211 .pc-banner img{
		width: 100%;
		height: 100%;
		object-fit: initial;
	}
	.anniversary-202211 .section1 .section1-bg{
		width: 100%;
	}
}

@media screen and (max-width:1023px){
	.anniversary-202211 .pc-banner{
		display: none;
	}
	.anniversary-202211 .wap-banner{
		display: block;
		height: 100vh;
	}
	.anniversary-202211 .wap-banner img{
	    width: 100%;
	    height: 100%;
	    object-fit: initial;
	}
	.anniversary-202211 .banner-content-top{
		text-align: right;
	}
	.anniversary-202211 .banner-content .activity-time{
	    position: absolute;
	    left: 0;
	    bottom: 50px;
	    margin: 0;
	    width: 100%;
	}
	.anniversary-202211 .banner-content .activity-time{
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.anniversary-202211 .section1 .section1-bg{
		padding: 0 50px 30px;
	}
}

@media screen and (max-width:767px){
	.anniversary-202211 .wap-banner{
		height: auto;
	}
	.anniversary-202211 .wap-banner img{
		height: auto;
		object-fit: unset;
	}
	.wrapper-202211{
		max-width: calc(100% - 40px);
	}
	.anniversary-202211 .banner-content-top{
		margin: 20px 0 0;
	}
	.anniversary-202211 .banner-content-img img{
		max-width: 90%;
	}
	.anniversary-202211 .banner-content-title{
	    margin: 10px 0 0;
	    font-size: 46px;
	}
	.anniversary-202211 .banner-content-detail {
	    font-size: 20px;
	    margin: 10px 0 0;
	}
	.anniversary-202211 .banner-content .activity-time .tiemtxt{
	    font-size: 16px;
	    padding: 0 0 10px;
	    letter-spacing: 2px;
	}
	.anniversary-202211 .banner-content .activity-time .time-box{
		display: flex;
	}
	.anniversary-202211 .banner-content .activity-time .time-box>div span{
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 20px;
	    margin: 0 0 10px;
	}
	.anniversary-202211 .banner-content .activity-time .time-box p{
		font-size: 16px;
	}
	.anniversary-202211 .banner-content .activity-time em{
	    line-height: 38px;
	    font-size: 20px;
	    margin: 0 10px;
	}
	.anniversary-202211-title{
		font-size: 24px;
	}
	.anniversary-202211 .section1 .section1-bg{
	    padding: 0 30px 10px;
	}
	.anniversary-202211 .section1 .section1-wrapper .section1-content .section1-title{
	    font-size: 20px;
	}
	.anniversary-202211 .section1 .section1-wrapper .section1-content .section1-title span{
	    font-size: 50px;
	}
	.anniversary-202211 .section1 .section1-wrapper .section1-content .section1-btn{
	    width: 150px;
	    font-size: 16px;
	}
	.anniversary-202211 .section2 .section2-span{
		font-size: 40px;
	}
	.anniversary-202211 .section2 .anniversary-202211-detail,
	.anniversary-202211 .section3 .anniversary-202211-detail{
		font-size: 16px;
	}
	.anniversary-202211 .section5 .section5-content{
		font-size: 20px;
	}
	.anniversary-202211 .section5 .section5-content span{
		font-size: 16px;
		margin-left: 20px;
	}
	.anniversary-202211 .section3 .section3-container,
	.anniversary-202211 .section1 .section1-container{
		padding: 40px 0 0;
	}
	.anniversary-202211 .section4 .section4-container,
	.anniversary-202211 .section2 .section-2-container{
		margin: 40px 0 0;
	}
	.anniversary-202211 .section4 .section4-content-right p{
		font-size: 16px;
	}
	.anniversary-202211 .section1 .section1-wrapper .section1-img{
		background: none;
		padding: 0 15px 5px;
	}


	.anniversary-202211 .section3 .section3-content-mid{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    height: calc(100% - 80px);
	    font-size: 24px;
	    color: #000;
	}
	.anniversary-202211 .section3 .section3-content-mid p{
	    margin: 6px 0 0;
	}

}
