html{
    height:100%;
     width:100%;
}
body{
    width:100%;
	height:100%;
	background: #F9F8F6;
    font-family:Helvetica;
    -webkit-overflow-scrolling:touch;
   /*overflow:hidden;*/
    /*position:relative;*/
    /*opacity:0;
    filter:alpha(opacity=0);*/
    z-index: 1;
    -webkit-touch-callout:none;    
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}
.main_pc{
    display:none;
}

/*滚动条样式*/


/*/滚动条样式*/

.h5_hotelDetial {
   
    opacity:0;
    filter:alpha(opcity=100);
}
/*登录弹框*/

.h5_logo_alert{
    display: none;
}
.h5_logo_alert .login_tk_a {
   display: none;
    position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-top:-66px;
    margin-left:-125px;
    background: rgba(0,0,0,0.8);
    background: #000\9;
    filter: alpha(opacity=80);
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.h5_logo_alert .login_tk_a li.login_tk_txt_a {
    padding: 28px 18px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}
.h5_logo_alert .login_tk_a li.login_tk_txt_a code {
    font-size: 35px;
    color: #C0191F;
    vertical-align: middle;
    padding-right: 11px;
}
.h5_logo_alert .login_tk_a li.login_tk_button_a {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #535353;
    font-size: 0;
}
/*.h5_logo_alert .login_tk li.login_tk_button a.login_tk_buttonL {
    background: #c0191f;
    border: 1px solid #c0191f;
    color: #fff;
}*/
.h5_logo_alert .login_tk_a li.login_tk_button_a a {
   display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.h5_logo_alert .login_tk_a li.login_tk_button_a a.login_tk_buttonR_a {
   border-left: 1px solid #535353;
    color: #979797;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*/登录弹框*/
/*=========================酒店详情页==================================*/
/*公共样式*/
#h5Main{
     
    width:100%;
    height:100%;
}
.h5_hotelDetial .h5_pub_style{
	height:45px;
	padding:0px 12px;
	border-bottom: 1px solid #ECECEC;
	background: #FFFFFF;
    cursor:pointer;
}
strong.h5_arial{
	font-family:Arial;
}
/*/公共样式*/
.swiper-container {
	width: 100%;
	height: 100%;

}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*banner*/
.h5_hotelDetial .h5_top_img{
	/*width:100%;
	height:250px;
	position:relative;*/
}
.h5_hotelDetial .h5_top_img_a{
	width:100%;
	height:33px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 9999;
}
.h5_hotelDetial .h5_top_img_b{
	width:100%;
	height:42px;
	/*position:absolute;
	top:208px;
	left:0px;*/
    position:relative;
    margin-top:-42px;
	z-index: 999;
}

.h5_hotelDetial .h5_top_pos li{
	width:34px;
	height:34px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: #000000;   
	border-radius:100% 100%;
	text-align: center;
	position:absolute;
}
.h5_hotelDetial .h5_top_pos .h5_lia{
	top:15px;
	left:15px;
}
.h5_hotelDetial .h5_top_pos .h5_lib{
	top:15px;
	right:58px;
}
.h5_hotelDetial .h5_top_pos .h5_lic{
	top:15px;
	right:15px;
}
.h5_hotelDetial .h5_top_img_a .list_intro_collect_a{
    width:34px;
	height:34px;
	opacity: 0;
	filter: alpha(opacity=0);
	
	background: red;
	border-radius:100% 100%;
	text-align: center;
	position:absolute;
    top:15px;
	right:15px;
    z-index:999999999999999 !important;
    cursor:pointer;
}
.h5_hotelDetial .h5_top_icon span{
	font-size:20px;
	color:#fff;
	position:absolute;
}
.h5_hotelDetial .h5_top_icon a{
	font-size:18px;
	color:#fff;
	position:absolute;
}
.h5_hotelDetial .h5_top_icon .h5_back{
	top:22px;
	left:21px;
}
.h5_hotelDetial .h5_top_icon .h5_tel{
	top:23px;
	right:65px;
	cursor: pointer;
}
.h5_hotelDetial .h5_top_icon .h5_heart{
	top:24px;
	right:22px;
    
}

.h5_hotelDetial .h5_opacity_bg{
	position:absolute;
	bottom:0px;
	height: 50px;
	filter: alpha(opacity=89);
	/*-moz-opacity: 0.89;*/
	opacity: 0.89;
	background-image: -webkit-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);   
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	/*background: #201f1e\9;
	height: 42px\9;
	background: #201f1e\9\0;
	height: 42px\9\0;*/

}
.swiper-pagination-bullets{
    bottom:55px;
}
.h5_hotelDetial .h5_top_bom {
    position: absolute;
    bottom: 0px;
    z-index: 70;
    width: 100%;
    height: 26px;
}
    .h5_hotelDetial .h5_top_bom .hidden {
        width: 76.5%;
        overflow: hidden;
        position: relative;
        margin-left: 12px;
    }
    .h5_hotelDetial .h5_top_bom .hidden div {
        width: 100%;
        overflow: auto;
        height: 20px;
    }
    .h5_hotelDetial .h5_top_bom p {
        padding-left:0;
        /*font-family: MicrosoftYaHei;*/
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        /*height:20px;*/
        line-height: 20px;
        padding-bottom: 7px;
        white-space: nowrap;
        position: absolute;
    }

.h5_hotelDetial .h5_top_bom>a{
	position:absolute;
	right:14px;
	bottom:-5px;
	width:13%;
	height:42px;
	line-height:42px;
	z-index:70;
}
.h5_hotelDetial .h5_img_icon{
	position:absolute;
	right:35px;
	bottom:-1px;
	font-size: 18px;
	color:#fff;
   
}
.h5_hotelDetial .h5_img_num{
	position:absolute;
	right:20px;
	bottom:-1px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-family: Arial;

}


.h5_hotelDetial .h5_top_img img{
	width:100%;
    background-size:100% 100%;
	height:250px;
}
/*/banner*/
/*评分*/
.h5_hotelDetial .h5_grade>a{
	display:block;
}
.h5_hotelDetial .h5_start{
     width:76px;
    position:relative;
}
.h5_hotelDetial .h5_start>div{
    width:76px;
}
.h5_hotelDetial .h5_start div.icon_active{
    position:absolute;
    z-index:120;
	width:100%;
	height:14px;
	overflow: hidden;
	float: left;
	margin-top:15px;
}
.h5_hotelDetial .h5_start div.icon_normal{
    position:absolute;
    z-index:110;
	width:100%;
	height:14px;
	overflow: hidden;
	float: left;
	margin-top:15px;
   

}
.h5_hotelDetial .h5_start div.icon_normal span{
   background:url(' https://webimgs.bthhotels.com/cms/image/webH5/h5_detial/hide_start.png') no-repeat;
   background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='https://webimgs.bthhotels.com/cms/image/webH5/h5_detial/hide_start.png',
			sizingMethod='scale')!important;
    background-image: url()\9;
   

}
.h5_hotelDetial .h5_start span{
    display:inline-block;
    width:76px;
    height:14px;
    
}

