/*头部这个页面因为遮罩层存在另作的处理*/
/*9爷的头*/
html {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    /*-webkit-text-size-adjust是解决 iPhone 横屏时默认会放大文字的问题*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*.dossen-header-left:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-bottom: 0;
    border-right: 0;
    margin-top: -5px;
    margin-left: -5px;
    color: #333;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}*/

span {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

body {
    background: #fff;
}

header {
    position: relative;
    z-index: 2000;
}

header .btn-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 90%;
    margin-left: 0;
    background: #F2F4F7;
    border-radius: 3px;
    height: 1.8rem;
    padding: .2rem 0;
    box-sizing: border-box;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/*@media screen and (max-width:400px) {

    /*媒体查询适用于400px以下的机型主要调整字体
    header .btn-group {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        width: 90%;
        margin-left: 0;
        background: #F2F4F7;
        border-radius: 3px;
        height: 1.8rem;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }
}*/

/*搜索地址栏*/
header .btn-group .address {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 0;
    position: relative;
}

header .btn-group .address .chosed-city {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .btn-group .address span {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    display: block;
    font-size: 0.8em;
    color: #494949;
    position: relative;
}

header .btn-group .address #city::before {
    position: absolute;
    top: 40%;
    transform: translate(-80%, 0);
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: #999999 transparent transparent transparent;
}

header .btn-group .address::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    transform: scale(0.5, 1);
    right: 0;
}

header .btn-group .address [class*="am-icon-caret-down"] {
    color: #999999;
    margin-left: 0;
    display: inline-block;
    font-style: normal;
    margin-left: 0.3rem;
}

/*搜索跳转栏*/
header .btn-group .search {
    display: flex;
    display: -webkit-flex;
    flex: 5;
    /*灰度*/
    -webkit-flex: 5;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 0;
    text-align: left;
}

/*header .btn-group .search i {
    position: relative;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    top: 50%;
    transform: translate(-50%, 0);
}

 header .btn-group .search i::before {
    transform: rotate(45deg);
}

header .btn-group .search i::after {
    transform: rotate(-45deg);
}

header .btn-group .search i::before,
i::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #a9a9a9;
} */

header .btn-group .search span {
    color: #a9a9a9;
    font: 0.7rem -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    margin-left: 0.3rem;
}
header .btn-group .search span.checkInput{
    color: #1E1E1F;
}
header .btn-group .search .search-icon {
    width: 0.6rem;
    height: auto;
    color: #999999;
    margin-left: 0.5rem;
}

@media screen and (max-width:400px) {

    /*媒体查询适用于400px以下的机型主要调整字体*/
    header .btn-group .address span {
        font-size: 0.6rem;
    }

    header .btn-group .search span {
        font-size: 0.7rem;

    }
}

.checkInput {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 8rem;
}

/*导航栏*/
.new-nav .nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    /*background: #f7f7f7;*/
    background: #fff;
    z-index: 2000;
    height: 2rem;
    /*box-shadow: 0px 0.2rem 0.4rem -0.1rem #f7f7f7;*/
    /*box-shadow: 1px 1px 2px #ccc;*/
}


.new-nav .nav .actived span{
    color: #D0121B !important;
}
.new-nav .nav .live .arrow-down {
    margin-right: .5rem;
}

.new-nav .nav div {
    position: relative;
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 0.6rem;
    cursor: pointer;
}

.new-nav .nav span {
    font: 0.7rem -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 3rem;
    margin-right: 4px;
    color: #1E1E1F;
    text-align: center;
}
.new-nav .nav .active span{
    color: #D0121B;
}
.new-nav .nav .live {
    position: relative;
}

.new-nav .nav .live::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #dddddd;
    right: 0;
    transform: scale(0.5, 0.5);
}

.new-nav .nav div .live-data {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
}

.new-nav .nav div .live-data::before {
    position: absolute;
    top: 50%;
    transform: translate(-80%, 0);
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: #999999 transparent transparent transparent;
}

.new-nav .nav .nav-icon-div {
    position: relative;
}

/*备注*/
/*.new-nav .nav .nav-icon-div::before {
    position: absolute;
    top: 50%;
    transform: translate(-80%, 0);
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: #e6145d transparent transparent transparent;
}*/

