.sp-list-box {
    padding: 0 0.2rem .2rem 0.3rem;
    box-sizing: border-box;
}

.sp-list-box .sp-list {
    float: left;
    width: 6.62rem;
}

.sp-list-box .sp-list #sp-txt-swiper {
    margin-top: 0.15rem;
}

.sp-list-box .xx-list {
    float: right;
    width: 6.63rem;
}

.sp-list-box .xx-list .pTit01 li {
    width: calc(100% / 4);
}

.sp-list-box .xx-list .pTit01 li a {
    padding: 0 0 .2rem;
}

.sp-list-box .xx-list #xx-txt-swiper {
    margin-top: 0.15rem;
}

#cd-swiper {
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
    margin-left: 0.3rem;
    width: calc(100% - 0.5rem);
    box-sizing: border-box;
}

#cd-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    width: 100%;
    height: 0.8rem;
    font-size: 0.18rem;
    letter-spacing: 0.63px;
    color: #333;
    box-sizing: border-box;
    background-color: #fff1e0;
}

#cd-swiper .swiper-slide a:hover {
    color: #ca1c1d;
}

#cd-swiper .swiper-pagination {
    bottom: 0.2rem;
}

#cd-swiper .swiper-pagination .swiper-pagination-bullet {
    border: solid 1px #ca1c1d;
    background-color: #fff;
    opacity: 1;
}

#cd-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ca1c1d;
}

#cd-swiper .swiper-pagination .swiper-pagination-bullet:only-child {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .pTit01 li a {
        padding: 0 0 0.2rem 0;
        margin-right: 0;
    }

    .sp-list-box {
        padding: 0 0.15rem .15rem 0.15rem;
    }

    .sp-list-box .sp-list {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .sp-list-box .sp-list #sp-txt-swiper {
        margin-top: 0.15rem;
    }

    .sp-list-box .xx-list {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .sp-list-box .xx-list .pTit01 li {
        width: calc(100% / 3);
    }

    .sp-list-box .xx-list #xx-txt-swiper {
        margin-top: 0.15rem;
    }

    #cd-swiper {
        padding-bottom: 0.5rem;
        margin-top: 0.15rem;
        margin-left: 0.15rem;
        width: calc(100% - 0.3rem);
    }

    #cd-swiper .swiper-slide ul li {
        margin-right: 0.15rem;
        margin-bottom: 0.15rem;
        width: calc((100% - 0.15rem) / 2);
        height: 0.8rem;
    }

    #cd-swiper .swiper-slide ul li:nth-child(2n + 2) {
        margin-right: 0;
    }

    #cd-swiper .swiper-slide ul li:nth-child(5) {
        margin-right: 0.2rem;
    }

    #cd-swiper .swiper-pagination {
        bottom: 0.2rem;
    }
}