.home {
    background: url(../images/contact/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden
}

.section {
    overflow: hidden;
    padding: 3.38542vw 0 6.25vw;
    position: relative
}

.section .ye {
    top: 39.21875vw;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 18.54167vw
}

.section .ye img {
    display: block;
    width: 100%
}

.section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/4.png) no-repeat;
    height: 17.70833vw;
    background-size: cover
}

.section .swiper_box {
    padding: 0 0 0 6.25vw
}

.section .swiper_box .swiper {
    width: 101.66667vw
}

.section .swiper_box .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    /* height: 17.91667vw; */
    height: 100%;
    position: relative
}

.section .swiper_box .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section .swiper_box .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box {
    width: 23.22917vw;
    position: absolute;
    left: 50%;
    bottom: .625vw;
    transform: translateX(-50%);
    padding: .625vw;
    background: #FFF;
    opacity: 0.65;
    /* 8-19新增隐藏文本框 */
    display: none;
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box .slide_title {
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    height: 3.75vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box .price {
    display: flex;
    gap: 0 1.25vw;
    margin: .3125vw 0
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box .price h5 {
    color: #000;
    font-weight: 300;
    line-height: 1.5
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box .price p {
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    line-height: 1.5
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box .price p span {
    color: #E72116
}

.section .swiper_box .swiper .swiper-slide .slide_box .text_box .address {
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    line-height: 1.5
}

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

.section .swiper_box .swiper .swiper-pagination {
    width: 93.75vw;
    height: 3px;
    background: #F3F3F3;
    margin: 2.08333vw 0 0;
    position: relative
}

.section .swiper_box .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #E72116
}

.section .control_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3.125vw 6.25vw 2.08333vw;
    position: relative;
    z-index: 10
}

.section .control_box .l {
    width: 19.375vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section .control_box .l .show_btn {
    display: flex;
    align-items: center;
    gap: 0 .41667vw;
    cursor: pointer
}

.section .control_box .l .show_btn p {
    color: #222;
    font-weight: 500;
    position: relative
}

.section .control_box .l .show_btn p:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #222;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s
}

.section .control_box .l .show_btn .icon img {
    display: block;
    width: 1.25vw
}

.section .control_box .l .show_btn:hover p:after {
    transform: scaleX(1)
}

.section .control_box .l .clear_btn {
    padding: 0 .83333vw;
    width: fit-content;
    height: 1.66667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.1);
    cursor: pointer;
    transition: 0.6s
}

.section .control_box .l .clear_btn:hover {
    background: #E72116;
    color: #FFFFFF
}

.section .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 6.25vw;
    position: relative;
    z-index: 3
}

.section .content .l {
    width: 19.375vw
}

.section .content .l .select_part {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5625vw
}

.section .content .l .select_part .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .83333vw 0 .83333vw .52083vw;
    cursor: pointer
}

.section .content .l .select_part .block p {
    color: #222;
    font-weight: 500
}

.section .content .l .select_part .block .icon {
    transition: 0.6s;
    transform: rotate(180deg)
}

.section .content .l .select_part .block .icon img {
    display: block;
    width: .52083vw
}

.section .content .l .select_part .none {
    padding: .41667vw 0 0;
    display: none
}

.section .content .l .select_part .none .select_item {
    display: flex;
    align-items: center;
    gap: 0 1.04167vw;
    width: 100%;
    padding: .52083vw;
    cursor: pointer
}

.section .content .l .select_part .none .select_item .sq {
    width: 1.04167vw;
    height: 1.04167vw;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.section .content .l .select_part .none .select_item .sq:after {
    content: "";
    width: .52083vw;
    height: .52083vw;
    border-radius: 1px;
    background: #222;
    position: absolute;
    opacity: 0;
    transition: 0.6s
}

.section .content .l .select_part .none .select_item p {
    color: #222;
    font-weight: 300;
    line-height: 1
}

.section .content .l .select_part .none .select_item.on .sq:after {
    opacity: 1
}

.section .content .l .select_part .none .all {
    margin: 1.25vw 0 0 .52083vw;
    color: #222;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer
}

.section .content .l .select_part.active .block .icon {
    transform: rotate(0deg)
}

.section .content .r {
    transition: 0.6s;
    width: 61.875vw
}

.section .content .r .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.08333vw 0;
    transition: 0.6s;
    border-left: 1px solid rgba(0, 0, 0, 0.2)
}

.section .content .r .list .item {
    width: 100%;
    padding: 0 0 2.08333vw 2.08333vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.section .content .r .list .item .date {
    color: #222;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .625vw
}

.section .content .r .list .item .flex {
    display: flex;
    gap: 0 1.25vw;
    position: relative
}

.section .content .r .list .item .flex .img {
    width: 18.75vw;
    height: 11.45833vw;
    overflow: hidden
}

.section .content .r .list .item .flex .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.section .content .r .list .item .flex .text_box .item_title {
    color: #222;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .72917vw
}

.section .content .r .list .item .flex .text_box .price p {
    color: #222;
    font-weight: 400
}

.section .content .r .list .item .flex .text_box .price p span {
    color: #E72116
}

.section .content .r .list .item .flex .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.25vw;
    height: 2.08333vw;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
    color: #FFF;
    font-weight: 300;
    gap: 0 .20833vw;
    margin: 0 auto
}

