.navigation {
    margin: 10% auto 3vw auto;
    width: 85%;
}

.label {
    letter-spacing: 2px;
    cursor: pointer;
    color: #999;
    font-family: -apple-system, Source Han Sans CN;
    font-size: 22px;
    font-weight: 350;
}

.label a{
    color: #000;
}

.player_info_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 150px auto;
    width: 85%;
    box-shadow: 2px;
    padding: 1.25vw 2.5vw 0;
    box-sizing: border-box;
}

/* 左部分 */
.drive_detail {
    width: 100%;
    height: auto;
}

.drive_detail img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 70%;
    height: 100%;
}

/* 右部分 */

.introduce_container {
    width: 100%;
    margin-top: 30px;
}

.rider_item {
    margin-top: 2vw;
    width: 100%;
    margin-bottom: 2vw;
    text-align: center;
}


.rider_number {
    background: rgba(216, 12, 36, 1);
    display: inline-block;
    font-size: 30px;
    line-height: 27px;
    color: #fff;
    border: 5px solid rgba(216, 12, 36, 1);
    padding: 4px 4px;
    transform: skewX(-10deg);
}

.rider_name {
    box-sizing: border-box;
    margin-left: 5px;
    border-top: 2px solid rgba(216, 12, 36, 1);
    border-bottom: 3px solid rgba(216, 12, 36, 1);
    font-size: 30px;
    color: #222;
}

.rider_name_en {
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
}

.experience {
    margin-top: 50px;
    color: #6B6B6B;
    text-align: justify;
    font-family: -apple-system, Source Han Sans CN;
    font-size: 24px;
    line-height: 40px; 
}

.information_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.information_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #222;
    font-family: -apple-system, Source Han Sans CN;
    font-size: 22px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
}

.information_container li:not(:first-child) {
    border-top: 1px solid rgb(194, 191, 191);

}

.information_left {
    width: 40%;
}

.information_right {
    width: 60%;
    text-align: left;
}