.swiper10 {
    width: 700px;
    /* height: 482px; */
    overflow: hidden;
    /* margin: 0 auto; */
}

.swiper-wrapper {
    width: 700px;
    height: 482px;
}


/* 轮播项 */

.swiper10 .swiper-slide {
    width: 661px;
    height: 390px;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    /* 文字垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper10 img {
    width: 100%;
    border-radius: 20px;
}


/* 色彩来源：https://color.uisdc.com/ */

/* .swiper10 .swiper-slide-1 {
    background-color: #425066;
}

.swiper10 .swiper-slide-2 {
    background-color: #b88ed6;
}

.swiper10 .swiper-slide-3 {
    background-color: #9d2933;
}

.swiper10 .swiper-slide-4 {
    background-color: #003371;
}

.swiper10 .swiper-slide-5 {
    background-color: #4c8dae;
}

.swiper10 .swiper-slide-6 {
    background-color: #72db09;
}

.swiper10 .swiper-slide-7 {
    background-color: #f72905;
}

.swiper10 .swiper-slide-8 {
    background-color: #03a8fb;
}

.swiper10 .swiper-slide-9 {
    background-color: #9803fb;
}

.swiper10 .swiper-pagination {
    left: -242px !important;
} */

.swiper-box {
    width: 448px;
    height: 100px;
    position: relative;
    float: right;
}

.swiper-box .swiper-button-prev:after,
.swiper-box .swiper-button-next:after {
    content: none;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    width: 47px;
    height: 47px;
    border: 1px solid #678fd1;
    border-radius: 50%;
}

.swiper-box .swiper-button-next {
    position: absolute;
    right: 310px;
}

.swiper-box .swiper-button-prev {
    position: absolute;
    right: 0;
}

.swiper-box .swiper-button-next .svg {
    width: 19px;
    height: 16px;
    fill: currentColor;
}

.swiper-box .swiper-button-prev .svg {
    width: 19px;
    height: 16px;
    fill: currentColor;
}