*{
	box-sizing: border-box;
}

.scheduleBg {
    width: 100%;
    height: auto;
    /*background: url(../img/playback-bg-1.jpg) no-repeat;*/
    background-color: #F4F5F7;
    background-size: 100% 100%;
    padding: 0px;
	/*margin-top: 62px;*/
}
.schedule {
    display: flex;
    justify-content: space-between;

    width: 1200px;
    /*height: 850px;*/
    min-height: calc(100vh - 50px - 85px);
    margin: 30px auto 0px;
}

.scheduleBg .navList {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 7px;
    display: flex;
    margin-bottom: 10px;
}
.scheduleBg .navList .navItem {
    width: 150px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #707070;
    cursor: pointer;
	margin-right: 5px;
}
.scheduleBg .navList .navActive {
    background: -webkit-linear-gradient(351deg,#008b58,#00bd7e);
    background: -o-linear-gradient(351deg,#008b58 0,#00bd7e 100%);
    background: linear-gradient(99deg,#008b58,#00bd7e);
    border: none;
    color: #fff;
}
.schedule .left {
    /*width: 212px;*/
    height: 56px;
    background: #032139;
}
.match_item_right .anchor_data_img_box{
    position: relative;
}
.match_item_right .anchor_data_img_box .playing{
    position: absolute;
    bottom: 0;
    right: 8px;
}



.schedule .right {
    width: 100%;
    margin-bottom: 200px;
}
.schedule .right .dateBox {
    width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 15px;
    margin: 0 auto;
}
.schedule .right .dateBox .dateItem {
    width: 85px;
    height: 64px;
    font-family: SourceHanSansCN;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #999999;
    cursor: pointer;
    margin-right: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule .right .dateBox .dataSwiper_left, .schedule .right .dateBox .dataSwiper_right {
    width: 10px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    /*top: 28px;*/
    cursor: pointer;
    z-index: 4;
    outline: none;
}
.schedule .right .dateBox .dataSwiper_left {
    left: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    background: url(../img/recon_left.png) center 0 no-repeat;
    background-size: 100% 100%;
}
.schedule .right .dateBox .dataSwiper_right {
    right: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    background: url(../img/recon_right.png) center 0 no-repeat;
    background-size: 100% 100%;
}
.schedule .right .dateBox .eventDate {
    color: #00BD7EFF;
    text-align: center;
    margin-bottom: 15px;
}

.schedule .right .dateBox .dateItem .date {
    padding: 0;
    font-family: SF Pro Text;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.schedule .right .dateBox .dateActive {
    /*border: 1px solid #00BD7EFF;*/
    /*color: #00BD7EFF;*/
    background-image: url("/static/img/menu/match_date_active.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    font-family: SourceHanSansCN;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.schedule .right .scheduleList {
    width: 100%;
    height: calc(100% - 113px);
    padding: 0 40px 30px 40px;
}
.schedule .right .scheduleList .row {
}
.schedule .right .scheduleList .row .popular_tag {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    width: 28px;
    height: 18px;
    background: url(../img/hot.png) no-repeat 50%/100% 100%;
}
.schedule .right .scheduleList .row .cell_1 {
    font-size: 16px;
}
.schedule .right .scheduleList .row .cell_1 .startTime {
    color: #000;
}
.schedule .right .scheduleList .row .cell_1 .eventName {
    margin-top: 5px;
    width: 350px;
	display:-webkit-box;
	text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
	overflow: hidden;
}
.schedule .right .scheduleList .row .cell_2 {

}
.schedule .right .scheduleList .row .cell_2 .gameData {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0px;
}
.schedule .right .scheduleList .row .cell_2 .awayTeam, .schedule .right .scheduleList .row .cell_2 .team {
    width: 180px;
    padding: 0px 5px;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;

    font-family: SourceHanSansCN;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.schedule .right .scheduleList .row .cell_2 .homeTeam {
    margin-right: 10px;
}
.schedule .right .scheduleList .row .cell_2 .LogoUrl {
    width: 40px;
    height: 40px;
}
.schedule .right .scheduleList .row .cell_2 .LogoUrl img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.schedule .right .scheduleList .row .cell_2 .eventType {
    width: 70px;
    text-align: center;
}
.schedule .right .scheduleList .row .cell_2 .eventType .eventType_name {
    font-size: 12px;
    margin-bottom: 4px;
}
.schedule .right .scheduleList .row .cell_2 .eventType .eventType_img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.schedule .right .scheduleList .row .cell_2 .eventType .eventType_img img {
    width: 100%;
    height: 100%;
}
.schedule .right .scheduleList .row .cell_2 .eventType .scheduleScore {
    margin: 0 auto;
    width: 58px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.schedule .right .scheduleList .row .cell_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.schedule .right .scheduleList .row .cell_3 .anchor_title {
	color: #00BD7EFF;
    font-size: 14px;
    padding: 0 25px 0 30px;
    border-left: 1px solid #a1a1a1;
    height: 58px;
    line-height: 58px;
}
.schedule .right .scheduleList .row .cell_3 .anchorList {
    position: relative;
    /*width: 200px;*/
}

.schedule .right .scheduleList .row .cell_3 .anchorList .anchorItem .avatar {
    width: 50px;
    /*height: 50px;*/
    position: relative;
}
.schedule .right .scheduleList .row .cell_3 .anchorList .anchorItem .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.schedule .right .scheduleList .row .cell_3 .anchorList .anchorItem .username {
    width: 50px;
    padding-top: 4px;
    font-size: 12px;
    text-align: center;
    color: #707070;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.schedule .right .scheduleList .row .cell_3 .anchorList .swiper-slide {
    width: 50px;
}
.schedule .right .scheduleList .row .cell_4 {
    width: 130px;
    height: 100%;
}
.schedule .right .scheduleList .row .cell_4 .tuidan_link {

}
.schedule .right .scheduleList .row .cell_4 .tuidan_link.disable {
    /*border: none;*/
    /*color: #707070;*/
}

.live-content {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.live-content .live-recommend h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #333333ff;
    margin-bottom: 20px;
}
.live-content .live-recommend .recommend-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.live-content .live-recommend .recommend-list-item {
    width: 212px;
    margin: 0 12px 14px 0;
}
.live-content .live-recommend .recommend-list-item .recommend-cover {
    width: 100%;
    height: 128px;
    -o-object-fit: cover;
    object-fit: cover;
}
.recommend-info {
    width: 100%;
    height: 72px;
    background-color: #fff;
    padding: 10px 10px 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend-info .recommend-title {
    font-size: 13px;
    color: #000000ff;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.recommend-info .recom {
    color: #999999ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.recommend-info .recom .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recommend-info .recom .name img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 4px;
}
.recommend-info .recom .recom-num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recommend-info .recom {
    color: #999999ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.live-content .ranking {
    width: 292px;
}
.live-content .ranking .ranking-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.live-content .ranking .ranking-title img {
    width: 20px;
    height: 20px;
}
.live-content .ranking h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #333333ff;
    margin-left: 10px;
}
.live-content .ranking .ranking-list {
    width: 292px;
    background-color: #fff;
}
.live-content .ranking .ranking-list .ranking-item {
    height: 65px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num1 {
    background-color: #ff4a53;
    color: #fff;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num2 {
    background-color: #fa6400;
    color: #fff;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num3 {
    background-color: #c7916c;
    color: #fff;
}
.live-content .ranking .ranking-list .ranking-item .ranking-item-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.live-content .ranking .ranking-list .ranking-item .attention {
    cursor: pointer;
    width: 70px;
    height: 30px;
    background: #e2fff5;
    border: 1px solid #00bd7e;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #00bd7e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.live-content .ranking .ranking-list .ranking-item .ranking-left .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 16px;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left .anchor-name {
    font-size: 12px;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left .anchor-name :first-child {
    color: #333333ff;
    padding-bottom: 8px;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left .anchor-name :last-child {
    color: #999999ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cell_1{
    display: flex;
    align-items: center;
}
.cell_1 img{
    width: 60px;
}
.timeinfo{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
.avatar span{
    padding: 0px 4px;
    background-color: #d81e06;
    border-radius: 4px;
    font-size: 10px;
    margin-top: -7px;
    position: absolute;
    bottom: -2px;
    left: 9px;
    color: #fff;
}
.cell_1{
    display: flex;
    align-items: center;
}
.cell_1 img{
    width: 60px;
}
.timeinfo{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
.anchorItem .avatar span{
    padding: 0px 4px;
    background-color: #d81e06;
    border-radius: 4px;
    font-size: 10px;
    margin-top: -7px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
}
.row{
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #E5E6EB;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    padding: 18px 32px 0;
}
.row .col{
    display: flex;
    align-items: center;
    width: 100%;
}
.row .col .competition_name{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #1D2129;
    margin-bottom: 10px;
}
.row:hover{
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .44);
}
.row .cell_1{
    border-right: 1px solid #E5E6EB;
    padding-right: 10px;
}
.row .cell_1 .timeinfo .competition_name{
    font-family: SourceHanSansCN;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #999999;
    width: 100%;

    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: pre-wrap !important;
}
.row .cell_1 .timeinfo .team_hour{
    font-family: SourceHanSansCN;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #333333;
}
.row .cell_2{
    width: 450px;
}
.row .cell_2 .gameData{
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.row .cell_2 .gameData .team{
    padding: 0px 10px;
    width: calc(100% - 88px);
}
.row .cell_2 .gameData .eventType{
    width: 20px;
    text-align: center;
    margin-left: auto;
}
.row .cell_2 .gameData .LogoUrl{
    width: 32px;
    height: 32px;
}
.row .cell_2 .gameData .LogoUrl img{
    width: 100%;
    height: 100%;
}
.row .cell_3{
    width: calc(100% - 580px);
    padding-left: 20px;
}
.row .cell_3 .anchorList .myswiper .anchorItem .avatar {
    width: 48px;
    height: 48px;
    position: relative;
}
.row .cell_3 .anchorList .myswiper .anchorItem .avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.row .cell_3 .anchorList .myswiper .anchorItem a{
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.row .cell_3 .anchorList .myswiper .anchorItem .username{
    font-family: SourceHanSansCN;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.row .cell_3 .anchorList .myswiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.row .cell_4{

    display: flex;
    align-items: center;
    justify-content: center;
}
.row .cell_4 .tuidan_link{
    margin: 0px;
}
.row .tuidan_link,.disable {
    font-family: SourceHanSansCN;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 5px;
    padding: 4px 8px;
    color: var(--theme-color-whith);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-red);
    width: 85px;
    height: 32px;
}
.row .tuidan_link .playing{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.row .subs{
    cursor: pointer;
    background: none;
}

.schedule_day{
    border-left: 4px solid var(--theme-color-red);
    font-family: SourceHanSansCN;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #333;
    padding: 0px 10px;
}
.live-videos .schedule_container .match_list_container:not(:nth-child(2)){
    margin-top: 40px;
}
.marginTop4{
    margin-top: 40px;
}
.row .cell_4 .subs{
    color: #F93B45;
    border: 1px solid #F93B45;
}
.row .cell_4 .isSub{
    color: #999999;
    border: 1px solid #E5E6EB;
}





























