.banner-box{
    height: 520px;
    position: relative;
}
/* banner轮播 */
.swiper-slide-item{
    display: block;
    height: 520px;
    overflow: hidden;
    position: relative;
}
.swiper-slide-item>img{
    width: 1920px;
    height: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -260px 0 0 -960px;
}
.banner-scroll .swiper-button-next,
.banner-scroll .swiper-button-prev{
    width: 48px;
    height: 48px;
    opacity: .5;
}
.banner-scroll .swiper-button-prev{
    background: url("../images/page_main_icon.png") no-repeat 0 -495px !important;
}
.banner-scroll .swiper-button-next{
    background: url("../images/page_main_icon.png") no-repeat 0 -553px !important;
}
.banner-scroll:hover .swiper-button-next,
.banner-scroll:hover .swiper-button-prev{
    opacity:1;
}

.banner-scroll .swiper-pagination{
    text-align: left;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    width: 1200px;
    left: 50%;
    bottom: 120px;
    margin-left: -600px;
}
.banner-scroll .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    margin: 0 8px 0 0 !important;
    opacity: .3;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.banner-scroll .swiper-pagination-bullet-active{
    width: 50px;
    opacity: 1;
    background: #000;
}
.banner-scroll .swiper-pagination-bullet-active:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    animation:progress 5s linear;
    -webkit-animation:progress 5s linear
}

