/*评分星星*/

.s_star {
    height: 0.3rem;
}

.b_star {
    height: 0.5rem;
}

.w3rem{
    display:inline-block;
    width: 3rem;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
/*swiper轮播图样式*/

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: 53.3333vw;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        transition-property: transform, height;
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    color: #fff;
}

    .swiper-pagination.swiper-pagination-fraction {
        bottom: 0.2rem;
        right: 0.3rem;
        font-size: 0.32rem;
    }

    .swiper-pagination .swiper-pagination-total {
        font-size: 0.26rem;
    }

    .swiper-pagination.swiper-pagination-bullets {
        bottom: 0.1rem;
        left: 0;
        width: 100%;
    }

        .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
            width: 0.2rem;
            height: 0.2rem;
            border-radius: 1000px;
            background-color: #fff;
            display: inline-block;
            margin: 0 0.05rem;
        }

        .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
            background-color: #bbb;
        }
/*swiper轮播图样式end*/


/*==登录、注册、找回密码 邀请绑定==*/

.user_body {
    background-color: #fff;
    font-size: 0.26rem;
}

.login_box {
    background-color: #fff;
    border-radius: 0.15rem;
    box-shadow: 0 0 0.5rem rgba(0, 188, 113, 0.3);
    margin: -0.9rem 0.3rem 0 0.3rem;
    position: relative;
    padding: 0.4rem 0.25rem;
    font-size: 0.26rem;
}
.login_box.share { 
    margin-top: -1.3rem; 
}
    .login_box .invite_info {
        display: flex;
    }
        .login_box .invite_info .head_pic{ 
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            overflow: hidden;
            border: 0.05rem solid #fff;
        }
        .login_box .invite_info .other{
            margin-left: 0.2rem;
            margin-top:0.1rem;
        }

.login_title {
    font-size: 0.4rem;
    color: #00bc71;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 0.25rem;
}

    .login_title:before {
        content: "";
        width: 1.4rem;
        height: 0.02rem;
        background-color: #00bc71;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -0.7rem;
    }

.form_wrap {
    padding: 0.25rem;
}

    .form_wrap .item {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        margin: 0 0.25rem;
    }

        .form_wrap .item i[class*="icon_"] {
            display: flex;
            align-items: center;
            color: #808080;
        }

        .form_wrap .item input:not([type='submit']):not([type='button']) {
            height: 1rem;
            border: none;
            flex: 1;
            font-size: 0.3rem;
            padding: 0 0.15rem;
            width: 100%;
        }

        .form_wrap .item .form_select {
            height: 1rem;
            border: none;
            flex: 1;
            font-size: 0.3rem;
            padding: 0 0.15rem;
            width: 100%;
        }

        .form_wrap .item .getCodeBtn {
            background-color: #00bc71;
            border-radius: 0.05rem;
            border: none;
            width: 2rem;
            height: 0.7rem;
            color: #fff;
            font-size: 0.28rem;
        }

            .form_wrap .item .getCodeBtn[disabled] {
                background-color: #e0e0e0 !important;
            }

    .form_wrap .form_btn, .mt80 .form_btn{
        height: 0.9rem;
        font-size: 0.34rem;
        width: 100%;
        border-radius: 0.05rem;
        background-color: #00bc71;
        color: #fff;
    }

     .mt80 .form_btn{
         margin-bottom: 0.8rem;
    }
        .form_wrap .form_btn[disabled] {
            background-color: #e0e0e0;
        }

.change_pw a {
    display: inline-block;
    line-height: 0.8rem;
}

.go_register {
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
}

    .go_register a {
        display: inline-block;
        color: #00bc71;
    }

