.the-main-g > .banner {
    position: relative;
    height: 600px;
}

.the-main-g > .banner .swiper {
    height: 100%;
}
.the-main-g > .banner .swiper .swiper-button-prev .hn-icon{
    font-size: 26px;
    color: #dedede;
    padding-right: 3px;
}
.the-main-g > .banner .swiper .swiper-button-next .hn-icon{
    font-size: 26px;
    color: #dedede;
    padding-left: 3px;
}

.the-main-g > .banner .banner-item {
    height: 600px;
    background-repeat: no-repeat !important;
    background-position: center center !important;

}

.the-main-g > .banner .footer {
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 80px;
    z-index: 2;
}

.the-main-g > .banner .footer .w-1200-g {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.the-main-g > .banner .footer .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 0 14px 66px;
    color: #1e2330;
    width: 24%;
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F6FF 100%);
    box-shadow: 0 4px 10px 1px rgba(55,99,170,0.1);
    border-radius: 2px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.the-main-g > .banner .footer .item:hover{
    background: url("../images/home/banner-footer-bg.png");
}
.the-main-g > .banner .footer .item.banner-footer-icon1:before{
    content: url("../images/home/banner-footer-icon1.png");
    position: absolute;
    left: 14px;
    top: 18px;
}
.the-main-g > .banner .footer .item.banner-footer-icon2:before{
    content: url("../images/home/banner-footer-icon2.png");
    position: absolute;
    left: 14px;
    top: 18px;
}
.the-main-g > .banner .footer .item.banner-footer-icon3:before{
    content: url("../images/home/banner-footer-icon3.png");
    position: absolute;
    left: 14px;
    top: 18px;
}
.the-main-g > .banner .footer .item.banner-footer-icon4:before{
    content: url("../images/home/banner-footer-icon4.png");
    position: absolute;
    left: 14px;
    top: 18px;
}

.the-main-g > .banner .footer .item .desc{
    font-weight: 400;
    font-size: 14px;
    color: #2C3353;
}

.the-main-g > .banner .footer .item + .item {
    /*border-left: 1px solid rgb(240 49 49);*/
}

.the-main-g > .banner .footer .title {
    font-weight: bold;
    font-size: 18px;
    color: #2C3353;
}

.the-main-g > .banner .footer .desc .num {
    color: #2E63F6;
}

.the-main-g > .banner .footer .desc .hn-icon {
    color: #f03131;
}

.the-main-g > .product .first-type-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.the-main-g > .product .first-type-tabs .tabs-g {
    display: flex;
    padding: 6px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    width: 900px;
    max-width: 90%;
}

.the-main-g > .product .first-type-tabs .tab-g {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    border-radius: 8px;
    color: #374567;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.the-main-g > .product .first-type-tabs .tab-g.checked {
    background: #3860F4;
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(56, 96, 244, 0.3);
}

.the-main-g > .product .second-type-tabs {
    display: none;
}

.the-main-g > .product .second-type-tabs.checked {
    display: block;
}

.the-main-g > .product .second-type-tabs .tabs-g {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #FFFFFF;*/
}

.the-main-g > .product .second-type-tabs .tab-g {
    font-size: 15px;
    color: #374567;
    cursor: pointer;
    padding: 17px 5px;
}

.the-main-g > .product .second-type-tabs .tab-g + .tab-g {
    margin-left: 24px;
}

.the-main-g > .product .second-type-tabs .tab-g.checked {
    color: #3860F4;
    border-bottom: 2px solid #3860F4;
}

/* 4 卡片式产品展示 */
.the-main-g > .product .product-cards-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 30px;
}

.the-main-g > .product .product-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.the-main-g > .product .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.the-main-g > .product .product-card.hot {
    border: 2px solid #FF4E00;
}

.the-main-g > .product .product-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.the-main-g > .product .product-card .card-header .title {
    font-size: 18px;
    font-weight: 600;
    color: #1e2330;
    margin: 0;
}

.the-main-g > .product .product-card .card-header .hot-tag {
    background: #FF4E00;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}

.the-main-g > .product .product-card .prod-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #8794AC;
    margin-bottom: 16px;
    white-space: pre-line;
    word-break: break-all;
}

.the-main-g > .product .product-card .specs {
    flex: 1;
    margin-bottom: 20px;
}

.the-main-g > .product .product-card .spec-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #F0F2F5;
    font-size: 14px;
}

.the-main-g > .product .product-card .spec-row .label {
    color: #8794AC;
}

.the-main-g > .product .product-card .spec-row .value {
    color: #374567;
    font-weight: 500;
    max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.the-main-g > .product .product-card .card-footer {
    margin-top: auto;
}

.the-main-g > .product .product-card .price-g {
    margin-bottom: 16px;
}

.the-main-g > .product .product-card .price-g .now {
    font-size: 14px;
    color: #8794AC;
}

.the-main-g > .product .product-card .price-g .now .num {
    font-size: 28px;
    color: #FF4E00;
    font-weight: 600;
}

.the-main-g > .product .product-card .price-g .old {
    font-size: 12px;
    color: #BFC8D8;
    text-decoration: line-through;
    margin-top: 4px;
}

.the-main-g > .product .product-card .button-g {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: #3860F4;
    border-color: #3860F4;
    border-radius: 6px;
    color: #FFFFFF;
}

.the-main-g > .product .product-card .button-g.disabled {
    background: #BFC8D8;
    border-color: #BFC8D8;
    cursor: not-allowed;
}

.the-main-g > .product .product-empty-tip {
    text-align: center;
    padding: 60px 0;
    color: #8794AC;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .the-main-g > .product .product-cards-g {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px 20px 30px;
    }
}

