.swiper_pagination1 {
    text-align: left !important;
    left: 2.2rem !important;
    bottom: 0.61rem !important;
}

.sbtn1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-radius: 0.7rem;
    transition: 0.5s;
}

.sbtn1_active {
    width: 0.5rem;
    background: #F38011;
}

/* box2 */

.box2 {
    height: 7.44rem;
    background: #F1F8FE;
    padding-top: 1rem;
}

.box2 .main {
    display: flex;
    gap: 0.6rem;
}

.box2_left {
    width: 7.2rem;
    height: 5rem;
    position: relative;
}

.box2_left .swiper-slide{
    height: auto;
}

.swiper_pagination2 {
    bottom: -0.45rem !important;
}

.sbtn2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #CCC7BC;
    border-radius: 50%;
    transition: 0.3s;
}

.sbtn2_active {
    width: 0.14rem;
    height: 0.14rem;
    background: var(--c1);
}

.boxx2_right {
    padding-top: 0.3rem;
}

.box2_p1 {
    font-family: cm;
    font-size: 0.4rem;
    color: #1C1C1C;
}

.box2_p2 {
    font-family: cb;
    font-size: 0.24rem;
    color: #1C1C1C;
}

.box2_p3 {
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
    line-height: 0.25rem;
    margin-bottom: 0.3rem;
    max-height: 2.42rem;
}

/* box3 */
.box3 {
    height: 7.9rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.89rem;
}

.box3 .main {
    display: flex;
    gap: 0.6rem;
    justify-content: space-between;
}

.box3 .title {
    color: #fff;
    margin-bottom: 0.5rem;
}

.box3_left {
    width: 3.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.54rem;
    padding-bottom: 0.15rem;
}

.tab {
    position: relative;
    padding-bottom: 0.13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.tab::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.01rem;
    width: 100%;
    background: #ACC5D6;
}

.tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.01rem;
    width: 0;
    background: #FFFFFF;
    transition: 0.3s;
}

.tab_p {
    font-family: cr;
    font-size: 0.22rem;
    color: #DCDCDC;
    transition: 0.3s;
}

.tab_img {
    width: 0.25rem;
    height: 0.25rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.tab_img img {
    width: 0.05rem;
    height: 0.1rem;
    filter: brightness(0)invert(1);
    transition: 0.3s;
}

.tab:hover::after,
.tab.active {
    width: 100%;
    left: 0;
}

.tab:hover .tab_p,
.tab.active .tab_p {
    color: #FFFFFF;
}

.tab:hover .tab_img,
.tab.active .tab_img {
    background: #fff;
}

.tab:hover .tab_img img,
.tab.active .tab_img img {
    filter: none;
}

.box3_right {
    width: 10.8rem;
    padding-bottom: 0.15rem;
    overflow: hidden;
}

.content {
    height: 100%;
}

.content .scale_box {
    width: 100%;
    height: 3rem;
}

.content .swiper {
    height: 4.53rem;
    overflow: visible;
}

.content .swiper-slide {
    background: #fff;
    position: relative;
}

.box3_right_swiperBottom {
    padding: 0.14rem 0.3rem 0 0.3rem;
}

.box3_right_p1 {
    font-family: cm;
    font-size: 0.24rem;
    color: #1C1C1C;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box3_right_p2 {
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.box3_right_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.15rem;
    width: fit-content;
    padding: 0 0.08rem;
    height: 0.3rem;
    border-radius: 0.15rem;
    background: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.box3_right_btn img {
    width: 0.14rem;
    height: 0.14rem;
}

.box3_right_btn p {
    font-family: cr;
    font-size: 0.14rem;
    color: #FFFFFF;
    display: none;
}

.content .swiper-slide:hover .box3_right_btn {
    padding: 0 0.13rem;
}

.content .swiper-slide:hover .box3_right_btn p {
    display: block;
}

.content .swiper-slide:hover .box3_right_btn img {
    display: none;
}

.content {
    display: none;
}

.content.active {
    display: block;
    animation: content 1s forwards;
}

@keyframes content {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* box4 */
.box4 {
    height: 7.59rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9rem;
}

.box4 .title {
    margin-bottom: 1rem;
}

.hotproductSwiper .swiper-slide {
    background: linear-gradient(to top, #FFFFFF 0%, #EBEBEB 47%, #F2F2F2 100%);
    transition: 0.3s;
    transform: scale(0.85) !important;
}

.hotproductSwiper .swiper-slide .scale_box {
    height: 2.65rem;
    transition: 0.3s;
}

.hotproductSwiper .swiper-slide .scale_box img {
    object-fit: contain;
}

.hotproductSwiper_bottom {
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #fff;*/
    transition: 0.3s;
}

.hotproductSwiper_bottom p {
    font-family: cm;
    font-size: 0.2rem;
    color: #1C1C1C;
    text-align: center;
    transition: 0.3s;
}

.hotproductSwiper .swiper-slide-active {
    transform: scale(1) !important;
    background: var(--c1);
}

.hotproductSwiper .swiper-slide-active .hotproductSwiper_bottom {
    background: var(--c1);
}

.hotproductSwiper .swiper-slide-active .hotproductSwiper_bottom p {
    color: #fff;
}

/* box5 */
.box5 {
    height: 6.6rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9rem;
}

.box5 .main {
    display: flex;
    justify-content: space-between;
}

.box5 .title {
    text-align: left;
    margin-bottom: 0.6rem
}

.box5 .title::after {
    left: 0;
    transform: translateX(0);
}

.box5_left {
    width: 7.6rem;
}

.box5_text {
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
    line-height: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 10;
}

.box5_right {
    width: 6.45rem;
    position: relative;
    z-index: 1;
}

.box5_right_img1 {
    width: 3.65rem;
    height: 3.4rem;
    margin-top: 0.8rem;
    opacity: 1 !important;
}

.box5_right_img2 {
    width: 4.4rem;
    height: 3.4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}