.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-color: #fff;
    z-index: 999;
}

.m-header {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    padding-right: 20px;
}

.header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-opt {
    display: flex;
    align-items: center;
}

.logo img {
    width: 115px;
    height: 64px;
    cursor: pointer;
}

.m-logo img{
    width: 86px;
    height: 48px;
}

.menu {
    margin-left: 24px;
}

.menu .menu-img {
    width: 23px;
    height: 20px;
}

.m-header-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

.m-header-dialog-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.m-header-dialog-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
    padding: 0 20px;
    overflow-y: auto;
}

.m-header-dialog-content-close {
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.m-header-dialog-content-close-img {
    width: 14px;
    height: 14px;
}

.m-header-dialog-content-it {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.m-header-dialog-content-it-tit {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-header-dialog-content-it-tit-text {
    font-size: 18px;
    color: rgba(105, 81, 78, 1);
}

.m-header-dialog-content-it-tit-icon {
    width: 16px;
    height: 9px;
}

.m-header-dialog-content-it-list {
    padding-left: 10px;
}

.m-header-dialog-content-it-list-it {}

.m-header-dialog-content-it-list-it-tit {
    padding: 13px 0;
    display: flex;
    align-items: center;
}

.m-header-dialog-content-it-list-it-tit-img {
    width: 3.5px;
    height: 8px;
    margin-right: 14px;
}

.m-header-dialog-content-it-list-it-tit-txt {
    font-size: 15px;
    color: rgba(105, 81, 78, 1);
}

.m-header-dialog-content-it-list-it-ls {
    padding-left: 10px;
}

.m-header-dialog-content-it-list-it-ls-it {}

.m-header-dialog-content-it-list-it-ls-it-tit {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.m-header-dialog-content-it-list-it-ls-it-tit-img {
    width: 3.5px;
    height: 8px;
    margin-right: 14px;
}

.m-header-dialog-content-it-list-it-ls-it-tit-txt {
    font-size: 15px;
    color: rgba(105, 81, 78, 1);
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
    /* grid-column-gap: 40px; */
    font-size: 18px;
    color: rgba(105, 81, 78, 1);
    font-weight: bold;
}

.nav-it {
    position: relative;
    padding: 0 43px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-it.active {
    color: rgba(237, 97, 146, 1);
}

.nav-it.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ef7aa3;
}

.nav-it-downArrow {
    width: 12px;
    height: 6px;
    margin-left: 5px;
}

.nav-it-childList {
    position: absolute;
    top: 82px;
    left: 50%;
    padding: 15px 0;
    transform: translateX(-50%);
    min-width: 175px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px rgba(248, 227, 235, 0.50);
}

.nav-it-childList-it {
    position: relative;
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 22px;
}

.nav-it-childList-it.active {
    background-color: rgba(251, 141, 178, 1);
}

.nav-it-childList-it.active>.arrow>.activeShow {
    display: block;
}

.nav-it-childList-it.active>.arrow>.activeShowFlex {
    display: flex;
}

.nav-it-childList-it.active>.arrow>.unActiveShow {
    display: none;
}

.nav-it-childList-it.active .nav-it-childList-it-text {
    color: #fff;
}

.nav-it-childList-it-icon {
    margin-right: 10px;
}

.nav-it-childList-it-icon-img {
    width: 4px;
    height: 8px;
}

.nav-it-childList-it-text {
    width: 0;
    flex-grow: 1;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.nav-it-childList-it-arrow {}

.nav-it-childList-it-arrow-img {
    width: 8px;
    height: 12px;
}

.nav-it-childList-it-list {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 20px 0px rgba(248, 227, 235, 0.50);
}

.nav-it-childList-it-list-it {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.nav-it-childList-it-list-it.active {
    background-color: rgba(251, 141, 178, 1);
}

.nav-it-childList-it-list-it.active .activeShow {
    display: block;
}

.nav-it-childList-it-list-it.active .activeShowFlex {
    display: flex;
}

.nav-it-childList-it-list-it.active .unActiveShow {
    display: none;
}

.nav-it-childList-it-list-it.active .nav-it-childList-it-list-it-txt {
    color: #fff;
}

.nav-it-childList-it-list-it-img {
    width: 4px;
    height: 8px;
    margin-right: 10px;
}

.opt {
    display: flex;
    align-items: center;
}

.search {
    cursor: pointer;
}

.search-img {
    width: 18px;
    height: 18px;
}

.language {
    margin-left: 37px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language-img {
    width: 18px;
    height: 18px;
}

.language-text {
    font-size: 14px;
    color: rgba(105, 81, 78, 1);
    margin-left: 4px;
    margin-right: 6px;
    width: 41px;
    text-align: center;
}

.language-down {
    width: 6px;
    height: 3px;
}

@media screen and (max-width:1200px) {
    .header {
        height: 64px;
    }
    .search-img {
        width: 20px;
        height: 20px;
    }
    .language {
        margin-left: 35px;
    }
    .language-img {
        width: 21px;
        height: 21px;
    }
    .language-text {
        font-size: 12px;
        color: rgba(126, 106, 103, 1);
        margin-left: 6px;
        margin-right: 4px;
        line-height: 1;
    }
    .language-down {
        width: 8px;
        height: 4px;
    }
}