html {
    overflow-y: scroll;
}

.t_head {
    background-color: #e91e63;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 106px;
}

/* .t_info {
    text-align: center;
    padding: 20px 0px;
    display: none;
} */

.t_info {
    text-align: center;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 10px;
    left: 60px;
}

.t_title {
    font-size: 38px;
}

/* .t_season {
    font-size: 18px;
    color: #e1e1e1;
} */

.t_season {
    font-size: 20px;
    color: #ffffff;
    margin-left: 15px;
    margin-bottom: 10px;
}

.select_nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #ff2e76;
}

.se_select {
    padding: 10px 10px 5px 10px;
    margin: 10px 30px 15px 30px;
    cursor: pointer;
    font-size: 20px;
    width: 86px;
    text-align: center;
}

.se_select.active {
    border-bottom: 2px solid white;
    font-weight: 600;
}

.b_games {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.view_all {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 10px;
    font-size: 16px;
}

.view_all span{
    padding: 6px 25px;
    background: white;
    border-radius: 20px;
    cursor: pointer;
}

.games_head_nav {
    display: flex;
    justify-content: space-between;
}

.games_date_item {
    display: flex;
}

.games_head_nav {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 25px;
    background: #f5f5f5;
}

.games_detailed_item {
    position: relative;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.games_detailed_item:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0;
    width: 95%;
    opacity: 0.05;
    background: #000000;
}

.games_left {
    display: flex;
}

.games_time_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 50px;
}

.games_time {
    font-size: 20px;
    font-weight: 600;
}

.games_type {
    font-size: 17px;
    color: #9195a3;
}

.games_team_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.games_team {
    font-size: 20px;
    margin: 10px 0px;
}

.games_right {
    display: flex;
}

.games_state_info {
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 60px;
    justify-content: flex-end;
}

.games_score_info {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
    justify-content: space-between;
}

.games_score {
    font-size: 20px;
    margin: 10px 0px;
    font-weight: 700;
}

.games_score.loss {
    color: #9195a3;
}

.center_content {
    margin-top: 171px;
}

.b_rank {
    width: 900px;
    margin: 0 auto;
}

.rank_head_nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 20px;
}

.rank_detailed_item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 20px;
    align-items: center;
}


.r_team_rank_title {
    width: 10%;
    text-align: center;
}

.r_team_name_title {
    width: 50%;
}

.r_outcome_title {
    width: 15%;
    text-align: center;
}

.r_win_rate_title {
    width: 15%;
    text-align: center;
}

.rank_rank {
    width: 10%;
    text-align: center;
}

.rank_team {
    width: 50%;
    display: flex;
    align-items: center;
}

.rank_team_logo {
    width: 40px;
    margin-right: 8px;
}

.rank_outcome {
    width: 15%;
    text-align: center;
}

.rank_win_rate {
    width: 15%;
    text-align: center;
}

.rank_head_nav {
    background-color: #fafafa;
}

.rank_detailed_item:nth-child(odd) {
    background-color: white;
}

.rank_detailed_item:nth-child(even) {
    background-color: #fafafa;
}


.b_video {
    width: 900px;
    margin: 0 auto;
}

.video_head_nav {
    padding-top: 20px;
    font-size: 20px;
}

.video_img {
    width: 260px;
    height: 166px;
}

.video_img img {
    height: 100%;
    border-radius: 5px;
    width: 260px;
    height: 166px;
}

.video_title {
    font: 20px Arial, Helvetica, sans-serif;
    color: black;
}

.video_detailed_item {
    display: flex;
    cursor: pointer;
    position: relative;
    padding: 20px 0;
}

.video_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.video_bottom_text {
    display: flex;
    color: gray;
}

.video_time {
    margin-left: 5px;
}


.video_detailed_item:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0px;
    width: 100%;
    opacity: 0.05;
    background: #000000;
}

.t_body_content {
    display: none;
}

.video_list {
    margin-bottom: 60px;
}


.team_box {
    display: flex;
    align-items: center;
}

.team_logo {
    width: 35px;
    margin-right: 10px;
}