html,
body,
dl,
dt,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
    margin: 0;
    padding: 0;
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: var(--txt-colorFF);
}
/*@font-face{*/
/*    font-family:HarmonyOS Sans SC Medium;*/
/*    src:url(fonts/HarmonyOS_Sans_SC_Medium.ttf) format("truetype");*/
/*    font-weight:400;*/
/*    font-style:normal;*/
/*    font-display: swap;*/
/*}*/

/*a:hover {*/
/*    color: var(--green-color);*/
/*}*/
@font-face{
    font-family:HarmonyOS Sans Light;
    src:url(fonts/HarmonyOS_Sans_SC_Light.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:HarmonyOS Sans SC Regular;
    src:url(fonts/HarmonyOS_Sans_SC_Regular.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
@media screen {
    /* 普通屏幕样式 */
    @media (max-width: 1920px) {
        .homepage-swiper {
            min-width: 1400px;
            max-width: 1920px;
        }
        .homepage-tableSet {
            min-width: 1400px;
            max-width: 1920px;
        }
        .homepage-products-banner {
            min-width: 1400px;
            max-width: 1920px;
        }
        .swiper-wrapper-card {
            min-width: 1400px;
            max-width: 1920px;
        }
        .homepage-scroll {
            /*min-width: 1400px;*/
            max-width: 1920px;
        }
        .information {
            /*min-width: 1400px;*/
            max-width: 1920px;
        }
    }

    /* 2K 屏幕样式 */
    @media (min-width: 2560px) {
        .homepage-swiper {
            /*min-width: 1920px;*/
            max-width: 2560px;
        }
        .homepage-tableSet {
            /*min-width: 1920px;*/
            max-width: 2560px;
        }
        .homepage-products-banner {
            /*min-width: 1920px;*/
            max-width: 2560px;
        }
        .swiper-wrapper-card {
            /*min-width: 1920px;*/
            max-width: 2560px;
        }
        .homepage-scroll {
            /*min-width: 1920px;*/
            max-width: 2560px;
        }
        .information {
            /*min-width: 1920px;*/
            max-width: 2560px;
        }
    }

}

body {
    -webkit-text-size-adjust: none;
    background-color: #f7f7f7;
    font-family: "HarmonyOS Sans SC Regular ";
}

:root {
    --green-color: #C0DF16;
    --base-color: #FE481F;
    --base-help-color: #ffb644;
    --base-lighter-color: #fe6d4c;
    --sub-color: #fffbf9;
    --bg-color: #fff;
    --bg-sub-color: #ddd;
    --txt-color: #333;
    --hover-color: #000;
    --content-width: 73%;
    --content-width1: 1440px;
    --bg-color11: #111111;
    --txt-colorFF: #FFFFFF;
    --hover-colorFF: #fff;
    --main-bg-color: #161616;
}
.relative{
    position: relative;
}

.ns-text-color {
    color: var(--base-color);
}
.ns1-text-color {
    color: #232323;
}

.ns-border-color {
    border-color: var(--base-color) !important;
}

.ns-bg-color {
    background-color: var(--base-color) !important;
}

.cursor {
    cursor: pointer;
}
.flex {
     display: flex;
}
.jc-center {
    justify-content: center;
}
.jc-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.text-c {
    text-align: center;
}

.mb-10 {
    margin-bottom: 10px;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.btn-primary {
    color: #fff;
    background-color: var(--green-color);
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}

.btn-primary:hover,
.btn-default:hover {
    color: #fff !important;
    background-color: var(--base-lighter-color);
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}


.btn-default {
    color: #121212;
    background-color: #ddd;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}

.el-button:focus,
.el-button:hover {
    color: var(--green-color);
    border-color: var(--green-color);
    background: var(--sub-color);
}

.el-button--primary {
    color: #fff !important;
    border-color: var(--green-color) !important;
    background-color: var(--green-color) !important;
}

.el-button--primary.is-plain {
    color: var(--green-color) !important;
    border-color: var(--green-color) !important;
    background-color: var(--sub-color) !important;
}

.el-button--primary:focus,
.el-button--primary:hover {
    color: #fff !important;
    border-color: var(--base-lighter-color) !important;
    background-color: var(--base-lighter-color) !important;
}

.el-step__head.is-finish {
    color: var(--green-color) !important;
    border-color: var(--green-color) !important;
}

.el-step__title.is-finish,
.el-checkbox__input.is-checked + .el-checkbox__label {
    color: var(--green-color) !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover {
    border-color: var(--green-color);
}

.el-dropdown-menu {
    min-width: 120px;
    padding: 0 !important;
    position: absolute !important;
    top: 20px !important;
    left: -45px !important;
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
}

.el-dropdown-menu__item:not(.is-disabled):hover,
.el-dropdown-menu__item:focus {
    background-color: #ffede9 !important;
    color: var(--base-lighter-color) !important;
}

.el-dropdown-menu__item:not(.is-disabled):hover a {
    color: var(--base-lighter-color) !important;
}

.el-dropdown-menu__item {
    padding: 0 !important;
}

.el-submenu__title:hover,
.el-menu-item:focus,
.el-menu-item:hover {
    background-color: var(--sub-color);
}

.el-menu-item.is-active::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--base-color);
}

.el-aside::-webkit-scrollbar {
    width: 0;
}

.el-tabs__active-bar,
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: var(--base-color);
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #C0DF16;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #000;
}

.el-tabs__item:hover,
.el-radio__input.is-checked + .el-radio__label,
.el-tabs__item.is-active,
.el-select-dropdown__item.selected,
.el-loading-spinner .el-loading-text,
.el-loading-spinner i,
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close,
.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
    color: var(--base-color);
}

.el-textarea__inner:focus,
.el-input.is-active .el-input__inner,
.el-input__inner:focus,
.el-radio__inner:hover,
.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus {
    border-color: var(--base-color);
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: var(--base-color);
    background: var(--base-color);
}
.el-carousel__indicator--horizontal {
    padding: 10px 4px;
    margin-bottom: 20px;
}
.el-carousel__button {
    width: 26px;
}

[v-cloak] {
    display: none;
}

/* 头部 */
.placeBox {
    width: 100%;
    /*height: 52px;*/
}


.bgHeader {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.65);
}
.el-dropdown-menu {
    border-radius:5px;
    border: none;
    top: 31px !important;
    min-width:150px;
    background-color:rgba(56, 56, 56, 0.3) ;
}
.el-dropdown-menu__item {
    color: #fff;
    line-height: 48px;
    font-size: 15px;
}
.popper__arrow::after {
    border-bottom-color: #C0DF16 !important;
    border-top-color: #C0DF16 !important;
}
.el-dropdown-menu__item:not(.is-disabled):hover {
    background: #C0DF16 !important;
    color: #232323 !important;
}
.el-dropdown-menu__item:not(.is-disabled):hover a{
    color: #232323 !important;
}
/* 消除小三角 */
.el-popper[x-placement^=bottom] .popper__arrow{
    border: none;
}
.el-popper[x-placement^=bottom] .popper__arrow::after{
    border: none;
}
.el-carousel__mask {
    opacity:0 !important;
}
.loginPopBox .agree .radio.active::after {
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dropZoom .downItem {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.popoverCodeImg {
    width: 100%;
}
.mainBox {
    width: var(--content-width);
    margin: 0 auto;
    background-color: #fff;
}
.loadingBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: var(--main-bg-color);
    z-index: 99999;
}
.loadingBox img{
    width: 10.94%;
    height: auto;
}
.mainBox2 {
    display: none;
}
.mainBox2 {
    width: 100%;
    margin: 0 auto;
    background-color: var(--main-bg-color);
}
.mainBox3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: var(--main-bg-color);
}

.mainBox.cover {
    width: 100%;
}
.mainBox .homepage-swiper .el-carousel__arrow--right {
    right: 0;
    width: 48px;
    height: 100px;
    /* padding: 38px 24px; */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 0 0 10px;
}
.mainBox .homepage-swiper .el-icon-arrow-right {
    font-size: 24px;
}
.mainBox .homepage-swiper .el-icon-arrow-left {
    font-size: 24px;
}
.mainBox .homepage-swiper .el-carousel__arrow--left {
    left: 0;
    width: 48px;
    height: 100px;
    /* padding: 38px 24px; */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 10px 10px 0 ;
}

.mainBox .homepage-swiper .swiper-item{
    position: relative;
    height: 100%;
}
.mainBox .homepage-swiper {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.mainBox .homepage-swiper img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mainBox .homepage-swiper .el-carousel__indicators--horizontal{
    bottom: 10px;
}

.mainBox .homepage-swiper .mouse-hotModel:hover .hotModel-show {
    display: block ;
    margin-left: 80px;
}
.mainBox .homepage-swiper .mouse-hotModel:hover .hotModel-show .mainText {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC";
    line-height: 28px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 14px;
}
.mainBox .homepage-swiper .mouse-hotModel:hover .hotModel-show .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}
.mainBox .homepage-swiper .mouse-hotModel .hotModel-show {
    width: 320px;
    height: 131px;
    margin: 0 auto;
    display: none;
    border-radius: 5px;
    background: #000000b3;
}
.mainBox .homepage-swiper .swiper-banner-text{
    position: absolute;
    padding-top: 114px;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: auto;
}
.mainBox .homepage-swiper .swiper-banner-text .topText{
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 12px;
    font-family: 'HarmonyOS Sans SC Medium';
}
.mainBox .homepage-swiper .swiper-banner-text .subTitle{
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: "HarmonyOS Sans Light";
}
.mainBox .homepage-swiper .swiper-banner-text a .text{
    color:#000000;
    margin: 0 auto;
    width: 96px;
    padding: 9px 0;
    border-radius: 100px;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HarmonyOS Sans SC Regular";
}
.mainBox .homepage-swiper .swiper-banner-text a .text1{
    color:#FFFFFF;
    margin: 0 auto;
    width: 96px;
    padding: 9px 0;
    border-radius: 100px;
    background: rgba(102, 102, 102, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HarmonyOS Sans SC Regular";
}
.mainBox .homepage-swiper .swiper-banner-text .ga-data:not(:last-child){
    margin-right: 24px;
}
.mainBox .homepage-swiper .swiper-scroller1 {
    position: absolute;
    bottom: 50px;
    left: 260px;
    width: 300px;
    height: 81px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    z-index: 2;
}
.mainBox .homepage-swiper .scroller-contaienr .swiper-wrapper1 {
    position: relative;
    padding-left: 36px;
    width: 100%;
    height: 100%;
}
/* 圆柱体容器样式 */
.mainBox .homepage-swiper .swiper-container1 .cylinder-container {
    width: 100px;
    height: 200px;
    /*border: 2px solid #333;*/
    background-color: #818181;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

/* 填充颜色的部分 */
.mainBox .homepage-swiper .swiper-container1 .cylinder-fill {
    width: 100%;
    height: 0;
    background-color: #C0DF16;
    position: absolute;
    top: 0;
    transition: height 4s linear;
}
.mainBox .homepage-swiper .swiper-container1 .cylinder-container {
    width: 2px;
    height: 21px;
    /*border: 2px solid #333;*/
    background-color: #818181;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.mainBox .homepage-swiper .swiper-container1 {
    position: relative;
}
.mainBox .homepage-swiper .swiper-container1 .fillBox {
    position: absolute;
    top: 32px;
}

.scroller-contaienr .swiper-slide1 {
    opacity: .3;
    line-height: 19px;
    font-size: 16px;
    font-family: "HarmonyOS Sans SC Regular";
    font-weight: 400;
    margin-bottom: 12px;
    color: #fff;
}

.scroller-contaienr .swiper-slide-active {
    font-weight: 600;
    opacity: 1;
}

.scroller-contaienr .swiper-slide-prev, .scroller-contaienr .swiper-slide-next {
    opacity: .7;
}

.mainBox .homepage-tableSet .swiper-item{
    position: relative;
    height: 100%;
}
.mainBox .homepage-tableSet .hotModel {
    position: absolute;
    /*left: 41.76%;*/
    /*bottom: 32%;*/
    /*width: 18%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom:265px;*/
    /*width: 470px;*/
    /*height: 200px;*/
    /*margin: auto;*/
    /*background-color: #0b7bab;*/
}

.mainBox .homepage-tableSet .hotModel:hover .hotModel-show {
    display: block ;
}
.mainBox .homepage-tableSet .hotModel:hover .hotModel-show2 {
    display: none ;
}
.mainBox .homepage-tableSet .mouse-hotModel:hover .hotModel-show2 {
    display: none ;
}
.mainBox .homepage-tableSet .hotModel:hover .hotModel-show .mainText {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC";
    line-height: 28px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 14px;
}
.mainBox .homepage-tableSet .hotModel:hover .hotBtnItem {
    display: flex;
}
.mainBox .homepage-tableSet .hotModel:hover .hotModel-show .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HarmonyOS Sans SC";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}
.mainBox .homepage-tableSet .hotModel .hotModel-show {
    width: 320px;
    height: 131px;
    margin: 0 auto;
    display: none;
    border-radius: 5px;
    background: #000000b3;
}
.mainBox .homepage-tableSet .hotModel .hotModel-show2 {
    width: 320px;
    height: 131px;
    margin: 0 auto;
    display: block;
}
.mainBox .homepage-tableSet .hotModel:hover .hotBtnItem {
    display: flex;
    justify-content: flex-end;
}
.mainBox .homepage-tableSet .hotModel .hotBtnItem {
    /*width: 320px;*/
    /*margin: 0 auto;*/
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.mainBox .homepage-tableSet .mouse-hotModel:hover .hotBtnItem {
    display: flex;
}
.mainBox .homepage-tableSet .hotModel:hover .hotBtn2 {
    background-color: #C0DF16;
}
.mainBox .homepage-tableSet .mouse-hotModel:hover .hotBtn2 {
    background-color: #C0DF16;
}
.mainBox .homepage-tableSet .mouse-hotModel .hotBtnItem {
    width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.mainBox .homepage-tableSet .mouse-hotModel .hotBtnItem {
    display: block;
    margin-bottom: 27%;
    margin-left: 22%;
}
.mainBox .homepage-tableSet .mouse-hotModel .hotBtn {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: -26px;*/
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.4);
    animation: 2s shadowBreath ease-out infinite normal;
    backdrop-filter: blur(2px);
}
@keyframes shadowBreath {
    0%,
    100% {
        transform: scale(0.9);
        background: rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0);
    }
}
.mainBox .homepage-tableSet .mouse-hotModel .hotBtn2 {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.72px solid #ffffff80;
}
.mainBox .homepage-tableSet .hotModel .hotBtn {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: -26px;*/
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.4);
    animation: 2s shadowBreath ease-out infinite normal;
    backdrop-filter: blur(2px);
}
.mainBox .homepage-tableSet .hotModel .hotBtn2 {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.72px solid #ffffff80;
}
.mainBox .homepage-tableSet .mouse-hotModel {
    position: absolute;
    /*right: 18%;*/
    /*bottom: 25%;*/
    /*width: 18%;*/
    /*background-color: #0b7bab;*/
}
.mainBox .homepage-tableSet .el-carousel__indicators--horizontal{
    bottom: 10px;
}

.mainBox .homepage-tableSet .mouse-hotModel:hover .hotModel-show {
    display: block ;
    margin-left: 80px;
}
.mainBox .homepage-tableSet .mouse-hotModel:hover .hotModel-show .mainText {
    color: #ffffff;
    font-size: 24px;
    font-family: "HarmonyOS Sans SC";
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 14px;
}
.mainBox .homepage-tableSet .mouse-hotModel:hover .hotModel-show .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HarmonyOS Sans SC";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}
.mainBox .homepage-tableSet .mouse-hotModel .hotModel-show {
    /*width: 320px;*/
    height: 131px;
    /*margin: 0 auto;*/
    display: none;
    border-radius: 5px;
    background: #000000b3;
}
.mainBox .homepage-tableSet .mouse-hotModel .hotModel-show2 {
    /*width: 320px;*/
    height: 131px;
    /*margin: 0 auto;*/
    display: block;
    border-radius: 5px;
}
.mainBox .homepage-tableSet .swiper-banner-text{
    position: absolute;
    padding-top: 62px;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: auto;
}
.mainBox .homepage-tableSet .swiper-banner-text .topText{
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 12px;
    font-family: "HarmonyOS Sans SC Regular";
}
.mainBox .homepage-tableSet .swiper-banner-text .subTitle{
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-family: "HarmonyOS Sans Light";
    margin-bottom: 35px;
}
.mainBox .homepage-tableSet .swiper-banner-text a .text{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    font-family: "HarmonyOS Sans SC Regular";
    align-items: center;
    justify-content: center;
}

.mainBox .swiper-wrapper-card {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mainBox .swiper-wrapper-card .swiper-title{
    width: var(--content-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mainBox .swiper-wrapper-card img{
    width: 100%;
    height: 100%;
}
.mainBox .swiper-wrapper-card .el-carousel__item--card {
    width: 1400px;
    margin: 0 10px; /* 设置卡片左右间距 */
    flex-shrink: 0
}
.mainBox .swiper-wrapper-card .el-carousel__item {
    width: 1400px;
    margin-left: -12%;
}
.medium img {
    width: 100%;
    object-fit: cover;
    background-color: transparent;
}
.medium .carouseImg{
    position: relative;
}
.medium .carouseContent {
    position: absolute;
    top: 36%;
    left: 110px;
}
.el-carousel__item.el-carousel__item--card.is-in-stage .medium.rightCls {
    transform: translateX(63.5%) scale(1) !important;
}
.el-carousel__item.el-carousel__item--card.is-in-stage .medium.leftCls {
    transform: translateX(-63.5%) scale(1) !important;
}

.mainBox .swiper-wrapper-card .el-carousel__arrow--right {
    right: 14.5%;
    background-color: #202b2f;
}
.mainBox .swiper-wrapper-card .el-icon-arrow-right,.el-icon-arrow-left{
    font-size: 16px;
}
.mainBox .swiper-wrapper-card .el-carousel__arrow--left {
    left: 13.5%;
    background-color: #202b2f;
}
.mainBox .swiper-wrapper-card .swiper-content {
    /*position: relative;*/
}

.mainBox .swiper-wrapper-card .swiper-content .swiper-detail {
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -150px;*/
    /*bottom: 0;*/
    /*color: #fff;*/
    /*left: 110px;*/
}
.mainBox .swiper-wrapper-card  .mainTitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 34px;
    font-family: "HarmonyOS Sans SC Regular";
    line-height: 40px;
    margin-bottom: 25px;
}
.mainBox .swiper-wrapper-card .subTitle {
    color: #ffffffe6;
    font-size: 16px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC Regular";
    line-height: 19px;
    margin-bottom: 27px;
}
.mainBox .swiper-wrapper-card .navBtn {
    display: flex;
    align-items: center;
}
.mainBox .swiper-wrapper-card .text {
    display: flex;
    font-family: "HarmonyOS Sans SC Regular";
    font-size: 16px;
    font-size: 16px;
    align-items: center;
    margin-right: 24px;
}
.mainBox .swiper-wrapper-card .buy {
    border-radius: 9999px;
    background: #FFF;
    padding: 10px 18px;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    font-family: "HarmonyOS Sans SC Regular";
}

.mainBox .homepage-scroll .scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.mainBox .homepage-scroll .scroll-container::-webkit-scrollbar {
    height: 8px;
    width: 10%; /* 控制滚动条宽度 */
    margin: 0 auto; /* 使滚动条居中 */
}

.mainBox .homepage-scroll .scroll-container::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}

.mainBox .homepage-scroll .scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

.mainBox .homepage-scroll .scroll-container::-webkit-scrollbar-track {
    background-color: #575757;
}

.mainBox .homepage-scroll .scroll-items {
    display: inline-flex;
    gap: 16px;
}

.mainBox .homepage-scroll .scroll-item {
    width: 440px;
    margin-bottom: 50px;
    /*background-color: #3498db;*/
    font-size: 24px;
    border-radius: 10px;
}
.mainBox .homepage-scroll .scroll-item img {
    width: 100%;
    height: 290px;
    background-color: #232323;
    border-radius: 10px;
}
.mainBox .homepage-scroll .scroll-item .mainText {
    margin: 20px 16px 24px 16px;
    color: #ffffffe6;
}
.mainBox .homepage-scroll .scroll-item .mainText .title {
    font-size: 24px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC Regular";
    line-height: 28px;
    margin-bottom: 8px;
}
.mainBox .homepage-scroll .scroll-item .mainText .subTitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC Regular";
    line-height: 19px;
    margin-bottom: 12px;
}
.mainBox .homepage-scroll .scroll-item .mainText .colorItem div:not(:last-child) {
    margin-right: 8px;
}
.mainBox .homepage-scroll .scroll-item .mainText .colorBox {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 0.5px solid #FFF;
    /*background: #8c7bd7;*/
}
.mainBox .homepage-scroll .scroll-item .mainText .colorBox2 {
    width: 18px;
    height: 18px;
    border-radius: 16px;
    /*background: #8c7bd7;*/
}
.mainBox .homepage-scroll .scroll-item .mainText .colorBox-ab {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #FFF;
}
.mainBox .homepage-scroll .scroll-item .mainText .btn {
    padding: 10px 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: "HarmonyOS Sans SC Regular";
    background-color: #fff;
    border-radius: 100px;
}
.mainBox .homepage-scroll .inline-flex{
    display: flex;
}
.mainBox .homepage-scroll .text-xl{
    width: 564px;
    height: 64px;
    background-color: #3a8ee6;
}
.mainBox .homepage-scroll .switchBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28px;
    padding-left: 52px;
    display: flex;
    background-color: var(--main-bg-color);
}
.mainBox .homepage-scroll .switchBtn img {
    width: 54px;
    height: 54px;
}

.mainBox .homepage-scroll {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*max-width: 1920px;*/
    padding-top: 87px;
}
.mainBox .homepage-scroll .swiper-title1 {
    margin-bottom: 23px;
    width: var(--content-width);
}
.mainBox .homepage-scroll .scrollContent {
    width: var(--content-width);
}
.mainBox .homepage-scroll .scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    /*padding: 10px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    /*background-color: #fff;*/
}

