/*
 * @author pulu
 * @date 2016-01-11
 * @新版商城  门票详情页面
 */
body{
	color: #313131;
	overflow-x: hidden;
}

.border-right-line{
	border: 1px solid #efefef;
}
.border-right-line::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 5rem;
	position: absolute;
	background: #efefef;
	right: 3.2rem;
	top: 0;
}
/*--------------------full-lists-------------------*/
.full-lists,.graded{
	background: #fff;

}
.full-list{
	position: relative;
}
.full-list h2{
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 0.8rem 0.8rem 0.8rem 2.1rem;

}
.full-list .full-list-icon{
	position: absolute;
	left: 0.5rem;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../../images/system/mall/icon.png) no-repeat;
	background-size: 1.5rem auto;
}
.full-list .full-icon-info{
	background-position: 0 -1.5rem;
}
.full-list .full-icon-time{
	background-position: 0 -3rem;
}

.full-list-des{
	background: #f0f0f0;
	padding: 0.6rem;
	color: #989898;
	font-size: 0.8rem;
	display: none;
}
.full-list-des p{
	padding: 0.1rem 0;
}
/*--------------------tickets-queue----------------------*/
.tickets-queue{
	background: #fff;
	padding: 0.6rem;
}
.tickets-queue .ticket-queue-title {
	font-size: 0.9rem;
}
.goods-redpack,.goods-appoint{
	position: relative;
	text-indent: 1.5rem;
	display: inline-block;
	margin-right: 1rem;
	color: #959595;
}
.goods-redpack::after,.goods-appoint::after{
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../../images/system/mall/des-icon.png) no-repeat;
	background-size: 1.2rem auto;
}
.goods-appoint::after{
	background-position: 0 -1.2rem;
}
.ticket-queue-des{
	color: #959595;
	line-height: 1.2rem;
	padding: 0.2rem;
}
.ticket-queue-des p{
	min-height: 1.2rem;
}
.ticket-operation{
	position: relative;
	height: 2.4rem;
}
.ticket-operation .refund{
	position: absolute;
	top: 0.6rem;
}
/*-----------------------------shopping-context---------------------*/
.shopping-context{
	position: fixed;
	width: 100%;
	max-height: 90%;
	overflow-y: scroll;
	bottom: 3.3rem;
	color: #262b2f;
	font-size: 0.85rem;
	display: none;
}
.shopping-con{
	max-width: 640px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 0.6rem;
}
.shopping-list{
	height: 5rem;
	position: relative;
}
.shopping-list a{
	display: block;
	color: #262b2f;
}
.shopping-list h2{
	line-height: 1.3rem;
	display: -webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	padding-right: 6.8rem;
}
.shopping-context .choose-dtime{
	position: absolute;
	top: 2rem;
}
.shopping-context .shopping-price{
	position: absolute;
	right: 0;
	top: 0.3rem;
	line-height: 1rem;
	overflow: hidden;
}
/*ticket-detail*/
.ticket-main{
	background: #fff;
	padding: 0 0.5rem;
}
.ticket-addr{
	padding: 0.8rem 0.5rem;
	color: #848484;
	position: relative;
}
.ticket-address{
	padding-right: 6rem;
	font-size: 0.85rem;
	/* min-height: 2rem; */
	display: inline-block;
	vertical-align: middle;
}
.ticket-dt ,.ticket-tel{
	display: inline-block;
	width: 2.125rem;
	height: 2.125rem;
	background: url(../../images/system/mall2.0/icon2.png) no-repeat;
	background-size: 2.125rem 4.25rem;
	position: absolute;
	top: 50%;
	margin-top: -1.0625rem;
	right: 4rem;
}
.ticket-tel{
	right: 1rem;
	background-position: 0  -2.125rem;
}
.ticket-prices{
	height: 2.5rem;
	line-height: 2.5rem;
}
.ticket-prices .tic-price{
	font-size: 1rem;
	margin-right: 0.5rem;
}
.ticket-detail{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y:auto;
	z-index: 999999;
	margin-bottom: 5rem;
	display: none;
    background:#fff;
}
.ticket-detail .ticket-detail-close{
    position:fixed;
    right:20px;
    top:20px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    background:#FE7027;
    border-radius:20px;
    color:#fff;
}
.ticket-detail .table{
	max-width: 100%!important;
}
.ticket-detail-inner{
	padding: 2rem 1rem 4rem 1rem;

}
.ticket-detail-inner img{
	max-width: 100%;
	margin: 0.35rem 0;
}
.ticket-detail-con{
	border-bottom: 1px solid #fff;
	padding: 0.8rem 0;
	font-size: 0.9rem;
}
.ticket-detail-con .ticket-detil-title{
	font-size: 1rem;
    font-weight:bold;
	line-height: 1.7rem;
	margin: 0.2rem 0;
}
.ticket-detail-con .ticket-detil-des{
	line-height: 1.2rem;
}
/*------------------------------------------------hotel html-----------------------------*/
/*---hotel-icons----*/
.hotel-icons{
	background: #fff;
	padding: 0.6rem;
}
.hotel-icon{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../../images/system/mall2.0/sign.png) no-repeat;
	background-size: 1rem auto;
	margin: 0 0.5rem;
}
.hotel-icon-p{
	background-position: 0 -1rem;
}
.hotel-icon-car{
	background-position: 0 -2rem;
}
.hotel-icon-package{
	background-position: 0 -3rem;
}
.hotel-icon-text{
	background-position: 0 -4.8rem;
}
.hotel-icon-bus{
	background-position: 0 -6rem;
}
/*--------graded------*/
.graded{
	padding: 0.6rem;
}