/*品牌标签*/
.brand-label-box {
    position: relative;
    padding-left: 8px;
    padding: 10px 0;
    background-color: #fff;
    max-width: 640px;
    margin: 0 auto;
}
.new-nav:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E6E7EB;
    transform: scaleY(.5);
}
.brand-label-box span {
    padding: 4px 6px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #5C5D5E;
    font-size: 12px;
    margin-left: 8px;
    display: block;
}

.brand-label-box .chosed {
    border-color: #D0121B;
    color: #D0121B;
}

.brand-label-box .swiper-slide:last-child {
    margin-right: 8px;
}

.brand-label-box .swiper-slide {
    width: auto;
}

.hotel-content {
    padding-top: 6.9rem;
    max-width: 640px;
    margin: 0 auto;
}

.hotel-list {
    background: #F2F4F7;
    /*display: flex;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    /*padding-top: 4rem;*/
    padding-top: .1rem;
    padding-bottom: 0.1rem;
    position: relative;
    width: 100%;
}

.hotel-black-list {
    padding-top: 4rem;
}

@media screen and (max-width: 400px) {
    .hotel-list {
        /*padding-top: 4.5rem;*/
    }
}

@media screen and (min-width: 640px) {
    .hotel-list {
        margin: 0 auto;
        width: 640px;
    }
}

.hotel-list .list-content {
    display: flex;
    /*display:-webkit-flex;*/
    /*!*flex-direction: row;*!*/
    /*!*-webkit-flex-direction:row;*!*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    /*padding: .55rem .8rem;*/
    /*margin: 0 .8rem;*/
    height: auto;
    overflow: hidden;
    background-color: #fff;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 4px;
}

.hotel-list .list-content .head-img {
    /* display: -webkit-flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
    /* justify-content: center; */
    /* -webkit-justify-content: center; */
    /* padding: 0.45rem; */
    display: flex;
    border-radius: 4px;
    padding: 10px 0 10px 16px;
    /*overflow: hidden;*/
    /*float: left;*/

}

.hotel-list .list-content .head-img>div {
    position: relative;
    width: 5.1rem;
    /*height: 6rem;*/
    /*max-height: 144px;*/
    border-radius: 4px;
    overflow: hidden;
}

.hotel-list .list-content .head-img .tension-house,
.hotel-list .list-content .head-img .new-discount,
.hotel-list .list-content .head-img div .full-house {
    position: absolute;
    left: 4px;
    top: 4px;
    /*width: 3rem;*/
    width: 34px;
    border-radius: 2px;
    height: 16px;
    font-size: 0;
    z-index: 1;
}

.hotel-list .list-content .head-img .tension-house img,
.hotel-list .list-content .head-img .new-discount img,
.hotel-list .list-content .head-img div .full-house img {
    width: 54px;
    position: static;
    border-radius: 2px;
    height: auto;
}

.hotel-list .list-content .hotel-description .address {
    padding-top: .1rem;
    height: 1rem;
}

.hotel-list .list-content .hotel-description span.address {
    padding-top: .1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 95%;
}

.hotel-list .list-content .head-img div span {
    font: 0.7rem/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotel-list .list-content .head-img div img {
    position: absolute;
    height: 100%;
    width: 100%;
    /*border-radius: 50%;*/
    border-radius: 2px;
}

.hotel-list .list-content .head-img .head-img-up {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 0;
    height: 16px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;

}
.hotel-list .list-content .head-img .head-img-up img {
    width: auto;
    margin-right: 4px;
    position: relative;
    margin-bottom: 4px;
}

.hotel-list .list-content .head-img .head-img-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
}
.hotel-list .list-content .head-img .head-img-memberAction {
    position: absolute;
    left: 4px;
    right: 0;
    bottom: 30px;
}
.hotel-list .list-content .head-img .head-img-memberAction .member-item {
    width: 52px;
    height: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #222222;
    font-size: 10px;
}
.hotel-list .list-content .head-img .head-img-memberAction .member-item img {
    margin: 0 0 1px 2px;
    width: 14px;
    /*height: 14px;*/
    position: relative;
    border-radius: 0;
}
.hotel-list .list-content .hotel-description {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    /* justify-content: center; */
    /*flex: 2;*/
    /*-webkit-flex: 2;*/
    position: relative;
    /*margin-left: 0.55rem;*/
    /*height: 6rem;*/
    width: 200px;
    padding: 0 0.55rem;
    flex-grow: 1;
    padding-top: 12px;
}