.h5_hotelDetial .h5_start .h5_on{
	background:url('https://webimgs.bthhotels.com/cms/image/webH5/h5_detial/show_start.png') no-repeat;
    background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='https://webimgs.bthhotels.com/cms/image/webH5/h5_detial/show_start.png',
			sizingMethod='scale')!important;
    background-image: url()\9;
}
.h5_hotelDetial .h5_start strong{
    position:absolute;
    left:76px;
	font-family: Arial;
	font-size: 15px;
	color: #90704D;
	line-height: 45px;
	margin-left:5px;
	margin-top:1px;
	display:inline-block;
    font-weight:normal;

}
.h5_hotelDetial .h5_comment span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	/* font-weight:bold; */
	color: #90704D;
	letter-spacing: 0;
	line-height:45px;
}
.h5_hotelDetial .h5_comment span.iconfont{
	font-size:13px;
}
.h5_hotelDetial .h5_comment span.h5_num{
	display: inline-block;
	margin-right:-4px;
	font-family: Arial;
}
/*/评分*/


/*位置*/
.h5_hotelDetial .h5_location{
	height:auto;

}
.h5_hotelDetial .h5_location>a{
	display: block;
}

.h5_hotelDetial .h5_location span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 13px;
	letter-spacing: 0;
    font-weight:normal;
}
.h5_hotelDetial .h5_location #map_h5_box{
   width:70%;
   padding:13px 0px;
   position:relative;
   top:1px;
  
}
.h5_hotelDetial .h5_location .h5_sp1{
    display:inline-block;	
    line-height:20px;
     width:100%;
	 /*word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;*/
    color: #535353;	
}
.h5_hotelDetial .h5_location .shouqi{
    
}
.h5_hotelDetial .h5_location .h5_sp1 b{
    color: #90704D;
	font-weight:normal;
}
.h5_hotelDetial .h5_location .h5_sp2{
    display:inline-block;
     line-height:20px;
	color: #535353;
   
}
.h5_hotelDetial .h5_location .h5_map{
    /*font-family: MicrosoftYaHei;*/
    font-size: 12px;
	color: #90704D;
}
.h5_hotelDetial .h5_location .iconfont{
	color:#90704D;
	font-size:13px;
    position:relative;
    top:1px;
    margin-left:4px;
	/* font-weight:bold; */
}
.h5_hotelDetial .arrow_down{
    text-align:center;
    padding:5px 0px;
}
/*/位置*/
/*图标*/
.h5_hotelDetial .h5_mark .h5_fl span{
	display:inline-block;
	margin-top:3px;
	font-size:40px;
	line-height:45px;
	color:#535353;
}
.h5_hotelDetial .h5_mark a{
	display:block;
	position:relative;
	z-index: 50;
}
.h5_hotelDetial .h5_mark .h5_fl{
    width:73%;
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;
}
.h5_hotelDetial .h5_mark .h5_fl span.icon_sp1{
	margin-left:-8px;
}
.h5_hotelDetial .h5_mark .h5_fr_a span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	/* font-weight:bold; */
	color: #90704D;
	letter-spacing: 0;
	position: relative;
	top:2px;
	line-height: 45px;
}
.h5_hotelDetial .h5_mark .h5_fr_a span.iconfont{
	position: relative;
	top:3px;
	font-size: 13px;
}
.h5_hotelDetial .h5_mark .h5_fr_a .h5_facility{
	margin-right:4px;
}
/*/图标*/
/*迪士尼直通车*/
.h5_hotelDetial .h5_text{
	margin-bottom:10px;
}
.h5_hotelDetial .h5_text .h5_fl span{
	display: inline-block;
	padding:0px 6px;
	border: 1px solid #FD6D00;
	border-radius: 3px;
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #FD6D00;
	line-height:20px;
	margin-right:6px;
	margin-top:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* font-weight:bold; */
}
.h5_hotelDetial .h5_stance{
    height:10px;
    display:none;
}
/*/迪士尼直通车*/
/*入住日期*/
#h5_date_b{
    position:fixed;
    top:0px;
    display:none;
    z-index:999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ECECEC;
     border-top: 1px solid #ECECEC;
   
}

.h5_hotelDetial .h5_date,#h5_date_b .h5_date{
     -webkit-transform: translateZ(0);
	position:relative;
	width:100%;
	/*margin-top:10px;*/
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	overflow: hidden;
	z-index:999;
	padding:0px ;
   
}
.h5_hotelDetial .h5_date .h5_date_in,#h5_date_b .h5_date_in{
	/*position:absolute;
	left:12px;*/
    padding-left:12px;
    height:45px;
}
.h5_hotelDetial .h5_date .h5_date_out,#h5_date_b .h5_date_out{
	position:absolute;
	left:120px;
}
.h5_hotelDetial .h5_date span ,#h5_date_b span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #979797;
	line-height:45px;
}
.h5_hotelDetial .h5_date .h5_span .h5_fontColor ,#h5_date_b .h5_span .h5_fontColor{
    font-family:Arial !important;
	font-weight:bold;
	color: #90704D;
	font-size: 14px;
    position:relative;
    top:1px;
    height:45px;
    line-height:45px;
}
.h5_hotelDetial .h5_date .h5_date_out ,#h5_date_b .h5_date_out{
	padding-left:18px;
    height:45px;
}
.h5_hotelDetial .h5_date .h5_fr ,#h5_date_b .h5_fr{
	/*position:absolute;
	right:12px;*/
    padding-right:12px;
}
.h5_hotelDetial .h5_date .h5_fr span ,#h5_date_b .h5_fr span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #90704D;
	letter-spacing: 0;
	line-height:45px;
	/* font-weight:bold; */
}

.h5_hotelDetial .h5_date .h5_fr span.iconfont ,#h5_date_b .h5_fr span.iconfont{
	font-size:13px;
}
.h5_hotelDetial .h5_date .h5_fr .h5_fontColor ,#h5_date_b .h5_fr .h5_fontColor{
	margin-right:4px;
}
.h5_hotelDetial .h5_date .h5_fr .h5_fontColor strong ,#h5_date_b .h5_fr .h5_fontColor strong{
	font-weight:bold;
	font-family: Arial;
	font-size: 15px;
	color: #90704D;
	padding:0px 1px;
	line-height:45px;
	position:relative;
	top:1px;
}
.h5_hotelDetial .h5_date .h5_fr .iconfont ,#h5_date_b .h5_fr .iconfont{ 
	font-size:12px;
	line-height:45px;
	margin-top:2px;
}
    .h5_hotelDetial .limit_today .h5_fr .h5_fontColor{
        font-size: 13px;
        color: #C0191F;
    }