@media (max-width: 640px) {
    .the-main-g > .product .product-cards-g {
        grid-template-columns: 1fr;
    }
}

/*.the-main-g > .product .second-type-tabs .tab-g.checked:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 3px;*/
/*    background: #409eff;*/
/*    bottom: -8px;*/
/*    left: 30%;*/
/*    width: 40%;*/
/*}*/



.the-main-g > .product .table-g th{
    background: #ECF4FC;
    border-color: #ECF4FC;
    color: #374567;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
}
.the-main-g > .product .table-g tbody td{
    position: relative;
    padding: 30px 20px;
    color: #374567;
}
.the-main-g > .product .table-g tbody td .tag-g-new{
    position: absolute;
    top:0;
    background: #FF4E00;
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 10px;
}
.the-main-g > .product .table-g tbody td .price-g{
    display: inline-block;
    font-size: 12px;

}


.the-main-g > .product .table-g tbody td .price-g .now {
    color: #8794AC;
}
.the-main-g > .product .table-g tbody td .price-g .now .num{
    color: #FF4E00;
}
.the-main-g > .product .table-g tbody td .price-g .old{
    padding-top: 5px;
    margin-left: 0;
    text-align: center;
    color: #BFC8D8;
}
.the-main-g > .product .table-g tbody td .button-g{
    padding: 12px 24px;
    background: #3860F4;
    border-color: #3860F4;
}

.the-main-g > .product .table-g tbody .featured-row .button-g{
    background: #FF4E00;

}

.the-main-g > .product .table-g tbody tr:hover,.the-main-g >  .product .table-g tbody tr.featured-row{
    box-shadow: 0px 0px 30px 1px rgba(6,38,78,0.1);
}



.the-main-g > .advantage .body {
    width: 753px;
    height: 435px;
    background: url("../images/home/advantage-body.png");
    margin: 0 auto;
    position: relative;
}

.the-main-g > .advantage .item {
    position: absolute;
    width: 105px;
    height: 136px;
    transition: .5s;
    cursor: pointer;
}

.the-main-g > .advantage .item:hover {
    transform: translate(0, -16px);
}

.the-main-g > .advantage .content {
    position: absolute;
}

.the-main-g > .advantage .title {
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
}

.the-main-g > .advantage .desc {
    white-space: nowrap;
    color: #666;
    line-height: 28px;
}

.the-main-g > .advantage .top-left {
    background: url("../images/home/advantage-top-left.png");
    left: 190px;
    top: 38px;
}

.the-main-g > .advantage .top-left .content {
    left: -18px;
    top: -32px;
    transform: translate(-100%, 0);
    width: 202px;
}

.the-main-g > .advantage .top-right {
    background: url("../images/home/advantage-top-right.png");
    right: 190px;
    top: 38px;
}

.the-main-g > .advantage .top-right .content {
    right: -18px;
    top: -32px;
    transform: translate(100%, 0);
}

.the-main-g > .advantage .bottom-left {
    background: url("../images/home/advantage-bottom-left.png");
    left: 190px;
    bottom: 102px;
}

.the-main-g > .advantage .bottom-left .content {
    left: -18px;
    bottom: -88px;
    width: 202px;
    transform: translate(-100%, 0);
}

.the-main-g > .advantage .bottom-right {
    background: url("../images/home/advantage-bottom-right.png");
    right: 190px;
    bottom: 102px;
}

.the-main-g > .advantage .bottom-right .content {
    right: -18px;
    bottom: -88px;
    transform: translate(100%, 0);
}

.the-main-g > .map {
    background: #1968f8 url("../images/home/map.png") no-repeat center center;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.the-main-g > .map .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 900px;
    color: #fff;
    text-align: center;
}

.the-main-g > .map .value {
    margin-bottom: 8px;
}

.the-main-g > .map .num {
    font-size: 24px;
}

.the-main-g > .map .divider {
    height: 48px;
    width: 1px;
    background: #fff;
}

.the-main-g > .intro {
    background: url("../images/home/intro-bg.png");
    background-size: 100% 100%;
}

.the-main-g > .intro .w-1200-g {
    display: flex;
}

.the-main-g > .intro .logo {
    width: 479px;
    height: 453px;
    background: #fff;
    text-align: center;
}
.the-main-g > .intro .logo img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.the-main-g > .intro .right {
    width: 0;
    flex-grow: 1;
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.the-main-g > .intro .text {
    padding: 40px;
    background: #fafbfc;
    height: 100%;
}

.the-main-g > .intro .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.the-main-g > .intro .title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #409eff;
    left: -80px;
    top: 0;
}

.the-main-g > .intro .desc {
    color: #666;
    line-height: 32px;
    font-size: 16px;
}

.banner .footer .item .desc span {
    color: #FE9E49;
}

/* ===== 滚动渐显 (scroll reveal) ===== */
/* 默认可见；仅当 <html> 带 js 类时才先隐藏，避免 JS 异常导致内容永久不可见 */
html.js .reveal {
    opacity: 0;
    transform: translateY(48px);
    transition: opacity .9s cubic-bezier(.22, .61, .36, 1), transform .9s cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
}
html.js .reveal.reveal-in {
    opacity: 1;
    transform: none;
}
/* 错落延迟（给同一屏内的多个元素制造级联出现效果） */
html.js .reveal.d1 { transition-delay: .12s; }
html.js .reveal.d2 { transition-delay: .24s; }
html.js .reveal.d3 { transition-delay: .36s; }
html.js .reveal.d4 { transition-delay: .48s; }
/* 尊重系统“减少动态效果”偏好 */
@media (prefers-reduced-motion: reduce) {
    html.js .reveal,
    html.js .reveal.reveal-in {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
