#page_content {
    margin-bottom: 0;
}

.banner {
    background-image: url("https://www.yamaha-motor.com.cn/mc/race/team/img_new/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-btn {
    padding-top: 60px;
}

/* 选项卡开始 */
.banner-btn ul {
    display: flex;
}

.race-list-top {
    position: relative;
    display: inline-block;
}

.btn-big-race p {
    font-weight: bold;
    background-image: url("https://www.yamaha-motor.com.cn/mc/race/team/img_new/btn-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 550px;
    height: 70px;
    line-height: 70px;
    text-align: right;
    padding-right: 50px;
    color: #fff;

}

.race-list-bottom {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn-race p {
    background-image: url("https://www.yamaha-motor.com.cn/mc/race/team/img_new/btn-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 182px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.btn-race:hover {
    cursor: pointer;
}

.text-active {
    color: #105BAA !important;
    font-weight: bold;
    background-image: url("https://www.yamaha-motor.com.cn/mc/race/team/img_new/btn-active-2.png") !important;
}

@media screen and (max-width:1400px) and (min-width:992px) {

    /* .container-1,
    .container-2 {
        scale: 0.9;
    } */

    .driver-1,
    .driver-2,
    .driver-3,
    .driver-4,
    .driver-5,
    .driver-6 {
        padding-left: 200px;
    }

}

@media screen and (min-width:992px) {
    .container-1 {
        margin-right: 1%;
    }

    .container-2 {
        margin-right: 5%;
    }

    .driver-1,
    .driver-2,
    .driver-3,
    .driver-4,
    .driver-5,
    .driver-6,
    .driver-7,
    .driver-8,
    .driver-9 {
        margin-bottom: 50px;
    }
}

/* 选项卡结束 */

.banner-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content {
    padding-bottom: 50px;
}

.banner-content p {
    line-height: 1.875;

}

.content ul li {
    display: none;
}

.introduce ul li {
    display: none;
}

.content-active {
    display: block !important;
}


.description-1,
.description-2,
.description-3,
.description-4,
.description-5,
.description-6,
.description-7,
.description-8,
.description-9 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://www.yamaha-motor.com.cn/mc/race/team/img_new/bg.jpg");
}


.descript-1 {
    display: flex;
    justify-content: center;
}

.container-1,
.container-2 {
    flex-grow: 1;
    padding-bottom: 50px;
}

.driver-1,
.driver-2,
.driver-3,
.driver-4,
.driver-5,
.driver-6,
.driver-7,
.driver-8,
.driver-9 {
    flex-grow: 2;
    /* background-size: contain; */
    background-position: bottom !important;
    background-repeat: no-repeat;
}





.descript-2 {
    display: flex;
    justify-content: center;
}

.container-2 {
    flex-grow: 1;
}


.name {
    color: #fff;
    padding-top: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.name img {
    width: 62px;
    margin-left: 20px;
}


.table th,
.table tr {
    white-space: nowrap;
}

.awards tr td:nth-child(2) {
    padding-left: 100px;
}

.table-container {
    height: 270px;
    overflow-y: scroll;
    margin-top: 30px;

}

/* 自定义滚动条样式 */
.table-container::-webkit-scrollbar {
    width: 6px;
}

.table-container::-webkit-scrollbar-thumb {
    background-color: rgba(241, 233, 233, 0.8);
    border-radius: 3px;
}

.table-container::-webkit-scrollbar-track {
    background-color: transparent;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.table-head {
    background-color: #012175;
    color: #fff;
    position: sticky;
    top: 0;
}

.normal {
    background-color: #fff;
}

.active {
    background-color: #E0E8F7;
}

.cold {
    background-color: #F4F4F4;
}

.footer {
    padding-top: 50px;
}

.footer-content {
    margin-bottom: 50px;
}

.footer-content .text {
    font-weight: bold;
}

.footer-content img {
    height: 187px;
    width: 170px;
}

.sponsors {
    margin-bottom: 20px;
}

.sponsor {
    margin-right: 10px;
}

.sporsor-list {
    display: flex;
}

.top {
    display: flex;
}

.bottom {
    display: flex;
}

.h1_common_title span {
    padding-bottom: 10px;
    border-bottom: 0;
}

.flex-container {
    color: #fff;
    display: flex;
}

.flex-container p {
    line-height: 1.8;
    font-size: 16px;
}

.right-content {
    margin-left: 100px;
}



@media (max-width: 991px) {

    .table>:not(caption)>*>* {
        padding: 0.5rem 0.2rem;
    }

    .flex-container p {
        font-size: 15px;
    }

    .table-container {
        overflow-x: auto;
        width: 100%;
        height: auto;
    }

    .footer-content {
        margin-bottom: 50px;
    }

    .flex-container {
        flex-direction: column;
    }

    .right-content {
        margin-left: 0px;
    }

    .btn-big-race p {
        font-weight: bold;
        width: 248px;
        height: 47px;
        line-height: 47px;
        text-align: right;
        color: #fff;
        background-size: cover;
        background-position: -120px 0px;
        font-size: 16px;
    }

    .descript-1,
    .descript-2,
    .descript-3,
    .descript-4,
    .descript-5,
    .descript-6,
    .descript-7,
    .descript-8,
    .descript-9 {
        flex-direction: column;
    }

    .container-1,
    .container-2 {
        order: 2;
    }

    .driver-1,
    .driver-2,
    .driver-3,
    .driver-4,
    .driver-5,
    .driver-6,
    .driver-7,
    .driver-8,
    .driver-9 {
        order: 1;
        height: 285px;
    }


    h1 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    .banner-btn ul {
        display: block;
        width: 100%;
        margin-top: -30px;
    }

    .race-list-bottom {
        margin-top: 20px;
    }

    .btn-race {
        align-items: normal;
    }

    .btn-race p {
        width: 125px;
        height: 31px;
        line-height: 31px;
    }

    .awards tr td {
        font-size: 12px;
    }

    .awards tr td:nth-child(2) {
        padding-left: 0px;
    }

    .h1_common_title {
        font-size: 1.2rem;
    }

    .description-1 {
        padding-bottom: 0px;
    }

    /* .description-2:last-child {
        padding-bottom: 50px;
    } */

    .name {
        padding-top: 20px;
    }

    .top {
        display: block;
        width: 50%;
    }

    .bottom {
        display: block;
        width: 50%;
    }

    .table th,
    .table tr {
        font-size: 15px;
    }

}