.h5_hotelDetial .flag{
    display:none;
}
/*/入住日期*/
/*酒店列表*/
.h5_hotelDetial .h5_list {
    margin-bottom: 30px;
}
.h5_hotelDetial .h5_list>li{
	/*height:84px;*/
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #ECECEC;
	background: #FFFFFF;
}
.h5_hotelDetial .h5_list>li .list_box{
	float:left;
	width:68%;
	cursor: pointer;
   
}
.h5_hotelDetial .h5_list .not_found {
    float: left;
    margin-left: 12px;
    width: 93px;
    height: 83px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    background: url("https://webimgs.bthhotels.com/cms/image/web/replacePic.png") no-repeat center center;
    background-size: contain;
    -webkit-background-size: contain;
}
.h5_hotelDetial .h5_list .not_found .h5_fl {
    width:93px;
	height:83px;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.h5_hotelDetial .h5_list>li img{
	margin-left:12px;
	width:93px;
	height:83px;
	background:url(https://webimgs.bthhotels.com/cms/RmDesp/90-60/2_3_1_HD.jpg) center center no-repeat;
	background-size:cover;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://webimgs.bthhotels.com/cms/RmDesp/90-60/2_3_1_HD.jpg',sizingMethod='scale');
}
.h5_hotelDetial .h5_middle{
	width:52.5%;
	/*margin-left:2%;*/
    margin-left:10px;
}
.h5_hotelDetial .h5_middle h3{
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #2F2E2E;
	line-height:19px;
	/*word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;*/
	margin-bottom:3px;
    width:100%;
	/* font-weight:bold; */

}
.h5_hotelDetial .h5_middle h3 p{
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #2F2E2E;
	line-height:19px;
	
	/* font-weight:bold; */
    display:inline-block;

}
.h5_hotelDetial .h5_middle h3 span{
	color:#D4D4D4;
	font-size:13px;
	margin-left:2px;
}
.h5_hotelDetial .h5_middle>p{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #979797;
	letter-spacing: 0;
	line-height: 18px;
    /*height:64px;*/
   /*word-break: keep-all;
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.h5_hotelDetial .h5_list .h5_fr{
    float:left;
	text-align: right;
	line-height:80px;	
    width:31.5%;
	/*margin-left:70.6%;*/
	cursor: pointer;
    position:relative;
  
    right:12px;
}
.h5_hotelDetial .h5_fr span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #C0191F;
	
}
.h5_hotelDetial .h5_fr .sp1{
    position:relative;
    left:4px;
    top:0px;
}
.h5_hotelDetial .h5_fr .sp2{
    position:relative; 
   right:0px;
   top:-2px;
}
.h5_hotelDetial .h5_fr strong{
	/*font-family: Arial;
	 font-weight:bold; 
	font-size: 20px;
	color: #C0191F;
	letter-spacing: -0.75px;
	padding:0px 1px;
	display:inline-block;*/
    /*position:relative;
    top:0px;
    height:60px;
    display:inline-block;*/
    font-size: 20px;
    /*font-weight: bold;*/
    position: relative;
    top: 3px;
 
}

.h5_hotelDetial .h5_fr .h5_zhan {
    color: #90704D;
    font-size: 18px;
   padding-left: 6px;
    position: relative;
    top: 2px;
    right:2px;
}
.h5_hotelDetial .h5_list>li .h5_height{
	height:10px;
}
/*更多详情*/
.h5_hotelDetial .h5_more{
    float:left;
    width:100%;
	display:none;
}
.h5_hotelDetial .h5_more .h5_more_fl{
     max-width: 50%;
     padding:10px 0!important;
   
} 
.h5_hotelDetial .h5_more ul{
	/*height:222px;*/
	overflow: hidden;
    
}
.h5_hotelDetial .h5_more li{
   
	background: #F9F8F6;
	/*border-bottom: 1px solid #D4D4D4;*/
	padding:7px 12px;
	/*height:59px;*/
}
.h5_hotelDetial .h5_more li.h5_li_fast{
    
	border-top: 1px solid #ECECEC;
	/*margin-top:10px;*/
    position:relative;
}
.h5_hotelDetial .h5_more li h3{
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #2F2E2E;
	line-height:20px;
     width:100%;
    /*word-break: keep-all;*/


}
.h5_hotelDetial .h5_more li .h5_more_fl>p {
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #979797;
	line-height:14px;
	/* font-weight: bold; */

}
.h5_hotelDetial .h5_more li div.h5_action{
	line-height:30px;
}
.h5_hotelDetial .h5_more li div .back{
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0;
	background: #FD6D00;
	border-radius: 3px 0 0 3px;
	border: 1px solid #FD6D00;
	padding:0px 5px;
	height:19px;
	line-height:19px;
	display: inline-block;
	/* font-weight: bold; */
}
.h5_hotelDetial .h5_more li div .ticket{
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #FD6D00;
	letter-spacing: 0;
	border-radius: 0px 3px 3px 0px;
	border: 1px solid #FD6D00;
	border-left:none;
	padding:0px 3px;
	margin-left:-5px;
	height:19px;
	line-height:19px;
	display: inline-block;
	/* font-weight: bold; */
}
.h5_hotelDetial .h5_more li div .gift{
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0;
	padding:0px 5px;
	background: #FD6D00;
	border-radius: 3px;
	margin-left:2px;
	height:21px;
	line-height:21px;
	display: inline-block;
	/* font-weight: bold; */

}
/*支付按钮交互*/

/*高亮预定需支付按钮*/
.h5_hotelDetial .h5_pay_light_all{
    width:60px;
    height:43px;
    margin-top:8px;
}
.h5_hotelDetial .h5_pay_light_all .reserve{
	
    /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:23px;
    background: #C0191F;
    border-radius: 3px 3px 0 0;
    line-height:23px;
    font-size:12px;
    letter-spacing: -0.58px;
    color:#fff;
    text-align:center;


}
.h5_hotelDetial .h5_pay_light_all .line_payment{
	 /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:20px;
    background: #FFECD2;
    border: 1px solid #FD6D00;
    border-radius: 0 0 3px 3px;
    border-top:none;
    line-height:20px;
    font-size: 12px;
    color: #FD6D00;
    letter-spacing: -0.53px;
    text-align:center;
    box-sizing:border-box;
}
.h5_hotelDetial .h5_pay_light_all:hover{
	opacity:0.7;
    filter:alpha(opacity=70);
}

/*/高亮预定需支付按钮*/

/*高亮预定按钮*/
.h5_hotelDetial .h5_pay_light_only{
    width:60px;
    height:23px;
    margin-top:18px;
}
.h5_hotelDetial .rightPart {
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.h5_hotelDetial .h5_pay_light_only .reserve{
	
    /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:23px;
    background: #C0191F;
    border-radius: 3px 3px 3px 3px;
    line-height:23px;
    font-size:12px;
    letter-spacing: -0.58px;
    color:#fff;
    text-align:center;


}
.h5_hotelDetial .h5_pay_light_only .line_payment{
	display:none;
}
.h5_hotelDetial .h5_pay_light_only:hover{
	opacity:0.7;
    filter:alpha(opacity=70);
}

/*/高亮预定按钮*/
/*高亮预定需担保按钮*/
.h5_hotelDetial .h5_pay_light_other{
    width:60px;
    height:43px;
    margin-top:8px;
}
.h5_hotelDetial .h5_pay_light_other .reserve{
	
    /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:23px;
    background: #C0191F;
    border-radius: 3px 3px 0 0;
    line-height:23px;
    font-size:12px;
    letter-spacing: -0.58px;
    color:#fff;
    text-align:center;


}
.h5_hotelDetial .h5_pay_light_other .line_payment{
	 /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:20px;
    background: #ECF3FC;
    border: 1px solid #4B8FE0;
    border-radius: 0 0 3px 3px;
    border-top:none;
    line-height:20px;
    font-size: 12px;
    color: #4B8FE0;
    letter-spacing: -0.53px;
    text-align:center;
    box-sizing:border-box;
}
.h5_hotelDetial .h5_pay_light_other:hover{
	opacity:0.7;
    filter:alpha(opacity=70);
}

/*高亮预定需担保按钮*/





/*灰色预定需支付按钮*/
.h5_hotelDetial .h5_pay_gray_all{
    width:60px;
    height:43px;
    margin-top:8px;
}
.h5_hotelDetial .h5_pay_gray_all .reserve{
	
    /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:23px;
   background: #D4D4D4;
    border-radius: 3px 3px 0 0;
    line-height:23px;
    font-size:12px;
    letter-spacing: -0.58px;
    color:#fff;
    text-align:center;


}
.h5_hotelDetial .h5_pay_gray_all .line_payment{
	 /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:20px;
    background: #F1F1F1;
    border: 1px solid #D4D4D4;
    border-radius: 0 0 3px 3px;
    border-top:none;
    line-height:20px;
    font-size: 12px;
    color: #979797;
    letter-spacing: -0.53px;
    text-align:center;
    box-sizing:border-box;
}

/*灰色预定需支付按钮*/

/*灰色预定按钮*/
.h5_hotelDetial .h5_pay_gray_only{
    width:60px;
    height:23px;
    margin-top:17px;
}
.h5_hotelDetial .h5_pay_gray_only .reserve{
	
    /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:23px;
   background: #D4D4D4;
    border-radius: 3px 3px 3px 3px;
    line-height:23px;
    font-size:12px;
    letter-spacing: -0.58px;
    color:#fff;
    text-align:center;
}
.h5_hotelDetial .h5_pay_gray_only .line_payment{
	display:none;
}


/*灰色预定按钮*/



/*灰色预定需担保按钮*/
.h5_hotelDetial .h5_pay_gray_other{
    width:60px;
    height:43px;
    margin-top:8px;
}
.h5_hotelDetial .h5_pay_gray_other .reserve{
	
    /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:23px;
   background: #D4D4D4;
    border-radius: 3px 3px 0 0;
    line-height:23px;
    font-size:12px;
    letter-spacing: -0.58px;
    color:#fff;
    text-align:center;


}
.h5_hotelDetial .h5_pay_gray_other .line_payment{
	 /*font-family: MicrosoftYaHei;*/
    width:60px;
    height:20px;
    background: #F1F1F1;
    border: 1px solid #D4D4D4;
    border-radius: 0 0 3px 3px;
    border-top:none;
    line-height:20px;
    font-size: 12px;
     color: #979797;
    letter-spacing: -0.53px;
    text-align:center;
    box-sizing:border-box;
}

/*灰色预定需担保按钮*/



/*支付按钮交互*/
.h5_hotelDetial .exchange_over{
	background: #D4D4D4;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: -0.58px;
	width:46px;
	text-align: center;
	margin-top:16px;
	line-height:24px;
	/* font-weight: bold; */

}

.h5_hotelDetial .line_payment span{
    position:relative;
    top:0px;
}
.h5_hotelDetial .h5_money{
	line-height:59px;
	margin-right:15px;
    width:75px;
}
.h5_hotelDetial .h5_money .h5_val{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #C0191F;
	letter-spacing: -0.58px;
	display: inline-block;
	margin-right:-3px;
	/* font-weight:bold; */
	position: relative;
	top:0px;
}
 .h5_hotelDetial .h5_money .h5_color_ye{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #90704D;
	letter-spacing: -0.58px;
	display: inline-block;
	margin-right:-3px;
	/* font-weight:bold; */
	position: relative;
	top:-1px;
}
.h5_hotelDetial .h5_money .h5_num{
	/*font-family: MicrosoftYaHei;*/
	font-size: 20px;
	color: #C0191F;
	letter-spacing: -0.58px;
    position:relative;
    top:3px;
}
.h5_hotelDetial .h5_money_a{
	line-height:59px;
	margin-right:15px;
}
.h5_hotelDetial .h5_money_a .h5_val{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #90704D;
	letter-spacing: -0.58px;
	display: inline-block;
	margin-right:-3px;
}
.h5_hotelDetial .h5_money_a .h5_num{
	/*font-family: MicrosoftYaHei;*/
	font-size: 20px;
	color: #90704D;
	letter-spacing: -0.58px;
}

.h5_hotelDetial .h5_list h5{
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #979797;
	letter-spacing: -0.54px;
	line-height:59px;
	padding:0px 5px;
    width:110px;
    text-align:center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:none;
	/* font-weight: bold; */
}
.h5_hotelDetial .h5_residue{
	background: #F9F8F6;
	/*border-bottom: 1px solid #D4D4D4;*/
	border-top: 1px solid #ECECEC;
	height:36px;
	text-align: center;
	cursor: pointer;
}
.h5_hotelDetial .h5_residue span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #90704D;
	letter-spacing: -0.58px;
	line-height:36px;
	/* font-weight: bold; */
}
/*/更多详情*/
/*/酒店列表*/
.h5_hotelDetial .h5_hotel_ground{
	background: #FFFFFF;
	height:40px;
	padding:0px 17px;
}
.h5_hotelDetial .h5_hotel_ground span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 13px;
	color: #595757;
	letter-spacing: -0.63px;
	line-height:40px;
}

