@font-face {
    font-family: 'jiangxizhuokai';
    src: url("/static/fonts/jiangxizhuokai.woff");
}
.anchor_start_live .anchor_match_item-content-center .anchor_match_item-content-team img{
    width: 28px;
    height: 28px;
}
.anchor_match_item{
    width: 100%;
}
.anchor_start_live .image_bg{
    background-image: url("/static/img/home/home_right_anchor_bg_arrow.png"), linear-gradient(180deg, #E21C34 0%, #A01425 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.anchor_start_live .none_bg{
    background: none;
}
.anchor_match_item-team{
    height: 135px;
}
.anchor_start_live .anchor_match_item-team{
    border: 1px solid #fff;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    padding: 10px;
    box-sizing: border-box;
}

.anchor_start_live .anchor_match_item-team .anchor_match_item-title{
    font-family: 'SourceHanSansCN',system-ui;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.anchor_start_live .anchor_match_item-team .anchor_match_item-title .anchor_match_top-body{
    width: calc(50% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.anchor_start_live .anchor_match_item-content{
    height: calc(100% - 22px);
    /*height: calc(100% - 52px);*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    /*margin-top: 10px;*/
}
.anchor_start_live .anchor_match_item-content .anchor_match_item-content-center{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.anchor_start_live .anchor_match_item-content-team{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 47px);
}
.anchor_start_live .anchor_match_item-content-team .anchor_match_item-content-team-title{
    font-family: 'SourceHanSansCN',system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anchor_start_live .anchor_match_item-content-score{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
    width: 90px;
    min-width: 90px;

    display: flex;
    justify-content: center;
    font-family: "jiangxizhuokai", sans-serif;
}
.anchor_start_live .anchor_match_item-content-bottom{
    width: 100%;
    /*height: 30px;*/
    display: flex;
    align-items: center;
}
.anchor_start_live .anchor_match_item-content-bottom img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
}
.anchor_start_live .anchor_match_item-content-bottom .anchor_match_item-anchor-name{
    font-family: 'SourceHanSansCN',system-ui;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;

    display: inline-block;
    width: calc(100% - 34px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.start_live .anchor_match_item-content-left img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.anchor_match_item{
    width: 100%;
}
.start_live .image_bg{
    background-image: url("/static/img/home/home_right_anchor_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.start_live .none_bg{
    background: none;
}
.start_live .anchor_match_item-team{
    border: 1px solid #fff;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    padding: 10px;
    box-sizing: border-box;
}

.start_live .anchor_match_item-team .anchor_match_item-title{
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.start_live .anchor_match_item-team .anchor_match_item-title .anchor_match_top-body{
    width: calc(50% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.start_live .anchor_match_item-content{
    height: calc(100% - 22px);
    display: flex;
    align-items: center;
}
.start_live .anchor_match_item-content .anchor_match_item-content-left{
    height: 100%;
    width: calc(100% - 62px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.start_live .anchor_match_item-content-left-title{
    font-family: 'SourceHanSansCN',system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;

    width: calc(100% - 38px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.start_live .anchor_match_item-content-team{
    display: flex;
    align-items: center;
}
.start_live .anchor_match_item-content .anchor_match_item-content-right{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.start_live .anchor_match_score{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    color: #fff;
}

@Media screen and (min-width: 1920px) {
    .anchor_match_item-team{
        height: 180px;
    }
    .room_anchor_lives .anchor_match_item-team,
    .ffroom_anchor_lives .anchor_match_item-team{
        height: 124px;
    }
}