.mr_pos a:nth-child(3) {
    display: none !important
}

.article_products {
    align-items: flex-start;
    display: flex;
    background: #fff;
    --com-h: 597px;
    --sw-w: 104px;
    --l-w: calc((500 / 12) * 1%);
    --pd: calc((60 / 12) * 1%)
}

.article_products .swiper_body {
    width: var(--l-w);
    display: flex
}

.article_products .swiper_body.column_ {
    flex-direction: column
}

.article_products .swiper_body.column_ .arc_sw_par {
    width: 100%;
    margin: 0;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px 0 34px
}

.article_products .swiper_body.column_ .arc_sw_par .arc_sw {
    margin: 0;
    height: unset;
    width: calc(100% - 100px)
}

.article_products .swiper_body.column_ .arc_sw_par .arc_sw .img {
    height: 0;
    padding-bottom: 100%
}

.article_products .swiper_body.column_ .arc_sw_par .swiper-button-prev,
.article_products .swiper_body.column_ .arc_sw_par .swiper-button-next {
    left: unset;
    right: unset;
    top: 50%;
    bottom: unset;
    margin: 0;
    padding: 0;
    transform: translateY(-50%)
}

.article_products .swiper_body.column_ .arc_sw_par .swiper-button-prev {
    left: 0
}

.article_products .swiper_body.column_ .arc_sw_par .swiper-button-next {
    left: unset;
    right: 0
}

.article_products .image-container {
    height: var(--com-h);
    flex-shrink: 0;
    position: relative;
    flex: 1;
    height: 0;
    padding-bottom: calc((440 / 5) * 1%);
    overflow: hidden
}

.article_products .image-container:hover .thumbnail {
    display: none
}

.article_products .image-container img {
    max-height: unset;
    max-width: unset;
    transition: unset
}

.article_products .image-container .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.article_products .image-container .full-image {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    object-fit: cover;
    max-height: unset;
    max-width: unset;
    transition: unset;
    height: auto;
    transform-origin: 0 0
}

.article_products .arc_sw_par {
    position: relative;
    width: var(--sw-w);
    height: var(--com-h);
    margin: 0 32px;
    flex-shrink: 0;
    user-select: none
}

.article_products .arc_sw_par .swiper-button-prev,
.article_products .arc_sw_par .swiper-button-next {
    width: 24px;
    height: 40px;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: var(--color-main)
}

.article_products .arc_sw_par .swiper-button-prev {
    top: 36px;
    background-image: url(../images/color/apsl.png)
}

.article_products .arc_sw_par .swiper-button-next {
    bottom: 18px;
    background-image: url(../images/color/apsr.png)
}

.article_products .arc_sw_par .arc_sw {
    margin-top: 50px;
    height: calc(var(--com-h) - 100px);
    overflow: hidden
}

.article_products .arc_sw_par .arc_sw .img {
    padding: 0;
    width: 100%;
    height: var(--sw-w)
}

.article_products .arc_sw_par .arc_sw .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.article_products .arc_info {
    width: calc(100% - var(--l-w) - var(--pd));
    flex-shrink: 0;
    padding: 54px 20px 54px 0
}

.article_products .arc_info .title {
    font-size: 24px
}

.article_products .arc_info .share_btn {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.article_products .arc_info .title {
    padding-bottom: 12px
}

.article_products .arc_info .c_desc {
    margin-top: 12px
}

.article_products .arc_info .sub_btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px;
    border-top: 1px solid #d9d9d9
}

.article_products .arc_info .sub_btn div,
.article_products .arc_info .sub_btn a {
    padding: 12px 24px;
    background: var(--color-main);
    border-radius: 6px;
    margin-top: 20px;
    color: #fff
}

.article_products .arc_info .sub_btn .down {
    margin-left: 15px
}

.article_products .arc_info .sub_btn .down::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/color/apdown.png) no-repeat center;
    margin-right: 6px
}

.article_products .arc_info .sub_btn .contact::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/color/apmall.png) no-repeat center;
    margin-right: 6px
}

.box_bot {
    background: #fff;
    overflow: hidden;
    padding: 0 40px 26px
}

.pagation_list {
    background: #fff
}

.arc_bd {
    background: #f2f5f7;
    padding: calc((56 / 19.2) * 1%) var(--all-pd) calc((30 / 19.2) * 1%)
}

.arc_content {
    padding: 26px 40px;
    background: #fff;
    margin-top: 20px
}

@media screen and (max-width:1660px) {
    .article_products .arc_sw_par {
        margin: 0 30px 0 20px
    }

    .article_products .arc_info .desc {
        margin-top: 30px
    }

    .article_products .arc_info .sub_btn {
        margin-top: 20px
    }

    .article_products .arc_info .sub_btn div,
    .article_products .arc_info .sub_btn a {
        margin-top: 10px;
        padding: 15px 30px
    }

    .article_products .arc_info .sub_btn div.down,
    .article_products .arc_info .sub_btn a.down {
        margin-right: 5px
    }
}

@media screen and (max-width:950px) {
    .arc_bd {
        padding: 0;
    }

    .arc_content,
    .box_bot {
        padding: 20px
    }

    .article_products {
        --com-h: "auto";
        flex-direction: column;
        padding-top: 20px
    }

    .article_products .swiper_body {
        width: 100%
    }

    .article_products .swiper_body.column_ .arc_sw_par {
        margin: 0
    }

    .article_products .swiper_body.column_ .arc_sw_par .arc_sw {
        margin: 0 auto;
        width: 90%
    }

    .article_products .image-container {
        display: none
    }

    .article_products .arc_sw_par {
        margin: 0 auto;
        width: 90%
    }

    .article_products .arc_sw_par .arc_sw {
        margin-top: 0
    }

    .article_products .arc_sw_par .arc_sw .img {
        height: 0;
        padding-bottom: 100%
    }

    .article_products .arc_sw_par .swiper-button-prev,
    .article_products .arc_sw_par .swiper-button-next {
        top: 50%;
        transform: rotate(-90deg)
    }

    .article_products .arc_sw_par .swiper-button-prev {
        left: -33px
    }

    .article_products .arc_sw_par .swiper-button-next {
        left: 100%
    }

    .article_products .arc_info {
        width: 100%;
        padding: 20px
    }

    .article_products .arc_info .title {
        margin-top: 20px
    }

    .article_products .arc_info .desc {
        max-height: unset;
        overflow: unset
    }

    .article_products .arc_info .sub_btn a,
    .article_products .arc_info .sub_btn div {
        padding: 5px 10px
    }

    .article_products .arc_info .sub_btn .down {
        display: none
    }
}