@charset "utf-8";

/*header*/
header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header {
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    /* backdrop-filter: blur(12px); */
    transition: background-color .4s;
}

.header.grey_head {
    border-color: rgba(0, 0, 0, 0.20);
    background: #FFF;
}

.header .head_left {
    flex: 1;
    max-width: 1384px;
    justify-content: space-between;
}

.header .logo {
    float: left;
    height: 100%;
    width: 274px;
    display: flex;
    align-items: center;
}

.logo img:nth-child(2) {
    display: none;
}

.header .header_r {
    display: flex;
    align-items: center;
}

.menu {
    flex: 1;
    padding-top: 34px;
    padding-left: 100px;
}

.menu ul.hlist {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: space-between;
}

.menu ul.hlist>li {
    float: left;
    padding: 0 10px;
    padding-bottom: 34px;
}

.menu ul.hlist>li>a {
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.menu ul.hlist>li>a>i {
    display: block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron_down_w.svg);
    background-repeat: no-repeat;   
    background-size: cover;
}

.menu>ul>li .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    display: flex;
    transition: all 0.4s ease-out;
    width: 100%;
    border-bottom: 2px solid var(--main-blue-color);
    background:var(--white-color);
    z-index: 9;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}


.menu>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.sub-menu .max-width {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sub-menu .menu_left {
    width: 63.4%;
    position: relative;
    padding: 50px 116px 50px 220px;
}

.sub-menu .menu_right {
    width: 36.6%;
    position: relative;

}

.sub-menu .menu_left .unicon {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
    z-index: -1;
}

.sub-menu .menu_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-menu .menu_right .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: flex-end;
    padding: 40px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.5;
}

.sub-menu .menu_left .big_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.2;
}

.sub-menu .menu_left_list .ul {
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
}

.sub-menu .menu_left_list .ul a {
    display: block;
    position: relative;
    padding-bottom: 16px;
    float: left;
    width: calc(33.33% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 32px;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-image: url(../images/menu_grey.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 0;
    transition: all 0.4s;
}
.sub-menu .menu_left_list .ul a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(0, 0, 0, 0.10);
}
.sub-menu .menu_left_list .ul a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-blue-color);
    transition: width .4s;
}

.sub-menu .menu_left_list .ul a:hover::before {
    width: 100%;
}

.sub-menu .menu_left_list .ul a:hover {
    color: var(--main-blue-color);
    background-image: url(../images/menu_blue.svg);
}

.sub-menu.pro-menu .first_name {
    padding-top: 20px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.sub-menu.pro-menu .first_name:first-child {
    padding-top: 48px;
}

.sub-menu.pro-menu .ul {
    padding-top: 4px;
    margin-left: -20px;
    margin-right: -20px;
}

.sub-menu.pro-menu .ul a {
    margin-top: 20px;
    width: calc(25% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    background-position: right 4px;
}


.language_box {
    position: relative;
    margin-right: 32px;
}

.header_r .line {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.30);
}

.language_box img:nth-child(2) {
    display: none;
}

.header_language {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
    width: calc(100% + 8px);
    padding-top: 38px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    pointer-events: none;
}

.header_language:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background: #E9E9E9;
    opacity: 0;
    border-radius: 27px;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.language_current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .6s ease;
    position: relative;
    z-index: 2;
}

.language_content {
    position: relative;
    z-index: 2;
    padding: 10px 0 10px 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.language_content .language_item_box {
    padding-bottom: 2px;
}

.language_content a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: Arial;
    text-transform: uppercase;
    display: block;
    text-align: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.language_content a:hover {
    color: var(--main-color);
}

.language_box:hover .header_language {
    pointer-events: auto;
}

.language_box:hover .language_content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.language_box:hover .header_language:after {
    height: 100%;
    opacity: 1;
}

/*search*/
.head_search {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 40px;
    margin-left: 32px;
}

.head_search i {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/search_w.svg);
    background-size: 100%;
    cursor: pointer;
}

.is-closed i {
    background-image: url(../images/white_close.svg);
}

.head_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    cursor: pointer;
    z-index: 4;
}

.header .head_menu i img:nth-child(2),
.head_menu .close {
    display: none;
}

.header .head_menu.is-active {
    position: absolute;
    right: 0;
    top: 0;
    border-left: transparent !important;
}

.header .head_menu.is-active i img:nth-child(1),
.header .head_menu.is-active i img:nth-child(2) {
    display: none !important;
}

.head_menu.is-active .close {
    display: block;
}

/*导航弹出*/
.ovh {
    overflow: hidden;
}