.tips_layer {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.2rem 0.3rem;
    color: #fff;
    border-radius: 0.1rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.register_box {
    padding: 0.3rem;
}

.form_title {
    font-size: 0.42rem;
    color: #000;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
}

.v_code {
    width: 2rem;
    height: 0.7rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .v_code img {
        width: 100%;
        height: 100%;
    }


/*==个人中心==*/
/*首页*/

.center_wrap {
    background: url('../../public/images/c_bg.jpg') no-repeat center top/100% auto;
    overflow: hidden;
}

.center_hd {
    background-color: #fff;
    border-radius: 0.15rem;
    box-shadow: 0 0 0.5rem rgba(0, 188, 113, 0.3);
    margin: 1.4rem 0.3rem 0.2rem 0.3rem;
    position: relative;
    padding: 0.3rem 0;
}

    .center_hd .fore1 {
        color: #757575;
        text-align: center;
        line-height: 0.5rem;
    }

        .center_hd .fore1 > div {
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0.05rem solid #fff;
            position: relative;
            margin: -1rem auto 0 auto;
        }

        .center_hd .fore1 > h2 {
            font-size: 0.32rem;
            color: #000;
        }

        .center_hd .fore1 > div img {
            width: 100%;
            height: 100%;
        }

    .center_hd .fore2 {
        display: flex;
        margin-top: 0.3rem;
    }

        .center_hd .fore2 .item {
            flex: 1;
            text-align: center;
            color: #a8a8a8;
        }

            .center_hd .fore2 .item h2 {
                font-size: 0.38rem;
                color: #333;
            }

    .center_hd .fore3 {
        position: absolute;
        right: 0.1rem;
        bottom: 1.5rem;
    }

        .center_hd .fore3 a {
            display: block;
            line-height: 0.5rem;
            padding: 0 0.2rem;
            background-color: #00bc71;
            color: #fff;
            border-radius: 0.08rem 0.08rem 0.08rem 0;
        }

.center_menu {
    width: 96%;
    margin: 0 auto;
    padding: 0 0.2rem;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

    .center_menu .link {
        height: 1rem;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
    }

        .center_menu .link:last-child {
            margin-bottom: 10px;
            border-bottom: none;
        }

    .center_menu a.link:active {
        background-color: #eee;
    }

    .center_menu .link i {
        display: flex;
        align-items: center;
        color: #757575;
    }

        .center_menu .link i.icon_jiantou_02 {
            color: #a8a8a8;
        }

    .center_menu .link p {
        flex: 1;
        font-size: 0.3rem;
        padding: 0 0.1rem;
    }

.go_reserve {
    text-align: center;
    margin-top: 0.3rem;
}

    .go_reserve a {
        width: 90%;
        display: inline-block;
        height: 0.9rem;
        line-height: 0.9rem;
        background-color: #00bc71;
        color: #fff;
        font-size: 0.34rem;
        border-radius: 0.05rem;
        text-align: center;
    }
.invite {
    position: relative;
}
    .invite .invite_info {
        position: absolute;
        top: 0.2rem;
        left: 0.5rem;
    }
        .invite .invite_info .more { 
            display: block;
            line-height: 0.5rem;
            padding: 0 0.4rem;
            background-color: #00bc71;
            color: #fff;
            border-radius: 0.08rem 0.08rem 0.08rem 0;
        }


/*基本信息*/

.basic_info {
    background-color: #fff;
    padding: 0 0.3rem;
}

    .basic_info .item {
        border-bottom: 1px solid #e0e0e0;
        min-height: 1rem;
        padding-right: 0.2rem;
        font-size: 0.3rem;
    }

        .basic_info .item:last-child {
            border-bottom: none;
        }

        .basic_info .item span {
            color: #757575;
        }

    .basic_info .pto {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        overflow: hidden;
        margin: 0.2rem 0;
    }

        .basic_info .pto img {
            width: 100%;
            height: 100%;
        }

    .basic_info a {
        display: flex;
        align-items: center;
        color: #c2c2c2;
        flex: 1;
        min-height: 1rem;
        justify-content: flex-end;
    }

        .basic_info a:after {
            content: "\e006";
            font: 0.4rem "iconfont";
            color: #a8a8a8;
        }
    .basic_info .item .memberItem{
        display:inline-block;
        height: 1.2rem;
        padding-top: 0.1rem;
        margin-left: 5%;
        margin-bottom: 0.18rem;
        margin-top: 0.15rem;
        width: 30%;
        font-size: 0.3rem;
        text-align:center;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        box-sizing: border-box;
        vertical-align: bottom;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 20px;
    }
     .basic_info .item .memberItem.active {
        border: 1px solid #00bc71;
        background-image:url(../images/icon_selected.png);
    }
     .basic_info .item .memberItem .membPrice{
         font-size: 0.3rem;
         color: #00B761;
         font-weight: bold;
     }
    .basic_info .item .memberItem:nth-child(3n+1){
        margin-left: 0;
    }

/*我的订单*/

.switch_fixed {
    height: 0.9rem;
}

    .switch_fixed .switch {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }

.switch {
    height: 0.9rem;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
}

    .switch a {
        flex: 1;
        position: relative;
        font-size: 0.3rem;
        color: #757575;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .switch a.active {
            font-weight: bold;
            color: #00bc71;
        }

            .switch a.active:after {
                content: "";
                height: 0.06rem;
                background-color: #00bc71;
                width: 20%;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                border-radius: 10px;
            }

.order_warp {
    padding: 0 0 0.25rem;
    overflow: hidden;
}

    .order_warp .item {
        background-color: #fff;
        border-radius: 0.15rem;
        margin-top: 0.15rem;
        padding: 0 0.2rem;
        line-height: 0.5rem;
        color: #757575;
    }

        .order_warp .item .hd {
            border-bottom: 1px dashed #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.2rem 0;
            position: relative;
        }

            .order_warp .item .hd:before,
            .order_warp .item .hd:after { 
                width: 0.25rem; 
                height: 0.3rem; 
                border-radius: 0 0.3rem 0.3rem 0; 
                content: ""; 
                display: block; 
                background-color: #f5f5f5; 
                position: absolute; 
                left: -0.3rem; 
                bottom: -0.15rem; 

            }

            .order_warp .item .hd:after { 
                border-radius: 0.3rem 0 0 0.3rem; 
                left: auto; 
                right: -0.3rem; 
            }


            .order_warp .item .hd h2 {
                font-size: 0.3rem;
                color: #333;
                font-weight: bold;
            }

        .order_warp .item .info {
            padding: 0.2rem 0 0;
            display: block;
            color: #757575;
        }
            .order_warp .item .item-info{ 
                display:inline-block; 
                width: 50%;
                white-space: nowrap;
                overflow: hidden;
            }

            .order_warp .item .room-list .room-order {
                display: flex;
                padding: 0.1rem;
                justify-content: space-between;    
                white-space: nowrap;
                border-bottom: 1px solid #c7e4d8;
                background: #E5F8F1;
            }
            .order_warp .item .room-list .room-order:last-child{
                border: none;
            }
                .order_warp .item .room-list .room-order .public_btn {
                    display: inline-block;
                    float: right;
                    line-height: 0.45rem;
                    width: 1rem;
                    color: #ffffff;
                    background-color: #00bc71;
                }
                .order_warp .item .info span { color: #333; margin: 0 0.4rem 0 0.2rem; display: inline-block; }

        .order_warp .item .ft {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 0.2rem 0;
        }

            .order_warp .item .ft a:first-child {
                margin-left: 0;
            }


/*订单详情*/

.order_detail {
    background-color: #fff;
    padding: 0 0.3rem;
}

    .order_detail .item {
        height: 1rem;
        border-top: 1px solid #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.3rem;
    }

        .order_detail .item span {
            color: #757575;
            width: 2.5rem;
        }

        .order_detail .item p {
            flex: 1;
        }

        .order_detail .item a {
            display: flex;
            align-items: center;
            height: 100%;
        }

        .order_detail .item:first-child {
            border-top: 0;
        }

.order_detail_map {
    margin: 0.2rem 0.3rem;
    background-color: #fff;
    border-radius: 0.08rem;
    padding: 0 0.3rem;
}

    .order_detail_map h2 {
        color: #333;
        font-size: 0.32rem;
        padding: 0.2rem 0;
        text-align: center;
    }

    .order_detail_map p {
        color: #757575;
        padding: 0.2rem 0;
        display: flex;
        align-items: baseline;
    }

#map {
    height: 3rem;
}

.order_detail_fixed {
    height: 1.2rem;
}

    .order_detail_fixed .order_operation {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
    }

.order_operation {
    background-color: #fff;
    height: 1rem;
    display: flex;
}

    .order_operation a {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.34rem;
        border-top: 1px solid #e0e0e0;
    }

        .order_operation a.greenBtn {
            border-top-color: #00bc71;
            background-color: #00bc71;
            color: #fff;
        }


/*酒店列表*/

.hotel_list {
    padding: 0 0.3rem 0.3rem;
    overflow: hidden;
}

    .hotel_list .item {
        position: relative;
        display: block;
        margin-top: 0.2rem;
        background-color: #fff;
        border-radius: 0.15rem;
        overflow: hidden;
    }

        .hotel_list .item .info {
            padding: 0.2rem 0.3rem;
            color: #757575;
        }

            .hotel_list .item .info h2 {
                color: #000;
                font-size: 0.32rem;
                font-weight: bold;
            }

            .hotel_list .item .info section {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 0.1rem;
            }

            .hotel_list .item .info .score {
                color: #333;
                font-size: 0.3rem;
                padding-right: 0.1rem;
                display: flex;
                align-items: center;
            }

            .hotel_list .item .info [class*="collect"] {
                flex-shrink: 0;
                align-self: flex-start;
                display: flex;
                align-items: center;
            }

                .hotel_list .item .info [class*="collect"]:before {
                    content: "\e002";
                    font: 0.4rem "iconfont";
                }

            .hotel_list .item .info .collected:before {
                color: #f55;
                content: "\e001";
            }

        .hotel_list .item .ft {
            border-top: 1px dashed #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 0.2rem 0;
            margin: 0 0.3rem;
        }
            .share_earn {
                width: 0.7rem;
                height: 0.7rem;
                line-height: 0.7rem;
                font-size: .32rem;
                text-align: center;
                border-radius: 0.8rem;
                background-color: rgba(0, 0, 0, 0.4);
                position: absolute;
                right: 1.1rem;
                top: 0.3rem;
                z-index: 999;
            }
            
.modalbg {
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}
.modalbg.share{
    /*background-image:url(../images/share.jpg);*/
    background-repeat: no-repeat;
    background-position: center -0.3rem;
    background-size: 70%;
}
.invite .rule_item {
    line-height: 0.5rem;
}
.modalbg.hcenter{
    align-items: center;
    background-image: none;
}
.modalbg .reward_detail{
    position: absolute;
    width: 90%;
    max-height: 80%;
    background: #fff;
    border-radius: 0.1rem;
    overflow-y: auto;
    padding: 0.3rem;
}
.modalbg .reward_detail p{
    line-height: 0.45rem;
    text-indent: 0.2rem;
}
.modalDlg {
    position: absolute;
    bottom: 0.9rem;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    padding: 0.3rem;
    padding-bottom: 0;
}
    .modalDlg .hotelRemark { 
        text-overflow: ellipsis;
        overflow:hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.long_press {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color:#fff;
}
.invite .modalDlg {
    bottom: 0;
    padding-bottom: 0.9rem;
}
    .modalDlg .detail #hotelRemark{
        display: -webkit-box;
        line-height: 0.5rem;
        text-indent: 0.2rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .modalDlg .icon-text,.icon-text{
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        text-align: center;
        color: #ffffff;
        border-radius: 50%;
        background-color: #FFCDB4;
        vertical-align: middle;
    }
        .modalDlg .share_box .item {
            display: inline-block;
            width: 1.5rem;
            text-align: center;
        }

        .share_box .item .img_box{
            width: 60%;
            margin: 0 auto;
        }
        .share_box .item  img{
            width: 100%;
        }
        .modalbg .cancel {
            position:absolute;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            height: 0.9rem;
            background-color: #00bc71;
            color: #fff;
            font-size: 0.34rem;
            text-align: center;
            line-height: 0.9rem;
        }
        #canvas{
            position: absolute;
            max-width: 80%;
            left: 10%;
            top: 1.2rem;
            background-color: #fff;
            border-radius: 0.1rem;
        }
.pic_canvas{
    position: absolute;
    max-width: 80%;
    left: 10%;
    top: 1.2rem;
    max-height: 80%;
    opacity:0;
    background-color: #fff;
    z-index:99999;
}
        
.poster{
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}
    .poster .hotel_pic {
        height: auto;
        max-height: 100vw;
        overflow: hidden;
    }
        .poster .hotel_pic img{ 
            height: auto;
            width:100%;
            max-width: none;
        }
    .poster .long{
        position: absolute; 
        bottom: 1.1rem;
        width: 100%; 
        text-align: center;
        background: none; 
    }
    .poster .hotel_info{
        margin-top: 0.2rem;
        display: flex;
        background-color: #fff;
        overflow: visible;
    }
        .poster .hotel_info .hotel {
            flex: 1;
            padding-left: 0.2rem;
            vertical-align: top;
        }
            .poster .hotel_info .hotel .hotel_name {
                text-indent: 0.2rem;
            }
        .poster .hotel_info .pic_cod {
            width: 2.2rem;
            height: 2.2rem;
            /*padding: 0.1rem;*/
        }
        .poster .hotel_info .pic_cod canvas { 
            width: 100%;
            height: 100%;
        }
    .poster .pic_cod { 
        position: absolute;
        width: 40%;
        bottom: 1.5rem;
        left: 30%;
        padding: 2.2vw;
        background: #fff;
        text-align: center;
    }
    .poster.small .pic_cod { 
        position: unset;
        padding: 0.2rem;
    }


/*======酒店详情======*/
.swiper_detail .swiper-slide img {
    height: 4.2rem;
    width: 100%;
}

.swiper_detail [class*="detail_collect"] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .swiper_detail [class*="detail_collect"]:before {
        content: "\e002";
        font: 0.4rem "iconfont";
        color: #fff;
    }

.swiper_detail .detail_collected:before {
    color: #f55;
    content: "\e001";
}

.hotel_detail {
    padding: 0 0.3rem 0.3rem 0.3rem;
}

    .hotel_detail [class*="fore"] {
        border-bottom: 1px solid #e0e0e0;
        padding: 0.3rem 0;
    }

    .hotel_detail .fore1 section {
        display: flex;
        justify-content: space-between;
        line-height: 1;
    }

    .hotel_detail .fore1 h2 {
        color: #333;
        font-size: 0.38rem;
        flex: 1;
        border-right: 1px solid #e0e0e0;
    }

    .hotel_detail .fore1 .tel {
        padding: 0 0.1rem 0 0.3rem;
        display: flex;
        align-items: center;
    }

        .hotel_detail .fore1 .tel:before {
            content: "\e031";
            font: 0.4rem "iconfont";
            color: #a8a8a8;
        }

    .hotel_detail .fore1 .map {
        color: #a8a8a8;
        display: flex;
        margin-top: 0.2rem;
    }

    .hotel_detail .fore2 {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0.5rem;
    }

        .hotel_detail .fore2 .alink {
            display: flex;
            align-items: center;
        }

        .hotel_detail .fore2 .score {
            color: #333;
            font-size: 0.55rem;
            margin-right: 0.1rem;
        }

        .hotel_detail .fore2 .star {
            display: flex;
            flex-direction: column;
            padding: 0 0.2rem;
        }

            .hotel_detail .fore2 .star > div {
                display: flex;
                color: #757575;
                align-items: center;
                margin-top: 0.1rem;
            }

                .hotel_detail .fore2 .star > div:after {
                    content: "\e006";
                    font: 0.3rem "iconfont";
                    line-height: 100%;
                }

        .hotel_detail .fore2 .bias {
            width: 0.8rem;
            background-color: #e0e0e0;
            display: block;
            height: 1px;
            border: none;
            transform: rotate(-60deg);
        }

        .hotel_detail .fore2 .time {
            padding: 0 0.3rem;
        }

            .hotel_detail .fore2 .time > div {
                display: flex;
                align-items: center;
            }

                .hotel_detail .fore2 .time > div span {
                    display: block;
                    /*text-indent: -0.66rem;
                    overflow: hidden;*/
                }

                .hotel_detail .num {
                    line-height: 40px;
                    height: 40px;
                    border-bottom: 1px solid #e0e0e0;
                }
                .hotel_detail .num .member{
                    margin-bottom: 0.1rem;
                    color: #00BC71;
                }
                .hotel_detail .num .Offer{
                    color: #808080;
                    font-style: normal;
                    float: right;
                    margin-right: 0.3rem;
                }
.room_list .item {
    margin-top: 0.2rem;
}

    .room_list .item:first-child {
        margin-top: 0;
    }

    .room_list .item > figure {
        display: block;
        border-radius: 0.08rem;
        overflow: hidden;
        position: relative;
    }

        .room_list .item > figure figcaption {
            position: absolute;
            left: 0;
            bottom: 0.2rem;
            color: #fff;
            font-size: 0.32rem;
            width: 100%;
            padding: 0 0.2rem;
        }

.room_list .hd {
    height: 0.8rem;
    align-items: center;
    justify-content: space-between;
    color: #a8a8a8;
    display: flex;
}

    .room_list .hd var {
        font-size: 0.4rem;
        text-decoration: line-through;
        margin: 0 0.2rem 0 0.1rem;
    }

.room_list .show_more {
    display: flex;
    align-items: center;
    color: #757575;
    height: 100%;
}

    .room_list .show_more:before {
        content: "\e005";
        font: 0.4rem "iconfont";
    }

.room_list .hide_more:before {
    content: "\e007";
}

/*.room_list .info {
	display: none;
}*/

.room_list .info .arrow {
    height: 0.13rem;
    overflow: hidden;
}

    .room_list .info .arrow i {
        width: 0.2rem;
        height: 0.2rem;
        background-color: #f5f5f5;
        transform: rotate(45deg);
        display: block;
        margin-left: 0.6rem;
        margin-top: 0.03rem;
    }

.room_list .info ul {
    background-color: #f5f5f5;
    border-radius: 0.08rem;
    padding: 0 0.3rem;
}

.room_list .info li {
    border-top: 1px solid #e0e0e0;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
    line-height: normal;
}

    .room_list .info li:first-child {
        border-top: 0;
    }

    .room_list .info li h2 {
        font-size: 0.3rem;
        color: #333;
    }

    .room_list .info li div {
        flex: 1;
        text-align: right;
        padding: 0 0.3rem;
        color: #a8a8a8;
    }

        .room_list .info li div span {
            color: #f55;
            font-size: 0.38rem;
        }

.room_list .info .btn {
    width: 1.2rem;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 0.04rem;
    color: #fff;
    background-color: #00bc71;
}

.room_list .info .unbtn {
    background-color: #ccc;
}

.room_list .info .btn:active {
    opacity: 0.8;
}

.hotel_brief {
    padding: 0.3rem 0;
}

    .hotel_brief h2 {
        font-size: 0.3rem;
        color: #333;
        text-align: center;
        position: relative;
        line-height: 0.7rem;
        margin-bottom: 0.3rem;
    }

        .hotel_brief h2:before {
            content: "";
            width: 0.6rem;
            height: 1px;
            background-color: #00bc71;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -0.3rem;
        }

    .hotel_brief p {
        color: #8f8f8f;
        line-height: 0.45rem;
        margin-top: 0.1rem;
    }


/*评论列表*/

.comment_score {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.3rem;
    line-height: 0.8rem;
    text-align: center;
}

    .comment_score h2 {
        color: #333;
        font-size: 0.28rem;
    }

    .comment_score var {
        font-size: 0.65rem;
        margin-right: 0.1rem;
    }

.comment_list {
    padding: 0 0.3rem;
}

    .comment_list .item {
        border-bottom: 1px solid #e0e0e0;
        padding: 0.3rem 0;
        display: flex;
        position: relative;
    }

        .comment_list .item .pto {
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

            .comment_list .item .pto img {
                width: 100%;
                height: 100%;
            }

        .comment_list .item .time {
            color: #8f8f8f;
            position: absolute;
            right: 0;
            top: 0.5rem;
        }

        .comment_list .item .info {
            flex: 1;
            padding-left: 0.3rem;
        }

            .comment_list .item .info h2 {
                font-size: 0.28rem;
                font-weight: bold;
                color: #333;
            }

            .comment_list .item .info div {
                color: #8f8f8f;
                display: flex;
                align-items: center;
            }

            .comment_list .item .info p {
                font-size: 0.28rem;
                color: #333333;
                line-height: 0.4rem;
                margin-top: 0.2rem;
                word-break: break-all;
            }


/*酒店预定首页*/

.reserve_warp {
    padding: 0.2rem 0.8rem;
}

.location .item {
    border-bottom: 1px solid #e0e0e0;
    height: 1.1rem;
    display: flex;
    align-items: center;
}

    .location .item i {
        color: #a8a8a8;
    }

        .location .item i.mticon_dingwei_04 {
            color: #00bc71;
        }

    .location .item input {
        height: 100%;
        border: none;
        flex: 1;
        padding: 0 0.1rem;
        font-size: 0.32rem;
    }

    .location .item .cityName {
        height: 100%;
        border: none;
        flex: 1;
        padding: 0 0.1rem;
        font-size: 0.32rem;
        display: flex;
        align-items: center;
        color: #666;
    }

.select_time {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.3rem 0;
}

    .select_time h2 {
        color: #757575;
    }

    .select_time p {
        color: #333;
        margin-top: 0.2rem;
    }

    .select_time em {
        color: #00bc71;
        font: 1.2rem "LindysDiner";
        display: block;
        line-height: 1.2rem;
    }

    .select_time .bias {
        width: 1rem;
        background-color: #e0e0e0;
        display: block;
        height: 1px;
        border: none;
        transform: rotate(-60deg);
        margin: 0 0.4rem;
    }

.reserve_btn a {
    display: block;
    height: 0.9rem;
    background-color: #00bc71;
    color: #fff;
    font-size: 0.34rem;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.9rem;
}

    .reserve_btn a:active {
        opacity: 0.8;
    }
    .invite_btn.reserve_btn a{
        border-radius: 0.4rem;
        height: 0.75rem;
        line-height: 0.75rem;
    }

.foot_link {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

    .foot_link a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.28rem;
        color: #757575;
        padding: 0 0.5rem;
    }

    .foot_link hr {
        display: block;
        width: 1px;
        background-color: #E0E0E0;
        border: none;
        margin: 0 0.5rem;
    }

.hotel_city_wrap {
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 1000;
    font-size: 0.28rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .hotel_city_wrap .label {
        font-weight: bold;
        height: 0.6rem;
        display: flex;
        align-items: center;
    }

    .hotel_city_wrap .head {
        height: 0.8rem;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fff;
        display: flex;
        align-items: center;
    }

        .hotel_city_wrap .head h2 {
            font-size: 0.3rem;
            flex: 1;
            text-align: center;
        }

    .hotel_city_wrap .current_city {
        display: flex;
        padding: 0.2rem;
    }

        .hotel_city_wrap .current_city .ccityname {
            height: 0.6rem;
            background-color: #fff;
            border-radius: 0.05rem;
            border: 1px solid #e0e0e0;
            padding: 0 0.5rem;
            display: flex;
            align-items: center;
        }

            .hotel_city_wrap .current_city .ccityname:active {
                background-color: #f5f5f5;
            }

    .hotel_city_wrap .hot_city {
        padding: 0.2rem;
    }

        .hotel_city_wrap .hot_city ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .hotel_city_wrap .hot_city ul li {
                width: 48%;
                height: 0.6rem;
                background-color: #fff;
                border-radius: 0.05rem;
                border: 1px solid #e0e0e0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 0.1rem;
            }

                .hotel_city_wrap .hot_city ul li:active {
                    background-color: #f5f5f5;
                }

    .hotel_city_wrap .city_list {
        background-color: #fff;
        height: calc(100% - 6.9rem);
        overflow: auto;
        border-top: 1px solid #e0e0e0;
    }

        .hotel_city_wrap .city_list ul li {
            height: 0.8rem;
            display: flex;
            align-items: center;
            padding: 0 0.2rem;
            border-bottom: 1px solid #f5f5f5;
        }

            .hotel_city_wrap .city_list ul li:active {
                background-color: #f5f5f5;
            }
    .share_top {
        padding: 1.5rem 0.2rem 2rem;
        background-color: #00bc71;
        border-bottom-right-radius: 50% 20px;
        border-bottom-left-radius: 50% 20px;

    }
        .share_top .head {
            width: 1.5rem;
            height: 1.5rem;
            margin: 0 auto 0.2rem;
            border-radius: 50%;
            overflow: hidden;
            background: #ffffff;
        }


/*提交订单*/
.order_info {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 0.3rem 0.7rem;
    color: #757575;
}

    .order_info h2 {
        font-size: 0.38rem;
        color: #333;
        position: relative;
        margin-bottom: 0.1rem;
    }

        .order_info h2:before {
            width: 0.05rem;
            background-color: #00bc71;
            border-radius: 0.2rem;
            content: "";
            position: absolute;
            left: -0.4rem;
            top: 20%;
            height: 60%;
        }

    .order_info p {
        margin-top: 0.1rem;
    }

    .order_info var {
        margin: 0 0.3rem 0 0.1rem;
        color: #00bc71;
        font-weight: bold;
    }

    .order_info em {
        padding: 0 0.1rem;
        color: #00bc71;
        font-weight: bold;
    }

.order_form {
    background-color: #fff;
    padding-left: 0.3rem;
    font-size: 0.3rem;
}

    .order_form .item {
        border-top: 1px solid #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .order_form .item:first-child {
            border-top: 0;
        }

        .order_form .item input {
            height: 1rem;
            border: none;
            font-size: 0.3rem;
            flex: 1;
            padding: 0 0.1rem;
            width: 100%;
        }

        .order_form .item select {
            border: none;
            height: 1rem;
            flex: 1;
            background-image: url("../images/arrow_right.png");
            background-size: auto 0.4rem;
            padding: 0 0.3rem 0 0.1rem;
            font-size: 0.3rem;
            background-position: right -0.1rem center;
        }

        .order_form .item #pickerQuantity,
        .order_form .item .couponItemText {
            border: none;
            height: 1rem;
            flex: 1;
            background: url("../images/arrow_right.png") no-repeat right 0.2rem center/auto 0.4rem;
            padding: 0 0.3rem 0 0.1rem;
            font-size: 0.3rem;
        }

        .order_form .item .couponItemText {
            display: flex;
            align-items: center;
            color: #ccc;
        }

            .order_form .item .couponItemText.green {
                color: #00bc71;
            }

        .order_form .item span {
            width: 22%;
            color: #757575;
            flex-shrink: 0;
            padding: 0.1rem 0;
        }

        .order_form .item .getCodeBtn {
            background-color: #00bc71;
            border-radius: 0.05rem;
            border: none;
            width: 2rem;
            height: 0.7rem;
            color: #fff;
            font-size: 0.28rem;
            margin-right: 0.3rem;
        }

            .order_form .item .getCodeBtn[disabled] {
                background-color: #e0e0e0 !important;
            }

.sub_title {
    padding: 0 0.3rem;
    color: #757575;
    line-height: 0.7rem;
}

.order_form .item h2 {
    color: #757575;
    padding: 0.1rem 0;
    flex: 2;
}

.order_form .price {
    color: #333;
    flex: 1;
    padding: 0 0.2rem;
    text-align: right;
}

.order_tip {
    padding: 0.3rem;
}

    .order_tip h2 {
        color: #333;
        font-size: 0.3rem;
    }

    .order_tip p {
        color: #8f8f8f;
        margin-top: 0.1rem;
    }

.order_footer_fixed {
    height: 1rem;
}

    .order_footer_fixed .order_footer {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1000;
        border-top: 1px solid #efefef;
    }

.order_footer {
    display: flex;
    height: 1rem;
    background-color: #fff;
}

    .order_footer .info {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 0.3rem;
        justify-content: space-between;
        /*border-top: 1px solid #e0e0e0;*/
    }

        .order_footer .info var {
            font-size: 0.38rem;
            color: #f55;
            font-weight: bold;
        }

        .order_footer .info .arrow {
            color: #757575;
            display: flex;
            align-items: center;
        }

            .order_footer .info .arrow:after {
                content: "\e005";
                font: 0.4rem "iconfont";
            }

        .order_footer .info .down:after {
            content: "\e007";
        }

    .order_footer .submit {
        background-color: #00bc71;
        color: #fff;
        font-size: 0.34rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: normal;
    }

    .order_footer_fixed .share, .hotel_detail .share {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0.2rem;
        bottom: 1.5rem;
        width: 1rem;
        height: 1rem;
        color: #fff;
        text-align: center;
        z-index: 9999;
        border-radius: 50%;
        background-color: rgba(255,153,34,0.8);
    }
    .share .mticon_fengxiang {
        font-size: 0.65rem;
    }

        .order_footer .submit.disabled {
            background-color: #ccc;
        }

.cost_detailed {
    background-color: #fff;
    border-radius: 0.15rem 0.15rem 0 0;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 999;
    width: 100%;
    transition: bottom 0.3s;
}

    .cost_detailed.show {
        bottom: 1rem;
    }

    .cost_detailed h2 {
        border-bottom: 1px solid #e0e0e0;
        line-height: 1rem;
        padding: 0 0.3rem;
        font-size: 0.3rem;
    }

    .cost_detailed .ul_wrap {
        max-height: 4.86rem;
        overflow: auto;
    }

    .cost_detailed li {
        padding: 0.2rem 0.3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e0e0e0;
        color: #757575;
        line-height: 0.4rem;
    }

    .cost_detailed ul:nth-of-type(1) li:first-child {
        margin-top: -1px;
    }

    .cost_detailed li span {
        display: block;
    }

    .cost_detailed li p {
        font-size: 0.3rem;
        color: #333;
    }

    .cost_detailed .total {
        padding: 0.2rem 0.3rem;
        border-top: 1px solid #e0e0e0;
        color: #757575;
        line-height: 0.5rem;
        text-align: right;
        font-size: 0.3rem;
    }


.choos_coupons {
    height: calc(100% - 0.8rem);
    overflow: auto;
}

    .choos_coupons .item {
        display: flex;
        justify-content: space-between;
        padding: 0.2rem;
        border-bottom: 1px solid #e0e0e0;
        font-size: 0.26rem;
        align-items: center;
    }

        .choos_coupons .item .price {
            color: #00bc71;
            font-size: 0.4rem;
        }

        .choos_coupons .item .msg {
            display: flex;
            flex-direction: column;
            color: #999;
            flex: 1;
            padding: 0 0.5rem;
        }

        .choos_coupons .item .select:before {
            font: 0.5rem "iconfont";
            content: "\e014";
            color: #ccc;
        }

        .choos_coupons .item.active .select:before {
            font: 0.5rem "iconfont";
            content: "\e015";
            color: #00bc71;
        }
/*支付订单*/
.pay_method {
    background-color: #fff;
}

    .pay_method .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1rem;
        padding: 0 0.3rem;
        border-top: 1px solid #e0e0e0;
    }

        .pay_method .item:first-child {
            border-top: 0;
        }

    .pay_method p {
        flex: 1;
        padding: 0 0.1rem;
        font-size: 0.3rem;
        color: #333;
    }

    .pay_method i {
        font-size: 0.5rem;
        display: block;
        line-height: 100%;
    }

        .pay_method i.mticon_weixinzhifu {
            color: #00b700;
        }

        .pay_method i.mticon_jine {
            color: #ff992c;
        }

        .pay_method i.mticon_mendianzhifu {
            color: #e78a8c;
        }

        .pay_method i.mticon_jifenzhifu {
            color: #81ccf4;
        }


    .pay_method .item .select:before {
        font: 0.5rem "iconfont";
        content: "\e014";
        color: #ccc;
    }

    .pay_method .item.on .select:before {
        font: 0.5rem "iconfont";
        content: "\e015";
        color: #00bc71;
    }


/*商品数量增减*/

.goods_number {
    border: 1px solid #e0e0e0;
    border-radius: 0.05rem;
    display: flex;
    margin: 0.1rem 0;
    margin-right: 0.3rem;
}

    .goods_number input.input,
    .goods_number .number {
        width: 0.8rem;
        height: 0.7rem;
        font-size: 0.3rem;
        color: #757575;
        display: flex;
        border: none;
        align-items: center;
        justify-content: center;
    }

    .goods_number a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.7rem;
    }

        .goods_number a:before {
            font: 0.3rem "iconfont";
            color: #c2c2c2;
            font-weight: bold;
        }

        .goods_number a.cut:before {
            content: "\e029";
        }

        .goods_number a.plus:before {
            content: "\e028";
        }

        .goods_number a:active {
            background-color: #f5f5f5;
        }


/*礼包列表*/

.gift_list {
    display: flex;
    flex-wrap: wrap;
    padding: 1%;
}

    .gift_list li {
        width: 48%;
        margin: 1%;
        overflow: hidden;
        border-radius: 0.05rem;
        background-color: #fff;
        padding: 0.2rem 0.2rem 0.7rem 0.2rem;
        line-height: normal;
        position: relative;
        box-sizing: border-box;
    }

        .gift_list li figure {
            height: 47vw;
            margin: -0.2rem -0.2rem 0.2rem -0.2rem;
        }

            .gift_list li figure img {
                width: 100%;
                height: 100%;
            }

        .gift_list li h2 {
            font-weight: bold;
            color: #333;
        }

        .gift_list li p {
            color: #8f8f8f;
            font-size: 0.22rem;
            margin: 0.1rem 0;
        }

        .gift_list li section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: absolute;
            left: 0.2rem;
            right: 0.2rem;
            bottom: 0.2rem;
        }

        .gift_list li var {
            font-size: 0.34rem;
            color: #f55;
        }

        .gift_list li button {
            color: #fff;
            background-color: #00bc71;
            font-size: 0.24rem;
            border-radius: 0.05rem;
            padding: 0 0.2rem;
            height: 0.4rem;
        }


.gift_buy_layer {
    background-color: #fff;
    border-radius: 0.15rem 0.15rem 0 0;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 995;
    width: 100%;
    transition: bottom 0.2s;
    padding: 0.3rem;
}

    .gift_buy_layer.show {
        bottom: 0;
    }

    .gift_buy_layer .gift_buy_info {
        display: flex;
        align-items: center;
    }

        .gift_buy_layer .gift_buy_info figure {
            width: 2.2rem;
            height: 2.2rem;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 0.3rem;
            flex-shrink: 0;
        }

        .gift_buy_layer .gift_buy_info h2 {
            font-weight: bold;
            color: #333;
        }

        .gift_buy_layer .gift_buy_info p {
            color: #8f8f8f;
            font-size: 0.22rem;
            margin: 0.1rem 0;
        }

        .gift_buy_layer .gift_buy_info var {
            font-size: 0.34rem;
            color: #f55;
        }

    .gift_buy_layer .exchange_number {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.2rem;
        border-top: 1px solid #e0e0e0;
    }

    .gift_buy_layer .confirm_buy {
        background-color: #00bc71;
        color: #fff;
        font-size: 0.34rem;
        height: 0.9rem;
        border-radius: 0.05rem;
        width: 100%;
        margin: 0.2rem auto 0;
        display: block;
    }

    .gift_buy_layer .closed_layer {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.5rem;
    }

/* 礼包详情 */

.good_detail {
    padding-bottom: 1rem;
}
    .good_detail .gift_img img{
        width: 100%;
    }
    .good_detail .gift_head {
        text-indent: 0.25rem;
        margin-bottom: 0.2rem;
        background-color:#fff;
    }

    .good_detail .gift_head .price {
        padding-bottom: 0.3rem;
        font-size: 0.32rem;
        color: #f55;
    }

    .good_detail .gift_title {    
        font-size: 0.32rem;
        font-weight: 500;
        color: #000;
        line-height: 0.8rem;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        overflow: hidden;
        word-break: break-all; 
    }

    .good_detail .gift_explain { 
        padding: 0 2%;
    }

/*=========选择日期插件=======*/

/*主容器*/

.date-picker-wrapper {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
}

    .date-picker-wrapper .month-wrapper {
        background-color: #fff;
    }


        /*日期表格*/

        .date-picker-wrapper .month-wrapper thead {
            border-bottom: 1px solid #e0e0e0;
            line-height: 0.5rem;
        }

.month-wrapper th {
    line-height: 0.5rem;
    padding: 0.1rem;
    text-align: center;
    font-weight: normal;
    color: #a8a8a8;
    width: 14.2857143%;
}

.month-wrapper td {
    padding: 0.05rem;
    line-height: 1.2rem;
    text-align: center;
    color: #333;
    width: 14.2857143%;
}

    .month-wrapper td .day {
        position: relative;
    }

    .month-wrapper td .real-today {
        background-color: #e7e7e7;
        color: #a8a8a8;
    }
.month-wrapper td .day var {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.1rem;
    line-height: normal;
}

        .month-wrapper td .day.toMonth.invalid {
            color: #a8a8a8;
        }

        .month-wrapper td .day.checked {
            background-color: #b2ebd4;
            border-radius: 0.05rem;
        }

        .month-wrapper td .day.first-date-selected,
        .month-wrapper td .day.last-date-selected {
            background-color: #00bc71;
            color: #fff;
        }

.month-wrapper .month-name {
    color: #757575;
    font-size: 0.32rem;
}

.month-wrapper .week-name th:first-child,
.month-wrapper .week-name th:last-child {
    color: #00bc71;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none;
}


/*切换月份箭头*/

.caption th span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.05rem;
    padding: 0.1rem;
}

    .caption th span:active {
        background-color: #f5f5f5;
        color: #00bc71;
    }

    .caption th span:before {
        font: 0.4rem "iconfont";
    }

    .caption th span.prev:before {
        content: "\e008";
    }

    .caption th span.next:before {
        content: "\e006";
    }


/*=========选择日期插件end=======*/


/*===切换城市===*/
/*
.city_list {
	height: calc(100% - 1.1rem);
	overflow: hidden;
	position: relative;
}

.city_name {
	overflow: auto;
	position: relative;
	height: 100%;
	font-size: 0.28rem;
}

.city_name section ul {
	padding-left: 0.3rem;
	background-color: #fff;
}

.city_name section li {
	border-top: 1px solid #e0e0e0;
	line-height: 0.8rem;
}

.city_name section li:first-child {
	border-top: 0;
}

.city_name section li:active {
	background-color: #f9f9f9;
}

.city_name .hot_city {
	padding-bottom: 0.2rem;
	background-color: #fff;
}

.city_name .hot_city>div {
	padding: 0 0.3rem;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.city_name .hot_city>div span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.6rem;
	border: 1px solid #e0e0e0;
	border-radius: 0.05rem;
	width: 2rem;
	margin: 0.1rem 0.2rem 0.1rem 0;
}

.city_name section h2 {
	line-height: 0.6rem;
	padding: 0 0.3rem;
	color: #757575;
}

.city_acronym {
	width: 0.5rem;
	position: absolute;
	height: 100%;
	z-index: 10;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
}

.city_acronym>div {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00bc71;
}

.city_acronym>div:active,
.city_name .hot_city>div span:active {
	background-color: #f9f9f9;
}

.city_searh {
	background-color: #fff;
	padding: 0.2rem 0.3rem;
	display: flex;
}

.city_searh section {
	background-color: #f5f5f5;
	border-radius: 0.3rem;
	display: flex;
	overflow: hidden;
	align-items: center;
	flex: 1;
	color: #757575;
	padding: 0 0.2rem;
}

.city_searh input[type="search"] {
	border: none;
	flex: 1;
	font-size: 0.3rem;
	height: 0.7rem;
	background: transparent;
	padding: 0 0.1rem;
}
*/
/*===切换城市end===*/

/*自定义layer样式*/


/*费用明细弹层*/

.layui-m-layer1 .layui-m-anim-up.cost {
    position: fixed;
    bottom: 1rem;
    left: 0;
    width: 100%;
    border-radius: 0.15rem 0.15rem 0 0;
}

    .layui-m-layer1 .layui-m-anim-up.cost .layui-m-layercont {
        font-size: inherit;
        margin-bottom: 0;
    }


/*购买礼包弹层*/

.layui-m-layer1 .layui-m-anim-up.gift {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0.15rem 0.15rem 0 0;
}

    .layui-m-layer1 .layui-m-anim-up.gift .layui-m-layercont {
        font-size: inherit;
        margin-bottom: 0;
    }


/*积分明细*/

.integral_detail h2 {
    color: #333;
    font-size: 0.3rem;
    height: 1rem;
    padding: 0 0.3rem;
    line-height: 1rem;
}

.integral_detail ul {
    background-color: #fff;
}
.integral_detail section{
    display: inline-block;
}
.integral_detail li {
    padding: 0.2rem 0.3rem;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.5rem;
    color: #a8a8a8;
}

.integral_detail li.noflex {
    display: block;
}

.integral_detail li .headbox {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}

    .integral_detail li:first-child {
        border-top: none;
    }


/*卡券明细*/

.ticket_list {
    padding: 0.2rem;
}

    .ticket_list .item {
        border: 1px solid #e0e0e0;
        border-radius: 0.08rem;
        background-color: #fff;
        position: relative;
        margin-top: 0.2rem;
    }

        .ticket_list .item:first-child {
            margin-top: 0;
        }

        .ticket_list .item section {
            display: flex;
            align-items: flex-end;
            position: relative;
            overflow: hidden;
            padding: 0 0.3rem;
        }

        .ticket_list .item .price {
            color: #f55;
            font-size: 0.8rem;
        }

        .ticket_list .item .info {
            flex: 1;
            color: #8f8f8f;
            line-height: 0.4rem;
            padding: 0.2rem 0.4rem;
        }

            .ticket_list .item .info h2 {
                font-size: 0.3rem;
                color: #333;
            }

        .ticket_list .item .state {
            position: absolute;
            right: -0.2rem;
            top: 0;
            line-height: normal;
        }

            .ticket_list .item .state:before {
                font-size: 1rem;
                color: #dbdbdb;
            }

        .ticket_list .item .btn {
            display: block;
            height: 0.8rem;
            line-height: 0.8rem;
            text-align: center;
            color: #00bc71;
            font-size: 0.3rem;
            position: relative;
        }

            .ticket_list .item .btn:before {
                height: 1px;
                border-top: 1px dashed #e0e0e0;
                content: "";
                position: absolute;
                left: 0.3rem;
                right: 0.3rem;
                top: 0;
                overflow: hidden;
            }

            .ticket_list .item .btn:active {
                background-color: #f5f5f5;
            }

        .ticket_list .item:before,
        .ticket_list .item:after {
            width: 0.15rem;
            height: 0.3rem;
            border-radius: 0 0.3rem 0.3rem 0;
            content: "";
            display: block;
            background-color: #f5f5f5;
            position: absolute;
            left: -1px;
            bottom: 0.65rem;
            border: 1px solid #e0e0e0;
            border-left-color: #f5f5f5;
        }

        .ticket_list .item:after {
            border-radius: 0.3rem 0 0 0.3rem;
            left: auto;
            right: -1px;
            border: 1px solid #e0e0e0;
            border-right-color: #f5f5f5;
        }

        .ticket_list .item.disabled .price,
        .ticket_list .item.disabled .info,
        .ticket_list .item.disabled .info h2,
        .ticket_list .item.disabled .btn {
            color: #c2c2c2;
            pointer-events: none;
        }


/*礼包订单*/

.gift_orders li {
    padding: 0.3rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    background-color: #fff;
}

    .gift_orders li:last-child {
        border-bottom: 0;
    }

    .gift_orders li .img {
        width: 1.8rem;
        height: 1.8rem;
    }

    .gift_orders li section {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0.2rem;
    }

        .gift_orders li section p {
            color: #999;
            flex-grow: 2;
        }

/*提示页*/

.tip_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
}

    .tip_page i {
        font-size: 2rem;
    }

        .tip_page i.mticon_chenggong {
            color: #00bc71;
        }

        .tip_page i.mticon_shibai {
            color: #f55;
        }

    .tip_page h2 {
        font-size: 0.4rem;
        color: #333;
        margin: 0.3rem 0;
        font-weight: bold;
    }

    .tip_page p {
        font-size: 0.28rem;
        color: #8f8f8f;
        margin-bottom: 0.5rem;
    }

    .tip_page a {
        background-color: #00bc71;
        color: #fff;
        line-height: 0.9rem;
        border-radius: 0.05rem;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 0.34rem;
    }


