
/*plan 28 */
#b2b-page {
	
}
#b2b-page .scrollbar::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
  }
#b2b-page .scrollbar::-webkit-scrollbar {
	width:8px;
	border-radius:5px;
  }
  
#b2b-page .scrollbar::-webkit-scrollbar-thumb {
	background-color: #ddd;
	background-clip: padding-box;
	border-radius:5px;
	min-height: 28px;
	
  }
#b2b-page .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 5px;
    background: #f4f4f4;
}
#b2b-page .scrollbar::-webkit-scrollbar-thumb:hover {

  }
#b2b-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%);
	height:650px;
}
#b2b-page .plan-banner-con{
	margin-top:-50px;
}
#b2b-page .banner-btn1{
	background:none;
	color:#fff;
	transition:all 0.3s ease;
	margin:45px 14px 0;
	line-height:50px;
	
	}
#b2b-page .banner-btn1:hover{
    background: #fff;
    color: #7b69f1;
	}
#b2b-page .banner-btn2{
	background:#7b69f1;
	color:#fff;
	margin:45px 14px 0;
	border:0;
	transition:all 0.3s ease;
	vertical-align:top;
	
	
	}
#b2b-page .banner-btn2:hover{
	background: #5e50b8;
    color: #fff;
}
#b2b-page .plan-banner-con h3{
	font-weight:bold;
}
#b2b-page .more-functions .more-functions-wapper{
	max-width:none;
}
#b2b-page .more-functions .more-functions__item .more{
	display:none;
}
#b2b-page .more-functions .more-functions__tab{
	max-width:100%;
}
#b2b-page .more-functions .more-functions__tab a{
	width:25%;
}
#b2b-page .b2b-section1{
	margin-top:-150px;
	position: relative;
	z-index: 2;
	text-align:center;
	font-size:0;

}
#b2b-page .b2b-section1 .b2b-section1-content{

	position:relative;
	/* min-height:500px; */
}
#b2b-page .b2b-section1 .b2b-section1-item{
	display:none;
	/* position:relative; */
}
#b2b-page .b2b-section1 .item3{
	text-align:left;
	padding-top:20px;
}

#b2b-page .b2b-section1 .b2b-section1-item.on{
	display:block;
}
#b2b-page .b2b-section1 .b2b-price_list{
	margin:0 -20px;
}
#b2b-page .b2b-section1 .b2b-price_list li{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:33.33%;
	padding:20px;
}
#b2b-page .b2b-section1 .b2b-price-tab{
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
	background:#fff;
	transition:transform .3s ease;


}
#b2b-page .b2b-section1 .b2b-price-tab:hover{
	transform:translate3d(0,-8px,0);
	box-shadow:0 10px 20px 0 rgba(10,14,29,.04), 0 10px 40px 0 rgba(10,14,29,.16)
}
#b2b-page .b2b-section1 .b2b-price-top{
	color:#fff;
	line-height:60px;
	font-size:24px;
	background:#0F6CEA;	
}
#b2b-page .b2b-section1 .b2b-price-mid{
	padding:30px 80px;
	border-bottom:1px solid #e9e9e9;
}
#b2b-page .b2b-section1 .b2b-price-mid h4{
	font-size:14px;
	margin-bottom:20px;
	

}
#b2b-page .b2b-section1 .b2b-price-mid h4 span{
	font-size:40px;
	display:inline-block;
	padding-right:10px;
}
#b2b-page .b2b-section1 .b2b-price-mid p{
	font-size:16px;
	height:50px;
	line-height:25px;
	
}
#b2b-page .b2b-section1 .b2b-price-footer{
	text-align:left;
	padding:20px;
	font-size:15px;
	line-height:2;
	/*height: 500px;
    overflow-y: auto;*/
    /* margin: 5px; */
}
#b2b-page .b2b-section1 .b2b-price-footer dl{
	max-height: 380px;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;

}
#b2b-page .b2b-section1 .b2b-theme_list{
	margin:0 -20px;
}
#b2b-page .b2b-section1 .b2b-theme_list li{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:20px;
	box-sizing: border-box;
	

}
#b2b-page .b2b-section1 .b2b-theme_list a{
	box-shadow:0 5px 10px 0 rgba(10,14,29,.04), 0 5px 20px 0 rgba(10,14,29,.16);
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
	position:relative;

}
#b2b-page .b2b-section1 .b2b-theme_list a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease;
}
#b2b-page .b2b-section1 .b2b-theme_list a .icon{
	fill:#fff;
	width:50px;
	height:50px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:none;
	transition:all 0.3s ease;
}
#b2b-page .b2b-section1 .b2b-theme_list a:hover .icon{
	display:block;
}
#b2b-page .b2b-section1 .b2b-theme_list a:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}
#b2b-page .more-functions{
	padding:70px 20px;
	box-shadow:0 16px 30px 0 rgba(10,14,29,.04), 0 16px 60px 0 rgba(10,14,29,.16);
}
#b2b-page .more-functions .more-functions__item-wapper a{
	height:232px;
}
#b2b-page .more-functions .more-functions__item .more-functions__item-wapper{
	max-height:464px;
}
#b2b-page .more-functions .more-functions__item .more a{
	display:none;
}
#b2b-page .more-functions .more-functions__item-wapper a i svg{
	height:80px;
	width:40px;
}
#b2b-page .more-functions .more-functions__item-wapper a i{
	width: 80px;
	height:80px;
	line-height:80px;
}
#b2b-page .b2b-section2{
	text-align: center;
	padding: 93px 0 0;
	max-width: 800px;
    margin: 0 auto;
}
#b2b-page .b2b-tit {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
}

