*{
	font-family: "微软雅黑";
	color: #5a5a5a;
	box-sizing: border-box;
	font-size: 14px;
}
a,button{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	text-decoration: none;
}
a:hover{
	color: #5A5A5A!important;
}
html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.reset{
	margin: 0;
	padding: 0;
}
.move{
	position: relative;
}
.swiper-pagination{
	text-align: left;
	padding: 0 3%;
}
.swiper-pagination-bullet{
	background: #f39800;
}
.share h1{
	font-weight: bold;
	margin: 0;
	padding: 2%;
	color: black;
	font-size: 1.4em;
	color: rgba(0,0,0,0.7);
}
.share h2{
	margin: 0;
	padding: 0 0 0 2%;
	font-size: 1em;
}
.price{
	color: #ff7e78;
	margin-right: 2em;
}
.title{
	width: 100%;
	padding: 10px 6%;
	background: #f5f5f5;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin-top: 2%;
}
.title span{
	font-size: 1.1em;
	position: relative;
}
.title span::after{
	content: '';
	width: 8%;
	height: 80%;
	border-radius: 5px;
	position: absolute;
	left: -10px;
	top: 15%;
	background: #65dad1;
}
article{
	line-height: 1.3em;
	font-size: 1.1em;
	margin: 0.7em auto;
}
article *{
	font-size: 1em;
}
article p{
	margin: 10px 2% 0;
	padding: 0;
	line-height: 1.7em;
	font-size: 1.1em;
	text-indent: 2em;
}
.about article p{
	margin: 2% auto;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
}
.footer-bg{
	width: 100%;
	height: 80px;
	background: transparent;
	margin-top: 10px;
}
.share-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
.footer{
	background: #61d6cc;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: auto;
}
.logo{
	width: 60px;
	float: left;
}
.label{
	float: left;
	margin-left: 2%;
}
.label p{
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	color: white;
}
.button{
	float: right;
	width: 25%;
	padding-top: 1em;
}
.button a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	line-height: 2.2em;
	background: #0a9e8a;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
}
.download{
	width: 100%;
	text-align: center;
}
.download h1{
	font-size: 1.5em;
	color: #65dad1;
	font-weight: bold;
}
.ewm{
	width: 35%;
	padding: 5px;
	border: 1px solid #22c1b2;
	margin: 0 auto;
}
.download-btn{
	width: 100%;
	overflow: hidden;
	padding: 5%;
}
.down-btn{
	width: 50%;
	padding: 0 2%;
	float: left;
	overflow: hidden;
}
.down-btn a{
	display: block;
	float: left;
	width: 100%;
	color: white;
	text-decoration: none;
	line-height: 4em;
	font-size: 1.2em;
	border-radius: 5px;
	background: #41c8aa;
}
.down-btn .an{
	background: #75B57E;
}
.down-btn a img{
	width: 15%;
	vertical-align: middle;
	margin-right: 5%;
}
.down-footer{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}
.down-footer .footer{
	padding: 3%;
	width: 100%;
	background: transparent;
	overflow: visible;
}
.down-footer .footer img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.down-footer p{
	width: 100%;
	color: white;
	font-weight: bold;
	z-index: 9;
	text-align: center;
	position: relative;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

.message-top{
	background: url(../img/message-bg.jpg) top center no-repeat;
	width: 100%;
	background-size: 100% 100%;
	text-align: center;
	padding: 10% 0 25%;
}
.top{
	width: 70%;
}
.message{
	width: 100%;
	margin-top: -10%;
	margin-bottom: 10%;
}
.text{
	width: 90%;
	margin: 0 auto;
	background: #50d1c7;
	border-radius: 5px;
	padding: 5%;
	text-align: center;
	position: relative;
}
.text *{
	color: white;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.photo{
	width: 20%;
	margin: -16% auto 0;
}
.photo img{
	border-radius: 100%;
	border: 2px solid #00a094;
}
.text h1{
	font-size: 1.1em;
}
.text h2 span{
	font-size: 1.3em;
	margin-right: 3%;
	font-weight: bold;
	line-height: 1.7em;
}
.text h2{
	border-bottom: 1px dashed white;
	padding-bottom: 2%;
}
.text p{
	text-align: left;
	font-size: 1.1em;
	margin-top: 2%;
}
.border-bottom{
	border-bottom: 1px solid white;
}
.message-footer{
	position: relative!important;
}


.card-header h1{
	font-size: 1.8em;
	text-align: center;
	border-bottom: 1px dashed #BFBFBF;
	line-height: 2.2em;
	margin: 0;
}
.card-header p{
	padding: 0;
	margin: 2% 0;
	font-size: 1em;
}
.card-header a{
	margin-left: 10px;
	color: #0A9E8A;
}
.card-header a:hover{
	color: #5A5A5A;
}



@media only screen and (min-width: 200px) and (max-width: 400px) {
	*{
		font-size: 12px;
	}
}

@media only screen and (min-width: 500px){
	.main{
		max-width: 700px;
		min-height: 100%!important;
		margin: auto;
		border: 1px solid #bfbfbf;
		height: auto;
		border-top: none;
		border-bottom: none;
	}
	.footer{
		max-width: 700px;
		padding: 10px 2%;
		position: relative;
	}
	.label p{
		margin: 0.2em 0;
	}
	.button{
		padding-top: 0.8em;
	}
}
