.article_products {
    align-items: flex-start;
    display: flex;
    --com-h: 597px;
    --sw-w: 104px
}

.article_products .swiper_body {
    width: 437px;
    display: flex
}

.article_products .swiper_body.column_ {
    flex-direction: column;
    margin-right: 30px
}

.article_products .swiper_body.column_ .arc_sw_par {
    width: 100%;
    margin: 0;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.article_products .swiper_body.column_ .arc_sw_par .arc_sw {
    margin: 0;
    height: unset;
    width: calc(100% - 32px - 18px)
}

.article_products .swiper_body.column_ .arc_sw_par .arc_sw .swiper-slide {
    border-radius: 9px;
    border: 1px solid #c8c8c8;
    padding: 5px
}

.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: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px
}

.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; */
    object-fit: contain;
}

.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: 16px;
    height: 86px;
    background: var(--color-main);
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%
}

.article_products .arc_sw_par .swiper-button-prev {
    top: 36px;
    background-image: url(../images/color/l.png)
}

.article_products .arc_sw_par .swiper-button-next {
    bottom: 18px;
    background-image: url(../images/color/r.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 {
    flex: 1;
    flex-shrink: 0
}

.article_products .arc_info .share_btn {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.article_products .arc_info .desc {
    margin-top: 33px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.article_products .arc_info .sub_btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px
}

.article_products .arc_info .sub_btn div,
.article_products .arc_info .sub_btn a {
    padding: 10px 32px;
    background: #fff;
    border-radius: 50px;
    margin-top: 20px;
    color: var(--color-main);
    border: 1px solid var(--color-main)
}

.article_products .arc_info .sub_btn div:hover,
.article_products .arc_info .sub_btn a:hover {
    background: var(--color-main);
    color: #fff !important
}

.article_products .arc_info .sub_btn div.contact,
.article_products .arc_info .sub_btn a.contact,
.article_products .arc_info .sub_btn div.down,
.article_products .arc_info .sub_btn a.down {
    margin-right: 30px
}

.article_products .arc_info .sub_btn div.down,
.article_products .arc_info .sub_btn a.down {
    display: flex;
    align-items: center
}

.article_products .arc_info .sub_btn div.down::before,
.article_products .arc_info .sub_btn a.down::before {
    margin-right: 8px;
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    background: url(../images/color/a_down.png) no-repeat center / cover
}

.article_products .arc_info .sub_btn a.down:hover::before {
    background: url(../images/color/a_down_.png) no-repeat center / cover
}

.bodys {
    margin-top: 60px
}

@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:1366px) {
    .article_products .swiper_body {
        width: 300px
    }

    .article_products .arc_info .sub_btn div.contact {
        margin-right: 10px
    }
}

@media screen and (max-width:950px) {
    .article_products {
        --com-h: "auto";
        flex-direction: column
    }

    .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%;
        margin-top: 30px
    }

    .article_products .arc_info .title {
        margin-top: 20px
    }

    .article_products .arc_info .desc {
        max-height: unset;
        overflow: unset
    }

    .article_products .arc_info .sub_btn .down {
        display: none !important
    }
}