@charset "utf-8";
.icon_collect {
	position: absolute;
	top: 10%;
	right: 2rem;
	background: url(../../img/discount_collect.png) no-repeat 45% center;
	background-size: 65% 65%;
	width: 1.5rem;
	height: 1.5rem;
}

.icon_collected {
	position: absolute;
	top: 10%;
	right: 2rem;
	background: url(../../img/discount_collected.png) no-repeat 45% center;
	background-size: 65% 65%;
	width: 1.5rem;
	height: 1.5rem;
}


.icon_share {
	position: absolute;
	top: 10%;
	right: 0.5rem;
	background: url(../../img/discount_share.png) no-repeat 0.2rem center;
	background-size: 65% 65%;
	width: 1.5rem;
	height: 1.5rem;
}

/*特惠商户页面css*/


/*适用商户*/

footer {
	/*20161021LS*/
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: white;
	vertical-align: middle;
	z-index: 999;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	
}
.activity_bottom_container{
	position: fixed;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.activity_bottom_btn{
    position: absolute;
    right: 0.5rem;
    border: 1px solid transparent;
    color: white;
    border-radius: 40px;
	background: lightgray;
	font-size: .5rem;
    outline: none;
    width: 3rem;
    height: 1.3rem;
    top: 15%;
    display: none;
}

.activity_ticket_btn{
    position: absolute;
    right: 0.5rem;
    bottom: 0.4rem;
    border: 1px solid deepskyblue;
    color: deepskyblue;
    padding: 0.2rem 3%;
    border-radius: 40px;
	background: transparent;
	font-size: .5rem;
}

/* .container1{
} */
.merchant_detail_scan {
	position: relative;
	height: 230px;
}

.merchant_detail_title {
	position: absolute;
	height: 110px;
	line-height: 110px;
	width: calc(100%-90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	border-bottom: solid;
	border-bottom-width: thin;
	border-bottom-color: #f0f0f0;
}

.merchant_detail_more {
	position: absolute;
	color: #0066B3;
	right: 0;
	font-size: 15px;
}

.merchant_detail_name {
	position: absolute;
	top: 110px;
	height: 80px;
	line-height: 80px;
	width: calc(100%-90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}

.merchant_detail_distant {
	position: absolute;
	right: 0;
}

.merchant_detail_address {
	position: absolute;
	top: 30px;
	height: 80px;
	line-height: 80px;
	width: calc(100%-90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	border-bottom: solid;
	border-bottom-width: thin;
	border-bottom-color: #f0f0f0;
}

.merchant_detail_contact {
	position: absolute;
	top: 130px;
	height: 80px;
	line-height: 80px;
	width: calc(100%-90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}

.icon_search {
	position: absolute;
	top: 0;
	right: 135px;
	width: 90px;
	height: 88px;
	top: 10px;
}

/*.icon_assit {
	position: absolute;
	top: 0;
	right: 45px;
	width: 90px;
	height: 88px;
	top: 10px;
}*/

/*商户列表页面css*/


/*下拉框*/
.business_list_headitem{
	color: #333333;
	font-size: 13px;
}
.business_list_panel {
	background-color: #F4F8FB;
	width: 100%;
	height: 8.8rem;
	overflow: auto !important;
	left: 0;
	/*bottom: 100px;*/
	bottom: 2rem;
	z-index: 1;
	position: fixed;
	display: none;
}

.business_list_panel div {
	width:100%;
	font-size: .6rem;
	line-height: 2rem;
	color: #666666;
	border-bottom:thin solid #f0f0f0;
	/*padding: 25px 45px;*/
}
.business_list_panel div span {
	padding: 0px 45px;
}

.business_list_panel div.jifenshanghu {
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid #999999;
	padding: 20px;
}

.merchant_list_headtainer{
    position: fixed;
    top: 1.8rem;
    width: 100%;
    z-index: 1;
}
.merchant_list_headtainer li {
    width: calc(100%/2);
    float: left;
    text-align: center;
    background-color: white;
    border-bottom: thin solid #f0f0f0;
    height: 2rem;
    line-height: 2rem;
    font-size: .6rem;
}

.merchant_list_headtainer li img{
	vertical-align: middle;
    height: 70%;
}
.merchant_list_headtainer li.active {
	box-shadow: 0 -2.5px 0 0 #22B0EE inset;
	-webkit-box-shadow: 0 -2.5px 0 0 #22B0EE inset;
	-moz-box-shadow: 0 -2.5px 0 0 #22B0EE inset;
	-o-box-shadow: 0 -2.5px 0 0 #22B0EE inset;
	-ms-box-shadow: 0 -2.5px 0 0 #22B0EE inset;
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 3.8rem;
    margin-bottom: 2rem;
}

.content1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	margin-top: 1.8rem;
}

/*菜单栏弹出框*/

.business_list_head {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 2rem;
	width: 100%;
	line-height: 2rem;
	z-index: 999;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0px -10px 20px -8px rgba(153,153,153,0.35);
	font-size: .6rem;
	/*padding: 20px;*/
}

.business_list_head li {
	/* display: inline-block; */
	list-style: none;
	float: left;
	width: calc(100%/4);
	text-align: center;
}

.business_list_head ul li span {
	padding-left: 0.2rem;
}

.image1 {
    height: 6px;
}

#all_online {
	float: none;
	width: 100% !important;
}

.business_list_content{
	position: relative;
	top: 3.5em;
	/*padding-bottom: 3.6em;*/
}

.pop {
	height: 40px;
	padding: 20px;
}

.pop li {
	/* display: inline-block; */
	list-style: none;
	float: left;
	width: calc(100%/3);
	text-align: center;
}


/*.item_img{padding-left: 20px;}*/

ul {
	padding: 0;
	margin: 0;
}

.business_list ul li {
	/*border-bottom:1px solid #ddd;*/
	/*border-bottom: thin solid #f0f0f0;*/
    padding-left: 5.5rem;
    position: relative;
    /*height: 250px;*/
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    min-height: 4.5rem;
}

.merchant_img{
	position: absolute;
	left: 0;
	padding-left: 0.5rem;
	width:5rem;
	height: 4rem;
	top:5%;
}

.business_item{
	position: relative;
}

.business_item_name {
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    width: 90%;
    margin-left: 0.5rem;
    font-size: .6rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.business_item_name_my {
	width: calc(100%/1.2);
	padding-left: 1em;
	font-size: 0.45em;
	font-weight: 500;
}

.business_item_dis {
    position: relative;
    width: 30%;
    display: inline-block;
    text-align: right;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #999999;
	font-size: .5rem;
}
.business_item_deladr{
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
	font-size: .5rem;
}
.business_item_deladrtxt{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    color: #666666;
    font-size: .5rem;
    /* margin-left: 1rem; */
    display: inline-block;
    position: relative;
    left: 0.8rem;
    /* margin-right: 0.5rem; */
}

.business_item_img{
	position: relative;
	height: 16px;
    left: 0.5rem;
}

.business_item_address {
    position: relative;
	color: #999999;
    width: 64%;
    display: inline-block;
    text-align: left;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	left: 0.5rem;
	font-size: .5rem;
}

/*.line_border{
	margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-bottom-color: #DDDDDD;
}*/

.business_item_price {
	text-align: left;
	bottom: 1em;
	position: absolute;
	padding-left: 1em;
}

.business_item_yishou {
	text-align: right;
	margin-right: 1em;
	color: gray;
}
.business_list_right_top{
	position: absolute;
	top: -0.5em;
	right: 2.9em;
	display: none;
}
.business_list_tag {
	position: relative;
	display: none;
	/*top: -4em;
	right: 1.2em;*/
	float: right;
	margin:0.6em;
	/*border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;*/
}


.business_list_tag_word {
	margin: 5px;
	font-size: 0.35em;
}

.top_img_container {
	width: 100%;
}

.business_info {
	position: relative;

	width: 100%;
}

.business_info_name {
	position: absolute;
	text-align: left;
	font-size: medium;
}

.business_info_tag {
	position: relative;
	background: red;
	color: white;
	width: 1em;
	margin: 5px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.business_indruce_container {
	position: relative;
	padding: 1em;
}

.business_indruce {
	font-size: .5em;
	font-weight: 500;
}

.business_indruce_info {
    color: #666666;
    font-size: .65rem;
    padding: 0.5rem 0.5rem;
}


.notice_list{
	border-bottom: 1px solid #F0F0F0;
}
.notice_list_title{
	font-size: 16px;
	color: #333333;
	margin-top: 1em;
	font-weight: 800;
}

.notice_list_detail{
	color: #666666;
	font-size: 14px;
	margin-top: 0.3em;
	margin-bottom: 1em;
}


.special_activity_list {
	position: relative;
	border-bottom: thin solid #f0f0f0;
	padding-left: 5px;
   
}
.special_activity_list ul li{
		/*border-bottom:1px solid #ddd;*/
	border-bottom: thin solid #f0f0f0;
	padding-left: 5px;
	position: relative;
	height: 250px;
	margin-top: 1em;
}


.special_activity ul li img {
	/*border-bottom:1px solid #ddd;*/
	position: absolute;
	padding: 0;
	background-color: black;
}

.special_activity_name {
	position: absolute;
	width: calc(100%/1.8);
	height: calc(100%/4);
	font-size: 18px;
	left: 40%;
	bottom: 6em;
}

.special_activity_detail {
	position: absolute;
	width: calc(100%/1.8);
	height: calc(100%/4);
	bottom: 6em;
	left: 40%;
	font-size: 13px;
	color: darkgrey;
}
.special_activity_info_container{
	position: relative;
	
	margin: 5px;

}
.special_activity_bottom {
	position: absolute;
	width: calc(100%/1.8);
	height: calc(100%/4);
	bottom: 1.5em;
	font-size: 13px;
	color: gray;
	left: 40%;
}
.special_activity_tag {
	position: relative;
	top: -7em;
	right: 5px;
	float: right;
	background: red;
	color: white;
	margin: 5px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.special_activity_tag_word {
	margin: 5px;
}
.activity_detail_container {
	width: 100%;
	position: relative;
	margin-top: 1.8rem;
}
.activity_detail_mrchName_container{
	position: relative;
	padding-top: 12.5px;
	padding-bottom: 15px;
	font-size: .5rem;
}

.activity_detail_dsc_top{
	position: relative;
	height: 110px;
}

.activity_detail_font40p {
	display: inline-block;
	display: -moz-inline-box;
	font-size: .65rem;
	color: #333333;
	margin-left: 0.5rem;
	width: 46%;
}

.activity_detail_tagred {
	position: absolute;
	margin: 5px;
	left: 67%;
	background: red;
	color: white;
	top: 275px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.activity_detail_tagblue {
	position: absolute;
	margin: 5px;
	left: 60%;
	background: blue;
	color: white;
	top: 275px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.bottombutton{
	position: relative;
	float: left;
	margin-left: 10%;
	margin-top: 40px;
	color: blue;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 80px;
	padding-right: 80px;
	border: 1px blue solid ;
	border-radius: 40px;
	
}
.bottombutton2{
	text-align: center;
	
	position: relative;
	float: right;
	margin-right: 10%;
	margin-top: 40px;
	color: blue;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 80px;
	padding-right: 80px;
	border: 1px blue solid ;
	border-radius: 40px;
	
}


.order_business_container{
	position:  relative;
	background-color: white;
	height: 110px;
	line-height: 110px;
}
.order_business_name1{
	position: absolute;
	top: 0;
	left: 45px;
	font-size: 18px;
}
.order_business_name2{
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}
.xiaofei_cotainer{
	position: relative;
	text-align: center;
	background-color: aqua;

	padding-top: 40px;
	padding-bottom: 60px;
}
.xiaofei_cotainer p{
	font-size: 16px;
}
.xiaofei_cotainer input{
	background-color: white;
	text-align: center;
	height: 140px;
	width: 80%;
	border: hidden;
	margin-top: 40px;
	
}
.is_all_special{
	position: relative;
	padding-left: 45px;
	height: 88px;
	padding-top: 20px;
	padding-right: 45px;
}
.is_all_special img{
	position: absolute;
	right: 45px;
	top: 10px;
	
}
.no_special_container{
	position: relative;
	padding-left: 45px;
	height: 88px;

}
.no_special_container input{
	border: none;
     width: 50%;
}
.queren_buttom_container{
	position:fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
	
}
.bottombuttonmiddle{

	margin-top: 40px;
	color: blue;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 120px;
	padding-right: 120px;
	border: 1px blue solid ;
	border-radius: 40px;
	
}
.pay_top_container{
	padding-top: 50px;
	padding-left: 45px;
	padding-right: 45px;
}
.pay_all_item_container{
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 45px;
}
.pay_item_container{
	position: relative;
	line-height: 88px;
	border-bottom: 1px solid lightgray;
}
.pay_item_container img{
	position: absolute;
	right: 0px;
	top: 30px;
}
.pay_item_title {
	position: relative;

}
.pay_item_value{
	position: absolute;
	width: 60%;
	left: 40%;
}
.special_activity_xlk_container{
	background-color: #F1F6FA;
	width: 100%;
	left: 0;
	line-height: 60px;
	top: 385px;
	z-index: 2;
	position: absolute;
	display: none;
}
.fuxuankuang{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 45px;
	top: 30px;
}

/*商家详情优惠券*/
/* .merchant_detail_list{
	
} */
.merchant_detail_item{
    padding-left: 6rem;
    position: relative;
    height: 4.5rem;
    margin-top: 0.5rem;
}
.merchant_detail_item_img{
	position: absolute;
	left: 0;
	padding-left: 0.5rem;
	width: 5rem;
	height: 4rem;
}

/*商家详情活动*/
.merchant_detail_actitem{
	padding-left: 5.5rem;
    position: relative;
    height: 120px;
    margin-top: .5em;
}

.activty_item_name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: calc(100%/1.15);
	font-size: 15px;
	color: #333333;
	padding-left: 0.6em;
}
.ticket_item_date {
	position: absolute;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: calc(100%/2.10);
	word-break: break-all;
	font-size: 13px;
	color: deepskyblue;
	padding-left: 0.6em;
	bottom: 1em;
}

.merchant_detail_website{
	padding: 0.5rem 0.5rem;
	color: #09B6F2;
	text-decoration: underline;
	font-size: .6rem;
}

.merchant_list_bottom{
	position: absolute;
	font-size: .6rem;
    right: 0.5rem;
    left: 5.5rem;
    bottom: 0;
}

.add img{
	width: 100%;
    height: 6rem;
}

.ticket_icon {
	position: absolute;
	left: 52%;
}

.ticket_icon img {
	height: 16px;
}

.ticket_detail_AdrPhone_container{
	padding: 0.5rem 0.5rem;
	font-size: .5rem;
	border-bottom: solid #F0F0F0 thin;
}

.ticket_detail_AdrPhone_container img {
	height: 16px;
}

.ticket_detail_adrtext{
    width: 80%;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: .65rem;
}

.ticket_detail_contact{
	right: 1rem;
	position: absolute;
}

.merchant_detail_website img{
	width: 16px;
	vertical-align: middle;
	margin-right: 0.2em;
}

.ticket_list ul li {
    padding-left: 6rem;
    position: relative;
    height: 4.5rem;
    margin-top: 0.2rem;
}

.ticket_list ul li img {
    position: absolute;
    left: 0;
    /*top: 12px;
    padding-left: 1.25em;*/
    /*width: 245px;*/
    /*height: 200px;*/
   	width: 5rem;
   	top: 0.2rem;
   	height: 4rem;
   	padding-left: 0.5rem;
}

.ticket_item_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    font-size: .65rem;
    color: #333333;
    padding-left: 0.2rem;
}

.ticket_item_discount {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    color: gray;
    margin-bottom: 1em;
    margin-top: 0.3em;
    font-size: .5rem;
    color: #666666;
    padding-left: 0.2rem;
}

.ticket_item_yishou {
    position: absolute;
    display: inline-block;
    display: -moz-inline-box;
    white-space: nowrap;
    right: 0.5rem;
    bottom: 0.3rem;
    color: #999999;
    font-size: .5rem;
}

.ticket_item_dis {
    position: absolute;
    right: 0.2rem;
    top: 0.2em;
    color: #999999;
    font-size: .5rem;
    width: 17%;
    word-wrap: break-word;
}

.ticket_item_jifen {
    position: absolute;
    bottom: 0.2rem;
    text-align: left;
    padding-left: 0.2rem;
    font-size: .65rem;
    color: deepskyblue;
}

.mcontent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 1.8rem;
    /*margin-bottom: 2rem;*/
}

.vip_card {
	height: 2rem;
    line-height: 2rem;
    padding-left: 0.5rem;
    font-size: .75rem;
}

.vip_section {
	display: none;
}