.select {
    width: 100%;
    height: 95rem;
    position: relative;
    padding: 8rem 26rem;
}

.select>.extend {
    height: 20rem;
    top: auto;
    bottom: 0;
}

.select>.extend>img {
    height: 20rem;
    width: 100vw;
}

.select>img {
    width: 100%;
    height: 95rem;
    left: 0;
    bottom: 0;
    position: absolute;
}

/* .select>img:nth-child(2) {
    height: 20rem;
} */

.select-title span {
    display: block;
    font-weight: bold;
    color: #05173C;
    font-size: 6rem;
}

.select-title span:last-child {
    font-size: 4.4rem;
}

.select-xian {
    width: 20rem;
    height: 0.4rem;
    background-color: #F16522;
    margin: 8rem 0;
}

.select-text {
    line-height: 4.7rem;
    color: #F16522;
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 18.6rem;
}

.select-btn {
    display: flex;
}

.select-btn .prev,
.select-btn .next {
    width: 5.6rem;
    height: 5.6rem;
    position: relative;
    z-index: 10;
    margin-right: 3.2rem;
}

.select-btn .prev img,
.select-btn .next img {
    width: 5.6rem;
    height: 5.6rem;
    display: block;
}

.select-btn .prev img:last-child,
.select-btn .next img:last-child {
    display: none;
}

.select-btn .prev:hover img,
.select-btn .next:hover img {
    display: none;
    cursor: pointer;
}

.select-btn .prev:hover img:last-child,
.select-btn .next:hover img:last-child {
    display: block;
}

.select-btn .next {
    transform: rotate(180deg);
}

.select-swiper {
    width: 100vw;
    height: 70rem;
    overflow: hidden;
    top: 12.5rem;
    left: 68rem;
    position: absolute;
    padding-left: 1.6rem;
    display: flex;
    align-items: center;
}

.swiper-container {
    width: 45rem;
    height: 68rem;
}

.select-swiper .swiper-slide {
    width: 41.8rem !important;
    height: 68rem;
    border-radius: 1rem;
    padding: 4.8rem;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.07);
    margin-right: 3.2rem;
}

.select-swiper .swiper-slide>span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 12.2rem;
    color: #05173C;
    font-size: 10rem;
    font-weight: bold;
    opacity: 0.06;
}

.select-swiper .swiper-slide>img {
    width: 6rem;
    height: 6rem;
}

.select-swiper .swiper-slide>.number {
    display: flex;
    margin: 3.2rem 0;
    align-items: center;
}

.select-swiper .swiper-slide>.number div {
    width: 1rem;
    height: 1rem;
    background-color: #F16522;
    border-radius: 50%;
    margin-right: 1.2rem;
}

.select-swiper .swiper-slide>.number span {
    line-height: 3.4rem;
    color: #F16522;
    font-size: 2.8rem;
    font-weight: 600;
}

.select-swiper .swiper-slide>p {
    line-height: 2.4rem;
    color: #05173C;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .select {
        width: 100%;
        height: 61.8rem;
        position: relative;
        padding: 4rem 1.6rem;
    }

    .select>img {
        width: 100%;
        height: 21.1rem;
        left: 0;
        bottom: 0;
        position: absolute;
    }

    .select>img:nth-child(1) {
        bottom: 40.7rem;
    }

    .select>img:nth-child(2) {
        height: 12rem;
    }

    .select-title span {
        display: block;
        font-weight: bold;
        color: #05173C;
        font-size: 2.4rem;
    }

    .select-title span:last-child {
        font-size: 2rem;
    }

    .select-xian {
        width: 15rem;
        height: 0.2rem;
        background-color: #F16522;
        margin: 4rem 0;
    }

    .select-text {
        line-height: 2.4rem;
        color: #F16522;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 34.7rem;
    }

    .select-btn {
        display: flex;
    }

    .select-btn .prev,
    .select-btn .next {
        width: 3.2rem;
        height: 3.2rem;
        position: relative;
        z-index: 10;
        margin-right: 1.6rem;
    }

    .select-btn .prev img,
    .select-btn .next img {
        width: 3.2rem;
        height: 3.2rem;
        display: block;
    }

    .select-swiper {
        width: 36.7rem;
        height: 29.5rem;
        overflow: hidden;
        top: 23.3rem;
        right: 0;
        left: 0.9rem;
        position: absolute;
        padding-left: 0.3rem;
    }

    .swiper-container {
        width: 18.1rem;
        height: 28.3rem;
    }

    .select-swiper .swiper-slide {
        width: 17.4rem !important;
        height: 28.3rem;
        border-radius: 1rem;
        padding: 1.2rem;
        background-color: #fff;
        position: relative;
        box-shadow: 0px 4px 12px 1px rgba(5, 23, 60, 0.07);
        margin-right: 0.7rem;
    }

    .select-swiper .swiper-slide>span {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 4.9rem;
        color: #05173C;
        font-size: 4rem;
        font-weight: bold;
        opacity: 0.06;
    }

    .select-swiper .swiper-slide>img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .select-swiper .swiper-slide>.number {
        display: flex;
        margin: 1.2rem 0;
        align-items: center;
    }

    .select-swiper .swiper-slide>.number div {
        width: 0.4rem;
        height: 0.4rem;
        background-color: #F16522;
        border-radius: 50%;
        margin-right: 0.5rem;
    }

    .select-swiper .swiper-slide>.number span {
        line-height: 1.9rem;
        color: #F16522;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .select-swiper .swiper-slide>p {
        line-height: 1.5rem;
        color: #05173C;
        font-size: 1.2rem;
    }
}