.header-nav {
    position: fixed;
    padding-top: 230px;
    padding-bottom: 90px;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: linear-gradient(244deg, #0AA8EC -0.11%, #0041B6 109.08%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.header-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/menu_eject_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 87% bottom;
    z-index: -1;
}

.f-cb {
    zoom: 1;
}

.por {
    position: relative;
}

.fl {
    float: left;
}

.header-nav.active {
    opacity: 1;
    visibility: visible;
}

.logo_eject {
    position: absolute;
    left: 40px;
    top: 40px;
    max-width: 205px;
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.16s;
}
.pu_select .my-container {
    height: 100%;

}
.pu_select>div>.pu_container {
    height:100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
}

.pu_select>div>.pu_container::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.pu_select>div>.pu_container::-webkit-scrollbar-button:vertical {
    display: none
}

.pu_select>div>.pu_container::-webkit-scrollbar-corner,
.pu_select>div>.pu_container::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.20);
}

.pu_select>div>.pu_container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.50);
}

.pu_select .ct_1  {
   width: 100%;
   opacity: 0;
   transform: translate(0,30px);
   transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.26s;
}
.pu_select .ct_1 .slide .one a {
    color:var(--white-color);
    font-weight: 700;
}

.pu_select .ct_1 .slide .one i {
    display: none;
}

