#header {
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}

.header-wrap,
.nav-wrap {
    height: 5.83vw;
    max-height: 84px;
    min-height: 62px;
}

html {
    scroll-padding-top: 114px;
}

.header {
    box-shadow: 0px 1px 10px 0px rgba(254, 252, 244, .3);
    background: #fefcf4;
}

.header img {
    width: 100%;
}

.nav-wrap {
    /* padding-bottom: 8px; */
    position: relative;
}

@media screen and (max-width:1440px) {
    html {
        scroll-padding-top: 7.5vw;
    }
}

@media screen and (max-width:1000px) {
    html {
        scroll-padding-top: 80px;
    }
}

@media screen and (min-width:1001px) {
    .nav-wrap>ul {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.nav-wrap .logo {
    height: 67%;
    width: auto;
}

.nav-wrap .logo a {
    display: block;
    height: 100%;
}

.nav-wrap .logo img {
    width: auto;
    height: 100%;
}

.nav-wrap ul li {
    position: relative;
}

.nav-wrap ul li a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5rem;
}

.nav-wrap ul li .li-list {
    position: absolute;
    left: 50%;
    z-index: 13;
    top: calc(100% + 5px);
    background: #FFCC03;
    border-radius: 0.5rem;
    padding: 0;
    transform: translateX(-50%);
    min-width: 180px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height .6s cubic-bezier(0, 1, 0.5, 1);
    transition: max-height .6s cubic-bezier(0, 1, 0.5, 1);
}

.nav-wrap ul li:hover .li-list {
    max-height: 100vh;
    padding: 0 1rem;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}


/* -webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0, 1, 0.5, 1); */

.nav-wrap ul li .li-list a {
    display: block;
    border-bottom: 1px solid rgba(254, 252, 244, .6);
    padding: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(51, 51, 51, .8);
    text-align: center;
    white-space: nowrap;
}

.nav-wrap ul li .li-list a:first-child {
    padding-top: 1rem;
}

.nav-wrap ul li .li-list a:last-child {
    padding-bottom: 1rem;
}

.nav-bar {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 12;
}

.nav-bar .mobile_logo {
    display: none;
}

.nav-bar-wrap {
    position: relative;
}

.nav-bar-wrap>a,
.nav-bar-wrap .q>a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    width: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    /* display: block; */
    background: #FFCC03;
}

.nav-bar-wrap span {}

.nav-bar-wrap .model-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 204, 3, 0.50);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
    display: none;
}

.nav-bar-wrap span a.down .i-up,
.nav-bar-wrap span a.up .i-down {
    display: none;
}

.nav-bar-wrap span a.up .i-up {
    display: block;
}

.nav-bar-wrap a {
    /* padding: 6px; */
    /* display: block; */
    margin-left: 1.8rem;
}

.nav-bar-search.down .close,
.nav-bar-search.up .icon-search_m,
.nav-bar-wrap .menu.down .close,
.nav-bar-wrap .menu.up .menu-icon {
    display: none;
}

.nav-bar-search.up .close,
.nav-bar-search.down .icon-search_m,
.nav-bar-wrap .menu.up .close,
.nav-bar-wrap .menu.down .menu-icon {
    display: block;
}

.nav-bar-wrap .q {}

.nav-bar-wrap .q>a {
    font-size: 16px;
    width: auto;
    white-space: inherit;
    padding: 0 10px;
}

.nav-bar-wrap .q a i {
    margin-left: 4px;
}

.nav-bar-wrap .nav-fast {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 200px;
    right: 0;
    z-index: 13;
    top: 3rem;
    background: #FFCC03;
    border-radius: 1.25rem;
    width: 100%;
}

.nav-bar-wrap .nav-fast ul {
    padding: 0.5rem 1rem;
}

.nav-bar-wrap .nav-fast ul li {
    border-bottom: 1px solid rgba(254, 252, 244, .6);
    padding: 1rem 0 0.5rem;
}

.nav-bar-wrap .nav-fast ul li:last-child {
    border-bottom: 0;
}

.nav-bar-wrap .nav-fast ul li h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.nav-bar-wrap .nav-fast ul li h2 a {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
    display: block;
    margin-left: 0;
}

.nav-bar-wrap .nav-fast ul li p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-bar-wrap .nav-fast ul li p a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(51, 51, 51, .8);
    margin-left: 0;
    white-space: nowrap;
}

.nav-bar-wrap .nav-fast ul li p a:nth-of-type(2) {
    /* margin: 0 .375rem; */
}

