.header .box {
    box-shadow: 0 0 .52083vw rgba(0, 0, 0, 0.1);
    border-radius: 1.04167vw
}

.section {
    padding: 13.02083vw 0 3.64583vw;
    position: relative
}

.section .bg {
    position: absolute;
    width: 36.09375vw;
    transform: rotate(3deg);
    left: -5.67708vw;
    z-index: -1
}

.section .bg img {
    width: 100%
}

.section .wrap {
    width: 78.95833vw;
    margin: 0 auto
}

.section .wrap .links {
    display: flex;
    align-items: center;
    gap: 0 .52083vw
}

.section .wrap .links a,
.section .wrap .links span {
    display: block;
    color: #666;
    font-weight: 400;
    transition: 0.6s
}

.section .wrap .links a:hover,
.section .wrap .links a.on {
    color: #055EA0
}

.section .wrap .title {
    margin: 2.60417vw 0 2.96875vw
}

.section .wrap .infoList {
    display: flex;
    align-items: center;
    gap: 0 3.125vw
}

.section .wrap .infoList .time {
    color: #999;
    font-weight: 400
}

.section .wrap .infoList .label {
    color: #D0A846;
    font-weight: 400
}

.section .wrap .content_box {
    margin: 5.83333vw 0 0
}

.section .wrap .content_box .little_title {
    color: #000;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin-bottom: 3.22917vw;
    font-weight: bold
}

.section .wrap .content_box .little_title img {
    width: 14.375vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.section .wrap .content_box .content p {
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    text-indent: 2em
}

.section .wrap .content_box .content p img {
    display: block;
    margin: 0 auto;
    width: 43.125vw
}

.section .wrap .page {
    margin: 2.60417vw 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6.92708vw
}

.section .wrap .page .page_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F7FA;
    padding: 0 2.08333vw;
    height: 3.02083vw
}

.section .wrap .page .page_btn p {
    width: 13.02083vw;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-weight: 400;
    transition: 0.6s
}

.section .wrap .page .page_btn:hover p {
    color: #055EA0
}

.section .wrap .page .back {
    color: #055EA0;
    font-weight: 400;
    transition: 0.6s
}

.section .wrap .page .back:hover {
    text-decoration: underline
}

.section .wrap .recommendation {
    margin: 4.27083vw 0 0
}

.section .wrap .recommendation .little_title {
    color: #000;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin-bottom: 4.21875vw;
    font-weight: bold
}

.section .wrap .recommendation .little_title img {
    width: 14.375vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.section .wrap .recommendation .swiper_box {
    position: relative
}

.section .wrap .recommendation .swiper_box .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.section .wrap .recommendation .swiper_box .btns .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.54167vw;
    height: 7.44792vw;
    background: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: 0.6s
}

.section .wrap .recommendation .swiper_box .btns .icon img {
    width: 2.5vw;
    transition: 0.6s
}

.section .wrap .recommendation .swiper_box .btns .icon:nth-child(2) img {
    transform: rotate(180deg)
}

.section .wrap .recommendation .swiper_box .btns .icon:hover {
    background: #036EB7
}

.section .wrap .recommendation .swiper_box .btns .icon:hover img {
    filter: brightness(0) invert(1)
}

.section .wrap .recommendation .swiper_box .swiper {
    width: 66.25vw;
    margin: 0 auto;
    overflow: hidden
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box {
    display: block;
    position: relative;
    border-radius: .625vw;
    overflow: hidden;
    background: #fff
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box img {
    display: block;
    width: 100%;
    transition: 1s;
    height: 21.04vw;
    object-fit: contain;
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
    width: 100%;
    height: 4.89583vw;
    position: absolute;
    border-radius: .625vw;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.92708vw;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom p {
    width: 20.83333vw;
    color: #FFF;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.6s
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom p:hover {
    color: #036EB7
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .more {
    width: 6.66667vw;
    height: 2.29167vw;
    border-radius: .41667vw;
    background: #DB7100;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    transition: 0.6s
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .more:hover {
    background: #036EB7
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box:hover img {
    transform: scale(1.1)
}

.section .wrap .recommendation .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box_bottom {
    opacity: 1
}

.section .wrap .recommendation .swiper-scrollbar {
    width: 29.73958vw;
    height: .41667vw;
    border-radius: .20833vw;
    background: rgba(5, 94, 160, 0.15);
    margin: 3.69792vw auto 0
}

.section .wrap .recommendation .swiper-scrollbar .swiper-scrollbar-drag {
    background: #036EB7
}

@media screen and (max-width: 768px) {
    .section {
        padding: 80px 0 60px
    }

    .section .wrap {
        width: 90%;
        margin: 0 auto
    }

    .section .wrap .title {
        margin: 25px 0
    }

    .section .wrap .content_box {
        margin: 30px 0 0
    }

    .section .wrap .content_box .little_title {
        margin-bottom: 30px
    }

    .section .wrap .content_box .little_title img {
        width: 150px
    }

    .section .wrap .content_box .content p img {
        width: 100%;
        height: auto
    }

    .section .wrap .page {
        width: 100%;
        justify-content: space-between;
        margin: 20px 0 0;
        flex-direction: column;
        gap: 10px 0;
        position: relative;
        padding-bottom: 40px
    }

    .section .wrap .page .page_btn {
        width: 100%;
        height: 40px
    }

    .section .wrap .page .page_btn p {
        width: 100%;
        text-align: left
    }

    .section .wrap .page .back {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%
    }

    .section .wrap .recommendation {
        margin: 50px 0 0
    }

    .section .wrap .recommendation .little_title {
        margin-bottom: 60px
    }

    .section .wrap .recommendation .little_title img {
        width: 150px
    }

    .section .wrap .recommendation .swiper_box {
        padding-bottom: 80px
    }

    .section .wrap .recommendation .swiper_box .swiper {
        width: 100%
    }

    .section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box img {
        height: 54vw;
        object-fit: cover
    }

    .section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
        height: 50px;
        padding: 0 15px
    }

    .section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom p {
        width: 70%
    }

    .section .wrap .recommendation .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .more {
        height: 30px;
        width: fit-content;
        padding: 0 10px;
        border-radius: 6px
    }

    .section .wrap .recommendation .swiper_box .btns {
        position: unset;
        justify-content: center;
        gap: 0 20px;
        transform: unset;
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto
    }

    .section .wrap .recommendation .swiper_box .btns .icon {
        width: 40px;
        height: 60px
    }

    .section .wrap .recommendation .swiper_box .btns .icon img {
        width: 20px
    }

    .section .wrap .recommendation .swiper-scrollbar {
        width: 100%;
        height: 6px;
        border-radius: 3px
    }
}