html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll
}

body {
	min-width: 320px;
	max-width: 640px;
	margin: 0px auto;
	line-height: 1.5;
	font:0.6rem/0.6rem  'Microsoft YaHei',Arial,Microsoft YaHei;
	background: #F2F2F2;
}


html {
	font-size: 20px
}
a{ text-decoration: none; color: #3e3a39 }
*{-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: #3e3a39  !important;
	position: relative;
	color: white;
}
.h_back
{
	float: left;
	width: 15%;
    height: 100%;
    background: url(../../../Content/newcontent/img/iconfont-fanhui.png) 0.3rem center no-repeat;
    background-size: 1.25rem 1.25rem;
    box-sizing: border-box;
    margin-top:10px;
}
.h_title{
	float: left;
	width: 70%;
	font-size: 0.7rem;
	text-align: center;
	line-height: 64px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top:10px;
	height:50px;
}
.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.5rem;
	border-radius: 0.1rem;
	margin-top: 0.8rem;
	display: none;
	z-index:10;
}

.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.8rem;
	line-height: 1.8rem;
	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: inline-block;
	font-size: 0.6rem;
	color: white;
	text-decoration: none;
	padding:0.25rem 0.5rem;
	border: 1px solid white;
	border-radius: 0.1rem;
    line-height: 0.6rem;
}
/*头部 start*/

/*input 插件*/
.input_box{
	width: 1rem;
	height: 1rem;
}
.input_box input{
	display: none;
}
.input_box input:checked + label{
	background-image: url(/images/aftersale/iconfont-gouxuan.png);
	background-size: 100% 100%;
}
.g_ck .input_box .labelcbox{
	background-image: url(/images/aftersale/iconfont-gouxuan.png);
	background-size: 100% 100%;
}
.input_box label{
	display:block;
	width: 100%;
	height: 100%;
	background-image: url(/images/aftersale/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;
}
/*遮罩*/

.hd {
	height: 2.2rem;
	background-color: #c5141c;
	position: relative;
}

.f_bot {
	position: fixed;
	height: 2rem;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: white;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
	padding: 0.2rem 0;
	box-sizing: border-box;
	z-index: 1;
	font-size: 0.5rem;
}

.f_bot ul li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.f_bot ul li a {
	text-decoration: none;
	font-size: 0.5rem;
	color: #333333;
}

.f_bot ul li img {
	width: 1rem;
	height: 1rem;
}
.c_bc {
    width: 2rem;
    height: 100%;
    background: url(../img/backButton@2x.png) center no-repeat;
    background-size: 1.25rem 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
}
.c_title {
    width: 10rem;
    line-height: 2.2rem;
    box-sizing: border-box;
    padding: 0 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    text-align: center;
    font-size: 0.75rem;
    margin: 0 auto;
}