/*储值*/

.store_value_hd {
    background: url("../images/cz_bg.png") no-repeat left top/100% auto;
    border-radius: 0.08rem;
    height: 3rem;
    margin: 0.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
}

    .store_value_hd > div {
        width: 50%;
    }

    .store_value_hd var {
        font-size: 0.36rem;
    }

    .store_value_hd em {
        font-size: 0.6rem;
    }

    .store_value_hd a {
        display: inline-block;
        width: 1.3rem;
        line-height: 0.6rem;
        border: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-radius: 0.08rem;
        font-size: 0.3rem;
        text-align: center;
    }
    .nav {
        display: flex;
        justify-content: space-around;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
    }
    .nav .item{
        display: inline-block;
        padding: 0.15rem 0.3rem;
        font-size: 0.3rem;
        border-bottom: 2px solid #ffffff;
    }
    .nav .item.active{
        color: #00bc71;
        font-weight: bold;
        border-bottom: 2px solid #00bc71;
    }

.recharge_page {
    background-color: #fff;
    padding: 0.3rem;
}

    .recharge_page h2 {
        color: #757575;
    }

    .recharge_page > div {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

        .recharge_page > div var {
            font-size: 0.4rem;
        }

        .recharge_page > div input {
            height: 0.9rem;
            flex: 1;
            padding: 0 0.1rem;
            border: none;
            font-size: 0.4rem;
        }

        .recharge_page > div a {
            width: 49%;
            border: 1px solid #ccc;
            border-radius: 0.08rem;
            padding: 0.2rem 0.3rem;
            margin-top: 0.2rem;
            position: relative;
            overflow: hidden;
        }

        .recharge_page > div h3 {
            font-size: 0.34rem;
            font-weight: bold;
        }

        .recharge_page > div a:active {
            color: #00bc71;
            border-color: #00bc71;
        }

        .recharge_page > div span {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.24rem;
            height: 0.4rem;
            background-color: #00bc71;
            color: #fff;
            padding: 0 0.1rem;
            border-radius: 0 0 0 0.2rem;
        }

            .recharge_page > div span:before {
                position: absolute;
                left: -0.2rem;
                top: 0;
                content: "";
                width: 0.2rem;
                height: 0.2rem;
                background-color: #fff;
                border-radius: 0rem 0.2rem 0rem 0;
                z-index: 2;
            }

            .recharge_page > div span:after {
                position: absolute;
                left: -0.2rem;
                top: 0;
                content: "";
                width: 0.2rem;
                height: 0.2rem;
                background-color: #00bc71;
                z-index: 1;
            }

.recharge_btn {
    margin-top: 1rem;
    padding: 0 0.5rem;
}

    .recharge_btn a {
        background-color: #00bc71;
        color: #fff;
        line-height: 0.9rem;
        border-radius: 0.05rem;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 0.34rem;
    }


/*我要评论*/
.comment_page .info {
    background-color: #fff;
    padding: 0.3rem 0.3rem 0.3rem 0.7rem;
    color: #757575;
    display: flex;
    flex-wrap: wrap;
}

    .comment_page .info h2 {
        font-size: 0.38rem;
        color: #333;
        position: relative;
        margin-bottom: 0.2rem;
        width: 100%;
    }

        .comment_page .info h2:before {
            width: 0.05rem;
            background-color: #00bc71;
            border-radius: 0.2rem;
            content: "";
            position: absolute;
            left: -0.4rem;
            top: 20%;
            height: 60%;
        }

    .comment_page .info figure {
        width: 2.5rem;
        height: 1.875rem;
        margin-right: 0.2rem;
        flex-shrink: 0;
    }

        .comment_page .info figure img {
            width: 100%;
            height: 100%;
        }

    .comment_page .info > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        font-size: 0.26rem;
        word-break: break-all;
    }

