html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll
}

body {
	min-width: 320px;
	max-width: 640px;
	margin: 0px auto;
	line-height: 1.5;
	font-family: Arial, Helvetica, STHeiTi, sans-serif;
	background: #F2F2F2;
}


html {
	font-size: 20px
}

/*@media screen and (min-width:320px) {
	html {
		font-size: 20px
	}
	body {
		font-size: 20px
	}
}

@media screen and (min-width:360px) {
	html {
		font-size: 22.5px
	}
	body {
		font-size: 22.5px
	}
}

@media screen and (min-width:375px) {
	html {
		font-size: 23.5px
	}
	body {
		font-size: 23.5px
	}
}

@media screen and (min-width:384px) {
	html {
		font-size: 24px
	}
	body {
		font-size: 24px
	}
}

@media screen and (min-width:400px) {
	html {
		font-size: 25px
	}
	body {
		font-size: 25px
	}
}

@media screen and (min-width:414px) {
	html {
		font-size: 25.875px
	}
	body {
		font-size: 25.875px
	}
}

@media screen and (min-width:424px) {
	html {
		font-size: 26.5px
	}
	body {
		font-size: 26.5px
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 30px
	}
	body {
		font-size: 30px
	}
}

@media screen and (min-width:540px) {
	html {
		font-size: 33.75px
	}
	body {
		font-size: 33.75px
	}
}

@media screen and (min-width:720px) {
	html {
		font-size: 45px
	}
	body {
		font-size: 45px
	}
}

@media screen and (min-width:750px) {
	html {
		font-size: 46.875px
	}
	body {
		font-size: 46.875px
	}
}*/

*{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}//去掉边框
input, textarea, select, button {-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
input[type="text"],input[type="password"]{
  padding:0px;
  border:none;  
}


/*头部 start*/
.header{
	height: 2.2rem;
	background-color: #C91623;
	position: relative;
	color: white;
}
.h_back{
	float: left;
	width: 15%;
}
.h_back img{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    margin-top: 0.48rem;
	
}
.h_title{
	float: left;
	width: 70%;
	font-size: 0.7rem;
	text-align: center;
	line-height: 2.2rem;
}
.h_edit{
	position: absolute;
	width: 15%;
	left:72% ;
	font-size: 0.7rem;
	text-align: center;
	line-height: 2.2rem;
}
.h_menu{
	float: left;
	width: 15%;
	position: relative;
}
.h_menu img{
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0 auto;
	margin-top: 0.48rem;
}
.home_menu{
	position: absolute;
	background-color: #484F55;
	width: 4rem;
	right: 0.25rem;
	border-radius: 0.1rem;
	margin-top: 0.8rem;
	display: none;
}

.home_menu:after {
    content: "";
    position: absolute;
    top: -.9rem;
    right: .2rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #484F55;
    border-width: .5rem;
}

.home_menu ul li{
	float: left;
	height: 1.5rem;
	line-height: 1.5rem;
	width: 100%;
	text-align: center;
	border-bottom: 0.05rem solid #5B6166;
}
.home_menu ul li:last-child{
	border: none;
}
.home_menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	font-size: 0.6rem;
}
.h_btn{
	float: right;
}
.h_btn a{
	display: block;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding:0.15rem 0.5rem;
	border: 1px solid white;
	border-radius: 0.2rem;
	margin-top: 0.45rem;
	margin-right:0.1rem ;
}
/*头部 start*/

/*input 插件*/
.input_box{
	width: 1rem;
	height: 1rem;
}
.input_box input{
	display: none;
}
.input_box input:checked + label{
	background-image: url(../img/iconfont-gouxuan.png);
	background-size: 100% 100%;
}
.input_box label{
	display:block;
	width: 100%;
	height: 100%;
	background-image: url(../img/iconfont-weigouxuan.png);
	background-size: 100% 100%;
}
/*input 插件*/
/*loading 加载*/
.zzsc {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.zzsc .zzsc-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*loading 加载*/
/*遮罩*/
.msk{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	display: none;
}
/*遮罩*/