/*酒店周边推荐*/
.h5_hotelDetial .h5_hotel_ground{
	background: #FFFFFF;
	height:40px;
	padding:0px 17px;
}
.h5_hotelDetial .h5_hotel_ground span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 13px;
	color: #595757;
	letter-spacing: -0.63px;
	line-height:40px;
	/* font-weight:bold; */
}
.h5_hotelDetial .h5_hotel_ground span.iconfont{
	font-size:13px;
}
/*/酒店周边推荐*/
/*登录*/
 .h5_logo{
	width:75%;
	position:fixed;
	height:45px;
	opacity: 0;
	filter:alpha(opacity=0);
	background: #000000;
	border-radius: 10px;
	bottom:30px;
	left:12.5%;
	text-align: center;
	 z-index:9999;
}
 .h5_logo a{
	/*font-family: MicrosoftYaHei;*/
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -0.73px;
	line-height:45px;
	 /* font-weight: bold; */
}
/*/登录*/
/*电话*/
.h5_tel_a,.h5_tel_b,.h5_alert_logo{
	position: fixed;
	z-index:99999;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	display:none;
	overflow: hidden;

}

div.h5_tel_pub{
	position:fixed;
	bottom:0px;
	z-index:999999;
	display:none;
	width:100%;
	/*background:#fff;*/

}
div.h5_tel_pub a{
    display:block;
    background:#fff;
    text-align:center;
    width:100%;
}
div.h5_tel_pub a span{
    width:90%;
    border-bottom: 1px solid #ECECEC;
    font-size: 16px;
    color: #595757;
    letter-spacing: 0.45px;
    padding:17px 0px;
    display:inline-block;

}

/*/电话*/

/*房型信息*/
#wrappera{
	position: fixed;
	z-index: 999999;
	top: 50%;
    margin-top:-195px;
	/*bottom: 0px;*/
    left:50%;
    margin-left:-162px;
    width:325px;
    /*height:390px;*/
	/*left: 0;*/
	/*width:86.6666666%;*/
	/*left:6.66666666%;*/
	/*height:415px;
	overflow: hidden;*/
	overflow: hidden;
	border-radius: 10px;
	display: none;
}
#wrapper{
	/*position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 100%;
	/*height:100%;*/
	/*overflow: hidden;*/
	/*overflow: visible;
    overflow: auto;*/

}
.scroller {
	/*position: absolute;*/

	z-index: 1;
    -webkit-touch-callout:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	/*height:100%;*/
	padding: 0;

}
.h5_hotelDetial{
    position:relative;
}

