.middle-container-wrapper {
}

.main-swiper-container {
    width: 1200px;
    height: 410px;
}

.main-swiper-container img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination div {
    border: 1px solid #E1E1E1;
    cursor: pointer;
    color: #999;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    margin: 5px 3px;
}

.pagination .pagination--select {
    min-width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.pagination .num-list {
    z-index: 9999;
    position: absolute;
    border: 1px solid #ccc;
    height: 123px;
    overflow-y: auto;
    overflow-x: hidden;
    top: -125px;
    background-color: #fff;
    display: inline;
    left: -1px;
    min-width: 50px;
    width: calc(100% - 10px);
    margin: 0;
}

.pagination .num-list ul {
    margin-left: 0;
    padding-bottom: 0;
}

.pagination .num-list ul li {
    border: 0;
    padding: 4px 0px;
    color: #999;
    width: 34px;
    margin-left: 0px;
    text-align: center;
    height: 20px;
}

.float-pop {
    width: 180px;
    position: absolute;
    top: 25px;
    right: 10px;
    border: 3px solid var(--primary-color);
    border-top: none;
    z-index: 3;
    transition: .3s width;
}

.float-pop .pop-title {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-color);
}

.float-pop .pop-title h4 {
    padding-left: 12px;
    color: #FFFFFF;
}

.float-pop .pop-btn {
    margin-right: 3px;
}

.float-pop .pop-btn .stretch {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.float-pop .pop-btn .close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 8px;
}

.float-pop .pop-content .pop-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    border-bottom: 1px solid var(--primary-color);
    padding: 5px;
}

.float-pop .pop-content .pop-item * {
    margin-bottom: 5px;
}

.float-pop .pop-content .pop-item :last-child {
    margin-bottom: 0;
}

.float-pop .pop-content .pop-item p, .float-pop .pop-content .pop-item h4 {
    color: #AC001C;
    font-weight: bold;
    line-height: 20px;
}

.float-pop .pop-content .pop-item img {
    width: 150px;
    height: 150px;
}

.float-pop .pop-content .info p {
    color: #333333;
    font-weight: normal;
    word-break: break-all;
    padding: 5px 10px;
}

.float-pop.narrow {
    width: 24px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: .3s width;
}

.float-pop.narrow .pop-title {
    position: relative;
    height: 120px;
}

.float-pop.narrow .pop-title h4 {
    padding: 20px 5px 5px 5px;
}

.float-pop.narrow .pop-btn {
    position: absolute;
    top: 7px;
    right: 2px;
    margin-right: 0;
}

@media (max-width: 1240px) {
    .main-swiper-container, .main-swiper-container img {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .main-swiper-container {
        margin-top: 55px;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 170px;
    }

    .uppper-main-3 {
        width: 48%;
        margin-right: 0;
    }

    .uppper-main-4 {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 150px;
    }

    .scroll-text ul li {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 130px;
    }

    .uppper-main-5 th, .uppper-main-5 td {
        white-space: nowrap;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 640px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 120px;
    }

    .scroll-text ul li {
        width: 100%;
    }

    .banner img {
        height: 50px;
    }

    .main-header .custom-icon {
        margin-left: 6px;
    }
}

@media (max-width: 550px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 80px;
    }
}

@media (max-width: 999px) and (min-width: 500px) {

}

@media (max-width: 499px) {

}