.comment_page .rating_box {
    background-color: #fff;
    padding: 0.2rem;
    font-size: 0.3rem;
}

    .comment_page .rating_box h2 {
        width: 100%;
        color: #757575;
    }

.comment_page .rating {
    padding: 0 0.5rem;
    display: flex;
    margin-top: 0.1rem;
}

    .comment_page .rating span {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }

        .comment_page .rating span:before {
            font-family: "iconfont";
            font-size: 0.6rem;
            color: #a8a8a8;
            content: "\e048";
        }

        .comment_page .rating span.active:before {
            color: #00bc71;
            content: "\e047";
        }


.comment_page textarea.text {
    line-height: 0.4rem;
    height: 2.4rem;
    width: 100%;
    border: none;
    padding: 0.2rem;
    background-color: #fff;
}

.comment_page .btn {
    background-color: #00bc71;
    color: #fff;
    line-height: 0.9rem;
    border-radius: 0.05rem;
    text-align: center;
    font-size: 0.34rem;
    margin: 0.5rem 0.2rem 0;
    width: calc(100% - 0.4rem);
}


/*==========底部弹出选择弹层==========*/
.picker-modal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    z-index: 11500;
    display: none;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    background: #cfd5da;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

    .picker-modal.modal-in, .picker-modal.modal-out {
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

    .picker-modal.modal-in {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .picker-modal .bar {
        height: 1rem;
        background-color: #fff;
        padding: 0 0.1rem;
    }

        .picker-modal .bar .button {
            border: 1px solid #0894ec;
            color: #0894ec;
            text-align: center;
            display: block;
            border-radius: 0.05rem;
            line-height: 0.6rem;
            padding: 0 0.3rem;
            height: 0.6rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 0.26rem;
            font-family: inherit;
            margin-top: 0.2rem;
        }

            .picker-modal .bar .button.pull-left {
                margin-right: 0.3rem;
                float: left;
            }

            .picker-modal .bar .button.pull-right {
                margin-left: 0.3rem;
                float: right;
            }

        .picker-modal .bar .button-link {
            top: 0;
            font-size: 0.26rem;
            line-height: 0.6rem;
            height: 0.6rem;
            color: #0894ec;
            border: 0;
        }

        .picker-modal .bar .title {
            font-size: 0.3rem;
            text-align: center;
            white-space: nowrap;
            position: absolute;
            left: 1rem;
            right: 1rem;
            top: 0;
            line-height: 1rem;
        }

    .picker-modal .picker-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
        text-align: right;
        font-size: 0.4rem;
        -webkit-mask-box-image: -webkit-linear-gradient(bottom,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);
        -webkit-mask-box-image: linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);
        position: relative;
        height: 4rem;
    }

