<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 48px auto 0;
    margin-top: 0;
    width: 1280px;
    z-index: 2;
}
.schedule_container .breadnav{
    background-color: transparent;
    color: #fff;
}
.schedule_container .breadnav a {
    color: #fff;
}
.bgdiv{
    background-color: #fff;padding: 10px 0;margin-bottom: 20px;

}

.main,.main .til {
    position: relative;
}
.main .til {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    min-width: 100px;
    padding-left: 20px;
    margin-left: 20px;
  }
  .main .til:before {
    background-image: url(../images/icon_title.svg);
    content: "";
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 14px;
  }
.schedule_container .game-item {
    margin-bottom: 60px
}

.schedule_container .game-item .game-header {
    background: rgba(0,0,0,.8);
    border-radius: 4px 4px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 244px;
    width: 1280px
}

.schedule_container .game-item .game-header .logo {
    background: transparent;
    height: 186px;
    margin-top: 29px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    width: 186px
}

.schedule_container .game-item .game-header .team-name {
    background-color: hsla(0,0%,100%,.06);
    border-radius: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.88);
    font-size: 20px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: 84px;
    white-space: nowrap;
    width: 141px
}

.schedule_container .game-item .game-header .team-name:hover {
    color: var(--c11);
    -webkit-transition: color .3s;
    transition: color .3s
}

.schedule_container .game-item .game-header .area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0,0%,100%,.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    min-width: 146px;
    position: absolute;
    text-align: center;
    top: 142px;
    z-index: 1
}

.schedule_container .game-item .game-header .area:hover {
    color: hsla(0,0%,100%,.88);
    -webkit-transition: color .3s;
    transition: color .3s
}

.schedule_container .game-item .game-header .area .angle-right {
    font-size: 10px;
    margin-left: 5px
}

.schedule_container .game-item .game-header .great {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: hsla(0,0%,100%,.06);
    color: hsla(0,0%,100%,.88);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px
}

.schedule_container .game-item .game-header .great.active {
    color: hsla(0,100%,70%,.88)
}

.schedule_container .game-item .game-header .great:hover {
    color: hsla(0,100%,70%,.88);
    -webkit-transition: color .3s;
    transition: color .3s
}

.schedule_container .game-item .game-header .great .thumbs-up {
    font-size: 18px;
    line-height: 32px;
    padding-left: 2px
}

.schedule_container .game-item .game-header .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 423px
}

.schedule_container .game-item .game-header .left .great {
    border-radius: 4px 0;
    left: 0
}

.schedule_container .game-item .game-header .left .great .thumbs-up {
    padding-right: 2px
}

.schedule_container .game-item .game-header .left .gradient {
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,100%,70%,.3)),to(hsla(0,100%,70%,0)));
    background: -webkit-linear-gradient(left,hsla(0,100%,70%,.3),hsla(0,100%,70%,0));
    background: linear-gradient(90deg,hsla(0,100%,70%,.3),hsla(0,100%,70%,0));
    border-top-left-radius: 4px;
    height: 244px;
    left: 0;
    position: absolute;
    top: 0;
    width: 351px;
    z-index: -2
}

.schedule_container .game-item .game-header .left .logo-bg {
    margin-left: 60px;
    position: relative;
    width: 184px
}

.schedule_container .game-item .game-header .left .logo-bg .bg {
    background-color: hsla(0,100%,70%,.88);
    height: 244px;
    left: 60px;
    position: absolute;
    top: 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 80px;
    z-index: -1
}

.schedule_container .game-item .game-header .left .area,.schedule_container .game-item .game-header .left .team-name {
    left: 282px
}

.schedule_container .game-item .game-header .center {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.schedule_container .game-item .game-header .center .time {
    color: hsla(0,0%,100%,.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px
}

.schedule_container .game-item .game-header .center .time.in {
    color: hsla(0,100%,70%,.7)
}

.schedule_container .game-item .game-header .center .live-source {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 32px;
    margin-top: 24px;
    white-space: nowrap
}

.schedule_container .game-item .game-header .center .live-source.live-spacing {
    margin-top: 0
}

.schedule_container .game-item .game-header .center .live-source .live-videos {
    background: hsla(0,0%,100%,.04);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--c44);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 12px;
    min-width: 62px;
    padding: 6px 10px;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.schedule_container .game-item .game-header .center .live-source .live-videos:hover {
    color: var(--c11);
    -webkit-transition: color .3s;
    transition: color .3s
}

.schedule_container .game-item .game-header .center .live-source .live {
    -ms-flex-negative: 0;
    color: hsla(0,0%,100%,.7);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

.schedule_container .game-item .game-header .center .live-source .more-item {
    background: hsla(0,0%,100%,.04);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    position: relative;
    width: 60px
}

.schedule_container .game-item .game-header .center .live-source .more-item:hover .item {
    display: block
}

.schedule_container .game-item .game-header .center .live-source .more-item .mores {
    color: var(--c11);
    line-height: 32px;
    margin-left: -10px;
    position: relative
}

.schedule_container .game-item .game-header .center .live-source .more-item .mores:hover {
    color: var(--c11);
    -webkit-transition: color .3s;
    transition: color .3s
}

.schedule_container .game-item .game-header .center .live-source .more-item .mores:before {
    content: "\e771";
    font-size: 8px;
    height: 4px;
    position: absolute;
    right: -12px;
    width: 8px
}

.schedule_container .game-item .game-header .center .live-source .more-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #373a3d;
    border-radius: 4px;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 0;
    position: absolute;
    right: -22%;
    top: 40px;
    z-index: 2
}

.schedule_container .game-item .game-header .center .live-source .more-item .item i {
    border-bottom: 9px solid #373a3d;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    position: absolute;
    top: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.schedule_container .game-item .game-header .center .live-source .more-item .item .list {
    line-height: 32px;
    width: 80px
}

.schedule_container .game-item .game-header .center .live-source .more-item .item .list,.schedule_container .game-item .game-header .center .score {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0,0%,100%,.88);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.schedule_container .game-item .game-header .center .score {
    font-size: 40px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    margin-top: 24px
}

.schedule_container .game-item .game-header .center .score .reservation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: hsla(0,0%,100%,.06);
    border-radius: 4px;
    color: hsla(0,0%,100%,.4);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 36px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 36px;
    margin-top: -29px;
    width: 74px
}

.schedule_container .game-item .game-header .center .score .reservation .active_text {
    display: none
}

.schedule_container .game-item .game-header .center .score .reservation.active {
    background: rgba(0,128,255,.7);
    color: hsla(0,0%,100%,.88)
}

.schedule_container .game-item .game-header .center .score .reservation.active .un_text {
    display: none
}

.schedule_container .game-item .game-header .center .score .reservation.active .active_text {
    display: inline
}

.schedule_container .game-item .game-header .center .score .reservation.active:hover {
    background: rgba(0,128,255,.88);
    -webkit-transition: background .3s;
    transition: background .3s
}

.schedule_container .game-item .game-header .center .score .icon {
    background-image: url(../images/pcGame_sprite.png);
    background-position: -184px -287px;
    height: 56px;
    width: 100px
}

.schedule_container .game-item .game-header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 423px
}

.schedule_container .game-item .game-header .right .great {
    border-radius: 0 4px;
    right: 0
}

.schedule_container .game-item .game-header .right .great .thumbs-up {
    padding-right: 2px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.schedule_container .game-item .game-header .right .gradient {
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,128,255,0)),to(rgba(0,128,255,.3)));
    background: -webkit-linear-gradient(left,rgba(0,128,255,0),rgba(0,128,255,.3));
    background: linear-gradient(90deg,rgba(0,128,255,0),rgba(0,128,255,.3));
    border-top-right-radius: 4px;
    height: 244px;
    position: absolute;
    right: 0;
    top: 0;
    width: 351px;
    z-index: -2
}

