﻿@media screen and (max-width:375px){
	html{font-size: 12px;}
	.coupon_type{width:44%;}
	.coupon_type label{font-size:12px;}
}
@media (min-width:375px) and (max-width:413px){
    html{font-size: 13px;}
	.coupon_type{width:46%;}
}
@media  (min-width:414px){
    html{font-size: 14px;}
	.coupon_type{width:46%;}
}
body{background-color:#f6f6f6;}
label{font-weight:400;margin:0;}
/* 1-首页 */
.home_store{
	padding:.5rem 1rem;
	background:#fff;
	width:100%;
}
.sel_home{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	position: relative;
    background-color: transparent;
	line-height:2rem;
	height: 2rem;
	background:url(../../image/icon/icon_01.png)100% 55% no-repeat #fff;
	background-size:21px;
	padding-right:23px;
	font-family:'微软雅黑';
	font-size:1.1rem;
	color:#333;
	border:0;
}
.img_house{
	float:right;
	width:2rem;
	margin-top:2px;
}
.home_list{
	float:left;
	width:100%;
	text-align:center;
	background-color:#fff;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:1rem 5px 0.6rem 5px;
}
.home_list ul li{
	float:left;
	width:25%;
}
.home_list ul li p{
	font-size:1.05rem;
	line-height:1.05rem;
	margin:0.6rem auto 0.9rem auto;
	color:#333;
}
.img_home_list{
	width:3.3rem;
}
.home_ad{
	float:left;
	width:100%;
	background-color:#fff;
	border-top:1px solid #ededed;
}
.home_tit{
	padding:0.5rem 0;
}
.home_tit h4{
	font-size:1.15rem;
	line-height:1.65rem;
	border-left:0.3rem solid #da1f13;
	padding-left:0.5rem;
}
.home_shop{
	position:relative;
	text-align:center;
}
.img_home_shop{
	position:absolute;
	top:30%;
	left:50%;
	width:82%;
}
.home_shop p{
	position:absolute;
	left:50%;
	top:60%;
	margin-top:-4px;
	background:url(../../image/pic/bg_02.png)no-repeat;
	background-size:100% 100%;
	width:50%;
	color:#333;
	font-size:1.2rem;
}
.home_shop p label{
	border:1px solid #333;
	padding:0px;
	border-radius:3px;
	font-size:1.2rem;
	line-height:1.2rem;
	padding:2px 1px;
}
.row-15{
	padding-left:-15px;
	padding-right:-15px;
}
.col-xs-4{
	padding-right: 2px;
    padding-left: 2px;
}
.col-xs-6{
	padding-right: 2px;
    padding-left: 2px;
}
/* 1-首页-end */

/* 2-会员卡未登录 */
	/*屏蔽背景层*/
    #divMsgBack
    {
		display:none;
		position:fixed;
		_position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background-color:#fff;
		background:-moz-radial-gradient(50% 50%, #fff, #000);/*gradient for firefox*/
		background:#000;/*new gradient for webkit */
		background:-webkit-gradient(radial, 0 50%, 0 50%, from(#fff), to(#000));/*the old grandient for webkit*/
		opacity:0.8;
		filter:Alpha(opacity=50);
		_display:block;
		_left:-10000px;
		z-index:9999;
    }
	/*弹出层*/
    #divMsg
    {display:none;position:fixed;top:20%;left:50%;width:23rem;margin-left:-11.5rem;_position:absolute;_display:block;_left:-10000px;
	z-index:10000;border-radius:5px;}
	#aClose img{width:2.3rem;height:2.3rem;}
	.code_line{
		text-align:center;
		background-color:white;
		padding:1.3rem 0;
		border-radius:5px 5px 0 0;
	}
	.code_line p{
		font-size:1.1rem;
		line-height:1.1rem;
		margin-top:.5rem;
		letter-spacing:3px;
	}
	.img_code_line{
		width:19rem;
	}
	.code_QR{
		text-align:center;
		background-color:#f5f5f5;
		padding:1.5rem 0 2rem;
		margin-top:-1px;
		border-radius:0 0 5px 5px;
	}
	.code_QR p{
		color:#aaa;
		font-size:1.1rem;
		line-height:1.1rem;
		margin-top:1rem;
	}
	.img_code_QR{
		width:13rem;
	}
	/*关闭按钮*/
	#divMsg #aClose{
		position:absolute;
		right:-1.15rem;
		top:-1.15rem;
	}
	/*设置显示*/
	#msgBody #divMsgBack{
		display:block;	
		_left:0px;
	}
	#msgBody #divMsg{
		display:block;	
		_left:50%;
	}
	#msgBody{_
	overflow:hidden;
	}
	/*屏蔽背景层-end*/
