
.hotel_front {
    max-width: 7.5rem;
    margin: 0 auto;
    background: #f5f5f5;
}

.swiper-container {
    height: 2.6rem;
    /* margin-top: -150px;
    padding-bottom: 70px; */
}

.swiper-slide {
    /* height: 2.6rem !important; */
    width: 100%;
}

.page_hotel_search .search_result .search_result_con .titlewu {
    height: .64rem;
    line-height: .64rem;
    /* padding-left: .34rem; */
    border-bottom: 1px solid rgba(222,222,223,1);
    color: rgba(49,51,54,1);
    font-size: .32rem;
    /* color: #545454; */
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    /* height: 2.6rem !important; */
}

.swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.home_bg {
    /*background: #F7F7F7;*/
}

.home_box {
    margin-top: -0.16rem;
    position: relative;
    background: #fff;
    border-radius: 0.2rem 0.2rem 0 0;
    z-index: 10;
}

.home_nav {
    display: flex;
    padding: 0.35rem 0.4rem 0 0.4rem;
}

    .home_nav li {
        flex: 1;
        font-size: 0.3rem;
        color: #45474A;
        line-height: 0.36rem;
        /*padding-right:0.82rem;*/
        padding-bottom: 0.14rem;
        position: relative;
        text-align: center;
    }

        .home_nav li span {
            display: none;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -0.2rem;
            border-bottom: 0.08rem solid #D6BFA6;
            border-radius: 0.04rem;
            width: 0.4rem;
            text-align: center;
        }

        .home_nav li.navon {
            font-size: 0.34rem;
            font-weight: bold;
            color: #313336;
            line-height: 0.4rem;
        }

.home_boxfix {
    height: 3.48rem;
}

.home_fix {
    display: none;
}

.home_main {
    padding: 0 0.4rem 0rem 0.4rem;
    /*height:3.69rem;
    overflow:hidden;*/
}

.home_key {
    height: 0.9rem;
    margin: 0.19rem 0 0 0;
    background-color: #F7F7F7;
    border-radius: 0.1rem;
    /*overflow: hidden;*/
    padding-left: 0.3rem;
}

.home_key_txt {
    float: left;
    width: 4.08rem;
    position: relative;
}

    .home_key_txt:after {
        border-right: 0.02rem solid #E3E3E3;
        height: 0.4rem;
        content: '';
        position: absolute;
        right: 0rem;
        top: 0.25rem;
    }

    .home_key_txt span {
        float: left;
        width: 3.45rem;
        background-color: #F7F7F7;
        font-size: 0.3rem;
        color: #D3D3D3;
        line-height: 0.9rem;
        display: inline-block;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .home_key_txt code.home_input_close {
        background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/input_close.png) center center no-repeat;
        width: 0.32rem;
        height: 0.32rem;
        background-size: 0.32rem 0.32rem;
        position: absolute;
        right: 0.3rem;
        top: 0.29rem;
        display: none;
    }

    .home_key_txt input {
        cursor: pointer;
        outline: none;
        background-color: #F7F7F7;
        font-size: 0.3rem;
        color: #D3D3D3;
        width: 4rem;
        height: 0.9rem;
        line-height: 0.4rem;
        padding: 0.25rem 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }

.home_key_city {
    float: left;
    width: 2.32rem;
}

    .home_key_city span {
        float: left;
        font-size: 0.3rem;
        color: #2F2E2E;
        padding: 0rem 0.1rem 0rem 0.3rem;
        width: 1.29rem;
        height: 0.9rem;
        line-height: 0.9rem;
        letter-spacing: 0.02rem;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .home_key_city input {
        cursor: pointer;
        outline: none;
        background-color: #F7F7F7;
        font-size: 0.3rem;
        color: #2F2E2E;
        width: 1.29rem;
        height: 0.9rem;
        line-height: 0.4rem;
        text-align: center;
        padding: 0.25rem 0.1rem 0.25rem 0.3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        letter-spacing: 0.02rem;
    }

.home_key_jt {
    float: left;
    font-size: 0.32rem;
    line-height: 0.9rem;
    color: #dadada;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}

.return_head {
    position: relative;
    width: 100%;
    height: 0.9rem;
    background: #F12C3F;
}

    .return_head .icon {
        position: absolute;
        left: 0.24rem;
        top: 0.21rem;
        color: #fff;
        font-size: 0.4rem;
    }

    .return_head .text {
        line-height: 0.9rem;
        text-align: center;
        color: #fff;
        font-size: 0.36rem;
    }
/*选择城市*/
.page_city {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    max-width: 7.5rem;
    z-index: 9999;
    background: #F9F8F6;
    transition: all .2s linear;
}

    .page_city.trans {
        left: 0;
    }

    .page_city .city_search {
        padding-top:.1rem;
        /*padding: 0.2rem 0.34rem;
        background: #F9F8F6;*/
        /*position: relative;
        box-sizing: border-box;
        /*width: 100%;*/
        /*height: 0.9rem;
        padding-top: 0.1rem;
        background: #F12C3F;*/
    }

        .page_city .city_search .search_ipt {
            position: relative;
            margin-left: 0.84rem;
            /*background: #fff;*/
        }

            .page_city .city_search .search_ipt input {
                display: block;
                box-sizing: border-box;
                width: 6.26rem;
                height: .7rem;
                line-height: .37rem;
                padding: 0 0.67rem;
                border-radius: .35rem;
                border: none;
                background: #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                color: #313336;
                font-size: 0.28rem;
            }

            .page_city .city_search .search_ipt .icon-fangdajing {
                position: absolute;
                left: 0.22rem;
                top: 50%;
                transform: translateY(-50%);
                color: #979797;
                font-size: 0.3rem;
            }

            .page_city .city_search .search_ipt .icon-close {
                display: none;
                position: absolute;
                width: .32rem;
                height: .32rem;
                background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/icon-clear.png) no-repeat;
                background-size: cover;
                right: 0.6rem;
                top: 50%;
                transform: translateY(-50%);
            }
                .page_city .city_search .search_ipt .icon-close:before {
                    content: "";
                }

    .page_city .con_city {
        width: 100%;
        position: absolute;
        left: 0;
        top: 1.1rem;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

        .page_city .con_city .important_city {
            padding-left: 0.33rem;
            background: #fff;
            margin-bottom: 0.2rem;
        }

            .page_city .con_city .important_city:nth-last-child(2) {
                margin-bottom: 0;
            }

            .page_city .con_city .important_city .title {
                line-height: 0.35rem;
                padding-top: 0.2rem;
                padding-bottom: 0.16rem;
                color: #595757;
                font-size: 0.26rem;
            }

            .page_city .con_city .important_city .location_list {
                overflow: hidden;
                padding-bottom: 0.05rem;
            }

                .page_city .con_city .important_city .location_list .seach_more {
                    float: left;
                    box-sizing: border-box;
                    width: 2rem;
                    height: 0.6rem;
                    line-height: 0.56rem;
                    text-align: center;
                    border: 0.5px solid #D3D3D3;
                    border-radius: 0.3rem;
                    margin-right: 0.25rem;
                    margin-bottom: 0.26rem;
                    color: #595757;
                    font-size: 0.28rem;
                }

                .page_city .con_city .important_city .location_list .item {
                    position: relative;
                    float: left;
                    box-sizing: border-box;
                    width: 2rem;
                    height: 0.6rem;
                    line-height: 0.58rem;
                    text-align: center;
                    border: 0.5px solid #D3D3D3;
                    border-radius: 0.3rem;
                    margin-right: 0.25rem;
                    margin-bottom: 0.26rem;
                    color: #595757;
                    font-size: 0.28rem;
                    overflow: hidden;
                }

                    .page_city .con_city .important_city .location_list .item.active {
                        border-color: #F12C3F;
                        background: rgba(255,245,246,1);
                        color: #F12C3F
                    }

                    .page_city .con_city .important_city .location_list .item.my {
                        border-color: #F12C3F;
                        background: rgba(255,245,246,1);
                        color: #F12C3F
                    }

        .page_city .con_city .pinyin_list dt {
            padding-left: .35rem;
            height: .58rem;
            line-height: .58rem;
            color: #595757;
            font-size: .32rem;
            background: #F6F6F6;
            border-bottom: .01rem solid #ebebeb;
        }

        .page_city .con_city .pinyin_list dd a {
            display: block;
            padding: 0 .34rem;
            height: .79rem;
            line-height: .79rem;
            border-bottom: .01rem solid #EBEBEB;
            background: #fff;
            color: #595757;
            font-size: .28rem;
        }

    /*城市右侧导航*/
    .page_city .pinyin_choose {
        position: fixed;
        top: 55%;
        right: -100%;
        z-index: 551;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

        .page_city .pinyin_choose.cur {
            right: 0;
        }

        .page_city .pinyin_choose a {
            display: block;
            width: .4rem;
            height: .4rem;
            line-height: .4rem;
            text-align: center;
            color: #90704D;
            font-size: .24rem
        }

        .page_city .pinyin_choose span {
            display: none;
            position: absolute;
            right: .7rem;
            width: .7rem;
            height: .7rem;
            line-height: .7rem;
            text-align: center;
            background: rgba(189,172,153,0.9);
            font-size: .48rem;
            color: #fff;
            -webkit-border-radius: .09rem;
            border-radius: .09rem
        }

            .page_city .pinyin_choose span:after {
                content: '';
                position: absolute;
                top: 50%;
                right: -0.14rem;
                margin-top: -0.08rem;
                width: 0;
                height: 0;
                border: .08rem solid transparent;
                border-left-color: rgba(189,172,153,0.9)
            }
    /*城市搜索*/
    .page_city .search_result {
        display: none;
        position: absolute;
        z-index: 999;
        top: 1.1rem;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .page_city .search_result a {
            display: block;
            margin: 0 .33rem;
            height: 1rem;
            line-height: 1rem;
            border-bottom: .01rem solid #EBEBEB;
            font-size: .3rem;
            color: #535353;
        }

            .page_city .search_result a b {
                color: #F12C3F;
                font-weight: normal
            }
/*酒店搜索*/
.page_hotel_search {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    max-width: 7.5rem;
    z-index: 9999;
    background: #F9F8F6;
    transition: all .2s linear;
}

    .page_hotel_search.trans {
        left: 0;
    }

    .page_hotel_search .search_result {
        display: none;
        position: absolute;
        z-index: 999;
        top: 0.9rem;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #F9F8F6;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .page_hotel_search .search_result .search_result_con {
            background: #fff;
        }

            .page_hotel_search .search_result .search_result_con.search_result_address {
                margin-top: .46rem;
            }

            .page_hotel_search .search_result .search_result_con .title {
                height: .64rem;
                line-height: .64rem;
                padding-left: .34rem;
                border-bottom: 1px solid rgba(222,222,223,1);
                color: rgba(49,51,54,.6);
                font-size: .24rem;
            }

            .page_hotel_search .search_result .search_result_con .btn {
                display: block;
                width: 100%;
                height: .8rem;
                line-height: .8rem;
                text-align: center;
                color: #F12C3F;
                font-size: .26rem;
            }

            .page_hotel_search .search_result .search_result_con ul {
                padding: 0 .24rem;
            }

                .page_hotel_search .search_result .search_result_con ul li {
                    position:relative;
                    display: flex;
                    height: 1rem;
                    align-items: center;
                    border-bottom: 1px solid #DEDEDF;

                }
                .page_hotel_search .search_result .search_result_con ul li a{
                    position:absolute;
                    left:0;
                    top:0;
                    right:0;
                    bottom:0;
                }
            .page_hotel_search .search_result .search_result_con.search_result_address ul li:nth-last-child(1) {
                border-bottom: none;
            }

            .page_hotel_search .search_result .search_result_con ul li .iconfont {
                flex: 0 0 .74rem;
                text-align: center;
                color: rgba(39,38,54,.6);
                font-size: .32rem;
            }

            .page_hotel_search .search_result .search_result_con ul li .text {
                flex: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .page_hotel_search .search_result .search_result_con ul li .text .hotelName {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 100%;
                    height: .35rem;
                    line-height: .35rem;
                    color: rgba(49,51,54,1);
                    font-size: .26rem;
                }

                    .page_hotel_search .search_result .search_result_con ul li .text .hotelName b {
                        color: #F12C3F;
                        font-weight: normal;
                    }

                .page_hotel_search .search_result .search_result_con ul li .text .hotelAddress {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 100%;
                    height: .29rem;
                    line-height: .29rem;
                    color: rgba(49,51,54,.6);
                    font-size: .22rem;
                }

            .page_hotel_search .search_result .search_result_con ul li .price {
                flex: 0 0 1.2rem;
                text-align: right;
                color: #F12C3F;
                font-size: .26rem;
                font-weight: bold;
            }

                .page_hotel_search .search_result .search_result_con ul li .price strong {
                    color: #F12C3F;
                    font-size: .24rem;
                    font-weight: bold;
                }

                .page_hotel_search .search_result .search_result_con ul li .price b {
                    color: #ADADAF;
                    font-size: .22rem;
                }
    /*.page_hotel_search .search_result a {
            display: block;
            margin: 0 .33rem;
            height: 1rem;
            line-height: 1rem;
            border-bottom: .01rem solid #EBEBEB;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: .3rem;
            color: #535353;
        }

            .page_hotel_search .search_result a b {
                color: #F12C3F;
                font-weight: normal
            }*/
    .page_hotel_search .search_header {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 0.9rem;
        padding-top: 0.1rem;
        background: #F12C3F;
    }

        .page_hotel_search .search_header .icon-fanhui {
            position: absolute;
            left: 0.24rem;
            top: 0.21rem;
            color: #fff;
            font-size: 0.4rem;
        }

        .page_hotel_search .search_header .hotel_ipt {
            position: relative;
            margin-left: 0.84rem;
        }

            .page_hotel_search .search_header .hotel_ipt input {
                display: block;
                box-sizing: border-box;
                width: 6.26rem;
                height: .7rem;
                line-height: .37rem;
                padding: 0 0.67rem;
                border-radius: .35rem;
                border: none;
                background: #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                color: #313336;
                font-size: 0.28rem;
            }

            .page_hotel_search .search_header .hotel_ipt .icon-fangdajing {
                position: absolute;
                left: 0.24rem;
                top: 50%;
                transform: translateY(-50%);
                color: #979797;
                font-size: 0.3rem;
            }

            .page_hotel_search .search_header .hotel_ipt .icon-close {
                display: none;
                position: absolute;
                width: .32rem;
                height: .32rem;
                background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/icon-clear.png) no-repeat;
                background-size: cover;
                right: 0.6rem;
                top: 50%;
                transform: translateY(-50%);
                /*color: #979797;
                font-size: 0.3rem;*/
            }
                .page_hotel_search .search_header .hotel_ipt .icon-close:before {
                    content: "";
                }

        .page_hotel_search .search_header .search {
            position: absolute;
            top: 0;
            right: 0;
            box-sizing: border-box;
            width: 1.3rem;
            padding-left: 0.28rem;
            text-align: left;
            height: 0.9rem;
            line-height: 0.9rem;
            color: #FFFFFF;
            font-size: 0.32rem;
        }

    .page_hotel_search .hotel_con {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0.9rem;
        bottom: 0;
        padding-top: 0.2rem;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .page_hotel_search .hotel_con .important_city {
            padding-left: 0.4rem;
            background: #fff;
            margin-bottom: 0.2rem;
        }

            .page_hotel_search .hotel_con .important_city .title {
                line-height: 0.35rem;
                padding-top: 0.28rem;
                padding-bottom: 0.24rem;
                color: #595757;
                font-size: 0.26rem;
                position: relative;
            }

                .page_hotel_search .hotel_con .important_city .title span {
                    position: absolute;
                    right: 0.4rem;
                    top: 0.28rem;
                    font-size: 0.26rem;
                    line-height: 0.3rem;
                    color: #F12C3F;
                }

            .page_hotel_search .hotel_con .important_city .location_list {
                overflow: hidden;
                padding-bottom: 0.05rem;
            }

                .page_hotel_search .hotel_con .important_city .location_list .seach_more {
                    float: left;
                    box-sizing: border-box;
                    width: 2.1rem;
                    height: 0.8rem;
                    line-height: 0.76rem;
                    text-align: center;
                    border: 0.5px solid #D3D3D3;
                    border-radius: 0.4rem;
                    margin-right: 0.25rem;
                    margin-bottom: 0.26rem;
                    color: #595757;
                    font-size: 0.28rem;
                }

                .page_hotel_search .hotel_con .important_city .location_list .item {
                    position: relative;
                    float: left;
                    /*display:flex;*/
                    align-items: center;
                    box-sizing: border-box;
                    width: 2.1rem;
                    height: 0.8rem;
                    /*line-height: 0.76rem;*/
                    text-align: center;
                    border: 0.5px solid #D3D3D3;
                    border-radius: 0.4rem;
                    margin-right: 0.25rem;
                    margin-bottom: 0.26rem;
                    padding: 0 .1rem;
                    color: #595757;
                    font-size: 0;
                }

                    .page_hotel_search .hotel_con .important_city .location_list .item span {
                        width: 90%;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%,-50%);
                        line-height: .3rem;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        font-size: 0.24rem;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: inline-block;
                    }

                    .page_hotel_search .hotel_con .important_city .location_list .item.active {
                        border-color: #F12C3F;
                        background: rgba(255,245,246,1);
                        color: #F12C3F
                    }

                    .page_hotel_search .hotel_con .important_city .location_list .item.my {
                        border-color: #F12C3F;
                        background: rgba(255,245,246,1);
                        color: #F12C3F
                    }





.home_date {
    margin: 0.2rem 0;
    background: #F7F7F7;
    height: 0.64rem;
    border-radius: 0.1rem;
    padding: 0.24rem 0 0.24rem 0.3rem;
    overflow: hidden;
    zoom: 1;
}

.home_checkin {
    float: left;
}

.home_checktxt {
    font-size: 0.24rem;
    color: #B0B0B0;
    padding-bottom: 0.08rem;
    vertical-align: middle;
}

.home_check_input {
    line-height: 0.34rem;
}

    .home_check_input input {
        font-size: 0.34rem;
        color: #313336;
        font-weight: bold;
        width: 1.44rem;
        line-height: 0.48rem;
        outline: none;
        background-color: #F7F7F7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }

    .home_check_input span {
        font-size: 0.34rem;
        color: #313336;
        font-weight: bold;
        font-family: Arial;
        display: inline-block;
        vertical-align: middle;
        float: left;
    }

    .home_check_input code.home_rent_time {
        font-size: 0.34rem;
        color: #313336;
        font-weight: bold;
        font-family: Arial;
        padding-left: 0;
    }

    .home_check_input code {
        float: left;
        padding-left: 0.22rem;
        font-size: 0.24rem;
        color: #979797;
        font-family: "微软雅黑";
        vertical-align: middle;
    }
.home_check_input b {
    padding-left: 0.22rem;
    font-size: 0.24rem;
    color: #F12C3F;
    font-family: "微软雅黑";
    font-weight:normal;
    display:inline-block;
    vertical-align:top;
}
.home_room_num {
    float: left;
    width: 0.92rem;
    line-height: 0.44rem;
    font-size: 0.3rem;
    color: #979797;
    text-align: center;
    margin: 0.12rem 0.335rem 0 0.335rem;
    background: #fff;
    border-radius: 0.22rem;
    -webkit-border-radius: 0.22rem;
}

    .home_room_num code {
        font-family: Arial;
    }

.home_checkout {
    float: left;
}

.home_search_button {
    /*margin-left:0.1rem;*/
    font-size: 0;
}

    .home_search_button input {
        background: linear-gradient(40deg,rgba(241,44,63,1) 0%,rgba(255,76,100,1) 100%);
        box-shadow: 0 0.06rem 0.2rem 0 rgba(165,41,56,0.4);
        border-radius: 0.45rem;
        width: 6.7rem;
        height: 0.9rem;
        outline: none;
        font-size: 0.3rem;
        line-height: 0.9rem;
        font-weight: bold;
        color: #fff;
        border: none;
        cursor: pointer;
        letter-spacing: 0.03rem;
    }

.home_cx_box {
    overflow: hidden;
    zoom: 1;
    padding-top: 0.08rem;
    background: #fff;
    padding-bottom: 0.24rem;
}

    .home_cx_box li {
        float: left;
        font-size: 0.28rem;
        color: #313336;
        line-height: 0.4rem;
        padding-left: 0.48rem;
    }

        .home_cx_box li a {
            color: #313336;
        }

        .home_cx_box li.home_cx_trip {
            background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/xingcheng_icon.png) left center no-repeat;
            background-size: 0.4rem 0.4rem;
            -webkit-background-size: 0.4rem 0.4rem;
            height: 0.4rem;
            margin-left: 1.09rem;
        }

            .home_cx_box li.home_cx_trip:after {
                border-right: 0.02rem solid #E3E3E3;
                content: '';
                height: 0.4rem;
                position: absolute;
                left: 50%;
            }

        .home_cx_box li.home_cx_order {
            background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/dingdan_icon.png) left center no-repeat;
            background-size: 0.4rem 0.4rem;
            -webkit-background-size: 0.4rem 0.4rem;
            height: 0.4rem;
            margin-left: 1.85rem;
        }

.home_bottom {
    /*padding-bottom:0.34rem;*/
}

.home_timeroom {
    margin: 0.19rem 0 0 0.4rem;
    background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/time_bg.png) left center no-repeat;
    background-size: 6.7rem 3.33rem;
    -webkit-background-size: 6.7rem 3.33rem;
    height: 2.98rem;
    font-size: 0.28rem;
    color: #6E7072;
    padding: 0 0 0.34rem 1.39rem;
}

    .home_timeroom p {
        padding-top: 2.46rem;
    }

        .home_timeroom p span {
            font-family: Arial;
        }

.home_menu {
    overflow: hidden;
    zoom: 1;
    margin: 0.1rem 0;
    display:flex;
    justify-content:space-around;
    background: #fff;
    padding-top: 0.07rem;
    text-align: center;
    padding: 0.3rem 0 0 0;
}

    .home_menu ul {
        float: left;
        width: 1.1rem;
        font-size: 0.26rem;
        color: #313336;
        line-height: 0.35rem;
        padding-bottom: 0.26rem;
        position: relative;
    }

.home_menu_jifen {
    position: absolute;
    right: 0.1rem;
    top: -0.01rem;
    width: 0.7rem;
    height: 0.3rem;
    z-index: 99;
}
.new_pick_icon {
    position: absolute;
    right: 0.1rem;
    top: -0.01rem;
    width: 0.88rem;
    height: 0.3rem;
    z-index: 99;
}

.home_menu ul li img {
    width: 0.7rem;
    height: 0.7rem;
    margin-bottom: 0.06rem;
}
/*热门城市*/
.popularCity {
    padding: 0 .4rem .4rem .4rem;
    background: #fff;
}

    .popularCity h3 {
        height: .4rem;
        line-height: .4rem;
        text-align: left;
        padding-top: .3rem;
        padding-bottom: .26rem;
        color: #313336;
        font-size: .3rem;
        font-weight: bold;
        letter-spacing: .02rem;
    }

    .popularCity ul li {
        position:relative;
        display: flex;
        align-items: center;
        border-radius: .1rem;
        background: #F5F5F5;
        margin-bottom: .2rem
    }
    .popularCity ul li a{
        position:absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
    }
        .popularCity ul li:nth-last-child(1) {
            margin-bottom: 0;
        }

        .popularCity ul li .img {
            flex: 0 0 2.3rem;
            height: 1.68rem;
        }

            .popularCity ul li .img img {
                width: 100%;
                height: 100%;
                border-radius: .1rem 0 0 .1rem;
            }

        .popularCity ul li .city {
            flex: 0 0 1.65rem;
            text-align: center;
            color: #313336;
            font-size: .34rem;
        }

        .popularCity ul li .hotelNumber {
            flex: 1;
            text-align: center;
            color: #F12C3F;
            font-size: .28rem;
        }

            .popularCity ul li .hotelNumber b {
                flex: 1;
                color: #313336;
                font-size: .28rem;
            }
/*品牌*/
.home_brand {
    margin: 0 0.05rem 0.1rem 0.05rem;
    overflow: hidden;
    zoom: 1;
}

    .home_brand ul {
        float: left;
        width: 3.6rem;
        background: #fff;
        margin: 0 0.05rem;
        padding: 0.17rem 0;
    }

        .home_brand ul li {
            float: left;
            vertical-align: middle;
            font-size: 0.26rem;
            color: #313336;
            font-weight: bold;
            line-height: 0.7rem;
        }

        .home_brand ul.home_brand_yx {
            border-radius: 0 0 0.2rem 0;
        }

        .home_brand ul.home_brand_store {
            border-radius: 0.2rem 0 0.2rem 0;
        }

        .home_brand ul.home_brand_yun {
            border-radius: 0.2rem 0 0rem 0;
        }

        .home_brand ul li img {
            width: 0.7rem;
            height: 0.7rem;
            margin: 0 0.22rem 0 0.7rem;
        }

.home_pic {
    padding: 0 0.2rem;
    margin: .2rem 0;
    font-size: 0;
}

    .home_pic a {
        font-size: 0;
    }

    .home_pic img {
        width: 7.1rem;
        height: 0.9rem;
    }

.home_recbox {
    margin-top: 0.2rem;
    background: #fff;
    padding-bottom: 0.4rem;
}

    .home_recbox dt {
        font-size: 0.3rem;
        line-height: 0.36rem;
        font-weight: bold;
        color: #313336;
        padding: 0.3rem 0 0.24rem 0.4rem;
        position: relative;
    }

        .home_recbox dt span {
            position: absolute;
            right: 0.32rem;
            top: 0.3rem;
            font-size: 0.24rem;
            color: #9B9B9B;
            text-align: right;
            font-weight: normal;
        }

        .home_recbox dt code {
            font-size: 0.24rem;
            color: #dadada;
            vertical-align: middle;
            display: inline-block;
            margin-top: -0.03rem;
            padding-left: 0.06rem;
        }

    .home_recbox dd img {
        width: 6.7rem;
        height: 2.14rem;
        margin-left: 0.4rem;
    }

.home_footnav {
    background: #D6BFA6;
    height: 0.9rem;
    overflow: hidden;
    zoom: 1;
    padding-left: 0.5rem;
}

    .home_footnav li {
        float: left;
        font-size: 0.26rem;
        color: #fff;
        line-height: 0.46rem;
        margin-top: 0.23rem;
        padding: 0rem 0 0.23rem 0.5rem;
    }

        .home_footnav li.home_person_icon {
            background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/person_icon.png) left top no-repeat;
            height: 0.44rem;
            background-size: 0.44rem 0.44rem;
            -webkit-background-size: 0.44rem 0.44rem;
            padding-right: 1.03rem;
        }

        .home_footnav li.home_app_icon {
            background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/app_icon.png) left top no-repeat;
            height: 0.44rem;
            background-size: 0.44rem 0.44rem;
            -webkit-background-size: 0.44rem 0.44rem;
            padding-right: 1.08rem;
        }

        .home_footnav li.home_kefu_icon {
            background: url(https://webimgs.bthhotels.com/cms/webSite/home_wap/kefu_icon.png) left top no-repeat;
            height: 0.44rem;
            background-size: 0.44rem 0.44rem;
            -webkit-background-size: 0.44rem 0.44rem;
        }

        .home_footnav li a {
            color: #fff;
        }

.home_copyright {
    font-size: 0.18rem;
    color: #C19D74;
    text-align: center;
    line-height: 0.67rem;
}
/*用App更优惠*/
.home_app_piao {
    position: fixed;
    bottom: 1.34rem;
    right: 50%;
    display:none;
    margin-right: -3.35rem;
    z-index: 99;
}

    .home_app_piao img {
        width: 1.14rem;
        height: 1.14rem;
    }

.h5_footer_box span {
    right: 0;
    top: 0.58rem;
}

    .h5_footer_box span img {
        width: 0.6rem;
        height: 0.6rem;
    }
.newser_nav{
    width: 7.5rem;
    height: 1.173rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250315/newppboxtit.png") no-repeat;
    background-size: 100% 100%;
}
.newser_nav a{
    display: block;
    width: 1rem;
    height: 1.173rem;
}
.newhotel{
  float: left;
  /* background-color: rgba(0, 0, 0, 0.1); */
}
.newhotel a{
    display: block;
    width: 100%;
    height: 100%;
}
.newbrand_fix1{
    width: 7.5rem;
    height: 11.606rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250315/ppbox98.png") no-repeat;
    background-size: 100% 100%;
}
.hotel_JG{
    margin-top: 1.1rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_NU {
    margin-top: 1.1rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_JL {
    margin-top: 1.1rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_NY {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotelnull{
    float: left;
    margin-top: 0.4rem;
        margin-left: 0.32rem;
        width: 3.5rem;
        height: 1.2rem;
}
.hotel_YF {
    margin-top: 1.5rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_BC {
    margin-top: 1.5rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_YZ {
    margin-top: 1.5rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_HYZS {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_HE {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_ZG {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_BH {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_FM {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_TY {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_WX {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_NH {
    margin-top: 0.4rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}





.hotel_RJJX {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_JP {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_YU {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_AF {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_BL {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_SP {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_RJJD {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_MT {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_EJ {
    margin-top: 0.7rem;
        margin-left: 0.32rem;
        width: 2rem;
        height: 1.2rem;
}

.hotel_YSSJ {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_YK {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_YY{
    margin-top: 1.3rem;
        margin-left: 0.32rem;
        width: 2rem;
        height: 1.2rem;
}
.hotel_SD {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_SBY {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_SUBY {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_RBY {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_PBY {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_YSSJMS {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_JT {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}



.hotel_HY {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_HYJX {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_YH {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_HYUP {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_BS {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_SOTELA {
    margin-top: 0.7rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_NS {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_ST {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}

.hotel_MQ {
    margin-top: 1.3rem;
    margin-left: 0.32rem;
    width: 2rem;
    height: 1.2rem;
}
.hotel_RJLM{
    margin-top: 1.3rem;
        margin-left: 0.32rem;
        width: 2rem;
        height: 1.2rem;
}
.newbrand_fix2 {
    width: 7.5rem;
    height: 4.813rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250315/newppbox2.png") no-repeat;
    background-size: 100% 100%;
}
.newbrand_fix3 {
    width: 7.5rem;
    height: 4.813rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250811/xinpp3.png") no-repeat;
    background-size: 100% 100%;
}
.newbrand_fix4 {
    width: 7.5rem;
    height: 4.813rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250315/newppbox4.png") no-repeat;
    background-size: 100% 100%;
}
.newbrand_fix5 {
    width: 7.5rem;
    height: 4.813rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250315/newppbox51.jpg") no-repeat;
    background-size: 100% 100%;
}
.newbrand_fix6 {
    width: 7.5rem;
    height: 5.513rem;
    background: url("https://webimgs.bthhotels.com/web/Image/20250315/newppbox6.png") no-repeat;
    background-size: 100% 100%;
}
/*品牌专区*/
.ser_nav {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 7.5rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 0.3rem;
    color: #313336;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
}

    .ser_nav a {
        font-size: 0.36rem;
        color: #dadada;
        position: absolute;
        left: 0.34rem;
        top: 0.01rem;
    }

.brand_fix {
    width: 6.90rem;
    min-height: 2.40rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    border-radius: 0.10rem;
    margin-left:0.3rem;
    padding-top:0.1rem;
    padding-bottom:0.5rem;
    font-size:0;
}
body {
    background: rgba(249, 248, 246, 1);
}
.titleheda {
    font-size: 0.30rem;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(189,172,153,1);
    line-height: 0.42rem;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

    .titleheda .liner {
        display: inline-block;
        width: 1.68rem;
        height: 1px;
        background: linear-gradient(270deg,rgba(249,248,246,0) 0%,rgba(189,172,153,1) 100%);
        border-radius: 1px;
        margin-left: 0.35rem;
        vertical-align: top;
        margin-top: 0.2rem;
    }
    .titleheda .linel {
        margin-right: 0.35rem;
        display: inline-block;
        width: 1.68rem;
        height: 1px;
        background: linear-gradient(270deg,rgba(189,172,153,1) 0%,rgba(249,248,246,0) 100%);
        border-radius: 1px;
        vertical-align: top;
        margin-top: 0.2rem;
    }
    .brand_fix dd {
        width: 2.3rem;
        margin-top:0.4rem;
        display:inline-block;
    }
        .brand_fix dd.left2 {
            width: 3.45rem;
        }
        .brand_fix dd.left2 img{
            width: 3.45rem;
        }

        .brand_fix dd:nth-child(3n+1) {
            margin-right: 0;
        }

        .brand_fix dd img {
            width: 2.3rem;
            height: 1.5rem;
        }
        .brand_fix dd.left {
            width: 3.45rem;
            margin-left:25%;
        }
        .brand_fix dd.left img {
            width: 3.45rem;
        }
/*更多服务*/
.ser_fix {
    overflow: hidden;
    zoom: 1;
}

    .ser_fix h1 {
        font-size: 0.32rem;
        color: #313336;
        padding: 0.35rem 0 0.39rem 0.25rem;
    }

    .ser_fix ul {
        padding: 0 0.55rem 0 0.51rem;
    }

        .ser_fix ul li {
            float: left;
            width: 1.1rem;
            font-size: 0.22rem;
            color: #ADADAF;
            text-align: center;
            margin: 0 0.68rem 0.53rem 0;
        }

            .ser_fix ul li a {
                color: #ADADAF;
            }

            .ser_fix ul li:nth-child(4n) {
                margin-right: 0;
            }

            .ser_fix ul li img {
                width: 0.76rem;
                height: 0.76rem;
                margin-bottom: 0.23rem;
            }
/*底部图片样式*/
.h5_footer_box {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block !important;
    margin: 0 auto;
    width: 7.5rem;
}
.highlight{
    display:none !important;
}
    .h5_footer_box span {
        position: absolute;
        right: 10px;
        top: 29px;
        font-size: 20px;
        color: rgba(0,0,0,0.1445);
    }

    .h5_footer_box img {
        display: block;
        width: 100%;
        /*width:375px;
       height:130px;
       background-size:100% 100%;*/
    }

    .h5_footer_box a {
        position: absolute;
        bottom: 13px;
        right: 30px;
        width: 200px;
        height: 38px;
    }


/*模态框样式*/
.maska {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99 !important;
    background: rgba(0,0,0,0.3);
}
.modal_info {
    position: fixed;
    width: 250px;
    height: 161px;
    left: 50%;
    top: 50%;
    background: rgba(0,0,0,0.8);
    margin-left: -125px;
    margin-top: -80px;
    z-index: 100;
    border-radius: 4px;
}

    .modal_info .main {
        padding: 0 23px;
        border-bottom: 1px solid #535353;
    }

        .modal_info .main h3 {
            color: #B6A18A;
            font-size: 14px;
            line-height: 19px;
            text-align: center;
            margin-top: 16px;
            margin-bottom: 6px;
        }

        .modal_info .main p {
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 13px;
        }

    .modal_info .btn_box li {
        float: left;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        line-height: 45px;
        width: 50%;
        color: #FFFFFF;
    }

        .modal_info .btn_box li a {
            color: #FFFFFF;
        }

    .modal_info .btn_box .cancel a {
        color: #979797;
    }