body {
    background: #e4e4e4
}

.image-container {
    padding-bottom: calc((550 / 670) * 100%);
    background: #f3f3f3
}

.image-container:hover .thumbnail {
    display: none
}

.full-image {
    display: none;
    height: auto;
    max-width: none !important;
    max-height: none !important;
    transform-origin: 0 0
}

.arc_info {
    margin-top: calc((100 / 19.2) * 1%)
}

.download {
    margin-left: 15px
}

.download::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 19px;
    background: url(../images/color/down.png) no-repeat center / contain;
    margin-right: 10px
}

.arc_info_main {
    --l-w: calc((670 / 14) * 1%);
    --pd: 70px
}

.arc_info_main .lll .arc_swiper_main {
    position: relative
}

.arc_info_main .lll .arc_swiper_main .swiper-button-next,
.arc_info_main .lll .arc_swiper_main .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 26px;
    object-fit: contain;
    z-index: 99;
    margin: 0
}

.arc_info_main .lll .arc_swiper_main .swiper-button-prev {
    left: -32px;
    background: url(../images/color/sw_left_.png) no-repeat center / cover
}

.arc_info_main .lll .arc_swiper_main .swiper-button-next {
    right: -32px;
    background: url(../images/color/sw_right_.png) no-repeat center / cover
}

.arc_info_main .lll .arc_swiper {
    margin-top: 11px
}

.arc_info_main .lll .arc_swiper .item2 {
    padding-bottom: calc((125 / 6.69) * 1%)
}

.arc_info_main .rrr .title {
    font-family: Roboto;
    font-size: 30px;
    color: var(--color-shen)
}

.arc_info_main .rrr .desc,
.arc_info_main .rrr .desc2 {
    color: #666666;
    margin-top: 33px;
    line-height: 30px
}

.arc_info_main .rrr .desc2 {
    margin-top: 35px
}

.arc_info_main .rrr .btn_box {
    margin-top: 20px
}

.arc_info_main .rrr .btn_box .btn_link {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    padding: 20px 34px;
    background: #000000;
    border-radius: 30px;
    color: #fff
}

.arc_info_main .rrr .btn_box .btn_link:hover {
    background: var(--color-main);
    color: #fff !important
}

.arc_info_main .rrr .lists {
    padding-top: 38px;
    margin-top: 39px;
    border-top: 1px solid #a3a3a3
}

.arc_info_main .rrr .lists li {
    color: var(--color-shen);
    font-size: 18px
}

.arc_info_main .rrr .lists li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/color/dui.png) no-repeat center / cover;
    border-radius: 50%;
    margin-right: 14px;
    position: relative;
    top: 5px
}

.arc_info_main .rrr .lists li:not(:first-child) {
    margin-top: 10px
}

.arc_tab {
    margin-top: calc((87 / 14) * 1%);
    display: flex;
    flex-wrap: wrap
}

.arc_tab .item {
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #10221b;
    font-size: 20px;
    line-height: 30px;
    min-width: 235px;
    padding: 10px 20px;
    text-align: center
}

.arc_tab .item.active {
    background: var(--color-main);
    color: #fff;
    border-color: var(--color-main)
}

.arc_tab .item:not(:first-child) {
    margin-left: 7px
}

.arc_tab .item.download::before {
    background: url(../images/color/down2.png) no-repeat center / contain
}

.content_bodys {
    line-height: 30px;
    margin-top: 47px
}

.content_bodys .imgtxt {
    --l-w: calc((640 / 14) * 1%);
    --pd: 68px;
    align-items: center
}

.content_bodys .imgtxt.even {
    flex-direction: row-reverse
}

.content_bodys .imgtxt .img {
    padding-bottom: calc((381 / 14) * 1%)
}

.content_bodys .imgtxt .tit1 {
    color: #666666;
    font-family: Roboto
}

.content_bodys .imgtxt .tit2 {
    font-size: 32px;
    color: var(--color-shen);
    font-family: Roboto;
    margin-top: 10px
}

.content_bodys .imgtxt .desc,
.content_bodys .imgtxt .desc p {
    color: #666666;
    line-height: 30px
}

.content_bodys .imgtxt .desc {
    margin-top: 42px
}

.content_bodys table {
    width: 100%;
    border-collapse: collapse
}

.content_bodys th,
.content_bodys td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left
}

.share_btn {
    margin-top: 68px
}

.share_btn>span {
    font-size: 18px;
    color: var(--color-shen);
    margin-right: 20px;
    font-weight: bold
}

.com_saying {
    background: transparent
}

.com_tips {
    margin-top: 0
}

.res_finex {
    background: rgba(16, 34, 27, 0.1);
    padding: calc((96 / 19.2) * 1%) 0 calc((108 / 19.2) * 1%) 0;
    margin-top: calc((100 / 19.2) * 1%)
}

@media screen and (max-width:1366px) {
    .arc_info_main {
        --pd: 30px
    }

    .arc_info_main .lll .arc_swiper_main .swiper-button-next {
        right: -15px
    }

    .arc_info_main .lll .arc_swiper_main .swiper-button-prev {
        left: -15px
    }

    .arc_info_main .rrr .btn_box {
        margin-top: 0
    }

    .arc_info_main .rrr .desc,
    .arc_info_main .rrr .desc2 {
        margin-top: 10px
    }

    .arc_info_main .rrr .lists {
        margin-top: 10px;
        padding-top: 10px
    }

    .content_bodys .imgtxt {
        --pd: 30px
    }
}

@media screen and (max-width:950px) {
    .image-container {
        display: none
    }

    .arc_info_main .lll .arc_swiper .item2 {
        padding-bottom: 100%
    }

    .download {
        display: none !important
    }

    .arc_tab {
        justify-content: space-between
    }

    .arc_tab .item {
        width: 46%;
        min-width: unset;
        font-size: 16px;
        padding: 5px 10px
    }

    .arc_tab .item:not(:first-child) {
        margin: 0
    }

    .content_bodys .imgtxt .img {
        padding-bottom: 70%
    }

    .res_finex {
        margin-top: 60px
    }
}