/* 自定义滚动条样式 */
.mainBox .homepage-scroll .scroll-container::-webkit-scrollbar {
    height:2px;
}

.mainBox .homepage-scroll .card {
    display: inline-block;
    width: 440px;
    margin: 10px;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mainBox .homepage-scroll .card:hover {
    transform: scale(1.05);
}

.mainBox .homepage-scroll .card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.mainBox .homepage-scroll .card h2 {
    font-size: 16px;
    padding: 10px;
    margin: 0;
    text-align: center;
    color: #333;
}
.mainBox .homepage-scroll .nav-item {
    display: flex;
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    font-family: "HarmonyOS Sans SC Regular";
    font-weight: 400;
    line-height: 42px;
}
.mainBox .homepage-scroll .nav-item .nav-title:not(:last-child) {
    margin-right: 38px;
}
.mainBox .homepage-scroll .nav-item .nav-title-chose {
    color: #ffffff;
    font-size: 32px;
    font-family: "HarmonyOS Sans SC Regular";
    font-weight: 400;
    line-height: 42px;
}


.mainBox .homepage-products-banner {
    width: 100%;
    /*min-width: 100%;*/
}

.mainBox .homepage-products-banner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    /*padding: 0 16px;*/
    /*padding: 16px;*/
    margin-bottom: 47px;
    list-style-type: none;
}
.mainBox .homepage-products-banner li {
    background-color: #f1f8e9;
    position: relative;
    /*padding: 20px;*/
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.mainBox .homepage-products-banner li img{
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}
.mainBox .homepage-products-banner li img:hover{
    transform: scale(1.06);
}
.mainBox .homepage-products-banner .productScale{
    overflow: hidden;
    background-color:var(--main-bg-color);
}

.mainBox .homepage-products-banner li .products-banner-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    margin: auto;
}
.mainBox .homepage-products-banner li .products-banner-text .subhead {
    color: #ffffffd9;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "HarmonyOS Sans Light";
    line-height: 24px;
    margin-bottom: 30px;
}