#b2b-page .graphic-textual-list {
    padding: 30px 0;
}
#b2b-page .graphic-textual-list .graphic-box img {
    display: block;
    max-width: 100%;
    border-radius: 0;
    margin-left: 50px;
}
#b2b-page .graphic-textual-list .textual-box {
    padding: 0;
}

#b2b-page .more-btn{
	text-align:right;
	margin-top:20px;
	font-size:16px;
}
#b2b-page .b2b-section1 .b2b-section1-title{
	margin-bottom:30px;
}
#b2b-page .b2b-section1 .b2b-section1-title span{
	color:#fff;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	margin:0 30px;
	height:40px;
	font-size:20px;
	cursor:pointer;
	font-weight: 400;

}
#b2b-page .b2b-section1 .b2b-section1-title span.on:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #7b6af1;
}
#b2b-page  .m-tit{
	display:none;
	color:#7b6af1;
	font-size:20px;
	text-align:left;
	position:relative;
	/* padding:0 20px; */
	/* margin:0 30px; */
	height:40px;

	
}
#b2b-page .m-tit:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #7b6af1;
}
#b2b-page .mobile-more-functions .mobile-more-functions__item-wapper a{outline:none}
#b2b-page .mobile-more-functions .mobile-more-functions__item-wapper a:active{

	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */

}

