/* 通用样式 */
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
*html .clearfix{ height:1%;}
*+html .clearfix{ height:1%;}
.f_l{float: left;}
.f_r{float: right;}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body,input,button,.white,.dan-list{
	font-family: 'microsoft yahei'
}
a{
	text-decoration: none;
}
img{
	margin:0;
	padding:0;
}
.f12{
	font-size: 12px;
}
.mgt10{
	margin-top:10px;
}
.pd10{
	margin-top:12px;
}
.mc{
	text-align: center;
}
/* 底部样式 */
#main{
	overflow-x: scroll;
}
#footer{
	background-color: #fff;
}
#footer li a{
	text-decoration: none;
	color: #5e5e5e;
}
#footer li a.hover,#footer li a:hover{
	color: #0079ca;
}
.H-footer ul li .H-icon i{
	display: block;
	height: 26px;
}
.H-icon i.fhome{
	background:url(../images/home.png) top center no-repeat;
}
.H-icon i.fuser{
	background:url(../images/user.png) top center no-repeat;
}
a.hover .H-icon i.fhome,li a:hover .H-icon i.fhome{
	background:url(../images/home-on.png) top center no-repeat;
}
a.hover .H-icon i.fuser,li a:hover .H-icon i.fuser{
	background:url(../images/user-on.png) top center no-repeat;
}

/* 列表 */
.H-list-item .H-icon.H-arrow i{
	color:#5e5e5e;
}
.H-list-item{
	padding:10px 10px;
}
.H-text h2{
	font-size:18px;
	height:28px;
	color:#1a1a1a;
}
.H-text h4{
	color: #4b4b4b;
	height:22px;
	line-height:22px;
	font-size: 14px;
}
.H-text .clearfix{
	height: 18px;
	line-height:18px;
	overflow: hidden;
}
.H-text span{
	color: #cb924b;
	font-size: 12px;
}
.H-text span.price{
	font-size: 14px;
}

/* 支付页面 */
.pay_pic{
	max-height: 270px;
	background-color:rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: relative;
}
.pay_pic img{
	width: 100%;
}
.pay_pic .black{
	height: 30px;
	line-height: 30px;
	color:#fff;
	width: 100%;
	padding-left: 10px;
	background-color:rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom:0;
}
.cont{
	padding: 10px;
}
.H-tag-item{
	border:none;
}
#startDate{
	font-size: 12px;
	text-align: right;
}


.pay-counter-minus, .pay-counter-plus {
    background-color: #ffffff;
    border: 1px solid #e6e4e3;
    color: #1abc9c;
    width: 28px;
    text-align:center;
}
.pay-counter-minus, .pay-counter-plus, input.pay-input {
    border-radius: 0;
    display: table-cell;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    vertical-align: top;
}

.pay-counter-minus::before {
    font-family: "auiicon";
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
}
.pay-counter-plus::before {
    font-family: "auiicon";
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
}

input.pay-input {
    background-color: #ffffff;
    border-color: #e6e4e3;
    border-style: solid none;
    border-width: 1px;
    color: #262626;
    padding: 0;
    text-align: center;
    width: 35px;
}
.H-form-row .f12{
	padding-left:10px;
}
.textr{
	text-align: right;
	color:#ef9b11;
	font-size: 12px;
}
input.price{
	font-size: 16px;
}
.pay-hd{
	display: none;
}
.pay-hd.hover{
	display: block;
}
.white{
	background-color: #fff;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	padding:10px;
}
.pay-hd img{
	max-width: 100%;
}

/* 优惠券遮罩 */
.pay-quan{
	background-color:rgba(0, 0, 0, 0.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	padding:20px;
	overflow-y: scroll;
}
.hidden{
	display: none;
}
.quan-list{
	background-color: #fff;
	border-radius:3px;
	font-size: 12px;
	padding:10px;
	position: relative;
	margin-bottom: 5px;
}
.quan-list h3{
	color: #cb924b;
	font-size:16px;
	height: 30px;
	line-height: 30px;
}
.quan-list h3 span{
	padding-left: 15px;
}
.quan-list p{
	line-height:18px;
}

.quan-list .textr{
	color:red;
	padding-right:5px;
}
.quan-list .chbox{
	width: 23px;
	height: 24px;
	position: absolute;
	top:10px;
	right:10px;
	background: url(../images/dot.jpg) 0 0 no-repeat;
}
.quan-list .chbox.hover{
	background: url(../images/dot-on.jpg) 0 0 no-repeat;
}

/* 个人中心 */
.cont2{
	padding:0;
}
.cont2 .H-tag-list{
	padding:0 30px;
}
.user{
	background: url(../images/topbg.jpg) top center repeat;
	padding:20px 0 20px 40px;
}
.user .avatar{
	margin-right: 15px;
}
.user .avatar img{
	border-radius: 100%;
	width:60px;
	height:60px;
}
.userDes{
	font-size: 16px;
	color:#fff;
	height: 60px;
	overflow:hidden;
	padding:5px 0;
}
.userDes p{
	height: 25px;
	overflow-y: hidden;
	line-height: 25px;
}

.dan-list{
	background-color: #fff;
	border-radius:3px;
	font-size: 12px;
	padding:15px 10px;
	position: relative;
	margin-bottom: 5px;
	display: block;
}
.dan-list h3{
	font-size:18px;
	height:30px;
	color:#1a1a1a;
}
.dan-list p{
	line-height:20px;
	height: 20px;
	color:#656565;
}
.dan-list .clearfix{
	margin-top:5px;
	font-size:14px;
	color: #cb924b;
}
.dan-list .textr{
	color:red;
	font-size: 12px;
	padding-right:5px;
}
.dan-list .textr1{
	color:#666;
	font-size: 12px;
	padding-right:5px;
}
.payMe{
	background-color:rgba(0, 0, 0, 0.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	overflow-y: scroll;
}
.bd0:after{
	border:none;
	padding-bottom: 10px;
}
.rightr{
	border-bottom:1px solid #eee;
}
.rightr{
	padding:10px 0;
}
.rightr p{
	text-align: right;
	color:#5e5e5e;
	font-size: 12px;
}
.rightr .textr{
	font-size: 14px;
	color: #cb924b;
}
.price2{
	position: absolute;
	width: 100%;
	bottom: 40px;
}
.price3 > p{
	line-height:25px;}