body{

	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
}

a{
	color:#000;
	text-decoration:none;
}

.bxs{
	display:none;
}

.wbk {
	width: 100%;
	max-width: 768px;
	min-width: 320px;
	_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>768?"768px":"100%");
	margin: 0 auto;
}

.dhk {
	overflow: hidden;
	line-height: 40px;
	background-color: #F6F6F6;
	height: 40px;
}
.dhk .fh {
	width: 15%;
	float: left;
	text-align: center;
}
.dhk .fh em {
	margin-top:12px;
	margin-left:15px;
	width: 16px;
	height: 16px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	background-image: url(/mall/buy/img/fanhui.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(/js/css/bgs.htc);
	behavior: url(/js/css/bgs.htc);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mall/buy/img/fanhui.png', sizingMethod='scale');
}
.dhk .bt {
	width: 70%;
	float: left;
	text-align: center;
	font-size: 18px;
}
.dhk .dl {
	width: 15%;
	float: right;
	text-align: center;
}

.logo{
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	}
.logo img{
	width:55%;
	display:block;
	margin:0 auto;
	}

h2{
	margin-left: 20px;
	color: #666;
	}
.nr{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
	}
table{
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
table tr{
	line-height:55px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	}
table .left{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	}
table .left input{
	width: 100%;
	outline:none;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:16px;
	}
	
table .left input::-webkit-input-placeholder{
	color:#AAA;
	}    /* 使用webkit内核的浏览器 */
table .left input:-moz-placeholder{
	/*color:#676767;*/
	color:#AAA;
	}                  /* Firefox版本4-18 */
table .left input::-moz-placeholder{
	color:#AAA;
	}                  /* Firefox版本19+ */
table .left input:-ms-input-placeholder{
	color:#AAA;
	}           /* IE浏览器 */	
table .right{
	width:100px;
	text-align:center;
	}	
table .right em{
	padding:8px 9px;
	border:1px solid #F00;
	color: #F00;
	/*border-color:#F00;
	background-color:#FF2D2D;*/
	font-style: normal;
	/*color:#FFF;*/
	cursor: pointer;
	}
	
.xieyi{
	margin-top:26px;
	padding-left:20px;
	}
.xieyi a{
	color: #F00;
	text-decoration: underline;
	}
.save{
	margin-top: 36px;
	width: 90%;
	/*margin-left: 10%;*/
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	background-color: #FF420B;
	border-radius: 25px;
	font-size: 23px;
	line-height: 50px;
	cursor: pointer;
	}