﻿
/***<jscompress sourcefile="common.css" />*/
.detailCon{
    letter-spacing: .5px;
}
.query_bar {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    height: 68px;
    line-height: 68px;
}

.index_bar {
    position: absolute !important;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 1;
}

.modle_box {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.index_bar .modle_box {
    align-items: center;
}

.modle_box>li {
    background: #ffffff;
    height: 36px;
    position: relative;
    margin-left: 20px;
}

.modle_box>li i {
    position: absolute;
    left: 6px;
    top: 8px;
    color: #ff8000;
}

.modle_box>li>input {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    line-height: 36px;
    height: 36px;
    color: #666;
}

.modle_box>li>.img_l {
    position: absolute;
    left: 10px;
    top: 9px;
}

.modle_box>li>.img_r {
    position: absolute;
    right: 10px;
    top: 10px;
}

.destination {
    width: 360px;
    margin-left: 0 !important;
}

.destination>input {
    padding: 0;
    width: 320px;
    padding-left: 40px;
}

.destination_posi {
    display: none;
    width: 329px !important;
    padding: 12px 12px 12px 20px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 5;
    box-shadow: 0 0 5px #dcdcdc;
}

.destination_posi .history {
    display: block;
    border-bottom: none !important;
}

.destination_posi .history>span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}


/* 热门目的地 */

.destination_posi .posi_area {
    display: flex;
    flex-direction: column;
    height: auto;
    border-bottom: none;
}

.posi_area .posi_area_tab {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0 !important;
}

.posi_area_tab_box {
    display: flex;
    height: auto !important;
    border-bottom: none !important;
    position: relative;
}

.posi_area .marker_line {
    width: 25px !important;
    position: absolute;
    height: 2px;
    line-height: 1px;
    bottom: 0;
    background: #ff8000;
}

