@charset "utf-8";
body *{
	font-family:"SourceHanSans";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,
nav{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	touch-callout:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(201, 224, 253, 0);
}
html{
	height:100%;
}
body{
	position: relative;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:scroll;
	background: #f9f9f9;
}
img{
	border:0;
	display: block;
	max-width: 100%;
}
a{text-decoration:none;}
ul,li,h4,p{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hideImpt{display: none!important;}
/* layout style */
body,
.bar,
.container{
	max-width: 640px;
	margin: 0 auto;
}
.container{
	width:100%;
	height: 100%;
}
.container:after{
	content:"\20";
	width:0;
	height:0;
	display:block;
	clear:both;
}
/* input, textarea, select */
input,
textarea,
select{
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	width: 100%;
}
select,
textarea,
input[type="text"]{
	width: 92%;
	height: 30px;
	padding:0 5px;
	margin: 10px 0;
	background-color: #fff;
	border: 1px solid #cacaca;
	outline: none;
	color:#333;
	box-shadow: 0px 1px 0px 2px #aaa inset;
}
/*placeholder颜色*/
::-webkit-input-placeholder {color:#aaa;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
/*美化checkbox start*/
.black_input,
.chk_input{
	position: absolute;
	clip: rect(0 0 0 0);
	z-index: -9;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.black_input + .black_label,
.chk_input + .chk_label{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.black_input:checked + .black_label{
	background: url("../images/public_icon.png") no-repeat 0px -43px;
	background-size: 26px auto;
}
.chk_input:checked + .chk_label{
	background: url("../images/public_icon.png") no-repeat 0px -68px;
	background-size: 22px auto;
}
.black_label{
	width: 24px;
	height: 19px;
	line-height: 19px;
	background: url("../images/public_icon.png") no-repeat 0px -62px;
	background-size: 26px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.chk_label{
	width: 24px;
	height: 21px;
	line-height: 21px;
	background: url("../images/public_icon.png") no-repeat 0px -88px;
	background-size: 22px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*美化checkbox end*/
/*aftermarket*/
.aftermarket_title{
	width: 100%;
	height: 45px;
	background: #666;
	border-bottom: 1px solid #444;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.aftermarket_title a{
	background: url("../images/public_icon.png") no-repeat;
	display: block;
	width: 15px;
	height: 25px;
	background-size:100% auto;
	position: absolute;
	z-index: 3;
	left: 20px;
	top: 10px;
}
.aftermarket_radio{
	text-align: center;
	border-bottom: 1px solid #d90b20;
	padding: 20px 0px;
	margin: 0 5px;
}
.aftermarket_radio span{
	margin: 0 20px;
}
.aftermarket_radio label{
	width: 90px;
	padding-left: 25px;
	font-size: 16px;
}
.aftermarket_cont{
	padding: 0 20px 65px 20px;
	margin-top: 20px;
}
.aftermarket_cont h4{
	margin-top: 10px;
	font-weight: normal;
	font-size: 18px;
}
.aftermarket_cont em{
	font-style: normal;
	color: #d90b20;
	margin-left: 5px;
}
.aftermarket_cont h4 label{
	width: 58px;
	padding-left: 25px;
	font-size: 16px;
	margin-left: 30px;
}
.aftermarket_textarea{
	height: 75px;
	resize: none;
	line-height: 24px;
}
.aftermarket_cont label.chk_label{
	width: 160px;
	padding-left: 30px;
}
.aftermarket_note{
	line-height: 22px;
	font-size: 14px;
	color: #535353;
	background: #f2f2f2;
	padding: 5px;
	margin: 15px 0;
}
.aftermarket_tele{
	display:table;
	clear:both;
}
.aftermarket_tele a{
	display:table-cell;
}
.aftermarket_tele a span{
	display:block;
}
.aftermarket_submit{
	height: 40px;
	line-height: 38px;
	background: #d90b20;
	font-size: 16px;
	color: #fff;
	border: 1px solid #8c0715;
	border-radius: 3px;
	display: block;
	text-align: center;
}
.aftermarket_malfunction{
	height: 60px;
	resize: none;
	line-height: 24px;
}
.aftermarket_cont ul li{
	position: relative;
}
.remarks{
	height: 75px;
	resize: none;
	line-height: 24px;
}
/*bar*/
.bar{
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0;
	height: 45px;
	display: table;
	background: #e4e4e4;
	border: 1px solid #989898;
	z-index: 9;
}
.bar a{
	width: 33.3%;
	display: table-cell;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border-right: 1px solid #989898;
}
.bar a:last-child{
	border-right: none;
}
.bar a.active{
	background: #d90b20;
}
.bar .icon-logo{
	background: url("../images/logo.png") no-repeat;
	width: 80%;
	height: 30px;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5%;
}
/*error*/
.aftermarket_error{
	margin: 150px 10px 0 10px;
	border: 3px solid #959595;
	text-align: center;
	height: 120px;
	line-height: 115px;
	font-size: 22px;
	color: #666;
	position: relative;
}
.aftermarket_error i{
	width: 140px;
	height: 110px;
	background: url("../images/error.png") no-repeat;
	background-size: 50%;
	position: absolute;
	display: block;
	left: 50%;
	top: -32px;
	margin-left: -35px;
}
.aftermarket_error a{
	font-size: 16px;
	width: 120px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border: 1px solid #8c0715;
	background: #d90b20;
	display: block;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	bottom: -20px;
	margin-left: -60px;
}

/*success*/
.aftermarket_success{
	margin: 150px 10px 0 10px;
	border: 3px solid #959595;
	text-align: center;
	height: 197px;
	line-height: 115px;
	font-size: 18px;
	color: #666;
	position: relative;
}
.aftermarket_success i{
	width: 140px;
	height: 110px;
	background: url("../images/success.png") no-repeat;
	background-size: 50%;
	position: absolute;
	display: block;
	left: 50%;
	top: -32px;
	margin-left: -35px;
}
.aftermarket_success a{
	font-size: 16px;
	width: 120px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border: 1px solid #8c0715;
	background: #d90b20;
	display: block;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	bottom: -20px;
	margin-left: -60px;
}

.err_prompt{
	border-color: red;
}
