.arc_pro {
    background: var(--color-main-huang);
    padding-top: calc((142 / var(--base-w)) * 1%)
}

.arc_pro .arc_pro_main {
    --l-w: 933px;
    --l-w: 62.91%;
    --pd: 50px;
    align-items: flex-start
}

.arc_pro .arc_pro_main .lll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.arc_pro .arc_pro_main .lll .img {
    border-radius: 12px 12px 12px 12px;
    background: #f2e6ba;
    width: calc(50% - 14px);
    margin-top: 54px;
    padding-bottom: 57.34%
}

.arc_pro .arc_pro_main .lll .img:hover img {
    transform: translate(-50%, -50%) scale(1.1)
}

.arc_pro .arc_pro_main .lll .img img {
    width: 62.7%;
    height: auto;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.arc_pro .arc_pro_main .lll .img:first-child {
    width: 100%;
    padding-bottom: 73.95%;
    margin-top: 0
}

.arc_pro .arc_pro_main .lll .img:first-child img {
    width: 75.5%
}

.arc_pro .arc_pro_main .rrr>.title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 32px;
    color: #333333
}

.arc_pro .arc_pro_main .rrr>.desc {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 28px
}

.arc_pro .arc_pro_main .rrr>.desc p {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
    margin-top: 24px
}

.arc_pro .arc_pro_main .rrr .pro_btn {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    padding: 16px 37px;
    margin-top: 24px
}

.related_pro {
    background: #f1e6ba;
    border-radius: 12px 12px 12px 12px;
    padding: 46px 37px;
    margin-top: 60px
}

.related_pro>.title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    margin-bottom: 8px
}

.related_pro .re_pro_list {
    display: flex;
    flex-direction: column
}

.related_pro .re_pro_list .item {
    display: flex;
    align-items: flex-start;
    margin-top: 30px
}

.related_pro .re_pro_list .item .img {
    width: 140px;
    height: 140px;
    margin-right: 16px;
    padding: 0;
    flex-shrink: 0
}

.related_pro .re_pro_list .item .img img {
    object-fit: contain;
    width: 90%;
    height: 90%;
    margin: 5%
}

.related_pro .re_pro_list .item .info .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px
}

.related_pro .re_pro_list .item .info .desc {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 28px
}

.related_pro .re_pro_list .item .info .re_pro_btn {
    background: #333333;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    margin-top: 5px
}

.related_type {
    margin-top: 40px
}

.related_type a:hover {
    color: var(--color-main) !important
}

.related_type ul li {
    margin-top: 30px
}

.related_type ul li ul {
    padding-left: 15px;
    display: none
}

.related_type ul li ul a {
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: bold !important;
    font-family: unset !important;
}

.related_type ul li ul span {
    display: none !important
}

.related_type .link {
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px
}

.related_type .link a {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px
}

.related_type .link span {
    display: block;
    width: 12px;
    height: 26px;
    background: url(../images/color/r1_.png) no-repeat center;
    transform: rotate(90deg);
    transition: all .3s ease
}

.related_type .link span.active {
    transform: rotate(270deg)
}

.out_door {
    padding: var(--pd120) 0
}

.out_door p {
    background: transparent !important
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    line-height: 1.5
}

.com_contact {
    background: var(--color-main-lv);
    padding: calc((150 / var(--base-w)) * 1%) 0 calc((86 / var(--base-w)) * 1%)
}

.com_contact .main {
    --l-w: 52%;
    --pd: 90px
}

.com_contact .main .lll .title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 48px;
    color: #ffffff
}

.com_contact .main .lll .desc {
    margin-top: 28px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 32px
}

.com_contact .main .img {
    padding-bottom: 45.95%
}

.review {
    background: var(--color-main-huang);
    padding: var(--pd120) 0 0
}

.review .main {
    --l-w: 747px;
    --l-w: calc((747 / 14.83) * 1%);
    --pd: 250px;
    --pd: calc((250 / 14.83) * 1%)
}

.review .main .lll .title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 30px;
    color: #5c3417
}

.review .main .lll .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.review .main .lll .desc p {
    margin-top: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.review .main .lll .sub {
    display: inline-block;
    margin-top: 22px;
    padding: 13px 30px;
    background: var(--color-main);
    border-radius: 52px 52px 52px 52px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px
}

.review .main .rrr .item {
    margin-top: 27px;
    padding: 24px;
    border-left: 8px solid var(--color-main);
    --img-w: 111px;
    --pd: 30px;
    background: #fff;
    position: relative
}

.review .main .rrr .item .rimg {
    background: url(../images/color/rr.png) no-repeat center;
    display: block;
    width: 40px;
    height: 26px;
    position: absolute;
    top: 13px;
    right: 31px
}

.review .main .rrr .item>img {
    display: none
}

.review .main .rrr .item:first-child {
    margin-top: 0
}

.review .main .rrr .item:nth-child(odd) {
    border-color: #e3d18e
}

.review .main .rrr .item:nth-child(odd) .odd {
    display: block
}

.review .main .rrr .item:nth-child(odd) .rimg {
    background: url(../images/color/ry.png) no-repeat center
}

.review .main .rrr .item:nth-child(even) {
    position: relative;
    left: -100px
}

.review .main .rrr .item:nth-child(even) .even {
    display: block
}

.review .main .rrr .item .img {
    width: var(--img-w);
    height: var(--img-w);
    padding: 0;
    margin-right: var(--pd);
    border-radius: 50%
}

.review .main .rrr .item .info {
    width: calc(100% - var(--img-w) - var(--pd))
}

.review .main .rrr .item .info .title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px
}

.review .main .rrr .item .info .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.review .the_photos {
    margin-top: var(--pd120)
}

.review .the_photos .pics {
    --pd: 26px;
    --mt: 26px;
    margin-top: 65px
}

.review .the_photos .pics .img {
    padding-bottom: 23.6%
}

table,
tr,
td,
th {
    background: transparent !important
}

@media screen and (max-width:1366px) {

    .com_contact .main .lll .title,
    .review .main .lll .title {
        font-size: 26px
    }
}

@media screen and (max-width:950px) {

    .related_pro>.title,
    .com_contact .main .lll .title,
    .review .main .lll .title {
        font-size: 24px
    }

    .related_pro .re_pro_list .item {
        flex-direction: column;
        align-items: center
    }

    .related_pro .re_pro_list .item .img {
        margin: 0
    }

    .related_pro .re_pro_list .item .info {
        margin-top: 15px
    }

    .related_pro .re_pro_list .item .info a {
        display: block;
        text-align: center
    }

    .related_type .link a {
        font-size: 18px
    }

    .related_type ul li ul a {
        font-size: 16px !important
    }

    .com_contact .main .lll .desc {
        font-size: 16px
    }

    .com_contact .main .img {
        padding-bottom: 100%
    }

    .review .main .rrr .item:nth-child(even) {
        left: unset
    }

    .review .the_photos .pics {
        margin-top: 30px
    }

    .review .the_photos .pics .img {
        padding-bottom: 100%
    }

    .rec_pro .lists .title {
        font-size: 16px
    }

    table {
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0
    }
}