@charset "UTF-8";

/**
 * 导航栏样式
 *
 * @format
 */
html.lenis {
    height: auto;
}

body {
    background: #000028;
}

.liuyan_tanchuang {
    position: fixed;
    width: 90%;
    max-width: 400px;
    display: none;
    top: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2010;
    border-radius: 2px;
    background: #000;
}

.liuyan_tanchuang .lox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    color: #fff;
    line-height: 24px;
}

.liuyan_tanchuang .ico {
    width: 24px;
}

.liuyan_tanchuang .out {
    width: 20px;
    cursor: pointer;
    margin-top: 2px;
}

.liuyan_tanchuang .wz {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    padding: 0 10px;
}

.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;
}

.my-time {
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before,
.my-time::after {
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before,
.my-times::after {
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before,
.my-times *::after {
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.w100 {
    width: 100%;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.my-img-toggle {
    cursor: pointer;
}

.my-img-toggle.my-img-target,
.my-img-toggle .my-img-target {
    position: relative;
    display: inline-block;
}

.my-img-toggle.my-img-target img,
.my-img-toggle .my-img-target img {
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2),
.my-img-toggle .my-img-target img:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1),
.my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1),
.my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(1),
.my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(1) {
    opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2),
.my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2),
.my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(2),
.my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
    opacity: 1;
}

.place-box {
    height: 120px;
}

.header {
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 40, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(10px);
    padding: 22px 0;
}

.header .logo {
    height: 3.8em;
}

.header .logo img {
    width: auto;
    height: 100%;
}

.header .nav {
    position: absolute;
    left: 46.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header .nav .nav_item {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
    line-height: 30px;
    position: relative;
}

.header .nav .nav_item .nav_item_link {
    color: #fff;
}

.header .nav .nav_item .submenu-box {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 62px 0 0;
    display: none;
    transition: none;
}

.header .nav .nav_item .submenu-box .inner-box {
    padding: 0 24px;
    background: rgba(0, 0, 40, 0.7);
    backdrop-filter: blur(8px);
    width: auto;
    position: relative;
}

.header .nav .nav_item .submenu-box .inner-box a {
    display: block;
    line-height: 3.375;
    border-bottom: 1px solid rgba(217, 217, 217, 0.1);
    color: #fff;
}

.header .nav .nav_item .submenu-box .inner-box a:last-child {
    border-bottom: none;
}

.header .nav .nav_item .submenu-box .inner-box a:hover {
    color: #05b1ff;
}

.header .nav .nav_item .submenu-box .inner-box::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 40, 0.7);
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
}

.header .nav .nav_item:last-child {
    margin-right: 0;
}

.header .nav .nav_item:hover {
    color: #05b1ff;
}

.header .nav .nav_item:hover .nav_item_link {
    color: #05b1ff;
}

.header .nav .nav_item .nav_decor {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 39px;
    height: auto;
    opacity: 0;
}

.header .nav .nav_item--active {
    color: #05b1ff;
}

.header .nav .nav_item--active .nav_text {
    color: #05b1ff;
}

.header .nav .nav_item--active .nav_decor {
    opacity: 1;
}

.header .header_right {
    margin-left: auto;
}

.header .header_right .search-box {
    margin-right: 0;
}

.header .lang-switcher {
    position: relative;
    cursor: pointer;
}

.header .lang-switcher .lang-icon {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 12px;
}

.header .lang-switcher .lang-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.header .line {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 0.24rem;
}

.header .search-box {
    width: 1.8rem;
    height: 32px;
    background: #333353;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 21px;
    padding: 0 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.header .search-box .search-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: pointer;
}

.header .search-box .search-input {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    background: transparent;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-left: 0.3rem;
    line-height: 30px;
}

.header .search-box .search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.header .search-box .search-input::-webkit-input-placeholder {
    transform: translateY(-2px);
}

.header .search-box .search-input div:nth-child(2) {
    transform: translateY(-2px);
}

.header .search-box .search-input:-webkit-autofill,
.header .search-box .search-input:-webkit-autofill:hover,
.header .search-box .search-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #333353 inset !important;
    -webkit-text-fill-color: rgb(255, 255, 255) !important;
    transition: background-color 5000s ease-in-out 0s;
    color: #fff;
}

.header.active {
    padding: 10px 0;
}

.header.active .wrap .logo {
    height: 56px;
}

.header.active .nav .nav_item .submenu-box {
    padding: 40px 0 0;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    position: static;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #b8f652;
    width: 24px;
}

.footer {
    background: linear-gradient(0deg, #000028 0%, #000020 100%);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images_die/footer_1_1.webp) no-repeat center center;
    background-size: cover;
}

.footer .wrap {
    position: relative;
    z-index: 2;
}

.footer .inner-box {
    padding: 2.25% 0 0;
}

.footer .top-bar {
    margin-bottom: 2.25%;
}

.footer .top-bar .logo img {
    display: block;
    height: auto;
}

.footer .top-bar .social-icons {
    gap: 20px;
}

.footer .top-bar .social-icons .social-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
}

