
html, body {
	position: relative;
	height: 100%;
	line-height: 1.8;
	font-size: .51rem;
}
.page-container{
	width: 100%;
	height: 28.6rem;
}
.swiper-slide{
	font-size: .51rem;
	text-align: center;

}
.page-container>.swiper-wrapper>.swiper-slide{
	padding-top: 2rem;
}
.page-top-space>h2{
	font-size: .68rem;
	font-weight: bold;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.page-top-space>p{
	font-size: .51rem;
	color: #999999;
	margin-top: 0;
}
/* 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*/
}
/* header */
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.88rem;
	z-index: 2;
	background: #FFFFFF;
}
.nav-wrapper{
	width: 100%;
	height: 100%;
	padding: 0 .5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.logo{
	display: inline-block;
	margin-top: 0.1rem;
	width: 6rem;
}
.logo-name{
	font-size: .68rem;
	color: #444444;
}
.logo img{
	width: 4rem;
}
.pc-logo{
	display: none;
}
.nav-bar{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../images/phone/nav_bar.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-top: .5rem;
}
.nav-close{
	background: url(../images/phone/nav_close.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.nav{
	position: absolute;
	width: 100%;
	height: 13.2rem;
	top: 1.8rem;
	background: #444444;
	display: none;
}
.nav li{
	padding: 0 .8rem;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: .68rem;
	border-bottom: 1px solid rgba(255,255,255,.05);
	position: relative;
}
.nav li:after{
	content: ' ';
	width: .35rem;
	height: .5rem;
	position: absolute;
	right: .8rem;
	top: .8rem;
	background: url(../images/phone/nav_go.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.nav li:last-child{
	border-bottom: none;
}
.nav li a{
	color: #999999;
}
.nav li.current a{
	color: white;
}

/* home */
.home-page{
	background:#f8f8f8 url(../images/phone/home_bg.png) no-repeat left top;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	padding: 1.88rem .8rem;
	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: 88%;
	position: relative;
	margin-top: 1.88rem;
}
.home_bg_english{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/home_bg_eng.png) no-repeat left 30%;
	background-size: 100% auto;
}
.home_bg_doll{
	position: absolute;
	width: 110%;
	height: 11.3rem;
	top: 5.2rem;
	right: -.75rem;
}
.home-bg-block{
	position: absolute;
}
.bg-leaves{
	width: 100%;
	height: 100%;
	background: url(../images/home_bg_leaves.png) no-repeat 90% top;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	right: 0;
	z-index: 1;
}
.bg-litter{
	width: 56%;
	height: 8.7rem;
	background: url(../images/litter.gif) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	bottom: -.2rem;
    right: 2.7rem;
	z-index: 4;
}
.bg-soil{
	width: 56%;
	height: 2.3rem;
	background: url(../images/home_bg_soil.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	bottom: 1rem;
    left: 2.2rem;
	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: 63%;
	height: 10rem;
	background: url(../images/home_bg_tree.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 2;
	top: -1.2rem;
    left: .8rem;
	transform: rotateZ(0deg);
	transform-origin: bottom;
	animation:treeMove 4s linear infinite;
	-webkit-animation:treeMove 4s linear infinite; /*Safari and Chrome*/ 
}
.bg-dot{
	width: 12%;
	height: .7rem;
	background: url(../images/dot_horizontal.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 2.8rem;
    bottom: 2.3rem;
    z-index: 5;
	display: none;
}
.home_title{
	width: 100%;
	text-align: left;
}
.home_title .e_title{
	font-size: 1.6rem;
	font-weight: bold;
	text-indent: 1.5rem;
	color: white;
	position: relative;
	margin: 0 0 .3rem 0;
}
.home_title .e_title:before{
	content: " ";
	position: absolute;
	left: 0;
	bottom: .3rem;
	width: 1rem;
	height: 1.5rem;
	background: url(../images/dot_vertical.png) no-repeat left top;
	background-size: 100% auto;
}
.home_title .c_title{
	font-size: 1.9rem;
	font-weight: bold;
	color: white;
	position: relative;
	margin: 0;
}
.qrCode{
	width: 103%;
	height: 3rem;
	margin-top: 1.1rem;
	position: absolute;
	left: 0;
	bottom: 1.2rem;
}
.qr-item{
	width: 100%;
	height: 3rem;
	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: 2rem;
	height: 2rem;
}
.qr-item ul{
	text-align: left;
	padding-left: .3rem;
}
.qr-item ul li{
	font-size: .42rem;
	margin: .1rem 0;
}
.qr-item .qr-item-large{
	display: none;
}
/* serve */
.serve-page{
	height: 85%;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	background-color: #F8F8F8;
	background-image:url(../images/grey_01.jpg),url(../images/phone/bg_circle.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,left top;
	background-size: 100%,100%;
}
.serve_line{
	display: inline-block;
	width: 1px;
	height: .51rem;
	background: #999999;
	margin: .2rem .3rem;
	vertical-align: bottom;
}
.serve-album{
	margin-top: 1rem;
}
.album_item img{
	width: 100%;
	min-height: 2.1rem;
}

/* cooperation */
.cooperation-page{
	height: 89%;
	padding-left: .5rem;
	padding-right: .5rem;
	background: url(../images/grey_02.gif) no-repeat left top;
	background-size: 100% auto;
}
.cooperation-content{
	margin-top: 1.2rem;
}
.cooperation-item{
	margin-bottom: .8rem;
}
.cooperation-item .item-icon{
	width: 100%;
	margin-bottom: .8rem;
}
.cooperation-item .item-icon img{
	width: 3rem;
}
.cooperation-item .desc h3{
	font-size: .59rem;
	font-weight: bold;
	margin: 0;
	margin-bottom: .3rem;
}
.cooperation-item .desc dl{
	font-size: .51rem;
	margin-top: 0;
}
.cooperation-item .desc dl dt{
	font-weight: normal;
	margin-bottom: .1rem;
}

/* advantage */
.advantage-page{
	height: 100%;
	padding-top: 1.88rem;
	background: url(../images/grey_03.jpg) no-repeat left bottom;
	background-size: 100%;
}
.advantage-nav{
	width: 100%;
	height: 6.5rem;
	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: .68rem;
	margin-bottom: .3rem;
	color: white;
}
.advantage-nav>p{
	font-size: .51rem;
	margin-top: 0;	
	color: white;
}
.a-nav-wrapper{
	width: calc(100% - 1rem);
	height: 2.2rem;
}
.a-nav-wrapper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.a-nav-wrapper .circle{
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: white;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.a-nav-wrapper .circle p{
	width: 100%;
	font-size: .38rem;
	line-height: 1.5;
	margin: 0;
}
.a-nav-wrapper .circle p:first-child{
	margin-top: .4rem;
}
.active-nav .circle{
	background: #5199e8;
	color: white;
}
.arrow-down{
	display: inline-block;
	width: .5rem;
	height: .5rem;
	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: 1rem 0;
}
.vs-swiper{
	height: 100%;
	padding-top: .1rem;
}
.vs-swiper h3{
	font-size: .68rem;
	margin-bottom: .25rem;
}
.vs-swiper p{
	font-size: .51rem;
	margin: 0;
	color: #999999;
	padding: 0 .8rem;
}
.vs-content{
	width: 100%;
	height: 12rem;
	position: relative;
	margin: 2rem auto 0;
	padding: 0 .3rem;
}
.vs-left,.vs-right{
	width: 6.5rem;
	position: absolute;
	top: 0;
	border-radius: 8px;
	padding: 1.2rem 0 .8rem;
	font-size: 8px;
}
.vs-left{
	left: .5rem;
	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: .5rem;
}
.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: 4rem;
	height: 4.5rem;
	background: url(../images/vs.png) no-repeat top left;
	background-size: 100%;
	position: absolute;
	left: 5.8rem;
	top: 1.8rem;
}
.vs-list li{
	color: white;
	font-size: .38rem;
	padding-top: 1rem;
	position: relative;
}
.expand .vs-left,.expand .vs-right{
	/* top: 3rem; */
}
.expand .vs-list li{
	padding-top: 1rem;
}
.vs-left .vs-list li:after{
	content: " ";
	position: absolute;
	left: calc(50% - .2rem);
	bottom: .8rem;
	width: .4rem;
	height: .4rem;
	background: url(../images/a_error.png) no-repeat top left;
	-webkit-background-size:100%;
	background-size:100%;
}
.vs-right .vs-list li:after{
	content: " ";
	position: absolute;
	left: calc(50% - .25rem);
	bottom: .75rem;
	width: .5rem;
	height: .5rem;
	background: url(../images/a_ok.png) no-repeat top left;
	-webkit-background-size:100%;
	background-size:100%;
}
.vs-title-circle{
	width: 2.5rem;
	height: 2.5rem;
	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: -1.25rem;
	left: 2rem;
}
.vs-title-circle h4{
	font-size: .47rem;
	margin-top: 0;
}
.vs-title-circle img{
	width: .8rem;
	margin-top: .3rem;
}
.vs-swiper .swiper-pagination{
	bottom: 0rem;
}
.vs-swiper .swiper-button-prev{
	background-image: url(../images/jiantou_09.png);
	display: none;
}
.vs-swiper .swiper-button-prev:hover{
	background-image: url(../images/jiantou_03.png);
}
.vs-swiper .swiper-button-next{
	display: none;
	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%;
	height: 80%;
}
.about-intro{
	width: 80%;
	margin: 1.2rem auto;
	padding: 3rem .5rem .8rem 2.8rem;
	position: relative;
}
.about-intro .bg-block{
	position: absolute;
}
.bg-left-line{
	width: 6rem;
	height: 8.2rem;
	background: url(../images/about_left_line.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	left: .5rem;
	top: 0;
	z-index: 0;
}
.bg-card{
	width: 4rem;
	height: 6rem;
	background: url(../images/about_card.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	left: -1.5rem;
	top: 2.2rem;
}
.bg-oneweek{
	width: 7rem;
	height: 2rem;
	background: url(../images/about_oneweek.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 1.1rem;
    left: 1rem;
}
.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: 6.1rem;
	height: .5rem;
	background: url(../images/about_bottom_img.png) no-repeat left top;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	right: 0;
	bottom: 0;
}
.about-intro p{
	font-size: .51rem;
	font-weight: 300;
	color: #666666;
	margin-bottom: .5rem;
	text-align: left;
	line-height: 1.8;
	z-index: 2;
}

/* contact */
.contact-page{
	height: 95%;
	background-image: url(../images/contact_bg.png),url(../images/grey_05.jpg);
	background-repeat: no-repeat,no-repeat; 
	background-position:left bottom,left top;
	-webkit-background-size: 100% auto,left top;
	background-size: 100%,100%;
	position: relative;
	padding-top: 2.4rem !important;
}
.contact-process{
	padding: 0 1.66rem;
	margin: 1.2rem 0;
}
.process-item{
	position: relative;
	width: 9rem;
	margin: 0 auto;
}
.process-item:before{
	content: " ";
	position: absolute;
}
.process-item:before{
	width: 1.1rem;
	height: 1.1rem;
	top: .9rem;
	left: 0;
}
.process-01:before{
	background: url(../images/process_01.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.process-02:before{
	background: url(../images/process_02.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.process-03:before{
	background: url(../images/process_03.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.process-04:before{
	background: url(../images/process_04.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.process-05:before{
	background: url(../images/process_05.png) no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.process-item ul{
	padding-left: 1.5rem;
}
.process-item ul:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.process-item ul li{
	font-size: .77rem;
	text-align: center;
	margin: .6rem .2rem;
	float: left;
	
}
.free-btn{
	display: inline-block;
	width: 7rem;
	height: 1.8rem;
	text-align: center;
	line-height: 1.8rem;
	font-size: .59rem;
	font-weight: bold;
    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: .8rem;
	height: .8rem;
	vertical-align: middle;
	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 1rem;
	position: absolute;
	bottom: .8rem;
}
.intro-content{
	width: 100%;
	height: 100%;
	color: white;
	background: #464649;
	border-radius: 5px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.15);
}
.intro-content span{
	display: block;
	font-size: 13px;
	margin: 0;
	color: #e6cd91;
    background-image: -webkit-linear-gradient(right, #e6cd91,#c89c5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-item{
	padding: .5rem 0 .5rem;
	position: relative;
}
.intro-item img{
	width: 1.6rem;
}

/* footer */
.footer-wrapper{
	width: 100%;
	height: auto;
	background: #3b3a3f;
	padding: 0 0 1rem !important;
	margin-top: -2px;
}
.footer-content{
	width: 100%;
	padding: 1rem .8rem 0rem;
}
.footer-b{
	color: #6c6d70;
	text-align: left;
}
.footer-b .phone-only{
	font-size: .42rem;
	margin-top: 1rem;
	padding-bottom: 4.5rem;
}
.footer-b .f-title{
	color: #aeaeb1;
	font-size: .51rem;
	margin-bottom: .3rem;
}
.footer-link{
	margin-bottom: 1rem;
}
.footer-link .pc-only{
	display: none;
}
.footer-b .phone-only a{
	color: #6c6d70;
}
.footer-link ul li{
	float: left;
	margin-right: 1rem;
	height: 1.3rem;
	line-height: 1.3rem;
}
.footer-link ul li a{
	color: #6c6d70;
}
.footer-column dl{
	margin-bottom: .55rem;
	padding-left: .1rem;
}
.phone-qr{
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.qr-box{
	font-size: .42rem;
	height: 2rem;
	color: #444444;
	margin-right: .2rem;
	background: white;
	padding: 0 .1rem 0 .5rem;
	border-radius: 2rem;
	flex: 1;
	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: 1.6rem;
	height: 1.6rem;
}
.qr-box ul{
	padding-left: .2rem;
}
.qr-box:last-child{
	margin-right: 0;
}
.qr-box .qr-large{
	display: none;
}


/* 免费注册页面 */
.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{
	width: 100%;
	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;
}
.form-wrapper{
	background: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	border-radius: .2rem;
	padding: 1.5rem 1rem .5rem;
	position: relative;
}
.form-wrapper h3{
	color: #444444;
	font-size: .68rem;
	margin-bottom: 0;
	text-align: center;
}
.form-wrapper p{
	font-size: .47rem;
	color: #444444;
	margin-top: .05rem;
	margin-bottom: .3rem;
	text-align: center;
}
.form-content .input-item{
	width: 100%;
	height: 2rem;
}
.form-content input{
	width: 100%;
	height: 1.6rem;
	font-size: .51rem;
	color: #444444;
	padding: 0 .8rem;
	border-radius:1rem;
	background: #f5f5f5 !important;
	border:none;
	outline: none;
}
.form-content input.animated{
	border: 1px solid red;
}
/* 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: 1.6rem;
	font-size: .59rem;
	font-weight: bold;
	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: 1.6rem;
	margin-bottom: .4rem;
	position: relative;
}
.form-content .select-wrapper:after{
	content:' ';
	width: .5rem;
	height: .5rem;
	background: url(../images/free_down.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: .7rem;
	right: .5rem;
	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: 5rem;
	font-size: .42rem;
	background: #f5f5f5;
	position: absolute;
	top: .8rem;
	z-index: 1;
	padding: 1.2rem .5rem .5rem .8rem;
	display: none;
}
.select-inner ul{
	height: 100%;
	overflow-y: auto;
}
.select-inner ul li{
	padding: .2rem 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: .42rem;
	 -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: .42rem;
	background: #EDEDED;
}
/* hover */
.select-inner ul li:hover:after{
	content:' ';
	width: .5rem;
	height: .5rem;
	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: 2rem;
	position: absolute;
	left: calc(50% - 1rem);
	top: -1.5rem;
}
.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: 6.5rem;
	height: 8rem;
	padding: .8rem 0;
	border-radius: .25rem;
	position: relative;
}
.success-info{
	padding: .6rem 0 .8rem;
}
.mask-wrapper img{
	width: 1.5rem;
	margin-bottom: .3rem;
}
.mask-wrapper h2{
	font-size: .42rem;
	margin: 0;
}
.mask-wrapper p{
	font-size: 8px;
	color: #999999;
	margin: 0;
}
.mask-wrapper a{
	font-size: 8px;
	color: #999999;
	text-decoration: underline;
}
.success-info .tip{
	font-size: 8px;
	display: block;
	color: #bfbfbf;
}
.success-info p{
	margin-bottom: .55rem;
}
.fail-info a{
	color: #ff6e57;
}
.close-mask{
	position: absolute;
	display: inline-block;
	width: .8rem;
	height: .8rem;
	bottom:-1rem;
	left: calc(50% - .4rem);
	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;
}