.login_top{
	padding:.8rem 1.3rem;
	background-color:#fff;
}
.login_top_card{
	position:relative;
}
.shadow_img_login{
	border-radius:4.5%;
	-webkit-box-shadow: 3px 3px 6px #b0b0b0;
    -moz-box-shadow: 3px 3px 6px #b0b0b0;
    box-shadow: 3px 3px 6px #b0b0b0;
}
.login_QR{
	position:absolute;
	top:1rem;
	right:1rem;
	text-align:center;
}
.img_login_QR{
	width:2rem;
}
.login_QR p{
	font-size:1rem;
	color:#040404;
}
.login_vip_type{
	position:absolute;
	top:50%;
	text-align:center;
	left:45%;
}
.login_vip_type p{
	letter-spacing:5px;
	font-size:1.3rem;
	color:#040404;
}
.login_card_info{
	position:absolute;
	right:1rem;
	bottom:.5rem;
}
.login_card_info p{
	font-size:1rem;
	line-height:1.1rem;
	color:#423b29;
}
.login_tit{
	text-align:center;
	padding:0.8rem 0;
}
.login_tit p{
	font-size:1.2rem;
	line-height:1.2rem;
	width: 12rem;
    margin: 0 auto;
}
.img_login_tit{
	width:1.8rem;
	margin-top:-2px;
	margin-right:5px;
}
.login_list{
	background-color:#fff;
	text-align:center;
	float:left;
	width:100%;
}
.login_list ul{
	float:left;
	width:100%;
}
.login_list ul li{
	float:left;
	width:25%;
	padding:1.3rem 0;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.login_list p{
	font-size:1.1rem;
	line-height:1.1rem;
}
.img_login_list{
	width:2.3rem;
	height:2.3rem;
	margin-bottom:.8rem;
}
.border_none{
	border:0 !important;
}
/* 2-会员卡未登录-end */

/* 3-注册 */
.regist_menu{
	float:left;
	width:100%;
	background-color:#fff;
	text-align:center;
}
.regist_menu p{
	float:left;
	width:50%;
	font-size:1.2rem;
	line-height:1.2rem;
	padding:.9rem;	
}
.col_red{
	background-color:#e10c20;
	color:#fff !important;
}
.regist_inp{
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	background-color:#fff;
	padding-left:1.5rem;
}
.regist_inp li{
	padding:.7rem 0;
	border-bottom:1px solid #ededed;
}
.regist_inp ul li:last-child{
	border:0 !important;
}
.regist_inp label{
	font-size:1.2rem;
	line-height:1.2rem;
	width:30%;
}
.input_reg{
	width:60%;
	height:2rem;
	border:0;
	font-size:1.1rem;
	font-family:'微软雅黑';
}
.input_regCode{
	width:26%;
	max-width:100px;
	height:2rem;
	border:0;
	font-size:1rem;
	font-family:'微软雅黑';
}
.btn_regCode{
	margin:0;
	padding:0;
	border:0;
	background:none;
	border:1px solid #dadada;
	border-radius:4px !important;
	padding:.4rem .7rem;
	margin-left:10%;
	color:#222;
	font-size:1rem;
}
.regist_btn{
	text-align:center;
}
.btn_regist{
	border:0;
	margin:0;
	padding:0;
	width:85%;
	background-color:#e10c20;
	color:#fff;
	font-size:1.2rem;
	line-height:2.7rem;
	border-radius:5px !important;
}
/* 3-注册-end */
/* 4-绑定 */
.band_list{
	background-color:#fff;
	padding:0rem 1rem 1.5rem 1rem;
}
.band_list p{
	font-size:1.15rem;
	line-height:3.3rem;
}
.band_list ul li{
	background-color:#dadada;
	margin-bottom:1.3rem;
	line-height:2.8rem;
	padding:0 1rem;
	font-size:1.15rem;
}
.band_list ul li label{
	width: 35%;
    text-align: center;
}
.band_list ul li span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
}
.band_add{
	margin:0 1rem;
	padding:.7rem 0;
	border:1px dashed #cbcbcb;
	border-radius:4px;
	text-align:center;
}
.img_bandAdd{
	width:1.5rem;
	margin-right:.5rem;
	margin-top:-0.3rem;
}
.band_add label{
	color:#888;
	font-size:1.2rem;
}
/* 4-绑定-end */
/* 4-2已绑定会员卡 */
.bg_banded{
	background:url(../../image/icon/icon_32.png)96% 50% no-repeat;
	background-size:2.1rem;
}
/* 4-2已绑定会员卡-end */

