body {
    margin: 0;
    width: 100%
}

.addbox,
.box {
    width: 15.44rem;
    height: 7.21rem;
    margin: .84rem auto auto;
    font-size: 0
}

.addbox .ig,
.box .ig {
    width: 100%;
    text-align: right!important
}

.addbox .ig img,
.box .ig img {
    margin: .34rem .34rem 0 0
}

.addbox .content,
.box .content {
    width: 13.32rem;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 5.8rem
}

.addbox .content .pic,
.box .content .pic {
    width: 4.9rem
}

.addbox .content .pic .swiper-container,
.box .content .pic .swiper-container {
    width: 4.9rem;
    /* height: 300px; */
    height: max-content;
    margin: 0
}

.addbox .content .pic .swiper-container .swiper-wrapper .swiper-slide,
.box .content .pic .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.addbox .content .pic .gallery-top,
.box .content .pic .gallery-top {
    height: 4.9rem;
    width: 4.9rem;
    border: .01rem solid #ddd
}

.addbox .content .pic .arrow,
.box .content .pic .arrow {
    position: relative;
    background: unset;
    font-size: 0;
    margin: .15rem auto;
}

.addbox .content .pic .arrow .gallery-thumbs,
.box .content .pic .arrow .gallery-thumbs {
    /* height: .8rem; */
    width: 4.05rem!important;
    margin: auto
}

.addbox .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: .68rem;
    width: 1.2rem!important;
    border: .02rem solid #ddd;
    overflow: hidden
}

.box .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide {
    /* height: .68rem; */
    width: 1.2rem!important;
    border: .02rem solid #ddd;
    overflow: hidden
}

.addbox .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide img,
.box .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%
}

.addbox .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(odd) {
    margin: 0 .1rem
}

.box .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(odd) {
    margin: auto .12rem !important;
}

.addbox .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active,
.box .content .pic .arrow .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
    border: .02rem solid #e62129
}

.addbox .content .pic .arrow .swiper-button-white-background,
.box .content .pic .arrow .swiper-button-white-background {
    width: .4rem;
    height: -webkit-fill-available;
    background: #f8f8f8;
    margin: auto 0;
    top: 0;
    color: #666;
    opacity: 1;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    border-radius: .02rem
}

.box .content .pic .arrow .swiper-button-next,.box .content .pic .arrow .swiper-button-prev{height: 100%;}

.addbox .content .pic .arrow .swiper-button-next:after,
.addbox .content .pic .arrow .swiper-button-prev:after,
.addbox .content .pic .arrow .swiper-container-rtl .swiper-button-next:after,
.addbox .content .pic .arrow .swiper-container-rtl .swiper-button-prev:after,
.box .content .pic .arrow .swiper-button-next:after,
.box .content .pic .arrow .swiper-button-prev:after,
.box .content .pic .arrow .swiper-container-rtl .swiper-button-next:after,
.box .content .pic .arrow .swiper-container-rtl .swiper-button-prev:after {
    font-size: .16rem;
    font-weight: bolder
}

.addbox .content .pic .arrow .swiper-button-next,
.addbox .content .pic .arrow .swiper-container-rtl .swiper-button-prev,
.box .content .pic .arrow .swiper-button-next,
.box .content .pic .arrow .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto
}

.addbox .content .pic .arrow .swiper-button-prev,
.addbox .content .pic .arrow .swiper-container-rtl .swiper-button-next,
.box .content .pic .arrow .swiper-button-prev,
.box .content .pic .arrow .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 0
}

.addbox .content .right .title,
.box .content .right .title {
    font-size: .28rem;
    margin: .15rem 0 .5rem .84rem
}

.addbox .content .right .subtitle,
.box .content .right .subtitle {
    font-size: .18rem;
    font-weight: 500;
    margin-left: .84rem
}

.addbox .content .right .text,
.box .content .right .text {
    font-size: .15rem;
    margin: 0 0 .37rem .84rem;
    font-weight: unset;
}

.addbox .content .right hr,
.box .content .right hr {
    margin: .15rem 0 .2rem .84rem;
    width: 5.9rem;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 0
}

.addbox .content .right ul,
.box .content .right ul {
    margin-left: .84rem;
    padding-left: .2rem
}

.addbox .content .right ul li,
.box .content .right ul li {
    font-size: .16rem;
    margin: 0
}

.addbox .content .right ul li::marker,
.box .content .right ul li::marker {
    color: #e62129
}

.addbox .content .right .btn,
.box .content .right .btn {
    width: 1.7rem;
    height: .5rem;
    background: red;
    text-align: center;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    position: absolute;
    bottom: 0;
    right: 0
}

.addbox .content .right .btn a,
.box .content .right .btn a {
    font-size: .16rem;
    color: #fff;
    text-decoration: none;
    line-height: .5rem
}

@media screen and (max-width:980px) {
    .addbox,
    .box {
        width: 90%;
        height: auto;
        margin: .34rem auto auto
    }
    .addbox .ig a img,
    .box .ig a img {
        width: 8%;
        margin: auto auto 20px
    }
    .addbox .content,
    .box .content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .addbox .content .pic,
    .box .content .pic {
        width: 90%;
        margin: auto
    }
    .addbox .content .pic .gallery-top,
    .box .content .pic .gallery-top {
        width: 100%;
        margin: auto
    }
    .addbox .content .pic .arrow .gallery-thumbs,
    .box .content .pic .arrow .gallery-thumbs {
        width: 84%!important
    }
    .addbox .content .pic .arrow .swiper-container .swiper-wrapper .swiper-slide,
    .box .content .pic .arrow .swiper-container .swiper-wrapper .swiper-slide {
        width: 33%!important
    }
    .addbox .content .right .title,
    .box .content .right .title {
        margin: .5rem .84rem;
        font-size: 18px
    }
    .addbox .content .right .subtitle,
    .box .content .right .subtitle {
        font-size: 16px
    }
    .addbox .content .right ul,
    .box .content .right ul {
        padding-left: 19px
    }
    .addbox .content .right ul li,
    .box .content .right ul li {
        font-size: 15px;
        margin-bottom: 10px
    }
    .addbox .content .right .btn,
    .box .content .right .btn {
        position: inherit;
        float: right;
        width: 135px;
        height: 37px
    }
    .addbox .content .right .btn a,
    .box .content .right .btn a {
        line-height: 37px;
        font-size: 14px
    }
}