.show-a{
    opacity: 0;
}
.l_b1box4{
    background-color: unset;
}
.swiper6-pagination{
    display: none;
}
.n-tabs_m{
    display: none;
}
.why-ruijie{
    display: flex;
    margin: 80px auto 40px;
    justify-content: space-between;
    align-items: center;
}
.why-ruijie img{
    width: 600px;
}
.why-ruijie-content{
    width: 740px;
    text-align: left;
}
.why-ruijie-content p{
    color:#6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    padding: 24px 0;
}
.why-tag-box{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.why-tag{
    line-height: 32px;
    padding: 0px 12px;
    border-radius: 16px;
    background: #F1F3F5;
    font-size: 12px;
}
.why-ruijie-remark{
    color:#9B9FA8;
    font-size: 12px;
    line-height: 150%; /* 18px */
}
.why-ruijie-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 160px;
}
.why-ruijie-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 16px;
    background: var(----F7F9FA, #F7F9FA);
}
.card-title{
    color: var(----2A2B2E, #2A2B2E);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
}
.card-desc{
    color: var(----6A6B6D, #6A6B6D);
    text-align: center;
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.selectRuijie{
    padding: 80px 0 20px 0;
}
.selectRuijie .yx_title2{
    text-align: center;
}
.selectRuijie .yx_title2{
    padding-bottom: 40px;
}
.new-product-content{
    margin: 30px 0;
}
.n-product-card{
    padding: 20px;
    border-radius: 4px;
    background: #FAFBFC;
    cursor: pointer;
    text-align: center;
}
.n-product-card img{
    width: 250px;
    transition: all .3s ease-in-out;
}
.n-product-card:hover img{
    transform: scale(1.05);
}
.n-card-title{
    padding: 8px 0px 12px;
    color:#2A2B2E;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%; /* 22.5px */
}
.n-card-desc{
    color: #6A6B6D;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    height: 42px;
}
.n-more{
    margin-top: 24px;
    text-align: center;
    color:#E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%; /* 20px */
}
.n-more::after{
    content: ">";
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
}
.n-more-none::after{
    content: ""; 
}
.n-product-card:hover .n-more::after{
    transform: translateX(8px);
}

.shwo-fa-content{
    margin-top: 32px;
}
.n-tab{
    display: flex;
    justify-content: center;
}
.n-tab div{
    padding: 12px 32px;
    border-bottom: 2px solid #E3E5E6;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    cursor: pointer;
}
.l_a1bx5btn2 a {
    color: #E60039 !important;
}
.n-tab .active{
    color: #E60039;
    border-bottom: 2px solid #E60039;
}
.shwo-fa .yx_space2,.shwo-al .yx_space2{
    margin-top: 32px;
}
.n-tab-boxs{
    margin-top: 60px;
}
.n-fa-card{
    width: 450px;
}
.n-fa-card img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease-in-out;
}
.n-fa-card-content{
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.fa-title{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
}
.fa-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 12px;
}
.fa-tab-desc{
    margin-bottom: 60px;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.n-fa-tag{
    padding: 4px 8px;
    color: #6A6B6D;
    font-size: 14px;
    line-height: 150%; /* 21px */
    background: #F1F3F5;
}
.fa-desc{
    height: 120px;
    margin: 12px 0 16px;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-fa-card-content .n-more{
    text-align: left;
}
.n-fa-card:hover .n-more::after{
    transform: translateX(8px);
}
.n-fa-card:hover img{
    transform: scale(1.05);
}
.n-al-box{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 975px;
    justify-self: center;
}
.n-al-card-content{
    text-align: left;
    padding: 24px;
    background: #F7F9FA;
    border-radius: 0 0 4px 4px;
}
.al-title{
    color:#2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%; /* 30px */
}
.al-subtitle{
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%; /* 20px */
    padding: 12px 0;
}
.al-desc{
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.n-al-card-content .n-more{
    text-align: left;
    margin-top: 24px;
}
.n-al-card:hover .n-more::after{
    transform: translateX(8px);
}
.n-al-card img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: transform 0.3s ease-in-out;
}
.n-al-card:hover img{
    transform: scale(1.05);
}
.al-more-btn{
    border-radius: 4px;
    border: 1px solid #E60039;
    background: #FFF;
    backdrop-filter: blur(2.5px);
    display: flex;
    padding: 12px 40px;
    color: #E60039!important;
    font-size: 16px;
    line-height: 150%; /* 24px */
    width: fit-content;
    margin: 40px auto 0;
}
.al-more-btn:hover{
    color: #FFFFFF!important;
    background-color: #C7002A;
}
.show-zy{
    background: #FAFBFC;
}
.show-zy .l_b1bx3tab{
    border-bottom: 0px;
}
.show-zy  .l_b1bx3li {
    padding: 0;
}
.show-zy .l_b1bx3lis {
    padding: 12px 32px;
    border-bottom: 2px solid #E3E5E6;
}
.show-zy .l_b1bx3lis::after {
    height: 2px;
}
.show-zy .l_b1bx3lis p {
    font-size: 20px;
}

@media screen and (max-width: 1440px) {
    .fa-tab-desc{
        margin-bottom: 48px;
    }
    .new-product-content {
        margin: 24px 0;
    }
    .why-ruijie img {
        width: 550px;
    }
    .why-ruijie-content {
        width: 550px;
    }
    .why-ruijie-content p {
        font-size: 14px;
        padding: 18px 0;
    }
    .why-ruijie {
        align-items: center;
        margin: 60px auto;
    }
    .selectRuijie {
        padding: 60px 0 20px 0;
    }
    .n-fa-card {
        width: 365px;
    }
    .fa-desc {
        font-size: 14px;
        line-height: 150%;
    }
    .fa-title {
        font-size: 18px;
    }
    .al-title {
        font-size: 22px;
    }
    .al-subtitle {
       height: 64px;
    }
    .shwo-al,.show-faq{
        padding: 60px 0;
    }
    .n-tab div {
        padding: 8px 32px;
        font-size: 18px;

    }
    .n-tab-boxs {
        margin-top: 48px;
    }
    .shwo-fa-content {
        margin-top: 28px;
    }
}
@media screen and (max-width: 1280px) {
    .why-ruijie img {
        width: 500px;
    }
    .why-ruijie-content {
        width: 490px;
    }
    .n-fa-card {
        width: 328px;
    }
    .fa-title {
        font-size: 16px;
    }
    .fa-tab-desc{
        margin-bottom: 32px;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .why-ruijie {
        margin: 60px auto 40px;
        flex-direction: column;
        gap: 40px;
    }
    .why-ruijie img {
        width: 100%;
    }
    .why-ruijie-content {
        width: 100%;
    }
    .yx_title2 {
        font-size: 30px;
    }
    .why-ruijie-content p {
        font-size: 16px;
        padding: 24px 0;
    }
    .why-tag {
        font-size: 11px;
    }
    .l_b1content .yx_title2 {
        font-size: 24px;
    }
    .selectRuijie .yx_title2 {
        padding-bottom: 12px;
        font-size: 24px;
    }
    .swiper6-pagination{
        display: block;
    }
    .n-tab{
        display: none;
    }
    .swiper-container6 {
        padding: 0 10px 0px;
    }
    .shwo-fa {
        background-size: 1000% 100%;
        background-position: right;
    }

    .n-tabs_m{
        display: block;
        padding: 12px 10px;
        color: #2A2B2E;
        border-bottom: 1px solid #E60039;
        background: #E4E8EB;
        margin-bottom: 12px;
        text-align: left;
    }
    .n-tabs-hide_m{
        border-bottom: 1px solid #D5D5D5;
        background: #E4E8EB;
    }
    .n-tabs_m img{
        width: 24px;
        float: right;
    }
    .arrow-hide-m{
        transform: rotate(270deg);
    }

    .shwo-fa .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .shwo-fa .swiper-slide{
        height: auto;
        margin-bottom: 24px;
        opacity: 1!important;
    }
    .shwo-fa .swiper-slide:last-child{
        margin-bottom: 20px;
    }

    .fa-desc {
        height: auto;
    }
    .shwo-fa .l_a1bx1btns{
        display: none;
    }
    .n-tab-boxs{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .n-more {
        font-size: 14px;
    }
    .n-al-box {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }
    .al-title {
        font-size: 24px;
    }
    .n-al-card-content .n-more {
        margin-top: 16px;
    }
    .al-subtitle {
        height: auto;
    }
    .show-zy .l_b1bx3lis p {
        font-size: 16px;
    }
    .show-zy .l_b1bx3lis {
        padding: 0px 0px 10px;
    }
    .show-zy .l_b1bx3li {
        padding: 0 10px;
    }
    .al-more-btn{
        margin-bottom: 40px;
    }
    .shwo-al {
        padding: 60px 0 0;
    }
    .why-ruijie-cards{
        grid-template-columns: repeat(1, 1fr);
    }
}