/* 6-账户信息 */
.account_top{
	position:relative;
	width:100%;
	height:13.5rem;
	background:url(../../image/pic/pic_06.jpg)no-repeat;
	background-size:cover;
	color:#fff;
}
.img_account{
	position:absolute;
	top:1.5rem;
	left:50%;
	width:11rem;
	margin-left:-5.5rem;
}
.account_top label{
	position:absolute;
	top:4.1rem;
	left:50%;
	width:11rem;
	margin-left:-5.5rem;
	text-align:center;
	font-size:3.5rem;
}
.account_top span{
	position:absolute;
	top:3.8rem;
	left:50%;
	width:6.8rem;
	margin-left:-3.4rem;
	text-align:right;
	font-size:1rem;
}
.account_top i{
	position:absolute;
	bottom:.7rem;
	right:1rem;
	font-size:1rem;
}
.account_nr p{
	font-size:1.22rem;
	line-height:1.2rem;
	padding:.7rem .7rem;
}
.img_accNr{
	width:1.6rem;
	margin-top:-0.27rem;
	margin-right:.4rem;
}
.account_nr ul{
	background-color:#fff;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:0 1rem;
	color:#666;
	font-size:1.2rem;
	line-height:1.2rem;
}
.account_nr ul li{
	border-bottom:1px solid #ededed;
	padding:1rem 2px;
}
.account_nr ul li label{
	float:right;
}
.account_nr ul li:last-child{
	border:0 !important;
}
.account_nr_coupon{
	margin-bottom:2rem;
}
.account_nr_coupon p{
	font-size:1.22rem;
	line-height:1.2rem;
	padding:.7rem .7rem;
}
.account_nr_coupon ul{
	background-color:#fff;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:0 1rem;
	color:#666;
	font-size:1.2rem;
	line-height:1.2rem;
}
.account_nr_coupon ul li{
	border-bottom:1px solid #ededed;
	padding:1rem 2px;
}
.account_nr_coupon ul li label{
	float:right;
	width:35%;
	text-align:right;
}
.account_nr_coupon ul li i{
	float:right;
}
.account_nr_coupon ul li:last-child{
	border:0 !important;
}
/* 6-账户信息-end */

