
 /*初始化类*/
@charset "UTF-8";
html{
	font-size: 12px;
	font-family: Arial,"黑体";
	line-height: 130%;
}
@media screen and (min-width: 414px) {
    html {
        font-size: 15px;
	}
}
html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	width: 100%;
	/* background-color: #1f99f7; */
	background-size:100%;
	color:#5c5c5c;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
}
* {
	-webkit-box-sizing: border-box;
	      	box-sizing: border-box;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	background-color: transparent;
	color: #5c5c5c;
}
textarea {
	overflow: hidden;
	resize: none;
}
button,select {
	text-transform: none;
}
button,input,select,textarea {
	font: inherit;
	color: inherit;
	-webkit-user-select:auto;
}
img {
	max-width: 100%;
	display: block;
}
i{
	font-style: normal;
}
b{
	font-weight: normal;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
input::-webkit-input-placeholder{
	color:#b3b3b3;
}
body{
	background-color:#f7f7f7;
}
.kaihu{
	width:100%;
	position: relative;
}
.kaihu img{
	width:100%;
}
.xz{
	width:100%;
	position: fixed;
	bottom:0rem;
	display: flex;
	justify-content: center;
}
button{
	overflow: visible;
	padding:0;
	border:0;
	width:70%;
	height:3.3rem;
	background-color: #2b64d7;
	margin-left:15%;
	text-align: center;
	line-height: 3.3rem;
	font-size: 1.5rem;
	color:#fff;
	border-radius:2.125rem;
	font-weight: 700;
}
/* @media screen and (max-width: 360px) {
	.xz{
		bottom:3.8rem;
	}
}
@media screen and (min-height: 600px) {
	.xz{
		bottom:4.8rem;
	}
}
@media screen and (min-height: 700px) {
	.xz{
		bottom:4.2rem;
	}
}
@media screen and (min-height: 800px) {
	.xz{
		bottom:4.8rem;
	}
}
@media screen and (min-height: 900px) {
	.xz{
		bottom:9.5rem;
	}
} */
.topHead{
	background: -webkit-linear-gradient(to right,#607ec6,#612e88);
    background: -o-linear-gradient(to right,#607ec6,#612e88);
   	background: -moz-linear-gradient(to right,#607ec6,#612e88);
   	background: linear-gradient(to right,#607ec6,#612e88);
   	width: 100%;
   	height: 13.75rem;	
   	text-align: center;	
}
.topHead img{
	width: 7.5rem;
	padding: 2rem 0 1rem;
	margin: auto;
}
.topHead p{ 
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #fff;
}
.content,.content ul {
	font-size: 0;
}
.content ul{ 
	margin: 2.5rem 0 0.5rem;
}
.content span{ 
	display: inline-block;
	width: 50%;
	font-size: 1rem;
	color: #5a5a5a;
	text-align: center;
}
.content b{ 
	background: url(../img/wechatIcon.png) no-repeat;
	background-size: 5rem;
	height: 5rem;
	width: 5rem;
	display: block;
	margin: auto;
}
.content .nav_01{
	background-position: 0 0;
}
.content .nav_02{
	background-position: 0 -5.25rem;
}
.content .nav_03{
	background-position: 0 -10.41rem;
}
.content .nav_04{
	background-position: 0 -15.8rem;
}
.content em{ 
	display: block;
	padding: 1.1rem 0 2.25rem;
}
footer{ 
	width: 90%;
	margin: 0 5%;
	background: -webkit-linear-gradient(to right,#4969f3,#718cff);
    background: -o-linear-gradient(to right,#4969f3,#718cff);
   	background: -moz-linear-gradient(to right,#4969f3,#718cff);
   	background: linear-gradient(to right,#4969f3,#718cff);
   	border-radius: 20px;
   	font-size: 1.5rem;
   	line-height: 3.3rem;
   	height: 3.3rem;
   	text-align: center;
   	color: #fff;
}
#alerts{
	position: fixed;
	width: 100%; 
	height: 100%;
	left: 0px; 
	top: 0px; 
	opacity: 0.7; 
	z-index: 1000; 
	background-color: rgb(6, 26, 40);
	display: none;
}
.buttons{
	height: 60px;
}