.section .content .r .list .item .flex .more img {
    display: block;
    width: .83333vw
}

.section .content .r .list .item .flex .more:hover {
    background: #E72116
}

.section .content .r .list .item .flex.on {
    width: 100%
}

.section .content .r .list .item:hover .flex .img img {
    transform: scale(1.1)
}

.section .content .r .page {
    margin: 6.14583vw auto 1.25vw
}

.section .content .r .page .alert {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    margin-bottom: .57292vw;
    text-align: center
}

.section .content .r .page .line {
    width: 10.41667vw;
    height: 2px;
    border-radius: 1px;
    background: rgba(34, 34, 34, 0.2);
    margin: 0 auto
}

.section .content .r .page .line .l {
    width: 10%;
    height: 100%;
    border-radius: 1px;
    background: #222
}

.section .content .r .more1 {
    width: 6.25vw;
    height: 2.08333vw;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
    color: #FFF;
    font-weight: 300;
    margin: 0 auto
}

.section .content .r .more1:hover {
    background: #E72116
}

.section .content .r.on {
    width: 100%
}

.section .content .r.on .list {
    gap: 1.77083vw 2.34375vw
}

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

    .section .ye {
        width: 200px;
        top: 100px
    }

    .section::after {
        height: 150px;
        background-size: 100% 100%
    }

    .section .swiper_box {
        padding: 0 5vw;
        position: relative;
        z-index: 3
    }

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

    /* .section .swiper_box .swiper .swiper-slide .slide_box {
        height: 60vw
    } */

    .section .swiper_box .swiper .swiper-slide .slide_box .text_box {
        width: 85vw;
        bottom: 10px;
        padding: 10px
    }

    .section .swiper_box .swiper .swiper-slide .slide_box .text_box .slide_title {
        height: unset
    }

    .section .swiper_box .swiper .swiper-slide .slide_box .text_box .price {
        margin: 10px 0
    }

    .section .swiper_box .swiper .swiper-pagination {
        width: 100%;
        margin: 30px 0 0
    }

    .section .control_box {
        display: block;
        margin-bottom: 30px;
        padding: 40px 0 30px
    }

    .section .control_box .l {
        width: 100%
    }

    .section .control_box .l .show_btn {
        gap: 0 6px
    }

    .section .control_box .l .show_btn .icon img {
        width: 20px
    }

    .section .control_box .l .clear_btn {
        padding: 0 20px;
        height: 40px
    }

    .section .content .l {
        position: fixed;
        top: 0;
        left: 0;
        width: 80vw;
        height: 100vh;
        background: #FFFFFF;
        z-index: 9999;
        padding: 80px 5vw 0;
        clip-path: inset(0 100% 0 0);
        transition: 0.6s;
        overflow-y: scroll
    }

    .section .content .l.on {
        clip-path: inset(0 0% 0 0)
    }

    .section .content .l .close {
        position: absolute;
        top: 20px;
        right: 5vw;
        width: 20px;
        height: 20px;
        display: flex !important;
        align-items: center;
        justify-content: center
    }

    .section .content .l .close span {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        border-radius: 2px;
        background: #111111;
        transform: rotate(45deg)
    }

    .section .content .l .close span:nth-child(2) {
        transform: rotate(-45deg)
    }

    .section .content .l .select_part {
        margin-bottom: 20px
    }

    .section .content .l .select_part .block {
        padding: 10px 0
    }

    .section .content .l .select_part .block p {
        font-size: 16px
    }

    .section .content .l .select_part .block .icon img {
        width: 12px
    }

    .section .content .l .select_part .none .select_item {
        gap: 0 8px;
        padding: 10px 0
    }

    .section .content .l .select_part .none .select_item .sq {
        width: 16px;
        height: 16px
    }

    .section .content .l .select_part .none .select_item .sq:after {
        width: 8px;
        height: 8px
    }

    .section .content .l .select_part .none .all {
        margin: 30px 0 0
    }

    .section .content .r {
        width: 100%
    }

    .section .content .r .list {
        width: 100%;
        gap: 30px 0;
        border-left: unset
    }

    .section .content .r .list .item {
        width: 100%;
        padding: 0 0 30px
    }

    .section .content .r .list .item .date {
        margin: 0 0 15px
    }

    .section .content .r .list .item .flex {
        display: block
    }

    .section .content .r .list .item .flex .img {
        width: 100%;
        height: 52vw;
        margin-bottom: 20px
    }

    .section .content .r .list .item .flex .text_box .item_title {
        margin-bottom: 10px
    }

    .section .content .r .list .item .flex .more {
        position: unset;
        width: 120px;
        height: 38px;
        margin: 30px 0 0;
        gap: 0 4px
    }

    .section .content .r .list .item .flex .more img {
        width: 16px
    }

    .section .content .r .page {
        margin: 40px auto 30px
    }

    .section .content .r .page .line {
        width: 60%;
        margin: 15px auto 0
    }

    .section .content .r .more1 {
        width: 140px;
        height: 40px;
        position: relative;
        z-index: 10
    }
}