.header-wrap a {
    color: #333;
}

.header-wrap {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    font: var(--font-500-20);
}
.header-wrap a{
    font-family: "HarmonyOS_Sans_SC_Regular" !important;

}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-container > li {
    position: relative;
    margin-right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
}

.nav-container > li:last-child {
    margin-right: 0;
}


.logo {
    width: 280px;
}

.logo img {
    width: 100%;
}

.login-wrap {
    display: flex;
    align-items: center;
}

.login-box {
    max-width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.login-box span{
    font-family: "HarmonyOS_Sans_SC_Regular" !important;

}
.cart-icon-wrap {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.cart-icon {
    width: 20px;
}

.login-btn {
    cursor: pointer;
}

/* 其他样式 */
.regiCode .contDet {
    margin-top: 0;
}

.txt_ {
    display: flex;
}

.zc_mengCeng {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    display: none;
}

._concon input {
    font-size: 14px
}

.blue-hover:hover {
    color: var(--color-bg-brand-blue) !important;
}