.h5_oDiv{
	background: #FFFFFF;
	border-radius: 10px;
	z-index:20;
    width:325px;
    /*height:390px;*/
	/*height:410px;
	overflow: hidden;*/
    
}
.h5_oDiv h3{
	height:40px;
	padding:0px 17px;
}
.h5_oDiv h3 span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 16px;
	color: #2F2E2E;
	line-height:21px;
	padding-top:12px;
	/* font-weight:bold; */
}
.h5_oDiv h3 .alert_sp2{
	position: relative;
	font-size: 16px;
	top:2px;
	cursor:pointer;
	color:#979797;
}
.h5_oDiv h3 .alert_sp2:hover{
	color:darkred;
}
    .h5_oDiv .not_found {
        width: 100%;
        height: 217px;
        overflow: hidden;
        background: url(https://webimgs.bthhotels.com/cms/image/web/group.png) no-repeat center center;
        background-size:120px;
    }
.h5_oDiv .not_found .img{
    width:100%;
    height:217px;   
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
}

.h5_oDiv .alert_ul{
	
	padding:20px 20px 20px 0px;
}
.h5_oDiv .alert_ul li{
	/*height:23px;*/
    width:100%;
   
}
.h5_oDiv .alert_ul li .li_sp_fl{
	/*width:16%;*/
    width:50px;
	text-align: right;
	display:inline-block;
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #979797;
	letter-spacing: 0;
	line-height: 23px;
    /*position:relative;
    top:-7px;*/
   
	/* font-weight: bold; */
}
.h5_oDiv .alert_ul li .li_sp_rg{
	width:240px;
	margin-left:10px;
    text-align:left;
	/*display:inline-block;*/
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #535353;
	letter-spacing: 0;
	line-height: 23px;
    /*word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
	/* font-weight: bold; */
}
.h5_oDiv .alert_more_info{
	height:24px;
	padding:0px 17px 18px;
	cursor: pointer;
}
.h5_oDiv .alert_more_info span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #90704D;
	letter-spacing: 0;
	line-height:24px;
}
.h5_oDiv .alert_more_info span.iconfont{
	font-size:12px;
	line-height:24px;
}
.h5_oDiv .alert_ul_more{
	width:100%;
	padding-bottom:20px;
	display:none;
}
.h5_oDiv .alert_ul_more li{
	padding-bottom:10px;
}
.h5_oDiv .alert_ul_more li h4{
	float:left;
	width:23%;
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #979797;
	letter-spacing: 0;
	line-height: 23px;
	text-align: right;
}
.h5_oDiv .alert_ul_more li p{
	float:left;
	width:70%;
	margin-left:3%;
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #595757;
	letter-spacing: 0;
	line-height: 23px;

}
#wrapper{
    /*position:absolute;left:0;top: 0px;bottom:0px;right:0;width: 100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)；*/
    width: 100%;/*overflow-y:scroll;*/-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);
    overflow:auto;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:#fff;


}

/*/房型信息*/
/*=========================/酒店详情页==================================*/
/*=========================/酒店图片==================================*/
/*导航*/
.h5_hotelImg .h5_nav li{
	float: left;
	width:33.3333%;
	height:45px;
	/*font-family: MicrosoftYaHei;*/
	font-size: 13px;
	color: #979797;
	line-height:45px;
	text-align: center;
	cursor:pointer;
}
.h5_hotelImg .h5_nav li.h5_active{
	color: #C0191F;
}
.h5_hotelImg .h5_img{
	background:#fff;
	display:block;
}
.h5_hotelImg .h5_img.h5_cur{
	display:block;
}
.h5_hotelImg .h5_img ul{
	padding:17px;
}
.h5_hotelImg .h5_img li{
	float:left;
	width:48.53333%;

}
.h5_hotelImg .h5_img.h5_cur{
	display:block;
}
.h5_hotelImg .h5_img li.li_a{
	padding-right:2.93255%;

}
.h5_hotelImg .h5_img li img{
	width:100%;
	padding-bottom:5%;
	cursor:pointer;
    background-size:100% 100%;
    background:url('https://webimgs.bthhotels.com/cms/image/webH5/public.png') no-repeat;
   
	/*height:127px;*/
}
/*/导航*/
/*弹框*/
.h5_alert{
	width:100%;
	height:100%;
	background: #2F2E2E;
	position:absolute;
	top:0px;
	left:0px;
	z-index:13;
	display: none;
}

.h5_alert .head_num{
	width:100%;
	text-align: center;
	padding-top:15px;
	position:absolute;
	top:0px;
	z-index:50 !important;
}
 .h5_alert .head_num span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 20px;
	color: #D4D4D4;
	letter-spacing: -0.73px;
}

/*
.h5_alert>span:hover{
   color: #C0191F;

} */
.h5_alert>span{
	position:absolute;
	top:0px;
	right:0px;
	/*font-family: Microsoft YaHei;*/
	font-size: 18px;
	 color: #D4D4D4; 
	letter-spacing: -0.73px;
	z-index:50 !important;
    padding:20px;

}
.h5_alert>span:hover{
	color: #C0191F;

} 
.h5_alert .swiper-slide {
	background: #2F2E2E;
}
.swiper-pagination-fraction{
	 top:15px;
	top:700px;
	 color:#fff;
	 font-size:20px;
	 letter-spacing: -1.73px;
	 background:none;
	z-index:20 !important;

}
.h5_alert .swiper-slide img{
	 width:100%; 
     /*background-size:100% 100%;*/
     /*height:250px;*/

	/*width:100%;
	position:absolute;
	top:50%;
	margin-top:-25%;*/
}
/*/弹框*/
/*=========================/酒店图片==================================*/
/*=========================/用户点评==================================*/
/*nav*/
.user_h5 .nav_h5{
	width:100%;
	height:45px;
	background: #F9F8F6;
    position:fixed;
    top:45px;
    z-index:999999;
}
.user_h5 .nav_h5 li{
	width:50%;
    height:45px;
	background: #F9F8F6;
	text-align: center;
     position:relative;
}

.user_h5 .nav_h5 li a{
    padding-top:10px;
	width: 80px;
	height:26px;  
	display: inline-block;
	overflow: hidden;
    position:relative;
  
}
.user_h5 .nav_h5 li a img{
	width:100%;
    height:100%;
	background-size:100% 100%;
    
}
.user_h5 .nav_h5 li a img.h5_img{
     /*position:absolute;
    left:50%;
    top:50%;
    margin-top:-22px;
    margin-left:-50px;*/

	

}
/*.user_h5 .nav_h5 li div{
	width:100%;
	background-image: url("https://webimgs.bthhotels.com/cms/image/web/brand_logo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-position: 0px -650px;
	width: 685px;
	height: 930px;
	position: relative\9;
	left: -271px\9;
	top: 0px\9;
}*/
.user_h5 .nav_h5 li.h5_active{
	background-color:#fff;
}

