@font-face {
    font-family: 'Neue Kaine1';
    src: url("../fonts/neue-kaine-variable.ttf");
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Montserrat", sans-serif;
    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");
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    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: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    transform: unset !important;
}



.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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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_hover .header_r .header_btns .search .iconfont,
.header.header_on .header_r .header_btns .search .iconfont,
.header.on .header_r .header_btns .search .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_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: 193px;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

.common_banner .text h5 div {
    font-family: "Montserrat", sans-serif;
    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);
}

/* CUSTOM */

.search_block {
    width: 400px;
    padding: 12px;
    border-radius: 12px;
    border: 1px #c3c3c3 solid;
    display: flex;
    justify-content: center;
}

.search_block .search {
    width: 100%;
    height: 36px;
    border-radius: 12px;
    background: #fff;
}

.index_banner .form_l {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 80px;
}

.index_banner .form_l input {
    width: 500px;
    height: 55px;
    padding: 0 18px;
    font-weight: 400;
    font-size: 14px;
    background: unset;
    border: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
}

.index_banner .form_l input::placeholder {
    color: #fff;
}

.more .form_l {
    display: flex;
    justify-content: center;
}

.index_banner_block {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: max-content;
}

.index_banner_more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 300px;
    margin-left: auto;
    margin-right: auto;
}

.index_banner_block {
    margin-left: auto;
    margin-right: auto;
}

.luquid-glass {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#title-search form {
    display: flex;
    align-items: center;
    gap: 20px;
}