.header {
    /*background-color: #FFF;*/
    /*min-width: 1200px;*/
}

.left-logo-box {
    padding-top: 10px;
    padding-top: 0.1rem;
    box-sizing: border-box;
    margin-left: 0.56rem;
}

.left-logo {
    display: block;
    height: 93px;
    /*height: 0.50rem;*/
    width: auto;
    width: 254px;
    /*width: 1.04rem;*/
    object-fit: contain;

}

.nav-box-outer {
    /*background-color: #FFFFFF;*/
}

.nav-box {
    /*background-color: #FFFFFF;*/
    height: 100px;
    height: 1rem;
}

.nav-box .nav-item {
    color: #666;
    font-size: 16px;
    /*font-size: 0.16rem;*/
    line-height: 100px;
    /*line-height: 1rem;*/
    text-align: center;
    /*min-width: 150px;*/
    /*padding: 0 32px;*/
    padding: 0 0.32rem;
    /*margin-left: 0.3rem;*/
    /*background-color: #FFFFFF;*/
    cursor: pointer;
    position: relative;
}

.nav-box .nav-item:nth-child(1) {
    margin-left: 0.3rem;
}

.nav-box .nav-item:hover {
    color: #207AFF;
}

.nav-box .nav-item.current {
    color: #207AFF;
    /*background-color: #fff;*/
    font-weight: bold;

}

/*
.nav-box .nav-item.current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    width: 0.50rem;
    height: 0.04rem;
    background-color: #207AFF;
    left: 50%;
    transform: translateX(-50%);

}*/


.account-box {
    margin-right: 60px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    padding: 30px 0;

}

.avatar {
    width: 0.4rem;
    height: 0.4rem;
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    /*margin-top: 0.14rem;*/
    margin-left: 0.1rem;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.avatar:hover {
    border-color: #207AFF;
    transform: scale(1.05);
}

/*禁用手机端的hover效果*/
@media (hover: none) and (pointer: coarse) {
    .avatar:hover {
        border-color: #f0f0f0;
        transform: none;
    }

}

.account-box .username {
    padding: 0 16px;
    max-width: 90px;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    line-height: 40px;
}

.login, .logout {
    cursor: pointer;

}

.login:hover, .logout:hover {
    color: #00c0ff;
}


.wx-img {
    display: block;
    width: 340px;
    height: 340px;
    margin: 0 auto;
}

.wx-txt {
    color: #1e9fff;
    text-align: center;
    font-size: 28px;
    background: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
    .header {
        min-width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .el-message {
        z-index: 999999 !important; /* 或者更高的值 */
    }

    .header {
        position: fixed;
        position: sticky;
        background-color: #FFFFFF;
        width: 100%;
        top: 0;
        z-index: 100;
        min-width: auto;
        /*height: 1.16rem;*/
    }

    /*手机顶部占位*/
    .header-empty {
        height: 1.16rem;
        display: none;
    }


    .left-logo-box {
        padding-top: 0.16rem;
        padding-bottom: 0.16rem;
        padding-left: 0.1rem;
        margin-left: 0.1rem;
        display: none;
    }


    .left-logo {
        height: 1.1rem;
        width: auto;
    }

    .account-box {
        margin-right: 0.3rem;
        padding: 0.16rem 0;

        /*line-height: 0.76rem;*/
        font-size: 0.3rem;
        color: #333333;
        padding: 0.2rem 0;

    }

    .avatar {
        display: block;
        /*      width: 0.76rem;
              height: 0.76rem;

              width: 0.76rem;
              height: 0.76rem;*/
        /*margin-top: 0.14rem;*/
    }

    .account-box .username {
        padding: 0 0.2rem;
        max-width: 1.4rem;

        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        line-height: 0.4rem;
        line-height: 40px;
    }


    .menu-btn {
        margin-top: 0.2rem;
        margin-left: 0.2rem;
        display: block;
        /*position: fixed;*/
        width: 0.72rem;
        height: 0.72rem;
        /*right: 0.26rem;*/
        /*top: 0rem;*/
        background: url("../images/bg-menu.png") no-repeat center;
        background-size: 0.72rem 0.72rem;
        /*z-index: 99;*/
    }

    .nav-box-outer {
        display: none;
        width: 100vw;
        float: none;
        position: fixed;
        top: 0.72rem;
        background: #FFFFFF;
        left: 0;
        height: auto;
        height: calc(100vh - 0.72rem);

        z-index: 999;
    }

    .nav-box-outer.show {
        display: block;
        z-index: 9;
    }

    .nav-box {
        height: auto;
    }

    .nav-box .nav-item {
        float: none;
        font-size: 0.3rem;
        line-height: 0.8rem;
    }

    .nav-mobile-title {
        font-size: 0.32rem;
    }

    .nav-item-mobile {
        line-height: 0.8rem;
        font-size: 0.32rem;
        color: #333333;
        padding: 0 0.4rem;
        box-sizing: border-box;
    }

    .nav-item-mobile.current {
        color: #00c0ff;

    }

    .wx-img {
        display: block;
        width: 3.40rem;
        height: 3.4rem;
        margin: 0 auto;
    }

    .wx-txt {
        color: #1e9fff;
        text-align: center;
        font-size: 0.32rem;
        background: #FFFFFF;
    }
}