.schedule_container .game-item .game-header .right .logo-bg {
    margin-left: 177px;
    position: relative;
    width: 186px
}

.schedule_container .game-item .game-header .right .logo-bg .bg {
    background-color: rgba(0,128,255,.88);
    height: 244px;
    left: 60px;
    position: absolute;
    top: 0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    width: 80px;
    z-index: -1
}

.schedule_container .game-item .game-header .right .team-name {
    right: 282px
}

.schedule_container .game-item .game-header .right .area {
    right: 277px
}

.schedule_container .game-item .tab-item {
    background: #fff;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    width: 1280px
}

.schedule_container .game-item .tab-item .list {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    width: 100px
}

.schedule_container .game-item .tab-item .list:hover {
    color: var(--c11);
    -webkit-transition: color .3s;
    transition: color .3s
}

.schedule_container .game-item .tab-item .list:first-child {
    margin-left: 18px
}

.schedule_container .game-item .tab-item .active {
    color: var(--c11);
    position: relative
}

.schedule_container .game-item .tab-item .active:before {
    background-color: var(--c11);
    bottom: 0;
    color: hsla(0,0%,100%,.88);
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px
}

.schedule_container .game-item .all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.schedule_container .game-item .all .switch {
    width: 100%
}

.schedule_container .game-item .all .switch .player-data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 48px
}

.schedule_container .game-item .all .switch .player-data .item {
    width: 659px
}

.schedule_container .game-item .all .switch .player-data .item .list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 37px
}

.schedule_container .game-item .all .switch .player-data .item .list .center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

.schedule_container .game-item .all .switch .player-data .item .list .center .top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 76px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 11px
}

.schedule_container .game-item .all .switch .player-data .item .list .center .top .score {
    -webkit-box-flex: 1;
    color: #000;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.schedule_container .game-item .all .switch .player-data .item .list .center .top .score.home {
    text-align: right
}

.schedule_container .game-item .all .switch .player-data .item .list .center .top .summary-graph {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 76px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 51px
}

.schedule_container .game-item .all .switch .player-data .item .list .center .top .summary-graph .box {
    background: hsla(0,100%,70%,.88);
    border-radius: 4px 4px 0 0;
    height: 100%;
    width: 24px
}

.schedule_container .game-item .all .switch .player-data .item .list .center .top .summary-graph .box.right {
    background: rgba(0,128,255,.88)
}

.schedule_container .game-item .all .switch .player-data .item .list .center .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;  
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 20px
}

.schedule_container .game-item .all .switch .player-data .item .list .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    width: 226px
}

.schedule_container .game-item .all .switch .player-data .item .list .content:before {
    background: hsla(0,100%,70%,.88);
    bottom: 26px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 328px
}

.schedule_container .game-item .all .switch .player-data .item .list .content .avatar {
    height: 76px;
    margin-bottom: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    width: 76px
}

.schedule_container .game-item .all .switch .player-data .item .list .content .icon-user {
    color: hsla(0,0%,100%,.02);
    font-size: 90px;
    height: 90px;
    margin-bottom: -1px;
    width: 90px
}

.schedule_container .game-item .all .switch .player-data .item .list .content .username {
    color: #000;
    height: 20px;
    width: 226px
}

.schedule_container .game-item .all .switch .player-data .item .list .content.right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.schedule_container .game-item .all .switch .player-data .item .list .content.right .username {
    text-align: right
}

.schedule_container .game-item .all .switch .player-data .item .list .content.right:before {
    background: rgba(0,128,255,.88);
    content: "";
    left: -102px
}

.schedule_container .game-item .all .switch .team_data {
    margin: 16px 0 48px
}

.schedule_container .game-item .all .switch .team_data .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin-top: 7px
}

.schedule_container .game-item .all .switch .team_data .list:first-child {
    border-bottom: 1px solid hsla(0,0%,100%,.03);
    font-size: 16px;
    font-weight: 500;
    margin-top: 0
}

.schedule_container .game-item .all .switch .team_data .list .logo {
    height: 36px;
    margin-left: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 36px
}

.schedule_container .game-item .all .switch .team_data .list .num {
    color: hsla(0,0%,100%,.88);
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 92px
}

.schedule_container .game-item .all .switch .team_data .list .progress-bar {
    -webkit-box-flex: 1;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 3px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 320px
}

.schedule_container .game-item .all .switch .team_data .list .progress-bar .out {
    background-color: #666;
    border-radius: 3px;
    height: 4px;
    position: absolute;
    right: 0;
    width: 30%
}

.schedule_container .game-item .all .switch .team_data .list .progress-bar .in_80 {
    background: hsla(0,100%,70%,.88);
    width: 70%
}

.schedule_container .game-item .all .switch .team_data .list .progress-bar .in_32 {
    background: rgba(0,128,255,.88);
    width: 40%
}

.schedule_container .game-item .all .switch .team_data .list .left {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.schedule_container .game-item .all .switch .team_data .list .left span {
    color: #000
}

.schedule_container .game-item .all .switch .team_data .list .center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    color: #000;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 116px
}

.schedule_container .game-item .all .switch .team_data .list .center,.schedule_container .game-item .all .switch .team_data .list .right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.schedule_container .game-item .all .switch .team_data .list .right {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.schedule_container .game-item .all .switch .team_data .list .right .logo {
    margin-left: 0;
    margin-right: 6px;
    -o-object-fit: contain;
    object-fit: contain
}

.schedule_container .game-item .all .switch .team_data .list .right .progress-bar .out {
    left: 0
}

.schedule_container .game-item .all .switch .team_data .list .right span {
    color: #000
}

.schedule_container .game-item .all .switch .game .overtime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 141px;
    margin: 11px 0 28px;
    width: 100%
}

.schedule_container .game-item .all .switch .game .overtime .logo {
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 64px
}

.schedule_container .game-item .all .switch .game .overtime .left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 148px
}

.schedule_container .game-item .all .switch .game .overtime .center {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 642px
}

.schedule_container .game-item .all .switch .game .overtime .center .teamLists {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    width: 90px
}