.hotel-list .list-content .hotel-description::before {
    /*    content: "";
    position: absolute;
    background: #e0e0e0;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform: scale(1,0.5);*/
}

.hotel-list .list-content .hotel-description .name {
    font: 0.65rem/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    color: #333;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*李俊生灰度*/
    /*align-items: center;*/
    /*-webkit-align-items: center;*/
    width: 100%;
    /*margin-top: 4px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*word-wrap: wrap;*/
    /*text-overflow: ellipsis;*/
}

.hotel-list .list-content .hotel-description .name span {
    /*margin-left: 0.5rem;*/
    /*width: 10rem;*/
    font-size: .8rem;
    font-weight: bold;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.hotel-list .list-content .hotel-description .name .score {
    /*margin-left: 0.2rem;*/
}

.hotel-list .list-content .hotel-description .name img {
    width: 0.7rem;
    margin-left: 0.3rem;
}

.hotel-list .list-content .hotel-description .name .new-hotel-icon {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 2px;
    padding: 0 2px;
    height: 16px;
    font-size: 10px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #F4A100;
    border-radius: 2px;
    vertical-align: text-top;
}

@media screen and (max-width:350px) {

    /*媒体查询适用于400px以下的机型*/
    span {
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    }

    .hotel-list .list-content .hotel-description .name {
        font: 0.73rem/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
        color: #333;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        width: 12rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hotel-list .list-content .hotel-description .name span {
        /*margin-left: 0.5rem;*/
        /*width: 10rem;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hotel-list .list-content .hotel-description .name .score {
        /*margin-left: 0.2rem;*/
    }

    .hotel-list .list-content .hotel-description .name img {
        width: 0.7rem;
        height: auto;
    }

    .hotel-list .list-content .hotel-description .address {
        font-size: 0.6rem;
        color: #999;
    }

    .hotel-list .list-content .hotel-description .btn-group .money-group {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        text-align: right;
        padding-bottom: 0.2rem;
        position: relative;
    }

    .hotel-list .list-content .hotel-description .btn-group .money-group .lack {
        display: block;
        color: #fff;
        text-align: center;
        background:  #D0121B;
        font-size: 0.1em;
        border: none;
    }

}

.hotel-list .list-content .hotel-description .address {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font: 0.6rem/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    color: #666;
    /*margin-top: 0.1rem;*/
}

.hotel-list .list-content .hotel-description .address .newAddress {
    margin-left: 0.4rem;

}

.hotel-list .list-content .hotel-description .address i {
    font-size: 0;
    /*margin-left: 2px;*/
}

.hotel-list .list-content .hotel-description .address .wifi {
    width: 0.6rem;
    height: 0.6rem;

}

.hotel-list .list-content .hotel-description .address .park {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 -2px 0 6px;
}

.hotel-list .list-content .hotel-description .address .food {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 6px;
}

.hotel-list .list-content .hotel-description .address i:after {
    content: none;
}


.hotel-list .list-content .hotel-description .address img {
    width: 100%;
    height: 100%;
    /*height: 5%;*/
}

@media screen and (max-width:350px) {

    /*媒体查询适用于400px以下的机型*/
    .hotel-list .list-content .hotel-description .address img {
        width: 100%;
        height: 100%;
        /*height: 5%;*/
    }
}

.hotel-list .list-content .hotel-description .address .footIco {
    /*width:4%;*/
    /*height:4%;*/
}

.hotel-list .list-content .hotel-description .graded {
    display: flex;
    align-items: center;
    font-size: .6rem;
    color: #D0121B;
}
.hotel-list .list-content .hotel-description .graded span{
    font-weight: 500;
    margin-right: 2px;
    font-size: .8rem;
}
.hotel-list .list-content .hotel-description .btn-group {
    /*position: relative;*/
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-right: 0.2rem;
    /*margin-top: -0.2rem;*/
    /*padding-bottom: 12px;*/
    line-height: 0;
    margin: 12px 0 20px 0;
}

.hotel-list .list-content .hotel-description .btn-group .privilege {
    width: 8.8rem;
    white-space: nowrap;
    // overflow:hidden;
    //text-overflow:ellipsis;
    /*    flex: 3;
    -webkit-flex: 3;*/
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.hotel-list .list-content .hotel-description .btn-group .privilege span{
    position: relative;
    text-align: center;
    !*box-shadow: 0 0 0 0.5px #adc7a1;*!
    !*border-radius:10px;*!
    !*padding: 0.23rem 0.25rem 0.07rem;*!
    padding: .15rem .25rem .1rem;
    !*width:2.5rem;*!
    !*height:.7rem;*!
    display: flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #FFA157;
    font: 0.45rem/1 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}*/

.hotel-list .list-content .hotel-description .btn-groups .privilege span {
    display: inline-block;
    /*border: 1px solid #E65353;*/
    /*color: #E65353;*/
    border-radius: 2px;
    padding: 1px .1rem 0;
    font-size: .5rem;
    margin-right: .2rem;
    margin-top: .2rem;
}
.hotel-list .list-content .hotel-description .btn-groups .privilege .LABEL_CYAN {
    border: 1px solid #E65252;
    color: #E65252;
}
.hotel-list .list-content .hotel-description .btn-groups .privilege .MARKETING_CATEGORY {
    border: 1px solid #E65252;
    color: #E65252;
}
.hotel-list .list-content .hotel-description .btn-groups .privilege .SERVICE_CATEGORY {
    border: 1px solid #F68736;
    color: #F68736;
}
.hotel-list .list-content .hotel-description .btn-groups .privilege .FACILITY_CATEGORY {
    border: 1px solid #1F89F2;
    color: #1F89F2;
}
/*
.hotel-list .list-content .hotel-description .btn-group .privilege span>em{
    color: #FFA157;
    font: 0.45rem/1 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}
.hotel-list .list-content .hotel-description .btn-group .privilege span+span{
    margin-left: 0.25rem;
}

@media screen and (max-width:350px){
    .hotel-list .list-content .hotel-description .btn-group .privilege span{
        font: 0.5rem/0 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    }
}
.hotel-list .list-content .hotel-description .btn-group .privilege span::before{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border:1px solid #FFBF8C;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
*/


.hotel-list .list-content .hotel-description .btn-group div+div {
    /*display: flex;*/
    /*display:-webkit-flex;*/
    /*flex: 1;*/
    /*-webkit-flex: 1;*/
    /*flex-direction: column;*/
    /*-webkit-flex-direction:column;*/
    /*justify-content: center;*/
    text-align: right;
    font-size: 0;
    padding-top: .1rem;
}

.hotel-list .list-content .hotel-description .btn-group .money-group {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
}

.hotel-list .list-content .hotel-description .btn-group div+div .lack {
    display: block;
    color: #fff;
    text-align: center;
    background:#D0121B;
    font-size: 0.5rem;
    border: none;
}

/*调整顺序6-25*/
.hotel-list .list-content .hotel-description .btn-group div+div span {
    /*非金额*/
    font-size: 0.6rem;
    border: none;
    color: #D0121B;
}

.hotel-list .list-content .hotel-description .btn-group div+div span:last-child {
    /*非金额*/
    font-size: 0.6rem;
    border: none;
    color: #999999;
}

.hotel-list .list-content .hotel-description .btn-group div+div .starting-price {
    /*金额数字*/
    font-size: 1.1rem;
    border: none;
    font-weight: 500;
    vertical-align: -1px;
}

.hotel-list .list-content .hotel-description .btn-group .money-group .in-arrange {
    /*筹备中*/
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    color: #a9a9a9;
     !important;
    font-size: .7rem;
}
.hotel-list .list-content .hotel-description .btn-group .money-group span:first-child{
    font-size: .6rem;
}
.hotel-list .list-content .hotel-description .btn-group .money-group span:last-child{
    font-size: .5rem;
}
.hotel-description .tips-box {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-self: flex-start;
    justify-content: normal;
}
.hotel-description .tips-box .tips-box-item {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 1px 2px;
    font-size: 10px;
    /*line-height: 14px;*/
    color: #666666;
    border: 1px solid #DDDDDD;
    border-radius: 2px;

}
.hotel-description .tips-box .tips-box-item-orange {
    color: #DA5C00;
    border: 1px solid #FFDDC4;
}
.hotel-description .tips-box .tips-box-item-red {
    color: #D0121B;
    border: 1px solid #FFD4D6;
}

.hotel-description .btn-group .btn-group-con {
    margin-top: 18px;
}
.hotel-description .btn-group .room-count-info {
    display: flex;
    align-items: center;
    color: #D0121B;
    font-size: 10px;
}
.hotel-description .btn-group .room-count-info .img-icon {
    width: 12px;
    margin-right: 1px;
    /*height: 12px;*/
}

/*遮罩层*/
.mask {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    height: 0px;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    z-index: 2;
}

.maskheight {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    height: 0px;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    z-index: 3;
}

/*一级菜单栏*/
.new-nav {
    position: relative;
    z-index: 1999;
    margin: 0 auto;
    max-width: 640px;
}

/*下拉框*/
.new-nav .drop-down-box {
    position: absolute;
    background: #fff;
    z-index: 2000;
    width: 100%;
}

/*综合排序下拉框*/
.new-nav .drop-down-box .sort {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 16px;
    /*animation:slowDown 0.5s;*/
    /*animation-timing-function: linear;*/
}

.new-nav .drop-down-box .sort div {
    position: relative;
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 2.2rem;
    padding: 15px 0;
}

.new-nav .drop-down-box .sort div::before {
    content: "";
    position: absolute;
    background: #E6E7EB;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform: scale(1, 0.5);
}

.new-nav .drop-down-box .sort div span {
    font-size: 0.7rem;
    color: #1E1E1F;
}
.new-nav .drop-down-box .sort .chosed span{
    color: #D0121B;
}
.new-nav .drop-down-box .sort div img {
    width: .8em;
    height: auto;
}

.new-nav .drop-down-box .sort .chosed {
    color: #D0121B;
}

/*区域位置下拉框*/
.new-nav .drop-down-box .location-class {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;

}

.new-nav .drop-down-box .location-class span {
    color: #1E1E1F;
    display: block;
    line-height: 2.2rem;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-nav .drop-down-box .location-class .cate span{
    color: #1E1E1F;
}
/*安卓不同行高造成的最低多一条白边*/
.new-nav .drop-down-box .location-class .cate-contain .chosed {
    color: #D0121B;
    /*9月6号取消*/
    background: none;
}

.chosed {
    color: #D0121B !important;
    background: #fff;
}

/*区域分类*/
.new-nav .drop-down-box .location-class .cate {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1;
    -webkit-flex: 1;
    background: #f4f4f4;
}

.new-nav .drop-down-box .location-class .cate li {
    padding-left: 0.5rem;
}

/*区域分类的子栏目*/
.new-nav .drop-down-box .location-class .cate-contain {
    flex: 3;
    -webkit-flex: 3;
    /*显示一半的高度，提示还有品牌*/
    height: 12.1rem;
    overflow-y: scroll;
    padding: 0 16px 0 0;
}

@media screen and (max-width:350px) {

    /*媒体查询适用于400px以下的机型主要调整字体*/
    .new-nav .drop-down-box .location-class .cate-contain {
        flex: 3;
        -webkit-flex: 3;
        /*显示一半的高度，提示还有品牌*/
        height: 9.8rem;
        overflow-y: scroll;
        padding: 0 10px 0 10px;
    }
}

.new-nav .drop-down-box .location-class .cate-contain div {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.new-nav .drop-down-box .location-class .cate-contain ul li+li {
    position: relative;
}

.new-nav .drop-down-box .location-class .cate-contain ul li+li::before {
    content: "";
    position: absolute;
    background: #e0e0e0;
    width: 100%;
    height: 1px;
    top: 0;
    transform: scale(1, 0.5);
}

/*地铁站：第三级栏目*/
/*地铁站：第三级栏目*/
.new-nav .drop-down-box .location-class .metro-track {
    flex: 1;
    -webkit-flex: 1;
    height: 10em;
    overflow-y: scroll;
}

/* .new-nav .drop-down-box .location-class .metro-track ul::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dddddd;
    transform: scale(0.5, 1);
    right: 0;
} */

.new-nav .drop-down-box .location-class .metro-track ul {
    position: relative;
    /*padding: 0 10px 0 10px;*/
}

.new-nav .drop-down-box .location-class .metro-track ul li {
    position: relative;
}

.new-nav .drop-down-box .location-class .metro-track ul li+li::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    top: 0;
    transform: scale(1, 0.5);
}

.new-nav .drop-down-box .location-class .subway-station {
    background: #fff;
    flex: 2;
    -webkit-flex: 2;
    height: 10em;
    overflow-y: scroll;
}

 .new-nav .drop-down-box .location-class .subway-station ul {
    padding: 0 10px 0 10px;
} 

.new-nav .drop-down-box .location-class .subway-station ul li {
    position: relative;
}

.new-nav .drop-down-box .location-class .subway-station ul li+li::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    top: 0;
    transform: scale(1, 0.5);
}

/*回到最上位置*/
.scrolltop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 1;
}

@media screen and (min-width: 640px) {
    .scrolltop {
        bottom: 2rem;
        right: 38%;
    }
}

.scrolltop img {
    width: 2em;
}

/*临时添加的头部固定定位*/
.temporary {
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: #fff;
}

/*@media screen and (min-width: 640px){*/
/*.temporary{*/
/*width: 640px;*/
/*left: 50%;*/
/*transform: translate(-50%);*/
/*}*/
/*}*/

/*没有数据的情况下*/
.no-data {
    position: relative;
    width: 100%;
    /*top: 20%;*/
}

.no-hotel {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-data .description {
    /*文字描述框*/
    position: relative;
    height: 7rem;
}

.no-data .description p {
    /*文字描述框的描述*/
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 0.7rem;
    color: #999999;
    margin-top: 2rem;
}

.no-data .description img {
    /*文字描述框的描述*/
    width: 0.8rem;
    margin-right: 0.3rem;
}

.no-hotel .description-hotel p {
    /*文字描述框的描述*/
    text-align: center;
    font-size: 0.7rem;
    margin-top: 1rem;
    color: #999999;
}

.no-hotel .description-hotel img {
    /*没有酒店的icon提示*/
    display: block;
    margin: 0 auto;
    width: 3rem;
}

.no-data .description span {
    /*横线穿过的span标签，不适用字体居中，会干扰横线，适用定位居中，保证不偏移*/
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    font-size: 0.65rem;
    color: #999999;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    z-index: 1;
    width: 50%;
    text-align: center;
    background: #ffffff;
}

.no-data .description::after {
    /*那条穿过的横线*/
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dddddd;
    bottom: 0.4rem;
    transform: scale(1, 0.5);
    z-index: 0;
}

.no-data .hotel-list {
    padding-top: 1rem;
}

/*共搜到几家店*/
.all-hote-num {
    /*position: absolute;*/
    bottom: 0;
    font-size: 0.7rem;
    color: #999;
    text-align: center;
    width: 100%;
    height: 3rem;
    line-height: 2rem;
}

/*84新增处理*/
.overflow-action {
    overflow: hidden;
    height: 100%;
}

@keyframes slowDown {
    from {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

/*灰度新增调整*/
header .btn-group .address .gray-city-name {
    color: #494949;
    font: 0.6rem -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    display: -webkit-box;
    padding-left: 0.3rem;
    margin-left: 0.4rem;
    /*灰度*/
}

.new-nav .nav .live-day {
    font: 0.5rem -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 3rem;
    color: #666666;
}

.firstGif {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
}

.birthday-explain {
    position: fixed;
    right: .5rem;
    top: 5rem;
}

.birthday-explain img {
    width: 3.5rem;
}

/*样式调整*/
.retail-price {
    text-align: right;
    font-size: 0;
}

.retail-price>del {
    font-size: .5rem;
    color: #999;
}

.coupon-tips {
    font-size: 0.66rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(124, 124, 124, 1);
    margin: 0 .8rem;
    padding-top: 0.5rem;
}

/* 新增档次价格 */
.date-box{
    position: relative;
    font-size: 0.5rem;
    display: flex;
    display: -webkit-flex;
    width: auto;
    margin-left: 0;
    flex-direction: column;
    color: #1E1E1F;
    /*border-right: 1px solid #DDD;*/
}
.date-box:after{
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background-color: #ddd;
}
.date-tex{
    padding-right: 23px;
    padding-left: 8px;
    text-align: right;
}
.date-box span{
    margin-right: 4px;
    color: #5C5D5E;
    font-size: .5rem;
}
.inner-title{
    padding: .8rem;
    color: #1E1E1F;
    font-size: .7rem;
    font-weight: bold;
}
.inner-title .price-tex{
    color: #D0121B;
    margin-left: .5rem;
    font-weight: normal;
}
.moveBox{
    width: 90%;
    margin-top: 0;
    height: auto;
}
.irs{
    margin: 0 auto;
}
.moveScale p{
    position: relative;
    font-size: .6rem;
    color: #9B9C9E;
    margin-top: .5rem;
}
.moveScale p:before{
    content: "";
    position: absolute;
    top: -1.15rem;
    left: -0.2rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EDEDED;
}
.moveScale p.active:before{
    background:#D0121B;
}
.moveScale p.ndownPayment_p_1:before{
    left: .8rem;
}
.moveScale p.ndownPayment_p_2:before{
    left: .7rem;
}
.moveScale p.ndownPayment_p_3:before{
    left: .75rem;
}
.moveScale p.ndownPayment_p_4:before{
    left: 1rem;
}
.irs-bar{
    background: #D0121B !important;
}
.lever-inner,.btn-inner-box{
    display: flex;
    flex-direction: row;
    color: #666666;
    line-height: 2.2rem;
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-nav .drop-down-box .lever-inner .brand-inner-list div{
    line-height: 2.2rem;
    font-size: 0.7rem;
}
.left-inner{
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #f4f4f4;
}
.lever-inner-list,.new-nav .drop-down-box .location-class .cate li{
    position: relative;
    padding-left: .7rem;
    
    font-size: .7rem;
    color: #1E1E1F;
    height: 2.2rem;
    box-sizing: border-box;
}
.lever-inner-list:after,
.new-nav .drop-down-box .location-class .cate li:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    background-color: #E6E7EB;
}
.right-inner{
    flex: 3;
    height: 6.6rem;
    overflow-y: scroll;
}
.brand-list{
    padding: 0 14px 0 16px;
}
.btn-box{
    padding: 0;
    height: 2.2rem;
    text-align: center;
    font-size: .8rem;
    color: #5C5D5E;
}
.btn-clear{
    background-color: #fff;
}
.inner-btn{
    color: #fff;
    background: #D0121B;
    height: 2.2rem;
}
.brand-img{
    width: 20px;
    height: 20px;
}
.brand-inner-list{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #efefef;
}
.brand-img,.choose-box{
    flex: 1;
}
.choose-box{
    text-align: right;
}
.brand-name{
    flex: 5;
    font-size: .7rem;
    color: #1E1E1F;
}
.choose{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('../../images/card/radio-88660c854a516a0e2aa7ad73b59b9711.png') no-repeat 100% 100%;
    background-size: contain;
    vertical-align: middle;
}
.brand-inner-list.active .choose{
    background: url('../../images/card/radio-on-2cd083dc89c7fe16cecb518a6b8cb22c.png') no-repeat 100% 100%;
    background-size: contain;
}
.brand-img img{
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin: 0 auto;
}
.lever-list .active{
    /*color: #E6145D;*/
    background-color: #fff;
}
.new-nav .drop-down-box .location-class .cate li.chosed span{
    /*color: #E6145D;*/
}
.lever-list .has-brand:before,
.new-nav .drop-down-box .location-class .cate li.has-choose:before{
    content: "";
    position: absolute;
    left: .3rem;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #D0121B;
}
.screen-box{
    padding-top: 16px;
    border-top: 1px solid #efefef;
}
.screen-box>.screen-inner-box{
    padding-left: 16px;
}
.screen-box .btn-clear{
    border-top: 1px solid #E6E7EB;
}
.screen-title{
    font-weight: bold;
    font-size: .7rem;
}
.screen-list-box{
    padding-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.screen-list{
    width: 4.9rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #D2D3D6;
    border-radius: 5px;
    margin-right: .7rem;
    color: #1E1E1F;
    text-align: center;
    font-size: .6rem;
    margin-bottom: 12px;
}
#activity{
    padding: 16px 0 20px 16px;
}
.screen-list.active{
    color: #D0121B;
    border-color: #D0121B;
}

.irs-from,.irs-to{
    display: block;
    margin-top: -18px;
    color: #5C5D5E;
    background: none;
    visibility: hidden !important;
}
.banner-box{
    width: 100%;
    padding: 8px .8rem;
    height: 4.1rem;
    background-color: #F2F4F7;
}
.banner-box a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.banner-box img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
#cateContain li{
    position: relative;
    padding-left: 16px;
}

[data-action]{
    cursor: pointer;
}
.irs-slider-0{
    left: -2% !important;
}
.irs-slider-1{
    left: 93% !important;
}
