.pc-show {
    display: block !important;
}

.mobile-show {
    display: none !important;
}

.motorcyHeader img {
    width: 100%;
}

.motorcyHeader .swiper-pagination-bullet {
    position: relative;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background: rgb(217, 217, 217);
    transition: 0.1s;
}

.motorcyHeader .swiper-pagination-bullet {
    position: relative;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.1s;
}

.motorcyHeader .swiper-pagination-bullet-active {
    width: 50px;
    background: rgba(255, 255, 255, 0.8);
}

.motorcyCommon {
    width: 87.5%;
    margin: 0 auto;
}


.motorcyCommon .motorcyTitle {
    font-size: 36px;
    padding: 44px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.motorcyTitle>div {
    margin: 0 30px;
}

.game {
    width: 54%;
    margin: 30px auto 80px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game .gameImg {
    width: 120px;
    height: 120px;
    cursor: pointer;
}

.game .gameImg:nth-child(1) {
    background: url(../image/motorcycleRacing/icon1.png) no-repeat;
    background-size: 100%;
}

.game .gameImg:nth-child(2) {
    background: url(../image/motorcycleRacing/icon2.png) no-repeat;
    background-size: 100%;
}

.game .gameImg:nth-child(3) {
    background: url(../image/motorcycleRacing/icon3.png) no-repeat;
    background-size: 100%;
}

.game .gameImg:nth-child(4) {
    background: url(../image/motorcycleRacing/icon4.png) no-repeat;
    background-size: 100%;
}

.game .isGameImg:nth-child(1) {
    background: url(../image/motorcycleRacing/icon1-1.png) no-repeat;
    background-size: 100%;
}

.game .isGameImg:nth-child(2) {
    background: url(../image/motorcycleRacing/icon2-1.png) no-repeat;
    background-size: 100%;
}

.game .isGameImg:nth-child(3) {
    background: url(../image/motorcycleRacing/icon3-1.png) no-repeat;
    background-size: 100%;
}

.game .isGameImg:nth-child(4) {
    background: url(../image/motorcycleRacing/icon4-1.png) no-repeat;
    background-size: 100%;
}

@media (min-width: 860px) {
    .game .gameImg:nth-child(1):hover {
        background: url(../image/motorcycleRacing/icon1-1.png) no-repeat;
        background-size: 100%;
    }

    .game .gameImg:nth-child(2):hover {
        background: url(../image/motorcycleRacing/icon2-1.png) no-repeat;
        background-size: 100%;
    }

    .game .gameImg:nth-child(3):hover {
        background: url(../image/motorcycleRacing/icon3-1.png) no-repeat;
        background-size: 100%;
    }

    .game .gameImg:nth-child(4):hover {
        background: url(../image/motorcycleRacing/icon4-1.png) no-repeat;
        background-size: 100%;
    }
}

.history {
    display: flex;
    align-items: center;
    padding: 0 20px;
    /* justify-content: space-between; */
}

.history .cardCarImg {
    /* width: 100%; */
    width: calc((530/19.2)*1vw);
    height: calc((360/19.2)*1vw);
}

.cardCarName {
    font-size: calc((30/19.2)*1vw);
    margin-top: 43px;
}

.cardCarBox {
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0 12px;
}

.isSearch {
    display: none;
}

.public-pagination {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto;
    padding: 30px 0;
}

.public-pagination img {

    cursor: pointer;
}

.public-pagination .num {
    display: flex;
    align-items: baseline;
    font-size: 24px;
}


.public-pagination .current {
    color: rgb(204, 0, 0);

}

.public-pagination em {
    color: #1C1B1B;
    margin: 0 5px;
}

.public-pagination .total {
    color: #1C1B1B;
}

.public-pagination .current {
    font-size: 40px;
}

@media (max-width: 860px) {
    .pc-show {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .motorcyTitle>div {
        font-size: 20px;
    }

    .game {
        width: 100%;
        margin-top: 0;
        margin-bottom: 21px;
    }

    .game .gameImg {
        width: 46px;
        height: 46px;
        cursor: pointer;
    }

    .cardCarBox {
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    .history {
        display: block;
    }

    .history .cardCarImg {
        width: 100%;
        height: 100%;
    }

    .cardCarName {
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }
}
