@font-face {
    font-family: 'Inter b';
    src: url(../fonts/Inter-Bold-4.otf);
}

@font-face {
    font-family: 'Inter l';
    src: url(../fonts/Inter-Light-7.otf);
}

@font-face {
    font-family: 'Inter m';
    src: url(../fonts/Inter-Medium-8.otf);
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular-9.otf);
}

@font-face {
    font-family: 'Inter sb';
    src: url(../fonts/Inter-SemiBold-10.otf);
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'Inter l', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Inter l', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

:root {
    --color: #9A00FF;
    --color2: #9A00FF;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
}

[data-lenis-prevent] {
    padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px;
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

.lenis_scroll {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
    width: 2px !important;
    display: block;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.parallax {
    width: 100%;
    height: 100%;
}

@keyframes roteAnimate {
    100% {
        transform: rotate(360deg);
    }
}

.support {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 111;
}

.support .img {
    width: 52px;
}

.support .text {
    position: absolute;
    left: 100%;
    background-color: #fff;
    height: 30px;
    display: flex;
    font-size: 12px;
    text-transform: capitalize;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
    border-radius: 6px;
    color: #182840;
    top: -20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    animation: up 10s ease infinite;
}

.support .text .jiao {
    position: absolute;
    bottom: -10px;
}

.support_mark {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support_mark.active {
    pointer-events: all;
}

.support_mark.active .color {
    opacity: 1;
}

.support_mark .color {
    opacity: 0;
    background: rgba(20, 26, 40, 0.5);
    backdrop-filter: blur(25px);
    width: 100%;
    transition: all 0.6s;
    height: 100%;
    position: absolute;
}

.support_mark .content {
    background-color: #fff;
    width: 520px;
    height: 220px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    transform-origin: left bottom;
    padding-top: 40px;
    opacity: 0;
}

.support_mark .content .close {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: calc(100% + 4px);
    bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s;
}

.support_mark .content .close:hover {
    background-color: #005F6A;
}

.support_mark .content .close:hover span {
    color: #fff;
}

.support_mark .content .close span {
    transition: all 0.6s;
    color: #10253F;
}

.support_mark .content .text {
    text-align: center;
}

.support_mark .content .text p {
    color: #10253F;
    font-size: 22px;
    font-weight: 700;
}

.support_mark .content .common_button {
    color: #fff;
    margin: 24px auto 0;
    background-color: #005F6A;
}

@keyframes line {
    0% {
        transform: translateX(-100%);
    }
    90% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    35% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.sidebar {
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 5;
    transition: all 0.6s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .list {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.sidebar .list .item {
    width: 42px;
    height: 42px;
    background-color: #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all 0.6s;
    justify-content: center;
    cursor: pointer;
}

.sidebar .list .item:nth-child(2), .sidebar .list .item:nth-child(3) {
    display: none;
}

.sidebar .list .item:hover {
    background-color: #005F6A;
}

.sidebar .list .item:hover span {
    color: #fff;
}

.sidebar .list .item span {
    font-size: 24px;
    transition: all 0.6s;
    display: block;
}

.sidebar.on {
    opacity: 1;
    pointer-events: auto;
}


.sidebar.on .list .item:last-child {
    border-radius: 50% 0 0 50%;
}

.sidebar.on .list .item:last-child span {
    transform: rotate(180deg);
}

.sidebar.active {
    transform: translateX(0);
}

.sidebar.active .list .item:not(:last-child) {
    opacity: 1;
    transform: translateX(0);
}

.sidebar.active .list .item:last-child {
    border-radius: 50%;
}

.sidebar.active .list .item:last-child span {
    transform: rotate(0deg);
}

.header .top .text {
    text-transform: uppercase;
}

.common_banner {
    overflow: hidden;
    position: relative;
}

.common_banner .banner_top {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    top: 153px;
}

.common_banner .banner_top .label {
    color: #10253F;
    font-size: 20px;
    font-weight: 600;
}

.common_banner .banner_top .label div {
    color: #10253F;
    font-size: 20px;
    font-weight: 600;
}

.common_banner .banner_top .banner_top_title {
    color: #10253F;
    font-size: 48px;
    font-weight: 600;
}

.common_banner .banner_top .banner_top_title div {
    color: #10253F;
    font-size: 48px;
    font-weight: 600;
}

.common_banner .img {
    width: 100%;
}

.common_banner .img img {
    display: block;
    width: 100%;
    transition: 2s;
    transform: scale(1.1);
}

.common_banner.on .img img {
    transform: scale(1);
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

.w1200 {
    width: 1440px;
    margin: 0 auto;
}

.page {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-family: 'Inter';
    background: #FFF;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    transition: 0.6s;
}

.page a.sp {
    background: unset !important;
    color: #555 !important;
}

.page a.sp:hover {
    color: #005F6A !important;
}

.page a:hover, .page a.on {
    background: #005F6A;
    color: #FFFFFF;
}

.page a.none {
    pointer-events: none;
    color: rgba(85, 85, 85, 0.2);
}

.page a:nth-child(1), .page a:nth-last-child(1) {
    width: 88px;
    height: 46px;
}

.cookie {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 510px;
    border-radius: 12px;
    background: #FFF;
    padding: 43px 30px 39px;
    z-index: 999;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.cookie.active {
    opacity: 1;
    pointer-events: auto;
}

.cookie .close {
    position: absolute;
    right: 19px;
    top: 12px;
    width: 22px;
    cursor: pointer;
}

.cookie .close img {
    display: block;
    width: 100%;
}

.cookie .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.cookie .p {
    color: rgba(16, 37, 63, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 55px;
}

.cookie .btns {
    display: flex;
    justify-content: space-between;
}

.cookie .btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #185FAD;
    transition: 0.6s;
    background: #FFF;
}

.cookie .btns .btn p {
    color: #185FAD;
    font-size: 14px;
    font-weight: 500;
    transition: 0.6s;
}

.cookie .btns .btn p div {
    min-width: unset !important;
}

.cookie .btns .btn:hover {
    background: #185FAD;
}

.cookie .btns .btn:hover p {
    color: #FFFFFF;
}

.cookie .btns .btn:nth-last-child(1) {
    background: #185FAD;
}

.cookie .btns .btn:nth-last-child(1) p {
    color: #FFFFFF;
}

.fixed_coookie1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999999;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.fixed_coookie1.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed_coookie1 .fixed_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10, 24, 41, 0.2);
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.fixed_coookie1 .fixed_box {
    background: #FFFFFF;
    border-radius: 8px;
    width: 658px;
    position: relative;
    z-index: 3;
}

.fixed_coookie1 .fixed_box .close {
    position: absolute;
    right: 19px;
    top: 12px;
    width: 22px;
    cursor: pointer;
}

.fixed_coookie1 .fixed_box .close img {
    display: block;
    width: 100%;
}

.fixed_coookie1 .fixed_box  .fixed_box_top {
    padding: 24px;
    border-bottom: 1px solid #E6E6E6;
}
.fixed_coookie1 .fixed_box  .fixed_box_top .logo {
    width: 120px;
}
.fixed_coookie1 .fixed_box  .fixed_box_top .logo img {
    display: block;
    width: 100%;
}
.fixed_coookie1 .fixed_box .fixed_box_control {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
}
.fixed_coookie1 .fixed_box .fixed_box_control .item {
    padding: 17px 0 20px;
    width: 50%;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    transition: 0.6s;
}
.fixed_coookie1 .fixed_box .fixed_box_control .item:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #005F6A;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transition: 0.6s;
}
.fixed_coookie1 .fixed_box .fixed_box_control .item:hover:after,.fixed_coookie1 .fixed_box .fixed_box_control .item.on:after {
    transform: scaleX(1);
}
.fixed_coookie1 .fixed_box .fixed_box_control .item.on,.fixed_coookie1 .fixed_box .fixed_box_control .item:hover {
    color: #005F6A;
}

.fixed_coookie1 .fixed_box .fixed_box_content {
    padding: 25px 25px 47px;
}

.fixed_coookie1 .fixed_box .fixed_box_content .part {
    display: none;
}
.fixed_coookie1 .fixed_box .fixed_box_content .part h5 {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.fixed_coookie1 .fixed_box .fixed_box_content .part p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 171.429%;
    text-transform: capitalize;
}
.fixed_coookie1 .fixed_box .fixed_box_content .part.on {
    display: block;
}
.fixed_coookie1 .fixed_box .fixed_box_content .part {
    max-height: 300px;
    overflow-y: auto;
}
.fixed_coookie1 .fixed_box .fixed_box_content .part h6 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 114.286%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.fixed_coookie1 .fixed_box .fixed_box_content .part p {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 133.333%; /*  */
    text-transform: capitalize;
}

.fixed_coookie1 .fixed_box .fixed_box_content .part ul li {
    padding: 0 0 0 10px;
    position: relative;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 133.333%; /*  */
    text-transform: capitalize;
}

.fixed_coookie1 .fixed_box .fixed_box_content .part ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 9px;
}
.fixed_coookie1 .fixed_box .fixed_box_bottom {
    padding: 24px;
    border-top: 1px solid #E6E6E6;
    display: flex;
    gap: 10px;
}
.fixed_coookie1 .fixed_box .fixed_box_bottom .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    width: 300px;
    height: 52px;
    border-radius: 4px;
    background: #74A9DF;
    transition: 0.6s;
    cursor: pointer;
}
.fixed_coookie1 .fixed_box .fixed_box_bottom .btn:nth-child(2) {
    background: #004F9F;
}
.fixed_coookie1 .fixed_box .fixed_box_bottom .btn:hover {
    background: #005F6A !important;
}

.header .header_search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 122px 0 43px;
    background: #FFF;
    clip-path: inset(0 0 100% 0);
    transition: 1s;
}
.header .header_search.show {
    clip-path: inset(0 0 0% 0);
}
.header .header_search .wrap {
    width: 1080px;
    margin: 0 auto;
}
.header .header_search .wrap form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    border-radius: 6px;
    background: #F5F5F6;
    padding: 0 0 0 30px;
    margin-bottom: 26px;
}
.header .header_search .wrap form .iconfont {
    font-size: 18px;
    color: #10253F;
}
.header .header_search .wrap form input {
    width: 925px;
    height: 100%;
    background: unset;
    border: none;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 0 0 10px;
    margin-right: 10px;

}
.header .header_search .wrap form input::placeholder {
    color: #CCC;
}
.header .header_search .wrap form button {
    width: 100px;
    height: 100%;
    border-radius: 6px;
    background: #005F6A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links {
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_link_h5 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 17px;
    padding: 0 0 0 3px;
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_link_h5 img {
    display: block;
    width: 13px;
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_link_h5 p {
    color: #10253F;
    font-family: 'Inter m';
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_bottom_links_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_bottom_links_flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 4px;
    background: #F5F5F6;
    padding: 0 12px;
    transition: 0.6s;
    color: #595C61;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_bottom_links_flex a:hover {
    background: #005F6A;
    color: #FFFFFF;
}
.header .header_search .wrap .header_search_bottom .result_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
    transition: all .6s;
    padding: 0;
    max-height: 415px;
    overflow-y: auto;
    margin-top: 43px;

}
.header .header_search .wrap .header_search_bottom .result_list .s_item {
    padding: 30px 20px;
    background-color: #F5F5F6;
    position: relative;
    border-radius: 8px;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .img {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .img img {
    transition: all 1s;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item:hover .img img {
    transform: scale(1.05);
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .text {
    margin-bottom: 20px;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .text h4 {
    color: #10253F;
    margin-bottom: 15px;
    font-size: 18px;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .text p {
    color: #83868A;
    font-size: 12px;
    line-height: 22px;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .common_button {
    border-color: #10253F;
    color: #10253F;
    font-size: 14px;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item .common_button:hover {
    background-color: #10253F;
    color: #fff;
}

.header .header_search .wrap .header_search_bottom .result_list .s_item.new::after {
    content: "NEW";
    color: #005F6A;
    position: absolute;
    top: 20px;
    right: 20px;
}
.header .bottom .right .search a {
    pointer-events: none;
}
@media screen and (max-width: 1919px) {
    [data-lenis-prevent]{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    [data-lenis-prevent]::-webkit-scrollbar{
        width: 0.2083333333vw;
    }
    ._scroll_y{
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }
    ._scroll_y div{
        border-radius: 0.5208333333vw;
    }
    [data-wheel]::-webkit-scrollbar{
        width: 0.3645833333vw;
    }
    .lenis_scroll{
        height: 13.0208333333vw;
    }
    .lenis_scroll::-webkit-scrollbar{
        width: 0.1041666667vw !important;
    }
    .support{
        left: 1.0416666667vw;
        bottom: 1.0416666667vw;
    }
    .support .img{
        width: 2.708333333333vw;
    }
    .support .text{
        height: 1.5625vw;
        font-size: 0.625vw;
        padding: 0px 0.5208333333vw;
        border-radius: 0.3125vw;
        top: -1.0416666667vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw 0px;
    }
    .support .text .jiao{
        bottom: -0.5208333333vw;
    }
    .support_mark .color{
        backdrop-filter: blur(1.3020833333vw);
    }
    .support_mark .content{
        width: 27.0833333333vw;
        height: 11.4583333333vw;
        border-radius: 0.625vw;
        padding-top: 2.0833333333vw;
    }
    .support_mark .content .close{
        width: 1.5625vw;
        height: 1.5625vw;
        left: calc(100% + 0.2083333333vw);
    }
    .support_mark .content .text p{
        font-size: 1.1458333333vw;
    }
    .support_mark .content .common_button{
        margin: 1.25vw auto 0px;
    }
    undefined{
        transform: translateY(1.0416666667vw);
    }
    .sidebar{
        right: 1.0416666667vw;
        bottom: 4.9479166667vw;
    }
    .sidebar .list{
        gap: 1.25vw;
    }
    .sidebar .list .item{
        width: 2.1875vw;
        height: 2.1875vw;
    }
    .sidebar .list .item span{
        font-size: 1.25vw;
    }
    .common_banner .banner_top{
        top: 7.96875vw;
    }
    .common_banner .banner_top .label{
        font-size: 1.0416666667vw;
    }
    .common_banner .banner_top .label div{
        font-size: 1.0416666667vw;
    }
    .common_banner .banner_top .banner_top_title{
        font-size: 2.5vw;
    }
    .common_banner .banner_top .banner_top_title div{
        font-size: 2.5vw;
    }
    .w1440{
        width: 75vw;
    }
    .w1200{
        width: 75vw;
    }
    .page{
        gap: 0.5208333333vw;
    }
    .page a{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        font-size: 0.8333333333vw;
    }
    .page a:nth-child(1), .page a:nth-last-child(1){
        width: 4.5833333333vw;
        height: 2.3958333333vw;
    }
    .cookie{
        right: 1.0416666667vw;
        bottom: 1.0416666667vw;
        width: 26.5625vw;
        border-radius: 0.625vw;
        padding: 2.2395833333vw 1.5625vw 2.03125vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.5625vw;
    }
    .cookie .close{
        right: 0.9895833333vw;
        top: 0.625vw;
        width: 1.1458333333vw;
    }
    .cookie .h5{
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }
    .cookie .p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin-bottom: 2.8645833333vw;
    }
    .cookie .btns .btn{
        width: 7.0833333333vw;
        height: 2.34375vw;
        border-radius: 2.6041666667vw;
    }
    .cookie .btns .btn p{
        font-size: 0.7291666667vw;
    }
    .fixed_coookie1 .fixed_shadow{
        backdrop-filter: blur(0.2604166667vw);
    }
    .fixed_coookie1 .fixed_box{
        border-radius: 0.4166666667vw;
        width: 34.2708333333vw;
    }
    .fixed_coookie1 .fixed_box .close{
        right: 0.9895833333vw;
        top: 0.625vw;
        width: 1.1458333333vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_top{
        padding: 1.25vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_top .logo{
        width: 6.25vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_control .item{
        padding: 0.8854166667vw 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_control .item::after{
        height: 0.15625vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content{
        padding: 1.3020833333vw 1.3020833333vw 2.4479166667vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.6770833333vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part p{
        font-size: 0.7291666667vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part{
        max-height: 15.625vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part h6{
        font-size: 0.7291666667vw;
        margin-bottom: 0.5208333333vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part p{
        font-size: 0.625vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part ul li{
        padding: 0px 0px 0px 0.5208333333vw;
        font-size: 0.625vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part ul li::after{
        width: 0.2083333333vw;
        height: 0.2083333333vw;
        top: 0.46875vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_bottom{
        padding: 1.25vw;
        gap: 0.5208333333vw;
    }
    .fixed_coookie1 .fixed_box .fixed_box_bottom .btn{
        font-size: 0.7291666667vw;
        width: 15.625vw;
        height: 2.7083333333vw;
        border-radius: 0.2083333333vw;
    }
    .header .header_search{
        padding: 6.3541666667vw 0px 2.2395833333vw;
    }
    .header .header_search .wrap{
        width: 56.25vw;
    }
    .header .header_search .wrap form{
        height: 2.7083333333vw;
        border-radius: 0.3125vw;
        padding: 0px 0px 0px 1.5625vw;
        margin-bottom: 1.3541666667vw;
    }
    .header .header_search .wrap form .iconfont{
        font-size: 0.9375vw;
    }
    .header .header_search .wrap form input{
        width: 48.1770833333vw;
        font-size: 0.8333333333vw;
        padding: 0px 0px 0px 0.5208333333vw;
        margin-right: 0.5208333333vw;
    }
    .header .header_search .wrap form button{
        width: 5.2083333333vw;
        border-radius: 0.3125vw;
        font-size: 0.8333333333vw;
    }
    .header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_link_h5{
        gap: 0.3645833333vw;
        margin-bottom: 0.8854166667vw;
        padding: 0px 0px 0px 0.15625vw;
    }
    .header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_link_h5 img{
        width: 0.6770833333vw;
    }
    .header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_link_h5 p{
        font-size: 0.7291666667vw;
    }
    .header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_bottom_links_flex{
        gap: 0.625vw;
    }
    .header .header_search .wrap .header_search_bottom .header_search_bottom_links .header_search_bottom_links_flex a{
        height: 1.6666666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.625vw;
        font-size: 0.625vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list{
        gap: 1.40625vw;
        max-height: 21.6145833333vw;
        margin-top: 2.2395833333vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item{
        padding: 1.5625vw 1.0416666667vw;
        border-radius: 0.4166666667vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item .img{
        height: 7.2916666667vw;
        margin-bottom: 1.5625vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item .text{
        margin-bottom: 1.0416666667vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item .text h4{
        margin-bottom: 0.78125vw;
        font-size: 0.9375vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item .text p{
        font-size: 0.625vw;
        line-height: 1.1458333333vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item .common_button{
        font-size: 0.7291666667vw;
    }
    .header .header_search .wrap .header_search_bottom .result_list .s_item.new::after{
        top: 1.0416666667vw;
        right: 1.0416666667vw;
    }
}

@media screen and (max-width: 768px) {
    .header .bottom .right .search a {
        pointer-events: auto;
    }
    .header .header_search {
        display: none;
    }
    .fixed_coookie1 .fixed_box {
        width: 90vw;
        border-radius: 8px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_top {
        padding: 18px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_top .logo {
        width: 120px;
    }
    .fixed_coookie1 .fixed_box .close {
        right: 18px;
        top: 26px;
        width: 14px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_control .item {
        padding: 13px 0;
        font-size: 14px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content {
        padding: 20px 18px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part {
        max-height: 50vh;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part p {
        font-size: 12px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part h5 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part h6 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part ul li:not(:last-child) {
        margin-bottom: 6px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part ul li {
        font-size: 12px;
        padding: 0 0 0 10px;

    }
    .fixed_coookie1 .fixed_box .fixed_box_bottom {
        padding: 10px 18px;
        justify-content: space-between;
        gap: unset;
    }
    .fixed_coookie1 .fixed_box .fixed_box_bottom .btn {
        width: 48%;
        height: 40px;
        font-size: 13px;
        border-radius: 4px;
    }
    .fixed_coookie1 .fixed_box .fixed_box_content .part ul li:after {
        width: 4px;
        height: 4px;
        top: 4px;
    }
    .parallax {
        transform: unset !important;
    }
    .common_banner .banner_top {
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .w1440,.w1200 {
        width: 90vw;
    }
    .common_banner .img {
        height: 100%;
    }
    .common_banner {
        height: 100vh;
    }
    .common_banner .img img {
        height: 100%;
    }
    .common_banner .banner_top {
        width: 90%;

    }
    .support .img {
        width: 55px;
    }
    .support .text {
        height: 26px;
        font-size: 10px;
        padding: 0 8px;
        border-radius: 4px;
        top: -26px;
    }
    .support .text .jiao {
        bottom: -10px;
    }
    .cookie {
        right: 2vw;
        bottom: 2vw;
        z-index: 99999999999999999999999999;
        width: 80vw;
        padding: 15px;
        border-radius: 6px;
    }
    .cookie .h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cookie .p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .cookie .close {
        right: 10px;
        top: 10px;
        width: 16px;
    }
    .cookie .btns .btn {
        width: 80px;
        height: 30px;
        border-radius: 20px;
        font-size: 10px;
    }
    .cookie .btns .btn p {
        font-size: 10px;
    }
    .support {
        left: 2vw;
        bottom: 2vw;
    }
    .fixed_coookie .fixed_box {
        border-radius: 8px;
        width: 90%;
    }
    .fixed_coookie .fixed_box .h5 {
        padding: 15px 15px;
        font-size: 16px;
    }
    .fixed_coookie .fixed_box .content {
        max-height: 300px;
        padding: 15px 10px;
    }
    .fixed_coookie .fixed_box .content h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .fixed_coookie .fixed_box .content p {
        font-size: 13px;
        line-height: 1.6;
    }
    .fixed_coookie .fixed_box .content ul li {
        font-size: 13px;
        padding: 0 0 0 10px;
    }
    .fixed_coookie .fixed_box .content ul li::after {
        width: 4px;
        height: 4px;
        top: 8px;
        border-radius: 50%;
    }
    .support_mark .content .close {
        width: 26px;
        height: 26px;

    }
    .support_mark .content {
        width: 80vw;
        border-radius: 8px;
        padding: 30px 0;
        height: unset;
    }
    .support_mark .content .text p {
        font-size: 15px;
    }
    .support_mark .content .common_button {
        margin: 25px auto 0;
        height: 32px;
        border-radius: 16px;
        padding: 0 15px;
        font-size: 13px;
    }
    .support_mark .content .close span {
        font-size: 12px;
    }

    .header .mobile_nav .item .second1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000000;
        z-index: 3;
        padding: 100px 0 0;
        clip-path: inset(0 0 0 100%);
        transition: 0.6s;
    }
    .header .mobile_nav .item.active .second1 {
        clip-path: inset(0 0 0 0);
    }
    .header .mobile_nav .item .second1 .joke {
        width: 100%;
        overflow-y: auto;
        padding: 0 5vw;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .jt {
        position: absolute;
        width: 16px;
        top: 21px;
        right: 0;
        filter: brightness(0) invert(1);
        transition: 0.6s;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item.active .jt {
        transform: rotate(90deg);
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_item1 {
        display: block;
        font-size: 15px;
        color: #FFFFFF;
        width: 100%;
        line-height: 60px;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
        padding: 0 0 20px;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item {
        display: block;
        width: 48%;
        padding: 20px 10px 15px;
        border-radius: 6px;
        background: #F5F5F6;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item .text h4 {
        color: #10253F;
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item .text p {
        font-size: 8px;
        line-height: 1.8;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 6px 0 8px;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .none {
        display: none;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item .img {
        height: 22vw;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item .common_button {
        height: 22px;
        padding: 0 8px;
        font-size: 8px;
        border-radius: 14px;
        border: 1px solid #10253F;
        color: #10253F;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item.new {
        position: relative;
    }
    .header .mobile_nav .item .second1 .joke .s_tab .s_tab_item .s_list .s_item.new:after {
        content: "New";
        color: #318C92;
        font-size: 8px;
        position: absolute;
        top: 8px;
        right: 5px;
    }
    .header .mobile_nav .item .second1 .joke .back {
        transform: rotate(180deg);
        width: 20px;
        filter: brightness(0) invert(1);
        margin-bottom: 10px;
    }
}