/*/nav*/
/*/nav*/
/*评论*/
.h5_comment_content{
	width: 7.5rem;
	height: 2.16rem;
	background: #fff;
}
.h5_comment_color{
	float: left;
	width: 7.5rem;
	height: 0.3rem;
	background: #F5F7FA;
}
.shengyu_none{
	float: left;
	width: 7.5rem;
	height: 2.rem;
	padding-bottom: 0.3rem;
	margin-top: 1.96rem;
	/* background: #4B8FE0; */
}
.shengyu_none_txt{
	float: left;
	margin-top: 0.16rem;
	width: 7.5rem;
	height: 0.45rem;
	line-height: 0.45rem;
	font-size: 0.32rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #313336;
text-align: center;
}
.shengyu_none_img{
	float: left;
	margin-left: 3.04rem;
	width: 1.44rem;
	height: 1.44rem;
	background-image: url("https://webimgs.bthhotels.com/cms/image/web/nonepl.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.h5_comment_content1{
	float: left;
	width: 3rem;
	height: 1.86rem;
	text-align: center;
	line-height: 1.75rem;
	font-size: 0.88rem;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: bold;
color: #C49D76;
}
.h5_comment_starBox{
	float: left;
	margin-left: 0.5rem;
	width: 2.55rem;
	height: 1.16rem;
	margin-top: 0.24rem;
	
}
.h5_comment_starBox1{
	margin-top: 0.11rem;
	height: 0.26rem;
	width: 2.55rem;
}
.h5_comment_starBoxname{
	float: left;
	width: 0.75rem;
	height: 0.26rem;
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #313336;
	line-height: 0.26rem;
	font-size: 0.24rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #313336;
text-align: center;
}
.h5_comment_starBoxstarhui{
	float: left;
    width: 1.66rem;
    height: 0.26rem;
	/* display: flex;
	justify-content: space-around; */
	position: relative;
}
.h5_comment_starBoxstarhui1{
	float: left;
	margin-left: 0.05rem;
    width: 0.28rem;
    height: 0.26rem;
    background: url(https://webimgs.bthhotels.com/cms/image/web/h5satrhui.png);
    background-size: 100% 100%;
}
.h5_comment_starBoxstar{
    height: 0.26rem;
	overflow: hidden;
}
.h5_comment_starBoxstar1{
	float: left;
	margin-left: 0.05rem;
	width: 0.28rem;
    height: 0.26rem;
    background: url(https://webimgs.bthhotels.com/cms/image/web/h5star.png);
    background-size: 100% 100%;
}
.h5_comment_line{
	float: left;
	margin-top: 0.24rem;
	width: 0.01rem;
height: 1.24rem;
background: #E6E7EB;
}
.jingxuan_pl{
	margin-left: 0.3rem;
	width: 6rem;
height: 0.45rem;
font-size: 0.32rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #313336;
line-height: 0.45rem;
letter-spacing: 0.02rem;
padding-bottom: 0.33rem;
}
.h5_comment_box .h5_comment_tit{
	margin-top: 0.3rem;
	overflow: hidden;
	margin-left: 0.2rem;
	width: 7.1rem;
	white-space: nowrap; 
text-overflow: ellipsis; 
height:0.48rem;
font-size: 0.32rem;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #313336;
line-height: 0.48rem;
text-align: center;
padding-bottom: 0.2rem;
letter-spacing: 0.02rem;
}
.pinglun_list{
	/* position: absolute;
	left: 0;
	top: 3.9rem; */
	padding-top: 0.3rem;
	width: 7.5rem;
	float: left;background-color: #fff;
	padding-bottom: 0.3rem;
}
.shengyu_pl{
	float: left;
	margin-top: 0.26rem;
	margin-left: 1.93rem;
	font-size: 0.24rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #ADADAF;
	width: 3.64rem;
height: 0.8rem;
text-align: center;
line-height: 0.8rem;
background: rgba(245,247,250,0);
border-radius: 0.4rem;
border: 0.01rem solid #E6E7EB;
}
.pinglun_toux{
	float: left;
	margin-left: 0.3rem;
	margin-top: 0;
	width: 0.7rem;
    height: 0.7rem;
    background: url(https://webimgs.bthhotels.com/cms/image/web/touuser.png);
    background-size: 100% 100%;
}
.pinglun_name{
	float: left;
	margin-left: 0.2rem;
/*	width: 0.7rem;*/
height: 0.4rem;
font-size: 0.28rem;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: bold;
color: #313336;
line-height: 0.4rem;
}
.pinglun_fenshu{
	float: left;
	margin-top: 0.06rem;
	margin-left: 0.1rem;
	width: 0.72rem;
height: 0.28rem;
font-size: 0.22rem;
font-family: PingFangSC-Semibold, PingFang SC;
color: #313336;
color: #fff;
text-align: center;
line-height: 0.28rem;
background: #C49D76;
border-radius: 0.04rem;
}
.pinglun_erhang{
	margin-left: 0.2rem;
	margin-top: 0.04rem;
	float: left;
	width: 6rem;
	height: 0.24rem;
	font-size: 0.24rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #838586;
line-height: 0.24rem;
}
.pinglun_kehu{
	float: left;
	margin-top: 0.2rem;
	margin-left: 1.2rem;
	width: 5.9rem;
font-size: 0.28rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #313336;
line-height: 0.42rem;
}
.pinglun_jiudian{
	float: left;
	margin-top: 0.2rem;
	margin-left: 1.2rem;
	padding: 0.2rem;
	width: 5.6rem;
font-size: 0.26rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #313336;
line-height: 0.4rem;
background: #F3F3F3;
border-radius: 0.08rem;
}
.user_h5 .h5_comment_box{
	background:#fff;
	float: left;
    /* position:fixed;
    top:88px; */
	margin-top: 0.88rem;
    width:100%;
    z-index:9999999;
}
.user_h5 .comment_h5{
	padding:15px 0px ;
	margin:0px 15px;
	background: #fff;
	border-bottom: 1px solid #ECECEC;
}
.user_h5 .comment_h5 li.h5_border{
	border-right: 1px solid #ECECEC;
}

.user_h5 .comment_h5 li{
	float: left;
	width:15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #979797;
	line-height:14px;
	text-align: center;
	/* font-weight:bold; */
	height:14px;
/*	padding:13px 0px;*/

}
.user_h5 .comment_h5 li.h5_width{
	width:25%;
}
.user_h5 .comment_h5 li span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #C0191F;
	line-height:12px;
	letter-spacing: -0.75px;

}

.user_h5 .comment_h5 li .h5_sp1{
	font-size: 12px;
	margin-right:-1px;
	line-height:12px;
	color: #C0191F !important;
}
.user_h5 .comment_h5 li .h5_sp2{
	margin-left:-1px;
	/*font-family: Arial;*/
	/*position:relative;
	top:-1px;*/
}
.user_h5 .comment_h5 li p{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #595757;
	line-height:12px;
	/* font-weight:bold; */
}
.user_h5 .comment_h5 li p span.h5_arial{
	color: #595757;
	margin-left:5px;
	display:inline-block;
	font-family:Arial;
	/*font-weight:bold;*/
	font-size:14px;
	position:relative;
	top:1px;
}
.user_h5 .comment_h5 li span.h5_arial{
	color: #979797;
	margin-left:5px;
	display:inline-block;
	font-family:Arial;
	/*font-weight:bold;*/
	font-size:14px;
	position:relative;
	top:1px;
}
.user_h5 .comment_h5 li.h5_width span.h5_arial{
    margin:0px;
}

/*/评论*/
/*评论列表*/
.user_h5 .h5_list{
	padding:10px 15px 0px;
	height:70px;
	overflow: hidden;
	background:#fff;
}
.user_h5 .h5_list li{
	float: left;
	padding:6px 13px;
	background: #F3F0ED;
	border-radius: 100px;
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #595757;
	letter-spacing: 0;
	margin:5px 3px;
	cursor: pointer;
	/* font-weight:bold; */
}

.user_h5 .h5_list li:hover{
	background: #90704D;
	color: #FFFFFF;
}
.user_h5 .h5_list li.h5_active_list{
	background: #90704D;
	color: #FFFFFF;
}

.user_h5 .h5_menu {
	/*height: 26px;*/
	text-align: center;
	border-bottom: 1px solid #ECECEC;
	background:#fff;
	/*margin-top:-3px;*/
	padding-bottom:7px;
	cursor: pointer;
}
.user_h5 .h5_menu span{
	/*line-height:26px;*/
	font-size:13px;
	color: #90704D;
	/* font-weight:bold; */
}
/*/评论列表*/
/*酒店评论*/
.user_h5 .h5_hotel_list ul{
	padding:0px;

	
}
.user_h5 .h5_hotel_list ul li{
	position: relative;

	padding:15px 0px 15px;
	border-bottom: 1px solid #ECECEC;
    top:-2px;
}
.user_h5 .h5_hotel_list .info_head .h5_spa{
	/*font-family: MicrosoftYaHei;*/
	font-size: 13px;
	color: #979797;
	letter-spacing: 0;
	line-height:20px;
	/* font-weight:bold; */
}
.user_h5 .h5_hotel_list .info_head .h5_spb{
	/*font-family: MicrosoftYaHei;*/
	font-size: 14px;
	color: #595757;
	letter-spacing: 0;
	line-height:20px;
	padding-left:8px;
	/* font-weight:bold; */

}
.user_h5 .h5_hotel_list .info_head .h5_spc{
	/*font-family: MicrosoftYaHei;*/
	font-size: 13px;
	color: #C0191F;
	letter-spacing: 0;
	line-height:20px;
	padding-left:15px;
	/* font-weight:bold; */

}
.user_h5 .h5_hotel_list .info_head .h5_spd{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #979797;
	letter-spacing: 0;
	line-height:20px;
	/* font-weight:bold; */

}
.user_h5 .h5_hotel_list ul li>p{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #979797;
	letter-spacing: 0;
	line-height: 20px;
	/* font-weight:bold; */
	padding-top:2px;
}
.user_h5 .h5_hotel_list .user_com{
	padding-top:0px;
}
.user_h5 .h5_hotel_list .user_com .hotel_com{
	display: inline-block;
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	padding:0px 10px;
	background: #90704D;
	border-radius: 100px;
	/* font-weight:bold; */
}
.user_h5 .h5_hotel_list .user_com .hotel_content{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color:  #90704D;
	letter-spacing: 0;
	line-height: 20px;
    /* font-weight:bold; */
}
.user_h5 .h5_hotel_list .examine_com{
	position: absolute;
	background:#fff;
	width:91px;
	right:0px;
	height:30px;
	bottom:-14px;
	text-align: right;
	cursor:pointer;
	line-height:30px;
	z-index:30;
}
.user_h5 .h5_hotel_list .examine_com span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #90704D;
	letter-spacing: 0;
	/* font-weight:bold; */
}
.user_h5 .h5_hotel_list .examine_com .iconfont{
	color: #90704D;
	font-size: 13px;
}
.user_h5 .h5_header{
    position:fixed;
    top:0px;
    z-index:99999;
}
.user_h5 .h5_hotel_list{
    /*margin-top:135px;*/
}
/*/酒店评论*/
/*更多评论加载中*/
#com_box{
/*     position: absolute; 
     left: 0; 
     top: 133px; 
     bottom: 0px; 
     right: 0; */
     width: 100%; 
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    -webkit-transform:translate3d(0,0,0);
   transform:translate3d(0,0,0);
   background:#fff;
}
     
.user_h5 #pullUp{
	height:50px;
	padding-bottom:10px;
	text-align: center;
	

}
.user_h5 #pullUp span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 11px;
	color: #979797;
	letter-spacing: 0;
	line-height:50px;
	/* font-weight:bold; */

}
.user_h5 #pullUp span.iconfont{
	font-size:14px;
	position: relative;
	top:1px;
}
/*/更多评论加载中*/