.picker-items-col {
    overflow: hidden;
    position: relative;
    max-height: 100%;
}

    .picker-items-col.picker-items-col-center {
        text-align: center;
    }

.picker-items-col-wrapper {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .picker-items-col-wrapper .picker-item {
        height: 0.7rem;
        line-height: 0.7rem;
        padding: 0 0.2rem;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999;
        left: 0;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .picker-items-col-wrapper .picker-item.picker-selected {
            color: #3d4145;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
        }

.picker-center-highlight {
    height: 0.7rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none;
}

    .picker-center-highlight:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        height: 1px;
        width: 100%;
        background-color: #bbb;
        display: block;
        z-index: 15;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    .picker-center-highlight:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: auto;
        top: auto;
        height: 1px;
        width: 100%;
        background-color: #bbb;
        display: block;
        z-index: 15;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
/*服务协议*/
.service_agreement li {
    border-bottom: 1px solid #f5f5f5;
}

    .service_agreement li .hd {
        display: flex;
        padding: 0.2rem;
        justify-content: space-between;
        align-items: center;
        color: #ccc;
    }

        .service_agreement li .hd h2 {
            color: #00bc71;
            font-size: 0.28rem;
            line-height: normal;
        }

    .service_agreement li .cont {
        display: none;
        background-color: #f5f5f5;
        padding: 0.2rem;
        font-size: 0.26rem;
        color: #666;
    }

        .service_agreement li .cont p {
            display: flex;
        }

            .service_agreement li .cont p + p {
                margin-top: 0.1rem;
            }

        .service_agreement li .cont span {
            width: 0.32rem;
            height: 0.32rem;
            background-color: #00bc71;
            color: #fff;
            border-radius: 1000px;
            display: flex;
            font-size: 0.2rem;
            align-items: center;
            justify-content: center;
            margin-right: 0.1rem;
            flex-shrink: 0;
            margin-top: 0.02rem;
        }
/*预入住*/
.select_room {
    background-color: #fff;
    display: flex;
    padding: 0.2rem;
    font-size: 0.26rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

    .select_room span {
        flex: 1;
    }

    .select_room p {
        flex: 2;
        color: #00bc71;
        word-break: break-all;
        font-size: 0.3rem;
    }

    .select_room i {
        color: #ccc;
    }

.tenant_info_wrap {
    margin-top: 0.2rem;
    background-color: #fff;
}

    .tenant_info_wrap [class*="head"] {
        display: flex;
        justify-content: space-between;
        padding: 0.1rem 0.2rem;
        align-items: center;
        min-height: 0.7rem;
    }

    .tenant_info_wrap .head {
        background-color: #00bc71;
        color: #fff;
    }

    .tenant_info_wrap .sub_head {
        background: #f5f5f5;
    }

    .tenant_info_wrap [class*="head"] .btn {
        background-color: #10d486;
        color: #fff;
        height: 0.5rem;
        padding: 0 0.2rem;
        border-radius: 0.08rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tenant_info_wrap [class*="head"] span {
        font-weight: bold;
        font-size: 0.26rem;
    }

    .tenant_info_wrap .content {
        border-bottom: 1px solid #e0e0e0;
    }

    .tenant_info_wrap .item {
        display: flex;
        padding: 0 0.2rem;
        align-items: center;
    }

        .tenant_info_wrap .item + .item {
            border-top: 1px solid #f5f5f5;
        }

        .tenant_info_wrap .item span {
            flex-shrink: 0;
            width: 1.6rem;
            color: #757575;
        }

        .tenant_info_wrap .item input {
            flex: 1;
            width: 100%;
            border: none;
            height: 0.8rem;
            padding: 0 0.1rem;
        }
.select_room_numbers {
    font-size: 0.34rem;
    color: #00bc71;
    font-weight: bold;
    padding: 0 0.05rem;
}
.room_number_list {
    height: calc(100% - 0.8rem);
    overflow: auto;
}
    .room_number_list .room_type_item {
        padding: 0.1rem;
    }

        .room_number_list .room_type_item .room_type_name {
            height: 0.5rem;
            font-size: 0.28rem;
        }
        .room_number_list .room_type_item .room_item {
            display: inline-block;
            width: 18%;
            margin: 0;
            padding: 0;
            margin-left: 2.5%;
            margin-bottom: 0.2rem;
            text-align: center;
            color: #00bc71;
            border: 1px solid #00bc71;
            font-size: 0.32rem;
            height: 0.8rem;
            line-height: 0.8rem;
            box-sizing: border-box;
        }
        .room_number_list .room_type_item .room_item:nth-child(5n+1){
            margin-left: 0;
        }
        .room_number_list .room_type_item .room_item.selected {
            background: #00bc71;
            color: #ffffff;
        }