.mainBox .homepage-products-banner li .products-banner-text .top-content {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC Regular";
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 16px;
}
.mainBox .homepage-products-banner li .products-banner-text .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    font-family: "HarmonyOS Sans SC Regular";
}
.mainBox .homepage-products-banner li .products-banner-text .hoverImg {
    display: none;
}
.mainBox .homepage-products-banner li .products-banner-text .text:hover {
    color: #C0DF16;
}
.mainBox .homepage-products-banner li .products-banner-text .text:hover .productImg {
    display: none;
}
.mainBox .homepage-products-banner li .products-banner-text .text:hover .hoverImg {
    display: block;
}
.mainBox .homepage-products-banner li .products-banner-text .text img {
    margin-left: 6px;
}

.mainBox .homepage-tableSet {
    width: 100%;
    margin-bottom: 16px;
}

.mainBox .homepage-tableSet img {
    width: 100%;
    height: 100%;
}

.mainBox .information {
    padding: 47px 0 8px 0;
    /*margin-bottom: 68px;*/
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*max-width: 1920px;*/
}

.mainBox .information .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    /*padding: 20px;*/
}
.mainBox .information .gridBox {
    width: var(--content-width);
}
.mainBox .information .grid-item {
    /*background-color: #e0f7fa;*/
    /*padding: 20px;*/
    /*width: 456px;*/
    /*height: 430px;*/
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.mainBox .information .grid-item img{
    width: 100%;
    /*height: 100%;*/
    transition: transform 0.3s ease;
}

.mainBox .information .grid-item .grid-detail{
    width: 100%;
    height: 90px;
    background: #1a1a1a99;
    position: absolute;
    bottom: 0;
    text-align: left;
    border-radius: 0 0 10px 10px;
    font-family: "HarmonyOS Sans";
    backdrop-filter: blur(5px);
}
.mainBox .information .grid-item .grid-detail .mainTitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC Regular";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 22px 20px 10px 20px;
}

