
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
	margin:0;
	padding:0;
	list-style:none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}
a{
	color:#2b2b2b;
	text-decoration:none;
}
html{
	max-width: 750px;
    margin: 0 auto;
}
body{
	font-size: 0.24rem;
	background-color: #ffffff;
	overflow-x: hidden;
}
img {
	border:0px;
}

.font1{ font-size:1rem;}
.font2{ font-size:0.5rem;}
.font3{ font-size:0.4rem;}
.font4{ font-size:0.3rem;}
.font5{ font-size:0.2rem;}
.font6{ font-size:0.15rem;}
.font7{ font-size:0.13rem;}
.font8{ font-size:0.18rem;}
.bg1{ background-color:#FFF;}
.touby{width:35%; float:right; height:auto; padding-top:5rem;}
.touby1{ width:100%; height:4rem; line-height:4rem; font-size:3rem; color:#FFF;}
.touby2{ width:100%; height:3rem; line-height:4rem; font-size:2rem; color:#FFF;}

.jj{width:100%; border-top:5px solid #eae9e6; border-bottom:5px solid #eae9e6; background-color:#FFF;}
.jj9{ width:100%; height:0.5rem; padding-top:0.3rem;}
.jj91{ width:4%; float:left; height:30px;}
.jj92{ width:22%; padding-left:8%; float:left; height:30px; line-height:25px; background:url(4.png) top left no-repeat; background-size:24px;}
.jj93{ width:22%; padding-left:8%; float:left; height:30px; line-height:25px; background:url(5.png) top left no-repeat; background-size:24px;}
.jj94{ width:22%; padding-left:8%; float:left; height:30px; line-height:25px; background:url(6.png) top left no-repeat; background-size:20px;}

.jj1{width:100%;border-bottom:5px solid #eae9e6; background-color:#FFF; padding-top:0.1rem; padding-bottom:0.2rem; height:8rem;}
.jj2{ width:20%; margin-left:4%; height:2.2rem; background:#e35755; border-radius:20px; text-align:center; color:#FFF; line-height:2.2rem; font-size:1.5rem; float:left; margin-top:1rem;}

.cs1{ width:100%; height:3rem; margin-top:0.5rem;}
.cs2{ width:10%; height:3rem; float:left;  }
.cs3{ width:90%; height:3rem; float:left; color:#666; line-height:2rem; font-size:1.5rem;}
.cs4{ width:80%; margin-left:10%; color:#333; padding:0.5rem; line-height:2rem; border-radius:10px; font-size:1.5rem;}
.zztp{ width:90%; margin:auto; margin-top:1rem;}
.zztp img{ width:100%; border-radius:20px;}

.loading{
	position: relative;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	animation:loadings 1s infinite linear;
	-webkit-animation:loadings 1s infinite linear;
	-moz-animation:loadings 1s infinite linear;
}
@keyframes loadings {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes loadings {
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes loadings {
	0%{
		-moz-transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);
	}
}

.state-show{
	display: block !important;
}
input[disabled]{
	border-color: #DDDDDD !important;
	color: #DDDDDD;
}
.hidden-class{
	display: none;
}





