.xz-common-header{
    width: 100vw;
    height: 50px;
    position: fixed;
    top: 0;
    background: #333333;
    z-index: 101;
}
.xz-common-header > .xz-common-header-content{
    height: 100%;
    position: relative;
}
.xz-common-header > .xz-common-header-content > .common-header-left{
    float: left;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 400px);
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content{
    overflow: hidden;
    height: 50px;
    white-space: nowrap;
    position: relative;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > .header-left-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 0;
    background: #333333;
    background: linear-gradient(90deg,#333333 0,#333333 40%,rgba(51,51,51,0) 100%);
    z-index: 6;
    color: #ffffff;
    cursor: pointer;
    display: none;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > .header-left-btn > i{
    font-size: 20px;
    position: relative;
    top: 10px;
    float: left;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > .header-right-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 0;
    background: #333333;
    background: linear-gradient(90deg,rgba(51,51,51,0) 0,#333333 60%,#333333 100%);
    z-index: 6;
    color: #ffffff;
    cursor: pointer;
    display: none;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > .header-right-btn > i{
    font-size: 20px;
    position: relative;
    top: 10px;
    float: right;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul{
    overflow: hidden;
    height: 50px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    font-size: 0;
    transition: left 0.2s;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul.is-right{
    left: auto;
    right: 0;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul > li{
    display: inline-block;
    line-height: 50px;
    margin-right: 20px;
    white-space: nowrap;
    font-size: 16px;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul > li > a{
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul > li > a.hover{
    color: #ffffff;
    font-weight: bold;
}
.xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul > li.active > a{
    color: #ffffff;
    font-weight: bold;
}
.xz-common-header > .xz-common-header-content > .common-header-right{
    float: right;
    display: none;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .login-btn{
    float: right;
    height: 30px;
    line-height: 28px;
    padding: 0 9px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
    display: none;
    width: 94px;
    text-align: center;
}
.xz-common-header > .xz-common-header-content > .common-header-right .login-in{
    display: none;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .login-btn.hover{
    background: #666666;
    border-color: #666666;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info{
    float: right;
    margin: 11px 0;
    cursor: pointer;
    width: auto;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info .common-badge{
    top: -6px;
    left: 28px;
    transform: translateX(-50%);
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > #login-in > .user-avatar{
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    float: left;
    position: relative;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > #login-in > .user-avatar > img{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > #login-in > .user-name{
    float: left;
    padding: 4px 0;
    height: 28px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    max-width: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > .user-dropdown-content{
    width: 162px;
    position: absolute;
    top: 34px;
    right: 40px;
    border-radius: 4px;
    padding-top: 24px;
    display: none;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info.hover > .user-dropdown-content{
    display: block;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info.hover > #login-in > .user-name{
    color: #FFFFFF;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > .user-dropdown-content > .user-dropdown-select{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(29,33,38,0.1);
    overflow: hidden;
    width: 162px;
    border-radius: 4px;
}

.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > .user-dropdown-content > .user-dropdown-select > .user-dropdown-item{
    height: 46px;
    line-height: 46px;
    position: relative;
    font-size: 14px;
    color: #333333;
    padding: 0 16px;
    cursor: pointer;
    display: block;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > .user-dropdown-content > .user-dropdown-select > .user-dropdown-item.hover{
    background: #FAFAFA;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .user-info > .user-dropdown-content > .user-dropdown-select > .user-dropdown-item > i{
    position: absolute;
    right: 16px;
    top: 16px;
    color: #BBBBBB;
    line-height: 16px;
}

.xz-common-header > .xz-common-header-content > .common-header-right > .header-button{
    float: right;
    height: 20px;
    line-height: 20px;
    margin-right: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    font-weight: bold;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .header-button.pointer.hover{
    color: #ffffff;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .header-button > i{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-top: 1px;
}
.xz-common-header > .xz-common-header-content > .common-header-right > .header-right-message{
    position: absolute;
    left: calc(100% + 10px - 40px);
    background: #F25041;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    top: 15px;
    font-size: 12px;
    white-space: nowrap;
}

.xz-common-header > .xz-common-header-content > .common-header-right > .header-right-message-index{
    position: absolute;
    left: calc(100% + 10px - 40px);
    background: #F25041;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    top: 20px;
    font-size: 12px;
    white-space: nowrap;
}

.xz-common-header > .xz-common-header-content > .common-header-right > .header-right-message::before{
    position: absolute;
    width: 2px;
    height: 4px;
    left: -2px;
    top: 50%;
    margin-top: -2px;
    content: "";
    display: block;
    background: url('../../images/user_message@2x.png') no-repeat;
    background-size: 100% 100%;
}
.xz-mobile-header{
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    background: #ffffff;
}
.xz-mobile-header > .xz-mobile-logo{
    width: 84px;
    height: 28px;
    display: block;
    float: left;
    margin-top: 11px;
}
.xz-mobile-header > .xz-mobile-logo > img{
    width: 84px;
    height: 28px;
    display: block;
}
.xz-mobile-header > .mobile-header-icon{
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    float: right;
    margin-top: 13px;
    color: #666666;
    margin-left: 16px;
    cursor: pointer;
}
.xz-mobile-header > .mobile-header-icon > i{
    font-size: 24px;
}
.mobile-header-circle {
    display: none;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #E34950;
    border-radius: 50%;
}
#user-mobile-modal{
    display: none;
}
#menu-mobile-modal{
    display: none;
    background: #FFFFFF;
}
@media screen and (min-width: 1280px) {
    /* PC端适配区间 */
    .xz-mobile-header{
        display: none;
    }
}
@media screen and (min-width: 1380px) {
    .xz-common-header > .xz-common-header-content > .common-header-right > .user-info .common-badge{
        display: none !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
    .xz-common-header > .xz-common-header-content > .common-header-right > .header-right-message{
        display: none !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    /* 平板设备适配区间，导航收起 */
    .xz-mobile-header{
        display: none;
    }
    .xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul > li{
        margin-right: 20px;
    }
    .xz-common-header > .xz-common-header-content > .common-header-right > .header-button{
        margin-right: 16px;
    }
    .xz-common-header > .xz-common-header-content > .common-header-left{
        width: calc(100% - 370px);
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-mobile-header{
        display: none;
    }
    .xz-common-header > .xz-common-header-content > .common-header-left > .header-nav-content > ul > li{
        margin-right: 20px;
    }
    .xz-common-header > .xz-common-header-content > .common-header-right > .header-button{
        margin-right: 16px;
    }
    .xz-common-header > .xz-common-header-content > .common-header-right > .header-button > i{
        display: none;
    }
    .xz-common-header > .xz-common-header-content > .common-header-right > .user-info > .user-dropdown-content{
        right: 24px;
    }
    .xz-common-header > .xz-common-header-content > .common-header-right > .header-right-message{
        left: calc(100% + 10px - 24px);
        display: none !important;
    }
    .xz-common-header > .xz-common-header-content > .common-header-left{
        width: calc(100% - 330px);
    }
}
@media screen and (max-width: 767px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-common-header{
        display: none;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-mobile-header{
        padding-left: 24px;
        padding-right: 24px;
    }
}