/* 搜索 */
.global-search-block{
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 100;
    width: 1200px;
    margin-left: -600px;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    background: #fff;
}
.search-dest-term{
    display: inline-block;
    padding: 0 10px 0;
    vertical-align: top;
}
.search-dest-term .icon{
    display: inline-block;
    width: 18px;
    height: 20px;
    vertical-align: top;
    margin-top: 11px;
    background: url("../images/page_main_icon.png") no-repeat 0 -103px;
}
.search-dest-term .input-text{
    color: #555;
    width: 210px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.search-date-term{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.search-date-term:before{
    content: "";
    display: inline-block;
    height: 30px;
    width: 1px;
    vertical-align: top;
    margin: 7px 15px 0 0;
    background: #e6e6e6;
}
.search-date-term .icon{
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-top: -3px;
    background: url("../images/page_main_icon.png") no-repeat 0 -133px;
}
.search-date-term .input-text{
    color: #555;
    display: inline-block;
    width: 106px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
}
.search-tag-term{
    display: inline-block;
    padding-left: 10px;
    position: relative;
    vertical-align: top;
}
.search-tag-term:before{
    content: "";
    display: inline-block;
    height: 30px;
    width: 1px;
    vertical-align: top;
    margin: 7px 10px 0 0;
    background: #e6e6e6;
}
.search-tag-term .icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 13px 0 0 10px;
    background: url("../images/page_main_icon.png") no-repeat 0 -75px;
}
.search-tag-term .input-text{
    color: #555;
    width: 400px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
}
.search-btn-term{
    float: right;
}
.search-btn-term .search-btn{
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    background: #ffb200;
}
.search-btn-term .search-btn:hover{
    background: #ff8a00;
}
.search-dest-term .input-text::-webkit-input-placeholder{
    color: #555 !important;
}
.search-dest-term .input-text:-moz-placeholder {
    color: #555 !important;
}
.search-dest-term .input-text::-moz-placeholder{
    color: #555 !important;
}
.search-dest-term .input-text:-ms-input-placeholder {
    color: #555 !important;
}
.search-tag-term .input-text::-webkit-input-placeholder{
    color: #999 !important;
}

/* 顶级目的地 */
.dest-detail-box{
    width: 1020px;
    height: 452px;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1001;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 12px rgba(80,80,80,.1), -1px 1px 12px rgba(80,80,80,.1), 1px -1px 12px rgba(80,80,80,.1), -1px -1px 12px rgba(80,80,80,.1);
    -moz-box-shadow: 1px 1px 12px rgba(80,80,80,.1), -1px 1px 12px rgba(80,80,80,.1), 1px -1px 12px rgba(80,80,80,.1), -1px -1px 12px rgba(80,80,80,.1);
    box-shadow: 1px 1px 12px rgba(80,80,80,.1), -1px 1px 12px rgba(80,80,80,.1), 1px -1px 12px rgba(80,80,80,.1), -1px -1px 12px rgba(80,80,80,.1);
    background: #fff;
}
.dest-top-tab_nav{
    padding: 0 30px;
    font-size: 0;
    background: #f5f5f5;
}
.dest-top-tab_nav .item{
    color: #1a1a1a;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    cursor: pointer;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.dest-top-tab_nav .item.on{
    background: #fff;
}

.dest-top-wrap,
.dest-top-tab_con{
    width: 1020px !important;
    height: 393px !important;
}

/* 二级目的地 */
.dest-second-tab_nav{
    margin: 0 30px;
    padding-top: 15px;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.dest-second-tab_nav .item{
    color: #1a1a1a;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-right: 110px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
}
.dest-second-tab_nav .item.on{
    color: #079c96;
}
.dest-second-tab_nav .item.on:after{
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #079c96;
}
.dest-second-tab_con{
    width: 100% !important;
    height: 340px !important;
}
.dest-second-wrap{
    width: 960px !important;
    height: 340px;
    padding: 0 30px;
    overflow-y: auto;
}
.dest-sort-block{
    padding: 10px 0;
}
.dest-sort-block .key-head{
    color: #999;
    float: left;
    width: 50px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.dest-sort-block .val-group{
    padding-left: 60px;
    font-size: 0;
}
.dest-sort-block .val-group .label{
    color: #666;
    display: inline-block;
    width: 110px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.dest-sort-block .val-group .label:hover{
    color: #06a59f;
}

/* 目的地输入弹窗 */
.dest-import-box{
    width: 325px;
    height: 300px;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1001;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 12px rgba(80,80,80,.1), -1px 1px 12px rgba(80,80,80,.1), 1px -1px 12px rgba(80,80,80,.1), -1px -1px 12px rgba(80,80,80,.1);
    -moz-box-shadow: 1px 1px 12px rgba(80,80,80,.1), -1px 1px 12px rgba(80,80,80,.1), 1px -1px 12px rgba(80,80,80,.1), -1px -1px 12px rgba(80,80,80,.1);
    box-shadow: 1px 1px 12px rgba(80,80,80,.1), -1px 1px 12px rgba(80,80,80,.1), 1px -1px 12px rgba(80,80,80,.1), -1px -1px 12px rgba(80,80,80,.1);
    background: #fff;
}
.dest-import-group{
    padding: 10px;
}
.dest-import-group .item{
    color: #666;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}
.dest-import-group .item:hover{
    color: #06a59f;
}
.empty-msg-txt{
    color: #666;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

/* datepicker */
.t-check-in, .t-check-out, .t-datepicker{
    float: none;
}
.t-year-check-in,
.t-month-check-in,
.t-day-check-in,
.t-year-check-out,
.t-month-check-out,
.t-day-check-out{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}


/* 栏目模块 */
.module-container{
    padding: 70px 0 0;
}
.module-title-bar{
    text-align: center;
    font-size: 28px;
}
.tab-nav-bar{
    height: 40px;
    padding: 38px 0 0;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
.tab-nav-bar .item{
    display: inline-block;
    width: 94px;
    height: 38px;
    line-height:38px;
    margin: 0 5px;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
.tab-nav-bar .item.on{
    color: #fff;
    border-color: #0c8b86;
    background: #0c8b86;
}


/* 特惠酒店 */
.tab-view-group{
    padding-top: 15px;
    margin: 0 -15px;
}
.tab-view-group>li{
    float: left;
    width: 380px;
    padding: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tab-view-group>li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.product-item-block{
    width: 380px;
    height: 308px;
}
.product-item-block .hd-area{
    display: table-cell;
    width: 380px;
    height: 202px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #e7e7e7;
}
.tab-view-group>li:hover .product-item-block .hd-area{
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.2), -1px 1px 12px rgba(0,0,0,.2), 1px -1px 12px rgba(0,0,0,.2), -1px -1px 12px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.2), -1px 1px 12px rgba(0,0,0,.2), 1px -1px 12px rgba(0,0,0,.2), -1px -1px 12px rgba(0,0,0,.2);
    box-shadow: 1px 1px 12px rgba(0,0,0,.2), -1px 1px 12px rgba(0,0,0,.2), 1px -1px 12px rgba(0,0,0,.2), -1px -1px 12px rgba(0,0,0,.2);
}
.product-item-block .hd-area img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-item-block .tit-bar{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
}
.product-item-block .ads-bar{
    color: #666;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.product-item-block .ads-bar .icon{
    display: inline-block;
    width: 14px;
    height: 17px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/page_main_icon.png") no-repeat 0 0;
}
.product-item-block .data-bar{
    padding-top: 8px;
    font-size: 0;
}
.product-item-block .data-bar .dx{
    color: #ff5a5f;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}
.product-item-block .data-bar .price{
    color: #ff5a5f;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.product-item-block .data-bar .price .num{
    display: inline-block;
    padding: 0 3px;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.product-item-block .data-bar .label{
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    vertical-align: top;
    margin: 6px 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    background: #ffb200;
}
.product-item-block .data-bar .degree{
    color: #999;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

/* 更多 */
.module-more-bar{
    padding-top: 20px;
    text-align: center;
}
.module-more-bar .more-link{
    color: #666;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    vertical-align: top;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #f2f2f2;
}
.module-more-bar .more-link:hover{
    color: #fff;
    background: #0c8b86;
}
.module-more-bar .more-link .arrow-icon{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.module-more-bar .more-link:hover .arrow-icon{
    margin-left: 10px;
    border-color: #fff;
}

/* 保障 */
.product-property-block{
    padding-top: 30px;
}
.product-property-block .dl-item{
    float: left;
    width: 300px;
}
.product-property-block .dl-item .icon{
    float: left;
    width: 50px;
    height: 49px;
}
.product-property-block .dl-item .icon.step_1{
    background: url("../images/page_main_icon.png") no-repeat 0 -258px;
}
.product-property-block .dl-item .icon.step_2{
    background: url("../images/page_main_icon.png") no-repeat 0 -317px;
}
.product-property-block .dl-item .icon.step_3{
    background: url("../images/page_main_icon.png") no-repeat 0 -376px;
}
.product-property-block .dl-item .icon.step_4{
    background: url("../images/page_main_icon.png") no-repeat 0 -435px;
}
.product-property-block .dl-item .con{
    padding: 2px 20px 0 60px;
}
.product-property-block .dl-item .con .tit{
    font-size: 18px;
}
.product-property-block .dl-item .con .sub{
    color: #999;
    margin-top: 3px;
    font-size: 14px;
}

/* 文章 */
.article-container{
    padding-bottom: 80px;
}
.article-view-group{
    padding-top: 45px;
    margin: 0 -14px;
}
.article-view-group>li{
    float: left;
    width: 279px;
    padding: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.article-view-group>li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.article-item-block .hd-area{
    display: table-cell;
    width: 279px;
    height: 320px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #e7e7e7;
}
.article-view-group>li:hover .article-item-block .hd-area{
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.2), -1px 1px 12px rgba(0,0,0,.2), 1px -1px 12px rgba(0,0,0,.2), -1px -1px 12px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.2), -1px 1px 12px rgba(0,0,0,.2), 1px -1px 12px rgba(0,0,0,.2), -1px -1px 12px rgba(0,0,0,.2);
    box-shadow: 1px 1px 12px rgba(0,0,0,.2), -1px 1px 12px rgba(0,0,0,.2), 1px -1px 12px rgba(0,0,0,.2), -1px -1px 12px rgba(0,0,0,.2);
}
.article-item-block .hd-area img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.article-item-block .hd-area .label{
    color: #666;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
}
.article-item-block .tit-bar{
    display: block;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.article-item-block .data-bar{
    padding-top: 8px;
    text-align: right;
    font-size: 0;
}
.article-item-block .data-bar .label{
    display: inline-block;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    font-size: 14px;
}
.article-item-block .data-bar .label .read-icon{
    display: inline-block;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/page_main_icon.png") no-repeat 0 -27px;
}
.article-item-block .data-bar .label .com-icon{
    display: inline-block;
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/page_main_icon.png") no-repeat 0 -49px;
}



/* 酒店列表页 */
.t-search-wrapper{
    height: 44px;
    padding: 10px 0;
    position: relative;
}
.t-search-wrapper .search-dest-term .input-text{
    background: #f7f7f7;
}
.t-search-wrapper .search-dest-term,
.t-search-wrapper .search-date-term{
    padding: 0 15px;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f7f7f7;
}
.t-search-wrapper .search-date-term .input-text{
    width: 112px;
}
.t-search-wrapper .search-date-term:before,
.t-search-wrapper .search-tag-term:before{
    display: none;
}
.t-search-wrapper .search-tag-term,
.t-search-wrapper .search-tag-term .input-text{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f7f7f7;
}

.t-search-wrapper .search-btn-term .search-btn{
    width: 120px;
}



/* 搜索、筛选 */
.search-type-item{
    padding: 10px 0;
}
.search-type-item .item-hd{
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.search-type-item .item-al{
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.search-type-item .item-al .al-term{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 14px;
}
.search-type-item .item-al .al-term.selected{
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0c8b86;
}
.search-type-item .item-bd{
    padding: 0 0 0 170px;
}
.search-type-item .child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.search-type-item .child-block{
    overflow: hidden;
    position: relative;
    /*border-bottom: 1px dotted #ebebeb;*/
}
.search-type-item .child-list{
    height: 30px;
    padding: 0 30px 0 0;
    overflow: hidden;
}
.search-type-item .child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.search-type-item .child-list>li{
    float: left;
    height: 40px;
}
.search-type-item .child-list>li .item{
    display: block;
    color: #555;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid #dce0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: 14px;
}
.search-type-item .child-list>li .item:hover{
    color: #0c8b86;
    border-color: #0c8b86;
}
.search-type-item .child-list>li .item.selected{
    color: #fff;
    border-color: #0c8b86;
    background: #0c8b86;
}
.search-type-item .arrow{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 3px;
    background: url("../images/page_main_icon.png") no-repeat 0 -162px;
}
.search-type-item .arrow.down{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("../images/page_main_icon.png") no-repeat 0 -162px;
}

/* 自定义价格区间 */
.custom-price-area{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
}
.custom-price-area .input-text{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    border: 1px solid #dce0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.custom-price-area .input-text input{
    width: 90px;
    padding-left: 5px;
}
.custom-price-area .confirm-btn{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 18px;
    margin-left: 10px;
    border: 1px solid #1a1a1a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.custom-price-area .confirm-btn:hover{
    color: #06a59f;
    border-color: #06a59f;
}

.search-type-item .last{
    border-bottom: 0;
}

/* 过滤条件 */
.search-filter-block{
    padding: 6px 10px;
    background: #f8f8f8;
}
.search-filter-block .filter-hd{
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin: 4px 0;
    font-size: 14px;
    font-weight: bold;
}
.search-select-group{
    padding-left: 80px;
    font-size: 0;
}
.search-select-group .item{
    color: #555;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 4px 10px 4px 0;
    position: relative;
    border: 1px solid #dce0e0;
    font-size: 14px;
    background: #fff;
}
.search-select-group .item:hover{
    color: #0c8b86;
    border-color: #0c8b86;
}
.search-select-group .item .del-icon{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    background: url("../images/page_main_icon.png") no-repeat -42px -18px;
}
.search-select-group .item:hover .del-icon{
    background: url("../images/page_main_icon.png") no-repeat -42px 0;
}
.search-select-group .clear-all{
    color: #666;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 4px 0;
    cursor: pointer;
    font-size: 14px;

}
.search-select-group .clear-all:hover{
    color: #0c8b86;
}

/* 无符合条件产品 */
.empty-content-msg{
    color: #999;
    padding: 100px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* 搜索结果统计、排序 */
.search-data-bar{
    padding: 5px;
    margin-top: 20px;
    border-bottom: 1px solid #eaeaea;
}
.search-data-bar .tit-label{
    color: #666;
    display: inline-block;
    font-size: 14px;
}
.search-data-bar .tit-label .num{
    color: #0c8b86;
    display: inline-block;
    margin-right: 3px;
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.search-data-bar .sort-group{
    color: #666;
    float: right;
    font-size: 14px;
}
.search-data-bar + .tab-view-group{
    padding-top: 0;
}
.search-data-bar .sort-group .item{
    float: left;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
.search-data-bar .sort-group .item.on{
    color: #0c8b86;
}
.search-data-bar .sort-group .item .icon{
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    margin: -3px 0 0 3px;
    background: url("../images/page_main_icon.png") no-repeat -43px -36px;
}
.search-data-bar .sort-group .item.on .icon{
    background: url("../images/page_main_icon.png") no-repeat -43px -56px;
}


/* 翻页 */
.return-page{
    padding: 50px 0;
    text-align: right;
    font-size: 0;
}


/* 酒店详情 */
.detail-wrapper{
    float: left;
    width: 860px;
}
.product-main-title{
    line-height: 36px;
    font-size: 24px;
}
.product-main-title .label{
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    background: #ffb200;
}
.product-type-group{
    padding: 10px 0;
    font-size: 0;
}
.product-type-group .label{
    color: #555;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    margin-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 13px;
    background: #f2f2f2;
}
.about-info-bar{
    padding: 5px 0 10px;
}
.about-info-bar .address-item,
.about-info-bar .other-item{
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.about-info-bar .other-item{
    margin-left: 50px;
}
.about-info-bar .address-item .icon{
    display: inline-block;
    width: 14px;
    height: 17px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/page_main_icon.png") no-repeat 0 0;
}
.about-info-bar .other-item .num{
    color: #0c8b86;
    font-weight: bold;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.about-info-bar .other-item .myd{
    color: #ff8a00;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.about-info-bar .other-item .myd .per{
    display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
}

/* 产品相册 */
.product-photo-box .main{
    float: left;
    width: 572px;
    height: 306px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #e5e5e5;
}
.product-photo-box .side{
    float: right;
    width: 276px;
    height: 147px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #e5e5e5;
}
.product-photo-box .side:last-child{
    margin-top: 12px;
}
.product-photo-box .main .item{
    display: table-cell;
    width: 572px;
    height: 306px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.product-photo-box .side .item{
    display: table-cell;
    width: 276px;
    height: 147px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.product-photo-box .main .item img,
.product-photo-box .side .item img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-photo-box .side .count-bar{
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: rgba(0,0,0,.6);
}

/* 产品相册 */
.layer-photo-content{
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.layer-photo-content .layui-layer-content{
    overflow: visible !important;
}
.product-photo-area{
    display: none;
    width: 750px;
    height: 498px;
    position: relative;
}
.photo-layer-control{
    width: 48px;
    height: 48px;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 10000;
    cursor: pointer;
    background: url("../images/page_main_icon.png") no-repeat 0 -611px;
}
.swiper-thumbs-next,
.swiper-thumbs-prev{
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 15px;
    z-index: 10000;
    cursor: pointer;
    background: url("../images/page_main_icon.png") no-repeat;
}
.swiper-thumbs-next.swiper-button-disabled,
.swiper-thumbs-prev.swiper-button-disabled{
    opacity: .5;
}
.swiper-thumbs-next{
    right: 0;
    background-position: 0 -553px;
}
.swiper-thumbs-prev{
    left: 0;
    background-position: 0 -495px;
}
.gallery-top{
    width: 750px;
    height: 400px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.gallery-top .item{
    display: table-cell;
    width: 750px;
    height: 400px;
    text-align: center;
    vertical-align: middle;
}
.gallery-top .item img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.gallery-thumbs{
    margin: 20px 65px 0 64px;
}
.gallery-thumbs .swiper-slide .item{
    display: table-cell;
    width: 148px;
    height: 77px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.gallery-thumbs .swiper-slide .item img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery-thumbs .swiper-slide-thumb-active .item:after{
    content: "";
    display: block;
    width: 140px;
    height: 69px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #ffb200;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* tab导航栏 */
.fixed-placeholder-block{
    height: 60px;
    margin-top: 12px;
}
.product-tab-bar{
    width: 860px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}
.product-tab-bar.fixed{
    position: fixed;
    top: 0;
    z-index: 10001;
}
.product-tab-group{
    padding-right: 100px;
}
.product-tab-group .swiper-slide{
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.product-tab-group .swiper-slide.selected{
    color: #0c8b86;
}
.product-tab-group .swiper-slide.selected:after{
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0c8b86;
}
.product-tab-bar .booking-area{
    height: 40px;
    padding: 10px 0 10px 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    background: -moz-linear-gradient(left, rgba(255,255,255,.2) 2%, rgba(255,255,255,1) 98%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,.2) 2%, rgba(255,255,255,1) 98%);
    background: -ms-linear-gradient(left, rgba(255,255,255,.2) 2%, rgba(255,255,255,1) 98%);
    background: -o-linear-gradient(left, rgba(255,255,255,.2) 2%, rgba(255,255,255,1) 98%);
}
.product-tab-bar .booking-area .booking-btn{
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    font-size: 16px;
    font-weight:bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #ffb200;
}
.product-tab-bar .booking-area .booking-btn:hover{
    background: #ff8a00;
}


/* 切换模块 */
.module-tab-content{
    padding: 10px 0;
}
.module-tab-bar{
    padding: 10px 0;
    font-size: 24px;
}

/* 酒店信息 */
.hotel-detail_info_bar{
    padding: 5px 0;
    border-bottom: 1px dotted #d3d3d3;
    font-size: 0;
}
.hotel-detail_info_bar>li{
    color: #666;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    vertical-align: top;
    font-size: 14px;
}

.hotel-detail_content_box{
    color: #666;
    line-height: 24px;
    padding: 12px 0 10px;
    overflow: hidden;
    font-size: 14px;
}
.hotel-detail_content_box *{
    max-width: 100% !important;
}
.hotel-detail_content_box strong {
    font-weight: bold !important;
}

.hotel-detail_content_box i,
.hotel-detail_content_box em {
    font-style: italic !important;
}

.hotel-detail_content_box a {
    color: #0c8b86;
}

.hotel-detail_content_box a:hover {
    color: #ff8a00;
    text-decoration: underline;
}
.hotel-detail_content_box table,
.hotel-detail_content_box th,
.hotel-detail_content_box td{
    border: 1px solid #e5e5e5
}

.hotel-config_info{
    padding: 10px 0;
}
.hotel-config_info .config-bar{
    color: #666;
    font-size: 16px;
}
.hotel-config_info .config-group{
    padding-top: 3px;
}
.hotel-config_info .config-group .item{
    float: left;
    color: #666;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
}


/* 客房预订 */
.hotel-booking_filter_bar{
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f7f7f7;
}
.booking-date-area{
    display: inline-block;
    padding: 8px 10px;
    vertical-align: top;
    -webkit-border-radius:8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}
.booking-date-area .date-icon{
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: -6px 10px 0 0;
    background: url("../images/page_main_icon.png") no-repeat 0 -133px;
}
.booking-date-filter{
    display: inline-block;
}
.booking-date-filter .date-item{
    color: #666;
    font-size: 16px;
}
.booking-date-filter .date-item:nth-child(2){
    margin-left: 20px;
}
.booking-date-filter .date-item *{
    font-weight: normal;
}
.booking-date-filter .date-item .range{
    color: #1a1a1a;
    width: 100px;
    margin-left: 10px;
    font-size: 16px;
}
.hotel-booking_filter_bar .confirm-filter{
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin-left: 20px;
    font-size: 14px;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #0c8b86;
}
.hotel-booking_filter_bar .confirm-filter:hover{
    background: #06a59f;
}


.hotel-group_room_type>li{
    /* min-height: 148px; */
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dotted #e6e6e6;
}
.hotel-group_room_type>li:last-child{
    border-bottom: 0;
}
.hotel-group_room_type>li .hd{
    float: left;
    width: 240px;
    height: 128px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hotel-group_room_type .hd .img-area{
    display: table-cell;
    width: 240px;
    height: 128px;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.hotel-group_room_type .hd .img-area img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.hotel-group_room_type .bd{
    padding: 0 240px 0 260px;
    position: relative;
}
.hotel-group_room_type .bd:after{
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 200px;
    background: #f2f2f2;
}
.hotel-group_room_type .bd .tit{
    line-height: 28px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotel-group_room_type .bd .cfg{
    padding-top: 10px;
    font-size: 0;
}
.hotel-group_room_type .bd .cfg .label{
    color: #666;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    margin-right: 25px;
    font-size: 14px;
}
.hotel-group_room_type .bd .txt{
    color: #666;
    height: 24px;
    line-height: 24px;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.hotel-group_room_type .bd .det{
    color: #0c8b86;
    display: inline-block;
    padding-top: 6px;
    cursor: pointer;
    font-size: 14px;
}
.hotel-group_room_type .bd .det:hover{
    color: #06a59f;
}
.hotel-group_room_type .bd .det .arrow-icon{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0c8b86;
    border-right: 1px solid #0c8b86;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hotel-group_room_type .bd .det:hover .arrow-icon{
    border-color: #06a59f;
}
.hotel-group_room_type .bd .lim{
    padding-top: 10px;
}
.hotel-group_room_type .bd .lim .label{
    color: #0c8b86;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    background: #ebf5f6;
}
.hotel-group_room_type .fd{
    position: absolute;
    right: 0;
    top: 50%;
    width: 200px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hotel-group_room_type .fd .del{
    color: #999;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.hotel-group_room_type .fd .del:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 1px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    background: #a0a0a0;
}
.hotel-group_room_type .fd .price{
    color: #ff5a5f;
    line-height: 24px;
    margin-top: 10px;
    font-size: 12px;
}
.hotel-group_room_type .fd .price .num,
.hotel-group_room_type .fd .price .dx{
    font-size: 20px;
    font-weight:bold;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.hotel-group_room_type .fd .booking-btn{
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #ffb200;
}
.hotel-group_room_type .fd .booking-btn.disabled,
.hotel-group_room_type .fd .booking-btn.disabled:hover{
    color: #999;
    cursor: not-allowed;
    background: #f2f2f2;
}
.hotel-group_room_type .fd .booking-btn:hover{
    background: #ff8a00;
}

/* 房型相册介绍 */
.room-type_container{
    display: none;
    width: 1070px;
}
.room-type_scroll_area{
    float: left;
    width: 300px;
    height: 478px;
    padding: 10px 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.room-type_scroll_area:after{
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 1%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 1%, rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 1%, rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 1%, rgba(255,255,255,1) 99%);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.room-type_content{
    height: 478px;
    padding: 0 20px;
    overflow-y: auto;
}
.room-type_content::-webkit-scrollbar{
    width: 5px;
}

.room-type_content::-webkit-scrollbar-button{
    height: 0;
    background: #d5d5d5
}

.room-type_content::-webkit-scrollbar-track{
    background: none
}

.room-type_content::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e6e6e6;
}
.room-type_name{
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
}
.room-type_sub_module{
    padding: 10px 0;
    border-bottom: 1px dotted #f2f2f2;
}
.room-type_sub_module:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.room-type_sub_module .module_title{
    padding-bottom: 10px;
    font-size: 16px;
}
.room-type_sub_module .info-group>li{
    color: #666;
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.room-type_sub_module .cfg-group>li{
    color: #666;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.room-type_sub_module .int-content{
    color: #666;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}
.room-type_sub_module .int-content *{
    max-width: 100%;
}

.room-type_photo{
    float: right;
    width: 750px;
    height: 498px;
    position: relative;
}



/* 住客评价 */
.comment-tab_nav_bar{
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.comment-tab_group .item{
    float: left;
    color: #0c8b86;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight:bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    background: #ebf5f6;
}
.comment-tab_group .item.on{
    color: #fff;
    background: #0c8b86;
}
.comment-tab_data .item{
    color: #666;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 50px;
    font-size: 14px;
}
.comment-tab_data .item .num{
    color: #0c8b86;
    font-weight: bold;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.comment-tab_data .item .myd{
    color: #ff8a00;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}
.comment-tab_data .item .myd .per{
    display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
}


.comment-tab_wrapper{
    padding: 15px 0;
}
.comment-view_group{

}
.comment-view_group>li{
    padding: 15px 0;
}
.comment-view_group>li .hd{
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.comment-view_group>li .hd img{
    width: 100%;
    height: 100%;
}
.comment-view_group>li .bd{
    min-height: 48px;
    padding-left: 63px;
}

.comment-view_group .user-info{
    padding-bottom: 5px;
}

.comment-view_group .user-info .name{
    font-size: 16px;
    font-weight:bold;
}
.comment-view_group .user-info .date{
    color: #999;
    font-size: 14px;
}
.comment-view_group .comment-txt{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}
.comment-view_group .comment-pic{
    padding-top: 5px;
    font-size: 0;
}
.comment-view_group .comment-pic .item{
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e7e7e7;
}
.comment-view_group .comment-pic .item img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.module-tab-area .return-page{
    padding: 20px 0 50px;
}



/* 详情页边栏模块 */
.detail-side{
    float: right;
    width: 310px;
}
.side-module_wrap{
    margin-bottom: 18px;
}
.side-module_title{
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #0c8b86;
}
.side-module_content{
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* 积分说明 */
.exchange-examples-block{
    padding: 15px 20px;
    border: 1px solid #dddfe2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.exchange-examples-block .label{
    color: #fff;
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: 2px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-weight:bold;
    background: #ff7e28;
}
.exchange-examples-block .label:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -8px;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #ff7e28;
    border-left: 5px solid #ff7e28;
}
.exchange-examples-block .txt{
    color: #666;
    line-height: 22px;
    padding-left: 60px;
    font-size: 14px;
}

/* 酒店地图 */
.hotel-map-box{
    height: 308px;
    position: relative;
    border: 1px solid #dddfe2;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.more-map-label{
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    position: absolute;
    right: -1px;
    bottom: 22px;
    cursor: pointer;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 14px;
    background: #0c8b86;
}
.hotel-map_info_box{
    padding: 10px 20px;
}
.hotel-map_info_group{
    padding: 10px 0;
}
.hotel-map_info_group .tit-bar{
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.hotel-map_info_group .info-con{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

/* 酒店问答 */
.fap-view-group{
    padding: 5px 20px;
}
.fap-view-group>li{
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}
.fap-view-group>li .label{
    float: left;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight:bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f00;
}
.fap-view-group>li .ask .label{
    background: #0c8b86;
}
.fap-view-group>li .answer .label{
    background: #ffb200;
}
.fap-view-group>li .answer{
    margin-top: 5px;
}
.fap-view-group>li .info{
    padding-left: 36px;
}
.fap-view-group>li .info .txt{
    color: #666;
    line-height: 22px;
    font-size: 14px;
}
.fap-view-group>li .info .date{
    color: #999;
    padding-top: 5px;
    text-align: right;
}
/* 右侧翻页样式 */
.fap-return-page{
    padding: 10px 18px;
}
.fap-return-page .laypage_main a,
.fap-return-page .laypage_main span{
    color: #999;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: 0;
    background: none;
}
.fap-return-page .laypage_curr{
    color: #0c8b86 !important;
    height: 30px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    background: none !important;
}
.fap-return-page .laypage_prev,
.fap-return-page .laypage_next{
    color: #666 !important;
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 8px !important;
    border: 1px solid #e6e6e6 !important;
    background: #fff !important;
}

/* 提问 */
.faq-send-box{
    padding: 10px 20px 20px;
}
.faq-send-box .question-bar{
    color: #666;
    width: 100%;
    height: 140px;
    padding: 5px;
    line-height: 22px;
    border: 0;
    resize: none;
    vertical-align: top;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.faq-send-box .verify-bar{
    margin-top: 10px;
}
.faq-send-box .verify-bar .text{
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
}
.faq-send-box .verify-bar .code{
    float: right;
    width: 100px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.faq-send-box .phone-bar{
    margin-top: 10px;
}
.faq-send-box .phone-bar .text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.faq-send-box .submit-bar{
    margin-top: 10px;
    text-align: center;
}
.faq-send-box .submit-btn{
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    font-size: 14px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #0c8b86;
}
.faq-send-box .submit-btn:hover{
    background: #06a59f;
}

/* 附近酒店 */
.nearby-view-group{
    padding: 5px 20px;
}
.nearby-view-group>li{
    padding: 10px 0;
}
.nearby-view-group>li .hd{
    float: left;
    width: 100px;
    height: 61px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nearby-view-group>li .hd .img-area{
    display: table-cell;
    width: 100px;
    height: 61px;
    text-align: center;
    vertical-align: middle;
    background: #e7e7e7;
}
.nearby-view-group>li .hd .img-area img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.nearby-view-group>li .bd{
    padding-left: 110px;
    min-height: 61px;
}
.nearby-view-group>li .bd .tit{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.nearby-view-group>li:hover .bd .tit{
    color: #0c8b86;
    text-decoration: underline;
}
.nearby-view-group>li .bd .info{
    padding-top: 10px;
}
.nearby-view-group>li .bd .info .price{
    color: #ff5a5f;
    display: inline-block;
    font-size: 14px;
}
.nearby-view-group>li .bd .info .range{
    color: #999;
    float: right;
    margin-top: 2px;
}


/* 详细地图 */
.nearby-map-container{
    display: none;
    width: 1120px;
    height: 494px;
}
.side-scroll-area{
    float: left;
    width: 300px;
    height: 494px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.map-tab-filter{
    height: 40px;
    margin: 0 20px;
    padding-top: 10px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0;
}
.map-tab-filter .item{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin-right: 15px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
}
.map-tab-filter .item.on{
    color: #0c8b86;
}
.map-tab-filter .item.on:after{
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0c8b86;
}
.map-tab-scroll{
    /* padding: 0 20px; */
    position: absolute;
    top: 51px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.map-tab-con{
    height: auto !important;
}
.location-view-group{
    padding: 10px 0;
}
.location-view-group>li{
    padding: 10px 20px;
    border-bottom: 1px dotted #eaeaea;
}
.location-view-group>li.on{
    background-color: #e6f2f2;
}
.location-view-group>li.on .hd .tit{
    color: #0c8b86;
}
.location-view-group>li .hd{
    padding-right: 90px;
}
.location-view-group>li .hd .tit{
    font-size: 16px;
}
.location-view-group>li .hd .sub{
    color: #999;
    margin-top: 5px;
    font-size: 14px;
}
.location-view-group>li .fd{
    float: right;
    color: #666;
    width: 90px;
    text-align: right;
    font-size: 14px;
}


.map-detail-area{
    float: right;
    width: 800px;
    height: 494px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

/* 返回顶部 */
.back-top-control{
    color: #666;
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    text-align: center;
    cursor: pointer;
}
.back-top-control .icon{
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    background: url("../images/back_top_icon.png") center no-repeat;
}




@keyframes progress {
    0% {
        width: 0;
    }
    100%{
        width: 100%;
    }
}

@-webkit-keyframes progress {
    0% {
        width: 0;
    }
    100%{
        width: 100%;
    }
}

@-moz-keyframes progress {
    0% {
        width: 0;
    }
    100%{
        width: 100%;
    }
}

@-o-keyframes progress {
    0% {
        width: 0;
    }
    100%{
        width: 100%;
    }
}

/* 20191025HYK */
.t-today .t-hover-day-content,.t-today:after,.t-hover-day .t-hover-day-content,.t-hover-day:after{
    display: none;
}
.t-today, .t-today .t-hover-day-content{
    background-color: #fff;
    color: #333;
}