.center_content {
    margin: 0 auto;
    width: 1500px;
    padding: 0 10px;
    margin-top: 107px;
}

.rotation_title {
    font-size: 36px;
    text-align: left;
    margin-bottom: 10px;
    color: #E91E63;
}


.t_top,
.t_bottom {
    margin: 0 20px;
}



.t_top {
    margin-top: 10px;
    /* min-width: 638px; */
    width: 960px;
    margin: 0 auto;
}

.t_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.schedule {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding: 0 15px;
}

.sc_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.sc_season_nav {
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sc_season {
    color: #9195A3;
}


.sc_ability_list {
    display: flex;
}

.ability_tiem {
    display: flex;
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}

.sc_logo {
    display: flex;
}

.sc_logo_img {
    width: 80px;
}

.sc_title {
    font-size: 26px;
}

.sc_img {
    width: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.sc_img img {
    width: 40px;
    height: 32px;
}

.sc_text {
    text-align: center;
}

.sc_date_nav {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 3px 3px;
}

.sc_date_list {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
}

.sc_date_item {
    display: flex;
    flex-direction: column;
    padding: 10px 34px;
    text-align: center;
    cursor: pointer;
    margin: 0px 5px 3px 5px;
}

.sc_date_item.active {
    background-color: white;
    color: #4e6ef2;
    border-radius: 6px;
}

.sc_week {
    margin-bottom: 2px;
}

.sc_date {
    color: #9195A3;
}

.sc_date_item.active .sc_date {
    color: #4e6ef2;
}

.sc_games_nav {
    padding: 10px 0;
}

.sc_games_list {
    display: flex;
    flex-wrap: wrap;
}

.sc_games_item {
    width: 50%;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    font-size: 16px;
}

.sc_games_item:nth-child(odd):after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0;
    width: 175%;
    opacity: 0.05;
    background: #000000;
}

.sc_games_item:hover {
    background-color: #f0f3fda0;
    color: #333;
}

.sc_team_name {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    white-space: nowrap;
    width: 74%;
}

.score {
    padding: 5px 0;
}

.sc_games_score {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 26%;
}

.sc_games_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 33%;
    padding: 15px 0;
}


.loss {
    color: #797979;
}


.title_item {
    text-align: center;
    font-size: 36px;
    color: #E91E63;
    padding: 40px 0;
}

.desc {
    text-align: left;
    font-size: 28px;
    margin-top: 10px;
}

.sc_date_list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.sc_date_list::-webkit-scrollbar-thumb {
    background: #dddbdb;
    border-radius: 5px;
}

.sc_date_list::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9;
}

.sc_date_list::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.team_box {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.team_logo {
    width: 40px;
    min-width: 40px;
    margin-right: 5px;
}

.team_logo img {
    width: 100%;
}

.sc_games_bottom {
    display: flex;
    width: 67%;
}