.posi_area .posi_area_tab>li {
    width: auto;
    padding-right: 5px;
    margin-left: 0 !important;
    line-height: 20px;
    float: left;
    /* font-weight: 600; */
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.posi_area .posi_area_item {
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
    margin-top: 10px;
}
.posi_area .posi_area_item_ul {
    display: flex;
    justify-content:flex-start;
    height: auto;
    flex-wrap: wrap;
    margin-top: 10px;
}

.posi_area .posi_area_item:after {
    content: "";
    flex: auto;
}

.posi_area_item_1 {
    display: flex;
}

.posi_area_item_2,
.posi_area_item_3,
.posi_area_item_4,
.posi_area_item_5,
.posi_area_item_6,
.posi_area_item_7
{
    display: none;
}
.br_valueList_w{
    width: 100% !important;
}
.posi_area .posi_area_item_ul>li {
    display: inline;
    padding: 0px 0 0 0;
    margin-left: 0 !important;
    width: calc(20%);
    font-size: 12px;
    color: #4A4A4A;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.posi_area .posi_area_item_ul>li:hover {
    color: #ff8000;
    cursor: pointer;
}

.destination_posi .hot{
    padding: .5rem 0 .2rem 0!important;
    border-bottom: none !important;
}
.destination_posi .hot>span {
    font-weight: 600;
    color: #000;
    font-size: 14px
}

.destination_posi .hot_brund {
    margin-left: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.destination_posi .hot_brund::after{
    content: "";
    flex: auto;
}

.destination_posi .hot_brund>span {
    width: calc(25%);
    font-size: 12px;
    color: #4A4A4A;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0 !important;
}

.defList.destination_posi .history_list li {
    /* width: 53px !important; */
    margin-left: 0!important;
    margin-right: 0.7rem!important;
    float: left;
    /* line-height: 24px;
    height: 24px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.defList.destination_posi .history_list li>span {
    font-size: 12px !important;
}

.inhot_time,
.outhot_time {
    width: 200px;
}

.inhot_time>input {
    padding: 0;
    width: 165px;
    padding-left: 35px;
    cursor: pointer;
}

.outhot_time>input {
    padding: 0;
    width: 165px;
    padding-left: 35px;
    cursor: pointer;
}

.destination .autoList {
    display: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 5;
    list-style: none;
    box-shadow: 0 0 5px #dcdcdc;
}

.destination .autoList>ul{
    list-style: none;
}
.destination .autoList>ul>li {
    padding: 0 14px;
    line-height: 28px;
    border-bottom: 1px solid #f1f1f1;
    color: #000000;
    list-style: none;
}

.destination .autoList {
    padding-bottom: 10px;
    max-height: 500px;
    overflow-y: auto;
}

.destination .autoList>ul>li:hover {
    color: #fff;
    padding-left: 20px;
    background: #000000;
    cursor: pointer;
}
.autoList_li_active {
    color: #fff !important;
    padding-left: 20px !important;
    background: #000000;
}


/* 品牌酒店 */

.brand_hotel .brand_posi {
    display: none;
    width: 330px;
    padding: 12px 15px 12px 15px;
    background: #ffffff;
    position: absolute;
    top: 36px;
    left: 0;
}

.brand_posi>ul>li {
    width: 90px;
    line-height: 30px;
    margin: 6px 8px 6px 10px;
    background: #f8f8f8;
    color: #444444;
    float: left;
    cursor: pointer;
    text-align: center;
}

.brand_posi .brand_active {
    background: #B08855;
    color: #ffffff;
}

.brand_posi>ul>li:hover {
    background: #B08855;
    color: #ffffff;
}

.brand_posi>ul>li>img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    max-width: 50%;
}

.brand_posi>ul>li>span {
    text-align: center;
    display: inline-block;
    padding-left: 10px;
}


/* 入住人数 */

.inhot_person {
    width: 156px;
    margin-left: 25px;
}

.inhot_person>input {
    padding: 0;
    width: 120px;
    padding-left: 36px;
}

.inhot_person .inhot_person_posi {
    display: none;
    width: 160px;
    height: 430px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 5;
}

.inhot_person_posi .posiwarp {
    padding: 12px 10px;
    width: 136px;
    background: #ffffff;
    box-shadow: 0 0 3px #dcdcdc;
}

.inhot_person .num_act {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background-color: #fff;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.num_act .add {
    float: left;
    width: 20px;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-family: 'Tahoma';
    font-size: 14px;
    overflow: hidden;
}

.num_act input {
    float: left;
    width: 38px;
    /* line-height: 24px; */
    border: none;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    outline: none;
}

.num_act .minus {
    float: left;
    line-height: 24px;
    width: 20px;
    text-align: center;
    color: #666;
    font-family: 'Tahoma';
    font-size: 14px;
    overflow: hidden;
}

.person_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
}

.child_upback {
    display: none;
    height: 100%;
    margin-top: 10px;
    border-top: 1px solid #DCDCDC;
}
.child_upback >div{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.child_upback >h4{
    line-height: 40px;
}

.change_child_age {
    float: left;
    position: relative;
    width:45%;
    margin-top: 15px;
}

.change_child_age:nth-child(even) {
    margin-right: 0 !important;
}

.change_child_age>p {
    width: 100%;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #DCDCDC;
    user-select: none;
}

.change_child_age>p>span {
    display: inline-block;
    padding-right: 6px;
}

.child_age {
    display: none;
    text-align: center;
    background: #ffffff;
    border: 1px solid #DCDCDC;
    width: 65px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    height: 138px;
    overflow-y: auto;
    z-index: 1;
    user-select: none;
}

.child_age::-webkit-scrollbar {
    display: none;
}

.child_age>li:hover {
    cursor: pointer;
    background: #DCDCDC;
}

.query_search {
    width: 200px;
    margin-left: 100px;
}

.query_search>input {
    display: block;
    border: none;
    background: #ff8000;
    color: #ffffff !important;
    width: 100%;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
}
.query_search>input:hover {
    background: #ff9b14;
}

.person_reset {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.person_reset>span:nth-child(1) {
    line-height: 30px;
    padding: 0 15px;
    color: #ff8000;
    border: 1px solid #ff8000;
    cursor: pointer;
}

.person_reset>span:nth-child(2) {
    line-height: 30px;
    padding: 0 16px;
    color: #ffffff;
    background: #ff8000;
    margin-left: 10px;
    cursor: pointer;
}

.iconpersonal {
    font-size: 20px;
}
.flx_row_left_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

.posi_area .row_Letter{
 width: 100%;
 height: auto;
 border: none !important;
}
.row_Letter_l{
    width: 20px;
    border: none !important;
    color: #ff8000;
    line-height: 57px;
    font-size: 14px;
}
.row_Letter_r{
    width: calc(100% - 20px);
}
/* 分页样式 */

.grain_list {
    text-align: center;
    font-size: 16px;
    font-family: "Hiragino Sans GB", "微软雅黑", "华文细黑", "STHeiti", "Microsoft YaHei", SimHei, sans-serif !important;
    padding: 10px 0 20px;
    font-weight: bold;
}

.grain_list a:first-child,
.grain_list a:last-child {
    font-weight: bold;
}

.grain_list a {
    background: #fff;
    border: 1px solid #dcdcdc;
}

.grain_list a,
.grain_list span {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 0 2.5px;
    color: #8895a3;
    font-size: 14px;
    background: #ffffff;
    font-weight: normal;
}

.grain_list a {
    background: #fff;
    border: 1px solid #dcdcdc;
}

.grain_list a,
.grain_list span {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 0 2.5px;
    color: #8895a3;
    font-size: 14px;
    background: #ffffff;
    font-weight: normal;
}

.grain_list b {
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    margin: 0 2.5px;
    color: #ffffff;
    font-size: 16px;
    background-color: #ff8000;
}

.grain_list .page_plece {
    background: transparent;
}

.grain_list #graininput {
    text-align: center;
    width: 60px;
    height: 35px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0px;
}

.grain_list #grain_sureBtn {
    border: none;
    width: 62px;
    color: #fff;
    background: #ff8000;
    font-weight: normal;
}
.addminus{
    color:#e6e6e6 !important;
}

/* 首页时间弹 */
.alertMessage{
    display: none;
    width: 360px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    top: calc(20%);
    left: calc((100% - 360px) /2);
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
    transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
    overflow: hidden;
    z-index: 200;
}
.alertMessage>h4{
    font-size: 14px;
    font-weight: 600;
    color: #e6a23c ;
    line-height:20px;
}
.alertMessage>p{
    font-size: 14px;
    line-height: 40px;
}
.hotel_list_load{
    width: 30px;
    height: 30px;
}

.BMap_cpyCtrl, .anchorBL {display: none !important; }
/* loading */
.loading{
    width: 65px;
    height: 5px;
    display: flex;
}
.loading span{
    display: inline-block;
    width: 5px;
    height: 100%;
    margin-right: 5px;
    background: #FF8000;
    -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child{
    margin-right: 0px;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}
.inhot_person_comsump{
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    line-height: 36px;
    height: 36px;
    color: #666;
    padding: 0; 
    width: 120px;
    padding-left: 36px;
}
.unite_excess_hidden {
    display: none;
}
.unite_more_btn{
    text-align: center;
    cursor: pointer;
    width: 100%;
    color: #ff8000;
}

.unite_excess_item:hover{
    color: #fff !important;
    background: rgba(255, 128, 0, 1);
    border: 1px solid rgba(255, 128, 0, 1) !important;
}
.unite_excess_item:hover >a{
    color: #fff !important;
}
.unite_excess_act{
    color: #fff !important;
    background: rgba(255, 128, 0, 1);
    border: 1px solid rgba(255, 128, 0, 1) !important;
}
.unite_excess_act>a{
    color: #fff !important;
}
.stay_payment_stamp{
  border-radius: 10px;
    color: #b38d5a;
    margin-right: 4px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #b38d5a;
}


/***<jscompress sourcefile="swiper-4.1.0.css" />*/
/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/***<jscompress sourcefile="detail.css" />*/
.detailCon {
    width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
}

/* 头部模块 */
.topConBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}
.topConBoxLook {
    cursor: pointer;
}
.hideovermapbut {
    position: fixed;
    z-index: 10;
    border: 1px solid #dcdcdc;
    padding: 5px;
    background: white;
}

.topConBoxLook>i {
    width: 9px;
    height: 20px;
    background-position: 0px -665px;
    float: left;
    margin-right: 5px;
    background-image: url(/statics/web3/images/bg_icon1.png);
    background-repeat: no-repeat;
}

.topConBoxLeft>.topConBoxLeftTitle {
    width: 850px;
    height: 40px;
    font-size: 22px;
    color: #444444;
    line-height: 40px;
    font-weight: 600;
    overflow: hidden;
}

.topConBoxLeft>div {
    display: flex;
    align-items: center;
}

.topConBoxLeft>div>i {
    width: 9px;
    height: 20px;
    background-position: 0px -665px;
    float: left;
    margin-right: 5px;
    background-image: url(/statics/web3/images/bg_icon1.png);
    background-repeat: no-repeat;
}

.topConBoxLeft>div>p {
    font-size: 12px;
    color: #777777;
    margin-right: 10px;
    line-height: 25px;
}

.topConBoxLeft>div>div {
    line-height: 20px;
    font-size: 12px;
    color: #777777;
}

.topConBoxRight {
    width: 330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topConBoxBookNew {
    background: #FF8000;
    width: 223px;
    height: 37px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}

.topConBoxCollect {
    display: block;
    width: 37px;
    height: 37px;
    background: url(/statics/web3/hotel/detail/img/collectNotIcon.svg) no-repeat center;
    background-size: cover;
    cursor: pointer;
    background-color: white;
}

.topConBoxCollectHad {
    background: url(/statics/web3/hotel/detail/img/collectReadyIcon.svg) no-repeat center;
    background-size: cover;
    background-color: white;
}

.topConBoxShare {
    display: block;
    width: 37px;
    height: 37px;
    background: url(/statics/web3/hotel/detail/img/shareIcon.svg) no-repeat center;
    background-size: cover;
    background-color: white;
    position: relative;
    cursor: pointer;
}

.topConBoxShare .shadow-box {
    position: absolute;
    width: 216px;
    top: 50px;
    right: 0;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 15px #818f99;
    -moz-box-shadow: 0 2px 15px #818f99;
    box-shadow: 0 2px 15px #818f99;
    z-index: 2;
    display: none;
}

.topConBoxShare div.bts_pp {
    height: 52px;
    width: 100%;
    line-height: 71px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.topConBoxShare div.bts_pp {
    height: 52px;
    width: 100%;
    line-height: 71px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.topConBoxShare div.bts_pp::after {
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 55px;
}

.topConBoxShare div.bts_pp::before {
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid #dcdcdc;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 55px;
}

.topConBoxShare div.shadow-box::after {
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    display: block;
    top: -17px;
    right: 10px;
}

.topConBoxShare div.shadow-box::before {
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid white;
    position: absolute;
    display: block;
    top: -18px;
    right: 10px;
}


/*内容区域*/

.detailConBox {
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
/*左侧*/
.detailConBoxMessage {
    width: 850px;
    /*float: left;*/
}
.detailSwiper {
    width: 850px;
    overflow: hidden;
    position: relative;
}
.swiper-hotels-pagination{
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, .5);
    min-width: 80px;
    max-width: 100px;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 20px;
}
.swiper-hotels-pagination .swiper-pagination {
    position: static;
    right: 0;
    color: white;
    font-size: 16px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: inherit;
    right: 10px;
}

.swiper-paginationa>span {
    font-size: 16px;
}


/* 详情轮播修改 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 478px;
    width: 100%;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    padding-top: 10px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active>div {
    display: none;
}

.swiper-slide {
    position: relative;
}

.swiper-slide>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}


/* tab 区域*/

.tabHeader {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.tabHeader>li {
    width: 200px;
    height: 37px;
    background: white;
    line-height: 37px;
    cursor: pointer;
    font-size: 16px;
    color: #AD7F45;
    border: 1px solid #dcdcdc;
    text-align: center;
}

@font-face {
    font-family: 'iconfont';
    src: url('/statics/web3/hotel/detail/iconfont/iconfont.eot');
    src: url('/statics/web3/hotel/detail/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('/statics/web3/hotel/detail/iconfont/iconfont.woff') format('woff'), url('/statics/web3/hotel/detail/iconfont/iconfont.ttf') format('truetype'), url('/statics/web3/hotel/detail/iconfont/iconfont.svg#iconfont') format('svg');
}

.tabHeader>li>i {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    margin-right: 13px;
    line-height: 37px;
}

.topTabHeaderBox {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 102;
    display: none;
    box-shadow: 5px 5px 5px #ddd;
}

.topTabHeaderCon {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.topTabHeaderBoxTopConBoxRight {
    padding: 20px 0;
}

.tabHeader {
    width: 850px;
}

.tabCellActive {
    background: #B08855 !important;
    color: white !important;
}


/* 房型部分   */

.houseInformation {
    width: 100%;
    margin-bottom: 20px;
    background: white;
}


/* 房型搜索部分 */

.houseSearch {
    background: white;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.11);
    padding: 10px 23px 20px 18px;
    display: flex;
    justify-content: space-between;
}

.houseSearchTime>p {
    font-size: 12px;
    color: #444444;
    line-height: 35px;
}

.houseSearchTime>div {
    position: relative;
}

.houseSearchTime>div>input {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    width: 160px;
    height: 37px;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 12px;
    color: #444444;
    cursor: pointer;
}

.houseSearchNumber>p {
    font-size: 12px;
    color: #444444;
    line-height: 35px;
}

.houseSearchNumberSelect {
    position: relative;
}

.houseSearchNumber .inhot_person {
    margin-left: 0;
}

.inhot_person>input {
    width: 100% !important;
}

.child_upback>h4 {
    line-height: 60px;
}

.inhot_person_posi .posiwarp {
    box-shadow: 0 0 10px #dcdcdc;
}


/* .inhot_person .inhot_person_posi{
    display: block;
} */

.houseSearchNumberSelect>input {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    width: 100px;
    height: 37px;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 12px;
    color: #444444;
    cursor: pointer;
}

.houseSearchNumberSelectNum {
    width: 100px;
    position: absolute;
    top: 38px;
    left: 0;
    background: white;
    z-index: 2;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, .2);
    height: 100px;
    overflow: auto;
    display: none;
}

.houseSearchNumberSelectNum::-webkit-scrollbar {
    display: none;
}

.houseSearchNumberSelectNum>li {
    height: 20px;
    padding-left: 15px;
    line-height: 20px;
    font-size: 14px;
    color: #444444;
    cursor: pointer;
}

.houseSearchNumberSelectNum>li:hover {
    background: #FF8000;
    color: white;
}

.houseSearchBtn {
    width: 140px;
    height: 37px;
    margin-top: 35px;
    background: #FF8000;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.houseSearchNumberSelect .bedNumberInputTip {
    display: none;
    position: absolute;
    left: 0;
    bottom: -29px;
    text-align: center;
    background: #fff;
    width: 180px;
    border: 1px solid #dcdcdc;
    color: #777777;
    padding: 3px 6px;
    border-radius: 3px;
    box-shadow: 0 0 5px #dcdcdc;
}


/* 房型详情 */

.houseCellDetail {
    display: none;
}

.houseCell {
    box-sizing: border-box;
    padding: 20px;
    background: white;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.houseCell:last-child {
    margin-bottom: 0px;
}

.houseCellBrief {
    display: flex;
}

.houseImgBox {
    width: 160px;
    height: 133px;
}

.houseImg {
    display: block;
    width: 100%;
    height: 100%;
}

.houseCellBriefMessage {
    margin-left: 20px;
}

.houseCellBriefMessageThing {
    display: flex;
    justify-content: space-between;
    width: 630px;
}

.houseCellBriefDetailName {
    font-size: 16px;
    color: #444444;
    line-height: 22px;
}

.houseCellBriefDetailManyBox {
    display: flex;
    padding: 9px 0;
}

.houseCellBriefDetailManyBox>div {
    height: 20px;
    font-size: 12px;
    color: #7ED321;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    margin-right: 10px;
}

.houseCellBriefDetailManyBox>div:nth-child(1) {
    color: #D83829;
    background: rgba(216, 56, 41, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(2) {
    color: #4A90E2;
    background: rgba(74, 144, 226, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(3) {
    color: #FF8000;
    background: rgba(255, 128, 0, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(4) {
    color: #7ED321;
    background: rgba(126, 211, 33, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(5) {
    color: #D83829;
    background: rgba(216, 56, 41, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(6) {
    color: #4A90E2;
    background: rgba(74, 144, 226, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(7) {
    color: #FF8000;
    background: rgba(255, 128, 0, 0.20);
}

.houseCellBriefDetailManyBox>div:nth-child(8) {
    color: #7ED321;
    background: rgba(126, 211, 33, 0.20);
}

.houseCellBriefDetailHave {
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.houseCellBriefDetailHave>div {
    font-size: 12px;
    color: #444444;
    line-height: 20px;
    margin-right: 16px;
}

.houseCellBriefDetailHave>div>i {
    font-family: "iconfont" !important;
    font-style: normal;
    font-size: 12px;
    color: #AFAFAF;
    line-height: 20px;
    margin-right: 4px;
}

.houseCellBriefOtherPrice {
    display: flex;
    align-items: flex-end;
}

.houseCellBriefOtherPrice>p {
    font-size: 12px;
    color: #777777;
    text-decoration: line-through;
    margin-right: 8px;
}

.houseCellBriefOtherPrice>div {
    font-size: 24px;
    color: #FF8000;
    line-height: 17px;
}

.houseCellBriefOtherPrice>span {
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    color: #444444;
}

.houseCellBriefOtherfree {
    font-size: 12px;
    color: #444444;
    text-align: right;
    line-height: 32px;
}

.houseCellBriefOtheryouhuiBox {
    height: 42px;
    box-sizing: border-box;
}

.houseCellBriefOtheryouhuiBox>p {
    width: 86px;
    height: 30px;
    float: right;
    background: url(/statics/web3/hotel/detail/img/discountImg.svg);
    background-size: cover;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FF8000;
}

.houseCellBriefMessageOrder {
    display: flex;
    justify-content: space-between;
    width: 630px;
    align-items: flex-end;
    height: 37px;
}

.houseLookDetail {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.houseLookDetail>p {
    font-size: 14px;
    color: #FF8000;
    line-height: 25px;
}

.houseLookDetail>div {
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid dashed dashed dashed;
    border-color: #FF8000 transparent transparent transparent;
    margin-top: 10px;
    margin-left: 5px;
}

.houseBookNew {
    background: #FF8000;
    width: 160px;
    height: 37px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}


/* 详情部分 */

.serviceFacilities>div {
    padding: 22px 0;
    font-size: 16px;
    color: #444444;
}

.serviceFacilities>p {
    font-size: 12px;
    color: #777777;
    text-align: justify;
    line-height: 20px;
    padding-left: 15px;
}

.cancellationClause>div {
    padding: 22px 0;
    font-size: 16px;
    color: #444444;
}

.cancellationClause>p {
    font-size: 12px;
    color: #777777;
    text-align: justify;
    line-height: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.childPolicy>div {
    padding-bottom: 22px;
    font-size: 16px;
    color: #444444;
}

.childPolicy>p {
    font-size: 12px;
    color: #777777;
    text-align: justify;
    line-height: 20px;
    padding-left: 15px;
}

.priceOptionsTitle {
    padding: 22px 0;
    font-size: 16px;
    color: #444444;
}

.priceOptions {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 13px;
}

.priceOptionsCell {
    margin-left: 15px;
    background: #F8F8F8;
    min-height: 90px;
    margin-bottom: 10px;
    padding: 15px 23px 15px 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.priceOptionsCellOption {
    display: flex;
    align-items: flex-start;
    width: 600px;
}

.priceOptionsChoseBox {
    width: 20px;
    height: 20px;
    background-image: url(/statics/web3/hotel/detail/img/hasNotChose.svg);
    background-size: cover;
}

.priceOptionsChoseBoxActive {
    background-image: url(/statics/web3/hotel/detail/img/hadChose.svg);
}

.priceOptionsCellOptionText {
    margin-left: 11px;
    width: 400px;
}

.priceOptionsCellOptionTextTitle {
    font-size: 14px;
    color: #444444;
}

.priceOptionsCellOptionTextTitle>span {
    font-size: 12px;
    line-height: 20px;
    margin-left: 16px;
}

.priceOptionsCellOptionText>p {
    font-size: 12px;
    color: #777777;
    line-height: 20px;
}

.priceOptionsCellPrice {
    line-height: 60px;
}

.priceOptionsCellPrice>span:first-child {
    font-size: 12px;
    color: #FF8000;
}

.priceOptionsCellPrice>span:first-child strong {
    font-size: 24px;
    color: #FF8000;
    line-height: 17px;
}

.priceOptionsCellPrice>span:last-child {
    font-size: 12px;
    color: #000000;
    line-height: 17px;
}

.cellActive {
    background: rgba(255, 128, 0, 0.20);
}

.cellOptionTextTitleActive {
    color: #FF8000;
}


/* 房间数选择 */

.makeSureCon {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.makeSureBoxTitle {
    padding: 13px 0;
    font-size: 16px;
    color: #444444;
}

.makeSureChose {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.makeSureBedChose {
    display: flex;
    align-items: center;
    height: 37px;
    margin-right: 25px;
}

.makeSureBedChose>p {
    font-size: 14px;
    color: #444444;
    margin-right: 8px;
}

.makeSureSelect {
    position: relative;
    height: 37px;
}

.makeSureSelectjiantou {
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #777 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 8px;
}

.makeSureSelectjiantousmall {
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #777 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 8px;
    display: none;
}

.makeSureSelectVal {
    width: 100px;
    background: #FFFFFF;
    height: 37px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444444;
    padding-left: 15px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.makeSureSelectCon {
    width: 100px;
    position: absolute;
    top: 38px;
    left: 0;
    background: white;
    z-index: 2;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, .2);
    height: 100px;
    overflow: auto;
    display: none;
}

.makeSureSelectCon::-webkit-scrollbar {
    display: none;
}

.makeSureSelectCon>li {
    height: 20px;
    padding-left: 15px;
    line-height: 20px;
    font-size: 14px;
    color: #444444;
    cursor: pointer;
}

.makeSureSelectCon>li:hover {
    background: #FF8000;
    color: white;
}

.makeSureBtn {
    background: #FF8000;
    width: 160px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.detailUpBtn {
    background: rgba(255, 128, 0, 0.20);
    width: 64px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.detailUpBtn>p {
    font-size: 12px;
    color: #FF8000;
    line-height: 25px;
}

.detailUpBtn>div {
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #FF8000 transparent;
    margin-left: 4px;
    margin-top: 2px;
}


/*   展开全部房型     */

.unfoldAllRooms {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 128, 0, 0.20);
    cursor: pointer;
}

.unfoldAllRooms>p {
    font-size: 13px;
    color: #FF8000;
}

.unfoldAllRooms>div {
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid dashed dashed dashed;
    border-color: #FF8000 transparent transparent transparent;
    margin-top: 8px;
}


/*  更多详情部分 */

.houseTypeShowMore {
    margin-top: 5px;
    display: none;
}

.unfoldAllRoomsUpBtn {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 128, 0, 0.20);
    cursor: pointer;
}

.unfoldAllRoomsUpBtn>p {
    font-size: 13px;
    color: #FF8000;
    margin-right: 5px;
}

.unfoldAllRoomsUpBtn>div {
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #FF8000 transparent;
    margin-top: -5px;
}


/* 酒店概括 */

.hotelOverview {
    width: 100%;
    background: white;
    margin-bottom: 20px;
    padding-bottom: 39px;
}

.hotelOverviewIntroduce {
    font-size: 18px;
    color: #444444;
    margin-left: 18px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.hotelOverviewIntroduceText {
    width: 790px;
    margin-left: 33px;
    font-size: 12px;
    line-height: 24px;
    color: #9B9B9B;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.hotelOverviewIntroduceText>p {
    color: #9B9B9B !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.hotelOverviewIntroduceText>p>span {
    color: #9B9B9B !important;
    line-height: 24px !important;
}

.hotelOverview>p {
    width: 790px;
    margin-left: 33px;
    font-size: 12px;
    color: #777777;
    text-align: justify;
    line-height: 20px;
}

.hotelActivityIntroduceTitle {
    font-size: 16px;
    color: #444444;
    margin-left: 18px;
    padding-bottom: 24px;
}

.hotelActivityIntroduceBox {
    width: 794px;
    height: 280px;
    margin-left: 33px;
}

.activityCell {
    width: 258px;
}

.activityCell>img {
    width: 258px;
    height: 159px;
    display: block;
}

.activityCell>div>h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
    color: #444444;
}

.activityCell>div>p {
    font-size: 12px;
    color: #777777;
    text-align: justify;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.activityCells {
    position: relative;
}

.activityCellsBox {
    width: 794px;
    height: 280px;
    overflow: hidden;
}

.activityCellsBox .likeCellBoxli {
    width: 258px;
    margin-right: 10px;
}

.activityCellsBox .likeCellBoxUl {
    height: 280px;
    position: relative;
}

.hotelOverviewLocation {
    font-size: 16px;
    color: #444444;
    margin-left: 18px;
    padding-top: 30px;
    padding-bottom: 24px;
}

.hotelOverviewLocation-map-canvas {
    width: 790px;
    height: 280px;
    margin-left: 33px;
}


/* 酒店设施部分 */

.hotelFacilities {
    width: 100%;
    background: white;
    margin-bottom: 20px;
}

.hotelFacilitiesTitle {
    font-size: 18px;
    color: #444444;
    padding: 22px 0;
    padding-left: 20px;
}

.hotelFacilitiesDetail {
    width: 790px;
    margin-left: 34px;
    padding-bottom: 25px;
}

.hotelFacilitiesDetail>li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hotelFacilitiesDetail>li:nth-of-type(odd) {
    background: #F8F8F8;
}

.hotelFacilitiesDetail>li:nth-of-type(even) {
    background: white;
}

.hotelFacilitiesDetailCell {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.hotelFacilitiesDetailCell>div {
    width: 20%;
    line-height: 37px;
    font-size: 12px;
    color: #9B9B9B;
}

.hotelFacilitiesDetail>li>div:first-child {
    width: 14%;
    margin-right: 6%;
    text-align: right;
    line-height: 37px;
    font-size: 12px;
    color: #444444;
}


/*酒店评价部分 */

.hotelEvaluation {
    width: 100%;
    padding-bottom: 17px;
}

.hotelEvaluationComprehensive {
    background: #fff;
}

.hotelEvaluationTitle {
    font-size: 18px;
    color: #444444;
    padding-top: 26px;
    padding-left: 20px;
}

.hotelEvaluationStar {
    margin-left: 30px;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.hotelEvaluationStarBox {
    width: 124px;
    height: 20px;
    background: url(/statics/web3/hotel/detail/img/starBigHollow.svg);
    background-size: cover;
}

.hotelEvaluationStarCon {
    height: 20px;
    background: url(/statics/web3/hotel/detail/img/starBigSolid.svg);
    background-size: cover;
}

.hotelEvaluationStar>p {
    margin-left: 10px;
}

.hotelEvaluationStar>p>strong {
    font-weight: normal;
    font-size: 20px;
    color: #FF8000;
}

.hotelEvaluationStar>p>span {
    font-size: 13px;
    color: #000000;
    line-height: 21px;
}

.hotelEvaluationType {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.hotelEvaluationType>div {
    font-size: 12px;
    color: #444444;
    margin-right: 28px;
}

.hotelEvaluationType>div>strong {
    font-size: 16px;
    color: #FF8000;
    font-weight: normal;
    padding-left: 10px;
}

.hotelEvaluationType>div>span {
    font-size: 13px;
    color: #000000;
    line-height: 22px;
}


/* 单个人评价部分 */


/*左侧个人信息*/

.personalEvaluationBox {
    width: 805px;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    margin-left: 18px;
    padding-left: 12px;
    display: flex;
    padding-bottom: 10px;
}

.personalEvaluationBox:first-child {
    border: 0;
}

.personalEvaluationPerson {
    width: 206px;
    display: flex;
}

.personalEvaluationPerson>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.personMessaged {
    margin-left: 14px;
}

.personMessageName {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personMessageTime {
    font-size: 12px;
    color: #979797;
    line-height: 25px;
}

.personMessageType {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personMessageType>p {
    line-height: 22px;
    font-size: 12px;
    color: #777777;
}

.personMessageType>div {
    line-height: 22px;
    font-size: 12px;
    color: #777777;
}

.personMessageType>div>strong {
    line-height: 22px;
    font-size: 12px;
    color: #FF8000;
}


/* 右侧评论内容*/

.personalEvaluationDetail {
    width: 590px;
    margin-left: 5px;
}

.personalEvaluationDetailTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.evaluationDetailTopLeft {
    display: flex;
    align-items: center;
}

.personalEvalStar {
    width: 74px;
    height: 10px;
    background: url(/statics/web3/hotel/detail/img/starSmallHollow.svg);
    background-size: cover;
}

.personalEvalStarCon {
    height: 10px;
    background: url(/statics/web3/hotel/detail/img/starsmallSolid.svg);
    background-size: cover;
}

.evaluationDetailTopRight {
    margin-left: 10px;
}

.evaluationDetailTopRight>strong {
    font-size: 16px;
    color: #FF8000;
    font-weight: normal;
}

.evaluationDetailTopRight>span {
    font-size: 13px;
    color: #000000;
    line-height: 19px;
}

.evaluationDetailTimeType {
    font-size: 12px;
    color: #979797;
}

.evaluationDetailTimeType>span {
    font-size: 12px;
    color: #FF8000;
    line-height: 17px;
}

.evaluationDetailText {
    font-size: 14px;
    color: #444444;
    text-align: justify;
    padding-bottom: 10px;
}

.evaluationDetailImg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.evaluationDetailImg>img {
    width: 110px;
    height: 110px;
    margin-bottom: 6px;
    margin-right: 6px;
    border: 1px solid white;
}


/*您的评价部分*/

.youEvaluationTitle {
    font-size: 16px;
    color: #444444;
    padding: 18px 0;
    padding-left: 20px;
}


/*已登录部分评价样式 */

.youEvaluationBox {
    width: 793px;
    margin-left: 30px;
}

.youEvaluationText {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    height: 140px;
    resize: none;
    margin-bottom: 20px;
}

.youEvaluationUpImg {
    width: 100%;
    min-height: 143px;
    background: #F8F8F8;
    padding: 10px;
    box-sizing: border-box;
}

.youEvaluationUpImgText {
    font-size: 12px;
    color: #777777;
    line-height: 40px;
}

.youEvaluationSubmitBox {
    height: 37px;
    margin-top: 20px;
}

.youEvaluationSubmit {
    background: #FF8000;
    width: 240px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    float: right;
    cursor: pointer;
}

.pay-img {
    width: 100%;
}

.pay-upload-container {
    display: flex;
    flex-wrap: wrap;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.pay-upload-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.pay-img input[type="file"] {
    width: 80px;
    height: 80px;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.pay-upload-container img {
    width: 80px;
    height: 80px;
    display: block;
}

.pay-img-del {
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, .44);
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    z-index: 199;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
}

.active .pay-img-del {
    height: 30px;
}

.notLoginBox {
    position: relative;
    margin-left: 30px;
    height: 210px;
}

.notLoginBoxCon {
    background: none;
    z-index: 2;
    background: #F4F4F5;
    width: 793px;
}

.notLoginBoxConBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 380px;
    margin: auto;
    height: 37px;
}

.notLoginBoxConBoxLoginBtn {
    width: 110px;
    float: left;
    height: 37px;
    background: #FF8000;
    text-align: center;
    line-height: 37px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.notLoginBoxConBoxHuo {
    float: left;
    font-size: 16px;
    color: #999999;
    height: 37px;
    margin: 0px;
    padding: 0px;
    line-height: 37px;
}

.notLoginBoxConBoxRegBtn {
    width: 110px;
    float: left;
    height: 37px;
    background: #FF8000;
    text-align: center;
    line-height: 37px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.notLoginBoxConBoxText {
    float: left;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #999999;
    height: 37px;
    line-height: 37px;
}


/*右侧内容区*/

.detailConBoxOtherBox {
    width: 330px;
    position: relative;
}

.detailConBoxOther {
    width: 330px;
    /*float: right;*/
}

.detailConBoxOtherDetail {
    width: 330px;
    background: white;
    padding-top: 5px;
}

.otherScoreBox {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 3px;
}

/* 2019-3-8 14:22:19 新增 */
.otherScoreBox .newBrand {
    width: 100%;
    display: table;
}

.otherScoreBox .newBrand .logo {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.otherScoreBox .newBrand .logo img {
    width: 100px;
}

.otherScoreBox .newBrand .name {
    width: 60%;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    color: #444444;
}

.otherScoreBox .newBrand .name span {
    font-size: 12px;
}

.otherScoreBox .newBrand .name p {
    font-size: 20px;
    margin-top: 5px;
}

.sVipInfo {
    background: #F8F8F8;
    padding: 12px 18px;
    color: #9B9B9B;
}

.sVipInfo .topExplain img,
.sVipInfo .topExplain span,
.sVipInfo .topExplain b,
.sVipInfo .bottomExplain img,
.sVipInfo .bottomExplain span,
.sVipInfo .bottomExplain b {
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
}

.sVipInfo .topExplain b,
.sVipInfo .bottomExplain b {
    color: #000;
}

.sVipInfo .topExplain b span,
.sVipInfo .bottomExplain b span {
    color: #9B9B9B !important;
    display: contents;
}

.sVipInfo .topExplain,
.sVipInfo .bottomExplain {
    display: table;
}

.sVipInfo .line {
    height: 1px;
    background: #E8E8E8;
    margin: 5px 0;
}

.sVipInfo .topExplain img,
.sVipInfo .bottomExplain img {
    width: 47px;
    height: 15px;
    padding: 3px 0;
    margin-right: 5px;
}

/* 结束 */

.otherScoreStar {
    width: 130px;
    background: url(/statics/web3/css/images/five-star-orange.png) left top no-repeat;
    height: 20px;
    background-size: cover;
}

.otherScoreNumber>strong {
    font-size: 20px;
    color: #FF8000;
}

.otherScoreNumber>span {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
}

.otherScoreBox>p {
    font-size: 12px;
    color: #777777;
}

.othercommentBox {
    width: 88%;
    margin: 0 auto;
}

.othercommentTitle {
    border-bottom: 1px solid #DCDCDC;
    line-height: 47px;
    font-size: 12px;
    color: #FF8000;
}

.otherPersoncomment {
    padding-top: 17px;
}

.otherPersoncomment>div {
    display: flex;
    align-items: center;
}

.otherPersoncomment>div>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.otherPersoncomment>div>div {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.otherPersoncomment>div>div>div {
    font-size: 16px;
    color: #444444;
}

.otherPersoncomment>div>div>p {
    font-size: 12px;
    color: #979797;
}

.otherPersoncomment>p {
    font-size: 12px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 12px;
}

.otherEnterTime {
    margin-top: 15px;
    background: #F8F8F8;
    height: 40px;
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otherEnterTime>p {
    font-size: 12px;
    color: #444444;
}

.otherleveTime {
    height: 40px;
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otherleveTime>p {
    font-size: 12px;
    color: #444444;
}

.otherFacilities {
    height: 40px;
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F8F8;
}

.otherFacilitiesStyle>p {
    font-size: 12px;
    color: #444444;
}

.otherFacilitiesStyle>div {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 40px;
}

.otherFacilitiesStyle>div>i {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.otherFacilitiesStyle>div>a {
    cursor: pointer;
    font-size: 12px;
    color: #AFAFAF;
    text-decoration: underline;
    margin-left: 5px;
}

.otherservers {
    height: 40px;
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otherMap {
    position: relative;
    background: #F8F8F8;
    padding: 20px 0;
    height: 186px;
}


/*飞机票*/

.plane_ticked {
    height: 129px;
    background: white;
    margin-top: 15px;
    padding-left: 20px;
    padding-top: 15px;
    position: relative;
}

.plane_ticked_first {
    line-height: 18px;
    font-size: 15px;
}

.specil_text {
    line-height: 33px;
    font-size: 18px;
    color: #ff8000;
}

.plane_ticked_sec {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
}

.planetTicket_img {
    width: 108px;
    height: 72px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


/* 猜你喜欢 */

.guessYouLikeTitle {
    font-size: 16px;
    color: #444444;
    line-height: 41px;
    padding-left: 20px;
}

.guessYouLike .likeCell {
    margin-bottom: 20px;
    background: white;
}

.guessYouLike .likeCell:last-child {
    margin-bottom: 0px;
}


/*模块样式*/

.likeCell>img {
    width: 100%;
    height: 170px;
    display: block;
}

.likeCellCon {
    height: 65px;
    background: white;
}

.guessYouLikeWrap {
    padding: 0 20px;
    background: white;
}

.guessYouLikea {
    padding-top: 10px;
    border-top: 1px solid #DCDCDC;
}


/*.guessYouLikeWrap .guessYouLikea:first-child{
    border: 0;
    padding-top: 0px;
}*/

.guessYouLike {
    margin-top: 15px;
    background: white;
}

.likeCellCon>p {
    font-size: 15px;
    color: #191B2A;
    line-height: 24px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.likeCellCon>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
}

.likeCellCon>div>p {
    font-size: 12px;
    color: #777777;
}

.likeCellCon>div>div {
    font-size: 12px;
    color: #444444;
}

.likeCellCon>div>div>span {
    font-size: 16px;
    color: #FF8000;
}


/*周边推荐*/

.recommendBox {
    padding-bottom: 20px;
    overflow: hidden;
}

.recommendBoxTitle {
    font-size: 20px;
    color: #444444;
    line-height: 50px;
    padding-top: 10px;
}

.recommendBox {
    width: 1200px;
    margin: 0 auto;
}

.recommendBoxSwiper {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.recommendBoxSwiper>.likeCell {
    width: 285px;
}

.recommendBoxSwiper>.likeCell>img {
    height: 167px;
}

.likeCellBoxUlBox {
    width: 1200px;
    height: 235px;
    overflow: hidden;
}

.likeCellBoxli {
    width: 285px;
    float: left;
    margin-right: 20px;
}

.likeCellBoxUl {
    width: 1000%;
    height: 235px;
    position: relative;
}

.recommendBoxCells {
    position: relative;
}

.recom_other_img_left {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
}

.recom_other_img_right {
    position: absolute;
    right: 0;
    top: 80px;
}

.recom_other_img_left:hover {
    background: url(/statics/web3/hotel/list/images/recommendBoxCells_l_hover.png) left center no-repeat;
}

.recom_other_img_right:hover {
    background: url(/statics/web3/hotel/list/images/recommendBoxCells_r_hover.png) left center no-repeat;
}


/*   详情页房型部分修改   */

.hotelDetailListBoxChange {
    padding: 12px 23px 21px 18px;
    background: white;
    padding-top: 0;
    margin-top: 15px;
}

.hotelDetailListEnInstricter {
    padding: 14px 20px;
    background: #F7F3EC;
    font-size: 12px;
    color: #000000;
}

.enInstricterTxt {
    color: #9b9b9b;
    padding-left: 20px;
    position: relative;
}

.enInstricterTxt>i {
    position: absolute;
    top: 2px;
    left: -2px;
    width: 15px;
    height: 14px;
    background: url('/statics/web3/hotel/detail/img/zuanshi.svg') center center no-repeat;
    background-size: 100%;
}

.hotelMasonry {
    /* background: #F7F3EC; */
}

.hotelMasonry .hotelMasonryPlece {
    position: relative;
    width: 3%;
}

.hotelMasonry .hotelMasonryPlece>i {
    position: absolute;
    top: -16px;
    left: 20px;
    width: 30px;
    height: 30px;
}

.hotelMasonry .hotelMasonryPlece>b {
    position: absolute;
    top: -14px;
    left: 25px;
    width: 27px;
    height: 27px;
    background: url('/statics/web/hotel/detail/img/detailVipLds.png') center center no-repeat;
    background-size: 100%;
}

.hotelMasonry .thisHotelName {
    position: relative;
    left: 40px;
}

.hotelDetailListBoxChangeHeader {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
    background: rgba(255, 128, 0, 0.20);
}

.hotelDetailListBoxChangeHeader>div {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #444444;
}

.hotelDetailListBoxChangeHeader>div:nth-child(1) {
    width: 15.5%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(2) {
    width: 17%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(3) {
    width: 15%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(4) {
    width: 10%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(5) {
    width: 8%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(6) {
    width: 12%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(7) {
    width: 12.5%;
}

.hotelDetailListBoxChangeHeader>div:nth-child(8) {
    width: 10%;
}

.hotelListChangeCell {
    border-bottom: 1px solid #DCDCDC;
    border-top: 2px solid #FF8000;
    margin-bottom: 20px;
}


/*.hotelListChangeCell:first-child{
    border-top: 0;
}*/

.nameAndOther {
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-items: center;
}

.nameAndOther>p {
    font-size: 14px;
    color: #444444;
}

.nameAndOtherBorder {
    width: 17.5%;
    padding-right: 5px;
}

.nameAndOtherBorderleft {
    border-left: 1px solid #DCDCDC;
}

.nameAndOtherBorder>div {
    display: block;
}

#lookMapIcon {
    display: block;
    line-height: 22px;
    margin-left: 15px;
}

.hotelListChangeCellDetail {
    display: flex;
    width: 100%;
    /*justify-content: space-between;*/
    border-top: 1px solid #DCDCDC;
}

.hotelListChangeCellDetailWith {
    width: 82.5%;
    border-left: 1px solid #DCDCDC;
}

.hotelListChangeCellDetailMes {
    display: flex;
    justify-content: flex-end;
}

.hotelListChangeCellDetailPrice {
    line-height: 32px;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    width: 101px;
}

.hotelListChangeCellDetailPrice>span {
    font-weight: 600;
    font-size: 14px;
}

.hotelListTaxation {
    line-height: 22px;
    font-size: 12px;
    color: #777777;
}

.hotelListChangeCellDetailPullDown {
    width: 81px;
    font-size: 12px;
    color: #FF8000;
    line-height: 32px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
}

.hotelListChangeCellDetailPullDown>p {
    width: 0px;
    height: 0px;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #FF8000 transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 10px;
}

.hotelListChangeCellDetailPullUp {
    width: 81px;
    font-size: 12px;
    color: #FF8000;
    line-height: 32px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.hotelListChangeCellDetailPullUp>p {
    width: 0px;
    height: 0px;
    border-width: 4px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #FF8000 transparent;
    position: absolute;
    top: 10px;
    right: 10px;
}

.hotelListChangeCellDetailBoxCell {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    padding-top: 10px;
    border-top: 1px dashed #DCDCDC;
}

.hotelListChangeCellDetailBoxCell:first-child {
    border: 0;
}

.hotelListMoreBox .hotelListChangeCellDetailBoxCell:first-child {
    border-top: 1px dashed #DCDCDC;
}

.hotelListChangeCellDetailBoxCell>div {
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
}

.changeThree {
    width: 84.5%;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(1) {
    width: 20.12%;
    padding: 0 5px;
    box-sizing: border-box;
    padding-top: 5px;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(2) {
    width: 17.75%;
    padding-top: 5px;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(3) {
    width: 11.83%;
    padding-top: 5px;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(4) {
    width: 9.47%;
    padding-top: 5px;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(5) {
    width: 14.2%;
    padding-top: 5px;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(6) {
    width: 14.79%;
    text-align: center;
    padding-top: 5px;
}

.hotelListChangeCellDetailBoxCell>div:nth-child(7) {
    width: 11.83%;
}

.hotelListChangeCellDetailBoxCellPrice {
    position: relative;
}

.hotelListiceDetailWrap {
    position: absolute;
    top: 33px;
    left: 0px;
    z-index: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    display: none;
}

.re {
    position: relative;
}

.hotelListiceDetailWrapjiantou {
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ff8000;
    border-top: 1px solid #ff8000;
    background: white;
    z-index: 2;
    left: 10px;
    transform: rotate(45deg);
    top: -6px;
}

.hotelListChangeCellDetailBoxCellPriceDetail {
    background: white;
    padding: 10px;
    border: 1px solid #FF8000;
    min-width: 200px;
    z-index: 1;
    display: inline-block;
    min-width: 300px;
}
.hotelChangePriceBox .wcopyQuoteScheme {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #ff8000;
}
.hotelChangePriceBox .wcopyQuoteScheme .sl_icon {
    color: #ff8000 !important;
}
.bookingInforTypeDetailWrap {
    display: flex;
    flex-wrap: wrap;
}

.bookingInforTypeDetail {
    border: 1px solid #DCDCDC;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 637px;
}

.bookingInforTypeDetailCell {
    width: 105px;
    background: white;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.typeDetailCellTit {
    background: #F8F8F8;
    line-height: 30px;
    font-size: 12px;
    color: #777777;
    text-align: center;
}

.typeDetailCellPrice {
    text-align: center;
    font-size: 12px;
    color: #FF8000;
    padding-top: 5px;
}

.typeDetailCellPrice>span {
    font-size: 12px;
    color: #FF8000;
}

.typeDetailCellbr {
    text-align: center;
    color: #444444;
    padding-bottom: 5px;
}

.hotelChangePriceBox {
    display: flex;
    padding: 3px 0;
    position: relative;
}

.hotelChangePriceBox>p {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
}

.hotelChangePriceBox>p:first-child {
    min-width: 90px;
}

.hotelChangePriceBoxAll {
    display: flex;
    padding: 3px 0;
}

.hotelChangePriceBoxWrap {
    padding-top: 5px;
}

.hotelChangePriceBoxAll>p {
    font-size: 14px;
    color: #4A4A4A;
    text-align: left;
}

.hotelChangePriceBoxAll>p:first-child {
    width: 90px;
}
.forecast_recommender{
    display: none;
}
.hotelListChangeCellDetailBoxCellPrice>p {
    font-size: 18px;
    color: #FF8000;
    display: inline-block;
}

.hotelListChangeCellNocou {
    border-bottom: 1px dashed #FF8000;
    cursor: pointer;
}

.hotelListChangeCellHavecou {
    border: 0;
}

.hotelListChangeCellDetailBoxCellPrice>p>span {
    font-size: 12px;
    color: #FF8000;
}

.hotelListChangeCellDetailBoxCellPricediv {
    display: flex;
    justify-content: center;
}

.hotelListChangeCellDetailBoxCellPricediv>p {
    background: rgba(255, 128, 0, 0.20);
    font-size: 12px;
    color: #FF8000;
    padding: 1px 0px;
}

.hotelListChangeCellDetailBoxCellPricediv>div {
    font-size: 12px;
    color: #9B9B9B;
    margin-left: 3px;
    text-decoration: line-through;
}

.hotelListChangeBooking {
    cursor: pointer;
}

.hotelListChangeBookingTop {
    line-height: 22px;
    color: white;
    background: #FF8000;
    text-align: center;
    font-size: 12px;
    height: 22px;
}

.payAdvance {
    line-height: 22px;
    text-align: center;
    border: 1px solid #FF8000;
    border-top: 0;
    font-size: 12px;
    color: #ff8000;
    box-sizing: border-box;
}

.guarantee {
    line-height: 22px;
    text-align: center;
    border: 1px solid #37B2A6;
    border-top: 0;
    font-size: 12px;
    color: #37B2A6;
    box-sizing: border-box;
}

.hotelListChangeCellNocou:hover+.hotelListiceDetailWrap {
    display: flex;
}

.hotelListChangeCellNocou:hover+.thisHotelNameInstruction {
    display: block;
}
.hotelListChangeCellDetailBoxCellPrice:hover .hotelListiceDetailWrap {
    display: block;
}

.hotelListChangeCellDetailImgBox {
    width: 15.5%;
    border-right: 1px solid #DCDCDC;
}

.hotelListChangeCellDetailImg {
    width: 107px;
    height: 73px;
    display: block;
    margin-top: 15px;
}

.taxesFees {
    font-size: 12px !important;
    color: #9B9B9B !important;
    padding-right: 23px;
}

.typeMessageBox {
    width: 100%;
    display: flex;
    align-items: center;
}

.typeMessageBox>img {
    width: 14px;
    height: 13px;
    margin-right: 5px;
}

.typeMessageBox>p {
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotelListBtnsCh {
    background: #F8F8F8;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1px;
}

.nonHouseType {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nonHouseType>img {
    width: 204px;
    display: block;
}

.nonHouseType>div>div {
    font-size: 18px;
    color: #444444;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 600;
}

.nonHouseType>div>p {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 25px;
    text-align: center;
}

.loadingBox {
    text-align: center;
    margin: 10px 0;
}


/*  房型修改  */

.hotelListChaBox {
    width: 100%;
    padding-top: 17px;
    margin: 10px 0;
}

.hotelListChaBoxTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
}

.hotelListChaBoxTopLeft {
    position: relative;
    display: flex;
    align-items: center;
}

.hotelListChaBoxTopLeft .thumb_count{
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 2px;
    left: 63px;
    background:rgba(0,0,0,.5);
    border-radius:50%;
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
}
.hotelListChaBoxTopLeft .hotelNameInfo {
    margin-left: 25px;
}


.hotelNameInfo .room-info {
    padding-top: 10px;
}

.hotelNameInfo .room-info span {
    margin: 0 4px;
}

.hotelListChaBoxTopLeft>img {
    width: 90px;
    height: 59px;
    display: block;
}

.hotelListChaBoxTopLeft>p {
    color: #444444;
    margin-left: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 500px;
}

.zhText {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}

.hotelInfoHide {
    width: 550px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 2px 15px #888;
    background: #fff;
    color: #333;
    padding: 15px 25px;
    position: relative;
    left: 30px;
}

.enText {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}

.hotelListChaBoxTopRightUp {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 59px;
    margin-right: 10px;
}

.hotelListChaBoxTopRightUp>p {
    font-size: 12px;
    color: #9B9B9B;
}

.hotelListChaBoxTopRightUp>img {
    width: 12px;
    height: 6px;
    margin-left: 7px;
}

.hotelListChaBoxTopRightDown {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 59px;
    margin-right: 10px;
}

.hotelListChaBoxTopRightDown>p {
    font-size: 12px;
    color: #9B9B9B;
}

.hotelListChaBoxTopRightDown>img {
    width: 12px;
    height: 6px;
    margin-left: 7px;
}

.hotelListChaBoxBottom {
    /* margin-top: 17px; */
    border: 1px solid #eeeeee;
}

.hotelListChaBoxBottomHeader {
    /* background: #f2f2f2; */
    height: 32px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}

.hotelListChaBoxBottomHeader>div {
    line-height: 32px;
    font-size: 14px;
    color: #9B9B9B;
    width: 15%;
}

.hotelListChaBoxBottomHeader>div:nth-child(1) {
    width: 33%;
}

.hotelListChaBoxBottomHeader>div:nth-child(1)>.hotelListMark {
    display: inline-block;
    width: 23px;
}

.hotelListChaBoxBottomHeader>div:nth-child(2) {
    width: 11%;
}

.hotelListChaBoxBottomHeader>div:nth-child(3) {
    width: 12%;
}

.hotelListChaBoxBottomHeader>div:nth-child(4) {
    width: 16%;
}

.hotelListChaBoxBottomHeader>div:nth-child(5) {
    width: 18%;
}

.hotelListChaBoxBottomHeader>div:nth-child(6) {
    width: 11%;
}

.hotelListChaBoxBottomCell {
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 20px;
    border-top: 1px solid #EEEEEE;
}

.hotelListChaBoxBottom>div:nth-child(2) {
    border-top: 0;
}

.thisHotelName {
    position: relative;
}

.thisHotelNameInstruction {
    position: absolute;
    left: 0;
    top: 39px;
    background: white;
    padding: 10px;
    border: 1px solid #FF8000;
    min-width: 200px;
    z-index: 1;
    display: none;

}

.hotelBigImg {
    display: none;
}

.thisHotelNameInstruction>.hotelListiceDetailWrapjiantou {
    top: -6px !important;
}

.hotelListChaBoxBottomCell>div {
    width: 15%;
    padding-right: 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444444;
}

.hotelListChaBoxBottomCell>div>p {
    font-size: 14px;
    color: #444444;
}

.hotelListChaBoxBottomCell>div:nth-child(4)>p>span {
    border-bottom: 1px dashed #9c9c9c;
}

.hotelListChaBoxBottomCell>div:nth-child(1) {
    width: 3%;
}

.hotelListChaBoxBottomCell>div:nth-child(2) {
    width: 27%;
    display: -webkit-box;
    margin-right: 2%;
}

.hotelListChaBoxBottomCell>div:nth-child(2) .thisHotelMarker {
    padding-top: 2px;
    max-width: 72%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: auto;
}

.hotelListChaBoxBottomCell>div:nth-child(3) {
    width: 11%;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotelListChaBoxBottomCell>div:nth-child(4) {
    width: 12%;
    font-size: 12px;
}

.hotelListChaBoxBottomCell>div:nth-child(5) {
    width: 16%;
}

.hotelListChaBoxBottomCell>div:nth-child(6) {
    width: 18%;
}

.hotelListChaBoxBottomCell>div:nth-child(7) {
    width: 11%;
}

.hotelListChaBoxBottomCellBtnss {
    width: 100%;
    cursor: pointer;
}

.hotelListChaBoxBottomCellBtnss>p {
    background: #ff8000;
    border-radius: 10px 10px 0px 0px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
}

.hotelListChaBoxBottomCellBtnss>div {
    display: block;
    background: rgba(255, 128, 0, 0.04);
    border: 1px solid #ff8000;
    border-radius: 0px 0px 10px 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
}

.cellBtnsPayAdvance {
    color: #B08855;
}

.cellBtnsDeposit {
    color: #FF8000;
}

.cellBtnsGuarantee {
    color: #5095E3;
}

.hotelListChaBox:first-child {
    padding-top: 2px;
}

.recommendBox .likeCellCon {
    padding: 0 5%;
}

#searchCheckIn {
    background: url(/statics/web3/css/images/select.svg) no-repeat;
    background-size: 12px 10px;
    background-position-x: 137px;
    background-position-y: 55%;
}

#searchCheckOut {
    background: url(/statics/web3/css/images/select.svg) no-repeat;
    background-size: 12px 10px;
    background-position-x: 137px;
    background-position-y: 55%;
}

/* 单个酒店轮播 */
.onlyHotelturn {
    z-index: 10;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
    overflow-x: hidden;
}

.onlyHotelturn .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .4);
}

.onlyHotelturn .onlyHotelturnCentent {
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    position: fixed;
    z-index: 109;
    width: 1000px;
    margin: 0 auto;
}

/* .onlyHotelturnCentent-swiper{
    position: relative;
    width: 800px;
    height: 480px;
} */
.onlyHotelturnCentent-close {
    position: absolute;
    top: -23px;
    right: -15px;
    color: white;
    cursor: pointer;
}

.onlyHotelturnCentent-close .sl_icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 20px;
}

.onlyHotelturnCentent-swiper .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background: #dcdcdc;
}

.onlyHotelturnCentent-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.comment-big-img {
    display: none;
}

/* 新增优惠 */
.hotelP {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    background: url(/statics/web3/hotel/list/images/backBgList.png) no-repeat;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.hotelP img {
    width: 20px;
    height: 22px;
    margin: 10px;
}

.hotelP img,
.hotelP .state {
    float: left;
}

.hotelP .noMore {
    float: right;
    margin-right: 20px;
}

.hotelP .state,
.hotelP .noMore {
    height: 40px;
    line-height: 40px;
}

.hotelP .state {
    background: linear-gradient(to bottom, #BA8A5C, #744922);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
}

.hotelP .noMore {
    color: #C7A382;
    padding: 0 0 0 10px;
}

.hotelHide {
    width: 550px;
    height: 200px;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-top: -100px;
    margin-left: -275px;
    display: none;
}

.hotelHide .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 23px;
    cursor: pointer;
}

.hotelHide h3 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 10px;
}

.hotelHide p {
    font-size: 12px;
    padding-bottom: 10px;
}

.hotelHideBg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.explain_s {
    color: #FF8000 !important;
    border-bottom: 1px dashed #FF8000;
    display: inline-block;
    padding: 0;
    cursor: help;
}

.explain_hide {
    border: 1px solid #ff8000;
    padding: 8px 12px;
    background: #FFF;
    position: absolute;
    top: 65px;
    right: -87px;
    width: 200px;
    color: #444;
    display: none;
    z-index: 1;
}

.explain_hide b {
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
}
.explain_s:hover+.explain_hide {
    display: block;
}
.hotelmeal_img {
    width: 20px;
    height: 20px;
    margin-right: .75rem;
}

.flx_row_mid_spaceBetween {
    display: flex;
    justify-content: space-between;
}

.flx_row_left_mid {
    display: flex;
    align-items: center;
}

.hotelDiscount {
    display: none;
    margin: 1.2rem 0;
    background: #fff;
}

.hotelDiscountHead {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.hotelDiscountbody {
    display: none;
    padding: 20px;
}
.hotelDiscountName {
    margin-left: 10px;
    height: 22px;
    line-height: 22px;
}
.hotelDiscountbehaed {
    display: flex;
    align-items: center;
    line-height: 22px;
    font-size: 14px;
}

.hotelDiscountbehaed>span {
    font-size: 16px;
    text-align: center;
}
.hotelDiscountthumb {
    color: #B28B58;
}
.hotelDiscountTitel {
    display: inline-block;
    border: 1px solid #B28B58;
    background-color: #fff;
    color: #B28B58;
    margin-right: 10px;
}
.hotelBiscountTitel {
    color: #fff;
    padding: 3px 5px;
    background-image: linear-gradient(to left, #D5B788, #B28B58);
}

.hotelBiscountSubem {
    color: #B28B58;
    padding: 3px 5px;
}

.hotelDiscountclose {
    display: none;
    font-size: 20px;
}
.hotelDiscountcloseup {
    font-size: 20px;
    transform: rotate(180deg)
}

.hotelDiscountbehand {
    cursor: pointer;
    color: #777;
    font-size: .8rem;
}
.unlogin_discount{
    margin-left: 20px;
    color: #444;
    cursor: pointer;
}
.unlogin_discount_hint{
    color: #ff8000;
}
.allinall_area {
    max-height: 235px;
    overflow-y: auto;
}

.allinall_item {
    margin-bottom: 1.8rem;
}

.allinall_item .allinall_item_title {
    border: 1px solid #B28B58;
    display: inline-flex;
    background-color: #fff;
    color: #B28B58;
    margin-right: 10px;
}

.allinall_item_limit {
    margin-bottom: 5px;
}

.allinall_item_cnt {
    font-size: 12px;
    color: #777;
    margin-bottom: .2rem;
    white-space: pre-line;
}
.discount_date {
    color: #AD7F45;
}
.inhot_person_comsump {
    padding-left: 6px;
    border: 1px solid #DCDCDC;
    font-size: 12px;
    color: #444444;
}

.di_count {
    margin-top: 34px;
    margin-left: 1px;
}
.propertyfileWrap {
    padding: 0px 0px 10px 10px;
    width: calc(100% - 50px);
    margin: 0 auto;
}
.propertyfile_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.propertyfile_item_name{
    color: #444;
    font-weight: bold;
    font-size: 14px;
    width: 70%;
}
.propertyfile_item_download{
    padding: 0px 0px 0px 25px;
    cursor: pointer;
}
.propertyfile_item_download_icon{
    width: 50px;
    height: 20px;
}



