:root {
    --scale-x: 1;
    --scale-y: 1;
    --custom-size: 1 / 1920 * 100vw;
    --seciton-h: 880;
    --title-size: 80;
}

.app {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* scale: (var(--scale-x), var(--scale-y)); */
    position: relative;
}

.start-tip {
    width: 100%;
    position: fixed;
    height: 50px;
    z-index: 99999;
    top: 50%;
}

.mobile-nav {
    display: none;
}

.header-main {
    width: 100%;
    height: var(--header-h);
    padding: 0 clamp(20px, 3.125vw, calc(60 * var(--rpx)));
    position: fixed;
    top: 0;
    z-index: 999;
}

.header-main .header-main__content {
    height: 100%;
}

.search-drak {
    background-image: url('../images/search-drak-icon.png') !important;
}

.logo-drak {
    background-image: url('../images/logo2.png') !important;
}

.select-drak {
    /* background-image: url('../images/header-select-drak-icon.png') !important; */
}

.con-btn {
    margin-top: calc(50* var(--custom-size));
}

.header-logo {
    height: calc(50 * var(--rpx));
    background-image: url('../images/logo.png');
    background-size: 100% 100%;
}

.header-logo>img {
    opacity: -1;
    height: 100%;
}

.form-container {
    width: 100%;
    height: auto;
    background-image: url('../images/help-bg.png');
    background-size: cover;
    background-position: center;
    padding: 50px max(30px, calc(50 * var(--custom-size)));
}

.entry-title {
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: clamp(14px, calc(18 * var(--custom-size)), 18px);
}

.entry-list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;

}

.nav-text,
.nav-text a {
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    font-family: Poppins;
    font-size: clamp(12px, calc(14 * var(--custom-size)), 14px);
    padding-bottom: 2px;
    font-weight: 300;
    position: relative;
}

.nav-container {
    height: 27px;
    display: flex;
    gap: 28px;
    align-items: center;
    margin-left: 52px;

}

.nav-container li {
    position: relative;
}

.nav-item {
    width: auto;
    color: rgba(255, 255, 255, 1);
    height: 27px;
    font-family: Poppins;
    position: relative;
    font-size: clamp(14px, calc(18*var(--custom-size)), 18px);
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
}

.nav-container li:hover .second-nav-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: rgba(109, 232, 141, 1);
    transform: translateX(-50%);
    transition: width 0.1s ease;
}

.nav-text a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: rgba(109, 232, 141, 1);
    transform: translateX(-50%);
    transition: width 0.1s ease;
}

.index-banner {
    padding: calc(110 * var(--custom-size)) calc(240 * var(--custom-size));
}

.index-desc2 {
    font-size: clamp(25px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;
    margin-top: calc(50 * var(--custom-size));
}

.index-text2 {
    margin-top: calc(200 * var(--custom-size));
    font-size: max(30px, calc(88 * var(--custom-size))) !important;
}

.swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    min-height: 600px;
}

.swiper-container .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
}

.our-container {
    width: 100%;
    height: max(600px, calc(var(--seciton-h) * var(--custom-size)));
    /* min-height: 800px; */
    overflow: hidden;
    position: relative;
}

.swiper-items {
    width: 100%;
    height: 100%;
}

.footer-main {
    width: 100%;
    background: rgba(13, 21, 35, 1);
    position: sticky;
    bottom: 0;
}

.footer-top {
    width: 100%;
    height: 538px;
    display: flex;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

.footer-logo {
    width: 165.06px;
    height: 50px;
}

.lang-icon {
    width: 14px;
    height: 14px;
}

.lang-wrapper {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    justify-content: flex-start;
    margin-bottom: 75px;
}

.lang-wrapper a {
    color: #fff;
}

.footer-top-left {
    flex: 1;
    height: 100%;
    padding: clamp(20px, calc(60 * var(--custom-size)), 60px) clamp(10px, calc(10 * var(--custom-size)), 10px) clamp(20px, calc(60 * var(--custom-size)), 60px) clamp(30px, calc(190 * var(--custom-size)), 190px);
}

.entry-container {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
    gap: clamp(30px, calc(60 * var(--custom-size)), 60px);
}

.footer-top-right {
    width: 620px;
    height: 100%;
    padding: 80px 30px;
}

.footer-right-p {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
}

.page-footer {
    margin-left: 508px;
}

.footer-submit {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 24px;
    margin-bottom: 50px;
    display: flex;
}

.footer-submit-input {
    border-radius: 300px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.1);
    width: 380px;
    height: 60px;
    color: #fff;
    padding-left: 30px;
}

.footer-submit-input:focus {
    outline: none;
}

.footer-submit-button {
    border-radius: 300px;
    background: rgba(109, 232, 141, 1);
    width: 120px;
    height: 60px;
    transform: translate(-125px);
    cursor: pointer;

}

