/* pages/Detailed/Detailed.wxss */
html {
    height: 100%;
}
body{
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
}
header, section, footer {
    position: relative;
}
html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}
a{
    text-decoration: none;
    color:#374782;
}
.head{
    width: 100%;
    padding:4% 0 4%;
    background: #3383F2;
    text-align: center;
    color: #f8f8f8;
    position: relative;
    font-size: 15px;
}
.back{
    position: absolute;
    left: 5%;
    /* top: 50%; */
    color: #f8f8f8;
}
.point{
    padding: 6% 5%;
}
.content form input:not(:nth-child(11)){
    border: 0;
    border-bottom: 1px solid #c3c3c5;
}
.content .chongzhi-h{
    position: relative;
    width: 100%;
    height: 21rem;
}
.content form{
    width: 100%;
    height: 35.21%;
}
.search{
    background: #fff;
    position: relative;
    height: 50px !important;
}
.search-txt{
    position: absolute;
    left: 1rem;
    right: 60px;
    margin-top: 8px;
    height: 34px;
    border-radius: 34px;
    background-color: #f3f3f3;
}
.search-txt>img:first-child {
    float: left;
    padding-top: 7px;
    height: 20px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.search-txt>input {
    position: absolute;
    left: 40px;
    right: 50px;
    margin-top: 8px;
    height: 18px;
    line-height: 18px;
    color: #999;
    font-size: 14px;
    outline: none;
    background: #f3f3f3;
}
.search .right{
    float: right;
    width: 50px;
    line-height: 50px;
    color: rgb(51,131,242);
    font-size: 16px;
    text-align: center;
}
.message{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 20px;
}
.content .button-block{
    position: absolute !important;
    bottom: 60px !important;
    width: 100% !important;
    text-align: center !important;
    height: auto !important;
}
.button-block .scan{
    width: 60%;
    height: 3rem;
    border-radius: 3rem;
    background: #3383F2;
    color: #ffffff;
    font-size: 17px;
    margin: auto;
    display: inline-block;
}
.button-block > img{
    vertical-align: middle;
    width: 2rem;
}
.button-block .scan img{
    width: 1rem;
    vertical-align: middle;
}
.button-block .scan span{
    margin-left: 1rem;
    line-height: 3rem;
}
hr{
    background-color: #c3c3c5;
    height: 1px;
    margin: 5px 0 5px 0;
    border: 0;
    clear: both;
}

.content{
    -webkit-box-flex: 1;
}

.wrap{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    background: #f3f3f3;
    margin-top: -1px;
    position: relative;
    font-size: 12px;
    color: #909090;
}
.wrap > section{
    height:  calc(100% - 50px);
    overflow: auto
}
.bd-wrap{
    position: relative;
    /*height: 5rem;*/
    height: 1rem;
    margin-top: -1px;
}
.bd-wrap-mine{
    height: 5rem;
}
.bd-wrap > div{
    width: 100%;
    position: absolute;
    top: 1rem;
}
.coupon-block{
    margin: auto;
    background: #ffffff;
    margin: auto;
    line-height: 3rem;
    width: 90%;
    border-radius: 10px;
    text-align: center;
}
.coupon-block div{
    display: inline-block;
}
.coupon-block .coupon, .coupon-block .remain{
    width: 48%;
}
.coupon-block .split{
    border-left: 1px #f3f3f3 solid;
    height: 2rem;
    vertical-align: middle;
}
.order-block,.function-block,.ad-block{
    width: 90%;
    margin: auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 10px 10px 10px;
}
.ad-block{
    padding: 10px 10px 10px 10px;
}
.order-block .t,.function-block .t{
    line-height: 40px;
}
.order-block .t .my-order, .function-block .t .f{
    font-size: 15px;
    font-weight: bold;
}
.order-block .t .view-all{
    float: right;
}
.order-block .d,.function-block .d{
    display: flex;
    flex-wrap: wrap;
}
.order-block .d .d-item{
    width: 25%;
    text-align: center;
}
.function-block .d .d-item{
    width: 25%;
    text-align: center;
}
.order-block .d .d-item .item_img,.function-block .d .d-item .item_img{
    width: 40px;
    padding: 7px;
    margin: auto;
}
.order-block .d .d-item span,.function-block .d .d-item span{
    display: block;
}
#footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    /* height: 50px; */
    background-color: #fff;
    z-index: 99;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: #f3f3f3 1px solid;
}
footer .menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: auto 24px;
}
footer .menu:nth-child(1) {
    background-image: url(../images/home.png);
}
footer .menu:nth-child(1).active {
    color: rgb(51,131,242);
    background-image: url(../images/home_active.png);
}
footer .menu:nth-child(2) {
    background-image: url(../images/mine.png);
}
footer .menu:nth-child(2).active {
    color: rgb(51,131,242);
    background-image: url(../images/mine_active.png);
}
.content{
    height: 100%;
}
#allmap{
    width:100%;
    height: 100%;
}
.user-info{
    position: relative;
}
.user-bar{
    position: absolute !important;
    width: 100%;
    text-align: center;
    bottom: 0rem;
}
.user-img{
    margin-bottom: 10px;
}
.user-img img{
    margin: auto;
    width: 100px;
}
.aui-list .user-img {
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin-right: .6rem;
}
.bg-wrap{
    position: relative;
    margin-top: -1px;
}
#phone,#nickname{
    color: #fff;
    font-size: 15px;
}
#login-btn > a{
    color: #fff;
    font-size: 15px;
}
.block {
    background-color: #fff;
}