.header-model {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 204, 3, 0.50);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-model .header-close {
    position: absolute;
    right: 20%;
    top: 10%;
    font-size: 2.5rem;
    /* width: 3rem; */
    /* height: 3rem; */
    color: #fff;
    cursor: pointer;
}

.header-model-box {}

.header-model .model-bg {
    /* width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 204, 3, 0.50);
    backdrop-filter: blur(10px);
    z-index: 10; */
}

.header-model .model-search {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    max-width: 940px;
    width: 80%;
}

.model-search-img {
    height: 9.42vw;
    margin: 0 auto 4vw;
}

.model-search-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.model-search-box {
    width: 100%;
    height: 5vw;
    background: #FED23D;
    box-shadow: inset 0px 0px 19px 3px rgba(199, 148, 21, 0.45);
    border-radius: 40px;
    border: 0 none;
    outline: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.model-search-box .search-input {
    flex: 1;
    background: none;
    border: 0 none;
    outline: none;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #333;
}

.model-search-box .search-input::placeholder {
    color: rgba(205, 164, 38, .75);
}

.model-search-box .search-span {
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 2.5rem;
    line-height: 2.8rem;
    cursor: pointer;
    font-weight: bold;
    color: #CDA426;
    text-align: right;
}

.menu {
    display: none;
}

.header .linear-g {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4vw;
    z-index: 1;
    background: linear-gradient(180deg, #FEFCF4 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width:1366px) and (min-width:1001px) {
    .nav-bar {
        top: 5px;
    }
    .nav-wrap .logo {
        height: 50px;
    }
    .nav-bar-wrap .q>a {
        font-size: 14px;
    }
}

@media screen and (max-width:1000px) {
    .header-model .header-close {
        display: none;
    }
    .header-wrap,
    .nav-wrap {
        height: 60px;
    }
    .header-wrap {
        width: 90%;
    }
    .nav-bar-wrap a:nth-of-type(2) {
        display: none;
    }
    .nav-bar-wrap a {
        font-size: 20px;
        color: #000;
        background: none;
        font-weight: bold;
    }
    .nav-bar {
        width: 100%;
        position: relative;
        display: flex;
        top: 0;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .nav-bar .mobile_logo,
    .nav-bar .mobile_logo a {
        display: block;
        width: auto;
        height: 40px;
    }
    .nav-bar .mobile_logo a img {
        width: auto;
        height: 40px;
    }
    .header {
        height: 60px;
    }
    .nav-wrap>ul {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }
    .nav-wrap {
        padding-bottom: 0;
        height: 60px;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .nav-bar-wrap .nav-fast {
        top: 60px;
    }
    .menu {
        display: block;
    }
    .nav-bar-wrap .q {
        display: none;
    }
    .nav-wrap>ul {
        width: 100%;
        padding: 60px 10% 10px;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background: rgba(255, 204, 3, 0.50);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 10;
        flex-wrap: wrap;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        align-content: flex-start;
    }
    .nav-wrap>ul li {
        width: 100%;
    }
    .nav-wrap>ul li.logo {
        display: none;
    }
    .nav-wrap>ul {
        padding-top: 6rem;
    }
    .nav-wrap>ul li {
        text-align: center;
        padding: 3vh 0;
    }
    .nav-wrap>ul li:nth-of-type(1) {
        padding-top: 6vh;
    }
    .nav-wrap ul li .li-list {
        display: none;
        background: none;
        transform: translate(0);
        position: static;
    }
    .nav-wrap ul li .li-list:hover {
        display: none;
    }
    .nav-wrap ul li .li-list a {
        border-bottom: 0 none;
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .nav-wrap ul li .li-list {
        padding-top: 3vh;
    }
    .nav-wrap>ul li a {
        font-size: 2rem;
        line-height: 3rem;
    }
    .model-search-box .search-span {
        font-size: 1.5rem;
        text-align: center;
    }
    .nav-bar-wrap {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

@media screen and (max-width:768px) {
    .nav-bar-wrap {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .nav-bar-wrap>a,
    .nav-bar-wrap .q>a {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
    }
    .model-search-box {
        height: 5rem;
        flex-wrap: nowrap;
    }
    .model-search-box .search-input {
        font-size: 1.2rem;
    }
    .model-search-box .search-span {
        font-size: 1.5rem;
        text-align: center;
    }
    .header .linear-g {
        height: 5rem;
    }
    .model-search-img {
        height: 8rem;
    }
}