.footer .top-bar .social-icons .social-icon .icon-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer .top-bar .social-icons .social-icon .icon-wrapper .icon-img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .top-bar .social-icons .social-icon .icon-wrapper .icon-img.act {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer .top-bar .social-icons .social-icon .icon-wrapper .icon-img.nor {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.footer .top-bar .social-icons .social-icon .ewm-box {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    border-radius: 10px;
    background: #333353;
    padding: 5px;
}

.footer .top-bar .social-icons .social-icon .ewm-box img {
    width: 90px;
    height: 90px;
}

.footer .top-bar .social-icons .social-icon:hover .ewm-box {
    opacity: 1;
    top: calc(100% + 13px);
}

.footer .top-bar .social-icons .social-icon:hover .icon-wrapper .icon-img.nor {
    opacity: 0;
}

.footer .top-bar .social-icons .social-icon:hover .icon-wrapper .icon-img.act {
    opacity: 1;
}

.footer .line {
    opacity: 0.15;
    background: #e9e9e9;
    height: 1px;
    margin-bottom: 4.1875%;
}

.footer .center-box {
    padding-bottom: 4.375%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .left-col {
    flex-shrink: 0;
}

.footer .left-col .company-name {
    color: #fff;
    margin-bottom: 0.48rem;
    line-height: 1.5555555556;
}

.footer .left-col .contact-list .contact-item {
    margin-bottom: 0.24rem;
}

.footer .left-col .contact-list .contact-item:last-child {
    margin-bottom: 0;
}

.footer .left-col .contact-list .contact-item .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 10px;
}

.footer .left-col .contact-list .contact-item .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .left-col .contact-list .contact-item .text {
    color: #fff;
    line-height: 1.5;
}

.footer .nav-col {
    display: flex;
    justify-content: center;
    gap: 1.64rem;
}

.footer .nav-col .nav-group .nav-title {
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.5;
}

.footer .nav-col .nav-group .nav-title:hover {
    color: #05b1ff;
}

.footer .nav-col .nav-group .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .nav-col .nav-group .nav-list .nav-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer .nav-col .nav-group .nav-list .nav-link:hover {
    color: #05b1ff;
}

.footer .right-col {
    width: auto;
    flex-shrink: 0;
}

.footer .right-col .nav-group .nav-title {
    color: #fff;
    margin-bottom: 2.6875%;
    line-height: 1.5;
}

.footer .right-col .nav-group .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .right-col .nav-group .nav-list .nav-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer .right-col .nav-group .nav-list .nav-link:hover {
    color: #05b1ff;
}

.footer .divider {
    width: 100%;
    height: 1px;
    background: rgba(233, 233, 233, 0.15);
}

.footer .bottom-box {
    padding: 1.5% 0 2%;
}

.footer .bottom-box .bt-left {
    gap: 24px;
}

.footer .bottom-box .copyright {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.footer .bottom-box .bottom-links {
    gap: 10px;
}

.footer .bottom-box .bottom-links .link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    text-underline-offset: 25%;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer .bottom-box .bottom-links .link:hover {
    color: #fff;
}

.footer .bottom-box .bottom-links .link-separator {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.7);
}

.footer .bottom-box .powered-by {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.footer .bottom-box .powered-by a {
    color: rgba(255, 255, 255, 0.6);
}

.section-title {
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.section-title span {
    color: #05b1ff;
}

.banner-box {
    position: relative;
}

.banner-box .banner-pagination {
    position: absolute;
    left: 0;
    bottom: 6.6666666667%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 20;
}

.banner-box .banner-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.banner-box .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.banner-box .swiper-slide {
    overflow: hidden;
}

.banner-box .swiper-slide img {
    transform: scale(1.1);
}

.banner-box .swiper-slide-active img {
    transform: scale(1);
}

.banner-box .pc {
    display: block;
}

.banner-box .mo {
    display: none;
}

.banner-box .content-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 9.3333333333%;
    z-index: 20;
}

.banner-box .content-box .banner-title {
    color: #fff;
    font-size: clamp(42px, 3.645vw, 70px);
}

.hover-btn {
    position: relative;
}

.hover-btn .nor {
    opacity: 1;
}

.hover-btn .act {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.hover-btn:hover .nor {
    opacity: 0;
}

.hover-btn:hover .act {
    opacity: 1;
}

.index-page {
    background: #000028;
}

.index-page .banner-video {
    position: relative;
    height: 100vh;
}

.index-page .banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.index-page .banner-video .content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10.5263157895%;
}

.index-page .banner-video .content .title-img {
    width: 6.29rem;
    margin-bottom: 0.4rem;
}

.index-page .banner-video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 60px;
}

.index-page .section2 .screen-item {
    aspect-ratio: 1920/950;
}

.index-page .section3 {
    background-image: url(../images_die/svg/ind_2_1.svg);
    background-size: 44.75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.index-page .section3 .screen-1 {
    position: relative;
    top: 0;
    padding: 10% 0 11.375%;
    flex-direction: column;
}

.index-page .section3 .screen-1 .img-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 10%;
    z-index: 0;
}

.index-page .section3 .screen-1 .img-box img {
    width: 44.75%;
    margin: 0 auto;
}

.index-page .section3 .screen-1 .title-box {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}

.index-page .section3 .screen-1 .title-box span {
    color: #05b1ff;
}

.index-page .section3 .screen-1 .text {
    color: #d9d9d9;
    text-align: center;
}

.index-page .section3 .ul .li {
    overflow: hidden;
    gap: 24px;
    margin-bottom: 5.3125%;
}

.index-page .section3 .ul .li .img-box {
    border-radius: 20px;
    overflow: hidden;
    width: 686px;
    position: relative;
}

.index-page .section3 .ul .li .img-box .color-block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px;
    transform-origin: left bottom;
}

.index-page .section3 .ul .li .img-box img {
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.index-page .section3 .ul .li .text-box {
    width: 530px;
    padding-right: 30px;
    height: 100%;
    transform: translateY(calc(100% - 1.2em));
}

.index-page .section3 .ul .li .text-box .name {
    color: #fff;
    font-weight: bold;
}

.index-page .section3 .ul .li .text-box .name .inner {
    position: relative;
    text-align: right;
    line-height: 1.2;
}

.index-page .section3 .ul .li .text-box .name .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.index-page .section3 .ul .li .text-box .desc {
    line-height: 1.5;
    color: #d9d9d9;
    margin-bottom: 0.48rem;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.3s;
}

.index-page .section3 .ul .li .text-box .button-box {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0;
}

.index-page .section3 .ul .li:hover .img-box .color-block {
    transform: scale(0.6997084548);
}

.index-page .section3 .ul .li:hover .text-box {
    transform: translateY(0) !important;
}

.index-page .section3 .ul .li:hover .text-box .name .inner .icon {
    opacity: 0;
}

.index-page .section3 .ul .li:hover .text-box .desc {
    transition-delay: 0;
    transform: translateY(0);
    opacity: 1;
}

.index-page .section3 .ul .li:hover .text-box .button-box {
    transition-delay: 0.3s;
    transform: translateY(0);
    opacity: 1;
}

.index-page .section3 .ul .li:nth-child(2n) {
    flex-direction: row-reverse;
}

.index-page .section3 .ul .li:nth-child(2n) .img-box .color-block {
    transform-origin: right top;
}

.index-page .section3 .ul .li:nth-child(2n) .text-box {
    padding-right: 0;
    padding-left: 30px;
}

.index-page .section3 .ul .li:nth-child(2n) .text-box .name {
    justify-content: flex-end;
}

.index-page .section3 .ul .li:nth-child(2n) .text-box .desc {
    text-align: right;
}

.index-page .section3 .ul .li:nth-child(2n) .text-box .button-box {
    display: flex;
    justify-content: flex-end;
}

.index-page .section3 .ul .li:nth-child(1) {
    padding-left: 5%;
}

.index-page .section3 .ul .li:nth-child(2) {
    padding-right: 5%;
}

.index-page .section3 .ul .li:nth-child(2) .text-box {
    transform: translateY(calc(100% - 2.4em));
}

.index-page .section3 .ul .li:nth-child(3) {
    padding-left: 8.125%;
}

.index-page .section3 .ul .li:nth-child(4) {
    padding-left: 15%;
}

.index-page .section3 .ul .li:nth-child(4) .img-box .color-block {
    transform-origin: right bottom;
}

.index-page .section4 {
    height: 200vh;
}

.index-page .section4 .wrap {
    height: 100%;
}

.index-page .section4 .inner-box {
    position: sticky;
    top: 30%;
    padding-bottom: 50px;
}

.index-page .section4 .inner-box .wrapper {
    position: relative;
}

.index-page .section4 .inner-box .wrapper .right-top-box {
    right: 45px;
    top: 17.4698795181%;
    position: absolute;
}

.index-page .section4 .inner-box .wrapper .right-top-box .stitle {
    color: #05b1ff;
    line-height: 1.5;
}

.index-page .section4 .inner-box .wrapper .right-top-box .btitle {
    color: #fff;
    line-height: 1.2037037037;
    text-decoration: uppercase;
    font-weight: bold;
}

.index-page .section4 .inner-box .wrapper .right-center-box {
    width: 570px;
    position: absolute;
    right: 0;
    top: 202px;
}

.index-page .section4 .inner-box .wrapper .right-center-box .huxian-box {
    width: 960px;
    position: absolute;
    top: -290px;
    right: -54px;
    opacity: 0;
}

.index-page .section4 .inner-box .wrapper .right-center-box .in-box {
    opacity: 0;
    transform: translateY(100px);
}

.index-page .section4 .inner-box .wrapper .right-center-box .in-box .text {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.48rem;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box {
    position: absolute;
    right: 0;
    bottom: -50px;
    border-radius: 20px;
    background: url(../images_die/index_3_2.webp) no-repeat center center;
    background-size: cover;
    padding: 45px 2.25% 34px;
    width: 75%;
    gap: 10px;
    transform: translateX(100%);
    opacity: 0;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .line {
    width: 40px;
    height: 71px;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item {
    flex: 1;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .s-text {
    padding-left: 66px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .b-box {
    gap: 16px;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .b-box .icon {
    width: 50px;
    height: 50px;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .b-box .b-text {
    flex: 1;
    line-height: 1;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .b-box .b-text .fbd {
    font-weight: 900;
}

.index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .b-box .b-text span:nth-child(2) {
    transform: translateY(-2px);
}

.index-page .section5 {
    background: url(../images_die/index_4_1.webp) no-repeat center center;
    background-size: cover;
}

.index-page .section5 .inner-box {
    padding: 7.5% 0 6.25%;
}

.index-page .section5 .inner-box .section-title {
    text-align: center;
    margin-bottom: 7.5%;
    line-height: 1.4;
}

.index-page .section5 .inner-box .wrapperr {
    overflow: hidden;
    padding-top: 40px;
}

.index-page .section5 .inner-box .ul {
    height: 440px;
    border-radius: 20px;
    background: linear-gradient(228deg, rgba(255, 255, 255, 0.2) 1.72%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 1.72%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(35px);
    padding-top: 80px;
}

.index-page .section5 .inner-box .ul .li {
    width: 21.875%;
    height: 400px;
    position: relative;
}

.index-page .section5 .inner-box .ul .li .inner-wrapper {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 11.4285714286% 11.4285714286% 0;
    border-radius: 20px;
    overflow: hidden;
}

.index-page .section5 .inner-box .ul .li .color-block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transform: translateY(-100%);
}

.index-page .section5 .inner-box .ul .li .color-block::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(75.41% 70.71% at 50% 50%, rgba(255, 255, 255, 0) 40.38%, rgba(255, 255, 255, 0.4) 100%);
}

.index-page .section5 .inner-box .ul .li .icon {
    z-index: 2;
    width: 80px;
    position: relative;
    margin: 0 auto 0.4rem;
}

.index-page .section5 .inner-box .ul .li .icon .nor {
    opacity: 1;
}

.index-page .section5 .inner-box .ul .li .icon .act {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.index-page .section5 .inner-box .ul .li .title-box {
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.5;
}

.index-page .section5 .inner-box .ul .li .text-box {
    position: relative;
    z-index: 2;
    line-height: 1.5;
    opacity: 0;
    height: 6em;
    overflow: hidden;
    text-align: justify;
}

.index-page .section5 .inner-box .ul .li:hover .inner-wrapper {
    transform: translateY(-160px);
}

.index-page .section5 .inner-box .ul .li:hover .color-block {
    opacity: 1;
    transform: translateY(0);
}

.index-page .section5 .inner-box .ul .li:hover .icon .nor {
    opacity: 0;
}

.index-page .section5 .inner-box .ul .li:hover .icon .act {
    opacity: 1;
}

.index-page .section5 .inner-box .ul .li:hover .title-box {
    color: #222;
}

.index-page .section5 .inner-box .ul .li:hover .text-box {
    opacity: 1;
}

.index-page .section6 {
    background: url(../images_die/index_4_1.webp) no-repeat center center;
    background-size: cover;
}

.index-page .section6 .wrap {
    position: relative;
}

.index-page .section6 .wrap .inner-box {
    padding: 7.5% 0 8.125%;
}

.index-page .section6 .wrap .inner-box .top-title-box {
    margin-bottom: 6.25%;
}

.index-page .section6 .wrap .inner-box .wrapper {
    display: flex;
    gap: 1.625%;
}

.index-page .section6 .wrap .inner-box .wrapper .item {
    width: 23.375%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.index-page .section6 .wrap .inner-box .wrapper .item .img-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.index-page .section6 .wrap .inner-box .wrapper .item .img-box img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.index-page .section6 .wrap .inner-box .wrapper .item .mask {
    width: 100%;
    height: 63.829787234%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 40, 0) 0%, rgba(0, 0, 40, 0.95) 100%);
    opacity: 0;
}

.index-page .section6 .wrap .inner-box .wrapper .item .bg-box {
    height: 100%;
}

.index-page .section6 .wrap .inner-box .wrapper .item .inner-content-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    border-radius: 20px;
    background-color: #b8f652;
}

.index-page .section6 .wrap .inner-box .wrapper .item .inner-content-box .in-box {
    flex-direction: column;
    border-radius: 20px;
    padding: 0 10.6951871658% 10.6951871658%;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.index-page .section6 .wrap .inner-box .wrapper .item .inner-content-box .date {
    margin-bottom: 16px;
    line-height: 1.75;
}

.index-page .section6 .wrap .inner-box .wrapper .item .inner-content-box .title {
    line-height: 1.2;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5%;
    opacity: 0;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .date {
    margin-bottom: 16px;
    line-height: 1.75;
    color: #fff;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .title:hover {
    color: #b8f652;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .btm-box .text {
    color: #d9d9d9;
    margin-bottom: 16px;
    line-height: 1.5;
    width: calc(100% - 150px);
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .btm-box .link span {
    color: #b8f652;
    margin-right: 8px;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .btm-box .link .icon {
    width: 8px;
    height: 8px;
}

.index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .btm-box .link:hover .icon {
    transform: rotate(45deg);
}

.index-page .section6 .wrap .inner-box .wrapper .item:nth-child(1) .inner-content-box {
    background-image: url(../images_die/svg/index_5_1.svg);
}

.index-page .section6 .wrap .inner-box .wrapper .item:nth-child(2) .inner-content-box {
    background-image: url(../images_die/svg/index_5_2.svg);
}

.index-page .section6 .wrap .inner-box .wrapper .item:nth-child(3) .inner-content-box {
    background-image: url(../images_die/svg/index_5_3.svg);
}

.index-page .section6 .wrap .inner-box .wrapper .item.active {
    width: 50%;
}

.index-page .section6 .wrap .inner-box .wrapper .item.active .inner-content-box {
    transform: translateX(-100%);
    opacity: 0;
}

.index-page .section6 .wrap .inner-box .wrapper .item.active .big-content-box {
    transform: translateY(0);
    opacity: 1;
}

.index-page .section6 .wrap .inner-box .wrapper .item.active .mask {
    opacity: 1;
}

.main-button {
    width: 154px;
    height: 50px;
    border-radius: 4px;
    background: #b8f652;
    gap: 10px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-button span {
    font-weight: 500;
    font-size: 14px;
}

.main-button img {
    width: 8px;
}

.main-button:hover {
    background: rgba(184, 246, 82, 0.9);
    padding-left: 5px;
}

.main-button:hover img {
    transform: rotate(45deg);
}

.plain-button {
    width: 154px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #b8f652 !important;
    background: transparent !important;
    gap: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.plain-button span {
    font-weight: 500;
    color: #b8f652;
    font-size: 14px;
}

.plain-button .icon {
    position: relative;
    width: 8px;
    height: 8px;
}

.plain-button .icon img {
    width: 100%;
    height: 100%;
}

.plain-button .icon .nor {
    opacity: 1;
}

.plain-button .icon .act {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.plain-button img {
    width: 8px;
}

.plain-button:hover {
    background: #b8f652 !important;
    padding-left: 5px;
}

.plain-button:hover span {
    color: #222;
}

.plain-button:hover .icon {
    transform: rotate(45deg);
}

.plain-button:hover .icon .nor {
    opacity: 0;
}

.plain-button:hover .icon .act {
    opacity: 1;
}

.top-search-box {
    margin-bottom: 3%;
}

.top-search-box .search-wrapper {
    width: 50.4375%;
    height: 60px;
    background: #333353;
    border-radius: 90px;
    overflow: hidden;
    position: relative;
}

.top-search-box .search-wrapper .search-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 3.3457249071%;
    margin-right: 2.478314746%;
}

.top-search-box .search-wrapper .search-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-search-box .search-wrapper .search-input {
    width: calc(94.175960347% - 135px);
    border: none;
    background: transparent;
    outline: none;
    font-weight: 400;
    color: rgb(255, 255, 255);
    height: 100%;
}

.top-search-box .search-wrapper .search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.top-search-box .search-wrapper .search-button {
    width: 135px;
    height: 100%;
    background: #b8f652;
    border: none;
    border-radius: 90px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.top-search-box .search-wrapper .search-button:hover {
    background: rgba(184, 246, 82, 0.9);
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.pro-ul .pro-item {
    width: calc((100% - 42px) / 3);
    overflow: hidden;
    position: relative;
    margin-bottom: 1.8229166667%;
    margin-right: 1.8229166667%;
}

.pro-ul .pro-item img {
    position: relative;
    z-index: 20;
}

.pro-ul .pro-item .content-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 24px 80px 24px 24px;
}

.pro-ul .pro-item .content-box .top-desc {
    color: #d9d9d9;
    line-height: 1.2;
    height: 3.6em;
    overflow: hidden;
    margin-bottom: 13px;
}

.pro-ul .pro-item .content-box .st {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.625;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.pro-ul .pro-item .icon {
    width: 24px;
    height: 24px;
    top: 28px;
    right: 28px;
    position: absolute;
    z-index: 3;
}

.pro-ul .pro-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #121237;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateZ(0);
    isolation: isolate;
    border-radius: 20px;
}

.pro-ul .pro-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(184, 246, 82, 0);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateZ(0);
    isolation: isolate;
    border-radius: 20px;
}

.pro-ul .pro-item:nth-last-child(1),
.pro-ul .pro-item:nth-last-child(2),
.pro-ul .pro-item:nth-last-child(3) {
    margin-bottom: 0;
}

.pro-ul .pro-item:nth-child(3n) {
    margin-right: 0;
}

.pro-ul .pro-item:hover::before {
    width: 80px;
    height: 80px;
    border-radius: 0 20px 0 20px;
}

.pro-ul .pro-item:hover::after {
    background: #b8f652;
    border-radius: 20px 30px 20px 20px;
}

.pro-ul .pro-item:hover .content-box .top-desc {
    color: #222;
}

.pro-ul .pro-item:hover .content-box .st {
    color: #222;
}

.page-box {
    margin-top: 4.1666666667%;
    gap: 10px;
}

.page-box .page-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-box .page-btn .icon-wrapper {
    position: relative;
    width: 21.399px;
    height: 21.399px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-box .page-btn .icon-img {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.3s ease;
}

.page-box .page-btn .icon-img--nor {
    opacity: 1;
}

.page-box .page-btn .icon-img--act {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.page-box .page-btn:hover {
    background: #b8f652;
}

.page-box .page-btn:hover .icon-img--nor {
    opacity: 0;
}

.page-box .page-btn:hover .icon-img--act {
    opacity: 1;
}

.page-box .page-item {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #333353;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 23px;
    padding: 8px 15px 6px 15px;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.page-box .page-item:hover {
    background: #b8f652;
    color: #222;
}

.page-box .page-item.page-item--active {
    background: #b8f652;
    color: #222;
    line-height: normal;
}

.page-box .page-ellipsis {
    width: 17.373px;
    height: 3.553px;
    color: #d9d9d9;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-box .page-empty {
    width: 62.5px;
    height: 40px;
    border-radius: 60px;
    background: #333353;
}

.page-box .page-empty input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    text-align: center;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
}

.page-box .page-go-btn {
    width: 65.015px;
    height: 40px;
    border-radius: 60px;
    background: #b8f652;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    color: #222;
    font-size: 16.46px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: background 0.3s ease;
}

.page-box .page-go-btn:hover {
    background: rgba(184, 246, 82, 0.9);
}

.view-more-box {
    display: none;
}

.product-page {
    background: #000028;
}

.product-page .section2 .inner-box {
    padding: 5% 0 0;
}

.product-page .section3 .inner-box {
    gap: 3%;
}

.product-page .section3 .sidebar {
    width: 25%;
    position: sticky;
    padding-bottom: 50px;
    top: 100px;
    align-self: flex-start;
    overflow-y: auto;
}

.product-page .section3 .sidebar .menu-item {
    background: #121237;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: background 0.3s ease;
}

.product-page .section3 .sidebar .menu-item:last-child {
    margin-bottom: 0;
}

.product-page .section3 .sidebar .menu-item .menu-item_text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.product-page .section3 .sidebar .menu-item .menu-item_inner {
    height: 100px;
    padding: 0 10%;
    cursor: pointer;
}

.product-page .section3 .sidebar .menu-item .icon-text {
    width: 20px;
    height: 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.product-page .section3 .sidebar .menu-item .icon-text .h,
.product-page .section3 .sidebar .menu-item .icon-text .s {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: background 0.3s ease, opacity 0.3s ease;
}

.product-page .section3 .sidebar .menu-item .icon-text .h {
    width: 100%;
    height: 2px;
    border-radius: 2px;
}

.product-page .section3 .sidebar .menu-item .icon-text .s {
    border-radius: 2px;
    width: 2px;
    height: 100%;
}

.product-page .section3 .sidebar .menu-item .menu-item_icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.product-page .section3 .sidebar .menu-item .menu-item_icon .icon-img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-page .section3 .sidebar .menu-item .menu-item_icon .icon-img.act {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-page .section3 .sidebar .menu-item .menu-item_icon .icon-img.nor {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.product-page .section3 .sidebar .menu-item .submenu {
    display: none;
    transition: all 0s;
}

.product-page .section3 .sidebar .menu-item .submenu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-page .section3 .sidebar .menu-item .submenu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_inner {
    height: 88px;
    padding: 0 10%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_icon .icon-img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3 {
    display: none;
    transition: all 0s;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_inner:hover {
    background: rgba(255, 255, 255, 0.05);
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item {
    margin-bottom: 20px;
    padding: 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    height: 70px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    white-space: pre-wrap;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item:last-child {
    margin-bottom: 0;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item .submenu-level3_text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #d9d9d9;
    line-height: 26px;
    position: relative;
    padding-left: 12px;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item .submenu-level3_text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.product-page .section3 .sidebar .menu-item .first-menu-item:hover {
    background: #b8f652;
}

.product-page .section3 .sidebar .menu-item .first-menu-item:hover .menu-item_text {
    color: #222;
}

.product-page .section3 .sidebar .menu-item .first-menu-item:hover .icon-text .s,
.product-page .section3 .sidebar .menu-item .first-menu-item:hover .icon-text .h {
    background: #222;
}

.product-page .section3 .sidebar .menu-item.menu-item--active .first-menu-item {
    background: #b8f652;
}

.product-page .section3 .sidebar .menu-item.menu-item--active .first-menu-item .icon-text .s,
.product-page .section3 .sidebar .menu-item.menu-item--active .first-menu-item .icon-text .h {
    background: #222;
}

.product-page .section3 .sidebar .menu-item.menu-item--active .menu-item_text {
    color: #222;
}

.product-page .section3 .sidebar .menu-item.menu-item--active .icon-text {
    transform: rotate(360deg);
}

.product-page .section3 .sidebar .menu-item.menu-item--active .icon-text .s {
    opacity: 0;
}

.product-page .section3 .sidebar .menu-item.menu-item--active .menu-item_icon .icon-img.nor {
    opacity: 0;
}

.product-page .section3 .sidebar .menu-item.menu-item--active .menu-item_icon .icon-img.act {
    opacity: 1;
}

.product-page .section3 .sidebar .submenu-item.submenu-item--active .submenu-item_inner {
    background: rgba(255, 255, 255, 0.05);
}

.product-page .section3 .sidebar .submenu-item.submenu-item--active .submenu-item_icon {
    transform: rotate(90deg);
}

.product-page .section3 .sidebar .submenu-level3-item.submenu-level3-item--active {
    background: rgba(255, 255, 255, 0.05);
}

.product-page .section3 .sidebar .submenu-level3-item.submenu-level3-item--active .submenu-level3_text {
    color: #05b1ff;
}

.product-page .section3 .right-box {
    padding-bottom: 6.25%;
    flex: 1;
}

.product-page .section3 .right-box .right-banner {
    position: relative;
    margin-bottom: 3.9752650177%;
}

.product-page .section3 .right-box .right-banner img {
    border-radius: 20px;
    width: 100%;
}

.product-page .section3 .right-box .right-banner .content-box {
    position: absolute;
    left: 6.9444444444%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.breadcrumb {
    gap: 10px;
    height: 64px;
}

.breadcrumb .breadcrumb-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.breadcrumb .breadcrumb-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.breadcrumb .breadcrumb-separator {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb .breadcrumb-separator img {
    width: 100%;
    height: 100%;
    display: block;
}

.breadcrumb .breadcrumb-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    flex-shrink: 0;
}

.breadcrumb .breadcrumb-text--current {
    opacity: 0.5;
}

.params-page {
    background: #000028;
}

.params-page .section2 .inner-box {
    padding: 5% 0 6.25%;
    gap: 3.75%;
}

.params-page .section2 .product-image {
    width: 50%;
    height: 40%;
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 120px;
    background: linear-gradient(180deg, rgba(51, 51, 83, 0.5) 0%, rgba(18, 18, 55, 0.5) 100%);
}

.params-page .section2 .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.params-page .section2 .product-info {
    width: 43.75%;
    flex-shrink: 0;
}

.params-page .section2 .product-info .product-spec {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    line-height: 1.625;
}

.params-page .section2 .product-info .product-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.26rem;
}

.params-page .section2 .product-info .info-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 11.4285714286%;
    margin-top: 0.3rem;
}

.params-page .section2 .product-info .info-item {
    border-bottom: 2px solid #121237;
    padding-bottom: 0.16rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.params-page .section2 .product-info .info-item+.info-item {
    margin-top: 0.32rem;
}

.params-page .section2 .product-info .info-label {
    color: #d9d9d9;
    line-height: 1.5;
    flex-grow: 1;
}

.params-page .section2 .product-info .info-value {
    color: #fff;
    flex-shrink: 0;
    margin-left: 10px;
    line-height: 1.5;
    text-align: right;
    width: 57.1428571429%;
}

.params-page .section2 .product-info .button-group {
    gap: 2.5625%;
}

.params-page .section3 .inner-box {
    padding: 6.25% 0;
}

.params-page .section3 .inner-box .section-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.375%;
    text-align: left;
    text-transform: none;
}

.params-page .section3 .inner-box .top-box {
    color: #fff;
    margin-bottom: 6.25%;
}

.params-page .section3 .inner-box .top-box .precautions-list {
    flex-wrap: wrap;
}

.params-page .section3 .inner-box .top-box .precautions-item {
    position: relative;
    width: 48.75%;
    margin-bottom: 3.5%;
    padding-bottom: 2.6875%;
    flex-wrap: wrap;
    margin-right: 2.3125%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.params-page .section3 .inner-box .top-box .precautions-item:nth-child(2n) {
    margin-right: 0;
}

.params-page .section3 .inner-box .top-box .precautions-item .item-prefix {
    flex-shrink: 0;
}

.params-page .section3 .inner-box .top-box .precautions-item .item-number {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #999;
    line-height: 1;
    letter-spacing: 4px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.params-page .section3 .inner-box .top-box .precautions-item .item-slash {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #999;
    line-height: 1;
    margin: 0 9px;
    flex-shrink: 0;
    transition: color 0.3s ease;
    transform: translateY(-4px);
}

.params-page .section3 .inner-box .top-box .precautions-item .item-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    flex: 1;
    min-width: 0;
}

.params-page .section3 .inner-box .top-box .precautions-item .item-text sup {
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #333;
    vertical-align: super;
}

.params-page .section3 .inner-box .top-box .precautions-item .item-line {
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 48.75%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: background 0.3s ease;
}

.params-page .section3 .inner-box .top-box .precautions-item:nth-last-child(1),
.params-page .section3 .inner-box .top-box .precautions-item:nth-last-child(2) {
    margin-bottom: 0;
}

.params-page .section3 .inner-box .top-box .precautions-item:last-child .item-line {
    display: none;
}

.params-page .section3 .inner-box .top-box .precautions-item:hover {
    border-bottom: 1px solid #05b1ff;
}

.params-page .section3 .inner-box .top-box .precautions-item:hover .item-number {
    color: #05b1ff;
}

.params-page .section3 .inner-box .top-box .precautions-item:hover .item-slash {
    color: #05b1ff;
}

.params-page .section3 .inner-box .params-box .section-title {
    margin-bottom: 2.375%;
}

.params-page .section3 .inner-box .params-box table {
    width: 100% !important;
    border-collapse: collapse;
    line-height: 1.2;
}

.params-page .section3 .inner-box .params-box table * {
    font-family: "Poppins", sans-serif!important;
}

.params-page .section3 .inner-box .params-box table th,
.params-page .section3 .inner-box .params-box table td {
    padding: 10px 0;
}

.params-page .section3 .inner-box .params-box table p {
    padding: 0 10px;
}

.params-page .section3 .inner-box .params-box table tbody tr td {
    background: #121237;
    border: 1px solid #333353;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}

.params-page .section3 .inner-box .params-box table tbody tr td:nth-child(8) {
    font-size: 16px;
}

.params-page .section3 .inner-box .params-box table tbody tr:nth-child(1) th,
.params-page .section3 .inner-box .params-box table tbody tr:nth-child(1) td {
    background: #b8f652;
    border: 1px solid #333353;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    line-height: 1.2;
    text-align: center;
    height: 6.25%;
    vertical-align: middle;
    text-align: left;
}

.params-page .section3 .inner-box .params-box table tbody tr:nth-child(2) th,
.params-page .section3 .inner-box .params-box table tbody tr:nth-child(2) td {
    background: #b8f652;
    border: 1px solid #333353;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    text-align: center;
    height: 3.75%;
    vertical-align: middle;
}

.proInfo-page .product-info {
    width: 43.125%;
}

.proInfo-page .section2 .sku-img {
    margin-bottom: 11.5942028986%;
}

.proInfo-page .section5 .inner-box {
    padding-bottom: 6.25%;
}

.proInfo-page .section5 .row-one {
    margin-bottom: 6.25%;
}

.proInfo-page .section5 .row-one:last-child {
    margin-bottom: 0;
}

.proInfo-page .section5 .section-title {
    color: #fff;
    margin-bottom: 2.5%;
    text-align: left;
    text-transform: none;
}

.proInfo-page .section5 .color-list {
    gap: 7.5%;
}

.proInfo-page .section5 .color-list .item .img-box {
    padding: 36px;
    border-radius: 36px;
    border-radius: 36px;
    background: #121237;
    margin-bottom: 24px;
}

.proInfo-page .section5 .color-list .item .name {
    text-align: center;
    color: #fff;
}

.proInfo-page .section5 .swiper-container {
    position: relative;
}

.proInfo-page .section5 .swiper-container .swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.proInfo-page .section5 .swiper-container .swiper-nav img {
    width: 20px;
    height: 20px;
}

.proInfo-page .section5 .swiper-container .swiper-nav .nor {
    opacity: 1;
}

.proInfo-page .section5 .swiper-container .swiper-nav .act {
    opacity: 0;
    position: absolute;
    left: 9px;
    top: 9px;
}

.proInfo-page .section5 .swiper-container .swiper-nav:hover {
    border: 1px solid #b8f652;
    background: #b8f652;
}

.proInfo-page .section5 .swiper-container .swiper-nav:hover .nor {
    opacity: 0;
}

.proInfo-page .section5 .swiper-container .swiper-nav:hover .act {
    opacity: 1;
}

.proInfo-page .section5 .swiper-container .prev-btn {
    left: -70px;
}

.proInfo-page .section5 .swiper-container .next-btn {
    right: -70px;
}

.proInfo-page .section5 .swiper-container .swiper-pagination {
    margin-top: 3.125%;
}

.about-page .section2 .inner-box {
    padding: 6.25% 0;
    gap: 6.25%;
}

.about-page .section2 .company-info {
    width: 100%;
    gap: 7.5%;
    margin-bottom: 5%;
}

.about-page .section2 .company-info .company-image {
    width: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.about-page .section2 .company-info .company-image img {
    border-radius: 20px;
}

.about-page .section2 .company-info .company-text {
    width: 42.5%;
    position: relative;
}

.about-page .section2 .company-info .company-text .subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #05b1ff;
    line-height: 1.65;
}

.about-page .section2 .company-info .company-text .title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 12.7941176471%;
}

.about-page .section2 .company-info .company-text .title span {
    display: block;
}

.about-page .section2 .company-info .company-text .title span:first-child {
    margin-bottom: 0;
}

.about-page .section2 .company-info .company-text .description-box {
    height: 10.5em;
    overflow: auto;
    padding-right: 5.8823529412%;
}

.about-page .section2 .company-info .company-text .description-box .description {
    color: #d9d9d9;
    line-height: 1.5;
}

.about-page .section2 .company-info .company-text .description-box::-webkit-scrollbar {
    width: 2px;
}

.about-page .section2 .company-info .company-text .description-box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
}

.about-page .section2 .company-info .company-text .description-box::-webkit-scrollbar-thumb {
    background: #b8f652;
    border-radius: 2px;
}

.about-page .section2 .stats-box {
    width: 100%;
    background: #121237;
    border-radius: 20px;
    gap: 6px;
}

.about-page .section2 .stats-box .line {
    width: 40px;
    height: 71px;
}

.about-page .section2 .stats-box .txt-item {
    flex: 1;
    padding: 26px 0 26px 4%;
}

.about-page .section2 .stats-box .txt-item .s-text {
    padding-left: 66px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #d9d9d9;
    line-height: 1.75;
    letter-spacing: 0.16px;
    margin-bottom: 16px;
}

.about-page .section2 .stats-box .txt-item .b-box {
    gap: 16px;
}

.about-page .section2 .stats-box .txt-item .b-box .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.about-page .section2 .stats-box .txt-item .b-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.about-page .section2 .stats-box .txt-item .b-box .b-text {
    flex: 1;
    line-height: 1;
    color: #fff;
}

.about-page .section2 .stats-box .txt-item .b-box .b-text .fbd {
    font-weight: 900;
}

.about-page .section2 .stats-box .txt-item .b-box .b-text span:nth-child(2) {
    transform: translateY(-2px);
}

.about-page .section3 .inner-box {
    padding: 6.25% 0 10.625%;
}

.about-page .section3 .section-title {
    margin-bottom: 5.625%;
}

.about-page .section3 .values-circle {
    position: relative;
    width: 40.625%;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.about-page .section3 .values-circle .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81.5384615385%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.about-page .section3 .values-circle .circle-inner .circle-swiper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.about-page .section3 .values-circle .circle-inner .circle-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.about-page .section3 .values-circle .circle-inner .circle-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.about-page .section3 .values-circle .circle-inner .circle-swiper .circle-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-page .section3 .values-circle .circle-inner .circle-swiper .circle-image img {
    transform: scale(1.2);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page .section3 .values-circle .circle-inner .circle-swiper .swiper-slide-active .circle-image img {
    transform: scale(1);
}

.about-page .section3 .values-circle .circle-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-page .section3 .values-circle .circle-progress .circle-track {
    transition: stroke 0.3s ease;
}

.about-page .section3 .values-circle .circle-progress .circle-progress-line {
    transition: stroke-dashoffset 0.1s linear;
}

.about-page .section3 .values-circle .circle-progress .dot {
    transition: fill 0.3s ease;
}

.about-page .section3 .values-circle .circle-progress .dot.active {
    fill: #05b1ff;
}

.about-page .section3 .values-circle .circle-progress .dot-ring {
    stroke-width: 0;
    opacity: 0;
    transition: opacity 0.3s ease, stroke-width 0.5s ease;
}

.about-page .section3 .values-circle .circle-progress .dot-ring.active {
    opacity: 1;
    stroke-width: 2;
}

.about-page .section3 .values-circle .value-item {
    position: absolute;
    width: 73.0769230769%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.about-page .section3 .values-circle .value-item.value-item-1 {
    top: 1.6923076923%;
    right: 100%;
    left: auto;
    /*text-align: right;*/
}

.about-page .section3 .values-circle .value-item.value-item-2 {
    top: 1.6923076923%;
    left: 100%;
    right: auto;
    text-align: left;
}

.about-page .section3 .values-circle .value-item.value-item-4 {
    top: 72.4615384615%;
    right: 100%;
    left: auto;
    /*text-align: right;*/
}

.about-page .section3 .values-circle .value-item.value-item-3 {
    top: 70.9230769231%;
    left: 100%;
    right: auto;
    text-align: left;
}

.about-page .section3 .values-circle .value-item .value-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
}

.about-page .section3 .values-circle .value-item .value-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-page .section3 .values-circle .value-item .value-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 24px;
}

.about-page .section3 .values-circle .value-item .value-title.active {
    color: #05b1ff;
}

.about-page .section3 .values-circle .value-item .value-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #d9d9d9;
    line-height: 1.5;
}



.about-page .section3 .values-circle .value-item-2,
.about-page .section3 .values-circle .value-item-3 {
    align-items: flex-start;
    justify-content: flex-start;
}

.about-page .section3 .values-circle .value-item-4 {
    align-items: flex-end;
    justify-content: flex-end;
}

.about-page .section3 .values-circle-m {
    display: none;
}

.about-page .section4 {
    background: url(../images_die/about_4_1.webp) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

.about-page .section4 .section-title {
    margin-bottom: 0.8rem;
}

.about-page .section4 .inner-box {
    padding: 6.25% 0 0;
}

.about-page .section4 .inner-box .section-title {
    margin-bottom: 5%;
}

.about-page .section4 .swiper-container {
    position: relative;
}

.about-page .section4 .swiper-container .hisory-nav-btn {
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}

.about-page .section4 .swiper-container .hisory-nav-btn .act {
    left: 9px;
    top: 9px;
}

.about-page .section4 .swiper-container .hisory-nav-btn img {
    width: 20px;
    height: 20px;
}

.about-page .section4 .swiper-container .hisory-nav-btn:hover {
    border: 1px solid #b8f652;
    background: #b8f652;
}

.about-page .section4 .swiper-container .prev-btn {
    left: -0.7rem;
}

.about-page .section4 .swiper-container .next-btn {
    right: -0.7rem;
}

.about-page .section4 .swiper-container .wrap {
    position: relative;
}

.about-page .section4 .swiper-container .wrap .heng-line {
    position: absolute;
    right: 0;
    width: 200%;
    height: 2px;
    background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 8px, transparent 10px, transparent 20px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
}

.about-page .section4 .swiper-container .wrap .heng-line::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #4d4d69;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -6px;
}

.about-page .section4 .swiper-container .swiper {
    /* margin-bottom: 1.25%; */
}

.about-page .section4 .swiper-container .swiper .swiper-slide .date-box {
    display: flex;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .date-box .date {
    width: auto;
    text-align: right;
    color: #7c7c8d;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .date-box .date .mon {
    line-height: 1.5;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .date-box .date .year {
    line-height: 1.5;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .title-box {
    padding-left: 16px;
    margin-bottom: 6.2222222222%;
    display: flex;
    align-items: flex-end;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .title-box .line-box {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    flex-shrink: 0;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .title-box .line-box .qiu {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #7c7c8d;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .title-box .line-box .line {
    width: 1px;
    height: 142px;
    background: #7c7c8d;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .title-box .title-text {
    flex: 1;
    font-weight: 700;
    color: #6e6e82;
    line-height: 1.2;
}

.about-page .section4 .swiper-container .swiper .swiper-slide .content-box {
    padding-left: 52px;
    line-height: 1.5;
    color: #6e6e82;
    text-align: justify;
    min-height: 4.5em;
}

.about-page .section4 .swiper-container .swiper .swiper-slide-active .date-box .date {
    color: #d9d9d9;
}

.about-page .section4 .swiper-container .swiper .swiper-slide-active .title-box .line-box .qiu {
    background: #d9d9d9;
}

.about-page .section4 .swiper-container .swiper .swiper-slide-active .title-box .line-box .line {
    background: #d9d9d9;
}

.about-page .section4 .swiper-container .swiper .swiper-slide-active .title-box .title-text {
    color: #05b1ff;
}

.about-page .section4 .swiper-container .swiper .swiper-slide-active .content-box {
    color: #d9d9d9;
}

.about-page .section5 .inner-box {
    padding: 7.5% 0 6.25%;
}

.about-page .section5 .inner-box .section-title {
    margin-bottom: 5%;
}

.about-page .section5 .inner-box .swiper-container {
    position: relative;
}

.about-page .section5 .inner-box .swiper-container .responsibility-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 35px));
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}

.about-page .section5 .inner-box .swiper-container .responsibility-nav-btn img {
    width: 20px;
}

.about-page .section5 .inner-box .swiper-container .responsibility-nav-btn .act {
    left: 9px;
    top: 9px;
}

.about-page .section5 .inner-box .swiper-container .responsibility-nav-btn:hover {
    border: 1px solid #b8f652;
    background: #b8f652;
}

.about-page .section5 .inner-box .swiper-container .prev-btn-2 {
    left: -0.7rem;
}

.about-page .section5 .inner-box .swiper-container .next-btn-2 {
    right: -0.7rem;
}

.about-page .section5 .inner-box .swiper-container.swiper {
    margin-bottom: 3.125%;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide .img-box {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide .title-box .title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 60px);
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide .title-box .hover-btn {
    flex-shrink: 0;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide .title-box .hover-btn img {
    width: 20px;
    height: 20px;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide .title-box .hover-btn .act {
    left: 15px;
    top: 15px;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide:hover .img-box img {
    transform: scale(1.1);
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide:hover .title-box .title {
    color: #b8f652;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide:hover .title-box .hover-btn {
    background: #b8f652;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide:hover .title-box .hover-btn img.nor {
    opacity: 0;
}

.about-page .section5 .inner-box .swiper-container.swiper .swiper-slide:hover .title-box .hover-btn img.act {
    opacity: 1;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125%;
}

.blog-list .blog-item {
    width: 31.25%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 3.125%;
}

.blog-list .blog-item .blog-image {
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(180deg, #181818 0%, #2d2d2d 100%);
}

.blog-list .blog-item .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-list .blog-item .blog-content {
    background: #121237;
    padding: 24px 8% 8%;
    border-radius: 0 0 20px 20px;
}

.blog-list .blog-item .blog-content .blog-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    height: 50px;
}

.blog-list .blog-item .blog-content .blog-date-row .blog-date {
    line-height: 50px;
    color: #d9d9d9;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.blog-list .blog-item .blog-content .blog-date-row .blog-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-list .blog-item .blog-content .blog-date-row .blog-arrow img {
    width: 20px;
    height: 20px;
}

.blog-list .blog-item .blog-content .blog-title {
    color: #fff;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    height: 3.6em;
    overflow: hidden;
}

.blog-list .blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-list .blog-item:hover .blog-content {
    background: #b8f652;
}

.blog-list .blog-item:hover .blog-content .blog-date-row .blog-date {
    color: #222;
}

.blog-list .blog-item:hover .blog-content .blog-date-row .blog-arrow {
    background: #121237;
    transform: translateY(-49px);
}

.blog-list .blog-item:hover .blog-content .blog-title {
    color: #222;
}

.blog-list .blog-item:nth-child(3n) {
    margin-right: 0;
}

.blog-list .blog-item:nth-last-child(1),
.blog-list .blog-item:nth-last-child(2),
.blog-list .blog-item:nth-last-child(3) {
    margin-bottom: 0;
}

.blog-page .section2 .inner-box {
    padding: 5% 0 3.125%;
}

.blog-page .section2 .inner-box .top-search-box {
    margin-bottom: 0;
}

.blog-page .section3 .inner-box {
    padding: 0 0 7.5%;
}

.blog-info-page .section1 .inner-box {
    padding: 20px 0 7.5%;
}

.blog-info-page .section1 .inner-box .breadcrumb {
    margin-bottom: 5%;
}

.blog-info-page .section1 .inner-box .container-box {
    max-width: 1440px;
    margin: 0 auto;
}

.blog-info-page .section1 .inner-box .blog-info-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-info-page .section1 .inner-box .blog-info-header .blog-title {
    text-align: center;
    margin-bottom: 2.2222222222%;
    color: #fff;
}

.blog-info-page .section1 .inner-box .blog-info-header .icon-group {
    gap: 64px;
}

.blog-info-page .section1 .inner-box .blog-info-header .icon-group .info-item .info-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.blog-info-page .section1 .inner-box .blog-info-header .icon-group .info-item .info-text {
    color: #d9d9d9;
}

.blog-info-page .section1 .inner-box .blog-content {
    color: #d9d9d9;
    line-height: 1.5;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-info-page .section1 .inner-box .blog-footer {
    margin-top: 25px;
}

.blog-info-page .section1 .inner-box .blog-footer .related-links {
    flex: 1;
}

.blog-info-page .section1 .inner-box .blog-footer .related-links .related-link {
    display: block;
    color: #d9d9d9;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 34px;
}

.blog-info-page .section1 .inner-box .blog-footer .related-links .related-link::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0.75em;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 50%;
}

.blog-info-page .section1 .inner-box .blog-footer .related-links .related-link:last-child {
    margin-bottom: 0;
}

.blog-info-page .section1 .inner-box .blog-footer .related-links .related-link:hover {
    color: #05b1ff;
}

.blog-info-page .section1 .inner-box .blog-footer .related-links .related-link:hover::before {
    background: #05b1ff;
}

.blog-info-page .section1 .inner-box .blog-footer .main-button {
    margin-left: 20px;
    flex-shrink: 0;
}

.blog-info-page .section2 .inner-box {
    padding: 6.25% 0;
}

.warranty-page .section2 {
    background: url(../images/warranty_2_6.webp) no-repeat center top;
    background-size: cover;
}

.warranty-page .section2 .inner-box {
    padding: 5% 0 6.25%;
}

.warranty-page .section2 .inner-box .section-title {
    margin-bottom: 5%;
}

.warranty-page .section2 .inner-box .swiper-container {
    position: relative;
    overflow: initial;
}

.warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav img {
    width: 20px;
    height: 20px;
}

.warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav .act {
    opacity: 0;
    position: absolute;
    left: 9px;
    top: 9px;
}

.warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav:hover {
    border: 1px solid #b8f652;
    background: #b8f652;
}

.warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav:hover img.nor {
    opacity: 0;
}

.warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav:hover img.act {
    opacity: 1;
}

.warranty-page .section2 .inner-box .swiper-container .zs-prev-btn {
    left: -70px;
}

.warranty-page .section2 .inner-box .swiper-container .zs-next-btn {
    right: -70px;
}

.warranty-page .section2 .inner-box .swiper-container .swiper {
    margin-bottom: 3.125%;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide {
    padding: 2%;
    border-radius: 14px;
    background: rgba(51, 51, 83, 0.5);
    box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide .progress-border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide .progress-border .border-path {
    fill: none;
    stroke: #b8f652;
    stroke-width: 2;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    transition: stroke-dashoffset 1s linear;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide:hover .progress-border .border-path {
    stroke-dashoffset: 0;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide .img-box {
    margin: 0 auto;
    max-width: 250px;
    aspect-ratio: 250/330;
    position: relative;
    background: url(../images/warranty_2_5.webp) no-repeat center top;
    background-size: 100%;
    margin-bottom: 13.2978723404%;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide .img-box img {
    width: 80%;
    position: absolute;
    left: 9.6%;
    top: 7.5757575758%;
}

.warranty-page .section2 .inner-box .swiper-container .swiper-slide .text-box {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    height: 2.4em;
    overflow: hidden;
}

.warranty-page .section3 .inner-box {
    padding: 7.5% 0 6.25%;
}

.warranty-page .section3 .inner-box .section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 5.625%;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.warranty-page .section3 .inner-box .section-title span {
    color: #05b1ff;
}

.warranty-page .section3 .inner-box .warranty-intro {
    margin-bottom: 3.75%;
}

.warranty-page .section3 .inner-box .warranty-intro .intro-title {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.warranty-page .section3 .inner-box .warranty-intro .intro-text {
    color: #d9d9d9;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.warranty-page .section3 .inner-box .warranty-table {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.warranty-page .section3 .inner-box .warranty-table table {
    width: 100%;
    border-collapse: collapse;
}

.warranty-page .section3 .inner-box .warranty-table table thead tr th {
    background: #b8f652;
    color: #222;
    border: 1px solid #333353;
    padding: 21px 10px;
    height: 100px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.warranty-page .section3 .inner-box .warranty-table table thead tr th.col-product {
    width: 20%;
}

.warranty-page .section3 .inner-box .warranty-table table thead tr th.col-category {
    width: 25%;
}

.warranty-page .section3 .inner-box .warranty-table table thead tr th.col-details {
    width: 20%;
}

.warranty-page .section3 .inner-box .warranty-table table thead tr th.col-period {
    width: 15%;
}

.warranty-page .section3 .inner-box .warranty-table table thead tr th.col-remark {
    width: 20%;
}

.warranty-page .section3 .inner-box .warranty-table table tbody tr td {
    background: #121237;
    color: #fff;
    border: 1px solid #333353;
    padding: 21px 10px;
    height: 120px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
    word-break: break-word !important;
}

.warranty-page .section3 .inner-box .warranty-table table tbody tr td.col-product {
    width: 20%;
}

.warranty-page .section3 .inner-box .warranty-table table tbody tr td.col-category {
    width: 25%;
    line-height: 1.5;
}

.warranty-page .section3 .inner-box .warranty-table table tbody tr td.col-details {
    width: 20%;
}

.warranty-page .section3 .inner-box .warranty-table table tbody tr td.col-period {
    width: 15%;
}

.warranty-page .section3 .inner-box .warranty-table table tbody tr td.col-remark {
    width: 20%;
}

.warranty-page .section4 {
    background: url(../images_die/warranty_3_18.webp) no-repeat center center;
    background-size: cover;
}

.warranty-page .section4 .inner-box {
    padding: 7.5% 0 6.25%;
}

.warranty-page .section4 .inner-box .section-title {
    text-align: center;
    margin-bottom: 3.125%;
}

.warranty-page .section4 .inner-box .section-title span {
    color: #05b1ff;
}

.warranty-page .section4 .inner-box .partner-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 1.875%;
    padding-bottom: 0.875%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.warranty-page .section4 .inner-box .partner-tabs .tab-item {
    cursor: pointer;
}

.warranty-page .section4 .inner-box .partner-tabs .tab-item span {
    color: rgba(255, 255, 255, 0.8);
    line-height: 33px;
    font-weight: 600;
}

.warranty-page .section4 .inner-box .partner-tabs .tab-item.tab-item--active span {
    font-weight: 700;
    color: #05b1ff;
}

.warranty-page .section4 .inner-box .partner-tabs .tab-divider {
    width: 1px;
    height: 16px;
    background: #333353;
}

.warranty-page .section4 .inner-box .partner-tabs.tab-finance::after {
    left: calc(50% + 87.5px);
}

.warranty-page .section4 .inner-box .partner-tabs.tab-industry::after {
    left: calc(50% + 175px);
}

.warranty-page .section4 .inner-box .partner-tabs .trash {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #05b1ff;
}

.warranty-page .section4 .inner-box .partner-swiper-container {
    position: relative;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out {
    position: relative;
    display: none;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn img {
    width: 20px;
    height: 20px;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn .act {
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 10px;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn.hover-btn:hover {
    border: 1px solid #b8f652;
    background: #b8f652;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn.hover-btn:hover img.nor {
    opacity: 0;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn.hover-btn:hover img.act {
    opacity: 1;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-prev-btn-tech,
.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-prev-btn-finance,
.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-prev-btn-industry {
    left: -70px;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-next-btn-tech,
.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-next-btn-finance,
.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-next-btn-industry {
    right: -70px;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-out:nth-child(1) {
    display: block;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-wrapper {
    min-width: 100%;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo {
    width: 18.625%;
    margin-right: 1.71875%;
    margin-bottom: 1.71875%;
    position: relative;
    aspect-ratio: 298/136;
    background: rgba(51, 51, 83, 0.3);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1281px) {
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-child(5n) {
        margin-right: 0;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(1),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(2),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(3),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(4),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(5) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo {
        width: 23.828125%;
        margin-right: 1.5625%;
        margin-bottom: 1.5625%;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-child(4n) {
        margin-right: 0;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(1),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(2),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(3),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(4) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo {
        width: 32.03125%;
        margin-right: 1.953125%;
        margin-bottom: 1.953125%;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-child(3n) {
        margin-right: 0;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(1),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(2),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(3) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .leg-01 {
        display: none;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo {
        width: 48.6979166667%;
        margin-right: 2.6041666667%;
        margin-bottom: 2.6041666667%;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-child(2n) {
        margin-right: 0;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(1),
    .warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:nth-last-child(2) {
        margin-bottom: 0;
    }

    .about-page .section4 .swiper-container .swiper .swiper-slide .content-box {
        font-size: 16px;
    }
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    pointer-events: none;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo .progress-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo .progress-border .border-path {
    fill: none;
    stroke: #b8f652;
    stroke-width: 2;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    transition: stroke-dashoffset 1s linear;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:hover .progress-border .border-path {
    stroke-dashoffset: 0;
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo:hover img {
    transform: scale(1.1);
}

.warranty-page .section4 .inner-box .partner-swiper-container .partner-swiper .swiper-slide .partner-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 0;
}

.warranty-page .section4 .inner-box .partner-swiper-container .swiper-pagination {
    margin-top: 3.125%;
}

.warranty-page .section5 .inner-box {
    padding: 7.5% 0 6.25%;
}

.warranty-page .section5 .inner-box .section-title {
    text-align: center;
    margin-bottom: 5%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.warranty-page .section5 .inner-box .section-title span {
    color: #05b1ff;
}

.warranty-page .section5 .inner-box .solution-swiper-container {
    position: relative;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn img {
    width: 20px;
    height: 20px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn .act {
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 10px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn.hover-btn:hover {
    border: 1px solid #b8f652;
    background: #b8f652;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn.hover-btn:hover img.nor {
    opacity: 0;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn.hover-btn:hover img.act {
    opacity: 1;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-prev-btn {
    left: -70px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .solution-next-btn {
    right: -70px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-container {
    margin-bottom: 3.125%;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide {
    width: 500px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-image {
    width: 100%;
    height: 301px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(180deg, #181818 0%, #2d2d2d 100%);
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content {
    background: #121237;
    padding: 24px 8% 8%;
    border-radius: 0 0 20px 20px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    height: 50px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-title-row .blog-title {
    line-height: 50px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-title-row .blog-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-title-row .blog-arrow img {
    width: 20px;
    height: 20px;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-description {
    color: #d9d9d9;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 4.5em;
    overflow: hidden;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item:hover .blog-content {
    background: #b8f652;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item:hover .blog-content .blog-title-row .blog-title {
    color: #222;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item:hover .blog-content .blog-title-row .blog-arrow {
    background: #121237;
    transform: translateY(-49px);
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item:hover .blog-content .blog-description {
    color: #222;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item.blog-item--active .blog-content {
    background: #b8f652;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item.blog-item--active .blog-content .blog-title-row .blog-title {
    color: #222;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item.blog-item--active .blog-content .blog-title-row .blog-arrow {
    background: #121237;
}

.warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item.blog-item--active .blog-content .blog-description {
    color: #222;
}

.warranty-page .section5 .inner-box .solution-pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.warranty-page .section5 .inner-box .solution-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    opacity: 1;
}

.warranty-page .section5 .inner-box .solution-pagination .swiper-pagination-bullet-active {
    background: #b8f652;
    width: 24px;
}

.product-page .section3 .sidebar .menu-item .menu-item_text {
    font-size: 18px;
}

.service-page .section1 .inner-box {
    padding: 7.5% 0 6.25%;
}

.service-page .section1 .inner-box .section-title {
    text-align: center;
    margin-bottom: 5%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.service-page .section1 .inner-box .section-title span {
    color: #05b1ff;
}

.service-page .section1 .inner-box .service-list {
    display: flex;
    justify-content: space-between;
    gap: 1.5625%;
}

.service-page .section1 .inner-box .service-list .service-item {
    flex: 1;
    max-width: 380px;
    background: #121237;
    border-radius: 20px;
    padding: 3.5% 2.5% 2.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.service-page .section1 .inner-box .service-list .service-item .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18.6666666667%;
    position: relative;
}

.service-page .section1 .inner-box .service-list .service-item .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.service-page .section1 .inner-box .service-list .service-item .service-icon .act {
    opacity: 0;
}

.service-page .section1 .inner-box .service-list .service-item .service-title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8.3333333333%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.service-page .section1 .inner-box .service-list .service-item .service-description {
    color: #d9d9d9;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.service-page .section1 .inner-box .service-list .service-item:hover,
.service-page .section1 .inner-box .service-list .service-item.service-item--active {
    background: #b8f652;
}

.service-page .section1 .inner-box .service-list .service-item:hover .service-icon .nor,
.service-page .section1 .inner-box .service-list .service-item.service-item--active .service-icon .nor {
    opacity: 0;
}

.service-page .section1 .inner-box .service-list .service-item:hover .service-icon .act,
.service-page .section1 .inner-box .service-list .service-item.service-item--active .service-icon .act {
    opacity: 1;
}

.service-page .section1 .inner-box .service-list .service-item:hover .service-title,
.service-page .section1 .inner-box .service-list .service-item.service-item--active .service-title {
    color: #222;
}

.service-page .section1 .inner-box .service-list .service-item:hover .service-description,
.service-page .section1 .inner-box .service-list .service-item.service-item--active .service-description {
    color: #222;
}

.service-page .section2 {
    background: url(../images_die/ser_3_1.webp) no-repeat center center;
    background-size: cover;
}

.service-page .section2 .inner-box {
    padding: 6.25% 0;
}

.service-page .section2 .inner-box .map-content {
    display: flex;
    align-items: center;
}

.service-page .section2 .inner-box .map-content .map-text {
    width: 37.5%;
}

.service-page .section2 .inner-box .map-content .map-text .map-subtitle {
    color: #05b1ff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5.5%;
    line-height: 1.2;
}

.service-page .section2 .inner-box .map-content .map-text .map-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    margin-bottom: 16.1666666667%;
}

.service-page .section2 .inner-box .map-content .map-text .map-title span {
    color: #05b1ff;
}

.service-page .section2 .inner-box .map-content .map-text .map-description {
    color: #d9d9d9;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    width: 74%;
}

.service-page .section2 .inner-box .map-content .map-image {
    width: 62.5%;
}

.service-page .section2 .inner-box .map-content .map-image img {
    width: 100%;
    height: auto;
    display: block;
}

.service-page .section3 .inner-box {
    padding: 7.5% 0 6.25%;
}

.service-page .section3 .inner-box .section-title {
    text-align: center;
    margin-bottom: 5%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.service-page .section3 .inner-box .section-title span {
    color: #05b1ff;
}

.service-page .section3 .inner-box .office-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
}

.service-page .section3 .inner-box .office-list .office-item {
    position: relative;
    width: 32.5%;
    height: 160px;
    background: #121237;
    border-radius: 15.686px;
    backdrop-filter: blur(6px);
    padding: 28px 0 0 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 1.25%;
}

.service-page .section3 .inner-box .office-list .office-item::before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15.686px;
    position: absolute;
    left: 0;
    top: 0;
}

.service-page .section3 .inner-box .office-list .office-item .progress-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.service-page .section3 .inner-box .office-list .office-item .progress-border .border-path {
    fill: none;
    stroke: #b8f652;
    stroke-width: 2;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    transition: all 1s linear;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-page .section3 .inner-box .office-list .office-item .office-content {
    position: relative;
    z-index: 2;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-title {
    color: #05b1ff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-address {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-address .address-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 4px;
    flex-shrink: 0;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-address .address-text {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    width: calc(100% - 24px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-phone {
    display: flex;
    align-items: flex-start;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-phone .phone-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 4px;
    flex-shrink: 0;
}

.service-page .section3 .inner-box .office-list .office-item .office-content .office-phone .phone-text {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    width: calc(100% - 24px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-page .section3 .inner-box .office-list .office-item:hover .progress-border .border-path {
    stroke-dashoffset: 0;
}

.contact-page .section2 {
    background: url(/public/home/images_die/contact_bg_1_1.png) no-repeat center top;
    background-size: cover;
}

.contact-page .section2 .inner-box {
    padding: 7.5% 0 6.25%;
}

.contact-page .section2 .inner-box .section-title {
    margin-bottom: 5%;
}

.contact-page .section2 .inner-box .form-container .line-box {
    margin: 50px 0;
    overflow: hidden;
}

.contact-page .section2 .inner-box .form-container .line-box img {
    max-width: 400%;
    width: auto;
    min-width: 100%;
}

.contact-page .section2 .inner-box .form-container .form-section {
    flex: 1;
}

.contact-page .section2 .inner-box .form-container .form-section+.form-section {
    padding-top: 3.125%;
    margin-top: 3.125%;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.contact-page .section2 .inner-box .form-container .form-section .form-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 2.5%;
    text-align: center;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-row {
    display: flex;
    gap: 1.25%;
    margin-bottom: 1.875%;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group {
    flex: 1;
    margin-bottom: 1.25%;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-label {
    display: block;
    color: #fff;
    margin-bottom: 16px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-input,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-select {
    height: 64px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-input,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-select,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #333353;
    border-radius: 6px;
    background: rgba(18, 18, 55, 0.5);
    backdrop-filter: blur(6px);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    outline: none;
    transition: all 0.3s ease;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-input::placeholder,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-select::placeholder,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-input:focus,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-select:focus,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-textarea:focus {
    border-color: #05b1ff;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url(/public/home/images_die/svg/down_1_1.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
    cursor: pointer;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-textarea {
    resize: none;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .vertical-code-box {
    width: 518px;
    position: relative;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .vertical-code-box .captcha-image {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-textarea {
    height: 283px;
    min-height: 120px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group {
    display: flex;
    gap: 1.875%;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label .radio-input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: transparent;
    position: relative;
    flex-shrink: 0;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label .radio-input::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #b8f652;
    transition: all 0.3s ease;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label .radio-input:checked {
    border-color: #b8f652;
    border-width: 4px;
    background: #b8f652;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label .radio-input:checked::after {
    width: 8px;
    height: 8px;
    background: #000028;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label .radio-text {
    color: #d9d9d9;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.2;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box {
    position: relative;
    gap: 24px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-button-box {
    position: relative;
    height: 64px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-button-box:hover .file-select-btn {
    background: #b8f652;
    color: #222;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-select-btn {
    height: 100%;
    width: 248px;
    display: block;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #b8f652;
    border-radius: 4px;
    color: rgba(217, 217, 217, 0.3);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display {
    flex: 1;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    display: none;
    align-items: center;
    padding: 0 24px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .file-name-box {
    flex: 1;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .file-name-box img {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .file-name {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: calc(100% - 36px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 64px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .close-btn {
    cursor: pointer;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .file-remove {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .file-remove:hover {
    color: #05b1ff;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display.active {
    display: flex;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-hint {
    margin-top: 0.5%;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group.act .form-input,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group.act .form-select,
.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group.act .form-textarea {
    border-color: #F56C6C;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .form-row .form-group {
    margin-bottom: 0;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .file-row .form-group:nth-child(1) {
    width: 66.375%;
    flex: auto;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .file-row .form-group:nth-child(2) {
    flex-shrink: 0;
    flex-grow: 0;
    width: 32.375%;
    flex: auto;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .file-row .form-group:nth-child(2) .vertical-code-box {
    width: 100%;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .captcha-image {
    width: 178px;
    height: 64px;
    border-radius: 4px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .submit-btn {
    width: 100%;
    padding: 16px 32px;
    background: #b8f652;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .submit-btn .submit-arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-page .section2 .inner-box .form-container .form-section .contact-form .submit-btn:hover {
    background: #a5e042;
}

.contact-page .section2 .inner-box .form-container .form-section:last-child {
    border-bottom: none;
}

.contact-page .section3 {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

.contact-page .section3 .section-title {
    margin-bottom: 0.8rem;
}

.contact-page .section3 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.contact-page .section3 .item {
    width: 31.6875%;
    min-height: 1.4rem;
    padding: 15px 0.6rem 15px 0.64rem;
    background-color: #121237;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
}

.contact-page .section3 .item:hover {
    background-color: #b8f652;
}

.contact-page .section3 .item:hover .item-title,
.contact-page .section3 .item:hover .item-text,
.contact-page .section3 .item:hover a {
    color: #222;
}

.contact-page .section3 .item-icon {
    width: 3em;
    flex-shrink: 0;
    margin-right: 0.32rem;
}

.contact-page .section3 .item-info {
    flex-grow: 1;
}

.contact-page .section3 .item-title {
    line-height: 1.2;
    color: #d9d9d9;
    margin-bottom: 0.12rem;
}

.contact-page .section3 .item-text {
    line-height: 1.2;
    color: #fff;
}

.contact-page .section3 .item-text a {
    color: #fff;
}

.contact-page .section3 .item-text a:hover {
    text-decoration: underline;
}

.contact-page .section3 .img {
    width: 100%;
    border-radius: 0.2rem;
}

.search-page {
    padding-top: 120px;
}
.search-page .search-input {
    display: none;
}

.search-page .section1 {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}

.search-page .section1 .title {
    color: #fff;
    line-height: 1.2037037037;
}

.search-page .section1 .text {
    line-height: 1.625;
    color: #d9d9d9;
    margin-bottom: 0.4rem;
}

.search-page .section1 .text span {
    color: #05b1ff;
}

.search-page .section1 .select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0.8rem;
}

.search-page .section1 .select-item {
    color: #d9d9d9;
    line-height: 1.3125;
}

.search-page .section1 .select-item.active,
.search-page .section1 .select-item:hover {
    color: #0093d7;
}

.search-page .section1 .select-icon {
    width: 1.25em;
    margin: 0 0.16rem;
}

.search-page .section1 .pro-ul .pro-item {
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 0.24rem;
}

.search-page .section1 .pro-ul .pro-item:nth-of-type(4n) {
    margin-right: 0;
}

.search-page .section1 .page-box {
    margin-top: 0.3rem;
}

@media screen and (max-width: 1540px) {

    .plain-button,
    .main-button {
        height: 44px;
        width: 138px;
    }

    .index-page .section4 .inner-box .wrapper .right-center-box {
        top: 110px;
        width: 470px;
    }

    .index-page .section4 .inner-box .wrapper .right-center-box .huxian-box {
        width: 784px;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box {
        padding: 36px 2.25% 26px;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .s-text {
        margin-bottom: 10px;
    }

    .index-page .section5 .inner-box .ul {
        padding-top: 60px;
    }

    .index-page .section5 .inner-box .ul .li {
        height: 350px;
    }

    .index-page .section5 .inner-box .ul .li .icon {
        width: 70px;
    }

    .index-page .section5 .inner-box .ul .li:hover .inner-wrapper {
        transform: translateY(-120px);
    }

    .top-search-box .search-wrapper {
        height: 50px;
    }

    .top-search-box .search-wrapper .search-button {
        height: 50px;
    }

    .product-page .section3 .sidebar .menu-item .menu-item_inner {
        height: 80px;
    }

    .product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_inner {
        height: 70px;
    }

    .product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item {
        line-height: 60px;
        margin-bottom: 10px;
    }

    .pro-ul .pro-item:hover::before {
        width: 70px;
        height: 70px;
        border-radius: 0 20px 0 20px;
    }

    .pro-ul .pro-item .content-box {
        padding: 20px 70px 20px 20px;
    }

    .pro-ul .pro-item .icon {
        top: 23px;
        right: 23px;
    }
}

@media screen and (max-width: 1366px) {
    .pro-ul .pro-item:hover::before {
        width: 60px;
        height: 60px;
    }

    .pro-ul .pro-item .content-box {
        padding: 15px 60px 15px 15px;
    }

    .pro-ul .pro-item .icon {
        top: 21px;
        right: 21px;
        width: 18px;
        height: 18px;
    }

    .product-page .section3 .sidebar .menu-item .menu-item_inner {
        /* 正常状态样式写这里 */
        height: 60px;
    }

    .product-page .section3 .sidebar .menu-item .menu-item_inner:hover {
        /* hover 状态样式写这里 */
    }

    .product-page .section3 .sidebar .menu-item .menu-item_inner:active {
        /* active 状态样式写这里 */
    }

    .product-page .section3 .sidebar .menu-item .submenu-item .submenu-item_inner {
        height: 50px;
    }

    .product-page .section3 .sidebar .menu-item .submenu-item .submenu-level3-item {
        line-height: 44px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1280px) {
    .index-page .section4 .inner-box .wrapper .right-bottom-box {
        width: 82%;
        bottom: -70px;
    }

    .index-page .section3 .ul .li .text-box .desc {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1050px) {
    .place-box {
        display: none;
    }

    .swiper-pagination {
        gap: 10px;
    }

    .search-page {
        padding-top: 0;
    }
    .search-page .search-input {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }

  .search-page .search-input input {
    height: 44px;
    border-radius: 44px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #333353;
    backdrop-filter: blur(12px);
    width: 100%;
    padding: 0 44px 0 16px;
    outline: none;
    color: #fff;
  }

  .search-page .search-input .icon {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    padding: 12px;
  }
    .banner-box .pc {
        display: none;
    }

    .banner-box .mo {
        display: block;
    }

    .z_tanchuang .tbox .modal {
        width: 90%;
        padding: 5px;
    }

    .z_tanchuang .tbox .modal .out {
        right: 0;
        top: -50px;
    }

    .a_dw {
        top: -50px;
    }

    .header {
        display: none;
    }

    .mhead {
        position: relative;
    }

    header {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .footer .nav-col {
        display: none;
    }

    .footer .left-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .inner-box {
        padding-top: 40px;
    }

    .footer .top-bar .social-icons {
        margin-top: 20px;
        gap: 10px;
    }

    .footer .line {
        margin: 20px 0;
    }

    .footer .left-col .contact-list .contact-item {
        justify-content: center;
    }

    .footer .top-bar .social-icons .social-icon {
        width: 40px;
        height: auto;
    }

    .footer .top-bar {
        flex-direction: column;
    }

    .footer .bottom-box {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
        padding: 15px 0;
    }

    .about-page .section3 .values-circle {
        display: none;
    }

    .about-page .section3 .values-circle-m {
        display: block;
        margin-top: 30px;
    }

    .about-page .section3 .values-circle-m .circle-image {
        aspect-ratio: 1/1;
        margin-bottom: 20px;
    }

    .about-page .section3 .values-circle-m .circle-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-page .section3 .values-circle-m .value-icon {
        display: none;
    }

    .about-page .section3 .values-circle-m .value-title {
        font-size: 24px;
        color: #05b1ff;
        margin-bottom: 20px;
    }

    .about-page .section3 .values-circle-m .value-text {
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
    }
}

@media (min-width: 771px) {
    .show770 {
        display: none;
    }
}

@media (max-width: 770px) {
    .banner-box .content-box {
        bottom: 15%;
    }

    .hide770 {
        display: none;
    }

    .show770 {
        display: block;
    }

    .padding50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .page-box {
        display: none;
    }

    .view-more-box {
        display: block;
        margin-top: 60px;
    }

    .top-search-box {
        justify-content: center;
        margin-bottom: 30px;
    }

    .top-search-box .search-wrapper {
        width: 100%;
        height: 44px;
    }

    .top-search-box .search-wrapper .search-input {
        height: 44px;
        width: calc(94.175960347% - 100px);
    }

    .top-search-box .search-wrapper .search-button {
        padding: 0;
        height: 44px;
        width: 100px;
    }

    .product-page .section2 .inner-box {
        padding: 40px 0 0;
    }

    .product-page .section3 .inner-box {
        flex-direction: column;
        gap: 30px;
    }

    .product-page .section3 .sidebar {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        padding-bottom: 0;
    }

    .product-page .section3 .right-box {
        width: 100%;
        padding-bottom: 50px;
    }

    .product-page .section3 .right-box .right-banner {
        margin-bottom: 20px;
        aspect-ratio: 14/9;
    }

    .product-page .section3 .right-box .right-banner img {
        height: 100%;
        object-fit: cover;
    }

    .product-page .section3 .right-box .pro-ul .pro-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-page .section3 .right-box .pro-ul .pro-item .content-box {
        padding: 24px 50px 24px 24px;
    }

    .product-page .section3 .right-box .pro-ul .pro-item .content-box .top-desc {
        margin-bottom: 5px;
        font-size: 18px;
        height: auto;
    }

    .product-page .section3 .right-box .pro-ul .pro-item .content-box .st {
        font-size: 16px;
    }

    .product-page .section3 .right-box .pro-ul .pro-item .icon {
        width: 18px;
        height: 18px;
        top: 27px;
        right: 23px;
    }

    .product-page .section3 .right-box .pro-ul .pro-item:hover::before {
        width: 50px;
        height: 50px;
    }

    .product-page .section3 .right-box .page-box {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-page .section3 .right-box .page-box .page-item,
    .product-page .section3 .right-box .page-box .page-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .product-page .section3 .right-box .page-box .page-empty,
    .product-page .section3 .right-box .page-box .page-go-btn {
        display: none;
    }

    .about-page .section-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 30px !important;
    }

    .about-page .section-title span {
        display: inline !important;
    }

    .about-page .section2 .inner-box {
        padding: 60px 0 0;
    }

    .about-page .section2 .company-info {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .about-page .section2 .company-info .company-image {
        width: 100%;
    }

    .about-page .section2 .company-info .company-text {
        width: 100%;
    }

    .about-page .section2 .company-info .company-text .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about-page .section2 .company-info .company-text .description-box {
        height: auto;
        padding-right: 0;
        font-size: 16px;
    }

    .about-page .section2 .stats-box {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        gap: 0;
        row-gap: 30px;
        padding: 40px 10px;
    }

    .about-page .section2 .stats-box .line {
        display: none;
    }

    .about-page .section2 .stats-box .txt-item {
        width: 49%;
        flex: initial;
        padding: 0;
    }

    .about-page .section2 .stats-box .txt-item .s-text {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .about-page .section2 .stats-box .txt-item .b-box {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .about-page .section2 .stats-box .txt-item .b-box .b-text .f_46 {
        font-size: 32px;
    }

    .about-page .section3 .inner-box {
        padding: 60px 0;
    }

    .about-page .section4 {
        padding: 60px 0;
    }

    .about-page .section4 .swiper-container .prev-btn,
    .about-page .section4 .swiper-container .next-btn {
        display: none;
    }

    .about-page .section4 .swiper-container .swiper .swiper-slide .date-box .date .year {
        font-size: 40px;
    }

    .about-page .section5 .inner-box {
        padding: 60px 0;
    }

    .about-page .section5 .inner-box .swiper-container .responsibility-nav-btn {
        display: none;
    }

    .index-page .banner-video .content {
        bottom: 5%;
    }

    .index-page .section2 .screen-1 img {
        width: 80%;
    }

    .index-page .section2 .screen-item {
        height: auto;
        padding: 80px 0;
    }

    .index-page .section3 {
        margin-bottom: 60px;
    }

    .index-page .section3 .ul .li {
        flex-wrap: wrap;
        margin-bottom: 40px;


    }

    .index-page .section3 .ul .li:last-child {
        margin-bottom: 0;
    }

    .index-page .section3 .ul .li .img-box {
        width: 100%;
    }

    .index-page .section3 .ul .li:nth-child(1),
    .index-page .section3 .ul .li:nth-child(3),
    .index-page .section3 .ul .li:nth-child(4) {
        padding-left: 0;
    }

    .index-page .section3 .ul .li:nth-child(2) {
        padding-right: 0;
    }

    .index-page .section3 .ul .li:nth-child(2n) .text-box {
        padding-left: 0;
    }

    .index-page .section3 .ul .li .text-box {
        transform: none !important;
    }

    .index-page .section3 .ul .li .text-box .name {
        margin-bottom: 15px;
    }

    .index-page .section3 .ul .li .text-box .name .icon {
        display: none;
    }

    .index-page .section3 .ul .li .text-box .desc,
    .index-page .section3 .ul .li .text-box .button-box {
        opacity: 1;
        transform: none;
    }

    .index-page .section3 .ul .li:nth-child(2n) .text-box .name,
    .index-page .section3 .ul .li:nth-child(2n) .text-box .button-box {
        justify-content: flex-start;
    }

    .index-page .section3 .ul .li:nth-child(2n) .text-box .desc {
        text-align: left;
    }

    .index-page .section3 .ul .li:hover .img-box .color-block {
        transform: none;
    }

    .index-page .section4 {
        height: auto;
    }

    .index-page .section4 .inner-box .wrapper .right-center-box {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .index-page .section4 .inner-box .wrapper .right-center-box .huxian-box {
        display: none;
    }

    .index-page .section4 .inner-box .wrapper .right-center-box .in-box {
        opacity: 1;
        transform: none;
    }

    .index-page .section4 .inner-box .wrapper .main-img {
        margin-bottom: 15px;
    }

    .index-page .section4 .inner-box .wrapper .right-top-box {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 20px;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        opacity: 1;
        transform: none;
        flex-wrap: wrap;
        text-align: center;
        gap: 0;
        row-gap: 15px;
        padding: 20px 10px;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box .line {
        display: none;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item {
        width: 49%;
        flex: initial;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .s-text {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .index-page .section4 .inner-box .wrapper .right-bottom-box .txt-item .b-box {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .index-page .section5 .inner-box .ul {
        height: auto;
        padding: 20px;
        overflow: auto;
        justify-content: flex-start;
    }

    .index-page .section5 .inner-box .ul .li {
        height: auto;
        width: 300px;
        flex-shrink: 0;
    }

    .index-page .section5 .inner-box .ul .li+.li {
        margin-left: 15px;
    }

    .index-page .section5 .inner-box .ul .li .inner-wrapper {
        padding: 15px;
    }

    .index-page .section5 .inner-box .ul .li .color-block {
        opacity: 1;
        transform: none;
    }

    .index-page .section5 .inner-box .ul .li .title-box,
    .index-page .section5 .inner-box .ul .li .text-box {
        color: #222;
        opacity: 1;
    }

    .index-page .section5 .inner-box .ul .li .icon .act {
        opacity: 1;
    }

    .index-page .section5 .inner-box .ul .li:hover .inner-wrapper {
        transform: none;
    }

    .index-page .section6 .wrap .inner-box .top-title-box {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .index-page .section6 .wrap .inner-box .top-title-box .section-title {
        margin-bottom: 15px;
    }

    .index-page .section6 .wrap .inner-box .wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item {
        width: 100%;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item .bg-box {
        display: none;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item .inner-content-box {
        display: none;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item .big-content-box {
        opacity: 1;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item .big-content-box .btm-box .text {
        margin-bottom: 0;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item .mask {
        opacity: 1;
    }

    .index-page .section6 .wrap .inner-box .wrapper .item.active {
        width: 100%;
    }

    .warranty-page .section2 .inner-box {
        padding: 60px 0;
    }

    .warranty-page .section2 .inner-box .section-title {
        margin-bottom: 30px;
    }

    .warranty-page .section2 .inner-box .swiper-container .swiper {
        margin-bottom: 30px;
    }

    .warranty-page .section2 .inner-box .swiper-container .zs-swiper-nav {
        display: none;
    }

    .warranty-page .section2 .inner-box .swiper-container .swiper-slide {
        padding: 20px;
    }

    .warranty-page .section2 .inner-box .swiper-container .swiper-slide .img-box {
        height: 300px;
    }

    .warranty-page .section2 .inner-box .swiper-container .swiper-slide .text-box {
        margin-top: 15px;
    }

    .warranty-page .section2 .inner-box .swiper-container .swiper-slide .text-box .t1 {
        font-size: 18px;
    }

    .warranty-page .section3 .inner-box {
        padding: 60px 0;
    }

    .warranty-page .section3 .inner-box .warranty-intro {
        margin-bottom: 30px;
    }

    .warranty-page .section3 .inner-box .warranty-intro .intro-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .warranty-page .section3 .inner-box .warranty-intro .intro-text {
        font-size: 16px;
    }

    .warranty-page .section3 .inner-box .warranty-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .warranty-page .section3 .inner-box .warranty-table table {
        min-width: 1000px;
    }

    .warranty-page .section3 .inner-box .warranty-table table thead tr th {
        padding: 15px;
    }

    .warranty-page .section3 .inner-box .warranty-table table tbody tr td {
        padding: 15px;
    }

    .warranty-page .section3 .inner-box .warranty-table table th,
    .warranty-page .section3 .inner-box .warranty-table table td {
        font-size: 14px;
        padding: 10px;
    }

    .warranty-page .section4 .inner-box {
        padding: 60px 0;
    }

    .warranty-page .section4 .inner-box .partner-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        height: auto;
        margin-bottom: 30px;
    }

    .warranty-page .section4 .inner-box .partner-tabs .tab-item {
        width: auto;
        padding: 5px 15px;
    }

    .warranty-page .section4 .inner-box .partner-tabs .tab-item span {
        font-size: 16px;
    }

    .warranty-page .section4 .inner-box .partner-tabs .tab-divider {
        display: none;
    }

    .warranty-page .section4 .inner-box .partner-tabs .trash {
        display: none;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-nav-btn {
        display: none;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-swiper .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-swiper .swiper-slide .partner-logo::before,
    .warranty-page .section4 .inner-box .partner-swiper-container .swiper-out .partner-swiper .swiper-slide .partner-logo .progress-border {
        display: none;
    }

    .warranty-page .section4 .inner-box .partner-swiper-container .swiper-pagination {
        margin-top: 30px;
    }

    .warranty-page .section5 .inner-box {
        padding: 60px 0;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .swiper-container {
        margin-bottom: 30px;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .solution-nav-btn {
        display: none;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item {
        margin-bottom: 0;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-image {
        height: 200px;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content {
        padding: 15px;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-title-row .blog-title {
        font-size: 18px;
    }

    .warranty-page .section5 .inner-box .solution-swiper-container .swiper-slide .blog-item .blog-content .blog-description {
        font-size: 14px;
    }

    .service-page .section1 .inner-box {
        padding: 60px 0;
    }

    .service-page .section1 .inner-box .section-title {
        margin-bottom: 40px;
    }

    .service-page .section1 .inner-box .service-list {
        flex-direction: column;
        gap: 20px;
    }

    .service-page .section1 .inner-box .service-list .service-item {
        max-width: 100%;
        padding: 40px 20px;
    }

    .service-page .section1 .inner-box .service-list .service-item .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .service-page .section1 .inner-box .service-list .service-item .service-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .service-page .section1 .inner-box .service-list .service-item .service-description {
        font-size: 14px;
    }

    .service-page .section2 .inner-box {
        padding: 60px 0;
    }

    .service-page .section2 .inner-box .map-content {
        flex-direction: column;
    }

    .service-page .section2 .inner-box .map-content .map-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .service-page .section2 .inner-box .map-content .map-text .map-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .service-page .section2 .inner-box .map-content .map-text .map-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .service-page .section2 .inner-box .map-content .map-text .map-description {
        width: 100%;
        font-size: 16px;
    }

    .service-page .section2 .inner-box .map-content .map-image {
        width: 100%;
    }

    .service-page .section3 .inner-box {
        padding: 60px 0;
    }

    .service-page .section3 .inner-box .section-title {
        margin-bottom: 40px;
    }

    .service-page .section3 .inner-box .office-list {
        flex-direction: column;
        gap: 15px;
    }

    .service-page .section3 .inner-box .office-list .office-item {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 0;
    }

    .service-page .section3 .inner-box .office-list .office-item::before,
    .service-page .section3 .inner-box .office-list .office-item .progress-border {
        display: none;
    }

    .service-page .section3 .inner-box .office-list .office-item .office-content .office-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-page .section3 .inner-box .office-list .office-item .office-content .office-address,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-phone {
        margin-bottom: 8px;
    }

    .service-page .section3 .inner-box .office-list .office-item .office-content .office-address .address-icon,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-address .phone-icon,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-phone .address-icon,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-phone .phone-icon {
        width: 16px;
    }

    .service-page .section3 .inner-box .office-list .office-item .office-content .office-address .address-text,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-address .phone-text,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-phone .address-text,
    .service-page .section3 .inner-box .office-list .office-item .office-content .office-phone .phone-text {
        font-size: 14px;
    }

    .contact-page .section2 .inner-box {
        padding: 60px 0;
    }

    .contact-page .section2 .inner-box .form-container .form-section+.form-section {
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px dashed rgba(255, 255, 255, 0.3);
    }

    .contact-page .section2 .inner-box .form-container .form-section .form-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-row.file-row .form-group:nth-child(1) {
        flex: 1;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-row.file-row .form-group:nth-child(2) {
        width: 100%;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group {
        margin-bottom: 20px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-label {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-input,
    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-select {
        height: 50px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .form-textarea {
        height: 150px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .vertical-code-box {
        width: 100%;
        display: flex;
        gap: 10px;
        position: relative;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .vertical-code-box .form-input {
        flex: 1;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .vertical-code-box .captcha-image {
        position: static;
        width: 120px;
        height: 50px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group {
        gap: 20px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .radio-group .radio-label .radio-text {
        font-size: 16px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box {
        flex-direction: column;
        gap: 15px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-button-box {
        width: 100%;
        height: 50px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-button-box .file-select-btn {
        width: 100%;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display {
        width: 100%;
        height: 50px;
        padding: 0 15px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .form-group .file-upload-box .file-display .file-name {
        line-height: 50px;
        font-size: 14px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .btn-box {
        margin-top: 20px;
    }

    .contact-page .section2 .inner-box .form-container .form-section .contact-form .btn-box .main-button {
        width: 100%;
        height: 50px;
    }

    .contact-page .section3 {
        padding: 60px 0;
    }

    .contact-page .section3 .section-title {
        margin-bottom: 40px;
    }

    .contact-page .section3 .list {
        flex-direction: column;
        gap: 15px;
    }

    .contact-page .section3 .list .item {
        width: 100%;
        min-height: auto;
        padding: 20px;
    }

    .contact-page .section3 .list .item .item-icon {
        width: 40px;
        margin-right: 15px;
    }

    .contact-page .section3 .list .item .item-info .item-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contact-page .section3 .list .item .item-info .item-text {
        font-size: 14px;
    }

    .contact-page .section3 .img {
        margin-top: 30px;
    }

    .blog-page .section2 .inner-box {
        padding: 40px 0;
    }

    .blog-page .section3 .inner-box {
        padding: 0 0 60px;
    }

    .blog-page .section3 .page-box {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-page .section3 .page-box .page-item,
    .blog-page .section3 .page-box .page-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
        padding: 0;
    }

    .blog-page .section3 .page-box .page-empty,
    .blog-page .section3 .page-box .page-go-btn,
    .blog-page .section3 .page-box .page-ellipsis {
        display: none;
    }

    .blog-list {
        gap: 20px;
    }

    .blog-list .blog-item {
        width: 100%;
        margin-bottom: 0;
    }

    .blog-list .blog-item .blog-content {
        padding: 20px;
    }

    .blog-list .blog-item .blog-content .blog-date-row {
        height: 40px;
        margin-bottom: 10px;
    }

    .blog-list .blog-item .blog-content .blog-date-row .blog-date {
        line-height: 40px;
        font-size: 12px;
    }

    .blog-list .blog-item .blog-content .blog-date-row .blog-arrow {
        width: 40px;
        height: 40px;
    }

    .blog-list .blog-item .blog-content .blog-title {
        font-size: 18px;
        height: auto;
        max-height: 3.6em;
    }

    .breadcrumb {
        display: none;
    }

    .blog-info-page .section1 .inner-box {
        padding: 60px 0;
    }

    .blog-info-page .section1 .inner-box .blog-info-header .blog-title {
        margin-bottom: 30px;
    }

    .blog-info-page .section1 .inner-box .blog-info-header .icon-group {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-info-page .section1 .inner-box .blog-footer .footer-content {
        flex-direction: column;
    }

    .blog-info-page .section1 .inner-box .blog-footer .footer-content .related-links {
        width: 100%;
        margin-bottom: 30px;
    }

    .params-page .place-box {
        display: none;
    }

    .params-page .section2 .inner-box {
        padding: 40px 0 0;
        flex-direction: column;
        gap: 20px;
    }

    .params-page .section2 .product-image {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        aspect-ratio: 4/3;
    }

    .params-page .section2 .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .params-page .section2 .product-info {
        width: 100%;
    }

    .params-page .section2 .product-info .product-spec {
        font-size: 14px;
    }

    .params-page .section2 .product-info .product-title {
        font-size: 24px !important;
        margin-bottom: 16px;
    }

    .params-page .section2 .product-info .info-list {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .params-page .section2 .product-info .info-item {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 12px;
    }

    .params-page .section2 .product-info .info-item+.info-item {
        margin-top: 16px;
    }

    .params-page .section2 .product-info .info-label,
    .params-page .section2 .product-info .info-value {
        width: 100%;
        line-height: 1.5;
    }

    .params-page .section2 .product-info .info-value {
        margin-left: 0;
        text-align: left;
    }

    .params-page .section2 .product-info .button-group {
        flex-direction: column;
        gap: 12px;
    }

    .params-page .section2 .product-info .button-group .main-button,
    .params-page .section2 .product-info .button-group .plain-button {
        width: 100%;
    }

    .params-page .section3 .inner-box {
        padding: 60px 0;
    }

    .params-page .section3 .inner-box .top-box {
        margin-bottom: 40px;
    }

    .params-page .section3 .inner-box .top-box .precautions-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .params-page .section3 .inner-box .top-box .precautions-item:nth-last-child(2) {
        margin-bottom: 20px;
    }

    .paination-circle-m {
        margin-top: 20px;
    }

    .params-page .section3 .inner-box .top-box .precautions-item .item-number {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .params-page .section3 .inner-box .top-box .precautions-item .item-slash {
        font-size: 18px;
        margin: 0 6px;
        transform: translateY(-2px);
    }

    .params-page .section3 .inner-box .top-box .precautions-item .item-text {
        font-size: 14px;
    }

    .params-page .section3 .section-title {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .params-page .section3 .params-box .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .params-page .section3 .params-box .params-table {
        min-width: 920px;
    }

    .params-page .section3 .params-box th,
    .params-page .section3 .params-box td {
        padding: 8px 0;
    }

    .params-page .section3 .params-box .cell {
        padding: 0 8px;
        font-size: 12px;
    }

    .params-page .section3 .params-box .table-header-row .table-header-cell {
        font-size: 14px;
        height: auto;
    }

    .params-page .section3 .params-box .table-subheader-row .table-subheader-cell {
        font-size: 12px;
        height: auto;
    }

    .params-page .section3 .params-box .table-data-row .table-data-cell {
        font-size: 12px;
    }

    .proInfo-page .place-box {
        display: none;
    }

    .proInfo-page .section2 .product-info {
        width: 100%;
    }

    .proInfo-page .section2 .product-info .product-title {
        margin-bottom: 30px;
    }

    .proInfo-page .section2 .product-info .sku-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .proInfo-page .section2 .product-info .sku-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .proInfo-page .section2 .product-info .button-group {
        flex-direction: column;
        gap: 12px;
    }

    .proInfo-page .section2 .product-info .button-group .main-button,
    .proInfo-page .section2 .product-info .button-group .plain-button {
        width: 100%;
    }

    .proInfo-page .section5 .inner-box {
        padding: 60px 0;
    }

    .proInfo-page .section5 .row-one {
        margin-bottom: 40px;
    }

    .proInfo-page .section5 .row-one:last-child {
        margin-bottom: 0;
    }

    .proInfo-page .section5 .section-title {
        font-size: 24px !important;
        margin-bottom: 30px !important;
    }

    .proInfo-page .section5 .color-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .proInfo-page .section5 .color-list {
        gap: 12px;
    }

    .proInfo-page .section5 .color-list .item {
        width: calc((100% - 12px) / 2);
    }

    .proInfo-page .section5 .color-list .item:nth-child(2n) {
        margin-right: 0;
    }

    .proInfo-page .section5 .color-list .item .img-box {
        padding: 18px;
        border-radius: 18px;
        margin-bottom: 12px;
    }

    .proInfo-page .section5 .color-list .item .name .name-text {
        font-size: 16px;
    }

    .proInfo-page .section5 .swiper2 .swiper-nav {
        display: none;
    }

    .proInfo-page .section5 .swiper2 .swiper {
        margin-bottom: 30px;
    }

    .proInfo-page .section5 .swiper2 .swiper-slide img {
        width: 100%;
        object-fit: cover;
        border-radius: 14px;
        display: block;
    }

    .proInfo-page .section5 .swiper2 .swiper-pagination {
        margin-top: 20px;
    }
}