/*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 .cdn-section1,
#cdn-page .cdn-section2{
	text-align:center;
	padding:100px 0 0;
} 
#cdn-page .cdn-section1 ul{
	font-size:0;
} 
#cdn-page .cdn-section1 ul li{
	display:inline-block;
	width:calc(25% - 30px);
	margin-right:40px;
	vertical-align:top;
	font-size:14px;
} 
#cdn-page .cdn-section1 ul li:nth-child(4){
	margin-right:0;	
}
#cdn-page .cdn-section1 .icon{
	width:100px;
	height:100px;
} 
#cdn-page .cdn-section1 .sec-icon{
	margin:0 auto 50px;
} 
#cdn-page .cdn-section1 .sec-info h3{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
} 
#cdn-page .cdn-section1 .sec-info p{
	font-size:16px;
	line-height:24px;
	color:#666;
} 

#cdn-page .cdn-tit {
    font-size: 30px;
    color: #333;
    margin-bottom: 70px;
    line-height: 1;
    font-weight:normal;
    text-align: center;
}
#cdn-page .cdn-detail {
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
#cdn-page .cdn-section2{
	text-align:center;
} 
#cdn-page .cdn-section2 .cdn-tit{
	margin-bottom:30px;
}
#cdn-page .graphic-textual-list .graphic-box img{
	box-shadow:none;
}


#cdn-page .cdn-section4{
	margin-top:40px;
}
#cdn-page .cdn-section4 ul{
	font-size:0;
}
#cdn-page .cdn-section4 ul li{
	width:calc(50% - 20px);
	padding:0;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	margin-right:40px;
	margin-bottom:50px;
}
#cdn-page .cdn-section4 ul li:nth-child(2n){
	margin-right:0;
}
#cdn-page .cdn-section4 .cdn-question{
	margin-bottom:20px;
	font-size: 24px;
	color: #333;
}
#cdn-page .cdn-section4 .cdn-question .cdn-num{
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	background:#7b69f1;
	margin-right:28px;
	border-radius:50%;
}
#cdn-page .cdn-section4 .cdn-answer{
	background:#f6f7fb;
	font-size: 18px;
	line-height: 34px;
	color: #666;
	border-radius:8px;
	padding:30px;
}
#cdn-page .cdn-section5{
	text-align:center;
	margin-top:120px;
	margin-bottom:150px;
}
#cdn-page .cdn-section5 ul{
	font-size:0;
}
#cdn-page .cdn-section5 ul li{
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	width:calc(20% - 20px);
	margin-right:25px;
	text-align:center;
	height:100px;
	box-sizing:border-box;
	border:6px solid #f6f7fb;
}
#cdn-page .cdn-section5 ul li:nth-child(5){
	margin-right:0;
}
#cdn-page .cdn-section5 li img{
	max-height:100%;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
#cdn-page .cdn-section5 li span{
 	display:inline-block;
	height:100%;
	vertical-align:middle;
	
}

/*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 .graphic-textual-list{
	padding:50px 0;
}

#plan23-page .plan23-section2{
	padding:100px 0;
}
#plan23-page .plan23-section2 ul{
	font-size:0;
	height:358px;
}
#plan23-page .plan23-section2 li{
	display:inline-block;
	width:calc(20% - 16px);
	font-size:16px;
    padding: 30px 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    transition: all 0.2s ease-in;
	vertical-align:top;
}

#plan23-page .plan23-section2 li span{
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    background: #f6f7fb;
    color: #7e7dc1;
    font-size: 60px;
    transition: all 0.2s ease-in;
}
#plan23-page .plan23-section2 li span svg{
	height:140px;
	width:80px;
	fill: #7e7dc1;
}
#plan23-page .plan23-section2 li h4{
	font-size: 16px;
    font-weight: normal;
    margin: 24px 0 16px 0;
    transition: all 0.2s ease-in;
	font-weight:bold;
}
#plan23-page .plan23-section2 li p{
	font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 90px;
    min-height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.2s ease-in;
}
#plan23-page .plan23-section2 li:hover{
	background:#7e7dc1;
}
#plan23-page .plan23-section2 li:hover span{
	color:#7e7dc1;
	background:#fff;
}
#plan23-page .plan23-section2 li:hover h4,
#plan23-page .plan23-section2 li:hover p{
	color:#fff;
	overflow:auto;
	height:auto;
	-webkit-line-clamp:8;
}



#plan23-page .plan23-section3{
	padding:100px 0;
}
#plan23-page .plan23-section3 ul{
	font-size:0;
}
#plan23-page .plan23-section3 li{
	display:inline-block;
	width:12.5%;
	text-align:center;
	vertical-align:bottom;
	margin:0 0 50px;
	vertical-align:top;
}
#plan23-page .plan23-section3 li:nth-child(7n){
	margin-right:0;
}
#plan23-page .plan23-section3 li p{
	font-size:18px;
	margin:15px 0 0;
	color:#333;
}
#plan23-page .plan23-section3 li .img{
	transition:all 0.2s ease-in;
}
#plan23-page .plan23-section3 li:hover .img{
	transform:translate(0,5px);
}
#plan23-page .plan23-section3 ul{
	height:320px;
	overflow:hidden;
}
#plan23-page .plan23-section3 .plan23-more{
	text-align:center;
}
#plan23-page .plan23-section3 .plan23-more span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#7e7dc1;
	cursor:pointer;
	font-weight:bold;
}
#plan23-page .plan23-section3 .plan23-more svg{
	vertical-align:middle;
	fill:#7e7dc1;
}



#plan23-page .plan23-section4 table th{
	background:#6766b2;
	height:80px;
	color:#fff;
	font-size:24px;
	font-weight:normal;
}
#plan23-page .plan23-section4 table th.bg{
	background:#7e7dc1;
}
#plan23-page .plan23-section4 table td{
	background:#eaebff;
	border-bottom:1px solid #fff;
	padding:40px 30px;
	color:#666;
	font-size:18px;
	line-height:30px;
}
#plan23-page .plan23-section4 table td.bg{
	background:#f6f7fb;
}

#plan23-page .plan23-section5{
	padding:100px 0;
}
#plan23-page .plan23-section5 ul:after{
	display:block;
	content:'';
	clear:both;
}
#plan23-page .plan23-section5 li{
	float:left;
	width:25%;
	box-sizing:border-box;
	border:1px solid #fff;
	text-align:center;
	transition:all 0.1s ease-in;
}
#plan23-page .plan23-section5 dl dt{
	height:80px;
	line-height:80px;
	color:#fff;
	background:#7e7dc1;
	font-size:20px;
	transition:all 0.1s ease-in;
}
#plan23-page .plan23-section5 dl dd{
	padding:20px 0;
	font-size:18px;
	color:#999;
	background:#fff;
	transition:all 0.1s ease-in;
}
#plan23-page .plan23-section5 dl dd.bg{
	background:#eaebff;
}
#plan23-page .plan23-section5 li.on{
	border:1px solid #6766b2;
}
#plan23-page .plan23-section5 li.on dl dt{
	background:#6766b2;
}

#plan23-page .plan23-section5 li.on dl dd{
	color:#6766b2;
}
#plan23-page .plan23-section5-list{
	padding:0 0 30px;
}

#plan23-page .swiper-pagination{
	opacity:0;
}
#plan23-page .new-big-title{
	margin-bottom:50px;
}

#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;
}

/*plan16*/
.plan16-title{
	text-align:center;
	
}
.plan16-title p{
	padding:40px 0 0;
}
.plan16-section2 .plan-new-title{
	margin:0;
}
.plan16-section2 .new-detail{
	text-align:center;
	margin:15px 0 50px;
}
/*plan15*/
.plan15-section1 .new-big-title{
	margin:0 0 50px;
}
.plan15-section2 .plan-new-title,
.plan15-section3 .plan-new-title,
.plan15-section4 .plan-new-title{
	margin:0;
}
.plan15-section2 .new-detail,
.plan15-section3 .new-detail,
.plan15-section4 .new-detail{
	text-align:center;
	margin:15px 0 50px;
}