.schedule_container .game-item .all .switch .game .overtime .center .teamLists div {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.schedule_container .game-item .all .switch .game .overtime .center .teamLists .team {
    border-bottom: 1px solid hsla(0,0%,100%,.03);
    color: #666;
    height: 48px;
    line-height: 48px
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list div {
    color: #999;
    line-height: 48px
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list div:first-child {
    border-bottom: 1px solid hsla(0,0%,100%,.03);
    color: #999;
    line-height: 48px
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list div.in {
    color: #000;
    font-weight: 500
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list.active {
    color: #f66;
    font-weight: 500
}

.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list.active div,.schedule_container .game-item .all .switch .game .overtime .center .itemScroll .list.active div:first-child {
    color: #f66
}

.schedule_container .game-item .all .switch .game .overtime .right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 148px
}

.schedule_container .game-item .all .switch .game .optimal {
    margin: 16px 0 48px
}

.schedule_container .game-item .all .switch .game .optimal .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-top: 6px
}
.schedule_container .game-item .all .switch .game .optimal .list:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.03);
    margin-top: 0;
}

.schedule_container .game-item .all .switch .game .optimal .list .logo {
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 36px;
}

.schedule_container .game-item .all .switch .game .optimal .list .left {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.schedule_container .game-item .all .switch .game .optimal .list .left span {
    color: hsla(0, 0%, 100%, 0.7);
}

.schedule_container .game-item .all .switch .game .optimal .list .left .num {
    color: #fff;
    height: 48px;
    text-align: right;
    width: 60px;
}

.schedule_container .game-item .all .switch .game .optimal .list .center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 116px;
}

.schedule_container
.game-item
.all
.switch
.game
.optimal
.list
.center
.distributed {
    background: rgba(0, 128, 255, 0.88);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 40px;
}

.schedule_container .game-item .all .switch .game .optimal .list .right {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.schedule_container .game-item .all .switch .game .optimal .list .right span {
    color: hsla(0, 0%, 100%, 0.7);
}

.schedule_container .game-item .all .switch .game .optimal .list .right .num {
    color: #fff;
    height: 48px;
    width: 60px;
}

.schedule_container .game-item .all .switch .game .player_data {
    margin-top: 12px;
}

.schedule_container .game-item .all .switch .game .player_data:last-child {
    margin-top: 30px;
}

.schedule_container .game-item .all .switch .game .player_data .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
}

.schedule_container .game-item .all .switch .game .player_data .list:hover {
    background-color: hsla(0, 0%, 100%, 0.02);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child:hover {
    background-color: transparent;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list
.team-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 171px;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list
.team-left
.avatar {
    border-radius: 50%;
    height: 36px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 36px;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list
.team-left
.first-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
    display: -webkit-box;
    left: 54px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 13px;
    white-space: normal;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list
.team-left
.position {
    color: #666;
    font-size: 12px;
    left: 54px;
    line-height: 16px;
    position: absolute;
    top: 32px;
}

.schedule_container .game-item .all .switch .game .player_data .list div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 60px;
    text-align: center;
    width: 64px;
}

.schedule_container .game-item .all .switch .game .player_data .list div.in {
    color: rgba(0, 128, 255, 0.7);
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.03);
    margin-top: 0;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child
.team-left {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-justify-content: normal;
    justify-content: normal;
    line-height: 60px;
    overflow: hidden;
    text-align: left;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child
.team-left
a {
    -webkit-box-flex: 1;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child
.team-left
a
span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child
.team-left
.logo {
    background: transparent;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    padding: 11px 6px 0 12px;
    width: 36px;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:first-child
div {
    color: #000;
    font-size: 14px;
}

.schedule_container
.game-item
.all
.switch
.game
.player_data
.list:nth-child(2)
div {
    line-height: 50px;
    padding-top: 6px;
}

.schedule_container .game-item .all .switch .game .player_data .active,
.schedule_container .game-item .all .switch .game .player_data .ins {
    background-color: hsla(0, 0%, 100%, 0.02);
}

.schedule_container .game-item .all .switch .game-not-started .recent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 48px;
}

.schedule_container .game-item .all .switch .game-not-started .recent,
.schedule_container .game-item .all .switch .game-not-started .recent .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.schedule_container .game-item .all .switch .game-not-started .recent .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 557px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.recent
.item
.team-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    width: 76px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.recent
.item
.team-logo
.logo {
    height: 76px;
    margin-bottom: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    width: 76px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.recent
.item
.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 32px;
    width: 246px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.recent
.item
.center
.vs {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 24px;
    font-weight: 600;
    height: 33px;
    line-height: 33px;
}

.schedule_container .game-item .all .switch .game-not-started .game-history {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 24px 0 48px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item {
    width: 834px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 36px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.left {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    font-weight: 400;
    height: 21px;
    line-height: 21px;
    text-align: left;
    width: 95px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.right {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: right;
    width: 80px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 369px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    line-height: 21px;
    width: 106px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-logo
.logo {
    height: 36px;
    margin-left: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    width: 36px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-logo.team-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-logo.team-right
.logo {
    margin-left: 0;
    margin-right: 6px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 27px;
    width: 92px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-center
div {
    margin: 0 10px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-center
.score {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    width: 30px;
}

.schedule_container
.game-item
.all
.switch
.game-not-started
.game-history
.item
.list
.center
.team-center
.score.active {
    color: hsla(0, 100%, 70%, 0.88);
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight {
    margin-bottom: 48px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight.battle-report
.left {
    height: auto;
    overflow: hidden;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal {
    background: hsla(0, 0%, 100%, 0.02);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 168px;
    margin-bottom: 36px;
    padding: 0 24px 12px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.02);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.player-avatar {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.player-avatar
.avatar {
    border-radius: 50%;
    height: 36px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    width: 36px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.player-avatar
span {
    width: 8em;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.player-avatar.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.player-avatar.right
.avatar {
    margin-left: 12px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.player-avatar.right
span {
    text-align: right;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.top
.this-field-star
img {
    height: 16px;
    width: 83px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 98px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.bottom
.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.bottom
.item
.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    height: 83px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 22px;
    width: 75px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.optimal
.bottom
.item
.list
.record {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 6px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.til {
    margin-bottom: 24px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.title {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 24px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.desc
.name {
    color: hsla(0, 0%, 100%, 0.7);
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.desc
.time {
    color: hsla(0, 0%, 100%, 0.4);
    margin: 0 30px 0 12px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.desc
.follow-btn {
    margin: 0;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 18px;
    line-height: 36px;
    position: relative;
    text-align: justify;
    word-break: break-all;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content
.gif-box {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transform: translate(calc(470px - 50%));
    transform: translate(calc(470px - 50%));
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content
.gif-box:before {
    background: rgba(0, 128, 255, 0.32);
    border-radius: 4px 0;
    bottom: 18px;
    color: #fff;
    content: "GIF";
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
    width: 38px;
    z-index: 1;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content
div,
.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content
p {
    color: hsla(0, 0%, 100%, 0.8);
    margin: 0;
    padding: 18px 0;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content
img {
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0.9;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.foresight
.left
.content
a {
    color: rgba(0, 128, 255, 0.88);
    font-weight: 700;
}

.schedule_container .game-item .all .switch .foresight-battle-report .unfold {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #212326;
    color: rgba(0, 128, 255, 0.88);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 43px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 21px;
    position: relative;
    width: 940px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.unfold
.double-down {
    font-size: 12px;
    margin-left: 8px;
}

.schedule_container
.game-item
.all
.switch
.foresight-battle-report
.unfold:before {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(33, 35, 38, 0)),
            to(#212326)
    );
    background: -webkit-linear-gradient(top, rgba(33, 35, 38, 0), #212326);
    background: linear-gradient(180deg, rgba(33, 35, 38, 0), #212326);
    content: "";
    height: 64px;
    position: absolute;
    top: -64px;
    width: 940px;
}

.schedule_container .game-item .all .comment-right {
    margin-left: 40px;
    width: 300px;
    background-color: #fff;
}

.schedule_container .game-item .all .comment-right .comment {
    background: hsla(0, 0%, 100%, 0.01);
    border-radius: 4px;
    font-weight: 400;
    height: 693px;
    margin-top: 12px;
    position: relative;
    width: 300px;
}

.schedule_container .game-item .all .comment-right .comment #load-status {
    font-size: 14px;
}

.schedule_container .game-item .all .comment-right .comment .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 21px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 21px;
    margin-top: 7px;
}

.schedule_container .game-item .all .comment-right .comment .bottom .operate {
    color: rgba(255, 255, 225, 0.3);
    font-size: 12px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.bottom
.operate
.wait {
    background-color: hsla(0, 0%, 100%, 0.06);
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 52px;
}

.schedule_container .game-item .all .comment-right .comment .bottom .like {
    color: hsla(0, 0%, 100%, 0.4);
    cursor: pointer;
    font-size: 14px;
}

.schedule_container .game-item .all .comment-right .comment .bottom .like .fi {
    font-size: 18px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.bottom
.like
.fi-thumbs-up {
    display: none;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.bottom
.like.active {
    color: #f66 !important;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.bottom
.like.active
.fi-thumbs-up {
    display: inline;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.bottom
.like.active
.fi-thumbs-up-o {
    display: none;
}

.schedule_container .game-item .all .comment-right .comment .bottom .reply {
    color: #000;
    cursor: pointer;
    font-size: 12px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.bottom
.reply:hover {
    color: rgba(0, 128, 255, 0.88);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.schedule_container .game-item .all .comment-right .comment .replyList {
    background: hsla(0, 0%, 100%, 0.01);
    margin-top: 12px;
    padding: 14px 12px 12px;
    width: 228px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.replyList
.listComment {
    margin-bottom: 25px;
    width: 228px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.replyList
.listComment.replyNum {
    color: hsla(0, 0%, 100%, 0.7);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.replyList
.listComment:last-child {
    margin-bottom: 0;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.replyList
.listComment
.top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 24px;
}

.schedule_container .game-item .all .comment-right .comment .speak {
    word-wrap: break-word;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    line-height: 24px;
    padding-top: 6px;
    word-break: break-all;
}

.schedule_container .game-item .all .comment-right .comment .speak .deep_text {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    line-height: 24px;
}

.schedule_container .game-item .all .comment-right .comment .speak .name {
    color: rgba(0, 128, 255, 0.7);
    padding-left: 6px;
}

.schedule_container .game-item .all .comment-right .comment .top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 28px;
}

.schedule_container .game-item .all .comment-right .comment .top .avatar {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 28px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 28px;
}

.schedule_container .game-item .all .comment-right .comment .top span {
    color: rgba(0, 128, 255, 0.7);
    font-size: 14px;
}

.schedule_container .game-item .all .comment-right .comment .top .time {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 12px;
}

.schedule_container .game-item .all .comment-right .comment .comment-item {
    max-height: 629px;
    overflow-x: hidden;
    overflow-y: auto;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.comment-item
.list {
    padding: 0 24px 36px;
    width: 252px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.comment-item
.list:first-child {
    padding-top: 24px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.comment-item
.list:last-child {
    padding-bottom: 16px;
}

.schedule_container .game-item .all .comment-right .comment .input {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: hsla(0, 0%, 100%, 0.02);
    border-radius: 0 0 4px 4px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 24px 12px 12px;
    position: absolute;
    width: 264px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.comment_input {
    background: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 4px;
    color: hsla(0, 0%, 100%, 0.7);
    height: 40px;
    outline: none;
    width: 184px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.comment_input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.4);
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.comment_input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.4);
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.comment_input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.4);
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.comment_input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.4);
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.comment_input::placeholder {
    color: hsla(0, 0%, 100%, 0.4);
}

.schedule_container .game-item .all .comment-right .comment .input .button {
    background: rgba(0, 128, 255, 0.3);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, 0.3);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 66px;
}

.schedule_container
.game-item
.all
.comment-right
.comment
.input
.button.active {
    background: rgba(0, 128, 255, 0.88);
    color: hsla(0, 0%, 100%, 0.8);
}

.section-item {
    margin-top: 48px;
    padding-top: 51px;
    position: relative;
  }
  .section-item:first-child {
    margin-top: 0;
  }
  .section-item:last-child {
    margin-bottom: 36px;
  }
  .section-item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 27px;
    left: 0;
    line-height: 27px;
    min-width: 100px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .section-item__title:before {
    background-image: url(../images/icon_title.svg);
    content: "";
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 14px;
  }
  .ranking-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -51px;
    padding-top: 51px;
    position: relative;
  }
  .ranking__list {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
  }
  .ranking__list,
  .ranking__list__desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
  }
  .ranking__list__desc {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #2a2d30;
    border-radius: 4px;
    position: relative;
    width: 98px;
  }
  .ranking__list__desc:before {
    background: hsla(0, 0%, 100%, 0.02);
    content: "";
    height: 12px;
    left: 4px;
    position: absolute;
    width: 1px;
  }
  .ranking__list__num {
    color: #000;
    font-size: 20px;
    text-align: center;
    width: 36px;
  }
  .ranking__list__team {
    height: 26px;
    text-align: center;
    width: 66px;
  }
  .ranking__list__logo {
    height: 26px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
    width: 58px;
  }
  .ranking__list__status {
    -ms-flex-negative: 0;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 6px;
    margin: 0 4px 0 12px;
    width: 6px;
  }
  .ranking__list__status--in {
    background-color: rgba(81, 234, 122, 0.88);
  }
  .ranking__list__status--out {
    background-color: #656565;
  }
  .ranking__list__status--contention {
    background-color: rgba(255, 179, 36, 0.88);
  }
  .ranking__list__win {
    width: 58px;
  }
  .ranking__list__lose {
    width: 56px;
  }
  .ranking__list__rate {
    width: 70px;
  }
  .ranking__list__lose,
  .ranking__list__rate,
  .ranking__list__win {
    text-align: center;
  }
  .ranking__list--head {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    height: 19px;
    margin-bottom: 12px;
  }
  .ranking__list--head .ranking__list__desc {
    background: transparent;
    border: none;
  }
  .ranking__list--head .ranking__list__num {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    font-style: normal;
  }
  .ranking__list--head .ranking__list__team {
    height: 16px;
  }
  .ranking__list--head .ranking__list:before {
    width: 0;
  }
  .ranking__list:first-child {
    margin-top: 0;
  }
  .ranking__list:hover .ranking__list__logo {
    opacity: 1;
  }
  .ranking__list:nth-child(2) .ranking__list__desc {
    background: hsla(0, 100%, 70%, 0.04);
  }
  .ranking__list:nth-child(2) .ranking__list__num {
    color: hsla(0, 100%, 70%, 0.88);
    font-weight: 700;
  }
  .ranking__list:nth-child(3) .ranking__list__desc {
    background: rgba(255, 179, 36, 0.04);
  }
  .ranking__list:nth-child(3) .ranking__list__num {
    color: rgba(255, 179, 36, 0.88);
    font-weight: 700;
  }
  .ranking__list:nth-child(4) .ranking__list__desc {
    background: rgba(0, 128, 255, 0.04);
  }
  .ranking__list:nth-child(4) .ranking__list__num {
    color: #0080ff;
    font-weight: 700;
  }
  .ranking__list:nth-child(2) .ranking__list__desc,
  .ranking__list:nth-child(3) .ranking__list__desc,
  .ranking__list:nth-child(4) .ranking__list__desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .ranking__list:nth-child(2) .ranking__list__desc:before,
  .ranking__list:nth-child(3) .ranking__list__desc:before,
  .ranking__list:nth-child(4) .ranking__list__desc:before {
    background-position: -641px -250px;
    content: "";
    height: 12px;
    margin-top: 5px;
    position: absolute;
    width: 26px;
  }
  .ranking__list:nth-child(n + 10) {
    color: hsla(0, 0%, 100%, 0.6);
  }
  .ranking__list:nth-child(n + 10) .ranking__list__num {
    color: hsla(0, 0%, 100%, 0.5);
  }
  .ranking__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ranking__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent !important;
    opacity: 1;
    position: relative;
    bottom: 0px;
  }
  a.ranking__list:hover{

    color: var(--c22);
}
 
  .ranking__pagination--parent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    height: 27px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
  }
  .ranking__pagination--parent.swiper-pagination-bullets {
    bottom: unset;
    left: unset;
    right: 0;
    top: 0;
    width: 90px;
  }
  .ranking__pagination--parent.swiper-pagination-bullets
    .swiper-pagination-bullet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    width: auto;
    position: relative;
  }
  .ranking__pagination--parent.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    color: #000;
    font-weight: 700;
  }
  .ranking__pagination--NBA {
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    margin-bottom: 16px;
    width: 300px;
  }
  .ranking__pagination--NBA.swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
    color: hsla(0, 0%, 100%, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    width: 50%;
  }
  .ranking__pagination--NBA.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: var(--c11) !important;
  color: #fff;
}

/* æ–‡å­—ç›´æ’­ */
.nav_content_area {
    position: relative;
    padding-left: 10px;
  }
  .nav_content_area table{
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
  .nav_content_area .loading-animation {
    top: 200px
  }
  
  .nav_content_area .children {
    min-height: 664px
  }
  
  .nav_content_area .event-list {
    margin: 0 80px 20px;
    position: relative
  }
  
  .nav_content_area .event-list:before {
    position: absolute;
    content: '';
    left: -30px;
    top: 40px;
    bottom: 60px;
    border-left: 1px dashed #e2e2e5;
    display: block
  }
  
  .nav_content_area .event-list li {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-top: 16px;
    border-radius: 5px;
    min-height: 80px
  }
  
  .nav_content_area .event-list li.system {
    background-color: #f7f7f8;
    border-radius: 2px
  }
  
  .nav_content_area .event-list li.system .icon {
    background-color: #e2e2e5
  }
  
  .nav_content_area .event-list li.system .icon .svg-icon {
    color: #fff
  }
  
  .nav_content_area .event-list li.goal {
    background-color: #e8e8ec;
    border-radius: 2px
  }
  
  .nav_content_area .event-list li.goal .icon {
    background-color: #c7c7cc
  }
  
  .nav_content_area .event-list li.goal .icon .svg-icon {
    color: #fff
  }
  
  .nav_content_area .event-list li .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    left: -12px;
    top: 15px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    background-color: #f7f7f8;
    background-repeat: no-repeat;
    background-position: center center
  }
  
  .nav_content_area .event-list li .icon.anse {
    background-color: #e2e2e5
  }
  
  .nav_content_area .event-list li .icon .svg-icon {
    width: 24px;
    height: 24px;
    margin-top: 13px
  }
  
  .nav_content_area .event-list li .icon .ft {
    font-size: 16px;
    color: #fff;
    font-style: normal
  }
  
  .nav_content_area .event-list li .time {
    float: left;
    margin-left: 54px;
    width: 45px;
    min-height: 1px;
    font-size: 14px;
    color: #999;
    margin-top: 30px
  }
  
  .nav_content_area .event-list li .vs-content {
    width: 520px;
    float: left;
    padding: 30px 0;
    position: relative
  }
  
   .nav_content_area .description {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 1200px;
    margin: 0 20px;
    border-top: 1px solid #ebebee;
    line-height: 44px;
    background-color: hsla(0, 0%, 100%, 1);;
  }
  
   .nav_content_area .description .title {
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #787878;
    float: left;
    position: relative
  }
  
   .nav_content_area .description .title:after {
    content: "";
    border-right: 1px solid #999;
    height: 25px;
    position: absolute;
    right: 0;
    top: 8px
  }
  
   .nav_content_area .description .icons {
    float: left;
    width: 760px
  }
  
   .nav_content_area .description .icons span {
    display: inline-block;
    margin: 0 10px
  }
  
   .nav_content_area .description .icons span .svg-icon {
    height: 20px;
    width: 22px;
    float: left;
    margin-top: 11px
  }
  
   .nav_content_area .description .icons span em {
    float: left;
    font-size: 12px;
    font-style: normal;
    margin-left: 5px;
    color:#000;
  }
  .top-section .title-section[data-v-174ce55a] {
    font-size: 20px;
    color: #313131;
    padding: 25px 0;
  }
  .top-section .title-section span[data-v-174ce55a] {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 18px;
    border-left: 4px solid #313131;
    margin-right: 8px;
  }
  .top-section .logo-section[data-v-174ce55a] {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-section .logo-section div[class$=side][data-v-174ce55a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
  }
  .top-section .logo-section div[class$=side] span[data-v-174ce55a] {
    height: 36px;
    line-height: 36px;
  }
  .top-section .logo-section div[class$=side] .team-desc[data-v-174ce55a] {
    vertical-align: top;
    margin: 0 24px;
  }
  .top-section .logo-section div[class$=side] span.team-name[data-v-174ce55a] {
    vertical-align: top;
  }
  .top-section .logo-section .logo-container[data-v-174ce55a] {
    width: 12.5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-section .logo-section .logo-container img[data-v-174ce55a] {
    width: 36px;
  }
  .top-section .logo-section .host-side[data-v-174ce55a] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 24px;
  }
  .top-section .logo-section .host-side img[data-v-174ce55a] {
    top: 0;
    left: -18px;
  }
  .top-section .logo-section .host-side .team-name[data-v-174ce55a] {
    margin-right: 27px;
  }
  .top-section .logo-section .guest-side[data-v-174ce55a] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 24px;
  }
  .top-section .logo-section .guest-side img[data-v-174ce55a] {
    top: 0;
    right: -18px;
  }
  .top-section .logo-section .guest-side .team-name[data-v-174ce55a] {
    margin-left: 27px;
  }
  .top-section .logo-section .centre-side[data-v-174ce55a] {
    line-height: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-section .logo-section .to-team[data-v-174ce55a] {
    cursor: pointer;
  }
  .top-section .logo-section .to-team[data-v-174ce55a]:hover {
    color: #3A84FF;
  }
  .football-content[data-v-1d58d682] {
    margin-top: -21px;
    width: 100%;
    color:#313131;
  }
   .football-content thead th[data-v-1d58d682] {
    height: 21px;
  }
   .football-content tbody td[data-v-1d58d682] {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }
   .football-content .end td[data-v-1d58d682] {
    height: 21px;
  }
   .football-content .align-center[data-v-1d58d682] {
    position: relative;
    font-size: 12px;
  }
   .football-content .align-center .line[data-v-1d58d682] {
    display: block;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: #4a4a4a;
  }
   .football-content .align-center .events-head[data-v-1d58d682],  .football-content .align-center .events-end[data-v-1d58d682] {
    position: absolute;
    left: 50%;
    background-color: #4a4a4a;
    border-radius: 50% 50%;
  }
   .football-content .align-center .events-head[data-v-1d58d682],  .football-content .align-center .events-end[data-v-1d58d682] {
    margin-left: -4px;
    width: 8px;
    height: 8px;
  }
   .football-content .align-center .events-head[data-v-1d58d682] {
    top: 0;
  }
   .football-content .align-center .events-end[data-v-1d58d682] {
    bottom: 0;
  }
  .align-left[data-v-73a303f4] {
    text-align: right;
  }
  tr td[data-v-73a303f4] {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }
  .align-center[data-v-73a303f4] {
    position: relative;
    font-size: 12px;
  }
  .align-center .line[data-v-73a303f4] {
    display: block;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: #4a4a4a;
  }.align-center .time[data-v-73a303f4] {
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    border-radius: 50% 50%;
    background-color: #4a4a4a;
    text-indent: 3px;
  }
  .top-section[data-v-174ce55a] {
    margin-bottom: 30px;
  }
  .event-babel[data-v-d7d0ba4e] {
    background-color: #e8e8e8;
    border-radius: 2px;
  }
  .icon-arrow:before {
  
  }
  .event-babel .down[data-v-d7d0ba4e]:before {
    font-size: 24px;
    color: #F2504F;
  }
  .event-babel .up[data-v-d7d0ba4e]:before {
    font-size: 24px;
    color: #85CF3C;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .left-babel  .down img,.left-babel  .up img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: sub;
    margin-left: 10px;
    display: inline-block;
  
  }
  .left-babel  .up img{
    width: 15px;
    vertical-align: middle;
  }
  .right-babel  .down img,.right-babel  .up img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: sub;
    margin-right: 10px;
    display: inline-block;
  
  }
  .right-babel  .up img{
    width: 15px;
    vertical-align: middle;
  }
  .event-babel .red-card[data-v-d7d0ba4e]:before,
  .event-babel .yellow-card[data-v-d7d0ba4e]:before {
    margin: 10.5px 8px;
    content: "";
    width: 14px;
    height: 19px;
  }
  .event-babel .red-card[data-v-d7d0ba4e]:before {
    background-color: #F2504F;
  }
  .event-babel .yellow-card[data-v-d7d0ba4e]:before {
    background-color: #F2BC00;
  }
  .event-babel .goal[data-v-d7d0ba4e]:before,
  .event-babel .penalty[data-v-d7d0ba4e]:before,
  .event-babel .oolong[data-v-d7d0ba4e]:before,
  .event-babel .injured[data-v-d7d0ba4e]:before {
    margin-top: 5px;
    content: "";
    width: 30px;
    height: 30px;
  }
  .event-babel[data-v-d7d0ba4e]:after {
    display: block;
    content: "";
    clear: both;
  }
  .event-babel em[data-v-d7d0ba4e] {
    position: absolute;
    border: 3.5px solid transparent;
  }
  .event-babel .left-triangle-icon[data-v-d7d0ba4e] {
    right: -10px;
    border-left: 7px solid #e8e8e8;
  }
  .event-babel .right-triangle-icon[data-v-d7d0ba4e] {
    left: -10px;
    border-right: 7px solid #e8e8e8;
  }
  .event-babel span[data-v-d7d0ba4e] {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
  }
  .event-babel span i[data-v-d7d0ba4e] {
    font-style: normal;
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Heiti", "Arial", "Helvetica", "sans-serif";
  }
  .event-babel .down[data-v-d7d0ba4e]:before {
    font-size: 24px;
    color: #F2504F;
  }
  .event-babel.right-babel span[data-v-d7d0ba4e] {
    padding-left: 35px;
  }
  .event-babel .goal[data-v-d7d0ba4e]:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAC9FBMVEVHcEyenp5/f39gYGBUVFQAAACEhISqqqoAAACTk5PR0dF3d3dAQEAlJSUAAACenp5TU1OBgYH///8GBgYAAAA+Pj58fHyPj49PT0/U1NR1dXWdnZ1wcHCdnZ2SkpKMjIySkpJHR0dtbW1KSkqpqamUlJR3d3fJycmDg4OLi4urq6udnZ15eXl8fHyzs7PIyMinp6fJycmvr696enqwsLB8fHyTk5NwcHAKCgqWlpZlZWWoqKhDQ0NjY2O8vLzV1dXBwcFlZWWsrKwRERFPT09FRUWHh4ejo6MODg5oaGitra0iIiJoaGi1tbXCwsK4uLiysrKMjIyKioqFhYWfn59ISEhlZWWSkpJGRkZnZ2eGhoaoqKh1dXVGRkZOTk5QUFDj4+O2trZNTU2Ojo6AgICYmJjR0dGurq6ioqI0NDQAAACEhIQ3NzdeXl4+Pj4+Pj5ISEjKysonJydSUlIzMzMAAAD////9/f34+PgHBwcBAQH8/Py0tLQDAwP09PT5+fnNzc3Hx8f7+/ugoKDz8/MgICAPDw/l5eXX19e1tbXS0tL+/v4eHh729vbf39/6+vq5ubl9fX2tra3CwsIvLy+jo6Pr6+vy8vLR0dHY2NhaWloXFxctLS1kZGRfX1/u7u6NjY07OzvIyMihoaExMTHw8PDAwMCenp7Z2dlUVFSqqqq3t7empqafn5/c3NyZmZl6enptbW2oqKjDw8PLy8tCQkLx8fEWFha4uLhLS0vh4eHV1dWioqJ1dXWxsbHq6uqGhoZxcXGlpaWwsLC6urrU1NTExMTn5+dQUFDj4+MYGBjf39/p6emurq7v7+8CAgKvr68JCQm9vb3t7e0RERHm5uaOjo4VFRUaGhqWlpaEhIRlZWWysrKpqalWVlbo6OhKSko9PT2zs7Nra2tOTk4TExNSUlJ8fHyHh4fb29v19fVHR0dpaWmYmJjGxsaCgoLOzs4cHBy8vLzQ0NAkJCS/v7/s7Ox0dHQNDQ2bm5snJycpKSlcKg2iAAAAdXRSTlMA06lKlQmq3wPB9Rfg8wSeN3sB/gfMzaI69M8NQuakFKEkslrvpKH1J3XvvqCeztv34O6r9injhP0ite9frOH09eGX/Ldcpvf7R/b3qeL1t/WXJdjl3LnGyS8V5K7HGiAJ7iHHy8TraNIxAZrQTM7yxv7tGej0ZTyWAAADNUlEQVRIx+3WZVAbQRQAYKAUCqVQpO7u7u7u7u6u+2INIQR3KEGLuxUrRQoUCsUGKJS6u7vLn27kLnczdyH9xR/eTDJ3k/fdbd7evj0trcZojAaJJoMMtDsNnbNhr8GBQ/v/S47SG30ZyKg8crilxrT5iJFZQI1LSHhwn2bWdDgHvEAkUECnopqq/LxfyFxXA2qs44ZJHA/x7SKDQ4s+lMsvUZqNUCuL+myH1pY41xMp4x059N+16PiJeu7bnosTYwiLglR/3OkPOtlMLe4egtPCeSQOppSt7i//qDo7xgEnvbElLQqgFv1q3TFTNXM0QZaTp7IojopFJbB7CyvWwRmCZDsKfkGb72KA2Wx2+WKAT0m+Vs9VOMyHNm4AQ7ZnbbWPwPGCrK6ZCsl/lu6ceJqCZcedWfACiZQrT/K/hSkvyEE+QxEiEovxR78po52HvDnKrLMu11IeKo+50ljFgXtxEv627MGIF6IU8h73bSijFTsC2MQH2KHAKHw2kBGvQlVk/ilalUNuZCuemwJ8YsCIWyA/FgwSZfE/OwNoM+IZ6CIbvkNMXTrASkaM0Hk2fJfAqQDzWbArmf2Ejh8RuIIDSxnxWGRNJNtE07E3+cilVS5iKRg5bP/XdBxIWP53qxWM2OhjvKUyOc2eZq2vELgMYAkjnsSBRLkWvRTahlOxPWF5eDKXMbf5HOAk45pZncFpwlccVQOKeazEEjyKicwLQx+v5ogoT6EiMeO6glrdPoenTnZB9BSfDmFeGFomsl7wlizsTfxIcxO85GsLOLm2KMwdH+ixLMm+ffCP0apOwE+958FVNaFCWRXbtWVrJV3xowvfVNqFVvME2Vcb1h7WpT/+uUCFH9CwB/707MbePvvhraY6k8ShNIybUKzaDWt6NUAuiUuo1scPuOPV7hhmu3wBMpRW6ErFeMLWGKvfrLbu9AVJobd8riOp9sfPmh2b69smzUy88B8X5Ijzpe/FJHWXumiwxeLYs41YmqVZit5S7lmBanU1ezVYv3EqccevX9wsPcqEyHzTdo3fSsb10ncjWjjum3PXrvu/V6mOvQcMHjbFcPI0o5mzLLQaozEaIv4B1vlvkPhNU6UAAAAASUVORK5CYII=) no-repeat;
    background-size: 100% 100%;
  }
  .event-babel .penalty[data-v-d7d0ba4e]:before {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% 100%;
  }
  .event-babel .oolong[data-v-d7d0ba4e]:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAADAFBMVEVHcEznOj3oPj7kOjzlOjzlOT7lOT3lOjzkOjzlOj3lOT3nPT2qqqqTk5MAAABfX1+3t7d4eHienp6enp7kOz6Tk5OJiYl/f3+GhoZ3d3clJSXCwsIAAAALCwtwcHB1dXWdnZ2zs7PkOTzJycmdnZ3arq5KSkp8fHySkpJtbW27kJDJycmLi4urq6t8fHxSUlKnp6ednZ2vr6+CgoKwsLDQ0NBwcHB6enp8fHyEhISTk5OWlpZjY2OoqKg/Pz+urq4RERGjo6OHh4dlZWUiIiJoaGhISEhoaGioqKh1dXVQUFDj4+O2traurq7R0dGAgICenp6ioqKYmJg0NDQ+Pj4/Pz9UVFQ3NzeEhIRVVVWAgIA/Pz8nJyczMzNSUlJISEjkOTz///8AAAD+/v70tbbtfoD3x8fvjpD87e7uiIr+/f38/Pz19fUDAwP3vr/qZWe0tLQQEBD85ubaNzrnSEsGBgb6+vrT09PvjY/Z2dn09PTDMTR9fX3Ozs7IyMiqqqrDw8P4+PiGhobf39+hoaEWFhbpWFrKysr7+/sBAQHv7+/y8vKwsLD++/vtenzsc3UfHx9kZGRfX1/62dpaWlrw8PDAwMDY2Nh0HR8sCwyqKy1UVFSmpqb5z8+ZmZl6enrr6+ufn5+jo6P29va1tbVCQkLx8fHp6enh4eF1dXWlpaWxsbGtra26urrqZ2nlPUAvLy+goKCvr6+9vb0oKCju7u7nUVTnVFf++PjtgYP4z9D63+D629vrcHPlQkXxmpvtf4HmSkz74+TkP0L1ubrljpDc3NwaGhqvMDJSUlIyMjJOTk4hISHl5eUTExOzs7MtLS2pqanb29s8PDxHR0eNjY1paWnpkpTOT1HZSErGNTfOPD/Gxsaenp64uLjU1NSCgoIkJCTV1dXq6urS0tLj4+Pzra7zqar98vLf399xcXHyo6TtfX/o6OjuhIZMTEybm5sJCQnExMTpZGbmTU/2wcL88PD+/Pz4zM375ubqaWz87OzvjI7vi43rbXD51dVI55BgAAAAiHRSTlMAVCHH2DGB877Z7D/fwQNKAaHT5v6kFKkmF/P1CP5Czw3O+uC+9lrNobL49XXvnjj3n+569vWEqymq4yKs7+CX/Pemufep3EfkriAJ7mjry53SxDHO8pXQmjZ8zO3oGcb////////////////////////////////////////////////////+RL+mLwAAA4NJREFUSMftlnVcFEEUx49uKbEQu7u7u7vz3qCCh4AIGAjKESocaYCBoAiKig1IWWB3JzbGR8Xunk1mvV04/pbf53N3u3Pvu/Pem/dmRyYr1X8s8yZmVtbNuvcbbjbO3KJEZLv2He4Dry2jR43XGK3YttU9ILUNOY8dqRnbsoUCkkHpxID5IXuTt2+1Q55jNEDLlPfHyDpPFOR2evm1kLwn9CMK3iA0sXJxbLW6XtjWG7G6zrv+9h2aNKWYeasqseFdjkWRhYHPS0GTyxQJ10/FZos8eXg5kbbUlKCpRbFtorHRrAieRSvJpO9LXTqhiDXqTNlsLWTROhJWvochAyTh8tjCKdaNgE8J1nsHQA8ptoItgM9Glc/5QvjKBoHfAK2bSsA9NzglPKLqIpAhg8742sf4EjB1bSMB99oTr6SNok9g1DMyml6hACUP5+GPqXip9EW7FazV8Qi3uAIuTfELmIu5Ozbib686onBvFMfPcUlFeJuXAKBavNINBa7Cd5aicB+UzNvPJvO04sbNO+7uC9euXuOH78xE4UooXwx2WSLnddsFwEoU7oYeq8NzXOUCuc6xFoUR2qwGr/egkafPXn9kaY8GEvAmHr7Asrto4IgCQvdzc5c1EYPt0DKOVUUxPuN5MxwdHZ8DfHFkdEAuN9YWTRjvdvRl+oeKd6agumEnHtIRgbs8WOzFLfM5Os9yBnZxYJUJQKdeSx3upIAYmlZ6O59dBKwhhuez0R7MhlA6Cboi23wSKGJxznwu4sp29lOskBPw4R85WekAX5nH6KnTpribA1Z5OzM9lXiMhNPocLLYnOurw82pveAq38snSVgedjgj7HsuG4ChyGbQENNRPLyQg/9MI0UNGonku549ph9ysDsHC5RODRqIwOUa43/9hPCBGaQU8FkKljXCr5rgQIHbQtnDNym3ZbKuwQABLLwWW02zJ3U0FyBbImFYFiPwFpLIwKspWBDv0SMAmRJLRWngUBXsebGbeuGswVYfppNyDQf4JFEkzNzDknHgTkl52+NvkdGGzwwLd8gBeClenpwGD2Jb04WEDxFtpVXE665cf1vgW5LTb3ok9JBESxLqaGPqz24GnA7++ung8CpNLrEZCFXFslb1mrXLqi91DRNND0Ymxv+yxiaan8i0dYSsjnaJDnRauoWorlaJT5J6+oZGBgZGhvp6pafq/1R/AYQiZhkpIrRlAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% 100%;
  }
  .event-babel.left-babel[data-v-d7d0ba4e] {
    text-align: right;
  }
  .event-babel.left-babel span[data-v-d7d0ba4e] {
    padding-right: 35px;
  }
  .event-babel.left-babel .score[data-v-d7d0ba4e] {
    padding-left: 35px;
    text-align: left;
  }
  .event-babel.left-babel .two-player-name[data-v-d7d0ba4e] {
    padding-left: 20px;
  }
  .event-babel.left-babel span[data-v-d7d0ba4e]:before {
    float: right;
    margin-left: 10px;
  }
  .event-babel.left-babel .red-card[data-v-d7d0ba4e]:before,
  .event-babel.left-babel .yellow-card[data-v-d7d0ba4e]:before {
    margin-left: 18px;
  }
  .event-babel.right-babel[data-v-d7d0ba4e] {
    text-align: left;
  }
  .event-babel.right-babel span[data-v-d7d0ba4e] {
    padding-left: 35px;
  }
  .event-babel.right-babel .score[data-v-d7d0ba4e] {
    padding-right: 35px;
    text-align: right;
  }
  .event-babel.right-babel .two-player-name[data-v-d7d0ba4e] {
    padding-right: 20px;
  }
  .event-babel.right-babel span[data-v-d7d0ba4e]:before {
    float: left;
    margin-right: 10px;
  }
  .event-babel.right-babel .red-card[data-v-d7d0ba4e]:before,
  .event-babel.right-babel .yellow-card[data-v-d7d0ba4e]:before {
    margin-right: 18px;
  }

  /* ç¯®çƒæ–‡å­—ç›´æ’­ */
  .flex1 {
    display: block;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
  }
  .broadcast-box {
    width: 100%;
    min-height: 643px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.14);
    background-color:#fff
  }
  .broadcast-box ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: hsla(0, 0%, 100%, 0.04)
  }
  
  .broadcast-box ::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, 0.04)
  }
  
  .broadcast-box ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aeaeae
  }
  
  
  .broadcast-box .live-code-nav {
    background-color: transparent;
    
  }
  .box_h {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%;
  }
  .broadcast-box .live-code-nav .navbtn {
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
  }
  .broadcast-box .live-code-nav .navbtn:nth-child(1),.broadcast-box .live-code-nav .navbtn:nth-child(2),.broadcast-box .live-code-nav .navbtn:nth-child(3){
    border-right: none;
  }
  
  .broadcast-box .live-code-nav .navbtn.active {
    background-color: var(--c11);
      color: #fff;
  }
  
  .broadcast-box .content-list {
    padding: 15px 0 15px 25px
  }
  
  .broadcast-box .content-list .list-content {
    height: 898px;
    overflow: auto
  }
  
  .broadcast-box .content-list .list-content .lier {
    overflow: hidden;
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #000;
    padding: 5px 0
  }
  
  .broadcast-box .content-list .list-content .lier .line {
    position: absolute;
    left: 60px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgb(102 102 102 / 44%);
  }
  
  .broadcast-box .content-list .list-content .lier .line .radius {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    background-color: #de1e30;
    border-radius: 100%
  }
  
  .broadcast-box .content-list .list-content .lier .code {
    width: 62px;
    padding: 8px 0;
    float: left
  }
  
  .broadcast-box .content-list .list-content .lier .score {
    width: 80px;
    text-align: center;
    padding: 8px 0;
    float: left
  }
  
  .broadcast-box .content-list .list-content .lier .tip {
    width: 1000px;
    margin: 0 10px;
    padding: 8px 0;
    float: left
  }
  
  .broadcast-box .content-list .list-content .lier .tip.b {
    font-weight: 700
  }
  
  .broadcast-box .content-list .list-content .lier .logo {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left
  }
  </pre></body></html>