﻿.page_res {
    padding: var(--pd120) 0 0
}

.page_res .top {
    padding: 60px 105px;
    background: #f6edc8;
    margin-top: calc(8% + 80px)
}

.page_res .top .lll {
    border-right: 1px solid #e5d79f
}

.page_res .top .lll,
.page_res .top .rrr {
    padding: 49px 54px
}

.page_res .top .lll .tit,
.page_res .top .rrr .tit {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-main);
    line-height: 32px
}

.page_res .top .lll .title,
.page_res .top .rrr .title {
    font-weight: 400;
    font-size: 36px;
    color: #666666;
    line-height: 48px;
    margin-top: 19px
}

.page_res .top .lll .desc,
.page_res .top .rrr .desc {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 32px;
    margin-top: 19px
}

.page_res .top .lll .sub,
.page_res .top .rrr .sub {
    background: #333;
    border-radius: 6px 6px 6px 6px;
    padding: 10px 95px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 43px;
    display: inline-block
}

.page_res .top .lll .sub:hover,
.page_res .top .rrr .sub:hover {
    background: var(--color-main)
}

.page_res .now {
    padding: var(--pd120) 0 0
}

.page_res .now .list_nav_swiper {
    margin-top: 20px;
    position: relative;
}

.list_nav_swiper .swiper-button-prev,
.list_nav_swiper .swiper-button-next {
    background: url(../images/color/sw_left_.png) no-repeat center / cover;
}

.list_nav_swiper .swiper-button-next {
    background: url(../images/color/sw_left_.png) no-repeat center / cover;
    transform: rotate(180deg);

}

.page_res .now .list_nav_swiper .swiper-slide.active .title {

    background: var(--color-main);
    color: #fff
}

.page_res .now .list_nav_swiper .title {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 48px;
    padding: 10px 68px;
    border-radius: 58px 58px 58px 58px;
    display: inline-flex;
    white-space: nowrap;
    background: #eee;
}

.page_res .now .list_body_swiper {
    margin-top: 70px
}

.page_res .now .list_body_swiper .lists {
    --pd: 26px;
    --mt: 26px
}

.page_res .now .list_body_swiper .img {
    padding-bottom: 23.6%
}

/* @media screen and (max-width:1366px) {
    .page_res .now .list_body_swiper .img {
        padding-bottom: 49%
    }
} */

@media screen and (max-width:950px) {
    .page_res .now .list_body_swiper .img {
        padding-bottom: 100%;
    }

    .page_res .top {
        padding: 0;
        margin-top: calc(8% + 30px)
    }

    .page_res .top .lll {
        border: 0;
        border-bottom: 1px solid #e5d79f
    }

    .page_res .top .lll,
    .page_res .top .rrr {
        padding: 30px
    }

    .page_res .top .lll .tit,
    .page_res .top .rrr .tit {
        font-size: 16px;
        line-height: 1.3
    }

    .page_res .top .lll .title,
    .page_res .top .rrr .title {
        font-size: 24px;
        line-height: 1.3
    }

    .page_res .now .list_nav_swiper .title {
        padding: 0
    }

    .page_res .now .list_nav_swiper .swiper-slide.active .title {
        background: unset;
        color: var(--color-main)
    }

    .page_res .now .list_body_swiper {
        margin-top: 10px
    }
}