.graded-link{
	float: right;
	color: #848484;
}
/*otel-orders*/
.reserved{
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 0.8rem;
}
.reserved-title{
	color: #646464;
	font-size: 0.85rem;
	font-weight: bold;
	padding-right: 0.3rem;
}
.hotel-orders{
	background: #fff;
	padding: 0 0.5rem;
}
.hotel-order{
    display: block;
    background: #fff;
    padding: 0.6rem 0.6rem 0.3rem;
    position: relative;
}
.hotel-order .hotel-order-name{
	min-height: 2.2rem;
}
.hotel-orders .hotel-order-name {
    font-size: 0.85rem;
    color: #262b2f;
    line-height: 1.1rem;
    padding-right: 6rem;
    /*display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}
.hotel-order-des {
    position: absolute;
    right: 0.67rem;
    top: 0.5rem;
}
.hotel-order-des span,.hotel-order-des s{
	display: block;
	text-align: right;
	width: 6.3rem;
}
.hotel-order-oper{
	padding: 0.3rem 0;
	position: relative;
}
.hotel-order-oper p{
	line-height: 1.3rem;
}
.hotel-order-oper .green-solid-btn{
	position: absolute;
	top: 0.8rem;
	right: 0;
}
/*-------------------------------------------hotelDetail.html------------------------------*/
.dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    z-index: 32;
    background: #fff;
    margin-top: 3rem;
    display: none;
    bottom: 0;
}
.dialog-banner{
	width: 100%;
}
.dialog-banner .swiper-slide{
	width: 100%;
}
.dialog-banner a{
	display: block;
}
.dialog-banner img{
	width: 100%;
}
.hotel-dialog{
	height: 95%;
}
.hotel-room{
	height: 90%;
	overflow-y: scroll;
	margin-bottom: 3.6rem;
	position: relative;
}
.hotel-dialog-close{
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	background: url(../../images/system/mall2.0/close.png) no-repeat;
	background-size: 1.7rem 1.7rem;
	position: fixed;
	right: 2%;
	top: 6%;
	z-index: 11;
}
.dialog-main{
	position: relative;
	padding: 0.5rem;
}
.dialog-main .dialog-head{
	font-size: 1rem;
}
.dialog-main .dialog-address{
	color: #777;
}
.dialog-price{
	display: inline-block;
	position: absolute;
	width: 6rem;
	text-align: right;
	top: 0.5rem;
	right: 0.6rem;
}
.hotel-detail{
	padding: 0.3rem 0.6rem;
	clear: both;
	overflow: hidden;
}
.hotel-detail .hotel-det-list{
	width: 45%;
	float: left;
	margin-right: 5%;
	line-height: 1rem;
	padding: 0.4rem 0;
}
.dialog-describe .ticket-detail-inner {
    padding: 0 0.6rem;
}
.dialog-describe .ticket-detil-title::before{
	content: "";
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	background: #000;
	border-radius: 50%;
	margin-right: 0.4rem;
}
.dialog-describe .ticket-detail-con {
    border-bottom: 0;
    padding: 0;
}
.dialog-describe{
	margin-bottom: 5rem;
	/*overflow: scroll;
	max-height: 12rem;*/
}
.dialog-oper{
	width: 100%;
	height: 3rem;
    line-height: 3rem;
	position: absolute;
	bottom: 0;
	display: block;
	position: fixed;
	bottom: 0;
	box-shadow: -15px 0 15px #D8D8D8;
	left: 0;
	z-index: 9;
}
.dialog-oper-tel,.dialog-det-pay{
	float: left;
	width: 50%;
	height: 3.53rem;
	background: #fff;
}
.dialog-oper-tel-one,.dialog-det-pay{
	float: left;
	width: 50%;
	height: 3.53rem;
	background: #fff;
}
.dialog-oper-tel{
	border-top: 1px solid #e4e4e4;
	text-align: center;
}
.dialog-oper-tel-one{
	border-top: 1px solid #e4e4e4;
	text-align: center;
	display:flex;
	justify-content: center;
}
.dialog-oper-tel-one::before{
	display: inline-block;
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	background: url(../../images/system/mall2.0/phone2.png) no-repeat;
	background-size: 1.5rem auto;
	margin-top: 1.05rem;
}
.dialog-oper-telnum{
	display: inline-block;
}
.dialog-oper-telnum-one{
	display: inline-block;
	line-height: 3.53rem;
}
.dialog-oper-tel::before{
    display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background: url(../../images/system/mall2.0/phone2.png) no-repeat;
    background-size: 1.5rem auto;
}
.dialog-oper-tel  .tel-consult{
	font-weight: normal;
	margin-top: 0.3rem;
	color: #FE7027;
}
.dialog-oper-tel-one  .tel-consult{
	font-weight: normal;
	color: #FE7027;
}
.dialog-oper-tel p{
	text-align: center;
}
.dialog-det-pay{
	background:#FE7027;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}
.price-total {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 1rem;
    background: #fff;
}
.occupying{
	height: 3.6rem;
}

/* calendar */
.calendar-choice{
	background: #fff;
	padding: 0.6rem;
	border-top: 1px solid #e4e4e4;
}
.calendar-message{
	width: calc(100% - 1rem);
	display: inline-block;
	text-align: center;
}
.calendar-date{
	font-size: 0.8rem;
	color: #262b2f;
	text-indent: 2em;
	line-height: 1.2rem;
	display: inline-block;
}
.calendar-num{
	padding-left: 1rem;
	font-size: 0.8rem;
	color: #262b2f;
	line-height: 1.2rem;
	display: inline-block;
}
.calendar-num>i{
	font-style: normal;
	color: #FE7027;
}
.arrow_calendar{
	width: 1rem;
	height: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	float: right;
}
/*-------------------------------------------foodDetail.html------------------------------*/
.foods-head{
	padding-bottom: 0.6rem;
}
.switch-detail{
	background: #fff;
}
.goods-nav{
	height: 2.5rem;
	line-height: 2.5rem;
}
.goods-nav span{
	display: block;
	text-align: center;
	color: #646464;
	font-size: 0.9rem;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.goods-nav span.active{
	border-bottom: 1px solid #FE7027;
	color: #FE7027;
}
.business-info,.buying-tips,.buying-other,.business-other,.specialy-other{
	background: #fff;
}
.business-main {
	padding: 0.3rem 0;
	border-bottom: 1px solid #22d796;
	clear: both;
	overflow: hidden;
}
.business-main .business-name,.business-main .business-instance{
	width: 46%;
	float: left;
	overflow: hidden;
	padding: 0 2%;
}
.business-main .business-name{
	font-size: 0.95rem;
}
.business-main .business-instance{
	color: #989898;
	text-align: right;
}
.business-adr{
	padding: 0.6rem;
}
.address-name{
	display: inline-block;
	position: absolute;
	left: 0.6rem;
	width: 2.5rem;
	float: left;
}
.true-adr{
	display: block;
	padding: 0 6rem 0 2.5rem;
}
.business-adr{
	position: relative;
	color: #777;
	font-size: 0.8rem;
}
.address-icon-div,.tell-icon-div{
	display: inline-block;
	width: 3rem;
	height: 100%;
	border-left: 1px solid #efefef;
	position: absolute;
	top: 0;
	right: 3rem;
}
.address-icon-div{
	right: 0;
}
.address-icon,.tell-icon{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../../images/system/mall/address.png) no-repeat;
	background-size: 2rem auto;
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	left: 0.5rem;
}
.tell-icon{
	background-position: 0 -2rem;
	right: 0;
}
.blue-bottom-title{
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	font-size: 0.95rem;
}
.buying-content{
	font-size: 0.8rem;
	padding: 0.6rem;
}
/*---buying-other-----*/
.buying-other-div{
	padding: 0 0.6rem;
}
.buying-other-div .foods-classes{
	padding: 0.2rem 0;
	display: block;
}
.buying-other-div .foods-classes:nth-last-of-type{
	border-bottom: none;
}
.foods-classes {
	padding: 0.3rem;
}
.foods-classes .foods-title{
	color: #434343;
	font-size: 0.85rem;
}
.foods-classes .foods-classes-des{
	color: #989898;
	padding: 0.2rem 0;
}
.foods-classes-des .foods-num{
	float: right;
}
/*--------------------------------------business.html-----------------------*/
.business-head{
	background: #fff;
	padding: 0.6rem;
}
.business-head .business-title{
	font-size: 1rem;
	color: #343434;
	padding-bottom: 0.2rem;
}
.business-h-des{
	min-height: 1rem;
}
.buying-content img{
	max-width: 100%;
	margin:  0;
}
/*--------------------------------------specialtyDetail.html-----------------------*/
.specialy-order-name{
	padding-right: 8rem!important;
	min-height: 2.2rem;
}
.specialy-price,.specialy-state{
	width: 7.5rem!important;
}
.specialy-other{
	overflow: hidden;
}
.specialy-other-con{
	padding: 0 0.6rem;
	overflow: hidden;
}
.specialy-other-con .like-img{
	margin-right: 0.5rem;
}
.specialy-other-con .col-like-div{
	display: block;
}
.specialy-con-console{
	padding-bottom: 0.6rem;
}
.specialy-con{
	padding-left: 6.3rem;
	padding-right: 0.9rem;
}
.specialy-con .specialy-title{
	padding-bottom: 0.3rem;
}
.specialy-goods{
	min-height: 4.5rem!important;
	overflow: visible;
	position: relative;
}
.specialy-goods .like-img{
	position: absolute;
	left: 0rem;
}
/*价格区间*/
.good-item{
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #f0f0f0;
	color: #989898;
	position: relative;
	min-height: 30px;
	overflow: hidden;
}
.price-section{
	text-align: center;
	font-size: 0.75rem;
	line-height: 3rem;
	font-weight: bold;
	color: #2e2e2e;
}
.price-section-two{
	margin: 0.6rem 0;
	border-right: 1px solid #f0f0f0;
	display: inline-block;
	width: 49%;
}
.price-section-three{
	margin: 0.6rem 0;
	border-right: 1px solid #f0f0f0;
	display: inline-block;
	width: 32%;
}
.price-section-three:last-child{
	border-right: none;
}
.price-section-two:last-child{
	border-right: none;
}
.section-number{
	font-size: 0.75rem;
	font-weight: bold;
	color: #2e2e2e;
	text-align: center;
	display: block;
	letter-spacing: 5px;
}
.section-price{
	font-size: 0.75rem;
	color: #f7a22d;
	text-align: center;
	padding-top: 0.5rem;
	display: block;
	letter-spacing: 5px;
}
.slide-more{
	margin: 0.6rem 0;
	border-right: 1px solid #f0f0f0;
	display: inline-block;
	width: 32%;
}
.slide-more:last-child{
	border-right: none;
}
.member-price{
	margin: 0 0 0 0.2rem!important;
	font-weight: bold;
}
.member-item{
	background: #ccc;
	border: none;
	color: #fff;
}
[class^=hotel-num_]{
	font-size: 0.6rem;
	color: #fe7027;
}