/* 7-卡券包 */
.coupon_menu{
	display:flex;
	display: -webkit-flex; /* Safari */
	display:-ms-flex;
	display:-moz-flex;
	border-bottom:1px solid #ededed;
	background-color:#fff;
}
.coupon_menu p{
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	text-align:center;
	border-right:1px solid #f2f2f6;
	font-size:1.2rem;
	line-height:1.2rem;
	padding:.7rem;
}
.coupon_menu p:last-child{
	border-right:0 !important;
}
.coupon_state{
	display:flex;
	display: -webkit-flex; /* Safari */
	display:-ms-flex;
	display:-moz-flex;
	border-bottom:1px solid #ededed;
	background-color:#fff;
}
.coupon_state p{
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	text-align:center;
	font-size:1.2rem;
	line-height:1.2rem;
}
.coupon_state p label{	
	padding:.7rem;
}
.col_coupon{
	border-bottom:2px solid #e10c20;
	color:#e10c20;
}
.coupon_list{
	width:95%;
	max-width:600px;
	margin:auto;
}
.coupon_list_nr{
	float:left;
	width:100%;
	height:8rem;
	background-color:#fff;
	margin-bottom:.5rem;
}
.coupon_img{
	float:left;
	width:7.65rem;
	height:8rem;
}
.img_coupon{
	width:4rem;
	width:6rem;
	margin:1rem .8rem;
}
.coupon_type{
	float:left;
	height:8rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.coupon_type h4{
	color:#333;
	font-size:1.25rem;
	line-height:1.3rem;
	margin:1.7rem auto .9rem auto;
}
.coupon_type p{
	color:#666;
	font-size:1.1rem;
	line-height:1.1rem;
	margin-bottom:.5rem;
}
.coupon_type label{
	color:#666;
	font-size:1.1rem;
	line-height:1.1rem;
}
.coupon_val{
	float:right;
	width:25%;
	max-width:130px;
	height:8rem;
	margin-right: -3px;
}
.coupon_val p{
	color:#fff;
	font-size:1.2rem;
	line-height:8rem;
	text-align:right;
	padding-right:.4rem;
}
.bg_Y{	
	background:url(../../image/pic/bg_04.png)no-repeat;
	background-size:100% 100%;
}
.bg_R{
	background:url(../../image/pic/bg_05.png)no-repeat;
	background-size:100% 100%;
	}
.bg_B{
	background:url(../../image/pic/bg_06.png)no-repeat;
	background-size:100% 100%;
	}
/* 7-卡券包-end */
/* 8-云小票 */
.bg_ticket{
	background-color:#f95f2f;
	padding-top:.4rem;
}
.ticket_wrap{
	width:92%;
	margin:0 auto;
}
.ticket_list{
	background-color:#fff;
	border-radius:5px;
	border:1px solid #e7e7e7;
	color:#666;
	margin-bottom:.7rem;
}
.ticket_top{
	position:relative;
}
.tic_tit{
	font-size:1.15rem;
	line-height:1.23rem;
	padding:1rem .5rem;
	border-bottom:1px dashed #e7e7e7;
}
.tic_tit label{
	width:63%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tic_tit i{
	text-align:right;float:right;
	width:35%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:1.23rem;
}
.tic_rod_L{
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-.4rem;
	margin-left:-.4rem;
	width:.8rem;
	height:.8rem;
	border-radius:50%;
	background-color:#f95f47;
	z-index:999;
}
.tic_rod_R{
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-.4rem;
	margin-right:-.4rem;
	width:.8rem;
	height:.8rem;
	border-radius:50%;
	background-color:#f95f47;
	z-index:999;
}
.ticket_total{
	font-size:1.15rem;
	line-height:1.15rem;
	padding:.7rem .5rem 1.1rem .5rem;
}
.ticket_total p{
	margin-bottom:.7rem;
}
.ticket_total em{
	float:right;
}
.ticket_total span{
	color:#e10c20;
}
.ticket_nr{
	font-size:1.1rem;
	padding-bottom:1rem;
}
.tic_nr_flow{
	margin:.5rem;
	border-bottom:1px dashed #e7e7e7;
}
.tic_nr_flow p{
	font-size:1.15rem;
	line-height:1.2rem;
	padding-bottom:.9rem;
}
.tic_nr_list{
	padding:.5rem .8rem;
	float:left;
}
.tic_nr_list ul li{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:.3rem;
	font-size:1.08rem;
}
.tic_nr_list ul li label{
	width:17%;
	float:left;
	text-align:left;
	word-break: break-all;
}
.tic_nr_list ul li span{
	width:13%;
	float:left;
	text-align:center;
	word-break: break-all;
}
.tic_nr_list ul li i{
	width:34%;
	float:left;
	text-align:left;
	padding-left:8px;
	word-break: break-all;
}
.tic_nr_list ul li em{
	width:11%;
	float:left;
	text-align:center;
	word-break: break-all;
}
.tic_nr_list ul li font{
	width:14%;
	float:left;
	text-align:left;
	word-break: break-all;
}
.fontB{
	font-size:1.15rem !important;
	font-weight:600;
	color:#333;
	margin-bottom:.5rem !important;
}
.fontB label{
	font-weight:600;
}
.tic_nr_num{
	margin:0 1rem;
	border-top:1px dashed #e7e7e7;
	padding:.5rem 0;
	color:#333;
	font-weight:600;
	font-size:1.08rem;
}
.tic_nr_num label{
	color:#333;
	font-weight:600;
}
.tic_nr_num i{
	float:right;
}
.tic_nr_num span{
	font-size:1.2rem;
}
.tic_nr_pay{
	margin:0 1rem;
	padding:.5rem 0;
	border-top:1px dashed #e7e7e7;
}
.tic_nr_pay p{
	font-size:1.15rem;
	line-height:2rem;
}
.ticket_bottom{
	text-align:center;
	border-top:1px dashed #e7e7e7;
	margin:0 .5rem;
	padding:.2rem 0;
}
.img_ticket{
	width:1.8rem;
	margin-top:-.35rem;
}
.turn_around{
	transform: rotate(180eg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.ticket_select{
	padding:0 4% .3rem;
	margin:0 0 .6rem;
	border-bottom:1px solid #ff9886;
}
.sel_ticket{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	position: relative;
    background-color: transparent;
	line-height:2rem;
	height: 2rem;
	background:url(../../image/icon/icon_36.png)100% 50% no-repeat;
	background-size:16px;
	padding-right:23px;
	font-family:'微软雅黑';
	font-size:1.15rem;
	color:#fff;
	border:0;
}
.sel_ticket option {
	background:#f95f2f;
}
/* 8-云小票-end */
/* 10-会员权益 */
.QY_welcome{
	background-color:#fff;
	padding:1rem .8rem;
	font-size:1.15rem;
	border-bottom:1px solid #e7e7e7;
}
.QY_welcome label{
	margin-bottom:.2rem;
}
.QY_welcome p{
	text-indent:10px;
}
.QY_list{
	display:flex;
	display: -webkit-flex; /* Safari */
	display:-ms-flex;
	display:-moz-flex;
	background-color:#fff;
	padding:.6rem 0;
	border-bottom:1px solid #e7e7e7;
}
.QY_list p{
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	text-align:center;
}
.img_QY{
	display:block;
	margin:auto;
	width:5rem;
}
.btn_QY{
	padding:.26rem .35rem;
	border-radius:3px !important;
	background:none;
	color:#e10c20;
	border:1px solid #e10c20;
	font-size:1rem;
	line-height:1rem;
	margin-top:.4rem;
}
.btn_red{
	color:#fff;
	background-color:#e10c20;
}
.QY_nr{
	background-color:#fff;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:4rem;
}
.QY_nr_tit{
	padding:1rem .5rem;
}
.QY_nr_tit h4{
	border-left:3px solid #e10c20;
	font-size:1.25rem;
	line-height:1.25rem;
	padding-left:7px;
}
.QY_info{
	padding:0 1.8rem .3rem 1.8rem;
	font-size:1.15rem;
}
.QY_info p i{
	color:#e10c20;
	margin-right:.5rem;
}
.QY_nr_tit_01{
	padding:1rem .5rem;
}
.QY_nr_tit_01 h4{
	border-left:3px solid #fff;
	font-size:1.25rem;
	line-height:1.25rem;
	padding-left:7px;
}
.QY_info_01{
	padding:0 1.8rem .3rem 1.8rem;
	font-size:1.15rem;
}
.QY_info_01 p{
	background:url(../../image/icon/icon_26.png)2px 50% no-repeat;
	background-size:.6rem .6rem;
	padding-left:1.3rem;
}
.QY_select{
	padding:.4rem 0;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
	background-color:#fff;
}
.sel_QY{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	position: relative;
    background-color: transparent;
	line-height:2rem;
	height: 2rem;
	background:url(../../image/icon/icon_28.png)100% 50% no-repeat;
	background-size:16px;
	padding-right:23px;
	font-family:'微软雅黑';
	font-size:1.15rem;
	color:#ff0c20;
	border:0;
}
/* 10-会员权益-end */

/* 11-增值礼券 */
.coupon_store{
	padding:.6rem 1rem;
	background:#fff;
	width:100%;
	text-align:center;
	border-bottom:1px solid #ededed;
}
.sel_coupon{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	position: relative;
    background-color: transparent;
	line-height:2rem;
	height: 2rem;
	background:url(../../image/icon/icon_28.png)100% 55% no-repeat #fff;
	background-size:15px;
	padding-right:18px;
	font-family:'微软雅黑';
	font-size:1.15rem;
	color:#333;
	border:0;
}
.coupon_asc{
	display:flex;
	display: -webkit-flex; /* Safari */
	display:-ms-flex;
	display:-moz-flex;
	background-color:#fff;
	border-bottom:1px solid #ededed;
	padding:.6rem 0;
}
.coupon_asc p{
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	text-align:center;
	font-size:1.1rem;
}
.btn_cup_asc{
	border:0;
	padding:0;
	font-size:1.1rem;
	background:none;
}
.font_red{
	color:#e10c20;
}
.img_coupon_asc{
	width:.8rem;
	margin-top:-2px;
	margin-left:2px;
}
.coupon_more_list{
	width:94%;
	max-width:500px;
	margin:0 auto;
}
.cup_more_nr{
	float:left;
	width:100%;
	height:8.6rem;
	background:url(../../image/pic/bg_07.png);
	background-size:100% 100%;
	margin-bottom:2.2rem;
}
.cup_moreL{
	float:left;
	width:80%;
	height:8rem;
	background:url(../../image/pic/bg_08.png);
	background-size:100% 100%;
	padding:.6rem .9rem;
}
.cup_moreL_nr{
	background-color:#fff3f3;
	border-radius:7px;
	width:100%;
	height:100%;
	padding-left:1.2rem;
	padding-top:.8rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cup_moreL_nr h4{
	color:#ff3b36;
	font-size:1.6rem;
	line-height:1.6rem;
	margin-bottom:.9rem;
}
.cup_moreL_nr h4 span{
	font-weight:600;
}
.cup_moreL_nr p{
	color:#fb9939;
	font-size:1.1rem;
	line-height:1.6rem;
}
.cup_moreR{
	float:left;
	width:20%;
	height:8rem;
	background:url(../../image/pic/bg_09.png)no-repeat;
	background-size:100% 100%;
	text-align:center;
	padding-top:2.15rem;
}
.cup_moreR p{
	font-size:1.4rem;
	line-height:1.8rem;
	color:#fff;
}
.mb08{
	margin-bottom:.8rem;
}
.cup_grayL{
	background-color:#fafafa;
}
.cup_grayL h4{
	color:#ccc;
}
.cup_grayL p{
	color:#ccc;
}
.cup_grayR{
	background:url(../../image/pic/bg_10.png)no-repeat;
	background-size:100% 100%;
	position:relative;
}
.img_cup_finish{
	position:absolute;
	top:35%;
	left:-.8rem;
	width:4.3rem;
}
/* 11-增值礼券-end */

/* 11-2品牌优惠券 */
.pp_coupon_list{margin:0 2%;height:96px;background:#fff;border:1px solid #ededed;border-right:0;margin-bottom:7px;clear:both;}
.pp_coupon_img{height:96px;width:25%;text-align:center;float:left;}
.pp_coupon_img img{width:70px;height:70px;margin-top:13px;}
.pp_coupon_nr{height:96px;width:42%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;float:left;padding-top:12px;padding-left:5px;}
.pp_coupon_nr label{font-size:14px;margin-top:5px;}
.pp_coupon_nr p{font-size:14px;color:#ff5050;font-family:arial;font-weight:600;margin-top:8px;margin-bottom:2px;}
.pp_coupon_nr i{font-size:12px;color:#999;}
.pp_coupon{height:96px;float:right;width:80px;position:relative;}
.pp_coupon p{font-size:12px;color:#fff;line-height:16px;}
.pp_coupon label{font-size:12px;color:#fff;}
.pp_coupon_gary{background:url(../../image/pic/bg_20.png)no-repeat;background-size:100% 100%;}
.pp_coupon_red{background:url(../../image/pic/bg_22.png)no-repeat;background-size:100% 100%;}
.pp_coupon_yellow{background:url(../../image/pic/bg_21.png)no-repeat;background-size:100% 100%;}	
.pp_coupon_gary input{background:#dedede;color:#fff;border-radius:3px !important;border:0;font-size:12px;width:60px;line-height:18px;margin-top:64px;margin-left:10px;text-align:center;padding:0!important;}
.pp_coupon_red input{background:#fff;color:#e94d2e;border-radius:3px !important;border:0;font-size:12px;width:60px;line-height:18px;margin-top:64px;margin-left:10px;text-align:center;padding:0!important;}
.pp_coupon_yellow input{background:#cb8b0e;color:#fff;border-radius:3px !important;border:0;font-size:12px;width:60px;line-height:18px;margin-top:64px;margin-left:10px;text-align:center;padding:0!important;}
.img_down{position:absolute;top:9px;left:11px;width:58px;z-index:1;}
.img_up{position:absolute;top:9px;left:11px;width:58px;z-index:9;}

.pie {width:60px; height:60px; position: absolute; top: 8px; left: 10px;}
.out {width:60px;height:60px;border-radius: 50%;position: absolute;top: 0;left: 0;z-index:2;}
.out_down {width:60px;height:60px;background:rgba(0,0,0,0.15);border-radius: 50%;position: absolute;top: 0;left: 0;z-index:1;}
.pie{clip:rect(auto,auto,50px,auto);}
.in {width: 48px;height: 48px;border-radius: 50%;left: 6px;top: 6px;position: absolute;z-index:3;}
.pp_coupon_gary .out{background:#e2e0db;}
.pp_coupon_yellow .out{background:#fff;}
.pp_coupon_red .out{background:#fff;}
.pp_coupon_gary .in{background:#c1c1c1;}
.pp_coupon_red .in{background:#e94d2e;}
.pp_coupon_yellow .in{background:#e7a015;}
.in p{position:absolute;top:10px;text-align: center;width: 100%;}
.in label{position:absolute;top:26px;text-align: center;width: 100%;}
.mt5{margin-top:7px;}
/* 11-2品牌优惠券-end */

/* 12-详情券 */
.bg_blue{
	background-color:#2a2734;
}
.mt1{
	margin-top:1rem;
}
.coupon_more_time{
	padding-top:1.2rem;
	padding-bottom:2.5rem;
}
.coupon_more_time p{
	color:#fcf039;
	text-align:center;
	font-size:1.25rem;
}
.img_cup_time{
	width:1.5rem;
	margin-right:.5rem;
	margin-top:-2px;
}
.cup_more_info{
	background-color:#ef3a31;
	border-radius:150% 150% 0 0;
	height:4rem;
}
.cup_more_pay{
	text-align:center;
	position:relative;
}
.btn_cup_pay{
	position:absolute;
	margin:0;
	top:-1rem;
	border:0;
	padding:0;
	color:#db3a44;
	font-family:simhei;
	font-weight:600;
	font-size:1.65rem;
	line-height:1.65rem;
	padding: 0.6rem 0 .8rem;
	background:url(../../image/pic/bg_11.png)no-repeat;
	background-size:100% 100%;
	width:11rem;
	margin-left:-5.5rem;
}
.cup_more_info_nr{
	margin-top:-1px;
	background-color:#ef3a31;
	padding:1px 1.5rem 5rem;
}
.cup_more_info_nr h4{
	background:url(../../image/pic/bg_13.png)no-repeat;
	background-size:100% 100%;
	font-family:SimHei;
	font-weight:600;
	font-size:1.3rem;
	line-height:2.1rem;
	color:#ffd8d6;
	width:11rem;
	height:2.4rem;
	margin:0 auto;
	text-align:center;
	margin-bottom:.8rem;
}
.cup_txt{
	background-color:#ff544c;
	color:#fff;
	font-size:1.1rem;
	line-height:1.5rem;
	padding:1rem;
	border-radius:4px;
	margin-bottom:1.2rem;
}
/* 12-详情券-end */
/* 12券详情弹框 */
#divMsg_cup
    {display:none;position:fixed;top:30%;left:50%;width:20rem;margin-left:-10rem;_position:absolute;_display:block;_left:-10000px;
	z-index:10000;border-radius:10px;background:#fff;}
#divMsg_cup #aClose{
	position:absolute;
	right:-1.15rem;
	top:-1.15rem;
}
#msgBody #divMsg_cup{
	display:block;	
	_left:50%;
}
.divMsg_tit{
	position:relative;
}
.img_divMsg_tit{
	width:22rem;
	margin-left:-1rem;
	position:absolute;
	top:-1rem;
}
.divMsg_tit span{
	color:#fff;
	font-size:1.2rem;
	position:absolute;
	top:-.6rem;
	left:.7rem;
}
.divMsg_cup_nr{
	text-align:center;
}
.divMsg_cup_nr p{
	font-size:1.25rem;
	padding-top:4rem;
	padding-bottom:1.8rem;
}
.divMsg_btn{
	border-top:1px solid #d7d7d7;
}
.divMsg_btn_nr{
	float:left;
	width:50%;
	border-right:1px solid #d7d7d7;
}
.divMsg_btn_nr:last-child{
	border:0;
}
.btn_cup{
	border:0;
	background:none;
	margin:0;
	padding:0;
	font-size:1.3rem;
	line-height:2.8rem;
	width:100%;
}
.btn_cup[disabled]{
	border:0;
	background:none;
	margin:0;
	padding:0;
	font-size:1.3rem;
	line-height:2.8rem;
	width:100%;
}
.btn_s{
	color:#ef3a31;
	border-radius:0 0 0 10px !important;
}
.btn_c{
	color:#b0b0b0;
	border-radius:0 0 10pc 0 !important;
}
/* 12券详情弹框-end */