body{
	background-color: #f0eff5;
}
/** 下个版本使用该样式 */
.mmain {
	/*padding-top: 45px;*/
	padding-bottom: 60px;
	width: 100%;
}

.pro_name{
	background-color: rgb(8,141,232);
	padding: 10px;
	color: #fff;
}
.pro_name .pro_ntit{
	font-size: 14px;
}
.pro_name .pro_ndesc{
	font-size: 16px;
	margin-top: 5px;
}
.large_sess{
	border: 1px solid rgb(200,199,204);
	border-width: 1px 0;
	background-color: #fff;
	padding: 0 10px;
}
/** 下个版本删除该样式 */
/*.lit_sess{
	border-bottom: 1px solid rgb(225,225,225);
	!*height: 45px;*!
	overflow: hidden;
	!*line-height: 44px;*!
	!*padding-left: 85px;*!
	position: relative;
	font-size: 16px;
}*/

.lit_sess:last-child{
	border-bottom: none;
}
.lit_sess label{
	position: absolute;
	left: 0;
	top:0;
    max-width: 85px;
}
.lit_sess .lbtn,.lit_sess .rbtn{
	width:22px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	background: url(../images/btn_min_grey.png) no-repeat;
	background-size:100%;
	position: relative;
	top:4px;
}
.lit_sess .rbtn{
	background-image: url(../images/btn_max_blue.png);
}
.lit_sess .num_btn{
	display: inline-block;
    /*height: 44px;*/
    /*line-height: 24px;*/
    margin: 0 4px;
    /*padding: 10px 0;*/
    text-align: center;
    width: 30px;
}
.lit_sess input{
	width: 180px;
	padding: 10px 0;
	height: 44px;
	border: none;
}
.large_sess .tit{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
.large_sess  textarea{
	border: none;
	width: 100%;
	height: 110px;
	padding: 10px 0;
}
#getnewcode{
    padding: 0 20px 0 0;
    background: url("../images/reg-down.png") no-repeat right;
    background-size: 10px;
    position:relative;
    margin-right: 10px;
}
#getnewcode:after{
    display:block;
    content:"";
    width:1px;
    background:#ddd;
    height:33px;
    top:-5px;
    right:-10px;
    position:absolute;
}
/* 预定 */
.book{position: fixed;bottom:0;width:100%;}
.book a{display: inline-block;height:44px;text-align:center;padding:10px 0;font-size:1.125em;}
.book a:nth-child(1){width: 40%;border-top:1px #c1c1c1 solid;background: #fafafa;color:#919191;}
.book a:nth-child(2){width: 60%;border-top:1px #46BF31 solid;background: #46BF31;color:#fff;}

.noDrawDown a{
	display:block;
	color: #323232;
}

/*矩形对话框*/
.boxTips{
	background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    color: #323232;
    font-size: 17px;
    height: auto;
    left: 50%;
    line-height: 24px;
    margin: -20px 0 0 -120px;
    overflow: hidden;
	padding:10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 240px;
    z-index: 1002;
	display:none;
}

/**** 旅游和百高特惠提交订单页改版样式-BEGIN *******/
.set-info{
	width: 100%;
	background: #F5FBFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.set-info h1{
	line-height: 24px;
	margin-bottom: 12px;
	font-size: 19px;
}
.total-sp{
	flex: 2;
}
.price-sm,
.price-lg{
	flex: 1;
	font-size: 14px;
	text-align: right;
}
.price-sm span,
.price-lg span{
	font-size: 17px;
}
.price-lg strong{
	font-size: 20px;
}
.book-tips{
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #B21C1C;
	font-size: 14px;
	background: url("../images/icon-tag-red@2x.png") no-repeat left center;
	background-size: 15px auto;
}
.panel-wrp{
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 17px;
}
.pl-sp{
	flex: 4;
	text-align: left;
}
.pl-con{
	flex: 6;
	text-align: left;
}
.date-set-ev{
	padding-right: 10px;
	color: #999;
	text-align: right;
	background: url("../images/icon-arrow-grey-r@2x.png") no-repeat right center;
	background-size: 6px 10px;
}
.psn-count{
	text-align: right;
}
.psn-count .num_btn{
	display: inline-block;
	min-width: 70px;
	height: 26px;
	line-height: 26px;
	margin: 0 10px;
	font-size: 21px;
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: 25px;
	vertical-align: center;
}
.trs-remarks{
	width: 100%;
	padding: 10px 15px;
	height: 100px;
	border: none;
}
.panel-wrp .no-bd-ipt{
	padding: 0;
	margin-bottom: 0;
	font-size: 17px;
	border: none;
}
.phone-code{
	flex: 2;
}
.phone-num{
	flex: 8;
	padding-left: 10px;
}
.fixed-btn-wrp{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.fixed-btn-wrp button{
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	color: #fff;
	font-size: 20px;
	background: #0097FF;
	border: none;
	border-radius: 0;
}

.trm-date-wrp > div{
	display: inline-block;
	color: #666;
	font-size: 15px;
	vertical-align: top;
}
.clocker{
	display: inline-block;
	vertical-align: middle;
}
.t-sp{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 2px;
	background: #EF4235;
}
.calendar{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	/*-webkit-overflow-scrolling: touch;*/
	background: #fff;
	z-index: 999;
}
#calendar{
	position: static;
	height: 100%;
	padding-top: 45px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/**** 旅游和百高特惠提交订单页改版样式-END *******/
