body{
	font-size: 14px;
	background:#f5f5f5;
}
.mb5{
	margin-bottom:5px;
}
.wrapper{
	max-width:750px;
	margin: 0 auto;
}
.header{
	background:#fff;
}
.header .headerLine{
	width:92%;
    padding:1em 0;
    margin:0 auto;
    display:table;
}
.header .head-l{
	width:75px;
	display:table-cell;
	vertical-align: middle;
}
.header .head-l img{
	width:55px;
}
.header .head-r{
	display:table-cell;
	vertical-align: middle;
}
.header .head-r .head-r-dn{
	margin-bottom:5px;
}
.header .head-r .head-r-dn.head-r-dn-m{
	margin-bottom:0;
}
.header .head-r .head-r-name{
    font-size:14px;
    line-height: 1.2em;
    color:#000;
}
.header .head-r .head-r-name span{
	float:left;
}
.header .head-r .head-r-name .head-r-name-n{
	max-width:90%;
}
.header .head-r .head-r-name .head-r-name-d{
	width:16px;
	height:26px;
	text-align:center;
	line-height:18px;
	background:url(../images/detail_marketpriceIcon.png) no-repeat center;
	background-size:16px 26px;
	font-size:12px;
	color:#fff;
	transform:scale(0.8);
	transform-origin:center top;
}
.header .head-r .head-r-dp{
	font-size:12px;
}
.header .head-r .head-r-price-hint{
	color:#d03a28;
}
.header .head-r .head-r-price{
	color:#d03a28;
	font-size:14px;
	font-weight:bold;
}
.header .head-r .head-r-marketprice{
	color:#999999;
	text-decoration:line-through;
}

.contentSel{
	padding:0 15px;
	background:#fff;
}
.contentSel .tit{
	line-height:16px;
	font-size:15px;
}
.contentSel .tit .tit_l{
	padding:15px 0;
}
.contentSel .tit .tit_r{
	min-height:12px;
	padding:15px 20px 15px 0;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAMAAABI111xAAAAVFBMVEUAAAB3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3chdFv1AAAAG3RSTlMABPDlxb4I2LUYDfbr3suspZ2VNzEsJyEeiz1uWCvQAAAAaElEQVQI12XL1w6AIABD0cpw4N5o//8/hRggaJ9uTlKooUG2ZlBQrDK1FTWMU5vs7KkNYDT7M9ghqUsfZU15vLZL1s6C7j62jmMRTsXIbgNWwclZ1IlivQVnb0lnti0XfLaQF36jiPkASLsE2y3LUNQAAAAASUVORK5CYII=);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:10px auto;
	font-size:12px;
	color:#999;
}
.contentSel .tit.active .tit_r{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAMAAABI111xAAAAXVBMVEUAAAB3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3ep92uIAAAAHnRSTlMABgzm3cwwKRj28u/sxsO/urOspJuTHtaKPTk3IiEWcDJCAAAAZUlEQVQI12XIRQ7DQADF0D8YZij7/scspBqljVfWU4pShxY4/5GZKQqWX5uorpeS2exspI7SrWIyyQZcfE+sGb9qe1y2beYYzMc6/F1K2tuXNfhVqYentWo45dq1ejqFsFkqD+0TQlIFH+mnpJIAAAAASUVORK5CYII=);
}
.contentSel .cont{
	padding-bottom:10px;
}
.contentSel .cont .cont_list .cont_item{
	float:left;
	width:-webkit-calc((100% - 15px) / 2);
	width:calc((100% - 15px) / 2);
	padding:8px 5px;
	line-height:1.4;
	background:#f5f5f5;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
	text-align: center;
	font-size:12px;
}
.contentSel .cont .cont_list .cont_item:nth-child(2n+1){
	margin-right:15px;
}
.contentSel .cont .cont_list .cont_item.active{
	border:1px solid #d03a28;
	background:#fff6f6;
}
.contentSel .cont .cont_list .cont_item a{
	display:block;
}
.contentSel .cont .cont_list .cont_item.active a{
	color:#d03a28;
}

.contentTitle{
	position:relative;
}
.contentTitle .contentVoid{
	height:40px;
}
.contentTitle .contentPos{
	position:absolute;
	left:50%;
	top:0;
	width:100%;
	max-width:750px;
	transform:translate(-50%, 0);
	height:40px;
	background:#fff;
}
.contentTitle .contentPos.contentPosFix{
	position:fixed;
}
.contentTitle .contentLine{
	width:92%;
	height:40px;
	margin:0 auto;
}
.contentTitle .contentItem{
	float:left;
	width:33.33%;
	height:40px;
	text-align: center;
	line-height:40px;
	font-size:15px;
	color:#333;
}
.contentTitle .contentItem p{
	display:inline-block;
	padding:0 2px;
	height:35px;
}
.contentTitle .contentItem.active p{
	height:33px;
	color:#d03a28;
	border-bottom:2px solid #d03a28;
}

.procedureList{
	background:#fff;
	padding-bottom: 50px;
}
.procedure img{
    width:100%;
    margin:0 auto;
}