.mainBox .information .grid-item .grid-detail .specs {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 13px;
    font-family: "HarmonyOS Sans SC Regular";
    font-weight: 300;
    margin: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainBox .information .grid-item img:hover {
    transform: scale(1.05);
}

.topBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.topBox .title{
    color: #fff;
    font-family: "HarmonyOS Sans SC Regular";
    font-size: 32px;
    font-weight: 400;
}

.topBox .checkMore {
    color: #ffffffb3;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-family: "HarmonyOS Sans SC Regular";
}

.container {
    width: var(--content-width);
    margin: 0 auto;
}

.memberBox {
    padding: 20px;
    background-color: #fff;
    margin-left: 20px;
    box-sizing: border-box;
}

.pagination {
    text-align: center;
    padding: 40px 0 20px;
}

.breadcrumb-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.breadcrumb-box .breadcrumb .breadcrumb-inner {
    display: inline-block;
    color: #606266;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-box .breadcrumb .breadcrumb-inner:not(:last-child) {
    font-weight: 600;
    cursor: pointer;
}

.breadcrumb-box .breadcrumb .breadcrumb-inner:not(:last-child):hover {
    color: var(--green-color);
}

.breadcrumb-box .breadcrumb .breadcrumb-inner:not(:last-child)::after {
    content: '/';
    display: inline-block;
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}

.empty-box {
    padding: 20px 0;
}

.empty-box .empty-img {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
}

.count-down {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.count-down .icon-time {
    display: inline-block;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.count-down .txt-time {
    color: #fe6d4c;
}