.pu_select .ct_1 .slide .one i {
    width: 18px;
    height: 22px;
    float: right;
    background-image: url(../images/menu_icon_pressed_one.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.pu_select .ct_1 .slide .one i.ico {
    background-image: url(../images/menu_icon_open_one.svg);
}
.pu_select .ct_1 .slide .two {
    padding-top: 8px;
}
.pu_select .ct_1 .slide .two a {
    display: block;
    transition: 0.4s;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.60);
    line-height: 26px;
    margin: 8px 0 0;
}

.pu_select .ct_1 .slide .two a:hover {
    color: #fff;
}

.pu_select .ct_2 {
    margin:40px 0 0 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.36s;
}

.pu_select .ct_2 .le_box {
    flex-wrap: wrap;
    flex: 1;
}

.pu_select .ct_2 .le_box .item {
    margin-right: 55px;
}

.pu_select .ct_2 .le_box .item>div:first-child {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 400;
}

.pu_select .ct_2 .le_box .item .svg {
    margin: 0 14px 0 0;
}

.pu_select .ct_2 .le_box .item .svg img {
    width: 24px;
}

.pu_select .ct_2 .le_box .item p {
    padding-left: 38px;
    padding-top: 10px;
    color: var(--white-color);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.pu_select .ct_2 .le_box .item:first-child p {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.pu_select .ct_2 .le_box .item a {
    transition: 0.4s;
    color: var(--white-color);
}

.pu_select .ct_2 .ri_box img {
    width: 120px;
    border-radius: 6px;
}

.pu_select .ct_2 .ri_box p {
    padding-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pu_select .head_copy {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.pu_select .head_copy a {
    color: rgba(255, 255, 255, 0.5);
    line-height: inherit;
}

.pu_select .head_copy a:hover {
    color: rgba(255, 255, 255, 1);
}

.header-nav.active .logo_eject,
.header-nav.active .ct_1,
.pu_select.active .ct_2 {
    opacity: 1;
    transform: translate(0, 0);
}


@media screen and (max-height:880px) {
     .pu_select .ct_2 {
        margin: 30px 0 0 0;
        padding-top: 30px;
    }

}

@media screen and (max-height:800px) {
    .pu_select {
        padding-top: 160px;
        padding-bottom: 50px;
    }

    .pu_select .ct_1 .slide .two a {
        margin: 16px 0 0;
    }

    .pu_select .ct_2 {
        margin: 40px 0 0 0;
        padding-top: 30px;
    }

}

@media screen and (max-width:1280px) {
  
    .pu_select .ct_2 .ri_box {
        text-align: center;
    }

    .pu_select .ct_2 .ri_box img {
        width: 90px;
        margin: 0 auto;
    }

    .pu_select .ct_2 .ri_box p {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
  
    
}

@media screen and (max-width:767px) {
    .header-nav:before {
        background-position:center bottom;
    }
    .pu_select .ct_1 {
        flex-wrap: wrap;
    }
    .pu_select .ct_1 .slide {
        width: 100%;
        margin-bottom: 26px;
    }
    .pu_select .ct_1 .slide .two {
        display: none;
        padding-top: 20px;
        width: 100%;
    }

    .pu_select .ct_1 .slide .two a {
        margin-right: 10px;
        margin-top:0;
        margin-bottom:10px;
    }

    .pu_select .ct_1 .slide .one i {
        display: inline-block;
    }
    .pu_select .search_box {
        display: none;
        margin-right: 0;
        padding-right: 0;
    }

    .pu_select .search_box {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .pu_select .search_bg {
        width: 100%;
    }

    .pu_select {
        padding: 100px 0 0;
    }
    .pu_select .my-container {
        overflow-y: auto;
        height: calc(100% - 30px);
    }
    .pu_select>div>.pu_container {
       display: block;
    }

    .pu_select .ct_2 {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding-top: 20px;
    }

    .pu_select .ct_2 .le_box {
        width: 100%;
    }

    .pu_select .ct_2 .le_box .item {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .pu_select .ct_2 .ri_box {
        width: 100%;
        display: none;
    }

    .pu_select .ct_2 .le_box .item p {
        line-height: 1.2;
        padding-top: 5px;
    }

    .pu_select .ct_2 .le_box .item:first-child p {
        font-size: 24px;
    }

    .pu_select .head_copy {
        display: block;
    }
}


/*header hover*/
.header.grey_head,
.header.headerColor2 {
    border-color: rgba(0, 0, 0, 0.05);
    background: #FFF;
}

.header.pro_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

}
.header.pro_header .logo img:nth-child(1),
.header.grey_head .logo img:nth-child(1),
.header.headerColor2 .logo img:nth-child(1) {
    display: none;
}

.header.pro_header .logo img:nth-child(2),
.header.grey_head .logo img:nth-child(2),
.header.headerColor2 .logo img:nth-child(2) {
    display: block;
}
.header.pro_header .menu ul.hlist>li>a,
.header.grey_head .menu ul.hlist>li>a,
.header.headerColor2 .menu ul.hlist>li>a {
    color: var(--dark-color);
}

.header.pro_header .menu ul.hlist>li>a>i,
.header.grey_head .menu ul.hlist>li>a>i,
.header.headerColor2 .menu ul.hlist>li>a>i {
    background-image: url(../images/chevron_down_grey.svg);
}

.header.pro_header .head_menu,
.header.grey_head .head_menu,
.header.headerColor2 .head_menu {
    border-left: 1px solid rgba(0, 0, 0, 0.20);
}
.header.grey_head .menu ul li.active>a,
.header.headerColor2 .menu ul li.active>a,
.header.grey_head .menu ul li.current>a {
    color: var(--main-blue-color);
}
.header.grey_head .menu ul li.active>a>i,
.header.grey_head .menu ul li.current>a>i {
    background-image: url(../images/chevron-down2.svg);
    transform: rotate(180deg);
}

.header.pro_header .head_menu i img:nth-child(1),
.header.grey_head .head_menu i img:nth-child(1),
.header.headerColor2 .head_menu i img:nth-child(1) {
    display: none;
}

.header.pro_header .head_menu i img:nth-child(2),
.header.grey_head .head_menu i img:nth-child(2),
.header.headerColor2 .head_menu i img:nth-child(2) {
    display: block;
}


.header.pro_header .head_search i,
.header.grey_head .head_search i,
.header.headerColor2 .head_search i {
    background-image: url(../images/search_black.svg);
}

.header.grey_head .is-closed i,
.header.headerColor2 .is-closed i {
    background-image: url(../images/black_close.svg);
}

.header.pro_header .language_box img:nth-child(1),
.header.grey_head .language_box img:nth-child(1),
.header.headerColor2 .language_box img:nth-child(1) {
    display: none;
}

.header.pro_header .language_box img:nth-child(2),
.header.grey_head .language_box img:nth-child(2),
.header.headerColor2 .language_box img:nth-child(2) {
    display: block;
}

.header.pro_header .header_r .line,
.header.grey_head .header_r .line,
.header.headerColor2 .header_r .line {
    background-color: rgba(0, 0, 0, 0.10);
}
.header.grey_head .menu-search-submit,
.header.headerColor2 .menu-search-submit {
background-image: url(../images/search_black.svg);
}
.header.grey_head .menu-search-container input.menu-search-input,
.header.headerColor2 .menu-search-container input.menu-search-input {
    color: var(--dark-color);
}

.header.grey_head .menu-search-input::-webkit-input-placeholder,
.header.headerColor2 .menu-search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.header.grey_head .menu-search-input:-moz-placeholder,
.header.headerColor2 .menu-search-input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.header.grey_head .menu-search-input::-moz-placeholder,
.header.headerColor2 .menu-search-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.header.grey_head .menu-search-input:-ms-input-placeholder,
.header.headerColor2 .menu-search-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width:1680px) {
    .menu {
        padding-left: 40px;
        padding-right: 30px;
    }
    .language_box {
        margin-right:16px;
    }
    .head_search {
        margin-right: 20px;
        margin-left: 16px;
    }
    .menu ul.hlist > li > a > i {
        margin-left: 8px;
    }


}

@media (max-width:1580px) {
    .header .logo {
        width: 244px;
    }
    .menu {
        padding-left: 30px;
        padding-right: 20px;
    }
    .menu ul.hlist > li > a > i {
        margin-left: 4px;
        width: 20px;
        height: 20px;
    }

}



@media (max-width:1440px) {
    .menu ul.hlist>li>a>i {
        width: 16px;
        height: 16px;
    }
   

}
@media (max-width:1439px) {
    .menu ul.hlist>li>a {
        font-size: 16px;
    }
}
@media (max-width:1366px) {
   .head_menu {
    width: 80px;
   }

}

@media (max-width:1365px) {
    .menu {
        display: none !important;
    }
}

@media (max-width:767px) {
    .header {
        padding-left:20px;
        height: 80px;
    }

    .header .logo {
        width:180px;
    }
    .logo_eject {
        max-width: 180px;
    }
   
    .header_language {
        padding-top: 40px;
    }

    .head_menu.is-active {
        padding: 10px;
    }
    .head_search {
        display: none;
    }
    .language_box {
        margin-right: 0;
    }
    .head_menu {
        border: none !important;
        width: 60px;
        height: 80px;
    }
    .header_r .line {
        display: none;
    }
    .logo_eject{
        left: 20px;
        top: 26px;
    }
}

/* search */
.menu-search-submit {
    width: 30px;
    height: 30px;
    background: transparent;
    background-image: url(../images/search_w.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    outline: 0;
}

.fade-screen {
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@-webkit-keyframes specialFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
    }
}

@keyframes specialFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
    }
}

.specialFadeIn {
    -webkit-animation-name: specialFadeIn;
    animation-name: specialFadeIn;
}

@-webkit-keyframes specialFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes specialFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.specialFadeOut {
    -webkit-animation-name: specialFadeOut;
    animation-name: specialFadeOut;
}

@-webkit-keyframes specialSlideInRight {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes specialSlideInRight {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.specialSlideInRight {
    -webkit-animation-name: specialSlideInRight;
    animation-name: specialSlideInRight;
}

@-webkit-keyframes specialFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes specialFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spceialFadeInRight {
    -webkit-animation-name: specialFadeInRight;
    animation-name: specialFadeInRight;
}

.menu-search-container.active {
    display: block;
    -webkit-animation-name: specialFadeOut;
    animation-name: specialFadeOut;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.visible {
    visibility: visible;
}

.hidden {
    display: none;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu ul li {
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu.is-closed {
    -webkit-animation-name: specialFadeIn;
    animation-name: specialFadeIn;
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu.hidden {
    -webkit-animation-name: specialFadeOut;
    animation-name: specialFadeOut;
    -webkit-animation-delay: 245ms;
    animation-delay: 245ms;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.menu-search-input {
    -webkit-animation-name: specialFadeInRight;
    animation-name: specialFadeInRight;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
}

.search-sub-menu h3 {
    -webkit-animation-name: specialFadeInRight;
    animation-name: specialFadeInRight;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.search-sub-menu ul li {
    -webkit-animation-name: specialFadeInRight;
    animation-name: specialFadeInRight;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.search-sub-menu ul li:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.search-sub-menu ul li:nth-child(2) {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
}

.search-sub-menu ul li:nth-child(3) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

.search-sub-menu ul li:nth-child(4) {
    -webkit-animation-delay: 70ms;
    animation-delay: 70ms;
}

.search-sub-menu ul li:nth-child(5) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.menu-search-container {
    display: none;
    position: absolute;
    top: 34px;
    right: 20%;
    width: 50%;
    z-index: 2;
}

.menu-search-container input.menu-search-input {
    background-color: transparent;
    border: none;
    width: 80%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    color: #fff;
}

.menu-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.menu-search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.menu-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.menu-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.menu-search-container form {
    display: flex;
    align-items: center;
}

.menu-search-container.active {
    display: block;
    z-index: 999;
}

.search-sub-menu {
    background: #fff;
    width: 100%;
    margin-top: 34px;
    color: #999;
    font-weight: 100;
    padding: 24px 0 15px;
    z-index: 1;
}

.search-sub-menu h3 {
    margin-top: 0;
    padding-left: 40px;
}

.search-sub-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 16px;
}

.search-sub-menu ul li {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
    text-indent: 40px;
}

.search-sub-menu ul li a {
    font-size: 14px;
    color: #999;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-sub-menu ul li a:hover {
    color: var(--main-color);
}
@media (max-width:767px) {

.pu_select .search_box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  
}
.search_bg {
    display: flex;
    width: 100%;
    height: 46px;
    padding: 6px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.2s;
}
.pu_select.active .search_box .search_bg{
    opacity: 1;
    transform: translate(0, 0);
}
.search_bg .input {
    width: calc(100% - 24px);
    height: 24px;
    background-color: transparent;
    font-size: 16px;
    color: var(--white-color);
    outline: 0;
}
.search_bg .input::placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.search_bg .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search_bg .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search_bg .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}


.search_bg .submit {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/search_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

}