.plan15-section3 .icon-list-5 li{
	box-shadow:none;
}


.plan15-section5 .fee-tab{
	font-size:0;
	color:#333;
}
.plan15-section5 .fee-left-side{
	font-size:16px;
	display:inline-block;
	width:160px;
	vertical-align:top;
	overflow:hidden;
}
.plan15-section5 .fee-tab ul{
	
}
.plan15-section5 .fee-tab li{
	padding:20px 0;
	line-height:24px;
	border-bottom:1px solid #eee;
}
.plan15-section5 .fee-tab .fee-right-side ul{
	min-width:800px;
	overflow:hidden;
}
.plan15-section5 .fee-tab .fee-right-side li{
	font-size:0;
	border-right:1px solid #eee;
}
.plan15-section5 .fee-tab .fee-left-side li{
	background:#fafafa;
	padding-left:10px;
	border-left:1px solid #eee;
}
.plan15-section5 .fee-tab .fee-left-side li:nth-child(2),
.plan15-section5 .fee-tab .fee-left-side li:nth-child(4),
.plan15-section5 .fee-tab .fee-left-side li:nth-child(5),
.plan15-section5 .fee-tab .fee-left-side li:nth-child(6),
.plan15-section5 .fee-tab .fee-left-side li:nth-child(7){
	height:48px;
	line-height:48px;
}