.footer_icon_container {
    width: auto;
    min-width: 100px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.footer_icon_items {
    width: 50px;
    height: 100%;
}

.header-icon-wrapper {
    height: 100%;
    width: auto;
    min-width: 200px;
    display: flex;
    align-items: center;
}

.contact {
    width: 150px;
    height: 50px;
    border-radius: 300px;
    background: #fff;
    padding: 15px 20px;
}

.header-tel {
    width: 30px;
    height: 30px;
    margin-left: 12px;
}

.contact {
    display: flex;
    align-items: center;
}

.header-tel-text {
    width: auto;
    color: rgba(0, 62, 173, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

.select_lang {
    width: 80px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 300px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 1);

    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: relative;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/header-select-icon.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 6px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-search {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background-image: url('../images/search-icon.png');
    background-size: 100% 100%;
}

.form-help {
    margin-left: 140px;
    margin-top: 86px;
    flex: 1;
}

.form-help-title {
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;

}

.form-help-desc {
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    width: 500px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: left;
}

.con-button {
    width: 180px;
    height: 60px;
    border-radius: 300px;
    background: rgba(255, 255, 255, 1);
    padding: 25px 30px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.green-box {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(109, 232, 141, 1);
    margin-left: 35px;
}

.form-box {
    width: 100%;
    /* height: 800px; */
    display: flex;
    align-items: flex-start;
}

.form-items {
    width: 650px;
    height: 100%;
    padding: 50px;
}

.form-items-title {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translateY(-30%);
    opacity: 0;
    font-family: Poppins;
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
    font-weight: 300;
}

.form-type:focus~.form-items-title,
.form-type:focus~.form-items-title {
    opacity: 1;
    top: -10px;
    transform: translateY(0);
    color: #007BFF;
}

.form-filed {
    width: 540px;
}

.form-filed-items {
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 35px;
}

.form-filed-items input,
select {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
}

.form-filed-items select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/select_icon.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;

}

.white-arrow {
    width: 25px;
}

.form-filed-items input:focus {
    /* border: 0; */
    outline: 0;
}

.form-select {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.first-items {
    margin-top: 0px !important;
}

.form-filed-items input::placeholder {
    color: #fff;
}

.form-submit {
    width: 100%;
    height: 60px;
    border-radius: 300px;
    background: rgba(109, 232, 141, 1);
    cursor: pointer;
    color: rgba(0, 62, 173, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

.checkbox-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-container input {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    /* border: 2px solid #d1d5db; */
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.checkbox-container input:checked {
    background: rgba(109, 232, 141, 1);
}

.checkbox-container p {
    margin-left: 5px;
    width: 500px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, .3);
}

.checkbox-container a {
    color: #fff;
}

.scroll-text {
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins;
    font-size: 98px;
    font-weight: 300;
    line-height: 147px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.total-pagi {
    color: rgba(255, 255, 255, 0.3);
}

.our-pagitnation-num {
    padding: calc(20 * var(--custom-size)) calc(30 * var(--custom-size));
    border-radius: 300px;
    font-size: clamp(12px, calc(22 * var(--custom-size)), 22px);
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    left: calc(150 * var(--custom-size));
    top: calc(200 * var(--custom-size));
    display: inline-block;
}

.play-box {
    position: absolute;
    bottom: calc(270 * var(--custom-size));
    right: calc(230 * var(--custom-size));
    display: flex;
    align-items: center;
    gap: calc(20 * var(--custom-size));
    justify-content: center;
    cursor: pointer;
    align-items: center;
    border-radius: 300px;
    /* width: calc(200 * var(--custom-size)); */
    /* height: calc(120 * var(--custom-size)); */
    padding: calc(40 * var(--custom-size));
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.5);
}

.play-title {
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: clamp(10px, calc(14 * var(--custom-size)), 14px);
    font-weight: 300;
}

.scroll-img {
    width: 52px;
    height: 76px;
}

.about-container {
    width: 100%;
    /* min-height: 680px; */
    /* height: 100vh; */
    height: max(500px, calc(var(--seciton-h) * var(--custom-size)));
    background-image: url('../images/about-us-bg.png');
    background-size: cover;
    background-position: center;
    padding: calc(70 * var(--custom-size)) 0;
    background-repeat: no-repeat;
    position: relative;
}

.about-title {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.about-desc {
    width: calc(750 * var(--custom-size));
    /* min-width: 400px; */
    white-space: normal;
    word-break: break-word;
    margin-top: calc(40 * var(--rpx));
    height: auto;
    color: #b7b8bb;
    font-family: Poppins;
    font-size: calc(24 * var(--rpx));
    font-weight: 400;
    line-height: clamp(30px, calc(58 * var(--custom-size)), 58px);
    letter-spacing: 0px;
    text-align: left;
}

.about-desc h4 {
    font-weight: 600;
}

.about-desc span {
    display: inline-block;
}

.about-desc-p {
    display: inline-block;
}

.about-strong-text {
    font-weight: 600;
    /* color: ; */
}

.play-video {
    width: clamp(20px, calc(38 * var(--custom-size)), 38px);
    height: clamp(20px, calc(38 * var(--custom-size)), 38px);
}

.swiper-pagination {
    bottom: 90px !important;
    /* 底部 */

}

.swiper-pagination-bullet {
    width: 90px;
    height: 6px;
    border-radius: 300px;
    background: rgba(255, 255, 255, .3);
    /* opacity: 0.3; */
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.our-pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute !important;
    z-index: 999;
    width: 80px;
    text-align: center;
    height: 100%;
    left: 22px;
}

.product-pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute !important;
    z-index: 999;
    width: 80px;
    text-align: center;
    height: 100%;
    left: 22px;
}

.our-pagination span {
    width: 6px !important;
    height: 30px !important;
    border-radius: 300px;
    background: rgba(255, 255, 255, .8);
}

.product-pagination span {
    width: 6px !important;
    height: 30px !important;
    border-radius: 300px;
    background: rgba(0, 0, 0, 0.2);
    ;
}

.our-pagination .swiper-pagination-bullet-active {
    height: 60px !important;
    background: #fff !important;
}

.product-pagination .swiper-pagination-bullet-active {
    height: 60px !important;
    background: rgba(0, 62, 173, 1) !important;
}

.product-pagination-bullet-active {
    background: rgba(0, 62, 173, 1) !important;
}

.our-pagination-bullet-active {
    background: #fff !important;
}

.choose-container {
    width: 100%;

    height: max(400px, calc(var(--seciton-h) * var(--custom-size)));
    overflow: hidden;
    position: relative;
    /* min-height: 100vh; */
    background-image: url('../images/choose-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.choose-title {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    line-height: 1;
    font-size: calc(88 * var(--custom-size));
    font-weight: 600;
}

.choose-gsap {
    width: calc(1280 * var(--custom-size));
    height: calc(1280 * var(--custom-size));
    border-radius: 50%;
    margin: max(220px, calc(340 * var(--custom-size))) auto;
}

.battery-bg {
    width: 240px;
    height: 520px;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-desc h4 {
    display: inline;
    margin-right: 8px;
    background: linear-gradient(135deg, #0d28c2 0%, #53bf94 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.h4-letter {
    background: linear-gradient(135deg, #0d28c2 0%, #53bf94 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gsap-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -1.5rem 0 0 -5rem;
    /* 自身居中 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    transform-origin: center 0;
}

.news-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: calc(80 * var(--custom-size)) 0;
    padding-left: calc(200 * var(--custom-size));
}

.swiper-items-box {
    position: relative;
}

.banner-text2 {
    position: absolute;
    z-index: 9999;
    top: -8%;
    left: 50%;
    transform: translate(-37%, 50%);
    color: rgba(255, 255, 255, 1);
    font-size: 88px;
    font-weight: 400;
    width: 100%;
}

.banner-text {
    position: absolute;
    z-index: 9999;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: clamp(30px, calc(88 * var(--custom-size)), 88px);

    font-weight: 400;
    text-align: center;
    width: 100%;

}

.banner-text b {
    font-weight: 700;
}

.nav-right {
    width: 40px;
    scale: 0.8;
}

.second-nav-box {
    width: 100vw;
    padding: 15px 6px;
    border-radius: 5px;
    background: rgba(241, 244, 249, 1);
    position: fixed;
    left: 0;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.sec-nav {
    padding: 10px 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 260px;
}

.sec-nav a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

.sec-nav span {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
}

/* .sec-nav:nth-of-type(4) .second-nav-box {
    padding-left: calc(300 * var(--custom-size));
}

.sec-nav:nth-of-type(5) .second-nav-box {
    padding-left: calc(400 * var(--custom-size));
} */
.nav-container>li:nth-child(4) .second-nav-box {
    padding-left: calc(750 * var(--custom-size));
}

.nav-container>li:nth-child(5) .second-nav-box {
    padding-left: calc(870 * var(--custom-size));
}

.sec-nav .nav-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .25s;
}

.sec-nav:hover {
    color: #0066ff;
    /* 字体变蓝 */
}

.sec-nav:hover .nav-right {
    opacity: 1;
    /* 箭头出现 */
}

.product-desc {
    margin-top: calc(70 * var(--custom-size));
    font-size: clamp(16px, calc(24 * var(--custom-size)), 24px);
    font-weight: 600;
}

.pro-imgs {
    height: calc(400 * var(--custom-size));
    margin-top: calc(130 * var(--custom-size));
}

.pro-btn {
    margin-top: calc(70 * var(--custom-size));
}

.product-power {
    margin-top: calc(106 * var(--custom-size));
    color: rgba(37, 37, 37, 0.2) !important;
}

.product-content {
    display: flex;
    gap: calc(120 * var(--custom-size));
    /* align-items: center; */
}

.gsap-text {
    text-align: center;
}

.product-h3 {
    margin-top: calc(154 * var(--custom-size));
}

.v-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.v-box {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    aspect-ratio: 16/9;
    transform: scale(.8);
    transition: transform .3s;
}

.v-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.news-title {
    color: rgba(37, 37, 37, 1);
    width: calc(256 *var(--custom-size));
    height: calc(132 + var(--custom-size));
    font-family: Poppins;
    font-size: calc(88 * var(--custom-size));
    font-weight: 600;
    line-height: 132px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-left: calc(90 * var(--custom-size));
}

.news-btn {
    margin: 0;
}

.title-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: calc(100 * var(--custom-size));
}

.news-items {
    width: calc(450 * var(--custom-size));
    height: unset;
    display: block;
    border: 1px solid #ccc;
    padding: clamp(30px, calc(50 * var(--custom-size)), 50px) clamp(20px, calc(40 * var(--custom-size)), 40px);
    background-image: url('../images/news-bg.png');
    background-size: cover;
    background-position: center;
    will-change: transform, background-image;
    transition: transform 0.5s cubic-bezier(.15, 1, .336, 1),
        background-image 0.5s cubic-bezier(.15, 1, .336, 1);
}

.news-items::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.news-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: max(15px, calc(30 * var(--custom-size)));
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.custom-progress {
    width: 160px;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.pro-icon {
    width: clamp(40px, calc(60 * var(--custom-size)), 60px);
    height: clamp(40px, calc(60 * var(--custom-size)), 60px);
    cursor: pointer;
    transition: transform .3s ease;
}

.pro-icon:hover {
    transform: scale(1.05);
    /* 1.15 = 115%，可自己调 */
}

.progress-box {
    width: 370px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-left: 70px;
}

.date-box {
    width: 99px;
    min-height: 33px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 62, 173, 1);
    font-size: clamp(12px, calc(14 * var(--custom-size)), 14px);
    font-weight: 300;
    margin-bottom: 5px;
}

.news-bottom {
    width: 100%;
    text-align: center;
    margin-top: clamp(50px, calc(80* var(--custom-size)), 80px);
}

.news-desc {
    position: relative;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-family: Poppins;
    font-size: clamp(16px, calc(24 * var(--custom-size)), 24px);
    font-weight: 600;
    line-height: clamp(28px, calc(36 * var(--custom-size)), 36px);
    margin-top: clamp(130px, calc(210 * var(--custom-size)), 210px);
}

.news-items:hover {
    background-image: url('../images/news-bg2.png');
    transform: scale(1.05);
    /* 整体放大 5% */
}

.news-items:hover .news-link {
    color: #fff;
}

.news-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    font-size: clamp(12px, calc(14 * var(--custom-size)), 14px);
    color: rgba(37, 37, 37, 0.5);
    margin-top: clamp(10px, calc(40 * var(--custom-size)), 40px);
}

.news-link img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.choose-mark {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    top: 10%;
    padding: 0 calc(240 * var(--custom-size));
}

.our-mask-box {
    position: absolute;
    bottom: calc(120 * var(--custom-size));
    right: calc(240 * var(--custom-size));
    width: calc(640 * var(--custom-size));
    min-height: calc(370 * var(--custom-size));
    line-height: 1.2;
    z-index: 999;
    background-image: url(../images/mask-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(20 * var(--custom-size));
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: clamp(14px, calc(24 * var(--custom-size)), 24px);
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
}

.our-pagitnation-num {
    position: absolute;
    left: calc(240 * var(--custom-size));
    top: calc(230 * var(--custom-size));
}

.our-title {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    /* scale: (var(--scale-x), var(--scale-y)); */
    left: calc(240 * var(--custom-size));
    top: calc(300 * var(--custom-size));
    font-family: Poppins;
    font-size: calc(88 * var(--custom-size));
    font-weight: 600;
    line-height: 88px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.our-items-box {
    position: relative;
}

.about-btn {
    margin-left: calc(150 * var(--custom-size));
}

.our-items-box,
.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.material-screen-content {
    width: 100%;
    height: max(700px, calc(var(--seciton-h) * var(--custom-size)));
    background-size: cover;
    background-position: center;
    padding: calc(70 * var(--custom-size));
    background-repeat: no-repeat;
}

.field-error {
    color: #e74c3c;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 4px;
}

/* .material-screen1-container {
    background-image: url('../images/material-screen1.png') !important;
} */

.material-content {
    margin-top: clamp(100px, calc(222 * var(--custom-size)), 222px);
    margin-left: calc(170 * var(--custom-size));
    min-height: 160px;
    min-width: 300px;
}

.material-title {
    font-size: clamp(30px, calc(88 * var(--custom-size)), 88px);
    font-weight: 600;
}

.material-future {
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;
    margin-top: calc(20 * var(--custom-size));
    margin-bottom: calc(10 * var(--custom-size));
}

.material-desc {
    font-size: clamp(12px, calc(20 * var(--custom-size)), 20px);
    font-weight: 400;
    margin-bottom: clamp(30px, calc(52 * var(--custom-size)), 52px);
    line-height: clamp(24px, calc(36 * var(--custom-size)), 36px);
    padding-bottom: 10px;
}

.general-title {
    font-size: clamp(30px, calc(88 * var(--custom-size)), 88px);
    line-height: 1;
    font-weight: 600;
}

.general-btn {
    display: inline-block;
    padding: 0px 22px;
    text-decoration: none;
    color: #fff;
    font-size: clamp(12px, calc(14 * var(--custom-size)), 14px);
    height: clamp(45px, calc(60 * var(--custom-size)), 60px);
    line-height: clamp(45px, calc(60 * var(--custom-size)), 60px);
    border-radius: 300px;
    background: rgba(0, 62, 173, 1);
    will-change: transform, background;
    transition: transform 1s cubic-bezier(0.15, 1, 0.336, 1),
        background 1s cubic-bezier(0.15, 1, 0.336, 1);
}

.bule-text:hover {
    color: #fff !important;
    background: rgba(0, 62, 173, 1) !important;
    transform: scale(1.08);
}

.general-btn:hover {
    color: rgba(0, 62, 173, 1);
    background: #fff;
    transform: scale(1.08);
}

.general-btn span {
    white-space: nowrap;
}

.battery-content {
    margin-top: clamp(100px, calc(222 * var(--custom-size)), 222px);
    margin-left: calc(1030 * var(--custom-size));
    min-height: 160px;
    min-width: 300px;
}

.small-circle {
    width: clamp(70px, calc(240 * var(--custom-size)), 240px);
    height: clamp(70px, calc(240 * var(--custom-size)), 240px);
    background: rgba(243, 246, 251, 1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    gap: calc(10 * var(--custom-size));
    align-items: center;
    justify-content: center;
}

.small-circle img {
    width: clamp(30px, calc(91 * var(--custom-size)), 91px);
}

.small-circle span {
    font-size: clamp(10px, calc(24 *var(--custom-size)), 24px);
    font-weight: 600;
}

.big-circle {
    width: calc(600* var(--custom-size));
    height: calc(600 * var(--custom-size));
    background-image: url('../images/app-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.pulse-line-big {
    opacity: 0;
    position: absolute;
    top: 50%;
    scale: 1.1;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(600* var(--custom-size));
    height: calc(600 * var(--custom-size));
    border-radius: 50%;
    border: 2px solid rgba(0, 62, 173, 0.05);
}

.pulse-line {
    opacity: 0;
    display: none;
    position: absolute;
    top: 50%;
    scale: 1.05;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(600* var(--custom-size));
    height: calc(600 * var(--custom-size));
    border-radius: 50%;
    border: 2px solid rgba(0, 62, 173, 0.2);
}

.flex-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.flex-center {
    width: 100%;
    display: flex;
    gap: calc(70 * var(--custom-size));
    align-items: center;
    justify-content: center;
    margin-top: max(60px, calc(80 * var(--custom-size)));
    margin-bottom: max(30px, calc(55 * var(--custom-size)));
}

.battery-title b {
    font-weight: 600;
}

.battery-title {
    font-size: clamp(30px, calc(88 * var(--custom-size)), 88px);
    line-height: clamp(30px, calc(75 * var(--custom-size)), 75px);
    font-weight: 400;
}

.text-box {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 50%;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    position: absolute;
    padding: clamp(10px, calc(50 * var(--custom-size)), 50px) clamp(20px, calc(80 * var(--custom-size)), 80px);
    transform: translateY(40%);
}

.text-box h5 {
    font-size: clamp(15px, calc(48* var(--custom-size)), 48px);
    font-weight: 300;
    text-align: center;
    margin-top: clamp(15px, calc(30* var(--custom-size)), 30px);
}

.expand {
    width: clamp(30px, calc(40 * var(--custom-size)), 40px);
    height: clamp(30px, calc(40 * var(--custom-size)), 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    color: #003EAD;
    font-size: max(20px, calc(30 * var(--custom-size)));
    cursor: pointer;
    margin-top: 5px;
}


.text-box p {
    text-align: center;
    font-size: clamp(10px, calc(20 * var(--custom-size)), 20px);
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product-title {
    font-size: clamp(14px, calc(24 * var(--custom-size)), 24px);
    font-weight: 600;
    padding-left: 2px;
    margin-bottom: 16px;
}

.green-circle {
    background: #6DE88D;
    border-radius: 50%;
    margin-left: clamp(25px, calc(40 * var(--custom-size)), 40px);
    transform: translateY(3px);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.green-arrow {
    background: #6DE88D;
    border-radius: 50%;
    margin-left: clamp(30px, calc(40 * var(--custom-size)), 40px);
    width: clamp(30px, calc(40 * var(--custom-size)), 40px);
    height: clamp(30px, calc(40 * var(--custom-size)), 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: inline-block; */

}

.green-arrow img {
    width: 13px;
    height: 13px;
}

.battery-container {
    background-image: url('../images/battery-bg.png') !important;
}

.pack-container {
    background-image: url('../images/pack.png');
}

.product-list-header {
    background-image: url('../images/pack.png');
    position: relative;
    /* height: clamp(600px, calc(1160 * var(--custom-size)), 1160px); */
}

.company {
    background-image: url('../images/company.png');
}

.product-nav-box {
    position: absolute;
    z-index: 10;
    /* height: clamp(35px, calc(60 * var(--custom-size)), 60px); */
    left: 50%;
    top: max(500px, calc(700 * var(--custom-size)));
    transform: translateX(-50%);
    border-radius: 300px;
    backdrop-filter: blur(30px);
    background: rgba(243, 246, 251, 0.8);
    display: flex;
    padding: clamp(10px, calc(15 * var(--custom-size)), 15px) clamp(20px, calc(30 * var(--custom-size)), 30px);
    gap: clamp(8px, calc(20 * var(--custom-size)), 20px);
}

.news-tab {
    border-radius: 300px;
    backdrop-filter: blur(30px);
    background: rgba(243, 246, 251, 0.8);
    display: flex;
    padding: clamp(10px, calc(15 * var(--custom-size)), 15px) clamp(20px, calc(30 * var(--custom-size)), 30px);
    gap: clamp(8px, calc(20 * var(--custom-size)), 20px);
}

.news-right {
    display: flex;
    gap: 10px;
}

.img-box1 {
    width: clamp(160px, calc(640 * var(--custom-size)), 640px);
    position: relative;
    /* max-height: calc(640 * var(--custom-size)); */
}

.news-select {
    min-width: 105px;
    position: relative;
    z-index: 99;
    border-radius: 300px;
    backdrop-filter: blur(30px);
    background-color: rgba(243, 246, 251, 0.8);
    padding: clamp(10px, calc(15 * var(--custom-size)), 15px) clamp(15px, calc(20 * var(--custom-size)), 20px);
    cursor: pointer;
    appearance: none;
    color: #000;
    transition: all 0.3s ease;
}

.blue-arrow {
    width: 15px;
}

.select-trigger {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.options-container {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 99;
    pointer-events: auto;
    width: 100%;
    background: white;
    border-top: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
}

.options-container li:hover {
    background: #003ead;
    color: #fff;
}

.options-container li:hover a {
    color: #fff;
}

.select-trigger .active {
    transform: rotate(180deg);
}

.rotate {
    transform: rotate(45deg);
    background: #6DE88D !important;
    color: #003EAD;
}

.options-container .option {
    color: #000 !important;
    padding: 6px;
    padding-left: 10px;
    /* text-align: center; */
    border-bottom: 1px solid #ccc;
}

.product-nav-box::-webkit-scrollbar {
    height: 2px;
}

.product-nav-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.product-nav-box::-webkit-scrollbar-thumb {
    background: rgba(0, 62, 173, 1);
    border-radius: 5px;
}

.product-nav-box::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 62, 173, 1);
}

.entry-type {
    width: 100%;
    padding: calc(30* var(--custom-size)) calc(220* var(--custom-size)) calc(100* var(--custom-size));

}

.go-page-btns {
    padding-left: 14px;
    padding-right: 10px;
    display: flex;
    width: clamp(191px, calc(240 * var(--custom-size)), 240px);
    gap: calc(40 * var(--custom-size));
    align-items: center;
}

.btns {
    width: 100%;
    text-align: right;
    margin-top: 50px;
    padding-right: calc(220* var(--custom-size));
}

.certified {
    background-image: url('../images/certified-img.png');


}

.about-certified {
    padding-right: 0 !important;
}

.entry-box {
    width: 100%;
}

.entry-h3 {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: var(--font-size-78);
    font-weight: 400;
    line-height: 1;
}

.entry-h3 b {
    font-weight: 600;
}

.certified-list-container {
    width: 100%;
    margin-top: max(180px, calc(320 * var(--custom-size)));
    position: relative;
    padding-top: clamp(40px, calc(60 * var(--custom-size)), 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(35 * var(--custom-size));
    flex-direction: column;
}

.certified-item {
    width: clamp(100px, calc(240 * var(--custom-size)), 240px);
    height: clamp(133px, calc(320 * var(--custom-size)), 320px);
    /* box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1); */
    position: absolute;
    /* opacity: 0; */
    left: 0;
    top: 0;
    will-change: transform;
    top: calc(-450 * var(--custom-size));
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.4s ease;
}

.certified-item img {
    width: 100%;
    height: 100%;
}

.controls {
    margin-bottom: calc(600 * var(--custom-size));
}

.plus-div {
    top: 40px;
    right: 40px;
    position: absolute;
    width: clamp(30px, calc(40 * var(--custom-size)), 40px);
    height: clamp(30px, calc(40 * var(--custom-size)), 40px);
    text-align: center;
    line-height: clamp(30px, calc(40 * var(--custom-size)), 40px);
    border-radius: 50%;
    background: #fff;
    color: #003EAD;
    font-size: clamp(20px, calc(22 *var(--custom-size)), 22px);
}

.product-info {
    width: 100%;
}

.flex-content {
    flex: 1;
    text-align: center;
}

.entry-item {
    display: inline-block;
    width: 100%;
    /* height: clamp(430px, calc(780 * var(--custom-size)), 780px); */
    background: rgba(249, 251, 253, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: clamp(20px, calc(40 * var(--custom-size)), 40px);
}

.entry-flex {
    width: 100%;
    display: flex;
    gap: clamp(12px, calc(30 * var(--custom-size)), 30px);
    flex-wrap: wrap;
    margin-top: 25px;
}

.info-name {
    font-size: clamp(16px, calc(24 *var(--custom-size)), 24px);
    font-weight: 600;
}

.product-name {
    margin-top: calc(30 * var(--custom-size));
    font-size: clamp(22px, calc(48* var(--custom-size)), 48px);
    font-weight: 600;
    opacity: 0;
}

.white-text {
    color: white;
}

.about-text {
    color: #fff;
    font-size: clamp(16px, calc(24 * var(--custom-size)), 24px);
    font-weight: 600;
    margin-top: 40px;
}

.product-num-value {
    font-size: clamp(30px, calc(88 * var(--custom-size)), 88px);
    font-weight: 600;
    background: linear-gradient(135deg, #0d28c2 0%, #53bf94 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0;
}

.product-nav-box li a {
    color: rgba(37, 37, 37, 0.5);
    display: inline-block;
    padding: 0px 8px;
    white-space: nowrap;
    font-size: clamp(12px, calc(14* var(--custom-size)), 14px);
    height: clamp(25px, calc(40 * var(--custom-size)), 40px);
    line-height: clamp(25px, calc(40 * var(--custom-size)), 40px);
}

.fixed {
    position: fixed;
    top: 0px !important;
    z-index: 99;
    /* 固定在顶部 100px */
}

.product-item-img {
    max-width: 80%;
    max-height: calc(390 * var(--rpx));
    margin: calc(-100 * var(--custom-size)) auto 0;
}

.product-item {
    width: calc(705 *var(--custom-size));
}

.product-nav-box li a:hover {
    border-radius: 300px;
    background: rgba(0, 62, 173, 1);
    color: #fff;
}

.news-tab li a:hover {
    border-radius: 300px;
    background: rgba(0, 62, 173, 1);
    color: #fff !important;
    /* padding: calc(8 * var(--custom-size)) calc(15 * var(--custom-size)); */
}

.news-tab li a {
    padding: calc(8 * var(--custom-size)) calc(15 * var(--custom-size));
}

.product-active {
    border-radius: 300px;
    background: rgba(0, 62, 173, 1);
    color: #fff !important;

}

.info-detail {
    display: flex;
    width: 100%;
    margin-top: calc(15 * var(--custom-size));
}

.info-detail-item {
    width: 50%;
}

.info-item-label {
    color: rgba(37, 37, 37, 0.5);
    font-family: Poppins;
    font-size: clamp(12px, calc(14 * var(--custom-size)), 14px);
    font-weight: 300;
}

.info-item-value {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: clamp(16px, calc(20 * var(--custom-size)), 20px);
    font-weight: 600;
}

.nav-active {
    border-radius: 300px;
    background: rgba(0, 62, 173, 1);
    color: #fff;
}

.energy-container {
    background-image: url('../images/energy.png');
}

.project-container {
    width: 100%;
    padding: calc(150 * var(--custom-size)) 0px calc(150 * var(--custom-size)) calc(240 * var(--custom-size));
}

.product-info-box {
    width: 100%;
    height: calc(1080 * var(--custom-size));
    background-image: url('../images/info-bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    gap: calc(90 * var(--custom-size));
    background-position: center center;
    padding: calc(200 * var(--custom-size)) calc(220 * var(--custom-size)) calc(100 * var(--custom-size)) calc(110 * var(--custom-size));

}

.center-text {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: clamp(12px, calc(24 * var(--custom-size)), 24px);
    text-align: center;
    max-width: calc(600 * var(--custom-size));
    display: -webkit-box;
    min-height: calc(50 * var(--custom-size));
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 600;
    margin-top: calc(20 * var(--custom-size));
}

.section-content {
    width: 100%;
    height: calc(1080 * var(--custom-size));
    padding: calc(60 * var(--custom-size)) calc(240 * var(--custom-size));
}

.product-swiper {
    /* width: calc(55 * var(--custom-size)); */
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.product-text {
    width: calc(770 * var(--custom-size));
    display: flex;
    height: 100%;
    padding-bottom: 80px;
    flex-direction: column;
    position: relative;
    gap: calc(40 * var(--custom-size));
}

.product-btns {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.pro-header {
    display: flex;
    gap: calc(8 * var(--custom-size));
    align-items: center;
}

.pro-items {
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: bottom !important;
    height: calc(600 * var(--custom-size));
}

.project-list {
    width: 100%;
    height: calc(640 * var(--custom-size));
    margin-top: calc(74 * var(--custom-size));
    overflow: hidden;
}

/* 普通圆点 */
.product-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2) !important;
    margin: 0 calc(20 * var(--custom-size)) !important;
    border-radius: 50%;
    transition: all 0.3s;
}

.product-header-pagination {
    position: absolute;
    text-align: center;
    /* bottom: 50px !important; */
    bottom: 20px !important;
}

.product-swiper .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.5) !important;
}

.gradient-block {
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    min-height: calc(50 *var(--custom-size));
}

.gradient-block span {
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px);
    font-weight: 600;
    background: linear-gradient(135deg, #0d28c2 0%, #53bf94 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.product-list_desc {
    width: 100%;
    padding-right: calc(30 * var(--custom-size));
    margin-top: calc(40 * var(--custom-size));
    min-height: 200px;
    max-height: calc(383 * var(--custom-size));
    overflow: auto;
}

.product-list_desc::-webkit-scrollbar {
    width: 2px;
}

.product-list_desc::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.product-list_desc::-webkit-scrollbar-thumb {
    background: rgba(0, 62, 173, 1);
    border-radius: 5px;
}

.product-list_desc::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 62, 173, 1);
}

.product-list_desc li {
    width: 100%;
    border-top: 1px solid #c6cfdd;
    padding: calc(8 * var(--custom-size)) 0px;
}

.desc-label {
    display: inline-block;
    min-width: calc(348 * var(--custom-size));
    font-size: clamp(13px, calc(16 * var(--custom-size)), 16px);
    font-weight: 300;
}

.desc-value {
    display: inline-block;
    margin-left: calc(25 * var(--custom-size));
    font-size: clamp(12px, calc(16 * var(--custom-size)), 16px);
    font-weight: 600;
}

.project-pagination {
    margin-top: calc(60 * var(--custom-size));
}

.project-items {
    width: calc(1280 * var(--custom-size)) !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;

}

.project-tag {
    width: 100%;
    display: flex;
    gap: calc(10 * var(--custom-size));
    padding: calc(30 * var(--custom-size));
}

.tag-label {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: calc(14 * var(--custom-size));
    font-weight: 300;
}

.tag-value {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: calc(20 * var(--custom-size));
    font-weight: 600;
}

.tag-item {
    padding: calc(20 * var(--custom-size));
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.8);
}

.desc-text {
    margin-top: calc(100 * var(--custom-size));
    margin-left: calc(560 * var(--custom-size));
}

.company-desc {
    font-size: clamp(13px, calc(24 * var(--custom-size)), 24px);
    margin-bottom: calc(45 * var(--custom-size));
}

.pic-container {
    height: calc(640 * var(--custom-size));
    margin-top: calc(100* var(--custom-size));
    position: relative;
}

.cell-pic {
    height: 100%;
}

.h-auto {
    height: auto !important;
}

.honor-box {
    margin-top: max(137px, calc(230 * var(--custom-size)));
}

.circle-box {
    width: calc(1100 * var(--custom-size));
    height: calc(1100 * var(--custom-size));
    margin: calc(80 * var(--custom-size)) auto 0;
    position: relative;
    background-image: url('../images/circle-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
}

.item-box[data-pos="1"] {
    left: calc(-150 *var(--custom-size)) !important;
    top: calc(252 * var(--custom-size)) !important;
}

.item-box[data-pos="2"] {
    left: calc(156 *var(--custom-size)) !important;
    top: calc(-75* var(--custom-size)) !important;
}

.item-box[data-pos="3"] {
    right: calc(138 *var(--custom-size)) !important;
    top: calc(-75 * var(--custom-size)) !important;
}

.item-box[data-pos="4"] {
    right: calc(-98 *var(--custom-size));
    top: calc(252 * var(--custom-size));
}

.item-box p {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: clamp(12px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;

}

.values-pic {
    width: clamp(30px, calc(100* var(--custom-size)), 100px);
    height: clamp(30px, calc(100* var(--custom-size)), 100px);
    backdrop-filter: blur(30px);
    background: rgba(243, 246, 251, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.values-pic img {
    width: clamp(20px, calc(40* var(--custom-size)), 40px);
    height: clamp(20px, calc(40* var(--custom-size)), 40px);
    max-width: 100%;
}

.logo-float {
    width: clamp(28px, calc(84* var(--custom-size)), 84px);
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.values-box {
    height: max(335px, calc(var(--seciton-h) * var(--custom-size))) !important;
}

.history {
    background-image: url('../images/history-bg.png');
    padding: calc(110 * var(--custom-size)) 0 !important;
    padding-bottom: calc(240 * var(--custom-size)) !important;
    min-height: 300px;
}

.his-content {
    padding: 0 calc(240 * var(--custom-size));
    padding-right: calc(50 * var(--custom-size));
}

.his-swiper {
    padding-top: calc(60 * var(--custom-size));
    padding-left: 15px;
    /* margin-top: calc(81 * var(--custom-size)); */
    width: 100%;
    height: max(280px, calc(600 * var(--custom-size)));
    overflow: hidden;
    position: relative;
}

.his-item {
    width: max(210px, calc(420 * var(--custom-size))) !important;
    height: 100%;
    padding: clamp(15px, calc(30 * var(--custom-size)), 30px);
    padding-top: 0;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.his-img-box img {
    width: clamp(130px, calc(315 * var(--custom-size)), 253px);
}

.his-img-box {
    position: relative;
}

.history-info {
    font-size: clamp(12px, calc(24 * var(--custom-size)), 24px);
    max-height: max(120px, calc(280 * var(--custom-size)));
    overflow-y: scroll;
}

.history-info::-webkit-scrollbar {
    width: 5px;
}

.history-info::-webkit-scrollbar-thumb {
    background: #003ead;
    border-radius: 4px;
}

.history-info::-webkit-scrollbar-thumb:hover {
    background: #003ead;
}

.history-info::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.year-num {
    position: absolute;
    left: 10px;
    font-size: max(16px, calc(30 * var(--custom-size)));
    bottom: 10px;
    font-weight: 300;
    color: #fff;
}

.his-right .after-year {
    font-size: clamp(30px, calc(88 * var(--custom-size)), 88px);
    font-weight: 300;
    margin-top: clamp(25px, calc(50 * var(--custom-size)), 50px);
    width: 100%;
    opacity: 0;
    text-align: right;
}

.news-box {
    width: 100%;
    background-image: url(../images/info-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: calc(110 * var(--custom-size)) calc(240 * var(--custom-size));
}

.bule-icon {
    width: clamp(15px, calc(30 * var(--custom-size)), 30px);
    height: clamp(15px, calc(30 * var(--custom-size)), 30px);
    position: absolute;
    z-index: 99;
    left: calc(-15 * var(--custom-size));
    top: calc(-31 * var(--custom-size));
}

.bule-icon img {
    width: 100%;
}

.arrow-box {
    position: absolute;
    bottom: calc(95 * var(--custom-size));
    right: calc(243 * var(--custom-size));
}

.x-line {
    height: calc(20px, calc(50 * var(--custom-size)));
}

.news-section {
    width: 100%;
    margin: calc(60 * var(--custom-size)) auto;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(15px, calc(30 * var(--custom-size)), 30px);
}

.white-bg {
    background-image: url(../images/white-news-bg.png);
}

.white-bg .news-desc {
    color: #000;
}

.news-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-colunm-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: flex-start; */
}

.news-detail-title {
    max-width: calc(1100 * var(--custom-size));
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;

    font-size: clamp(16px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;
    line-height: clamp(20px, calc(68 * var(--custom-size)), 68px);
    letter-spacing: 0px;
    text-align: center;
}

.block-center {
    margin-top: calc(120 * var(--custom-size));
    margin-bottom: calc(60 * var(--custom-size));
}

.detail-content {
    text-align: center;
    position: relative;
    margin-top: calc(150 * var(--custom-size));
    padding: clamp(30px, calc(65 * var(--custom-size)), 65px);
    background: #F3F6FB;
    width: calc(1280 * var(--custom-size));
}

/* .miss-box {
    width: max(250px, calc(500 * var(--custom-size)));
    height: max(180px, calc(350 * var(--custom-size)));
    background-size: cover;
    position: absolute;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
} */

.bottom-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.share-link {
    width: clamp(40px, calc(60 * var(--custom-size)), 60px);
    position: absolute;
    top: 0;
    left: -70px;
    height: clamp(40px, calc(60 * var(--custom-size)), 60px);
    background: #003EAD;
    border-radius: 50%;
}

.year {
    top: clamp(50px, calc(70 * var(--custom-size)), 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: clamp(10px, calc(15 * var(--custom-size)), 15px);
    /* line-height: clamp(40px, calc(60 * var(--custom-size)),60px); */
}

/* .miss-box {
    width: max(250px, calc(500 * var(--custom-size)));
    height: max(205px, calc(410 * var(--custom-size)));
    background-size: 100% 100%;
    position: absolute;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1);
    font-size: max(13px, calc(24 * var(--custom-size)));
    font-weight: 600;
    text-align: center;
} */

.news-page-section .news-items:not(.visible) {
    display: none;
}

/* .miss-box:nth-child(1) {
    top: 25%;
    left: 10%;
}

.miss-box:nth-child(2) {
    bottom: 10%;
    right: 8%;
} */

.detail-content p {
    margin-bottom: clamp(20px, calc(55 * var(--custom-size)), 55px);
    font-size: clamp(11px, calc(20 * var(--custom-size)), 20px);
    text-align: left;
}

.detail-content img {
    /* width: calc(860 * var(--custom-size)); */
    max-width: 85%;
    margin-bottom: clamp(20px, calc(55 * var(--custom-size)), 55px);
}

.other-news {
    width: 100%;
    padding: calc(110 * var(--custom-size)) calc(240 * var(--custom-size));
}

.develop-header {
    /* background-image: url('../images/develop-bg.svg'); */
    position: relative;
    padding-top: calc(200 * var(--custom-size)) !important;
    height: clamp(650px, calc(1390 * var(--custom-size)), 1390px) !important;
}

.based-box {
    background-image: url('../images/slur-bg.png');
    padding: 0px !important;
    padding-top: calc(110 * var(--custom-size)) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.based-pic {
    width: clamp(63px, calc(126 * var(--custom-size)), 126px);
}

.based-title {
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px) !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, #0d28c2 0%, #53bf94 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.3) !important;
    padding-bottom: clamp(15px, calc(40 * var(--custom-size)), 40px) !important;
    transition: background 0.3s ease, border-bottom 0.3s ease, transform 0.3s ease;
}

.based-desc {
    display: none;
    text-align: center;
    margin-top: 20px;
    padding: 0 calc(400 * var(--custom-size));

    font-size: clamp(12px, calc(20 * var(--custom-size)), 20px);
}

.based-box ul {
    width: 100%;
}

.based-li {
    width: 100%;
    text-align: center;
    padding: calc(20 * var(--custom-size));
    border-bottom: 1px solid rgba(37, 37, 37, 0.3);
    /* color: rgba(37, 37, 37, 0.3); */
    padding-bottom: clamp(20px, calc(70 * var(--custom-size)), 70px);
}

.based-li span {
    font-family: Poppins;
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;
    cursor: pointer;
}

.based-content {
    font-size: clamp(16px, calc(48 * var(--custom-size)), 36px);
    font-weight: 300;
    display: none;
}

.slur-box {
    width: 100%;
    height: 100%;

    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.1);
}

.gsap-icon {
    width: 80px;
    height: 80px;
}

.white-radius-box {
    width: 100%;
    padding: clamp(15px, calc(30 * var(--custom-size)), 30px) clamp(20px, calc(50 * var(--custom-size)), 50px);
    border-radius: 30px;
    background: #fff !important;
    margin-top: clamp(30px, calc(70 * var(--custom-size)), 70px);
}

.issue {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: clamp(15px, calc(40 * var(--custom-size)), 40px);
    border-bottom: 1px solid rgba(37, 37, 37, 0.3);
}

.us-desc {
    width: 100%;
    padding-top: clamp(10px, calc(20 * var(--custom-size)), 20px);
    padding-bottom: clamp(15px, calc(35 * var(--custom-size)), 35px);
    font-size: clamp(12px, calc(20 * var(--custom-size)), 20px);
    line-height: 1.8;
    overflow: hidden;
    margin-top: 0;
    transition: margin-top 0.3s;
}

.minus-icon {
    width: clamp(30px, calc(40 * var(--custom-size)), 40px);
    height: clamp(30px, calc(40 * var(--custom-size)), 40px);
    cursor: pointer;
    margin-top: 5px;
}

.faq-quession {
    max-width: 85%;
}

.minus-icon img {
    width: 100%;
}

.issue-list {
    margin-top: 25px;
}

.forest-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
    margin-top: clamp(100px, calc(140* var(--custom-size)), 140px);
    margin-bottom: clamp(120px, calc(370* var(--custom-size)), 370px);
}

.forest-between img {
    width: clamp(150px, calc(480* var(--custom-size)), 480px);
}

.forest-between p {
    width: calc(720 * var(--custom-size));
    font-size: clamp(12px, calc(24 * var(--custom-size)), 24px);
}

.issue-list li {
    position: relative;
    width: 100%;
    min-height: calc(240 * var(--custom-size));
    border-radius: 30px;
    background: #F3F6FB;
    padding: clamp(25px, calc(60 * var(--custom-size)), 60px);
    /* display: flex; */
    margin-bottom: clamp(20px, calc(40 * var(--custom-size)), 40px);
    /* justify-content: space-between; */

}

.issue-list li span {
    display: inline-block;
    width: 90%;
    color: rgba(37, 37, 37, 1);
    font-size: clamp(16px, calc(48 * var(--custom-size)), 48px);
    font-weight: 400;
}

.plus-icon {
    width: clamp(30px, calc(60 * var(--custom-size)), 60px);
    height: clamp(30px, calc(60 * var(--custom-size)), 60px);
    margin-top: 5px;
    background-image: url('../images/expand-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.collap {
    background-image: url('../images/collapse-icon.png');
}

.sus-box {
    width: 100%;
    position: relative;
    padding: 0px calc(240 * var(--custom-size)) calc(40 * var(--custom-size));
}

.sus-top-pic {
    position: absolute;
    z-index: 9;
    top: calc(110 * var(--custom-size));
    right: calc(240 * var(--custom-size));
    width: clamp(150px, calc(480* var(--custom-size)), 480px);
}

.sus-bottom-pic {
    position: absolute;
    right: calc(240 * var(--custom-size));
    z-index: 9;
    bottom: calc(-160 * var(--custom-size));
    width: clamp(120px, calc(320* var(--custom-size)), 320px);
}

.img-box {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    padding: calc(150 * var(--custom-size)) calc(80 * var(--custom-size)) calc(50 * var(--custom-size)) calc(40 * var(--custom-size));
}

.img-box p {
    font-size: clamp(12px, calc(24 * var(--custom-size)), 24px);
    font-weight: 600;
}

.section-box-top {
    background: url("../images/project-img4.png") no-repeat center / cover;
    aspect-ratio: 8 / 9;
    width: clamp(170px, calc(640* var(--custom-size)), 640px);
    top: calc(223 * var(--custom-size));
    right: calc(240 * var(--custom-size));
}

.section-box-center {
    background: url("../images/project-img4.png") no-repeat center / cover;
    aspect-ratio: 3 / 4;
    width: clamp(120px, calc(480* var(--custom-size)), 480px);
    top: calc(621 * var(--custom-size));
    left: calc(240 * var(--custom-size));
}

.section-box-bottom {
    background: url("../images/project-img4.png") no-repeat center / cover;
    aspect-ratio: 3 /2;
    width: clamp(200px, calc(720* var(--custom-size)), 720px);
    right: calc(340 * var(--custom-size));
    bottom: calc(180 * var(--custom-size));
}

.bannerfadeInUp {
    transform: translate(-50%, 60%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 0.8s ease-out;
}

.bannerfadeInUp.animated {
    transform: translate(-50%, 50%);
    opacity: 1;
}

.fadeInUp {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1s ease-out, opacity 0.8s ease-out;
}

.fadeInUp.animated {
    transform: translateY(0);
    opacity: 1;
}

.general-section {
    position: relative;
    width: 100%;
    height: max(500px, calc(var(--seciton-h) * var(--custom-size)));
    background-size: cover;
    background-position: center;
    padding: calc(110 * var(--custom-size)) calc(240 * var(--custom-size));
    background-repeat: no-repeat;
}

.global {
    background-image: url('../images/global-bg.png');
    background-size: 70%;
    background-position: bottom !important;
}

.global-pic {
    width: calc(760 * var(--custom-size));
    margin-left: calc(696 * var(--custom-size));
    position: relative;
    margin-bottom: calc(85* var(--custom-size));
}

.global-pic img {
    width: 100%;
}

.bule-radio {
    position: absolute;
    width: clamp(6px, calc(10* var(--custom-size)), 10px);
    height: clamp(6px, calc(10* var(--custom-size)), 10px);
    background: rgba(2, 64, 172, 1);
    z-index: 9;
    border-radius: 50%;
}

.bule-radio:hover {
    /* width: 100px; */
    /* height: 100px; */
    scale: 10;
    background-image: url('../images/logo-green.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
}

.bule-radio:nth-child(1) {
    top: 31%;
    right: 32%;

}

.global-active {
    scale: 10;
    background-image: url('../images/logo-green.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
}

.bule-radio:nth-child(2) {
    top: 19%;
    right: 24%;
}

.bule-radio:nth-child(3) {
    top: 19%;
    right: 18%;
}

.bule-radio:nth-child(4) {
    top: 37%;
    right: 35%;
}

.bule-radio:nth-child(5) {
    top: 50%;
    right: 38%;
}

.bule-radio:nth-child(6) {
    top: 48%;
    right: 27%;
}

.bule-radio:nth-child(7) {
    top: 53%;
    right: 9%;
}

.bule-radio:nth-child(8) {
    top: 48%;
    right: 27%;
}

.bule-radio:nth-child(9) {
    top: 11%;
    right: 80%;
}

.bule-radio:nth-child(10) {
    top: 12%;
    right: 69%;
}

.bule-radio:nth-child(11) {
    top: 18%;
    right: 82%;
}

.bule-radio:nth-child(12) {
    top: 19%;
    right: 71%;
}

.bule-radio:nth-child(13) {
    top: 23%;
    right: 65%;
}

.bule-radio:nth-child(14) {
    top: 26%;
    right: 69%;
}

.bule-radio:nth-child(15) {
    top: 28%;
    right: 58%;
}

.bule-radio:nth-child(16) {
    top: 35%;
    right: 59%;
}

.bule-radio:nth-child(17) {
    top: 27%;
    right: 88%;
}

.bule-radio:nth-child(18) {
    top: 30%;
    right: 80%;
}

.bule-radio:nth-child(19) {
    top: 50%;
    right: 95%;
}

.initatives {
    background-image: url('../images/green-logo.png');
    background-position: center;
    background-size: 50%;
    height: clamp(550px, calc(1800 * var(--custom-size)), 1800px);
}

.forest-box {
    padding: 0;
    padding-bottom: calc(110 * var(--custom-size));
}

.contact-header {
    background-image: url('../images/contact.svg');
    padding-top: calc(170 * var(--custom-size)) !important;
}

.contact-box {
    width: 100%;
    display: flex;
    gap: calc(217 * var(--custom-size));
    margin-bottom: clamp(30px, calc(118* var(--custom-size)), 118px);

}

.share-img {
    display: inline-block;
    width: clamp(30px, calc(60* var(--custom-size)), 60px);
    height: clamp(30px, calc(60* var(--custom-size)), 60px);
    margin-right: 10px;
    margin-top: 8px;
}

.share-img img {
    width: 100%;
    height: 100%;
}

.email-container {
    padding-top: clamp(20px, calc(130 * var(--custom-size)), 130px);

}

.contact-btn {
    margin-top: clamp(15px, calc(60 * var(--custom-size)), 60px);
}

.email-text {
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px);
    font-weight: 300;
}

.email-container li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: clamp(10px, calc(18 * var(--custom-size)), 18px);
}

.email-item:not(:first-child) {
    margin-top: clamp(15px, calc(68 * var(--custom-size)), 68px);
}

.email-container li span {
    font-size: clamp(14px, calc(18 * var(--custom-size)), 18px);
    font-weight: 300;
}

.small-icon {
    width: clamp(10px, calc(30* var(--custom-size)), 30px);
}

.white-bg {
    background-color: white !important;
}

.bule-text {
    color: rgba(0, 62, 173, 1) !important;
    will-change: transform, background;
    transition: transform 1s cubic-bezier(0.15, 1, 0.336, 1),
        background 1s cubic-bezier(0.15, 1, 0.336, 1);
}

.contact-text {
    width: 100%;
    padding: clamp(20px, calc(80 * var(--custom-size)), 80px) 0;
    font-weight: 600;
    font-size: clamp(16px, calc(24 * var(--custom-size)), 24px);
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.contact-form {
    padding-top: clamp(10px, calc(48* var(--custom-size)), 48px);
}

.contact-form-h6 {
    line-height: 1.2;
    text-align: center;
    font-size: clamp(20px, calc(48 * var(--custom-size)), 48px);
    position: absolute;
    width: 100%;
    top: 9%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-bottom: clamp(12px, calc(50* var(--custom-size)), 50px); */
}

.contact-form-h6 span {
    font-weight: 600;
    background: linear-gradient(135deg, #508f9b 0%, #71be97 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.form-pic {
    height: 100%;

}

.contact-select {
    position: relative;
    min-width: 105px;
    position: relative;
    /* display: inline-block; */
    border-radius: 300px;
    backdrop-filter: blur(30px);
    background-color: #003EAD;
    padding: clamp(15px, calc(25 * var(--custom-size)), 25px) clamp(20px, calc(40 * var(--custom-size)), 30px);
    padding-right: clamp(30px, calc(60 * var(--custom-size)), 60px);
    cursor: pointer;
    color: #fff;
}

.contactForm {
    width: 100%;
    transform: translateY(-80 * var(--custom-size));
    padding: 0 calc(120 * var(--custom-size));
    /* margin-top: clamp(12px, calc(50* var(--custom-size)), 50px); */
    margin-top: calc(-117 * var(--custom-size));
}

.form-text {
    margin-top: clamp(20px, calc(70* var(--custom-size)), 70px);
    color: #003EAD;
    font-family: Poppins;
    font-size: clamp(16px, calc(24 * var(--custom-size)), 24px);
    font-weight: 700;
    text-align: center;
}

.form-desc {
    color: rgba(37, 37, 37, 1);
    font-family: Poppins;
    font-size: clamp(14px, calc(20* var(--custom-size)), 20px);
    font-weight: 300;
    text-align: center;
}

.con-form_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(8px, calc(20 * var(--custom-size)), 20px);
    margin-top: clamp(20px, calc(40 * var(--custom-size)), 40px);
}

.con-form-items {
    display: flex;
    background: #F3F6FB;
    width: 100%;
    border-radius: clamp(25px, calc(50 * var(--custom-size)), 50px);
    padding: clamp(12px, calc(35 * var(--custom-size)), 35px);
    font-size: clamp(14px, calc(20 * var(--custom-size)), 20px);
    font-weight: 700;
}

.appForm-items-input {
    width: 48%;
}

div.con-form-items {
    cursor: pointer;
}

.con-form-help {
    width: 100%;
    border-radius: clamp(25px, calc(50 * var(--custom-size)), 50px);
    background: #F3F6FB;
    padding: clamp(12px, calc(35 * var(--custom-size)), 35px);
    height: clamp(100px, calc(240 * var(--custom-size)), 240px);
    resize: none;
    margin-top: clamp(12px, calc(35 * var(--custom-size)), 35px);
}

.con-form_block .active {
    background: #003EAD;
    color: #fff;
}

.con-form_block .active .checked {
    background-image: url('../images/green-yes.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.policy .active {
    background-image: url('../images/green-yes.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.flex-between {
    justify-content: space-between;
}

.con-submit {
    cursor: pointer;
    color: #003EAD;
    background: #6DE88D;
    width: clamp(160px, calc(360 * var(--custom-size)), 360px);
    border-radius: clamp(25px, calc(50 * var(--custom-size)), 50px);
    padding: clamp(12px, calc(20 * var(--custom-size)), 20px);
    font-size: clamp(14px, calc(20 * var(--custom-size)), 20px);
    margin: clamp(20px, calc(50 * var(--custom-size)), 50px) 0;
}

.checked {
    width: clamp(15px, calc(30 * var(--custom-size)), 30px);
    height: clamp(15px, calc(30 * var(--custom-size)), 30px);
    background: rgba(211, 220, 239, 1);
    border-radius: 50%;
    display: inline-block;
}

.policy {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
    margin-top: clamp(20px, calc(55 * var(--custom-size)), 55px);
}

.policy-checked {
    width: clamp(15px, calc(30 * var(--custom-size)), 30px);
    height: clamp(15px, calc(30 * var(--custom-size)), 30px);
    background: #F3F6FB;
    border-radius: 50%;
    cursor: pointer;
}

.section-auto {
    height: max(500px, calc(850 * var(--custom-size)));
}

.policy span {
    font-size: clamp(10px, calc(16 * var(--custom-size)), 16px);
}

.policy a {
    text-decoration: underline;
    color: #003EAD;
}

.form-desc .checked {
    background: #F3F6FB !important;
}

/* .slogan {
    width: 100vw;
    color: rgba(0, 0, 0, 0.3);
    font-family: Poppins;
    font-size: calc(98 * var(--custom-size));
    font-weight: 300;
    position: absolute;
    bottom: calc(260 * var(--custom-size));
    white-space: nowrap;
    left: 5px;
} */

.bottom-line-none {
    border-bottom: none !important;
}

.contact-form-box {
    padding: 0px 0 calc(110 * var(--rpx)) !important;
}

.line-pic {
    width: calc(180 * var(--custom-size)) !important;
    /* transform: translateY(65* var(--custom-size)); */
    margin-bottom: calc(20 * var(--custom-size));
}

/* .about-us-sec2 .container .txt .info-cont {
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s cubic-bezier(.15, 1, .336, 1);
  transform: translateY(40%);
  opacity: 0
}

.about-us-sec2 .container .txt .info-cont.active {
  position: relative;
  transform: none;
  opacity: 1
} */
.company-img {
    width: calc(285 * var(--custom-size)) !important;
}

.global-content {
    padding: calc(10 * var(--custom-size));
    background: #fff;
}

.global-item {
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 10;
    transform-origin: bottom left;
}

.global-content h3 {
    color: rgba(2, 64, 172, 1);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
}

.global-content .title {
    font-size: 12px;
    font-weight: 400;
}

.global-content .eamil {
    color: rgba(0, 0, 0, 0.5);
    font-family: Poppins;
    font-size: 14px;
}

.btn-large-nav-expand {
    display: none;
}

.certified-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: max(40px, calc(80 * var(--custom-size)));
    margin-left: max(60px, calc(120 * var(--custom-size)));
}

.certified-items {
    width: max(230px, calc(450 * var(--custom-size))) !important;
}

.cer-img-box {
    width: 100%;
    text-align: center;
}

.cer-img-box img {

    width: max(180px, calc(300 * var(--custom-size)));
}

.cer-info {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: max(16px, calc(24 * var(--custom-size)));
    padding: 8px;
    overflow-y: scroll;
    max-height: max(100px, calc(200 * var(--custom-size)));
}

.cer-info::-webkit-scrollbar {
    width: 5px;
}

.cer-info::-webkit-scrollbar-thumb {
    background: #003ead;
    border-radius: 4px;
}

.cer-info::-webkit-scrollbar-thumb:hover {
    background: #003ead;
}

.cer-info::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

/* 新增样式代码 */
.about-container,
.our-container {
    width: 100%;
    height: calc(100dvh - var(--header-h));
}

.our-container {
    padding: calc(110 * var(--custom-size)) 0;
}

.miss-wrap {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(200 * var(--rpx));
}

.miss-section {
    --icon-l: calc(100 * var(--rpx));
    text-align: center;
}

.miss-section:nth-of-type(2) {
    margin-top: auto;
}

.miss-section .title {
    margin-bottom: calc((var(--icon-l) / 2) + calc(20 * var(--rpx)));
}

.miss-box {
    --p-l: calc((var(--icon-l) / 2) + calc(60 * var(--rpx)));
    --p-x: calc(60 * var(--rpx));
    --p-b: calc(60 * var(--rpx));
    min-height: calc(320 * var(--rpx));
    font-size: var(--font-size-24);
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: calc(30 * var(--rpx));
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.2);
    padding: var(--p-l) var(--p-x) var(--p-b);
    position: relative;
}

.miss-box .miss-box__icon {
    width: var(--icon-l);
    height: var(--icon-l);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.miss-box .miss-box__icon::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    backdrop-filter: blur(30px);
    filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.miss-box .miss-box__icon img {
    max-width: 50%;
}

@media screen and (max-width: 750px) {
    .our-container {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .miss-wrap {
        display: block;
    }

    .miss-wrap .miss-section+.miss-section {
        margin-top: calc(160 * var(--rpx));
    }
}

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

    .header-icon-wrapper {
        display: none;
    }

    .nav-container {
        display: none;
    }

    .banner-text {
        /* font-size: 48px; */
        top: 15%;
    }

    .form-box {
        flex-direction: column;
        align-items: center;
        height: 1045px;
    }

    .form-items {
        padding: 40px;
    }

    .form-help {
        margin-left: -50px !important;
    }



    .battery-bg {
        width: 150px;
        height: 330px;
        top: 48%;
    }

    .gsap-text {
        font-size: 18px;
    }



    .news-list {
        margin-left: 20px;
        margin-top: 20px;
    }

    .choose-mark {
        padding: 0 100px;
        top: 5%;
    }

    .footer-top {
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
    }


    .footer-top-right {
        text-align: center;
        padding: 40px 20px;
    }

    .lang-wrapper {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer_icon_container {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-submit {
        padding-left: 120px;
    }

    .footer-submit-button {
        transform: translate(-113px);
    }

    .page-footer {
        margin-left: 10px;
    }

    /* .product-bg {
        background-size: 100% !important;
    } */

    .our-mask-box {
        right: 100px;
        width: 500px;
        min-height: 300px;
        /* font-size: 24px; */
        background-size: 100% 100%;

    }

    .headerBox .logo img {
        width: 160px;
    }

    header .header-nav,
    header .header-r {
        display: none;
    }

    .mobile-nav {
        display: block;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    }

    .mobile-nav .ph_l {
        width: 81%;
        height: 100%;
        position: fixed;
        padding-top: 100px;
        left: -81%;
        z-index: 1120;
        overflow: hidden;
        background: #fff;
        color: rgba(255, 255, 255, .6);
        transition: left .3s;
        box-shadow: 0 -1px 4px rgba(0, 0, 0, .08);
    }

    .mobile-nav .ph_r {
        display: block;
        width: 40%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        right: -40%;
        padding-top: 100px;
        z-index: 1101;
        transition: right .3s;
        box-shadow: 0 -1px 4px rgba(0, 0, 0, .08);
    }

    .ph_l ul li {
        border-bottom: 1px solid #ccc;
        position: relative;
        font-size: 18px;
    }

    .ph_l ul li a {
        padding: 20px;
        color: #000;
        cursor: pointer;
        display: flex;
        width: 100%;
        font-size: 19px;
        align-items: center;
        justify-content: space-between;
    }

    .ph_l ul li a>svg {
        transition: .3s;
        transform: rotate(-90deg);
    }

    .ph_l ul li a.active>svg {
        transform: rotate(0deg);
    }

    .ph_l ul .mobile-nav_secont {
        margin-left: 5px;
    }

    .ph_l ul .mobile-nav_secont a {
        padding: 10px;
    }

    .btn-head-nav-toggle {
        display: block;
        margin-left: 10px;
    }

    .mob-nav-sec {
        margin-bottom: 20px;
        display: none;
    }

    .ph_l ul li .mob-nav-sec a {
        display: block;
        padding: 5px 20px 5px 40px;
    }

    .ph_l ul li .mob-nav-sec .mob-nav-a {
        display: flex;
    }

    .btn-large-nav-expand {
        display: block;
    }

    .btn-large-nav-expand i {
        display: block;
        width: 30px;
        height: 2px;
        flex: 0 0 auto;
        background: #333;
        margin-bottom: 4px;
        transition: .5s cubic-bezier(.15, 1, .336, 1)
    }

    .btn-large-nav-expand i:last-of-type {
        margin-bottom: 0
    }

    .btn-large-nav-expand.active i {
        background: #fff;
        transition: .4s cubic-bezier(.1, .84, .2, 1.4)
    }

    .ph_l .img {
        width: 17px;
    }

    .btn-large-nav-expand.active i:first-of-type {
        transform: translateY(300%) rotate(45deg)
    }

    .btn-large-nav-expand.active i:nth-of-type(2) {
        transform: scaleX(0)
    }

    .btn-large-nav-expand.active i:nth-of-type(3) {
        transform: translateY(-300%) rotate(-45deg)
    }
}

@media screen and (max-width: 960px) {
    .global-item {
        display: none !important;
    }

    /* .choose-gsap {
        width: 500px;
        height: 500px;
        margin: 180px auto;
        margin-top: 180px;
        margin-left: calc(150 * var(--custom-size));
    } */

    .form-pic {
        width: 100%;
        height: auto;
    }

    .news-search {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .news-items {
        width: calc(650 * var(--custom-size));
    }

    .circle-box {
        width: 90%;
        margin-top: calc(171 * var(--custom-size));
        height: calc(1300 * var(--custom-size));
    }

    .controls {
        margin-bottom: calc(450 * var(--custom-size));
    }

    .battery-content {
        margin-left: 50px;
    }

    .desc-text {
        margin-left: 0px;
    }

    .product-nav-box {
        display: none;
        /* width: 100%;
        overflow-x: auto;
        border-radius: 0px; */

    }

    .our-mask-box {
        right: 30px;
        bottom: 70px;
        width: 320px;
        min-height: 215px;
        background-size: 100% 100%;
        /* font-size: 18px; */
        line-height: 18px;
        padding: 3px;
        padding-top: 20px;
    }

    .banner-text {
        /* font-size: 36px; */
        top: 20%;
    }


    .header-icon-wrapper {
        display: none;
    }


    .about-title {
        font-size: 30px;
    }

    .play-video {
        scale: 0.7;
    }


    .our-pagination {
        display: none !important;
    }

    .product-pagination {
        display: none !important;
    }

    .about-container {
        background-size: cover !important;
        background-position: center center !important;
        padding: 30px !important;
    }

    .choose-mark {
        padding: 0 30px;
    }

    .gsap-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .gsap-item {
        width: 40px;
        top: 67% !important;
        left: 77% !important;
    }

    .gsap-text {
        font-size: 14px !important;
    }

    .news-list {
        margin-left: 10px;
        margin-top: 15px;
    }

    .battery-bg {
        width: 120px;
        height: 260px;
        top: 55%;
    }

    .gsap-text {
        font-size: 16px;
    }

    .gsap-icon {
        width: 80px;
        height: 80px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom p {
        margin-top: 10px;
        text-align: center;
    }



    .entry-items {
        text-align: center;
    }

    .form-items {
        padding: 10px !important;
        width: 100%;
    }

    .form-container {
        padding: 5px !important;
    }

    .form-filed {
        width: 100% !important;
    }

    /* .product-bg {
        background-size: 100% 100% !important;
    } */
}

@media screen and (max-width: 1340px) {
    .form-help {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1490px) {
    .choose-mark {
        top: 50px;
    }


    .battery-bg {
        width: 180px;
        height: 390px;
    }

    /* .product-bg {
        background-size: 100% 100% !important;
    } */
}

@media (max-width:768px) {
    .choose-gsap {
        height: 500px !important;
        margin-top: 12px;
    }

    .gsap-item:nth-child(3) {
        display: none;
    }

    .gsap-item:nth-child(4) {
        display: none;
    }

    .gsap-item:nth-child(5) {
        display: none;
    }

    .develop-header {
        padding-top: 105px !important;
    }

    .company {
        padding-top: 105px !important;
    }

    .develop-p {
        font-size: 20px !important;
    }

    .develop-h3 {
        font-size: 26px !important;
    }

    /* .miss-box:nth-child(1) {
        top: 9%;
        left: 5%;
        transform: translateX(-50%);
    }

    .miss-box:nth-child(2) {
        bottom: 3%;
        right: 5%;
        transform: translateX(-50%);
    } */

    .faq-container {
        padding: 60px 15px 15px 15px !important;
    }

    /* .choose-gsap {
        width: 280px;
        height: 280px;
        margin: 180px auto;
        margin-top: 231px;
        margin-left: calc(376 * var(--custom-size));
    } */

    .desc-label {
        width: 100%;
        padding-left: 5px;
    }

    .desc-value {
        width: 100%;
        margin-left: 0px;
        padding-left: 5px;
    }

    .footer-bottom p {
        /* margin-top: 10px; */
        text-align: left;
    }

    .index-text2 {
        margin-top: 265px;
    }

    .footer-top-right {
        width: auto;
    }

    .entry-container {
        display: none;
    }

    .footer_icon_container {
        justify-content: flex-start;
    }

    .page-footer {
        margin-left: 0px;
    }

    .footer-bottom {
        padding: 5px;
        padding-left: 55px;
        padding-bottom: 20px;
        align-items: flex-start;
    }

    .footer-top-left {
        width: 100%;
        padding: 20px;
        padding-left: 55px;
    }

    .footer-top-right {
        text-align: left;
        padding: 0;
        padding-bottom: 10px;
    }

    .lang-wrapper,
    .submit-p,
    .footer-submit {
        display: none;
    }

    .form-help {
        margin-left: 10px !important;
    }

    .form-help-desc {
        width: 100%;
    }

    .news-list {
        height: auto;
    }

    .progress-box {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        justify-content: center;
        gap: 10px;
    }

    .pro-imgs {
        height: auto;
    }

    .product-content {
        gap: 30px;
        flex-direction: column;
    }

    .about-desc {
        margin-top: 50px;
        width: 80%;
    }

    .con-btn {
        margin-top: 30px;
    }

    .news-box {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }

    .detail-content {
        width: 90%;
    }

    .index-banner {
        padding-top: calc(170 * var(--custom-size));
    }
    .appForm-items-input {
        width: 100%;
    }
    .contactForm {
        padding: 0;
    }
}

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

    .forest-between {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .news-search {
        padding: 10px;
    }

    .forest-between img {
        width: 65%;
    }

    .forest-between p {
        width: 100%;
    }

    .product-item {
        width: 100%;
    }

    .news-items {
        width: 95%;
    }

    .other-news {
        padding: 10px;
    }

    .share-link {
        top: -42px;
        left: 0;
    }

    .year {
        left: 50px;
    }

    .detail-content {
        margin-top: 50px;
    }

    .news-section {
        align-items: center;
        /* justify-content: center; */
        padding: 15px;
        gap: 10px;
    }

    .controls {
        margin-bottom: calc(200 * var(--custom-size));
    }

    .certified-list-container {
        padding-top: clamp(95px, calc(100 * var(--custom-size)), 100px);
    }

    .column-center {
        flex-direction: column;
        height: auto;
    }

    .product-swiper {
        width: 100%;
        height: 430px;
        flex: none;
    }

    .product-text {
        width: 100%;
        gap: 20px;
    }

    .go-page-btns {
        margin: 0 auto;
    }

    .pro-items {
        height: 80%;
    }

    .text-box {
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.5);
    }

    .expand {
        display: none;
    }

    .his-item {
        flex-direction: column;
        gap: 10px;
        border-left: 1px dashed rgba(0, 0, 0, 0.5);
    }

    .his-img-box img {
        width: 80%;
    }

    .bule-icon {
        left: calc(-19 * var(--custom-size));
    }

    /* .project-items{
        width: 100% !important;
    } */
    .contact-box {
        flex-direction: column;
        gap: 10px;
    }

    .con-form_block {
        flex-direction: column;
    }

    .con-form-items {
        width: 100%;
    }

    .circle-box {
        width: 300px;
        height: 300px;
        margin-top: 124px;
        /* height: 300px; */
    }
}

@media (max-width:400px) {
    /* .choose-gsap {
        width: 280px;
        height: 280px;
        margin: 180px auto;
        margin-top: 323px;
        margin-left: calc(20 * var(--custom-size));
    } */
}