#ifream_a{display:none;}
/*=========================/用户点评==================================*/



/*=========================酒店信息==================================*/
.hotelInfo_h5 .h5_header_title{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;
}
/*酒店介绍*/
.hotelInfo_h5 .h5_header_tel{
	color: #333;
	font-size:22px;
	position: absolute;
	right:17px;
	top:14px;
}
.hotelInfo_h5 .hotel_box_h5>ul{
	padding:0.3rem 0.3rem 0 0.3rem;
}
.hotelInfo_h5 .hotel_box_h5>ul>li{
	/*position: relative;*/
	/*border-top: 1px solid #D4D4D4;*/
	/*margin-top:20px;*/
}
    .hotelInfo_h5 .hotel_box_h5 > ul > li.h5_lia {
       
        margin-top:0.4rem;
    }
.hotelInfo_h5 .hotel_box_h5>ul>li .h5_hotel_icon{
/*	position:absolute;
	top:-12px;
	left:0px;
	background: #fff;*/
}
.hotelInfo_h5 .hotel_box_h5>ul>li .h5_hotel_icon span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 15px;
	color: #979797;
	letter-spacing: 0;
}
.hotelInfo_h5 .hotel_box_h5>ul>li .h5_hotel_icon span.iconfont{
	font-size: 20px;
	position:relative;
	top:1px;
}
.hotelInfo_h5 .hotel_box_h5>ul>li .h5_hotel_icon .hotel_ins{
	display:inline-block;
	padding-right:9px;
}
	.hotelInfo_h5 .hotel_box_h5 > ul > li > p {
		/*padding-top: 16px;*/
		/*font-family: MicrosoftYaHei;*/
		font-size: 0.26rem;
		color: #313336;
		letter-spacing: 0.01rem;
		line-height: 0.4rem;
		/* font-weight:bold; */
	}

/*/酒店介绍*/
/*智能服务begin*/