.plan15-section5 .mobile-fee-tab{
	display:none;
}
.plan15-section5 .mobile-fee-title{
	height: 50px;
    font-size: 0;
    border: 1px solid #eee;
    border-left: 0;
}
.plan15-section5 .mobile-fee-title span.on{
	color:#7b69f1;
}
.plan15-section5 .mobile-fee-title span{
	display: inline-block;
    width: 20%;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: #333;
	cursor:pointer;
}

.plan15-section5 .mobile-fee-item{
	margin-top:20px;
	border: 1px solid #eee;
	border-bottom:0;
	display:none;
}
.plan15-section5 .mobile-fee-item.on{
	display:block;
}
.plan15-section5 .mobile-fee-item li{
	border-bottom: 1px solid #eee;
	font-size:0;
	position:relative;
}
.plan15-section5 .mobile-fee-item li:before{
	content:'';
	position:absolute;
	left:50%;
	top:0;
	width:1px;
	height:100%;
	background:#eee;
}
.plan15-section5 .mobile-fee-item li.mobile-fee-item-title{
	padding:15px 0;
	text-align:center;
	font-size:14px;
	color:#666;
}
.plan15-section5 .mobile-fee-item li.mobile-fee-item-title h4{
	font-size:14px;
	margin-bottom:10px;
	color:#333;
}
.plan15-section5 .mobile-fee-item li span{
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	font-size:14px;
	padding:15px;
	vertical-align:middle;
}
.plan15-section5 .mobile-fee-item li.mobile-fee-item-title:before{
	background:none;
}






.plan15-section5 .fee-tab li.title{
	background:#eee;
	font-weight:bold;
}
.plan15-section5 .fee-tab li .item{
	display:inline-block;
	vertical-align:top;
	width:20%;
	text-align:center;
	font-size:16px;
}
.plan15-section5 .fee-tab li .item-all{
	font-size:16px;
	text-align:center;
}

.plan15-section5 .fee-right-side{
	font-size:16px;
	display:inline-block;
	width:calc(100% - 160px);
	vertical-align:top;
	overflow:auto;
}
.plan15-section5 .btn1{
	width:240px;
	padding:0 30px;
	margin:30px auto 0;
	display:block;
}

/*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;
}

















/*plan1*/
.plan1-section1 .icon-list-2{
	position:relative;
}
.plan1-section1 .icon-list-2 li.a_list{
	width:15%;
	position:relative;
	z-index:9;
	background:#fff;
	padding-right:10px;
}
.plan1-section1 .icon-list-2 li.li_mid{
	width:55%;
}
.plan1-section1 .icon-list-2 li.li_mid .home_ic{
	right:20%;
	left:auto;
}
.plan1-section1 .icon-list-2 li.li_mid .side_ic_left{
	left:calc((85% - 245px) / 2);
}
.plan1-section1 .icon-list-2 li.a_right{
	position:absolute;
	top:0;
	right:0;
	width:90px;
	z-index:8;
}
.plan1-section1 .icon-list-2 li.a_right a{
	border:0;
	position:relative;
}
.plan1-section1 .icon-list-2 li.a_right a:before{
	content:'';
	position: absolute;
    height: 1px;
    border-top: 2px dotted #efefef;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 80px;
    width:100%;
    z-index: 1;
}
.plan1-section1 .new-detail{
	text-align:center;
	margin:10px 0 50px;
}
.plan1-section2 .icon-list-3 li{
	border:0;
	width:calc(33.33333% - 100px);
	margin-right:150px;
}

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

