
html, body {
	position: relative;
	height: 100%;
}
.page-container{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	font-size: 18px;
	text-align: center;
}
.page-top-space{
	padding-top: .8rem;
}
.page-top-space>h2{
	font-size: .4rem;
	font-weight: bold;
	margin-top: .7rem;
	margin-bottom: .25rem;
}
.page-top-space>p{
	font-size: .2rem;
	color: #999999;
}
/* go top */
.go-top{
	position: fixed;
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background: #FFFFFF;
	-webkit-box-shadow: .08rem .08rem .25rem rgba(0,0,0,.08);
	-moz-box-shadow: .08rem .08rem .25rem rgba(0,0,0,.08);
	box-shadow: .08rem .08rem .25rem rgba(0,0,0,.08);
    z-index: 99;
    bottom: .8rem;
    right: .5rem;
    border-radius: 50%;
	display: none;
}
@keyframes gotop{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-webkit-keyframes gotop {/*Safari and Chrome*/
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.go-top:after{
	content: ' ';
	display: inline-block;
	width: .2rem;
	height: .2rem;
	background: url(../images/go_top.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	left: .2rem;
	top: .27rem;
	z-index: 100;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	animation:gotop 2s linear infinite;
	-webkit-animation:gotop 2s linear infinite; /*Safari and Chrome*/
}
.loading{
	display: none;
}
/* header */
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: .8rem;
	z-index: 2;
}
.nav-wrapper{
	width: 100%;
	height: 100%;
	padding: 0 1.33rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.logo{
	display: inline-block;
	width: 1.1rem;
	margin-top: 0.1rem;
}
.logo img{
	width: 100%;
}
.phone-logo{
	display: none;
}
.nav{
	margin-top: .3rem;
	width: auto;
}
.nav li{
	float: left;
	margin-left: .66rem;
}
.nav li:first{
	margin-left: 0;
}
.nav li a{
	color: white;
	position: relative;
	font-size: .18rem
}
.nav li.current a{
	color: #FFFFFF;
}
.nav li a:after{
	content: " ";
	position: absolute;
	left: 0;
	top: .28rem;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	transition: all .3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: center;
}
.nav li.current a:after{
	opacity: 1;
	transform: scaleX(1);
	transform-origin: center;
}
.nav li a:hover:after{
	opacity: 1;
	transform: scaleX(1);
	transform-origin: center;
}
.white_bg{
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,.05);
}
.white_bg .nav li a{
	color: #444444;
}
.white_bg .nav li.current a,.white_bg .nav li a:hover{
	color: #ff6e57;
}
.white_bg .nav li a:after,.white_bg .nav li.current a:after{
	background: #ff6e57;
}

/* home */
.home-page{
	background:#f8f8f8 url(../images/home_bg_cicle.jpg) no-repeat left top;
	-webkit-background-size:cover;
	background-size:cover;
	padding: 0 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.home-main{
	width: 100%;
	height: 4.3rem;
	position: relative;
}
.home_bg_english{
	width: 9.2rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/home_bg_eng.png) no-repeat left top;
	background-size: 100% auto;
	padding-left: .5rem;
}
.home_bg_doll{
	position: absolute;
	width: 6.86rem;
	height: 5.05rem;
	top: -.3rem;
	right: -.1rem;
}
.home-bg-block{
	position: absolute;
}
.bg-leaves{
	width: 100%;
	height: 100%;
	background: url(../images/home_bg_leaves.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 0;
	z-index: 1;
}
.bg-litter{
	width: 3.53rem;
	height: 3.6rem;
	background: url(../images/litter.gif) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	bottom: -.15rem;
    right: 1.4rem;
	z-index: 4;
}
.bg-soil{
	width: 3.8rem;
	height: .96rem;
	background: url(../images/home_bg_soil.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	bottom: .55rem;
    left: .8rem;
	z-index: 3;
}
@keyframes treeMove
{
	0% {transform: rotateZ(0deg);}
	20% {transform: rotateZ(2deg);}
	40% {transform: rotateZ(0deg);}
	60% {transform: rotateZ(-2deg);}
	70% {transform: rotateZ(-3deg);}
	90% {transform: rotateZ(-1deg);}
	100% {transform: rotateZ(0deg);}
}

@-webkit-keyframes treeMove /*Safari and Chrome*/
{
	0% {transform: rotateZ(0deg);}
	20% {transform: rotateZ(2deg);}
	40% {transform: rotateZ(0deg);}
	60% {transform: rotateZ(-2deg);}
	70% {transform: rotateZ(-3deg);}
	90% {transform: rotateZ(-1deg);}
	100% {transform: rotateZ(0deg);}
}
.bg-tree{
	width: 4.65rem;
	height: 5rem;
	background: url(../images/home_bg_tree.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 2;
	top: -.55rem;
    left: .1rem;
	transform: rotateZ(0deg);
	transform-origin: bottom;
	animation:treeMove 4s linear infinite;
	-webkit-animation:treeMove 4s linear infinite; /*Safari and Chrome*/
}
.bg-dot{
	width: .75rem;
	height: .3rem;
	background: url(../images/dot_horizontal.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 1.45rem;
    bottom: .8rem;
    z-index: 5;
}
.home_title{
	width: 6.66rem;
	text-align: left;
	margin-top: .6rem;
}
.home_title .e_title{
	font-size: .73rem;
	font-weight: bold;
	text-indent: .7rem;
	color: white;
	margin-bottom: .45rem;
	position: relative;
}
.home_title .e_title:before{
	content: " ";
	position: absolute;
	left: 0;
	bottom: -.05rem;
	width: .5rem;
	height: .75rem;
	background: url(../images/dot_vertical.png) no-repeat left top;
	background-size: 100% auto;
}
.home_title .c_title{
	font-size: .93rem;
	font-weight: bold;
	color: white;
	position: relative;
}
.home_title .c_title:after{
	content: " ";
	position: absolute;
	left: 0;
	bottom: -.7rem;
	width: .55rem;
	height: .07rem;
	background: white;
}
.qrCode{
	width: 5.5rem;
	height: 1.05rem;
	margin-top: 1.1rem;
}
.qr-item{
	width: 100%;
	height: 1rem;
	font-size: .15rem;
	position: relative;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
.qr-item .qr-img{
	width: .8rem;
	height: .8rem;
}
.qr-item ul{
	text-align: left;
	padding-left: .1rem;
}
.qr-item .qr-item-large{
	width: 100%;
	background: #FFFFFF;
	padding: .375rem 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: top;
	opacity:0;
	transition: transition:opacity .1s linear;
}
.qr-item:hover .qr-item-large{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.qr-item .qr-item-large img{
	width: 1.06rem;
    margin-bottom: .21rem;
}
.qr-item .qr-item-large ul{
	padding: 0;
	text-align: center;
}
/* serve */
.serve-page{
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	background:#f8f8f8 url(../images/grey_01.jpg) no-repeat left bottom;
	background-size: 100%;
}
.serve_line{
	display: inline-block;
	width: 1px;
	height: .2rem;
	background: #999999;
	margin: 0 .1rem;
	vertical-align: bottom;
}
.serve-album{
	margin-top: .73rem;
}
.album_item img{
	width: 100%;
	min-height: 2.1rem;
}

/* cooperation */
.cooperation-page{
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	background: url(../images/grey_02.gif) no-repeat left top;
	background-size: 100% auto;
}
.cooperation-content{
	margin-top: 1.2rem;
}
.cooperation-item .item-icon{
	width: 100%;
	margin-bottom: .5rem;
}
.cooperation-item .item-icon img{
	width: 1.55rem;
}
.cooperation-item .desc h3{
	font-size: .23rem;
	font-weight: bold;
}
.cooperation-item .desc dl{
	font-size: .16rem;
}
.cooperation-item .desc dl dt{
	font-weight: normal;
	margin-bottom: .1rem;
}
/* advantage */
.advantage-page{
	height: 4.33rem;
	padding-top: .8rem;
}
.advantage-page .phone-content{
	display: none;
}
.advantage-nav{
	width: 100%;
	height: 3.33rem;
	padding: .58rem 0px;
	background: url(../images/advantage_bg_nav.jpg) no-repeat left top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.advantage-nav>h2{
	font-size: .4rem;
	margin-bottom: .3rem;
	color: white;
}
.advantage-nav>p{
	font-size: .2rem;
	color: white;
}
.a-nav-wrapper{
	width: 6.2rem;
	height: .85rem;
	margin: .33rem auto 0;
}
.a-nav-wrapper .swiper-slide{
	padding-left: .1rem;
}
.a-nav-wrapper .circle{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: white;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.a-nav-wrapper .circle p{
	width: 100%;
	font-size: .16rem;
	margin: 0;
}
.active-nav .circle{
	background: #5199e8;
	color: white;
}
.arrow-down{
	display: inline-block;
	width: .2rem;
	height: .2rem;
	background: url(../images/a_down.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-top: .35rem;
}
.a-content{
	text-align: center;
	padding: 1.2rem 1.3rem 0;
	background: url(../images/grey_03.jpg) no-repeat left bottom;
	background-size: 100%;
}
.vs-swiper{
	height: 100%;
	padding-top: .1rem;
}
.vs-swiper h3{
	font-size: .3rem;
	margin-bottom: .25rem;
}
.vs-swiper p{
	font-size: .16rem;
	margin: 0;
	margin-bottom: .05rem;
	color: #999999;
}
.vs-content{
	width: 8.6rem;
	min-height: 5rem;
	position: relative;
	margin: .8rem auto 0;
}
.vs-left,.vs-right{
	width: 3.3rem;
	position: absolute;
	top: 0;
	border-radius: 8px;
	padding: .9rem 0 .4rem;
}
.vs-left{
	left: 0;
	background: #5f5f60 url(../images/a_left_01.png) no-repeat bottom left;
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(0,0,0,.20);
	-moz-box-shadow: .08rem .08rem .35rem rgba(0,0,0,.20);
	box-shadow: .08rem .08rem .35rem rgba(0,0,0,.20);
}
.vs-right{
	right: 0;
}
.vs-color-blue{
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-webkit-linear-gradient(32deg, #7fbaf1, #4d96e7); /* Safari 5.1 - 6.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-o-linear-gradient(32deg, #7fbaf1, #4d96e7); /* Opera 11.1 - 12.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-moz-linear-gradient(32deg, #7fbaf1, #4d96e7); /* Firefox 3.6 - 15 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	linear-gradient(32deg, #7fbaf1, #4d96e7); /* 标准的语法 */
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(127,185,248,.55);
	-moz-box-shadow: .08rem .08rem .35rem rgba(127,185,248,.55);
	box-shadow: .08rem .08rem .35rem rgba(127,185,248,.55);
}
.vs-color-blue h4{
	color: #4d96e7;
}
.vs-color-pink{
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-webkit-linear-gradient(32deg, #ff97b5, #f65984); /* Safari 5.1 - 6.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-o-linear-gradient(32deg, #ff97b5, #f65984); /* Opera 11.1 - 12.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-moz-linear-gradient(32deg, #ff97b5, #f65984); /* Firefox 3.6 - 15 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	linear-gradient(32deg, #ff97b5, #f65984); /* 标准的语法 */
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(254,146,177,.55);
	-moz-box-shadow: .08rem .08rem .35rem rgba(254,146,177,.55);
	box-shadow: .08rem .08rem .35rem rgba(254,146,177,.55);
}
.vs-color-pink h4{
	color: #f65984;
}
.vs-color-green{
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-webkit-linear-gradient(32deg, #6fd7b8,#33c4bc); /* Safari 5.1 - 6.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-o-linear-gradient(32deg, #6fd7b8,#33c4bc); /* Opera 11.1 - 12.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-moz-linear-gradient(32deg, #6fd7b8,#33c4bc); /* Firefox 3.6 - 15 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	linear-gradient(32deg, #6fd7b8,#33c4bc); /* 标准的语法 */
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(60,199,187,.35);
	-moz-box-shadow: .08rem .08rem .35rem rgba(60,199,187,.35);
	box-shadow: .08rem .08rem .35rem rgba(60,199,187,.35);
}
.vs-color-green h4{
	color: #33c4bc;
}
.vs-color-orange{
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-webkit-linear-gradient(32deg, #fda073, #ff6e57); /* Safari 5.1 - 6.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-o-linear-gradient(32deg, #fda073, #ff6e57); /* Opera 11.1 - 12.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-moz-linear-gradient(32deg, #fda073, #ff6e57); /* Firefox 3.6 - 15 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	linear-gradient(32deg, #fda073, #ff6e57); /* 标准的语法 */
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(254,131,99,.35);
	-moz-box-shadow: .08rem .08rem .35rem rgba(254,131,99,.35);
	box-shadow: .08rem .08rem .35rem rgba(254,131,99,.35);
}
.vs-color-orange h4{
	color: #ff6e57;
}
.vs-color-purple{
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-webkit-linear-gradient(32deg, #fb91d7, #db64c5); /* Safari 5.1 - 6.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-o-linear-gradient(32deg, #fb91d7, #db64c5); /* Opera 11.1 - 12.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-moz-linear-gradient(32deg, #fb91d7, #db64c5); /* Firefox 3.6 - 15 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	linear-gradient(32deg, #fb91d7, #db64c5); /* 标准的语法 */
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(248,127,227,.45);
	-moz-box-shadow: .08rem .08rem .35rem rgba(248,127,227,.45);
	box-shadow: .08rem .08rem .35rem rgba(248,127,227,.45);
}
.vs-color-purple h4{
	color: #db64c5;
}
.vs-color-brown{
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-webkit-linear-gradient(32deg, #e2c88c, #c89c5b); /* Safari 5.1 - 6.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-o-linear-gradient(32deg, #e2c88c, #c89c5b); /* Opera 11.1 - 12.0 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	-moz-linear-gradient(32deg, #e2c88c, #c89c5b); /* Firefox 3.6 - 15 */
	background: url(../images/a_right_01.png) no-repeat bottom right,
	linear-gradient(32deg, #e2c88c, #c89c5b); /* 标准的语法 */
	-webkit-background-size: 60%,100%;
	background-size: 60%,100%;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(217,183,121,.45);
	-moz-box-shadow: .08rem .08rem .35rem rgba(217,183,121,.45);
	box-shadow: .08rem .08rem .35rem rgba(217,183,121,.45);
}
.vs-color-brown h4{
	color: #c89c5b;
}
.vs-mid{
	width: 3.3rem;
	height: 3.85rem;
	background: url(../images/vs.png) no-repeat top left;
	background-size: 100% 100%;
	position: absolute;
	left: 2.6rem;
	top: .4rem;
}
.vs-list li{
	color: white;
	font-size: .18rem;
	padding-top: .28rem;
	margin-bottom: .15rem;
	position: relative;
}
.expand .vs-list li{
	padding-top: .4rem;
}
.vs-left .vs-list li:after{
	content: " ";
	position: absolute;
	left: calc(50% - .1rem);
	bottom: .28rem;
	width: .28rem;
	height: .2rem;
	background: url(../images/a_error.png) no-repeat top left;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
}
.vs-right .vs-list li:after{
	content: " ";
	position: absolute;
	left: calc(50% - .1rem);
	bottom: .28rem;
	width: .28rem;
	height: .2rem;
	background: url(../images/a_ok.png) no-repeat top left;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
}
.vs-title-circle{
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	position: absolute;
	background: white;
	-webkit-box-shadow: .08rem .08rem .35rem rgba(0,0,0,.08);
	-moz-box-shadow: .08rem .08rem .35rem rgba(0,0,0,.08);
	box-shadow: .08rem .08rem .35rem rgba(0,0,0,.08);
	top: -.675rem;
	left: 1.05rem;
}
.vs-title-circle h4{
	font-size: .2rem;
	margin-top: .08rem;
}
.vs-title-circle img{
	width: .416rem;
	margin-top: .3rem;
}
.vs-swiper .swiper-pagination{
	bottom: .3rem;
}
.vs-swiper .swiper-button-prev{
	background-image: url(../images/jiantou_09.png);
}
.vs-swiper .swiper-button-prev:hover{
	background-image: url(../images/jiantou_03.png);
}
.vs-swiper .swiper-button-next{
	background-image: url(../images/jiantou_10.png);
}
.vs-swiper .swiper-button-next:hover{
	background-image: url(../images/jiantou_05.png);
	
}
/* about */
.about-page{
	background: #f8f8f8 url(../images/grey_04.jpg) no-repeat left top;
	background-size: 100%;
}
.about-intro{
	width: 9.4rem;
	height: 5.15rem;
	margin: .4rem auto;
	padding: 2rem .5rem .8rem 2.2rem;
	position: relative;
}
.about-intro .bg-block{
	position: absolute;
}
.bg-left-line{
	width: 2.82rem;
	height: 4rem;
	background: url(../images/about_left_line.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	left: .5rem;
	top: 0;
}
.bg-card{
	width: 2.35rem;
	height: 3.35rem;
	background: url(../images/about_card.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	left: -.4rem;
	top: 1.4rem;
}
.bg-oneweek{
	width: 3.57rem;
	height: .8rem;
	background: url(../images/about_oneweek.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 1.1rem;
    left: .8rem;
}
.bg-top-line{
	width: 2.6rem;
	height: .7rem;
	background: url(../images/about_top_line.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 0;
    top: 1.1rem;
}
.bg-bottom{
	width: 4.2rem;
	height: .4rem;
	background: url(../images/about_bottom_img.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 0;
	bottom: 0;
}
.about-intro p{
	font-size: .16rem;
	font-weight: 300;
	color: #666666;
	margin-bottom: .5rem;
	text-align: left;
	line-height: .3rem;
}

/* contact */
.contact-page{
	background: url(../images/contact_bg.png),url(../images/grey_05.jpg);
	background-repeat: no-repeat,no-repeat; 
	background-position:left 101%,left top;
	-webkit-background-size: 100% auto,left top;
	background-size: 100%,100% 10%;
	position: relative;
}
.contact-process{
	padding: 0 1.66rem;
	margin: .9rem 0;
}
.process-item{
	position: relative;
}
.process-item:before,.process-item:after{
	content: " ";
	position: absolute;
}
.process-item:before{
	width: .6rem;
	height: .5rem;
	top: 0;
	left: .45rem;
}
.process-item:after{
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/process_after.png) no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.no-after:after{
	background: #ffffff;
}
.process-01:before{
	background: url(../images/process_01.png) no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.process-02:before{
	background: url(../images/process_02.png) no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.process-03:before{
	background: url(../images/process_03.png) no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.process-04:before{
	background: url(../images/process_04.png) no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.process-05:before{
	background: url(../images/process_05.png) no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.process-item ul{
	font-size: .2rem;
	padding-left: .6rem;
}
.process-item ul li{
	margin: .1rem;
}
.free-btn{
	display: inline-block;
	width: 2.6rem;
	height: .66rem;
	text-align: center;
	line-height: .66rem;
	font-size: .23rem;
    border-radius: 2rem;
	color: white;
	background: linear-gradient(to right,#ff6e57,#fda073);
	overflow: hidden;
}
.free-btn:hover{
	color: white;
}

/* 免费注册箭头动画 */
@keyframes arrowMove{
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(13px);
		transform: translateX(13px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrowMove {/*Safari and Chrome*/
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(13px);
		transform: translateX(13px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}
.free-btn .arrow-right{
	display: inline-block;
	width: .25rem;
	height: .2rem;
	background: url(../images/arroe_right.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	animation:arrowMove 1.5s ease-in-out infinite;
	-webkit-animation:arrowMove 1.5s ease-in-out infinite; /*Safari and Chrome*/
}
.contact-intro{
	width: 100%;
	padding: 0 2.2rem;
	position: absolute;
	bottom: 1rem;
}
.intro-content{
	width: 100%;
	height: 100%;
	color: white;
	background: #464649;
	border-radius: 14px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.15);
	
}
.intro-content span{
	font-size: .26rem;
	height: .26rem;
	line-height: .26rem;
	margin: 0;
	color: #e6cd91;
    background-image: -webkit-linear-gradient(right, #e6cd91,#c89c5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-item{
	padding: .2rem 0 .2rem;
	position: relative;
}
.intro-item img{
	width: .7rem;
	margin-right: .15rem;
}

/* footer */
.footer-wrapper{
	width: 100%;
	height: 2.25rem;
	background: #3b3b3e;
	margin-top: -2px;
}
.footer-content{
	width: 100%;
	padding: 0 1.66rem;
}
.footer-b{
	color: #6c6d70;
	font-size: .16rem;
	text-align: left;
}
.footer-b .f-title{
	color: #aeaeb1;
	font-size: .16rem;
	margin-bottom: .15rem;
}
.footer-b .phone-only{
	display: none;
}
.footer-b .pc-only a{
	color: #6c6d70;
}
.footer-link ul{
	margin-bottom: .5rem;
}
.footer-link ul li{
	float: left;
	margin-right: .2rem;
	margin-bottom: .1rem;
}
.footer-link ul li a{
	color: #6c6d70;
}
.footer-link ul li a:hover{
	color: #aeaeb1;
}
.footer-column dl{
	margin-bottom: .55rem;
	padding-left: .1rem;
}
.footer-column dl dd{
	margin-bottom: .15rem;
}
.qr-box{
	font-size: .15rem;
	height: .75rem;
	color: #444444;
	margin-bottom: .1rem;
	background: white;
	padding: 0 .1rem 0 .2rem;
	border-radius: 2rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.qr-box .qr-img{
	width: .55rem;
	height: .55rem;
}
.qr-box ul{
	padding-left: .2rem;
}
.qr-box .qr-large{
	width: 100%;
	padding: .33rem 0;
	text-align: center;
	background: #FFFFFF;
	border-radius: .4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom;
	opacity:0;
	transition:opacity .1s linear;
}
.qr-box .qr-large img{
	width: 1.06rem;
	margin-bottom: .21rem;
}
.qr-box:hover .qr-large{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	opacity:1;
}


/* 免费注册页面 */
.regester-wrapper{
	width: 100%;
	height: 100%;
	background: url(../images/free_bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
}
.free-main{
	padding: 0 1rem;
	height: 100%;
}
.free-item{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.free-intro{
	color: white;
	padding-left: .7rem;
	position: relative;
}
.free-intro h1{
	font-size: .6rem;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 1rem;
}
.free-intro h1:before{
	content:'COOPERATION';
	font-size: .23rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -.5rem;
}
.intro-list{
	position: relative;
	padding-left: .25rem;
}
.intro-list:before{
	content:'';
	width: 5px;
	height: 100%;
	border-radius: 10px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}
.intro-list dl{
	margin-bottom: .4rem;
}
.intro-list dl:last-child{
	margin-bottom: 0;
}
.intro-list dd{
	margin-bottom: .16rem;
	font-size: .3rem;
}
.intro-list dt{
	font-size: .2rem;
	font-weight: normal;
	color: rgba(255,255,255,.8);
}
.free-intro a{
	position: absolute;
	color: #999999;
	font-size: .2rem;
	text-decoration: underline;
	left: 0;
	bottom: -1.2rem;
	padding-left: .3rem;
	position: relative;
}
.free-intro a:before{
	content: '';
	width: .2rem;
	height: .2rem;
	background: url(../images/free_left.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: .02rem;
}
.form-wrapper{
	background: #FFFFFF;
	width: 4.2rem;
	margin: 0 auto;
	border-radius: .2rem;
	padding: .5rem;
	position: relative;
}
.form-wrapper h3{
	color: #444444;
	font-size: .25rem;
	margin-bottom: 0;
	text-align: center;
}
.form-wrapper p{
	font-size: .12rem;
	color: #444444;
	margin-top: .05rem;
	margin-bottom: .3rem;
	text-align: center;
}
.form-content .input-item{
	width: 100%;
	height: .62rem;
}
.form-content input{
	width: 100%;
	height: .5rem;
	font-size: .15rem;
	color: #444444;
	padding: 0 .2rem;
	border-radius:1rem;
	background: #f5f5f5 !important;
	border:none;
	outline: none;
}
.form-content input.animated{
	border: 1px solid red;
}
.form-content .error{
	font-size: .08rem;
	color: red;
	padding-left: .2rem;
	display: none;
}

/* placeholder */
.form-content input::-webkit-input-placeholder {color:#999999;}
.form-content input:-moz-placeholder {color:#999999;}
.form-content input:-ms-input-placeholder {color:#999999;}


.form-content .submit-btn{
	width: 100%;
	height: .5rem;
	font-size: .15rem;
	padding: 0 .2rem;
	border-radius:1rem;
	margin-top: .2rem;
	margin-bottom: .12rem;
	border:none;
	outline: none;
	background: linear-gradient(to right,#ff6e57,#fda073) !important;
	color: white;
}
.form-content .select-wrapper{
	width: 100%;
	height: .45rem;
	margin-bottom: .12rem;
	position: relative;
}
.form-content .select-wrapper:after{
	content:' ';
	width: .12rem;
	height: .12rem;
	background: url(../images/free_down.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: .23rem;
	right: .15rem;
	z-index: 3;
}
.form-content .select-wrapper input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.select-inner{
	width: 100%;
	height: 1.5rem;
	font-size: .13rem;
	background: #f5f5f5;
	position: absolute;
	top: .25rem;
	z-index: 1;
	padding: .25rem .2rem .2rem .2rem;
	display: none;
}
.select-inner ul{
	height: 100%;
	overflow-y: auto;
}
.select-inner ul li{
	padding: .08rem 0;
	position: relative;
}
.select-inner ul li a{
	color: #999999;
}
/* 滚动条 */
.select-inner ul::-webkit-scrollbar {/*滚动条整体样式*/
	width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 100%;
}
.select-inner ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #999999;
}
.select-inner ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
/* hover */
.select-inner ul li:hover:after{
	content:' ';
	width: .15rem;
	height: .15rem;
	background: url(../images/dui.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	right: .1rem;
	top: .1rem;
	
}
.select-inner ul li:hover a{
	color: #ff6e57;
}


.free-oneweek-icon{
	width: .5rem;
	position: absolute;
	left: 1.85rem;
	top: -.4rem;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.flex-mask{
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mask-wrapper{
	background: #ffffff;
	position: absolute;
	width: 3.2rem;
	height: 3.6rem;
	padding: .8rem 0;
	border-radius: .25rem;
	position: relative;
}
.success-info{
	padding: .6rem 0 .8rem;
}
.mask-wrapper img{
	width: .6rem;
	margin-bottom: .3rem;
}
.fail-info img{
	margin-bottom: .5rem;
}
.mask-wrapper h2{
	font-size: .22rem;
	margin: 0;
	margin-bottom: .15rem;
}
.mask-wrapper p{
	font-size: .16rem;
	color: #999999;
}
.mask-wrapper a{
	font-size: .16rem;
	color: #999999;
	text-decoration: underline;
}
.success-info .tip{
	font-size: .1rem;
	display: block;
	color: #bfbfbf;
}
.success-info p{
	margin-bottom: .55rem;
}
.fail-info a{
	color: #ff6e57;
}
.close-mask{
	position: absolute;
	display: inline-block;
	width: .3rem;
	height: .3rem;
	bottom: -.5rem;
	left: 48%;
	background: url(../images/free_close.png) no-repeat left top;
	 -webkit-background-size: 100%;
	 background-size: 100%;
}
.success-info{
	display: none;
}
.fail-info{
	display: block;
}