.cu_service { border-top: none !important; padding-bottom: 0.04rem; margin-top: -0.2rem !important;  margin-bottom:0.4rem;}
	.cu_service h1 { font-size: 0.32rem; font-weight: normal; color: #313336; line-height: 0.45rem; padding-bottom: 0.19rem; }
.cu_box { /*	overflow-x: auto;
	display: -webkit-box;
	-webkit-overflow-scrolling: touch;*/ overflow: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; display: -webkit-box; white-space: nowrap; }
	.cu_box::-webkit-scrollbar { display: none; }
.cu_service dl { width: 2.88rem; margin-right: 0.2rem; height: 2.85rem; display: inline-block; }
	.cu_service dl dt img { width: 2.88rem; height: 1.94rem; margin-bottom: 0.15rem; }
	.cu_service dl dd { font-size: 0.24rem; color: #313336; line-height: 0.38rem; text-align: left; }
/*智能服务end*/
/*酒店电话 开业时间*/
.hotel_phone_time {
	color: #313336;
	display:flex;
	margin-bottom:0.4rem;
}
	.hotel_phone_time dl.hotel_phone {
		flex: 1.7;
	}
	.hotel_phone_time dl.hotel_time {
		flex: 1;
	}
	.hotel_phone_time dl dt {
		font-size: 0.32rem;
		line-height: 0.45rem;
		padding-bottom:0.2rem;
	}
	.hotel_phone_time dl dd {
		font-size: 0.26rem;
	}
		.hotel_phone_time dl dd span {
			color: #EE2540;
		}
		/*酒店特色*/
		.hotelInfo_h5 .span_box {
			padding-top: 16px;
			line-height: 25px;
		}

/*服务设施*/
.hotelInfo_h5 .h5_fac_list{
	padding-top:0.1rem;
}
.hotelInfo_h5 .h5_fac_list li{

    width:100%;
   /*border-bottom: 1px solid #ECECEC;*/
   padding-bottom:5px;
	
	/*padding-bottom:7px;*/
	/*margin-left:-4px;*/
	/*margin-right:2%;*/
	/*height:26px;*/
	/*line-height:26px;*/
	/*position:relative;*/
	/*left:-4px;*/
}
.hotelInfo_h5 .h5_fac_list li p{
    /*font-family: MicrosoftYaHei;*/
    font-size: 12px;
    color: #d4d4d4;
    height:24px;
    line-height:24px;
    width:100%;
    
}
.hotelInfo_h5 .h5_fac_list li .option_box{
   width:47%;
 
}
.hotelInfo_h5 .h5_fac_list li div:nth-child(2n){
    margin-right:6%;
    /*background:red;*/
    margin-left:-4px;
}
.hotelInfo_h5 .h5_fac_list li span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #535353;
	line-height: 18px;
	display:inline-block;
	
}
.hotelInfo_h5 .h5_fac_list li span.iconfont{
	font-size:24px;	
	height:24px;
	line-height:24px;
    padding-right:0px;  
}
	.hotelInfo_h5 .h5_fac_list li span.h5_text {
		display: inline-block;
		position: relative;
		top: 2px;
		/*font-family: MicrosoftYaHei;*/
		font-size: 0.24rem;
		color: #313336;
		line-height:0.42rem;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-left:0.1rem;
	}


.hotelInfo_h5 .h5_fac_list li.last_h5{
    padding:10px 0px;
}
.hotelInfo_h5 .h5_fac_list li.last_h5 .service_jt_h5 span{
    /*font-family: MicrosoftYaHei;*/
    font-size: 12px;
    color: #535353;
    margin-right:6px;
}
.hotelInfo_h5 .h5_fac_list li.last_h5 .service_jt_h5 code{
    font-size: 14px;
    color: #535353;
    position:relative;
    top:2px;
   
}
.hotelInfo_h5 .btn_total.focus, .btn_total.hover{background: #CD474C !important;color: #ffffff !important;}




/*/服务设施/

/*智能服务begin*/

.cu_service {
	border-top: none !important;
	padding-bottom:0.04rem;
	margin-top:-0.2rem !important;
}
.cu_title {
	font-size: 0.32rem;
	font-weight: normal;
	color: #313336;
	padding-bottom:0.2rem;

}
.cu_box {
	/*	overflow-x: auto;
	display: -webkit-box;
	-webkit-overflow-scrolling: touch;*/
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: -webkit-box;
	white-space: nowrap;
}
	.cu_box::-webkit-scrollbar {
		display: none;
	}
.cu_service dl {
	width: 2.88rem;
	margin-right: 0.2rem;
	height: 2.85rem;
	display:inline-block;
}
.cu_service dl dt img {
	width: 2.88rem;
	height: 1.94rem;
	margin-bottom: 0.15rem;
}
	.cu_service dl dd {
		font-size: 0.24rem;
		color: #313336;
		line-height:0.38rem;
		text-align:left;
	}
	/*智能服务end*/
	/*酒店特色*/
	.hotelInfo_h5 .span_box {
		padding-top: 16px;
		line-height: 25px;
	}
.hotelInfo_h5 .span_box span{
	/*font-family: MicrosoftYaHei;*/
	font-size: 12px;
	color: #535353;
	letter-spacing: 0;
	display: inline-block;
	padding-right:15px;
	/* font-weight:bold; */
}
/*/酒店特色*/
/*立即预定*/
.hotelInfo_h5 .hotel_box_h5 > a {
    background: #F12C3F;
    border-radius: 10px;
    text-align: center;
    height: 40px;
    /*font-family: MicrosoftYaHei;*/
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    width: 70%;
    line-height: 40px;
    margin-left: 15%;
    margin-top: 70px;
    margin-bottom: 20px;
    /* font-weight:bold; */
}
.hotelInfo_h5 .hotel_box_h5>a:hover{
   background: #CD474C !important;color: #ffffff !important;
}
/*/立即预定*/
/*=========================/酒店信息==================================*/
@media screen and (min-width:310px) and (max-width:330px){
  
    .h5_hotelDetial .h5_list>li .list_box{
	    width:63%;
    }
    .h5_hotelDetial .h5_middle{
	    width:41.5%;
    }
    .h5_hotelDetial .h5_list .h5_fr{	
        width:36.5%;   
    }
	.h5_hotelDetial .h5_top_bom p{
		font-size: 16px;
	}
	.h5_hotelDetial .h5_date .h5_fr span{
		font-size:12px;
		margin-top:1px;
	}
	.h5_hotelDetial .h5_date .h5_fr .h5_fontColor strong{ 
		font-size:13px;
		position:relative;
		top:0px;
	}
	.hotelInfo_h5 .h5_fac_list li span.h5_text{
		width:67px;
	}
	.h5_hotelDetial .h5_fr .h5_zhan{
		font-size:17px;
		margin-left:1px;
	}
	.h5_hotelDetial .h5_fr span{
		font-weight:normal;
	}
	.user_h5 .comment_h5 li span.h5_arial{
		margin-left:1px;
	}
	.h5_hotelDetial .h5_date .h5_date_out {
    	margin-left: 6px;
	}
    .h5_hotelDetial .h5_date .h5_span .h5_fontColor {
        font-family:Arial !important;
        font-weight: bold;
        color: #90704D;
        font-size: 14px;
        position: relative;
        top: 0px;
    }
    #wrappera{
	
    margin-left:-132px;
    width:265px;
    
    }
    .h5_oDiv {
    width: 265px;
    
    }
    .h5_oDiv .alert_ul li .li_sp_rg{
        width:180px;
    }
    .h5_hotelDetial .h5_list h5{
	    /*font-family: MicrosoftYaHei;*/
	    font-size: 11px;
	    color: #979797;
	    letter-spacing: -0.54px;
	    line-height:59px;
	    padding:0px 5px;
        width:60px;
        text-align:center;
	    /* font-weight: bold; */
    }
    .h5_oDiv img{
	    width:100%;
	    position:relative;
	    height:180px; 
        background-size:100% 100%;

    }
}



.h5_hotelDetial  .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:45px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  opacity:0.7;
  filter:alpha(opacity=70);
  margin:0 5px;
}
.swiper-active-switch {
   opacity:1;
  filter:alpha(opacity=100);
  width:10px;
  background: #fff;
}