.plan1-section3 .plan1-section3-con{
	font-size:0;
}
.plan1-section3 .plan1-section3-img{
	display:inline-block;
	width:50%;
	font-size:16px;
	vertical-align:middle;
	text-align:right;
}
.plan1-section3 .plan1-section3-img img{
	max-height:310px;
}
.plan1-section3 .plan1-section3-txt{
	display:inline-block;
	width:50%;
	font-size:16px;
	vertical-align:middle;
	padding-left:50px;
	box-sizing:border-box;
	
}
.plan1-section3 .plan1-section3-txt p{
	display:inline-block;
	padding:35px 50px 0;
	position:relative;
}
.plan1-section3 .plan1-section3-txt i{
    color: #d0d0d0;
    position: absolute;
    font-size: 20px;
    top: 0;
    font-size: 32px;
	right:0;
}
.plan1-section3 .plan1-section3-txt i.icon-quotes-up{
	left:0;
	right:auto;
}







/*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-section1 .new-big-title{
	margin-bottom:10px;
}
.plan4-section1 .new-detail{
	text-align:center;
	margin-bottom:50px;
}
.plan4-section1 .icon-list-5 li,
.plan4-section2 .icon-list-5 li{
	box-shadow:none;
}


.plan4-section3 ul{
	font-size:0;
}
.plan4-section3 li{
	display:inline-block;
	vertical-align:top;
	width:calc(33.33333% - 20px);
	margin-right:30px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:5px;
	font-size:16px;
	position:relative;
	padding-left:120px;
	padding-right:20px;
	height:120px;
}
.plan4-section3 li:nth-child(3n){
	margin-right:0;
}
.plan4-section3 li svg{
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
	height: 60px;
    width: 120px;
    text-align: center;
    fill: #7b69f1;
    font-size: 50px;
    line-height: 120px;
	background:none;
}
.plan4-section3 li i{
	position:absolute;
	left:0;
	top:0;
	height: 120px;
    width: 120px;
    text-align: center;
    color: #7b69f1;
    font-size: 50px;
    line-height: 120px;
	background:none;
}
.plan4-section3 li h4{
	margin-top:17px;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:7px;
}
.plan4-section3 li p{
	line-height:24px;
	height:48px;
	color:#999;
	font-size:16px;

}
.plan4-section6,
.plan4-section4{
	position:relative;
	padding-bottom:50px;
}
.plan4-section4 ul{
	box-sizing:border-box;
}
.plan4-section6 li,
.plan4-section4 li{
	border:1px solid #f5f5f5;
	box-sizing:border-box;
	text-align:center;
	padding:30px 0;
	transition:all 0.1s ease;
}
.plan4-section6 li:hover,
.plan4-section4 li:hover{
	border:1px solid #ddd;
}
.plan4-section4 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;
}
.plan4-section4 li p{
	font-size:16px;
	color:#666;
	margin:10px 0 0;
}
.plan4-section6 .brand-pagination,
.plan4-section4 .swiper-pagination{
	width:100%;
	text-align:center;
	margin:15px 0 0;
}
.plan4-section6 .swiper-pagination-bullet,
.plan4-section4 .swiper-pagination-bullet{
	background:#e9e9e9;
	width:12px;
	height:12px;
	margin:0 5px;
	opacity:1;
	outline:none;
}
.plan4-section6 .swiper-pagination-bullet-active,
.plan4-section4 .swiper-pagination-bullet-active{
	background:#7b69f1;
}
.plan4-section6 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;
}
.plan4-section6 li:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.plan4-section5 ul{
	font-size:0;
}
.plan4-section5 li{
	display:inline-block;
	vertical-align:top;
	width:16.66666%;
	font-size:16px;
	text-align:center;
	position:relative;
	height:350px;
	box-sizing:border-box;
}

.plan4-section5 li:nth-child(2n){
	padding:200px 0 0;
}
.plan4-section5 li:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:8px;
	background:#7b69f1;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	width:calc(50% - 10px);
	border-radius:0 8px 8px 0;
}
.plan4-section5 li:after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:100%;
	height:8px;
	background:#7b69f1;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	width:calc(50% - 10px);
	border-radius:8px 0 0 8px;
}
.plan4-section5 li p: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:first-child:before{
	display:none;
}
.plan4-section5 li:last-child:after{
	display:none;
}
.plan4-section5 li p{
	text-align:center;
	color:#999;
	padding:10px 0;
}
.plan4-section5 li i{
	display:inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-radius:50%;
	border:2px solid #cecddb;
	color:#7b69f1;
	font-size: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 .new-big-title{
	margin-bottom:50px;
}
#plan8-page .graphic-textual-list{
	padding:0;
}
.plan8-section1 .icon-list-5 li{
	box-shadow:none;
	width:calc(20% - 20px);
	margin-right:25px;
}
.plan8-section1 .icon-list-5 li:nth-child(4n){
	margin-right:25px;
}
.plan8-section1 .icon-list-5 li:nth-child(5n){
	margin-right:0;
}
.plan8-section2{
	padding:100px 0;
	text-align:center;
}
.plan8-section2 img{
	max-width:100%;
}
.plan8-section2 .video{
	width: 800px;
	position: relative;
	z-index: 9;
    margin: 0 auto 20px;
}
.plan8-section2 .video .img{
	position: relative;
	z-index: 10
}
.plan8-section2 .video .img .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);

}
.plan8-section2 .video .img .bg svg{
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	fill: #fff;
	cursor: pointer;
}
.plan8-section2 .video .img img{
	width: 100%;
	display: block;
}
.plan8-section2 .video video{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.plan8-section2 .video-content{
	padding: 30px 40px 60px;
}
.plan8-section2 .video-content h4{
	font-size: 20px;
	color: #121212;
	font-weight: normal;
}
.plan8-section2 .video-content p{
	color: #666;
	margin-top: 15px;
}

.plan8-section3{
	background: url(../images/plan_44.jpg) no-repeat fixed center center / cover;
    height: 450px;
	text-align:center;
	color:#fff;
	position:relative;
}
.plan8-section3 .new-big-title,
.plan8-section3 .new-detail{
	color:#fff;
}
.plan8-section3 .plan8-section3-con{
	position:absolute;
	top:50%;
	left:0;
	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%);
}
.plan8-section5{
	padding:100px 0;
}
.plan8-section6{
	padding:100px 0;
	position:relative;
}



/*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{
	padding-top:84px;
}
#plan11-page .plan-banner-cy{
	background:#fff;
	height:480px;
}
#plan11-page .banner-wapper{
	max-width:1200px;
	position:relative;
	margin:0 auto;
	height:100%;
}
#plan11-page .banner1{
	position:absolute;
	right:20px;
	top:50%;
	transform:translate(0,-50%);
	text-align:right;
}
#plan11-page img{
	max-width:100%;
}
#plan11-page .plan-banner-con{ 
	left:40px;
	transform:translate(0,-50%);
	max-width:520px;
	width:100%;
	text-align:left;
}
#plan11-page .plan-banner-con h3{
	color:#333;
	padding-bottom:20px;
	position:relative;
}
#plan11-page .plan-banner-con h3 .lien{
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:50%;
	background:#7b69f1;
}
#plan11-page .plan-banner-con p{
	color:#666666;
	text-align:left;
	font-size:20px;
	line-height:36px;
}
#plan11-page .banner-btn{
    display: inline-block;
    text-align: center;
    padding: 14px 0;
    width: 220px;
    border: 1px solid #7B69F1;
    border-radius: 5px;
    color: #fff;
	background:#7b69f1;
	height:auto;
	line-height:24px;
}
#plan11-page .new-big-title{
	margin-bottom:20px;
}
#plan11-page .new-detail{
	margin-bottom:50px;
	text-align:center;
}
.plan11-section1 .icon-list-5 li{
	box-shadow:none;
}
.plan11-section2 ul{
	font-size:0;
}
.plan11-section2 li{
	display:inline-block;
	vertical-align:top;
	width:calc(33.33333% - 20px);
	margin-right:30px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:5px;
	font-size:16px;
	position:relative;
	padding-left:120px;
	padding-right:20px;
	height:120px;
}
.plan11-section2 li:nth-child(3n){
	margin-right:0;
}
.plan11-section2 li i{
	position:absolute;
	left:0;
	top:0;
	height: 120px;
    width: 120px;
    text-align: center;
    color: #7b69f1;
    font-size: 50px;
    line-height: 120px;
	background:none;
}
.plan11-section2 li h4{
	margin-top:29px;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:7px;
	color:#333;
}
.plan11-section2 li .diy_con{
	line-height:24px;
	color:#999;
	font-size:16px;

}
.plan11-section3 .plan11-section3-list1{
	margin-bottom:50px;
}
.plan11-section3 h4{
	text-align:center;
	font-size:16px;
	color:#333;
	margin-bottom:20px;
}
.plan11-section3 ul{
	text-align:center;
}
.plan11-section3 li{
    width: 120px;
    height: 120px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.plan11-section3 li i{
	display: block;
    color: #7b69f1;
    font-size: 45px;
    width: 100%;
    margin-top: 20px;
}
.plan11-section3 li p{
	color: #333;
    font-size: 16px;
}
.plan11-section3 li.img{
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
}
.plan11-section4 .plan-new-title{
	margin-bottom:20px;
}

/*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{ padding-top:84px;}
#plan31-page .plan-banner{
	background:url(../images/plan31_img/banner.png) no-repeat center bottom;
	height:480px;
	margin-bottom:80px;
}
#plan31-page .banner-wapper {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
#plan31-page .plan-banner-con {
    left: 40px;
    transform: translate(0,-50%);
    max-width: 520px;
    width: 100%;
    text-align: left;
	color:#333;
}
#plan31-page .plan-banner-con h2{
	font-size:45px;
}
#plan31-page .plan-banner-con p{
	text-align: left;
	color:#333;
}
#plan31-page .plan-banner-con p span{
	display:inline-block;
	vertical-align:top;
	line-height: 36px;
    margin: 8px 8px 0;
	background:#bbbbbc;
	height:20px;
	width:1px;
}
#plan31-page .title{
	text-align:center;
	margin:0 5%;
	padding-bottom:100px;
}
#plan31-page .title h4{
	font-size:28px;
	line-height:32px;
	margin-bottom:38px;
}
#plan31-page .title p{
	font-size:18px;
	line-height:36px;
	color:#333;
	margin-bottom:30px;
}
#plan31-page .title button{
	background:#7b69f1;
	border:none;
	padding:10px 30px;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
}
#plan31-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;
}
#plan31-page .text-box{
	margin-bottom:50px;
}
#plan31-page .text-box > div{
	width:50%;
	text-align:center;
	box-sizing:border-box;
}
#plan31-page .text-box > div.img img{
	max-width:100%;
}
#plan31-page .text-box > div.text{
	padding:0 10%;
	text-align:left;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#plan31-page .text-box > div.text h4{
	width:100%;
	font-size:28px;
	line-height:32px;
	margin-bottom:38px;
}
#plan31-page .text-box > div.text p{
	font-size:18px;
	line-height:30px;
	color:#333;
}
#plan31-page #is_popup_div_script{
	max-width:60%;
	margin:0 auto;
}

#plan31-page .box2 .title{
	padding-bottom:30px;
}
#plan31-page .box2 .list{
	width:25%;
	padding:0 15px;
	margin-bottom:20px;
	box-sizing:border-box;
}
#plan31-page .box2 .list .con{
	box-shadow:0 0 5px #eee;
	padding:20px;
	text-align:center;
	height:100%;
	box-sizing:border-box;
}
#plan31-page .box2 .list .img{
	margin:15px 0;
}
#plan31-page .box2 .list svg{
	width:60px;
	height:60px;
	fill:#7b69f1;
}
#plan31-page .box2 .list h4{
	font-size:18px;
	padding-bottom:10px;
}
#plan31-page .box2 .list p{
	font-size:14px;
}


.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;
}


@media screen and (max-width: 1919px){
	#plan29-page .plan-wapper{
		max-width:1280px;
	}
}
@media screen and (max-width: 1366px){
	#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;
	}
}
@media screen and (max-width:1200px){
	#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;
	}
}

@media screen and (max-width:1024px){

	#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;
	}
	
}
@media screen and (max-width:992px){
	#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;
	}
	
	
}
@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%);
	}
	

}
@media screen and (max-width:768px){
	#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;
	}
}
@media screen and (max-width:767px){
	#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;
	}
}
@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;
	}
	

	
}

@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;}
}	



















