
.xqc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xqc > div:nth-child(1) {
    width: 46.2%;
    border-radius: .10rem;
    overflow: hidden;
}

.xqc > div:nth-child(1) img {
    width: 100%;
}

.xqc > div:nth-child(2) {
    width: 46.7%;
}

.qchy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.qchy > div > p:nth-child(1) {
    font-size: .34rem;
    padding-top: .38rem;
    color: #111111;
    font-weight: 500;
}

.qchy > div > p:nth-child(2) {
    font-size: .14rem;
    text-transform: uppercase;
    color: #999999;
}

.lyy > hr {
    height: 1px;
    background: #eeeeee;
    margin: .36rem 0 .43rem;
    border: none;

}

.lyy > p:last-child {
    font-size: .16rem;
    color: #666666;
    line-height: .34rem;
}

.table {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: .65rem;
}

.table > div {
    border: 1px solid #EEEEEE;
    border-radius: .23rem;
    width: 1.62rem;
    height: .46rem;
    text-align: center;
    margin-left: .38rem;
    position: relative;
    cursor: pointer;
}

.table > div > p {
    line-height: .46rem;
    font-size: .18rem;
    color: #999999;
}

.table > div:nth-child(1) {
    margin-left: 0;
}

/*.actime{

}*/
.actime::before {
    animation: zw 2s infinite linear;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: .80rem;
    background: rgba(230, 120, 23, 1);
}

.actime::after {
    animation: zw 2s -1s infinite linear;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: .80rem;
    background: rgba(230, 120, 23, 1);
}

.actime {
    background: #E67817;
    border: none !important;
    transition: .6s;
}

.actime > p {
    color: white !important;
}


@keyframes zw {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    100% {
        width: 120%;
        height: 150%;
        opacity: 0;
    }
}

.ccl {
    width: 115%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 99999;
}

.xingba {
    position: relative;
    margin-top: 0.6rem;
}

.ccl > div {
    position: relative;
}

.actiae {
    display: block !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: auto;
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    border: 1px solid #E67817;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    border-radius: 50%;
    width: .50rem;
    height: .5rem;
    border: 1px solid #E67817;
}


.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {
    left: auto;
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    border: 1px solid #E67817;
}

.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1 {
    border-radius: 50%;
    width: .50rem;
    height: .5rem;
    border: 1px solid #E67817;
}

.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2 {
    left: auto;
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    border: 1px solid #E67817;
}

.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2 {
    border-radius: 50%;
    width: .50rem;
    height: .5rem;
    border: 1px solid #E67817;
}

.icon-arrow-right-copy, .icon-arrow-right-copy-copy {
    font-size: .24rem;
    color: #E67817;
}

.swiper-button-next:hover .icon-arrow-right-copy {
    color: white !important;
}

.swiper-button-next:hover {
    background: #E67817 !important;
}

.swiper-button-prev:hover .icon-arrow-right-copy-copy {
    color: white !important;
}

.swiper-button-prev:hover {
    background: #E67817 !important;
}

.swiper-button-next1:hover .icon-arrow-right-copy {
    color: white !important;
}

.swiper-button-next1:hover {
    background: #E67817 !important;
}

.swiper-button-prev1:hover .icon-arrow-right-copy-copy {
    color: white !important;
}

.swiper-button-prev1:hover {
    background: #E67817 !important;
}

.swiper-button-next2:hover .icon-arrow-right-copy {
    color: white !important;
}

.swiper-button-next2:hover {
    background: #E67817 !important;
}

.swiper-button-prev2:hover .icon-arrow-right-copy-copy {
    color: white !important;
}

.swiper-button-prev2:hover {
    background: #E67817 !important;
}

.swiper-slide > div > img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .xqc > div:nth-child(1), .xqc > div:nth-child(2) {
        width: 100%;
    }

    .xqc > div:nth-child(2) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .qchy > div > p:nth-child(1) {
        font-size: 20px;
        padding-top: 20px;
    }

    .qchy > div > p:nth-child(2) {
        font-size: 14px;
    }

    .lyy > hr {
        margin: 26px 0 23px;
    }

    .lyy > p:last-child {
        font-size: 14px;
        line-height: 28px;
    }

    .table {
        margin-top: 40px;
    }

    .table > div {
        width: 120px;
        height: 30px;
        border-radius: 30px;
    }

    .actime::before {
        border-radius: 30px;;
    }

    .actime::after {
        border-radius: 30px;;
    }

    .table > div > p {
        font-size: 14px;
        line-height: 30px;
    }

    .table > div:nth-child(n+2) {
        margin-left: 20px;
    }

    .xingba {
        margin-top: 20px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        width: 30px;
        height: 30px;
    }


    .swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev1, .swiper-container-rtl .swiper-button-next1 {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next2, .swiper-container-rtl .swiper-button-prev2 {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev2, .swiper-container-rtl .swiper-button-next2 {

        width: 30px;
        height: 30px;

    }

    .ccl {
        width: 120%;
    }

    .table

}

@media screen and (max-width: 414px) {
    .table {
        justify-content: space-between;
    }

    .xqc > div:nth-child(2) {
        margin-top: 0;
    }


    .table > div:nth-child(n+2) {
        margin-left: 0;
    }

    .table > div {
        width: 130px;
    }

    .table > div:nth-child(3) {
        margin-top: 20px;
    }

    .ccl {
        width: 100%;
    }

    .lyy > hr {
        margin: 16px 0 13px;
    }
}
