#mobile-top-bar{
    width: 100%;
    height: 59px;
    background-color: #020019;
    /*text-align: center;*/
    position: relative;
    box-sizing: border-box;
    padding: 0 4px 0 12px;
    /* border: 1px solid #f00; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#mobile-top-bar *{
    box-sizing: border-box;
}
.mobile-nav-menu{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    /* border: 1px solid #f00; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#mobile-top-bar .left,
#mobile-top-bar .right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* #mobile-top-bar .mobile-menu-btn{
    right: 10px;
} */
/* #mobile-top-bar .mobile-menu-btn .totalcount{
    right: 3px;
    top: 2px;
} */
#mobile-top-bar .nav-search-btn{
    /*left: 10px;*/
    right:50px;
}
#mobile-top-bar #checkIn-mobile{
    right: 90px;
    top: 17px;
    font-size: .8em;
    color: #ff6d00;
    border: solid 1px #ff6d00;
    border-radius: 3px;
    height: 1.2em;
    line-height: 1.2em;
}
#mobile-top-bar .mobile-nav-col{
    color: var(--color-primary);
    display: inline-block;
    border-left: 1px #fff solid;
    padding-left: 9px;
    margin-left: 16px;
}
#mobile-menu-fixed, #mobile-search-fixed{
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 9999;
    display: none;
    background-color: rgba(85, 85, 85, 0.6);
    border-radius: 50%;
}
#mobile-search-fixed{
    left: 10px;
}
#mobile-top-bar .mobile-logo{
    height: 100px;
    height: 33px;
}
.mobile-nav-menu.active{
    background-color: transparent;
    color: #fff;
}
#mobile-menu-cancel{
    position: fixed;
    /* top: 10px;
    right: 10px; */
    top: 24px;
    right: 0;
    z-index: 99999;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    color: #333;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    /* border: 1px solid #000; */
}
#mobile-menu-body{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
    box-sizing: border-box;
}
#mobile-menu-body *{
    box-sizing: border-box;
}

#mobile-menu-body.active{
    display: block;
}
#mobile-menu-body, #mobile-menu-body .icon-close {
    color: #000;
    font-size: 15px;
}
#mobile-menu-body .menu-list{
    margin-top: 60px;
    margin-bottom: 50px;
}
.figure-list{
    margin: 0;
    padding: 0;
    width: 100%;
}
.figure-list:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.figure-list li{
    list-style: none;
    float: left;
}
.col-3 li{
    width: 30%;
    margin-left:2.4%;
}
.col-2 li{
    width: 45.5%;
    margin-left:3%;
}
.figure-list .item-block{
    width: 100%;
    overflow: hidden;
    margin: 0;
    background-color: #434343;

}
.figure-list .item-block a{
    outline: none;
    display: block;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.figure-list .item-block a:focus{
    outline: none;
}
.figure-list .item-block a:active{
    background-color: #999;
}
.mobile-menu-header .item-block a,.mobile-menu-footer .item-block a{
    padding: 10px 0;
}
.mobile-menu-cate{
    margin-top: 5px;
}
.mobile-menu-cate .figure-list li{
    margin-top: 10px;
}
.mobile-menu-cate .item-block a{
    padding: 2px 0;
}
.header-menu-item .title-icon{
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    background-color: #666;
    border-radius: 50%;
    color: #428bca;
}
.mobile-menu-header a span{
    margin: 0 2px;
}
.mobile-menu-cate .header-menu-item span{
    display: inline-block;
    margin: 5px 0;
}
.mobile-menu-footer{
    margin-top: 15px;
}
.mobile-menu-footer .figure-list .item-block{
    background-color: #000;
}

.mobile-userinfo .username{
    float: left;
    margin-left: 2.5%;
}
.mobile-userinfo .logout-link{
    float: right;
    margin-right: 2.6%;
}
.mobile-user-menu{
    padding: 15px 10px;
    background-color: #222;
    margin: 10px 2.4%;
}
.mobile-user-menu ul{
    margin: 0;
}
.mobile-link-list li{
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}
.mobile-message-count{
    display: none;
    color: #ff2412;
}
#mobile-search-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    box-sizing: border-box;
}
#mobile-search-wrapper * {
    box-sizing: border-box;
}
#mobile-search-wrapper.active{
    display: block;
}
@media (max-width:800px){
    #mobile-search-wrapper .search-form{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* padding: 0; */
        /* border-bottom: 1px solid #ccc; */
        /* height: 50px; */
        /* box-shadow: 0 2px 4px #ccc; */
        /* margin-top:40px; */
        background-color: #fff;
        padding: 16px 16px;
        height: auto;
        /* padding-bottom: 32px; */
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .search-block{
        flex: 1 0 auto;
        /*border-radius: 0;*/
        background-color: transparent;
        /* margin-left: 20px; */
        /* border: 1px solid #000; */
        height: 38px;
        background: #F3F5F7;
        border-radius: 2px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .search-block .search-btn{
        width: 38px;
        height: 38px;
        /* border: 1px solid #000; */
    }
    .search-block .search-input{
        padding-left: 12px;
        padding-right: 12px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }
    .search-cancel-btn{
        color: #999;
        /* float: right; */
        /* line-height: 30px; */
        /* margin-top: 10px; */
        /* padding: 0 10px; */
    }
    .search-form .search-suggest-block{
        top: 50px;
        box-shadow: none;
        width: 100%;
        margin-left: 1px;
    }
    .search-form .search-suggest-list{
        width: 100% !important;
    }
    .notify-block .search-form{
        width: 100%;
        padding: 0;
    }
    .notify-block .search-block{
        width: 90%;
        margin: 0 auto;
    }
    .notify-block .search-block .search-input{
        padding-left: 40px;
        padding-right: 10px;
    }
    .notify-block .search-block .search-btn{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}