.zx-mobile-search-icon{
    width: 24px;
    height: 24px;
    display: block;
    top: 13px;
    color: #666666;
    right: 136px;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    display: none;
}
.zx-mobile-search-icon > i{
    font-size: 24px;
}
.xz-list-nav{
    width: 100%;
    position: relative;
    background: #F8F8F8;
    padding: 78px 0 28px 0;
}
.xz-list-nav > .list-nav-content{
    height: 40px;
    display: block;
}
.xz-list-nav > .list-nav-content > .list-nav-left{
    float: left;
}
.xz-list-nav > .list-nav-content > .list-nav-left > .xuanzhi-logo{
    float: left;
    display: block;
    width: 128px;
    height: 40px;
    margin-right: 40px;
}
.xz-list-nav > .list-nav-content > .list-nav-left > .xuanzhi-logo > img{
    width: 100%;
    height: 100%;
    display: block;
}
.xz-list-nav > .list-nav-content > .list-nav-left > ul{
    float: left;
}
.xz-list-nav > .list-nav-content > .list-nav-left > ul > li{
    float: left;
    line-height: 40px;
    margin-right: 36px;
}
.xz-list-nav > .list-nav-content > .list-nav-left > ul > li > a{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
.xz-list-nav > .list-nav-content > .list-nav-left > ul > li.active > a{
    color: #1F6CDD;
}
.xz-list-nav > .list-nav-content > .list-nav-right{
    float: right;
    padding: 4px 0;
    position: relative;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .nav-search-input > .common-input{
    width: 260px;
    padding-right: 30px;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .nav-search-input.hover > .common-input{
    border-color: #468EEB;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .nav-search-input > .clear-button{
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: 9px;
    right: 8px;
    color: #999999;
    cursor: pointer;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown{
    width: 260px;
    position: absolute;
    top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(29,33,38,0.1);
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 0;
    max-height: 216px;
    overflow: auto;
    display: none;
    z-index: 50;
}
/* .xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown::before{
    position: sticky;
    top: 0;
    width: 100%;
    height: 4px;
    background: #ffffff;
    z-index: 3;
    content: "";
    display: block;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown::after{
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #ffffff;
    z-index: 3;
    content: "";
    display: block;
} */
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .history-search{
    display: none;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .history-search > .history-search-title{
    padding: 0 16px;
    line-height: 30px;
    color: #BBBBBB;
    font-size: 14px;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .history-search > .history-search-title > i{
    float: right;
    color: #BBBBBB;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: 7px;
    cursor: pointer;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .history-search > .history-search-content{
    padding: 0 16px;
    overflow: hidden;
    margin-top: 4px;
    max-height: 96px;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .history-search > .history-search-content > .history-search-item{
    float: left;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 0 7px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    display: block;
    max-width: 100%;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .history-search > .history-search-content > .history-search-item:hover{
    background: #1F6CDD;
    border-color: #1F6CDD;
    color: #FFFFFF;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .input-search-content{
    margin-top: -4px;
    display: none;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .input-search-content > .input-search-item{
    height: 30px;
    padding: 0 16px;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    margin-top: 4px;
}
.xz-list-nav > .list-nav-content > .list-nav-right > .input-search-dropdown > .input-search-content > .input-search-item > em{
    color: #FFAA00;
}
.xz-mobile-nav{
    padding: 8px 16px;
    position: relative;
    position: fixed;
    top: 44px;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    background: #ffffff;
}
.xz-mobile-nav.hide{
    display: none;
}
.xz-mobile-nav > .mobile-search-icon{
    position: absolute;
    top: 20px;
    left: 28px;
    width: 16px;
    height: 16px;
    color: #BBBBBB;
}
.xz-mobile-nav > .xz-mobile-input{
    height: 40px;
    width: 100%;
    border: 0;
    background: #F2F2F2;
    border-radius: 4px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    font-size: 14px;
}
.xz-mobile-nav > .clear-button{
    height: 16px;
    width: 16px;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 28px;
    color: #999999;
    cursor: pointer;
}
.xz-common-mobile-search > .xz-mobile-search-content{
    /* min-height: 100vh; */
    min-height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding-top: 100px;
    position: relative;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-history-nodata{
    padding: 24px 16px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 3;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-history-content{
    padding: 16px;
    display: none;
    position: relative;
    z-index: 3;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-history-content > .mobile-history-title{
    font-size: 14px;
    font-weight: bold;
    color: #1D2126;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 16px;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-history-content > .mobile-history-title > i{
    float: right;
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-top: 2px;
    color: #BBBBBB;
    cursor: pointer;
    line-height: 18px;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-history-content > .mobile-history-list{
    overflow: hidden;
    max-height: 132px;
    margin-bottom: 16px;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-history-content > .mobile-history-list > .mobile-history-item{
    float: left;
    padding: 6px 16px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    background: #F2F2F2;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-search-list{
    display: none;
    position: relative;
    z-index: 3;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-search-list > .mobile-search-item{
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #1D2126;
    line-height: 24px;
    cursor: pointer;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-search-list > .mobile-search-item:hover{
    background: #F8F8F8;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-search-list > .mobile-search-item > em{
    color: #FFAA00;
}
.xz-common-mobile-search > .xz-mobile-search-content > .mobile-search-white{
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (min-width: 1280px) {
    /* PC端适配区间 */
    .xz-mobile-nav{
        display: none;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    /* 平板设备适配区间，导航收起 */
    .xz-mobile-nav{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-mobile-nav{
        display: none;
    }
    .xz-list-nav > .list-nav-content > .list-nav-left > .xuanzhi-logo{
        margin-right: 32px;
    }
    .xz-list-nav > .list-nav-content > .list-nav-left > ul > li{
        margin-right: 24px;
    }
    .xz-list-nav > .list-nav-content > .list-nav-right > .nav-search-input > .common-input{
        width: 220px;
    }
    .xz-list-nav > .list-nav-content > .list-nav-right > .common-btn{
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-list-nav{
        display: none;
    }
    .zx-mobile-search-icon{
        display: block;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-mobile-nav{
        padding-left: 24px;
        padding-right: 24px;
    }
    .xz-mobile-nav > .mobile-search-icon{
        left: 36px;
    }
    .xz-mobile-nav > .clear-button{
        right: 36px;
    }
    .zx-mobile-search-icon{
        right: 144px;
    }
}