@font-face {
    font-family: 'Neue Kaine';
    src: url("../fonts/neue-kaine-variable.ttf");
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: 'Poppins-Light';
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins-SemiBold.ttf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::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: #7f1085;
    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: #7f1085;
}

.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%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
}

.header .logo {
    display: block;
    width: 186px;
    position: relative;
    z-index: 10;
}

.header .logo img {
    display: block;
    width: 100%;
    filter: brightness(0) invert(1);
    transition: 0.6s;
}

.header .header_l {
    width: 299px;
}

.header .nav {
    display: flex;
    gap: 0 62px;
    height: 100%;
}

.header .nav .nav_item {
    height: 100%;
    position: relative;
}

.header .nav .nav_item .first {
    height: 100%;
}

.header .nav .nav_item .first a {
    display: flex;
    align-items: center;
    font-family: 'Neue Kaine';
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 100%;
    transition: 0.6s;
    position: relative;
}

.header .nav .nav_item .first a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #7F1085;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 1s;
}

.header .nav .nav_item .pro_second {
    width: 100vw;
    position: fixed;
    z-index: -1;
    left: 0;
    top: -1px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    padding: 0 0 60px;
    clip-path: inset(0 0 100% 0);
    transition: 1s;
}

.header .nav .nav_item .pro_second .wrap {
    width: 1400px;
    margin: 127px auto 0;
    display: flex;
    justify-content: space-between;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item {
    width: 321px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 28px 0 25px;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 8px;
    margin-bottom: 10px;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item .icon {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 34px;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item .icon img {
    display: block;
    transition: 0.6s;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item .icon img:nth-child(1) {
    position: absolute;
    opacity: 0;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item p {
    font-family: 'Neue Kaine';
    font-weight: 600;
    font-size: 16px;
    color: #978DA0;
    text-transform: capitalize;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 16px;
    transition: 0.6s;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item .iconfont {
    font-size: 10px;
    color: #7F1085;
    opacity: 0;
    transition: 0.6s;
    transform: rotate(180deg);
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item.on, .header .nav .nav_item .pro_second .wrap .pro_second_control .item:hover {
    background: #FFFFFF;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item.on .icon img, .header .nav .nav_item .pro_second .wrap .pro_second_control .item:hover .icon img {
    opacity: 0;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item.on .icon img:nth-child(1), .header .nav .nav_item .pro_second .wrap .pro_second_control .item:hover .icon img:nth-child(1) {
    opacity: 1;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item.on p, .header .nav .nav_item .pro_second .wrap .pro_second_control .item:hover p {
    color: #7F1085;
}

.header .nav .nav_item .pro_second .wrap .pro_second_control .item.on .iconfont, .header .nav .nav_item .pro_second .wrap .pro_second_control .item:hover .iconfont {
    opacity: 1;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box {
    width: 1010px;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item {
    display: none;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px 0 0;
    gap: 20px;
    max-height: 531px;
    overflow-y: auto;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list::-webkit-scrollbar {
    width: 2px;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list::-webkit-scrollbar-thumb {
    background: #7F1085;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item {
    display: block;
    width: 310px;
    height: 256px;
    background: #F7F8FC;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item .pro_item_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.6s;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item p {
    width: 100%;
    padding: 0 40px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    line-height: 1;
    bottom: 25px;
    z-index: 3;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item .img {
    width: 210px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 0;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item:hover .pro_item_bg {
    opacity: 1;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item.on {
    display: block;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .more {
    margin: 33px 0 0;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .more a {
    display: flex;
    align-items: center;
    padding: 0 33px;
    width: fit-content;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(127, 16, 133, 0.3);
    gap: 0 8px;
    transition: 0.6s;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .more a p {
    font-family: 'Neue Kaine';
    font-weight: 500;
    font-size: 14px;
    color: #7F1085;
    transition: 0.6s;
    transform: translateY(2px);
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .more a .iconfont {
    font-size: 10px;
    color: #7F1085;
    transition: 0.6s;
    transform: rotate(180deg);
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .more a:hover {
    background: #7F1085;
    border: 1px solid #7f1085;
}

.header .nav .nav_item .pro_second .wrap .pro_second_box .more a:hover p, .header .nav .nav_item .pro_second .wrap .pro_second_box .more a:hover .iconfont {
    color: #FFFFFF;
}

.header .nav .nav_item:hover .pro_second {
    clip-path: inset(0 0 0% 0);
}

.header .nav .nav_item:hover .first a, .header .nav .nav_item.on .first a {
    color: #7F1085 !important;
}

.header .nav .nav_item:hover .first a:after, .header .nav .nav_item.on .first a:after {
    transform: scaleX(1);
}

.header .header_r {
    display: flex;
    align-items: center;
}

.header .header_r .header_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_r .header_btns .search {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_r .header_btns .search .iconfont {
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .header_btns .search .iconfont:hover {
    color: #7F1085 !important;
}

.header .header_r .header_btns .search .iconfont.none {
    pointer-events: none;
}

.header .header_r .header_btns .search .close_search {
    position: absolute;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    pointer-events: auto;
    justify-content: center;
    z-index: 10;
}

.header .header_r .header_btns .search .close_search span {
    position: absolute;
    display: block;
    width: 21px;
    height: 2px;
    background: #333333;
    transform: rotate(45deg) scaleX(1);
    transition: 0.6s;
}

.header .header_r .header_btns .search .close_search span:nth-last-child(1) {
    transform: rotate(-45deg) scaleX(1);
}

.header .header_r .header_btns .search .close_search.hide {
    pointer-events: none;
    z-index: 1;
}

.header .header_r .header_btns .search .close_search.hide span {
    transform: rotate(45deg) scaleX(0);
    transition-delay: 0.1s;
}

.header .header_r .header_btns .search .close_search.hide span:nth-last-child(1) {
    transform: rotate(-45deg) scaleX(0);
}

.header .header_r .header_btns .lan {
    cursor: pointer;
}

.header .header_r .header_btns .lan .iconfont {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 100;
    transition: 0.6s;
}

.header .header_r .header_btns .lan .iconfont:hover {
    color: #7F1085 !important;
}

.header .header_r .header_btns > span {
    display: block;
    width: 1px;
    height: 11px;
    background: #FFFFFF;
    margin: 0 26px;
}

.header .header_r .header_brand {
    margin-left: 61px;
    position: relative;
    cursor: pointer;
}

.header .header_r .header_brand .header_brand_down {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 20px);
    padding: 66px 0 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 4px 16px;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item {
    display: flex;
    align-items: center;
    min-width: 120px;
    padding: 12px 0;
    gap: 0 17px;
    position: relative;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    transition: 0.6s;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item:not(:last-child):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #7F1085;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item .icon {
    width: 24px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item:hover span {
    color: #7F1085;
}

.header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item:hover:after {
    transform: scaleX(1);
}

.header .header_r .header_brand .header_brand_p {
    height: 46px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    transition: 0.6s;
}

.header .header_r .header_brand .header_brand_p p {
    font-family: 'Neue Kaine';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: 0.6s;
    transform: translateY(2px);
}

.header .header_r .header_brand:hover .header_brand_p {
    border: 1px solid #7F1085 !important;
    background: #7F1085 !important;
}

.header .header_r .header_brand:hover .header_brand_p p {
    color: #FFFFFF !important;
}

.header .header_r .header_brand:hover .header_brand_down {
    opacity: 1;
    transform: translate(-50%, 0px);
    pointer-events: auto;
}

.header .header_search_box {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    backdrop-filter: blur(20px);
    clip-path: inset(0 0 100% 0);
    transition: 0.8s;
}

.header .header_search_box .header_search_box_top {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_search_box .header_search_box_top form {
    width: 600px;
    border-bottom: 1px solid #DADAE5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header_search_box .header_search_box_top form .form_l {
    display: flex;
    align-items: center;
}

.header .header_search_box .header_search_box_top form .form_l .iconfont {
    font-size: 16px;
    color: #2C2C2C;
}

.header .header_search_box .header_search_box_top form .form_l input {
    width: 500px;
    height: 55px;
    padding: 0 18px;
    font-weight: 400;
    font-size: 14px;
    background: unset;
    border: none;
}

.header .header_search_box .header_search_box_top form .form_l input::placeholder {
    color: #999999;
}

.header .header_search_box .header_search_box_top form button {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    transition: 0.6s;
    background: unset;
}

.header .header_search_box .header_search_box_top form button:hover {
    color: #7F1085;
}

.header .header_search_box .header_search_box_content {
    padding: 30px 0 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.header .header_search_box .header_search_box_content .wrap {
    width: 600px;
    margin: 0 auto;
}

.header .header_search_box .header_search_box_content .wrap .header_search_box_content_title {
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.header .header_search_box .header_search_box_content .wrap .links_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header .header_search_box .header_search_box_content .wrap .links_box .item {
    display: flex;
    align-items: center;
    width: 260px;
    gap: 0 20px;
}

.header .header_search_box .header_search_box_content .wrap .links_box .item .iconfont {
    font-size: 12px;
    color: #555555;
    transition: 0.6s;
}

.header .header_search_box .header_search_box_content .wrap .links_box .item p {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 32px;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .header_search_box .header_search_box_content .wrap .links_box .item:hover .iconfont, .header .header_search_box .header_search_box_content .wrap .links_box .item:hover p {
    color: #7F1085;
}

.header .header_search_box.show {
    clip-path: inset(0 0 0% 0);
}

.header .header_search_box.show .header_search_box_content {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.4s;
}

.header.header_search .logo img {
    filter: brightness(1);
}

.header.header_hover .logo img, .header.header_on .logo img, .header.on .logo img {
    filter: brightness(1);
}

.header.header_hover .nav .nav_item .first a, .header.header_on .nav .nav_item .first a, .header.on .nav .nav_item .first a {
    color: #1A1A1A;
}
.header .header_r .header_btns .login_btn {
    height: fit-content;
}
.header .header_r .header_btns .login_btn .iconfont {
    font-size: 19px;
    color: #FFFFFF;
    font-weight: 100;
    transition: 0.6s;
    display: block;
}
.header .header_r .header_btns .login_btn .iconfont:hover {
    color: #7F1085 !important;
}
.header.header_hover .header_r .header_btns .search .iconfont, .header.header_on .header_r .header_btns .search .iconfont, .header.on .header_r .header_btns .search .iconfont, .header.on .header_r .header_btns .login_btn .iconfont {
    color: #555555;
}

.header.header_hover .header_r .header_btns > span, .header.header_on .header_r .header_btns > span, .header.on .header_r .header_btns > span {
    background: #DADAE5;
}

.header.header_hover .header_r .header_btns .lan .iconfont, .header.header_on .header_r .header_btns .lan .iconfont, .header.on .header_r .header_btns .lan .iconfont {
    color: #555555;
}

.header.header_hover .header_r .header_btns .login_btn .iconfont, .header.header_on .header_r .header_btns .login_btn .iconfont, .header.on .header_r .header_btns .login_btn .iconfont {
    color: #555555;
}

.header.header_hover .header_r .header_brand .header_brand_p, .header.header_on .header_r .header_brand .header_brand_p, .header.on .header_r .header_brand .header_brand_p {
    border: 1px solid #DADAE5;
}

.header.header_hover .header_r .header_brand .header_brand_p p, .header.header_on .header_r .header_brand .header_brand_p p, .header.on .header_r .header_brand .header_brand_p p {
    color: #555555;
}

.header.on {
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer {
    margin-top: 5vw;
}

.footer .common_after {
    position: relative;
    z-index: 9;
    margin-top: -9.8958333333vw;
    pointer-events: none;
}

.footer .common_after .after {
    --scaleY: 0;
    width: 100%;
    height: 9.8958333333vw;
    background: url(../images/after.svg) bottom/auto 9.8958333333vw no-repeat;
    transform: scaleY(var(--scaleY));
    transform-origin: bottom;
    position: relative;
    top: 1px;
}

.footer .footer_box {
    background: #1E1C1E;
    padding: 80px 0 0;
}

.footer .footer_box .wrap .logo {
    filter: brightness(0) invert(1);
    width: 93px;
    margin: 0 auto;
}

.footer .footer_box .wrap .logo img {
    display: block;
    width: 100%;
}

.footer .footer_box .wrap .zi {
    width: 495px;
    margin: 39px auto 80px;
}

.footer .footer_box .wrap .zi img {
    display: block;
    width: 100%;
}

.footer .footer_box .wrap .footer_top {
    padding: 0 0 126px;
    display: flex;
    justify-content: space-between;
}

.footer .footer_box .wrap .footer_top .footer_top_l {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 106px;
}

.footer .footer_box .wrap .footer_top .footer_top_l .item h5 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 10px;
}

.footer .footer_box .wrap .footer_top .footer_top_l .item p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}

.footer .footer_box .wrap .footer_top .footer_top_l .item span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.2;
    display: block;
    margin: 6px 0 0;
}

.footer .footer_box .wrap .footer_top .footer_top_r {
    width: 850px;
    display: flex;
    justify-content: space-between;
}

.footer .footer_box .wrap .footer_top .footer_top_r ul li a {
    display: block;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 36px;
    transition: 0.6s;
}

.footer .footer_box .wrap .footer_top .footer_top_r ul li a:hover {
    color: white;
}

.footer .footer_box .wrap .footer_top .footer_top_r ul li:nth-child(1) {
    margin-bottom: 40px;
}

.footer .footer_box .wrap .footer_top .footer_top_r ul li:nth-child(1) a {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
}

.footer .footer_box .wrap .footer_top .footer_top_r ul li:nth-child(1) a:hover {
    color: #7F1085;
}

.footer .footer_box .wrap .footer_bottom {
    padding: 43px 0 66px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer_box .wrap .footer_bottom .footer_bottom_l {
    width: 30%;
}

.footer .footer_box .wrap .footer_bottom .footer_bottom_l p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
    display: flex;
    align-items: center;
}

.footer .footer_box .wrap .footer_bottom .footer_bottom_l img {
    display: block;
    width: 21px;
    margin: 0 8px;
    opacity: 0.4;
}

.footer .footer_box .wrap .footer_bottom .footer_bottom_r {
    width: 30%;
}

.footer .footer_box .wrap .footer_bottom .footer_bottom_r a {
    display: flex;
    align-items: center;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.4;
    transition: 0.6s;
    width: fit-content;
    margin: 0 0 0 auto;
}
.footer .footer_box .wrap .footer_bottom .footer_bottom_r a img {
    display: block;
    width: 20px;
    margin-right: 6px;
}
.footer .footer_box .wrap .footer_bottom .footer_bottom_r a:hover {
    opacity: 1;
}

.footer .footer_box .wrap .footer_bottom .area {
    position: relative;
}

.footer .footer_box .wrap .footer_bottom .area .area_list {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 20px);
    pointer-events: none;
    transition: 0.6s;
    padding: 0 0 64px;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box {
    padding: 0 16px;
    background: #FFFFFF;
    border-radius: 3px;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item {
    display: flex;
    align-items: center;
    height: 48px;
    gap: 0 15px;
    padding: 0 10px 0 0;
    cursor: pointer;
    position: relative;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item:not(:last-child):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #7F1085;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item .icon img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    transition: 0.6s;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item:hover p {
    color: #7F1085;
}

.footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item:hover:after {
    transform: scaleX(1);
}

.footer .footer_box .wrap .footer_bottom .area .area_true {
    width: 160px;
    height: 54px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9px;
}

.footer .footer_box .wrap .footer_bottom .area .area_true p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.4;
}

.footer .footer_box .wrap .footer_bottom .area .area_true .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.footer .footer_box .wrap .footer_bottom .area .area_true .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .footer_box .wrap .footer_bottom .area:hover .area_list {
    opacity: 1;
    transform: translate(-50%, 0px);
    pointer-events: auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.common_top {
    height: 500px;
    background: #F3F3F3;
    overflow: hidden;
    position: relative;
}

.common_top .bg {
    width: 770px;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
    transition: 0.8s;
}

.common_top .bg img {
    display: block;
}

.common_top .bg.aos-animate {
    transform: rotate(0deg);
    opacity: 1;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 14px;
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #F5F5F5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: 0.6s;
}

.page a:hover, .page a.on {
    background: #7F1085;
    color: #FFFFFF;
}

.page a.page_more {
    background: unset;
    color: #1A1A1A;
}

.page a.page_more:hover {
    color: #7F1085;
}

.page a.page_btn {
    width: 100px;
}

.side_bar {
    position: fixed;
    z-index: 99;
    right: 47px;
    bottom: 93px;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.side_bar.on {
    pointer-events: auto;
    opacity: 1;
}

.side_bar .cir {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.side_bar .cir .iconfont {
    font-size: 16px;
    color: #333333;
    transition: 0.6s;
}

.side_bar .cir:last-child {
    flex-direction: column;
}

.side_bar .cir:last-child .iconfont {
    font-size: 9px;
    margin-bottom: 4px;
}

.side_bar .cir:last-child p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 9px;
    color: #333333;
    transition: 0.6s;
}

.side_bar .cir:not(:last-child) {
    margin-bottom: 10px;
}

.side_bar .cir:hover {
    background: #7F1085;
}

.side_bar .cir:hover .iconfont {
    color: #FFFFFF;
}

.side_bar .cir:hover p {
    color: #FFFFFF;
}

.common_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.common_banner .text {
    position: absolute;
    top: 312px;
    left: 50%;
    transform: translateX(-50%);
}

.common_banner .text h5 {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

.common_banner .text h5 div {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
}

.common_banner .text p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
}

.common_banner .text p div {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}

.common_banner .img {
    width: 100%;
    overflow: hidden;
}

.common_banner .img img {
    display: block;
    width: 100%;
    transition: 2s;
    transform: scale(1.1);
}

.common_banner.on .img img {
    transform: scale(1);
}


.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.fixed.show {
    opacity: 1;
    pointer-events: auto;
}
.fixed .fixed_shadow {
    opacity: 0.2;
    background: #000;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}
.fixed .fixed_box {
    width: 538px;
    border-radius: 12px;
    background: #FFF;
    padding: 56px 57px 70px;
    position: relative;
    z-index: 3;
}
.fixed .fixed_box .h5 {
    color: #111;
    font-family: 'Poppins-Medium';
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 36px;
}
.fixed .fixed_box input {
    width: 100%;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 0 20px;
    color: #111;
    font-size: 14px;
    font-weight: 300;
}
.fixed .fixed_box input::placeholder {
    color: #999999;
}
.fixed .fixed_box button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin: 40px 0 20px;
}
.fixed .fixed_box a {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.6s;
}
.fixed .fixed_box a:hover {
    color: #7F1085;
}
.header .nav .nav_item .second {
    display: none;
}

@media screen and (max-width: 1919px) {
    .header .header_r .header_btns .login_btn .iconfont {
        font-size: 0.8666vw;
    }
    [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;
    }
    .header{
        height: 4.1666666667vw;
        padding: 0px 2.0833333333vw;
    }
    .header .logo{
        width: 9.6875vw;
    }
    .header .header_l{
        width: 15.5729166667vw;
    }
    .header .nav{
        gap: 0px 3.2291666667vw;
    }
    .header .nav .nav_item .first a{
        font-size: 0.8333333333vw;
    }
    .header .nav .nav_item .pro_second{
        backdrop-filter: blur(1.0416666667vw);
        padding: 0px 0px 3.125vw;
    }
    .header .nav .nav_item .pro_second .wrap{
        width: 72.9166666667vw;
        margin: 6.6145833333vw auto 0px;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_control .item{
        width: 16.71875vw;
        height: 3.6458333333vw;
        padding: 0px 1.4583333333vw 0px 1.3020833333vw;
        border-radius: 0.4166666667vw;
        margin-bottom: 0.5208333333vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_control .item .icon{
        width: 2.34375vw;
        height: 2.0833333333vw;
        margin-right: 1.7708333333vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_control .item p{
        font-size: 0.8333333333vw;
        width: 8.3333333333vw;
        margin-right: 0.8333333333vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_control .item .iconfont{
        font-size: 0.5208333333vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box{
        width: 52.6041666667vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list{
        padding: 0px 1.8229166667vw 0px 0px;
        gap: 1.0416666667vw;
        max-height: 27.65625vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list::-webkit-scrollbar{
        width: 0.1041666667vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item{
        width: 16.1458333333vw;
        height: 13.3333333333vw;
        border-radius: 0.625vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item p{
        padding: 0px 2.0833333333vw;
        font-size: 0.8333333333vw;
        bottom: 1.3020833333vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .pro_second_box_item .pro_second_box_list .pro_item .img{
        width: 10.9375vw;
        height: 8.3333333333vw;
        margin: 1.875vw auto 0px;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .more{
        margin: 1.71875vw 0px 0px;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .more a{
        padding: 0px 1.71875vw;
        height: 2.5vw;
        border-radius: 1.25vw;
        gap: 0px 0.4166666667vw;
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .more a p{
        font-size: 0.7291666667vw;
        transform: translateY(0.1041666667vw);
    }
    .header .nav .nav_item .pro_second .wrap .pro_second_box .more a .iconfont{
        font-size: 0.5208333333vw;
    }
    .header .header_r .header_btns .search .iconfont{
        font-size: 0.9375vw;
    }
    .header .header_r .header_btns .search .close_search{
        width: 0.78125vw;
        height: 0.78125vw;
    }
    .header .header_r .header_btns .search .close_search span{
        width: 1.09375vw;
        height: 0.1041666667vw;
    }
    .header .header_r .header_btns .lan .iconfont{
        font-size: 1.0416666667vw;
    }
    .header .header_r .header_btns > span{
        height: 0.5729166667vw;
        margin: 0px 1.3541666667vw;
    }
    .header .header_r .header_brand{
        margin-left: 3.1770833333vw;
    }
    .header .header_r .header_brand .header_brand_down{
        transform: translate(-50%, 1.0416666667vw);
        padding: 3.4375vw 0px 0px;
    }
    .header .header_r .header_brand .header_brand_down .header_brand_down_box{
        border-radius: 0.15625vw;
        padding: 0.2083333333vw 0.8333333333vw;
    }
    .header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item{
        min-width: 6.25vw;
        padding: 0.625vw 0px;
        gap: 0px 0.8854166667vw;
    }
    .header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item span{
        font-size: 0.7291666667vw;
    }
    .header .header_r .header_brand .header_brand_down .header_brand_down_box .header_brand_down_box_item .icon{
        width: 1.25vw;
        height: 1.1979166667vw;
    }
    .header .header_r .header_brand .header_brand_p{
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        padding: 0px 1.3541666667vw;
    }
    .header .header_r .header_brand .header_brand_p p{
        font-size: 0.7291666667vw;
        transform: translateY(0.1041666667vw);
    }
    .header .header_search_box{
        backdrop-filter: blur(1.0416666667vw);
    }
    .header .header_search_box .header_search_box_top{
        height: 4.1666666667vw;
    }
    .header .header_search_box .header_search_box_top form{
        width: 31.25vw;
    }
    .header .header_search_box .header_search_box_top form .form_l .iconfont{
        font-size: 0.8333333333vw;
    }
    .header .header_search_box .header_search_box_top form .form_l input{
        width: 26.0416666667vw;
        height: 2.8645833333vw;
        padding: 0px 0.9375vw;
        font-size: 0.7291666667vw;
    }
    .header .header_search_box .header_search_box_top form button{
        font-size: 0.8333333333vw;
    }
    .header .header_search_box .header_search_box_content{
        padding: 1.5625vw 0px 5.2083333333vw;
        transform: translateY(1.0416666667vw);
    }
    .header .header_search_box .header_search_box_content .wrap{
        width: 31.25vw;
    }
    .header .header_search_box .header_search_box_content .wrap .header_search_box_content_title{
        font-size: 0.7291666667vw;
        margin-bottom: 1.0416666667vw;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box .item{
        width: 13.5416666667vw;
        gap: 0px 1.0416666667vw;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box .item .iconfont{
        font-size: 0.625vw;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box .item p{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .header.on{
        height: 3.6458333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }
    .footer .footer_box{
        padding: 4.1666666667vw 0px 0px;
    }
    .footer .footer_box .wrap .logo{
        width: 4.84375vw;
    }
    .footer .footer_box .wrap .zi{
        width: 25.78125vw;
        margin: 2.03125vw auto 4.1666666667vw;
    }
    .footer .footer_box .wrap .footer_top{
        padding: 0px 0px 6.5625vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l{
        width: 31.25vw;
        gap: 0.4166666667vw 5.5208333333vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item h5{
        font-size: 0.7291666667vw;
        margin-bottom: 0.5208333333vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item p{
        font-size: 1.25vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item span{
        font-size: 0.7291666667vw;
        margin: 0.3125vw 0px 0px;
    }
    .footer .footer_box .wrap .footer_top .footer_top_r{
        width: 44.2708333333vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_r ul li a{
        font-size: 0.7291666667vw;
        line-height: 1.875vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_r ul li:nth-child(1){
        margin-bottom: 2.0833333333vw;
    }
    .footer .footer_box .wrap .footer_top .footer_top_r ul li:nth-child(1) a{
        font-size: 0.8333333333vw;
    }
    .footer .footer_box .wrap .footer_bottom{
        padding: 2.2395833333vw 0px 3.4375vw;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_l p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_l img{
        width: 1.09375vw;
        margin: 0px 0.4166666667vw;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_r a{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_r a img{
        width: 1.0416666667vw;
        margin-right: 0.3125vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_list{
        transform: translate(-50%, 1.0416666667vw);
        padding: 0px 0px 3.3333333333vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box{
        padding: 0px 0.8333333333vw;
        border-radius: 0.15625vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item{
        height: 2.5vw;
        gap: 0px 0.78125vw;
        padding: 0px 0.5208333333vw 0px 0px;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item .icon{
        width: 1.25vw;
        height: 1.25vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_list .area_list_box .area_item p{
        font-size: 0.7291666667vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_true{
        width: 8.3333333333vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
        gap: 0px 0.46875vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_true p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .footer .footer_box .wrap .footer_bottom .area .area_true .icon{
        width: 1.25vw;
        height: 1.25vw;
    }
    .w1200{
        width: 62.5vw;
    }
    .w1400{
        width: 72.9166666667vw;
    }
    .w1600{
        width: 83.3333333333vw;
    }
    .common_top{
        height: 26.0416666667vw;
    }
    .common_top .bg{
        width: 40.1041666667vw;
    }
    .page{
        gap: 0px 0.7291666667vw;
    }
    .page a{
        width: 2.1875vw;
        height: 2.1875vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw;
    }
    .page a.page_btn{
        width: 5.2083333333vw;
    }
    .side_bar{
        right: 2.4479166667vw;
        bottom: 4.84375vw;
    }
    .side_bar .cir{
        width: 2.1875vw;
        height: 2.1875vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }
    .side_bar .cir .iconfont{
        font-size: 0.8333333333vw;
    }
    .side_bar .cir:last-child .iconfont{
        font-size: 0.46875vw;
        margin-bottom: 0.2083333333vw;
    }
    .side_bar .cir:last-child p{
        font-size: 0.46875vw;
    }
    .side_bar .cir:not(:last-child){
        margin-bottom: 0.5208333333vw;
    }
    .common_banner .text{
        top: 16.25vw;
    }
    .common_banner .text h5{
        font-size: 3.75vw;
        margin-bottom: 1.5625vw;
    }
    .common_banner .text h5 div{
        font-size: 3.75vw;
    }
    .common_banner .text p{
        font-size: 1.25vw;
    }
    .common_banner .text p div{
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 1919px) {
    .fixed .fixed_box{
        width: 28.0208333333vw;
        border-radius: 0.625vw;
        padding: 2.9166666667vw 2.96875vw 3.6458333333vw;
    }
    .fixed .fixed_box .h5{
        font-size: 1.25vw;
        line-height: 1.3541666667vw;
        margin-bottom: 1.875vw;
    }
    .fixed .fixed_box input{
        height: 2.8125vw;
        border-radius: 0.2604166667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.7291666667vw;
    }
    .fixed .fixed_box button{
        height: 2.6041666667vw;
        border-radius: 0.2604166667vw;
        font-size: 0.8333333333vw;
        margin: 2.0833333333vw 0px 1.0416666667vw;
    }
    .fixed .fixed_box a{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 50px !important;
        padding: 0 5vw;
        background: #FFFFFF;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    .header .logo {
        width: 100px;
    }
    .header .nav {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #FFFFFF;
        z-index: -1;
        top: 0;
        left: 0;
        display: block;
        padding: 100px 5vw 0;
        clip-path: inset(0 0 100% 0);
        transition: 1s;
    }
    .header .nav .nav_item {
        height: unset;
        border-bottom: 1px solid #cccccc;
    }
    .header .nav .nav_item .first a {
        font-size: 15px;
        line-height: 60px;
        color: #111111;
    }
    .header .logo img {
        filter: brightness(1);
    }
    .header .header_r .header_btns .search .iconfont {
        font-size: 14px;
        color: #111111;
    }
    .header .header_r .header_btns .lan .iconfont {
        font-size: 14px;
        color: #111111;
    }
    .header .header_r .header_btns .login_btn .iconfont {
        font-size: 14px;
        color: #111111;
    }
    .header .header_r .header_btns > span {
        background: #666666;
        height: 12px;
        margin: 0 12px;
        display: block !important;
    }
    .header .header_r .header_brand {
        display: none;
    }
    .parallax {
        transform: unset !important;
    }
    .w1600,.w1400,.w1200 {
        width: 90vw;
    }

    .PE_menu {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.6s ease;
        position: relative;
        margin-left: 10px;
        z-index: 3;
    }

    .PE_menu .fist div {
        width: 24px;
        height: 1px;
        background: #111;
        transition: 0.3s ease;
        transform-origin: left;
    }

    .PE_menu .fist div:not(:last-child) {
        margin: 0 0 6px;
        transition-delay: 0.3s;
    }

    .PE_menu .fist div:nth-child(2) {
        transition-delay: 0.1s;
    }

    .PE_menu .fist div:nth-child(3) {
        transition-delay: 0.2s;
    }

    .PE_menu .last {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 2;
    }

    .PE_menu .last div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: left top;
        transition: 0.3s ease;
    }

    .PE_menu .last div:first-child {
        width: 100%;
        height: 1px;
        background: #111;
        transform: translate(-50%, -50%) scaleX(0);
    }

    .PE_menu .last div:last-child {
        width: 1px;
        height: 100%;
        background: #111;
        transform: translate(-50%, -50%) scaleY(0);
    }
    .header .nav .nav_item .first a:after {
        display: none;
    }
    .PE_menu.on {
        background: transparent !important;
    }

    .PE_menu.on .fist div {
        transform: scaleX(0);
    }

    .PE_menu.on .fist div:first-child {
        transition-delay: unset;
    }

    .PE_menu.on .last div:first-child {
        transform: translate(-50%, -50%) scaleX(1);
        transition-delay: 0.5s;
    }

    .PE_menu.on .last div:last-child {
        transform: translate(-50%, -50%) scaleY(1);
        transition-delay: 0.4s;
    }
    .header .nav.on {
        clip-path: inset(0);
    }
    .header .nav .nav_item .pro_second {
        display: none;
    }
    .header .nav .nav_item .first {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .nav .nav_item .first .iconfont {
        display: block !important;
        font-size: 14px;
        color: #666666;
        transition: 0.6s;
    }
    .header .nav .nav_item.item_active .first .iconfont {
        transform: rotate(90deg);
    }
    .header .nav .nav_item .second {
        padding: 0 15px 15px;
    }
    .header .nav .nav_item .second a p {
        font-size: 14px;
        color: #999999;
        line-height: 3;
    }

    .header .nav .nav_item .second a {
        display: block;
    }
    .footer .common_after {
        display: none;
    }
    .footer .footer_box {
        padding: 40px 0 0;
    }
    .footer .footer_box .wrap .logo {
        width: 70px;
    }
    .footer .footer_box .wrap .zi {
        width: 140px;
        margin: 20px auto 30px;
    }
    .footer .footer_box .wrap .footer_top {
        display: block;
        padding: 0 0 25px;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l {
        width: 100%;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item {
        width: 100%;
        text-align: center;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item h5 {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item p {
        font-size: 18px;
    }
    .footer .footer_box .wrap .footer_top .footer_top_l .item span {
        font-size: 10px;
        margin: 4px 0 0;
    }
    .footer .footer_box .wrap .footer_top .footer_top_r {
        display: none;
    }

    .footer .footer_box .wrap .footer_bottom {
        padding: 15px 0;
        display: block;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_l {
        width: 100%;
        text-align: center;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_l p {
        font-size: 12px;
        line-height: 1.6;
        text-align: center;
        justify-content: center;
    }
    .footer .footer_box .wrap .footer_bottom .area {
        display: none;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_r {
        width: 100%;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_r a {
        font-size: 12px;
        line-height: 1.6;
        text-align: center;
        margin: 0 auto;
    }
    .footer .footer_box .wrap .footer_bottom .footer_bottom_r a img {
        width: 10px;
        margin-right: 5px;
        margin-bottom: 4px;
    }
    .common_banner {
        padding: 50px 0 0;
        height: 60vh;
    }
    .common_banner .img {
        height: 100%;
    }
    .common_banner .img img {
        height: 100%;
    }
    .page a {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        font-size: 14px;
    }
    .page {
        gap: 8px;
    }
    .page a.page_btn {
        width: 60px;
    }
    .cursor {
        display: none;
    }
    .side_bar .cir {
        width: 36px;
        height: 36px;
    }
    .side_bar .cir:not(:last-child) {
        margin-bottom: 10px;
    }
    .side_bar .cir .iconfont {
        font-size: 12px;
    }
    .side_bar .cir:last-child .iconfont {
        font-size: 6px;
    }
    .side_bar .cir:last-child p {
        font-size: 8px;
        margin: 4px 0 0;
    }
    .header .header_search_box {
        padding: 80px 5vw 0;
    }
    .header .header_search_box .header_search_box_top form {
        width: 90vw;
    }
    .header .header_search_box .header_search_box_top form .form_l .iconfont {
        font-size: 14px;
    }
    .header .header_search_box .header_search_box_top form .form_l input {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        width: calc(90vw - 200px);
    }
    .header .header_search_box .header_search_box_top form button {
        font-size: 14px;
    }
    .header .header_search_box .header_search_box_top {
        height: unset;
    }
    .header .header_search_box.show .header_search_box_content {
        padding: 30px 0 ;
    }
    .header .header_search_box .header_search_box_content .wrap {
        width: 100%;
    }
    .header .header_search_box .header_search_box_content .wrap .header_search_box_content_title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box {
        gap: 10px;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box .item {
        width: 48%;
        gap: 6px;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box .item p {
        font-size: 12px;
        line-height: 1.4;
    }
    .header .header_search_box .header_search_box_content .wrap .links_box .item .iconfont {
        font-size: 10px;
    }
    .header .header_r .header_btns .search .close_search {
        width: 14px;
        height: 14px;
    }
    .header .header_r .header_btns .search .close_search span {
        width: 16px;
        height: 1px;
    }
}


@media screen and (max-width: 768px) {
    .fixed .fixed_box{
        width: 90%;
        border-radius: 8px;
        padding: 2.9166666667vw 2.96875vw 3.6458333333vw;
    }
    .fixed .fixed_box .h5{
        font-size: 18px;
        margin: 15px 0;
        line-height: 1.4;
    }
    .fixed .fixed_box input{
        height: 40px;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
    }
    .fixed .fixed_box button{
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
        margin: 20px 0 10px;
    }
    .fixed .fixed_box a{
        font-size: 14px;
    }
}