.content{
	padding-bottom:20px;
}
.content .contentList{
	background:#fff;
	border-bottom:5px solid #f5f5f5;
	width: 100%;
    float: left;
}
.content .contentList .contentT{
	height:40px;
	line-height:40px;
	padding-left:10px;
	border-bottom:1px solid #e5e5e5;
	font-size:1.1em;
	color:#333;
	font-weight: 600;
}
.content .contentList .contentT span{
	float: left;
}
.content .contentList .contentT input{
	float: right;
	height: 28px;
    line-height: 28px;
    margin: 6px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
	text-decoration: none;
	border-color: #d03a28;
    background-color: #d03a28;
    color: #fff;
}



.content .contentList .contentC{
	padding: 5px 15px;
	color:#666;
	line-height:1.6;
	clear: both;

}
.content .contentList .contentC p span:last-child{
	display:none;
}

.content .contentList .contentC .contentC_L{
	line-height: 35px;
    float: left;
    width: 80px;
}

.content .contentList .contentC .contentC_R{
	line-height: 35px;
    float: right;
}


.content .contentList .contentC .contentC_R input{
    display: block;
    padding-left: 10px;
    float: left;
    height: 30px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
}
.content .contentList .contentC .contentC_R .aui-icon-delete{
    margin-top: 3px;
    margin-left: 8px;
    width: 22px;
    height: 22px;
    background-image: url("../images/icon-delete.png") ;
    float: left;
	background-size:cover;
}


.county{
	padding-bottom:50px;
}
.county .county_list{
	width:100%;
	background:#fff;
	border-bottom: 1px solid #e5e5e5;
	font-size:14px;
}
.county .county_list:last-child{
	border-bottom: 5px solid #f5f5f5;
}
.county .county_list .county_item{
	padding:10px 15px;
	line-height:1.4;
}
.county .county_list .county_item:first-child{
	width:21%;
	white-space: nowrap;
}
.county .county_list .county_item:last-child{
	text-align: justify;
}

.footer{
	position:fixed;
	bottom:0;
	max-width:750px;
	width:100%;
}
.footer .stock{
    background:rgba(255, 255, 255, .6);
    text-align: center;
    line-height:35px;
    font-size:12px;
    color:#d03a28;
    font-weight:bold;
}
.footer .stock span{
    font-size:13px;
}
.footer ul{
	width:100%;
	height:50px;
}
.footer ul li{
	float:left;
}
.footer ul .f_l{
	width:14%;
	height:49px;
	border-top:1px solid #f5f5f5;
	text-align: center;
	font-size:12px;
}
.footer ul .f_l img{
	display:block;
	width:20px;
	height:20px;
	margin:5px auto;
}
.footer ul .f_index,
.footer ul .f_share{
	background:#fff url(../images/detail_dot.png) repeat-y right center;
}
.footer ul .f_cart{
	background:#fff;
}
.footer ul .f_cart .carpic{
	position: relative;
}
.footer ul .f_cart .carpic span{
	position:absolute;
	right:10%;
	top:-3px;
	padding:0 5px;
	height:16px;
	border:1px solid #d03a28;
	border-radius:100%;
	line-height:16px;
	background:#fff;
	color:#d03a28;
	-webkit-transform:scale(0.875);
	transform:scale(0.875);
}
.footer ul .f_r{
	width:29%;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:15px;
}
.footer ul .f_addcart{
	background:#ff9596;
}
.footer ul .f_pay{
	background:#d03a28;
}
.footer ul li a{
	display: block;
	width:100%;
	height:100%;
	color:#fff;
}
.footer ul .f_l a{
	color:#666;
}
.footer ul li.disabled{
    background:#a0a0a0;
}
.footer ul li.f_addcart.disabled{
    background:#b7b7b7;
}
.tiplayer{
	display: none;
	position: fixed;
	left:50%;
	top:0;
	transform:translate(-50%, 0);
    width:100%;
    max-width:750px;
    height:100%;
    background:rgba(0,0,0,0.4);
}
.tiplayer img{
    position:absolute ;
    right:2em;
    top:0;
    width:18em;
    height:14em;
}



.relaPageLayer{
	position:fixed;
	left:50%;
	top:0;
	width:100%;
	max-width:750px;
	height:100%;
	z-index:100;
	transform:translate(-50%,0);

}
.relaLayer{
	position:fixed;
	left:50%;
	bottom:0;
	width:100%;
	max-width:750px;
	z-index:101;
	transform:translate(-50%,100%);
	background:#fff;
	border-radius:10px 10px 0 0;
	opacity:0;
	transition:.3s;
}
.relaLayer.active{
	transform:translate(-50%,0);
	opacity:1;
}
.relaTitle{
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#333;
	margin-top: -30px;
	z-index: 99999!important;
}

.relaLayer .relaBtn{
	position:absolute;
	right:15px;
	top:12px;
	padding:2px;
	font-size:16px;
	color:#d03a28;
}
.relaLineCon{
	padding:0px;
	font-size:14px;
	color:#333;
}
.relaItemCon{
	float:left;
	width:22%;
	height:32px;
	margin-bottom:10px;
	margin-right:8%;
}

.relaItem{
	height:30px;
	border:1px solid #999;
	border-radius:14px;
	text-align:center;
	line-height:30px;
}
.relaItem.active{
	color:#d03a28;
	border:1px solid #d03a28;
}

