/*#region header */
.header {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 .3rem;
    height: 1.1rem;
    border-bottom: 1px solid #e5e5e5;
    z-index: 5;
}

    .header .m-position {
        height: 1.1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

.header-left {
    width: 1.84rem;
    height: .4rem;
}

    .header-left .meb-logo {
        width: 100%;
        height: 100%;
        background: url(../image/m_logo.png)no-repeat center left;
        background-size: contain;
    }

.header-center {
}

.header-search {
    width: 4.54rem;
    margin-right: .1rem;
    margin-left: .1rem;
    height: .66rem;
    background: #F1F1F1;
    padding: 0 .1rem;
    border-radius: 1rem;
}

.header-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-icon-search {
    display: block;
    width: .4rem;
    height: .4rem;
    margin-right: .1rem;
    flex-shrink: 0;
    display: inline-block;
    background: url(../image/icon_search.png) no-repeat scroll center center;
    background-size: contain;
}

.search-tip {
    color: #ABABAB;
    font-size: .24rem;
    line-height: 0.66rem;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header-right {
}

.zx-logo {
    width: .56rem;
    height: .56rem;
    background: url(../image/head_btn_message.png)no-repeat center right;
    background-size: contain;
}


input[type=search] {
    text-align: left;
}

.search-public {
    display: none;
    position: fixed;
    z-index: 1000000;
    order: 1;
    top: 0;
    width: 7.5rem;
    height: 100vh;
    background: #fff;
}

#ad-banner .swiper-slide {
    background: transparent;
}
/*#endregion */