.h10 {
    height: 1rem;
}
.h1 {
    height: 1px;
    margin-left: 15px;
    background: #f0f0f0;
}
.item {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background-color: #fff;
}
.item_ico {
    float: left;
    width: 40px;
    padding: 10px 10px 10px 0;
}
.item  span {
    display: inline-block;
}
.item_arrow {
    float: right;
    width: 15px;
    padding:10px 0px 10px 0;
}
.logout{
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
}
.search-item{
    width: 90%;
    background: #fff;
    margin: 0.5rem auto;
    display: flex;
    border-radius: 10px;
    padding: 0.5rem;
}
.search-item .name span{
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
}
.search-item .address  span{
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
}
.search-item .thumb{
    width: 80px;
    height: 100px;
}
.search-item .location{
    width: 15px;
    height: 20px;
    margin: 35px 0px;
}
.search-item .middle{
    position: relative;
    width:calc(100% - 110px);
    padding-left: 10px;
}
.search-item .tag{
    position: absolute;
    bottom: 0.6rem;
}
.search-item .tag span{
    border: 1px #666 solid;
    margin: 5px 5px 0px 0;
    border-radius: 5px;
    padding: 3px;
    font-size: 8px;
    display: inline-block;
}
.content .order-status{
    display: flex;
    text-align: center;
    background: #fff;
    /*font-weight: bold;*/
}
.content .order-status .active{
    color: #3383F2;
    border-bottom: #3383F2 solid 3px;
}
.content .order-status div{
    width: 33%;
    line-height: 2rem;
    color: #000;
}
.myorder-item{
    background: #fff;
    padding: 0.5rem 1rem;
}
.fr{
    float: right;
}
.myorder-item .line-1{
    line-height: 2rem;
}
.myorder-item .line-2 img{
    width: 4rem;
    height: 4rem;
}
.myorder-item .line-2 div span{
    display: block;
    text-align: right;
    line-height: 2rem;
}
.myorder-item .line-3{
    line-height: 2rem;
    height: 2rem;
    text-align: right;
}
.myorder-item .line-3 .pay-money{
    color: #0C0C0C;
    font-weight: bold;
}
.hotel-name{
    background: #fff;
    padding: 0.5rem 1rem;
    height: 80px;
}
.hotel-name .name{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.hotel-name>div{
    width: 100%;
}
.hotel-name div{
    display: inline-block;
    vertical-align: bottom;
}
.hotel-name div .location{
    width: 80%;
}
.hotel-name div .icon{
    width: 18%;
    text-align: center;
}
.hotel-name div img{
    width: 20px;
    vertical-align: middle;
    margin: auto;
}

.hotel-bed .bed {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding: 1rem;
}
.hotel-bed .bed .row-no{
    margin-right: 50px;
}
.hotel-bed .bed img{
    display: inline-block;
    width: 20px;
}
.content .user-info{
    background: #3383F2;
    padding: 1rem;
    height: 6rem;
}
.content .user-info span{
    display: block;
}
.content .user-info .nickname{
    font-size: 15px;
}
.content .user-info .user-no{
    color: #fff;
    font-size: 18px;
    line-height: 3rem;
}
.content .chongzhi-money{
    position: absolute;
    top: 5.5rem;
    width: 90%;
    left: 1rem;
    right: 1rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.content .chongzhi-money>div{
    width: 33.3%;
    text-align: center;
}
.content .chongzhi-money>div{
    margin: auto;
}

/* .content .chongzhi-money div > div {
    border: 1px solid #3383F2;
    margin: 8px;
    padding: 5px;
} */

.recharge-option-normal{
    border: 1px solid #3383F2;
    margin: 7px;
    padding: 5px;
}

.recharge-option-onclick{
    border: 1px solid #FFFF00;
    margin: 7px;
    padding: 5px;
}

.content .chongzhi-money div .money{
    font-size: 18px;
    display: block;
    color:  #3383F2;
    line-height: 2rem;
}
.lingyang-content{
    background: url('/images/lingyang.jpg');
    background-size:100% 100%;
    padding: 0 2rem;
}
.lingyang-content .title{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 6rem;
    color: rgb(215,96,0);
}

.lingyang-content .description{
    margin-top: 5rem;
    border: rgb(203,26,21) solid 1px;
    padding: 1rem;
    border-radius: 1rem;
}
.lingyang-content .description .d-title{
    line-height: 3rem;
    text-align: center;
    font-size: 16px;
    color: #f96f00;
}
.lingyang-content .description span{
    display: block;
    color: #f96f00;
    font-size: 14px;
    line-height: 3rem;
}
.wrap .lingyang-content{
    height: 100%;
}
.lingyang-btn{
    text-align: center;
    width: 100%;
    height: 3rem;
    border-radius: 1rem;
    margin: 1rem 0rem;
    background: rgb(215,96,0);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.hotel-info{
    background: #fff;
}
.hotel-info .hotel-n{
    font-weight: bold;
    line-height: 2rem;
    color: rgb(66,66,66);
    font-size: 16px;
    padding: 0 15px;
}
.hotel-info .bed-n{
    color: rgb(94,94,94);
    font-size: 12px;
    padding: 0 15px;
}
.line-block{
    width: 100%;
    vertical-align: middle;
}
.clock-choice{
    background: #fff;
    /* padding: 0.5rem 0rem 0rem; */
}
.pocket{
    width: 100%;
    background: #fff;
    margin: 0.5rem 0rem 0rem;
}
.bottom-area{
    font-size: 62.5%;
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 4rem;
    width: 100%;
    z-index: 2;
}
.bottom-area .btn-area{
    margin: 10px 15px;
    line-height: 60px;
}
.bottom-area .btn-area input{
    height: 60px;
    font-size: 18px;
}
.bottom-area .btn-area #money{
    font-size: 18px;
    color:rgb(247,97,106);
    margin-right: 10px;
}
.yaokong_bg{
    background-image: url(/images/yaokong_bg.jpg);
    background-size: 100% 100%;
    height: 100%;
}
.center-b{
    text-align: center;
    height: 300px;
}
.center-btns{
    position: relative;
    /*text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/
    width: 200px;
    height: 200px;
    display: inline-block;
    top: 90px;
}
.yijian{
    width: 80px;
    z-index: 10;
    top: 60px;
    left: 60px;
    position: absolute;
}
.yuan_bg{
    position: absolute;
    width: 200px;
    left: 0;
    pointer-events:none;
}
.youjian{
    position: absolute;
    top: 77px;
    z-index: 99;
    left: 140px;
    width: 40px;
}
.xiajian{
    position: absolute;
    top: 133px;
    z-index: 99;
    width: 40px;
    left: 77px;
}
.shangjian{
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 40px;
    left: 81px;
}
.zuojian{
    position: absolute;
    top: 77px;
    z-index: 99;
    left: 20px;
    width: 40px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.dingshitxt{
    position: absolute;
    left: 15px;
    top:20px;
    color: #ffffff;
}
.yinliangtxt{
    position: absolute;
    right: 15px;
    top:20px;
    color: #ffffff;
}
.middle-b{
    display: flex;
    padding: 20px 0px;
}
.dingshi,.voice{
    display: inline-block;
    width: 50%;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    margin: 0 20px;
    height: 35px;
}
.middle-b span{
    height: 35px;
    line-height: 35px;
}
.middle-b img{
    width: 25px;
    vertical-align: middle;
    padding: 5px;
}
#user-id{
    display: none;
}
.chongzhi-t{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 0 1rem 1rem;
}
.chongzhi-item{
    background: #fff;
    padding: 1rem;
}
.chongzhi-item img{
    width:45px;
}
.chongzhi-m
{
    display: inline-block;
    height: 45px;
    vertical-align: bottom;
    padding-left: 10px;
}
.chongzhi-m span{
    display: block;
    line-height: 23px;
}
.chongzhi-item .money-r{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.content .chongzhi-money > .chongzhi-btn{
    width: 94%;
}
.chongzhi-btn input{
    text-align: center;
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    margin: 1rem 0rem;
    background: #3383F2;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.no-more-order{
    margin: 5% 0%;
    text-align: center;
    font-size: 0.75rem;
}
.coupon-item{
    margin: 5px 10px;
    border-radius: 10px;
    background-image: linear-gradient(#3a7efd, #3366ff);
    padding: 10px;
    color: #fff;
    font-size: 12px;
}
.coupon-item > div{
    display: inline-block;
}
.coupon-item .it-l{
    border-right: 1px #efefef dashed;
    width: 70%;
}
.coupon-item .it-r{
    text-align: center;
    width: 28%;
    height: 80px;
    vertical-align: text-bottom;
}
.coupon-item .it-l >div> div{
    display: inline-block;
}
.discount-v{
    font-size: 40px;
}
.discount-t{
    font-size: 17px;
}
.discount-c{
    font-size: 12px;
}
.discount-ic{
    vertical-align: top;
    line-height: 40px;
}
.coupon-item .it-l > div{
    padding: 0px 20px;
}
.discount-des{
    padding: 0px 20px;
}
.coupon-item .it-r .liji{
    margin-top: 19px;
    display: block;
}
.no-coupon{
    text-align: center;
    padding-top: 5%;
    color: #D3D3D3;
    font-size: 1rem;
}

.no-adoption-record{
    margin: 5% 0%;
    text-align: center;
    font-size: 0.75rem;
}

.no-search-result{
    margin: 5% 0%;
    text-align: center;
    font-size: 1rem;
}

.phone-number{
    position: absolute;
    font-size: 1rem;
    top: 2.5rem;
    width: 90%;
    left: 1rem;
    right: 1rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    color: #3383F2;
}
.order-h{
    border: rgb(190,0,2) 1px solid;
    border-radius: 4px;
    color: #fff;
    background: rgb(190,0,2);
    font-size: 12px;
    padding: 2px 4px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
}

.pay-icon{
    width: 30px;
    margin-right: 15px;
    vertical-align: bottom;
}

.video-container{
    height: 8rem;
    width: 100%;
}

.video{
    height: 100%;
    width: 100%;
}

.order-bed-container{
    font-size: 16px;
    height: 100%;
    width: 100%;
}

.tips-container{
    height: 50%;
}

.actual-pay-text{
    font-size: 0.8rem;
}