﻿html,
body {
    /* background: #f5f5f5; */
    margin: 0;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

p {
    margin: 0;
}

* {
    box-sizing: border-box;
}

ul,
ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* 进球背景 */
.ant #ballInBG {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.ant #ballInBG .ad {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.ant #ballInBG.guest .ad {}

.ant #ballInBG .bg {
    background: url(../../images/ant/floor2_1.jpg) no-repeat bottom center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ant #ballInBG .line {
    background: url(../../images/ant/BallIn.svg) no-repeat bottom center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.ant #ballInBG.guest .line {
    transform: scaleX(-1);
}

.ant #ballInBG .ad img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.ant #ballInBG .ad img:last-child {
    right: 0;
    left: unset;
}

/* 角球背景开始 */
.ant .pointBox.bgs {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #c4a47f;
    display: none;
}

.ant .pointBox.bgs .ad {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    bottom: 12px;
    left: 0;
}

.ant .pointBox.bgs .ad img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.ant .pointBox.bgs .ad img:last-child {
    right: 0;
    left: unset;
}

.ant .pointBox.bgs.homePoint {
    /* transform:rotateY(180deg);*/
}

.ant .pointBox.bgs .bg0,
.ant .pointBox.bgs .bg1,
.ant .pointBox.bgs .bg2,
.ant .pointBox.bgs .bg3 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: none;
}

/* 角球背景结束 */
.antLogo li {
    color: #2a51ac;
}

.antLogo li:nth-child(even) {
    color: #ffffff;
}

.ant .details {
    height: 14.24%;
    background: #363636;
    width: 100%;
    align-items: center;
    padding: 0 2vw;
    display: none;
}

.ant .details .title {
    flex: 0 0 3vw;
    text-align: center;
}

.ant .miniDetail {
    height: 4.498vw;
    background: #363636;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.ant .miniDetail .eventul {
    font-size: 14px;
    color: #e5e5e5;
    line-height: 16px;
    display: flex;
    flex: 0 0 50%;
}

.ant .miniDetail .eventul li {
    flex: 1;
    margin: 0;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, .5);
}

.ant .miniDetail .eventul li span {
    color: #ffffff;
    font-weight: 500;
}

.ant .miniDetail .eventul li img {
    width: 16px;
    height: 16px;
    margin: 0 4px 3px 0;
    vertical-align: middle;
}

.ant .subDetails {
    background: #363636;
    width: 100%;
    align-items: center;
    display: none;
}

.ant .match-info-panel {
    display: none;
}

.ant .bgs {
    width: 100%;
    height: 100%;
    position: relative;
}

.ant #groudBG .bg1 {
    width: 100%;
    height: 25.1vw;
    position: absolute;
    z-index: 4;
    bottom: 4.93vw;
}

.ant #groudBG .bg2 {
    width: 100%;
    height: 15.8vw;
    position: absolute;
    z-index: 3;
    bottom: 16.5vw;
    left: 0;
}

.ant #groudBG .bg2 .antLogo {
    /* background-color:rgba(0,0,0,.4);*/
    width: 76vw;
    height: 2.9vw;
    line-height: 2.2vw;
    margin: 2.7vw auto 0 auto;
    display: flex;
}

.ant #groudBG .bg2 .antLogo li {
    flex: 1;
    text-align: center;
}

.ant #groudBG .bg3 {
    width: 133%;
    height: 31.98vw;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.ant #groudBG .bg4 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #363636 !important;
}

.ant .match-info-panel {
    display: none;
}

/* 切换按钮开始 */
.btns {
    color: #ffffff;
    position: absolute;
    right: 2vw;
    top: 2vw;
    display: flex;
    z-index: 99999 !important;
}

.btns .items {
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    background-color: rgba(2, 2, 2, 0.8);
    margin-left: 5px;
    padding: 2px;
}

.btns .btn {
    width: 32px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    flex: 1;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.btns .btn.on {
    background: #509EDC;
    color: #ffffff;
}

.btns .btn.close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/ant/close.png") no-repeat center center;
    background-size: auto 50%;
}

.btns .btn.lock {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/ant/lock.png") no-repeat center center;
    background-size: auto 50%;
}

.btns .btn.unlock {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/ant/unlock.png") no-repeat center center;
    background-size: auto 50%;
}

/* 面板开始 */
.ant.v1 .details {
    display: flex;
}

.ant.v1 {
    height: 500px !important;
}

.ant.v2 {
    height: 165px;
}

.ant.v3 {
    height: 700px;
}

.ant.v3 .miniDetail {
    display: flex !important;
}

.ant.v4 {
    height: 800px;
}

.v4 .subDetails {
    display: block;
}

.v4 .subDetails .match-info-panel {
    display: block;
}

.ant.v5 {
    height: 900px;
}

.v5 .match-info-panel {
    /* height:31.18441vw;*/
    width: 100%;
    background-color: #3b4053;
    display: block;
}

.v5 .match-info-panel .tp-info {
    padding: 0 8px 8px 8px;
}

.v5 .match-info-panel .event-chart {
    margin: 10px 0;
}

.v5 .match-info-panel .stats {
    display: flex;
}

.v5 .match-info-panel .stats .details {
    display: flex;
    flex: 1;
    width: auto;
}

.v5 .match-info-panel .stats .details:last-child {
    border-left: solid 1px #000000;
}

.v5 .match-info-panel .stats .details .item-tag {
    width: 40px;
}

/* 面板结束 */
/* 大统计开始 */
.match-info-panel *,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.team-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
    /* min-height:32.98351vw;*/
    background-color: #363636;
    position: relative
}

.team-panel__minutes {
    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;
    width: 100%;
    height: 20px;
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    position: static;
}

.team-panel.is-simple-stats {
    min-height: auto
}

@-webkit-keyframes miTag-data-v-ec04c24e {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes miTag-data-v-ec04c24e {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.team-info-container {
    height: 31.18441vw;
    background: #24262d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-info-container .foul,
.team-info-container .foul {
    width: 12.89355vw;
    height: 4.7976vw;
    border-radius: .5997vw;
    background: #262626;
    color: #fff;
    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
}

.team-info-container.is-simple-stats {
    height: auto
}

.team-info-container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-info-container .team-detail {
    height: 6.44678vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.team-info-container .team-detail .away-team,
.team-info-container .team-detail .home-team {
    width: 37.48126vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-info-container .team-detail .away-team img,
.team-info-container .team-detail .home-team img {
    max-width: 2.9985vw;
    max-height: 2.9985vw;
    border-radius: .44978vw;
    background-color: #fff
}

.team-info-container .team-detail .away-team .name,
.team-info-container .team-detail .home-team .name {
    font-size: 2.09895vw;
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    line-height: inheirt;
    padding: 0 1.04948vw;
    display: block;
    white-space: nowrap;
    max-width: 29.98501vw;
    overflow: hidden;
    text-overflow: ellipsis
}

.team-info-container .team-detail .away-team .sign,
.team-info-container .team-detail .home-team .sign {
    width: 1.1994vw;
    height: 1.1994vw;
    border-radius: .14993vw
}

.team-info-container .team-detail .home-team {
    margin-left: 1.49925vw
}

.team-info-container .team-detail .home-team .sign {
    background: #E47938
}

.team-info-container .team-detail .away-team {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 1.49925vw
}

.team-info-container .team-detail .away-team .sign {
    background: #509EDC
}

.team-info-container .team-detail .center {
    height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /* justify-content:center;*/
}

.team-info-container .team-detail .center .status-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 10.49475vw;
    height: 2.24888vw;
    padding: 0 1.12444vw;
    border-radius: 0 0 .5997vw .5997vw;
    background: #363434;
    color: #9a9a9a;
    top: 0;
    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;
    font-size: 2.24888vw;
}

.team-info-container .team-detail .center .status-wrapper .quarter-remain-time {
    padding-left: .74963vw
}

.team-info-container .team-detail .center .score-wrapper {
    font-size: 2.09895vw;
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    line-height: inheirt;
    font-family: NotoSansHans-Regular, NotoSansHans;
    line-height: 4vw;
}

.team-info-container .wrapper-score-chart {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-info-container .wrapper-score-chart .team-infos p {
    font-size: 1.64918vw;
    font-weight: 400;
    color: #9a9a9a;
    padding: 0;
    margin: 0;
}

.team-info-container .wrapper-score-chart .team-infos {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5997vw 1.49925vw;
    z-index: 88;
    display: none;
}

.team-info-container .team-detail .center .score-wrapper .away-score,
.team-info-container .team-detail .center .score-wrapper .home-score {
    /* width:3.5982vw */
}

.team-info-container .team-detail .center .score-wrapper .home-score {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.team-info-container .team-detail .center .score-wrapper .tag {
    padding: 0 1.49925vw
}

.team-info-container .team-detail .center .not-start-wrapper {
    height: inherit;
    color: #fff;
    font-size: 2.3988vw;
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    line-height: inheirt;
    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
}

.team-info-container.is-ie .team-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: none;
    flex-direction: none
}

.team-info-container.is-ie .team-detail .score-wrapper {
    padding-top: 1.12444vw
}

.team-panel__mi-tag {
    -webkit-animation: miTag-data-v-ec04c24e 1s ease infinite;
    animation: miTag-data-v-ec04c24e 1s ease infinite
}

.match-panel[data-v-3d9411fe],
.tp-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center
}

.tp-info {
    padding: 0 2.24888vw
}

.tp-info,
.tp-info__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tp-info__stats {
    flex: 0 0 20vw;
    max-width: 200px;
    justify-content: flex-start;
}

.tp-info__stats.is-away {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tp-info__team {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.tp-info__sitem {
    display: flex;
    align-items: center
}

.tp-info__sitem {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 33.33%
}

.tp-info__sitem.is-away {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tp-info__sicon {
    width: 2.69865vw;
    height: 2.69865vw;
    max-width: 30px;
    max-height: 30px;
}

.tp-info__stext {
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    font-size: 2.5vw;
    color: #fff;
    /* margin-left:8px;*/
}

.tp-info__tleft {
    flex: 1;
    justify-content: flex-end;
    overflow: hidden;
}

.tp-info__tleft .tp-info__tname {
    text-align: right;
}

.tp-info__tcenter,
.tp-info__tleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tp-info__tcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    flex: 0 0 10vw;
    max-width: 100px;
}

.tp-info__tright {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.tp-info__tlogo {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: .74963vw
}

.tp-info__tname {
    font-size: 2.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.tp-info__tname,
.tp-info__tscore {
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    color: #fff;
}

.tp-info__tscore {
    height: 30px;
    padding: 0 8px;
    background-color: #1b1d25;
    border-radius: 4px
}

.tp-info__tscore {
    font-size: 20px !important;
}

.tp-info__tdivide,
.tp-info__tscore {
    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;
    font-size: 12px;
}

.tp-info__tdivide {
    width: 2.24888vw;
    height: 3.89805vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tp-info__tdivide:after,
.tp-info__tdivide:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%
}

.tp-info__tdivide:after {
    margin-top: 1.1994vw
}

.event-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 8px;
    height: 9.29535vw;
    max-height: 60px;
}

.event-chart__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 9.29535vw;
}

.event-chart__lname {
    font-family: Helvetica Neue, PingFangSC, Hiragino Sans GB, Microsoft YaHei, serif;
    font-weight: 400;
    font-size: 2.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50%;
}

.event-chart__right {
    width: 80%;
    position: relative
}

.event-chart__rbottom,
.event-chart__right .echarts {
    width: 100%;
    height: 100%
}

.event-chart__rbottom {
    position: absolute;
    top: 0;
    left: 0
}

.event-chart__rbottom .item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.event-chart__rbottom .item.is-home {
    top: 1.49925vw
}

.event-chart__rbottom .item.is-away {
    bottom: 0
}

.event-chart__rbottom .item img {
    width: 2.24888vw;
    height: 2.24888vw
}

.event-chart__rbottom .item img:not(:first-of-type) {
    margin-left: -1.49925vw
}

/* 大统计结束 */
/* 中型统计开始 */
.team-wrapper {
    background-color: #363636;
    padding-top: 8px
}

.team-wrapper.is-simple-stats {
    height: auto
}

.team-wrapper>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 8px
}

.team-wrapper .team-info-panel {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.49625vw;
    max-height: 30px;
}

.team-wrapper .team-info-panel .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%
}

.team-wrapper .team-info-panel .team>img {
    max-width: 26px;
    max-height: 26px;
    border-radius: .74963vw;
    background-color: #fff
}

.team-wrapper .team-info-panel .team>p {
    color: #fff;
    font-size: 14px;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    max-width: 20.98951vw;
    white-space: nowrap;
    text-overflow: ellipsis
}

.team-wrapper .team-info-panel .home-team {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.team-wrapper .team-info-panel .home-team>p {
    padding-right: 1.04948vw
}

.team-wrapper .team-info-panel .away-team {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.team-wrapper .team-info-panel .away-team>p {
    padding-left: 1.04948vw;
    margin: 0;
}

.team-wrapper .team-info-panel .score-panel {
    padding: 0 8px;
}

.team-wrapper .team-info-panel .score-panel .match-score>p {
    color: #fff;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.team-wrapper .team-info-panel .score-panel .match-score .tag {
    padding: 0 8px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
}

.team-wrapper .team-info-panel .score-panel .match-score .score {
    display: inline-block;
    min-width: 30px;
    padding: 0 4px;
    background-color: #1b1d25;
    font-weight: 400;
    font-family: NotoSansHans-Regular, NotoSansHans;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
}

.team-wrapper .team-info-panel .match-time-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    position: absolute;
    top: -.74963vw;
    right: 0;
    width: 15.29235vw;
    height: 3.5982vw;
    border-radius: 0 0 0 2.09895vw
}

.team-wrapper .team-info-panel .match-time-panel>p {
    display: inline-block;
    color: #fff;
    font-size: 1.7991vw;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    line-height: 3.5982vw
}

.team-wrapper .team-info-panel .match-time-panel .match-status {
    padding-left: 2.69865vw
}

.team-wrapper .team-info-panel .match-time-panel .match-time {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.team-wrapper .team-info-panel .match-time-panel .mi-tag {
    -webkit-animation: miTag-data-v-7c81e46c 1s ease infinite;
    animation: miTag-data-v-7c81e46c 1s ease infinite
}

@-webkit-keyframes miTag-data-v-7c81e46c {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes miTag-data-v-7c81e46c {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.team-wrapper .static-info {
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    height: 40px
}

.team-wrapper .static-info>div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.team-wrapper .static-info .data .item,
.team-wrapper .static-info>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
}

.team-wrapper .static-info .data .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex: 1;
}

.team-wrapper .static-info .data .item>img {
    max-width: 2.69865vw;
    max-height: 2.69865vw
}

.team-wrapper .static-info .data .item>p {
    display: inline-block;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 .5997vw;
    font-size: 2.5vw;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #fff;
}

.team-wrapper .static-info .data .item:last-child>p {
    padding-right: 0;
    width: auto
}

.team-wrapper .static-info .control-panel {
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
    flex: 0 0 60%;
}

.team-wrapper .static-info .control-panel .item-tag {
    font-size: 2.5vw;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #fff;
    line-height: 2.69865vw
}

.team-wrapper .static-info .control-panel .item-tag-home {
    padding-right: .89955vw
}

.team-wrapper .static-info .control-panel .item-tag-away {
    padding-left: .89955vw
}

.team-wrapper .static-info .control-panel .title {
    font-size: 2.5vw;
    width: 100px;
    text-align: center;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #fff;
}

.team-wrapper .static-info .control-panel .line-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    background-color: #1b1d25;
    height: 12px;
    border-radius: .14993vw;
    overflow: hidden
}

.team-wrapper .static-info .control-panel .line-bg-home {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.team-wrapper .static-info .control-panel .line-bg .line {
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: 2px;
}

/* 中型统计结束 */
.barrage-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.barrage-item {
    animation: move-right 20s linear infinite;
    position: absolute;
    white-space: nowrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1000px;
    line-height: 20px;
    left: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.barrage-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

@keyframes move-right {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.btns {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    z-index: 99999 !important;
}

.btns .items {
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    background-color: rgba(2, 2, 2, 0.8);
    margin-left: 5px;
    padding: 2px;
}

.btns .btn {
    width: 32px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    flex: 1;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.btns .btn.on {
    background: #26980B;
    color: #ffffff;
}

.btns .btn.close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/ant/close.png") no-repeat center center;
    background-size: auto 50%;
}

.btns .btn.lock {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/ant/lock.png") no-repeat center center;
    background-size: auto 50%;
}

.btns .btn.unlock {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/ant/unlock.png") no-repeat center center;
    background-size: auto 50%;
}

html,
body {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ant .clothes {
    display: flex;
    background: url(../../images/ant/clothes.svg) no-repeat center;
    background-size: 100%;
    flex: 0 0 25px;
    width: 25px;
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    height: 20px;
    margin-right: 3px;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-weight: bold;
}

.ant .clothes.home {
    background: url(../../images/ant/clothes_home.svg) no-repeat center;
    background-size: 100%;
}

/* .ant .player{border-top:solid 1px #cccccc;margin-top:5px;padding-top:6px;font-size:13px;font-weight:normal;display:flex;align-items:center;flex:0 0 100%;}
*/
.ant .player {
    /* position:absolute;top:97%;left:0;margin:0;padding:3px !important;display:flex;align-items:center;justify-content:flex-start;font-weight:normal;color:#ffffff;font-size:12px;width:100%;line-height:normal !important;text-shadow:0 2px 2px rgba(0,0,0,0.3);*/
    position: absolute;
    top: 97%;
    right: 0;
    margin: 0;
    padding: 3px 10px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    width: auto !important;
    min-width: 88px;
    overflow: hidden;
    border-radius: 4px;
    max-width: 100%;
    justify-content: flex-end;
    background:unset;
}

.ant .player .name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant .player .clothes {
    flex: 0;
    background: none;
    padding: 0 !important;
    width: auto !important;
    margin: 0 !important;
}

/* 客 */
.ant .player::before {
    top: 0;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 11px;
    border-top: solid 1px #3e453e;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 26px;
    right: -10px;
    transform: skewX(32deg);
}

/* 主 */
.ant .home .player {
    left: 0;
    right: unset;
    justify-content: flex-start;
}

.ant .home .player::before {
    top: 0;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 0 11px 4px;
    border-top: solid 1px #3e453e;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 26px;
    left: -10px;
    right: unset;
    transform: skewX(332deg);
}

.ant .playerBox .info {
    width: 100%;
}

.ant .playerBox {
    position: absolute;
    z-index: 5 !important;
    /* -webkit-animation:0.3s 0.3s forwards msgEnter ease;*/
    /* animation:0.3s 0.3s forwards msgEnter ease;*/
    background: rgba(0, 0, 0, .3);
    color: #ffffff;
    min-width: 80px;
    opacity: 1;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    left: 40px;
    top: -30px;
    width: auto !important;
}

.ant .playerBox.home {
    left: 0;
    top: -30px;
    flex-direction: row-reverse;
}

.ant .playerBox.home .player,
.ant .playerBox.home .name,
.ant .playerBox.home .event {
    text-align: right;
    justify-content: flex-end;
}

.ant .playerBox .clothes {
    flex: 0 0 26px;
    width: 26px;
    height: 100%;
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    margin-left: 8px !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    font-size: 13px !important;
}

.ant .playerBox.home .clothes {
    margin-left: 3px;
    margin-right: 0px !important;
}

.ant .playerBox.away .player {
    justify-content: flex-start !important;
}

.ant .playerBox .name {
    font-size: 16px;
    line-height: 16px;
}

.ant .playerBox .event {
    color: #FFDA00;
    font-size: 14px;
    line-height: 16px;
}

#homeLineArea,
#guestLineArea {
    position: absolute;
    top: 10%;
    left: 0;
    height: 90%;
    width: 100%;
}

#guestLineArea {
    bottom: 0;
    top: 0;
}

/* new bg start */
.sr-bb .sr-lmt-pitch-soccer__noise {
    background-size: 40px 40px;
    position: absolute;
    top: unset !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sr-bb .sr-lmt-pitch-soccer__container {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sr-bb .sr-lmt-pitch-soccer__svg-container {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /* background:rgba(0,0,0,0.3);border:solid 1px red;*/
    height: 50vw;
    z-index: 9;
    top: unset;
}

.sr-bb .sr-lmt-pitch-soccer__svg-container .logo {
    position: absolute;
    bottom: 22%;
    text-align: center;
    background: transparent;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.6;
    letter-spacing: 3px;
    margin-left: 3px;
}

.sr-bb .blink,
.sr-bb .blink2,
.sr-bb .blink3 {
    width: 2px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    animation: flash 2s infinite;
    opacity: 0;
    box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.5);
}

@keyframes flash {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.sr-bb .sr-lmt-pitch-soccer__svg-container .blink2 {
    animation: flash2 2.5s infinite;
}

@keyframes flash2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.sr-bb .sr-lmt-pitch-soccer__svg-container .blink3 {
    animation: flash3 2.5s infinite;
}

@keyframes flash3 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.sr-bb .sr-lmt-pitch-soccer__svg-container.srm-is-light {
    opacity: .25
}

.sr-bb .sr-lmt-pitch-soccer__svg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.sr-bb .sr-lmt-pitch-soccer__overlay {
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, transparent 0, rgba(0, 0, 0, .15) 100%);
    background: radial-gradient(ellipse closest-corner at 50% 50%, transparent 0, rgba(0, 0, 0, .15) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.sr-bb .sr-lmt-pitch-soccer__stripes {
    position: absolute;
    left: 6.7%;
    right: 1.7%;
    top: 0;
    bottom: 0;
    background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, .08) 50%, transparent 0);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, .08)), color-stop(0, transparent));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .08) 50%, transparent 0);
    background-size: 14.575% 1%
}

.sr-bb .sr-lmt-pitch-soccer__stripes.srm-is-light {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .025) 50%, transparent 0);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, .025)), color-stop(0, transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .025) 50%, transparent 0)
}

.sr-bb .sr-lmt-pitch-soccer__noise {
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.sr-bb .sr-lmt-pitch-soccer__noise.srm-is-light {
    opacity: .5
}

.sr-bb .sr-lmt-pitch-soccer__spotlight {
    position: absolute
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-corner {
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .12) 0, transparent 75%);
    background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .12) 0, transparent 75%);
    width: 15%;
    height: 15%
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-top {
    top: -5%
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-bottom {
    bottom: -5%
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-left {
    left: -5%
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-right {
    right: -5%
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-bottom.srm-right,
.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-top.srm-left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-bottom.srm-left,
.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-top.srm-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-center {
    left: 50%;
    top: 50%;
    width: 30;
    height: 66%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .1) 0, transparent 75%);
    background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .1) 0, transparent 75%)
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-goal-left {
    left: 0
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-goal-right {
    right: 0
}

.sr-bb .sr-lmt-pitch-soccer__spotlight.srm-goal {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 20%;
    height: 44%;
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .16) 0, transparent 75%);
    background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .16) 0, transparent 75%)
}

.sr-bb .sr-lmt-pitch-soccer__custom-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

/* new bg end */
.home .time,
.homeEventBox .time,
.ant .teamClothes_0 .time,
.ant .ABall_0 .team .time,
.ant .DABall_0 .team .time,
.ant .offside_0 .team .time,
.ant .DBall_0 .team .time,
.ant .cornerBall_1 .team .time,
.ant .cornerBall_2 .team .time,
.ant .lineBall_0 .team .time,
.ant .pointBall_0 .team .time {
    background: #da793d !important;
}

.teamName {
    color: #ffffff;
    font-weight: normal !important;
    white-space: nowrap;
}

/* 球衣开始 */

/* 无after球衣 */
.homeEventBox .teamName::after {
    background: none;
    content: unset;
    display: none
}

/* 球衣结束 */
.debug {
    background: #FFF;
    bottom: 0px;
    height: 40%;
    overflow-y: auto;
    position: fixed;
    font-size: 12px;
    font-family: "微软雅黑";
    right: 0;
}

.debug .debugwidths {
    display: flex;
    padding: 0;
    white-space: nowrap;
    margin-left: 10px;
}

.debug .debugwidths li {
    border: solid 1px #cccccc;
    list-style: none;
    border-radius: 4px;
    padding: 5px;
    margin-right: 8px;
    flex: 1;
    cursor: pointer;
    font-size: 15px;
}

.debug .debugwidths .on {
    background: #FF9800;
    border: solid 1px #FF9800;
    color: #fff;
}

.debug table {
    background: #CCC;
}

.debug table tr td {
    background: #FFC;
    line-height: normal;
    padding: 1px;
    word-break: break-all;
}

.debug table tr td a {
    display: block;
    background: #FFF;
    white-space: nowrap;
    text-align: center;
    color: #333;
    text-decoration: none;
    line-height: normal;
    padding-right: 5px;
    padding-left: 5px;
}

.debug .title {
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}

.debugPlane {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
}

.demo {
    width: 790px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFDF3;
    height: 1000px;
}

.barData .item {
    padding: 0 40px;
    font-size: 12px;
    height: 34px;
    width: 100%;
    display: flex;
    align-items: center;
}

.barData .item>div {
    height: 34px;
    line-height: 34px;
}

.barData .item .home,
.barData .item .guest {
    width: 50%;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}

.barData .item .home .ibg,
.barData .item .home {
    flex-direction: row-reverse;
}

.barData .item .home i {
    display: block;
    height: 7px;
    background: #E47938;
}

.barData .item .tit {
    flex: 0 0 60px;
}

.barData .item .guest i {
    display: block;
    height: 7px;
    background: #509EDC;
}

.barData .item .home .ibg,
.barData .item .guest .ibg {
    height: 7px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex: 0 0 calc(100% - 40px)
}

.barData .item .home .num,
.barData .item .guest .num {
    width: 40px;
    flex: 0 0 40px;
    text-align: center;
}

/* ... */
.rsmchar {
    padding: 6px;
    background: var(--bg-color-1);
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.ant.sr-bb {
    max-width: 1080px;
    width: 100%;
    height: 49.8vw;
    background: #333333;
    font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    position: relative !important;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.theme--dark .ant {
    opacity: 0.7;
}

.ant h4 {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}

.ant .team div {
    font-weight: bold;
    line-height: 16px;
    text-align: left;
}

.ant .team .txt {
    color: #FFDF03;
    font-size: 14px;
}

.ant>div {
    margin: 0px;
}

/* msgBox star */
.ant ul,
.ant ul li {
    list-style-type: none;
    padding: 0;
    border: 0 !important;
}

.ant .nobg {
    background: transparent !important;
}

.ant .msgBox {
    -webkit-animation: 0.3s 0.3s forwards msgEnter ease;
    animation: 0.3s 0.3s forwards msgEnter ease;
    min-width: 150px;
    min-height: 52px;
    opacity: 1;
    position: relative;
    border-radius: 4px;
    padding: 10px 50px 10px 50px;
}

.ant .max {
    padding: 0 120px 0 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height:15%;*/
    min-height: 65px;
}

.ant .max .event {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.ant .max .event .txt,
.ant .max .event .teamName {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ant .max .iconBox {
    top: 50% !important;
    width: 100px !important;
    height: auto !important;
    transform: translateY(-50%);
}

/* SVG坐标修正开始 */
.stopIt .iconBox svg {
    transform: translate3d(0px, 0, 0px) !important;
}

.shotOut .iconBox svg {
    transform: translate3d(0px, 0, 0px) !important;
}

.shotLost .iconBox svg {
    transform: translate3d(10px, -7px, 0px) !important;
}

.shotOut .iconBox svg {
    transform: translate3d(0, -7px, 0px) !important;
}

/* SVG坐标修正结束 */
.ant .msgBoxStatic {
    -webkit-animation: 0.3s 0.3s forwards msgEnterCenter ease;
    animation: 0.3s 0.3s forwards msgEnterCenter ease;
    opacity: 1;
    position: relative;
    border-radius: 4px;
    min-width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 50px 10px 50px;
}

.ant .msgBoxStatic span.icon,
.ant .msgBox span.icon {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.ant .msgBoxStatic span.icon>*,
.ant .msgBox span.icon>* {
    max-width: 100%;
    max-height: 100%;
}

.ant .msgBox .icon {
    margin: 5px 0 0 0;
}

.ant .msgBoxStatic .event,
.ant .msgBox .event {
    float: left;
}

.ant .msgBoxStatic .time,
.ant .msgBox .time {
    color: #ffffff;
    position: absolute;
    border-radius: 4px;
    background: #379FFF;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    padding-left: 2px;
}

.ant .msgBoxStatic .time.def,
.ant .msgBox .time.def {
    background: #f1f1f1 !important;
    color: #333333;
}

.ant .msgBoxStatic .iconBox,
.ant .msgBox .iconBox {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 10px;
}

.ant .msgBoxStatic embed,
.ant .msgBox embed {
    max-width: 100%;
    height: 100%;
    width: auto;
}

@-webkit-keyframes msgEnterCenter {
    to {
        color: #fff !important;
        background: rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes msgEnterCenter {
    to {
        color: #fff !important;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        opacity: 1;
    }
}

@-webkit-keyframes msgEnter {
    to {
        color: #fff !important;
        background: rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        opacity: 1;
    }
}

@keyframes msgEnter {
    to {
        color: #fff !important;
        background: rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        opacity: 1;
    }
}

@-webkit-keyframes txtEnter {
    0% {
        transform: translateX(-30px);
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes txtEnter {
    0% {
        transform: translateX(-30px);
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.ant .msgBox .ball {
    -webkit-animation: 0.3s forwards txtEnter ease;
    animation: 0.3s forwards txtEnter ease;
    opacity: 0;
    color: #333 !important;
    position: absolute;
    right: -10px;
    top: 10px;
    margin: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: solid 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
}

.ant .msgBox .txt {
    -webkit-animation: 0.6s 0.3s forwards txtEnter ease;
    animation: 0.6s 0.3s forwards txtEnter ease;
    opacity: 0;
    white-space: nowrap;
    display: block;
    color: #FFDF03;
    text-align: left;
}

.ant .msgBox .teamName {
    -webkit-animation: 0.9s 0.3s forwards txtEnter ease;
    animation: 0.9s 0.3s forwards txtEnter ease;
    opacity: 0;
    text-align: left;
    color: #FFFFFF;
}

/* msgBox end */
.ant .left {
    float: left;
    width: 100%;
}

.ant .liveBox {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding-top: 10px;
    /* background:rgba(0,255,0,0.5);*/
}

.ant .liveBox>* {
    position: absolute;
    z-index: 5;
}

.ant .liveBox svg {
    z-index: 3;
}

.ant .liveBox .cornerBall_0 {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 2;
}

.ant .liveBox .cornerBall_0 .team {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    right: 5%;
    bottom: 15%;
}

.ant .liveBox .cornerBall_0 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
    left: -10px;
    right: unset;
}

.ant .liveBox .cornerBall_1 .time,
.ant .liveBox .cornerBall_2 .time {
    background: #da793d !important;
}

.ant .liveBox .cornerBall_1 .icon,
.ant .liveBox .cornerBall_2 .icon {
    background: url("../../images/ant/icons/goalKick_home.svg") center center;
    background-size: 100%;
}

.ant .liveBox .cornerBall_1 {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 2;
}

.ant .liveBox .cornerBall_1 .team {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 999;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    position: absolute;
    left: 5%;
    bottom: 15%;
}

.ant .liveBox .cornerBall_1 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
}

.ant .liveBox .cornerBall_2 {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 2;
}

.ant .liveBox .cornerBall_2 .team {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 999;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    position: absolute;
    left: 5%;
    bottom: 12%;
}

.ant .liveBox .cornerBall_2 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
}

.ant .liveBox .cornerBall_3 {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 2;
}

.ant .liveBox .cornerBall_3 .team {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    right: 5%;
    bottom: 15%;
}

.ant .liveBox .cornerBall_3 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
    left: -10px;
    right: unset;
}

.ant .liveBox .cornerBall_0 .time,
.ant .liveBox .cornerBall_3 .time {
    background: #379FFF !important;
}

.ant .liveBox .cornerBall_0 .icon,
.ant .liveBox .cornerBall_3 .icon {
    background: url("../../images/ant/icons/goalKick.svg") center center;
    background-size: 100%;
}

.ant .liveBox .lineBall_0,
.ant .liveBox .lineBall_1,
.ant .liveBox .lineBall_2,
.ant .liveBox .lineBall_3 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0 !important;
    top: 50%;
}

.ant .liveBox .lineBall_0 .icon {
    background: url("../../images/ant/icons/lineOut_home.svg") center center;
    background-size: 100%;
}

.ant .liveBox .lineBall_1 .icon {
    background: url("../../images/ant/icons/lineOut.svg") center center;
    background-size: 100%;
}

.ant .liveBox .lineBall_0 .team,
.ant .liveBox .lineBall_1 .team,
.ant .liveBox .lineBall_2 .team,
.ant .liveBox .lineBall_3 .team {
    z-index: 999;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 20%;
    left: 50%;
}

.ant .liveBox .lineBall_0 .team .teamName {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .lineBall_0 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
}

.ant .liveBox .lineBall_1 .team .teamName {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .lineBall_1 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
}

.ant .liveBox .lineBall_2 .team .teamName {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .lineBall_2 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
}

.ant .liveBox .lineBall_3 .team .teamName {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .lineBall_3 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
}

.ant .liveBox .star {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0%;
    display: none;
    transform: translateY(-50%);
}

.ant .liveBox .star .team {
    z-index: 999;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.ant .liveBox .stopIt,
.ant .liveBox .shotIn,
.ant .liveBox .shotOut,
.ant .liveBox .shotLost {
    line-height: normal;
    text-align: center;
    padding: 10px 15px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    display: none;
    position: absolute;
    width: 100%;
    height: 98px;
    bottom: 5.5vw;
    left: 0%;
    /* background-color:rgba(255,0,0,.25) !important;*/
}

.ant .liveBox .stopIt .team {
    z-index: 999;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #359539;
}

.ant .liveBox .shotIn .team {
    z-index: 999;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #359539;
}

.ant .liveBox .shotIn .iconBox {
    background: url("../../images/ant/icons/goalKick.svg") center center;
    background-size: 100%;
}

.ant .liveBox .shotIn.home .iconBox {
    background: url("../../images/ant/icons/goalKick_home.svg") center center;
    background-size: 100%;
}

.ant .liveBox .shotOut .team {
    z-index: 999;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #359539;
}

.ant .liveBox .shotLost .team {
    z-index: 999;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #359539;
}

.ant .liveBox .msg {
    min-width: 40% !important;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 54%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ant .liveBox .msg>* {
    flex: 1;
}

.ant .liveBox .msg .icon {
    margin: 0;
    height: 30px;
}

.ant .liveBox .msg span {
    display: block;
    color: #FFDF03;
    text-align: center;
}

.ant .default_simple {
    width: 100%;
    height: 40vw;
    left: 0;
    position: absolute;
    display: none;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

.ant .default_simple .msgBox {
    color: #ffffff;
    padding: 10px;
    width: 90%;
    height: 85%;
    max-width: 450px;
    max-height: 235px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    text-align: center;
    -webkit-animation: none;
    animation: none;
    background: rgba(0, 0, 0, .6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.ant .default_simple .timeBox {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ant .default_simple .timeBox li {
    -webkit-box-flex: 1;
    line-height: 22px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ant .default_simple .timeBox li span {
    display: block;
    margin: 0 auto;
    width: 80%;
    color: #333333;
    line-height: 40px;
    border-radius: 4px;
    background: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.ant .default_simple .teams {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* border:solid 1px rgba(255,255,255,0.3);*/
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

.ant .default_simple .teams .vs {
    font-weight: bold;
    font-size: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .default_simple .teams .homeTeam,
.ant .default_simple .teams .guestTeam {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 25px);
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    line-height: normal;
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ant .default_simple .teams .homeTeam {
    text-align: right;
}

.ant .default_simple .tianqi {
    text-align: center;
}

.ant .default_simple .tianqi .data2 {
    padding: 3px;
    text-align: center;
    line-height: normal;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* position:absolute;bottom:0;right:0;left:0;*/
    text-align: center;
    line-height: normal;
}

.ant .liveBox .default {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    background: url(../../images/ant/defBG.png) no-repeat center center;
    left: 0%;
    display: none;
}

.ant .liveBox .default .homeTeam {
    position: absolute;
    text-align: right;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    width: 42%;
    left: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .default .guestTeam {
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    width: 42%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .default .tianqi {
    left: 50%;
    margin-left: -125px;
    bottom: 0px;
    position: absolute;
    width: 250px;
}

.ant .liveBox .default .tianqi .data2 {
    width: 100%;
    height: 100%;
    padding: 3px;
    text-align: center;
    background: url(../../images/ant/tianqiBG_05.png) no-repeat center bottom;
    line-height: normal;
}

.ant .liveBox .offside_1 {
    position: absolute;
    display: none;
    width: 50%;
    height: 23.6vw;
    bottom: 5.3vw;
    right: 49.7vw;
    background: url(../../images/ant/icons/offside.svg) no-repeat left bottom;
    background-size: auto 100%;
    z-index: 5;
}

.ant .liveBox .offside_1 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.ant .liveBox .offside_1 .team .ball {
    color: #FFDF03;
    line-height: normal;
}

.ant .liveBox .offside_0 {
    position: absolute;
    display: none;
    width: 50%;
    height: 23.6vw;
    bottom: 5.3vw;
    left: 49.7vw;
    background: url(../../images/ant/icons/offside.svg) no-repeat left bottom;
    background-size: auto 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 5;
}

.ant .liveBox .offside_0 .msgBox {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ant .liveBox .offside_0 .team {
    z-index: 999;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: -25%;
}

.ant .liveBox .offside_0 .team .ball {
    color: #FFDF03;
    line-height: normal;
}

.ant .liveBox .DBall_0 {
    position: absolute;
    bottom: 25%;
    margin-top: 20%;
    height: 28px;
    width: 60px;
    display: none;
    left: 15px;
    z-index: 5;
}

.ant .liveBox .DBall_0 .iconBox {
    background: url("../../images/ant/icons/goalKick_home.svg") center center;
    background-size: 100%;
}

.ant .liveBox .DBall_0 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 5%;
    top: -400%;
}

.ant .liveBox .DBall_0 .team .ball {
    line-height: normal;
    left: -10px;
    top: -10px;
}

.ant .liveBox .DBall_1 {
    position: absolute;
    bottom: 25%;
    margin-top: 20%;
    height: 28px;
    width: 60px;
    display: none;
    right: 15px;
    z-index: 5;
}

.ant .liveBox .DBall_1 .iconBox {
    background: url("../../images/ant/icons/goalKick.svg") center center;
    background-size: 100%;
}

.ant .liveBox .DBall_1 .team {
    z-index: 999;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 5%;
    top: -335%;
}

.ant .liveBox .DBall_1 .team .ball {
    top: -10px;
    color: #FFDF03;
    line-height: normal;
}

.ant .liveBox .ABall_0,
.ant .liveBox .ABall_1,
.ant .liveBox .DABall_0,
.ant .liveBox .DABall_1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5;
    bottom: 10%;
}

.ant .liveBox .ABall_0 .iconBox,
.ant .liveBox .DABall_0 .iconBox {
    background: url("../../images/ant/icons/freeBall_home.svg") center center;
    background-size: 100%;
}

.ant .liveBox .ABall_1 .iconBox,
.ant .liveBox .DABall_1 .iconBox {
    background: url("../../images/ant/icons/freeBall.svg") center center;
    background-size: 100%;
}

.ant .liveBox .ABall_0 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    right: 50%;
    bottom: 27.5%;
    left: auto;
    z-index: 5;
    transform: translateX(50%);
}

.ant .liveBox .ABall_0 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
    padding-right: 15px;
}

.ant .liveBox .ABall_1 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: 27.5%;
    z-index: 5;
    transform: translateX(-50%);
}

.ant .liveBox .ABall_1 .team .ball {
    color: #FFDF03;
    left: -10px;
    right: unset;
    line-height: normal;
    display: block;
    text-align: left;
    padding-left: 15px;
}

.ant .liveBox .DABall_0 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    right: 50%;
    /*top: 38%;*/
    left: auto;
    z-index: 5;
    transform: translateX(50%);
}

.ant .liveBox .DABall_0 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
    padding-right: 15px;
}

.ant .liveBox .DABall_1 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: 27.5%;
    z-index: 5;
    transform: translateX(-50%);
}

.ant .liveBox .DABall_1 .team .ball {
    color: #FFDF03;
    line-height: normal;
    left: -10px;
    right: unset;
    display: block;
    text-align: left;
}

.ant .liveBox .pointBallLoss_0 {
    position: absolute;
    width: 100%;
    height: 37%;
    bottom: 27.5%;
    left: 0%;
    display: none;
    z-index: 2;
}

.ant .liveBox .pointBallLoss_0 .iconBox {
    background: url(../../images/ant/pointBallLoss.svg) no-repeat top center;
    background-size: auto 100%;
    width: 70px;
    height: 100% !important;
}

.ant .liveBox .pointBallLoss_1 .iconBox {
    background: url(../../images/ant/pointBallLoss_away.svg) no-repeat top center;
    background-size: auto 100%;
    width: 70px;
    height: 100% !important;
}

.ant .liveBox .pointBallLoss_1 .time {
    background: #379FFF !important;
}

.ant .liveBox .pointBallLoss_1 {
    position: absolute;
    width: 100%;
    height: 37%;
    bottom: 27.5%;
    left: 0%;
    display: none;
    z-index: 2;
}

.ant .liveBox .pointBall_0 {
    position: absolute;
    display: none;
    width: 100%;
    height: 25vw;
    bottom: 4.4vw;
    left: 0%;
    z-index: 2;
}

.ant .liveBox .pointBall_0 .iconBox {
    background: url(../../images/ant/pointBall.svg) no-repeat center center;
    background-size: auto 100%;
    width: 70px !important;
    height: 70% !important;
}

.ant .liveBox .pointBall_1 .iconBox {
    background: url(../../images/ant/pointBall_away.svg) no-repeat center center;
    background-size: auto 100%;
    width: 70px !important;
    height: 70% !important;
}

.ant .liveBox .pointBall_0 .team .ball {
    color: #FFDF03;
    line-height: normal;
    display: block;
    padding-right: 15px;
}

.ant .liveBox .pointBall_0 .area,
.ant .liveBox .pointBall_1 .area {
    background: url(../../images/ant/area.svg) no-repeat;
    background-size: 100%;
    height: 54.5%;
    position: absolute;
    right: 5.5%;
    bottom: 28%;
    width: 19.7%;
    animation: area 1s infinite;
}

.ant .liveBox .pointBall_1 .area {
    transform: scaleX(-1);
    right: unset;
    left: 6.1%;
    height: 54.5%;
    bottom: 20%;
    width: 18.7%;
}

@keyframes area {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ant .liveBox .pointBallLoss_0 .team,
.ant .liveBox .pointBallLoss_1 .team,
.ant .liveBox .pointBall_0 .team,
.ant .liveBox .pointBall_1 .team {
    z-index: 999;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    left: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.ant .liveBox .pointBall_1 {
    width: 100%;
    height: 23.7vw;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    /* background:rgba(255,0,0,0.5);*/
}

.ant .liveBox .pointBall_1 .team .ball {
    left: -10px;
    line-height: normal;
    display: block;
}

.ant .liveBox .pointBall_1 .team .txt {
    text-align: left;
}

.ant .liveBox .ballIn,
.ant .liveBox .ballIn_0 {
    /* height: 100%; */
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 180%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 2px;
    display: none;
    top: 30px;
    z-index: 2;
    background-size: 100%;
}

.ant .liveBox .ballIn .on {
    color: #FFDF03;
}

.ant .liveBox .ballIn_0 .on {
    color: #FFDF03;
}

.ant .liveBox .ballIn .scoreBox.team,
.ant .liveBox .ballIn_0 .scoreBox.team {
    font-size: 18px;
    padding: 0 10px;
}

.ant .liveBox .ballIn_1 {
    /* height: 100%; */
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 180%;
    text-align: center;
    font-weight: bold;
    /* line- */
    display: none;
    top: 30px;
    background-size: 100%;
    z-index: 2;
}

.ant .liveBox .ballIn_1 .eventStr {
    position: absolute;
    left: 0px;
    top: 86px;
    background: rgba(0, 0, 0, .6);
    line-height: 30px;
    height: 30px;
    width: 35%;
    -webkit-animation: fadeInLeft 1s forwards;
    animation: fadeInLeft 1s forwards;
    border-radius: 4px;
    border-radius: 0 4px 4px 0;
}

.ant .liveBox .ballIn_0 .eventStr {
    position: absolute;
    right: 0px;
    top: 86px;
    background: rgba(0, 0, 0, .6);
    line-height: 30px;
    height: 30px;
    width: 35%;
    -webkit-animation: fadeInRight 1s forwards;
    animation: fadeInRight 1s forwards;
    border-radius: 4px 0 0 4px;
}

.ant .liveBox .ballIn_1 .player,
.ant .liveBox .ballIn_0 .player {
    line-height: normal;
    padding: 8px;
    margin: 0;
    justify-content: center;
}

.ant .liveBox .ballIn_1 .scoreBox {
    border-radius: 0 4px 0 0;
    position: absolute;
    left: 0px;
    top: 120px;
    background: rgba(0, 0, 0, .6);
    line-height: 40px;
    width: auto;
    min-width: 150px;
    height: 40px !important;
    -webkit-animation: fadeInLeft 1s forwards;
    animation: fadeInLeft 1s forwards;
}
.ant .liveBox .ballIn_0 .scoreBox span,.ant .liveBox .ballIn_1 .scoreBox span {display: inline-block !important;}
.ant .liveBox .ballIn_0 .scoreBox {
    border-radius: 4px 0 0 0;
    position: absolute;
    right: 0px;
    top: 120px;
    background: rgba(0, 0, 0, .6);
    line-height: 40px;
    width: auto;
    min-width: 150px;
    height: 40px !important;
    -webkit-animation: fadeInRight 1s forwards;
    animation: fadeInRight 1s forwards;
}

@-webkit-keyframes fadeInLeft {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

.ant .liveBox .ballIn>div,
.ant .liveBox .ballIn_0>div,
.ant .liveBox .ballIn_1>div {
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 20%;
}

.ant .liveBox .ballIn_1 .on {
    color: #FFDF03;
}

.ant .liveBox .foul {
    position: absolute;
    width: auto;
    height: auto !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
    z-index: 5;
}

.ant .liveBox .foul img {
    position: relative;
    opacity: 0;
    -webkit-animation: foulImg forwards 0.3s 1s linear;
    animation: foulImg forwards 0.3s 1s linear;
}

.ant .liveBox .foul .time {
    background: #ffffff;
    color: #333333 !important;
}

@-webkit-keyframes foulImg {
    0% {
        bottom: -50px;
        opacity: 0;
    }

    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@keyframes foulImg {
    0% {
        bottom: -50px;
        opacity: 0;
    }

    100% {
        bottom: 10px;
        opacity: 1;
    }
}

.ant .liveBox .redCard,
.ant .liveBox .yellowCard {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    width: auto;
    padding: 10px;
    left: 50%;
    font-size: 15px;
    margin-top: 5%;
    padding: 15px 15px 15px 55px
}

.ant .liveBox .homeEventBox {
    /* background:rgba(0,0,0,0.5);*/
    padding-right: 20px;
    width: 100%;
    position: absolute;
    height: 23.6vw;
    ;
    overflow: hidden;
    /* clip-path:polygon(17vw -1vw,80vw -4vw,162vw 124vw,-12vw 45vw);*/
    bottom: 5vw;
    left: 0;
    display: none;
    opacity: 1;
}

.ant .liveBox .homeEventBox .teamName,
.ant .liveBox .guestEventBox .teamName {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 13px;
}

.ant .liveBox .homeEventBox .clothes,
.ant .liveBox .guestEventBox .clothes {
    width: 26px;
    height: 26px;
    flex: 0 0 26px !important;
    margin: 0 5px !important;
    font-size: 13px !important;
}

.ant .liveBox .homeEventBox .team {
    max-width: 96%;
    height: auto;
    z-index: 999;
    font-weight: bold;
    text-align: left;
    top: 45%;
    position: absolute;
    display: flex;
    transform: translateY(-50%);
    right: 10%;
}

.ant .liveBox .homeEventBox .team .ball {
    color: #FFDA00;
    text-align: right;
}

.ant .liveBox .homeEventBox .ctrlBG {
    background: url(../../images/ant/kq.svg) no-repeat 3px 62.8%;
    background-size: 100%;
    width: 100%;
    display: none;
    height: 100%;
}

.ant .liveBox .homeEventBox .attackBG {
    background: url(../../images/ant/jg.svg) no-repeat right 62.8%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: none;
}

.ant .liveBox .homeEventBox .DAttackBG {
    background: url(../../images/ant/wxjg.svg) no-repeat right 62.8%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: none;
}

.ant .liveBox .guestEventBox .ctrlBG {
    background: url(../../images/ant/kq.svg) no-repeat 3px 62.8%;
    background-size: 100%;
    -webkit-transform: scaleX(-1);
    ;
    -ms-transform: scaleX(-1);
    ;
    transform: scaleX(-1);
    width: 100%;
    display: none;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}

.ant .liveBox .guestEventBox .attackBG {
    background: url(../../images/ant/jg.svg) no-repeat right 62.8%;
    background-size: 100%;
    width: 100%;
    display: none;
    top: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ant .liveBox .guestEventBox .DAttackBG {
    background: url(../../images/ant/wxjg.svg) no-repeat right 62.8%;
    background-size: 100%;
    width: 100%;
    display: none;
    top: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ant .liveBox .homeEventBox>div,
.ant .liveBox .guestEventBox>div {
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0px;
}

.ant .liveBox .guestEventBox {
    padding-left: 20px;
    position: absolute;
    height: 23.6vw;
    overflow: hidden;
    display: none;
    right: 0%;
    /* background:rgba(0,0,0,0.5);*/
    width: 100%;
    /* clip-path:polygon(17vw -1vw,80vw -4vw,162vw 124vw,-12vw 45vw);*/
    bottom: 5vw;
}

.ant .liveBox .guestEventBox .team {
    max-width: 96%;
    height: auto;
    z-index: 999;
    font-weight: bold;
    text-align: left;
    top: 45%;
    position: absolute;
    display: flex;
    transform: translateY(-50%);
    left: 10%;
}

.ant .liveBox .guestEventBox .team .ball {
    color: #FFDA00;
}

.ant .liveBox .dataBox_pop {
    position: absolute;
    width: 80%;
    height: 64%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 11;
    max-width: 350px;
    max-height: 140px;
}

.ant .liveBox .dataBox_pop .match-info__lname {
    margin: 0 auto;
    width: 100%;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    background: url(../../images/ant/league_short_name_bg.png) no-repeat 50%;
    background-size: auto 100%;
}

.match-info__neutral-text {
    position: absolute;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 13;
    margin: 0;
}

.match-info__neutral-bg {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #2a51ac transparent transparent #2a51ac;
    border-style: solid;
    border-width: 25px;
    border-top-left-radius: 4px;
    z-index: 12;
}

.ant .liveBox .dataBox_pop .row {
    padding: 2px 0
}

.ant .liveBox .dataBox_pop h4 {
    line-height: 25px;
    margin: 0 0 8px 0;
}

.ant .liveBox .dataBox_pop .timeBox {
    width: 40%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ant .liveBox .dataBox_pop .timeBox li {
    font-size: 14px;
    -webkit-box-flex: 1;
    height: 6vw;
    max-height: 40px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size:25px;
    font-weight: bold;
}

.ant .liveBox .dataBox_pop .timeBox li span {
    display: block;
    margin: 0 auto;
    width: 80%;
    line-height: 30px;
    color: #333;
    border-radius: 4px;
    background: #fff
}

.ant .liveBox .dataBox_pop .teams {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* border:solid 1px rgba(255,255,255,0.2);*/
    border-bottom: none;
    height: 6vw;
    max-height: 40px;
    border-left: none;
    border-right: none;
    margin: 0 auto;
    width: 95%
}

.ant .liveBox .dataBox_pop .teams .vs {
    font-weight: bold;
    font-size: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant .liveBox .dataBox_pop .teams .homeTeam,
.ant .liveBox .dataBox_pop .teams .guestTeam {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 25px);
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.ant .liveBox .dataBox_pop .teams .homeTeam {
    text-align: right;
}

.ant .liveBox .dataBox_pop .info {
    /* margin: 0 0 10px 0; */
    position: relative;
    height: 94%;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}

.ant .liveBox .dataBox_pop .info>li {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px
}

.ant .liveBox .dataBox_pop .barData {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ant .liveBox .dataBox_pop .idx {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ant .liveBox .dataBox_pop .idx li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    height: 4px;
    background: #fff;
    margin: 0 5px;
    display: block;
    line-height: 0;
    opacity: 0.5;
}

.ant .liveBox .dataBox_pop .idx li.on {
    opacity: 1;
}

.ant .logo {
    position: absolute;
    bottom: 5px;
    left: 0;
    background-size: auto 16px;
    height: 30px;
    width: 100%;
    opacity: .8
}

.ant .guessBox {
    float: right;
    height: 100%;
    width: 300px;
    overflow: hidden;
}

.ant .guessBox table {
    background: #CCC;
}

.ant .guessBox table tr th {
    background: #f0f0f0;
    line-height: 30px;
    padding-left: 2px;
}

.ant .guessBox table tr td {
    background: #fff;
    border-style: none;
    line-height: 26px;
}

.ant .guessBox table tr td .red {
    color: #e62129;
}

.ant .guessBox table tr td.y {
    background: #fffbe4;
}

.ant .guessBox .btns {
    float: right;
    font-weight: normal;
    margin-right: 1px;
    border: 1px solid #418bb3;
    margin: 4px 3px 0 0;
    background: #FFFFFF;
    color: #418bb3;
}

.ant .guessBox .btns span {
    padding: 0 4px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
}

.ant .guessBox .btns span:hover {
    color: #e62129;
}

.ant .guessBox .btns .on,
.ant .guessBox .btns .on:hover {
    background: #418bb3;
    color: #FFFFFF;
    overflow: hidden;
    cursor: default;
}

.ant .showBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.ant .closeBtn {
    background: #333333;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1000;
    color: #f4ff68;
    padding: 4px 8px;
}

#path {
    /* background:rgba(0,0,0,0.3);*/
    display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#path line {
    stroke: #ffffff;
    stroke-width: 2;
    /* 虚线间隔大小 */
    stroke-dasharray: 200;
    /* 虚线间隔偏移 */
    stroke-dashoffset: 400;
    /* animation:dash 2s linear;animation-fill-mode:forwards;*/
}

#path .team {
    position: absolute;
    top: 100px;
    max-width: 100px;
    left: 320px;
}

#path .team .ball {
    background: url(../../images/ant/ball.svg) no-repeat right center;
    background-size: auto 13px;
    padding-right: 15px;
    color: #FFDF03;
    display: inline;
}

/* 中场 */
/* 未开赛 */
.ant .liveBox .dataPlane {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    background: url(../../images/ant/dataPlaneBG.png) no-repeat center top;
    left: 0%;
    display: none;
}

.ant .liveBox .dataPlane.default {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    background: url(../../images/ant/defBG.png) no-repeat center top;
    left: 0%;
    display: none;
}

.ant .liveBox .dataPlane .matchBox {
    overflow: hidden;
}

.ant .liveBox .dataPlane .matchBox>div {
    float: left;
}

.ant .liveBox .dataPlane .matchBox .homeTeam,
.ant .liveBox .dataPlane .matchBox .guestTeam {
    margin: 0;
    padding: 0;
    position: static;
    width: -webkit-calc(50% - 45.5px);
    width: calc(50% - 45.5px);
    padding-right: 5px;
}

.ant .liveBox .dataPlane .matchBox .guestTeam {
    padding-left: 5px;
}

.ant .liveBox .dataPlane .matchBox .score {
    width: 24px;
    height: 28px;
    color: #fcff00;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
}

.ant .liveBox .dataPlane .matchBox .vs {
    width: 43px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.ant .liveBox .dataPlane .dataBox {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 4px;
}

.ant .liveBox .dataPlane .dataBox li {
    line-height: 30px;
}

.ant .liveBox .dataPlane .dataBox .ant .liveBox .dataPlane .dataBox li .home {
    text-align: right;
}

.ant .liveBox .dataPlane .dataBox li>div {
    width: 44.3%;
    float: left;
    font-size: 15px;
    text-align: right;
}

.ant .liveBox .dataPlane .dataBox li>.tit {
    width: 20%;
    text-align: center;
    font-size: 12px;
}

/* .ant .liveBox .dataPlane .dataBox li .home{}
*/
.ant .liveBox .dataPlane .dataBox li .guest {
    text-align: left;
}

/* .ant .liveBox .dataPlane .dataBox li .tit{}
*/
.ant .liveBox .dataPlane .homeTeam {
    padding-right: 5%;
    position: absolute;
    text-align: right;
    line-height: 30px;
    top: 66px;
    width: 45%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant .liveBox .dataPlane .guestTeam {
    padding-left: 6%;
    text-align: left;
    position: absolute;
    right: 0;
    top: 66px;
    line-height: 30px;
    width: 44%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant .liveBox .dataPlane .tianqi {
    left: 50%;
    margin-left: -200px;
    bottom: 0px;
    position: absolute;
    width: 400px;
}

.ant .liveBox .dataPlane .tianqi .data2 {
    width: 100%;
    height: 100%;
    padding: 3px;
    text-align: center;
    background: url(../../images/ant/tianqiBG_05.png) no-repeat center bottom;
    background-size: auto 95%;
}

.ant .circle {
    stroke: none;
    opacity: 1;
}

.ant .blue {
    background: #007eff !important;
}

.ant .red {
    background: #ff5722 !important;
}

/* .ant .one{width:40px;height:40px;position:absolute;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all 0.4s linear;-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;}
*/
.ant .one {
    width: 40px;
    height: 40px;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 4 !important;
}

/* 实心 */
.ant .iconPoint {
    position: absolute;
    z-index: 4;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/ant/icons/point.svg) 0px 0px no-repeat;
    background-size: 100%;
    width: 32px;
    height: 50px;
}

.ant .iconPoint.home {
    background: url(../../images/ant/icons/point_home.svg) 0px 0px no-repeat;
    background-size: 100%;
}

.ant .per {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%
}

.ant .point1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.2);
    transform: translate(-50%, -50%) scale(.2);
    background: #fff;
    border: 2px solid #ff5722;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border: none !important;
}

/* 第一圈扩散 */
.ant .commodity-sign-wrap {
    animation: blink 1.3s linear infinite;
    -webkit-animation: blink 1.3s linear infinite;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

/* 第二圈扩散 */
.ant .point3 {
    animation: blink 1.3s linear 0.3s infinite;
    -webkit-animation: blink 1.3s linear 0.3s infinite;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

/* @keyframes point{0%{width:10px;height:10px;}
100%{width:10px;height:10px;}
}
@-webkit-keyframes point{0%{width:10px;height:10px;}
100%{width:10px;height:10px;}
}
*/
@keyframes blink {
    0% {}

    50% {
        opacity: 0;
        width: 400%;
        height: 400%;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {}

    50% {
        opacity: 0;
        width: 400%;
        height: 400%;
    }

    100% {
        opacity: 0;
    }
}

.container {
    width: 100%;
    height: 61.8vw;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border:solid 2px red;*/
    bottom: -8.95vw;
}

#svgLine {
    position: relative;
    z-index: 3 !important;
}

.scene {
    position: absolute;
    width: 100%;
    height: 23.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6 !important;
    /* background-color:rgba(255,0,0,.3);*/
}

.scene .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, .4);
}

.bg1 .logo {
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    color: rgba(255, 255, 255, 0.4);
}

.lineup-title {
    background: var(--bg-color-2);
    border-bottom: 1px solid var(--border-3);
    line-height: 28px;
    font-size: 12px;
    text-align: center;
}

.lineup-title span:first-child {
    text-align: right;
}

.lineup-title span:last-child {
    text-align: left;
}

.lineup-arrow {
    text-align: center;
    margin: 0 5%;
}

.lineup-arrow::before {
    border-right-color: var(--text-color-1) !important;
    margin-right: 3px;
}

.lineup-arrow::after {
    border-left-color: var(--text-color-1) !important;
    margin-left: 3px;
}

.lineup-arrow::before,
.lineup-arrow::after {
    display: inline-block;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
}

.ant .liveBox .msg .iconBox:first-child {
    display: inline-block;
    /* width:20px !important;*/
    /* height:20px !important;*/
    vertical-align: bottom;
}

.ant .liveBox .msg .iconBox:first-child embed {
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
}

/* pc-1000px */
@media screen and (min-width:1000px) {
    .ant.sr-bb{
        height:20vw
    }
    .event-chart__left {
        height: 100% !important;
    }

    .event-chart__lname,
    .tp-info__tname,
    .tp-info__stext,
    .team-wrapper .static-info .control-panel .item-tag,
    .team-wrapper .static-info .control-panel .title,
    .team-wrapper .static-info .data .item>p {
        font-size: 14px !important;
    }

    .ant #groudBG .bg2 {
        bottom: 145px;
        width: 72%;
        left: 50%;
        transform: translateX(-50%);
        height: 127px;
    }

    .ant .liveBox .pointBall_0 .area,
    .ant .liveBox .pointBall_1 .area {
        top: 61%;
        width: 20%;
        right: 5%;
        transform: scaleX(1);
    }

    .ant .liveBox .pointBall_1 .area {
        transform: scaleX(-1);
        left: 5%;
        right: unset;
    }

    .ant .liveBox .ABall_0,
    .ant .liveBox .ABall_1,
    .ant .liveBox .DABall_1 {
        bottom: 0;
    }

    .ant .liveBox .DABall_0{
        top: 60%;
    }

    .ant .liveBox .pointBallLoss_0,
    .ant .liveBox .pointBallLoss_1,
    .ant .liveBox .foul,
    .ant .liveBox .stopIt,
    .ant .liveBox .shotIn,
    .ant .liveBox .shotOut,
    .ant .liveBox .shotLost {
        bottom: unset !important;
        top: 67%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 43%;
    }

    .ant .liveBox .msg {
        top: unset;
        bottom: 20%;
        min-width: 15% !important;
        justify-content: space-between;
        display: flex;
    }

    .ant .default_simple {
        height: 35vw;
        bottom: 0vw;
    }

    /* .ant .bgs{max-height:537px !important;}
*/
    .ant #groudBG .bg4 {
        background-size: 100% auto !important;
    }

    .ant #groudBG .bg3 {
        height: 8vw;
        background-size: auto 100% !important;
    }

    .ant #groudBG .bg1 {
        width: 74.5%;
        height: 6vw;
        bottom: 30px;
        left: 50.1%;
        transform: translateX(-50%);
    }

    .liveBox .cornerBall_0 .team,
    .liveBox .cornerBall_1 .team,
    .liveBox .cornerBall_2 .team,
    .liveBox .cornerBall_3 .team {
        bottom: 20% !important;
    }

    .ant .liveBox .pointBallLoss_0 .iconBox,
    .ant .liveBox .pointBallLoss_1 .iconBox {
        width: 100px;
    }

    .ant .liveBox .guestEventBox .team {
        left: 12%;
    }

    .ant .liveBox .homeEventBox .team {
        right: 12%;
    }

    /* .btns{opacity:0.5;}
*/
    .btns:hover {
        opacity: 1;
    }

    .btns .btn:hover {
        background-color: #494949;
    }

    .btns .btn.on:hover {
        background-color: #2fad11;
    }

    .ant .iconPoint {
        bottom: -8px;
        width: 48px;
        height: 54px;
    }

    .ant .liveBox .guestEventBox,
    .ant .liveBox .homeEventBox {
        bottom: 0px;
        height: 187px;
    }

    #msg {
        display: none;
    }

    .ant .liveBox .offside_0 .team {
        right: 20%;
    }

    .ant .liveBox .ballIn_0 .eventStr,
    .ant .liveBox .ballIn_1 .eventStr {
        line-height: 40px;
        height: 40px;
    }

    .ant .liveBox .ballIn_0 .scoreBox,
    .ant .liveBox .ballIn_1 .scoreBox {
        top: 130px;
    }

    .ant .liveBox .pointBall_1 {
        width: 73%;
        height: 192px;
        bottom: 49px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        /* background:rgba(255,0,0,0.5);*/
    }

    .ant .liveBox .pointBall_0 {
        width: 73%;
        height: 192px;
        bottom: 49px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        /* background:rgba(255,0,0,0.5);*/
    }

    .ant .liveBox .DBall_0 {
        left: 20%;
    }

    .ant .liveBox .DBall_1 {
        right: 20%;
    }

    .ant .liveBox .offside_0 {
        height: 110px;
        bottom: 30px;
        left: unset;
        right: 12.9%;
    }

    .ant .liveBox .offside_1 {
        height: 110px;
        bottom: 30px;
        left: 12.9%;
        right: unset;
    }

    .scene {
        bottom: 31px;
        height: 5.7vw;
        width: 74.5%;
        /* background-color:rgba(255,0,0,.3);*/
    }

    .container {
        /*padding: 100px 1px 16px 1px;*/
        width: 100%;
        height: 37.9vw;
        bottom: -38px !important;
        padding-top: 435px;
    }

    .container.auto {
        padding-top: 370px !important;
    }

    .barData .item {
        line-height: 34px;
    }

    .debugPlane {
        max-width: 50%;
    }

    .ant .analysisBox {
        height: 30px;
        padding: 8px;
        display: flex;
        width: 73%;
        box-sizing: content-box;
        flex-direction: column;
        align-items: center;
        top: 79%;
        margin: 0 auto;
    }

    .bgColor {
        background: url("../../images/ant/animationbg.jpg") no-repeat !important;
        background-size: 100%;
    }

    .sr-bb .sr-lmt-pitch-soccer__svg-container {
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        /* background:rgba(0,0,0,0.3);border:solid 1px red;*/
        height: 470px;
        z-index: 9;
        top: unset;
    }

    .ant .analysisBox .control-panel .scoreBox {
        width: 60px;
        height: unset;
    }

    .ant .analysisBox .item .iconBox .icon {
        font-size: 20px;
    }

    .ant .analysisBox .item .iconBox .icon embed {
        height: 26px;
    }

    .ant .liveBox .ballIn>div,
    .ant .liveBox .ballIn_0>div,
    .ant .liveBox .ballIn_1>div {
        line-height: 1.7;
    }

    .debug {
        width: 35% !important;
        height: 100% !important;
        top: 0;
    }

    .bgColor {
        padding: 0 !important;
    }
}

/* 414px */
@media screen and (max-width:414px) {

    .ant .liveBox .ABall_0 .team,
    .ant .liveBox .ABall_1 .team,
    .ant .liveBox .DABall_0 .team,
    .ant .liveBox .DABall_1 .team {
        bottom: 25.5%;
    }



    .ant .max {
        padding: 0 70px 0 50px !important;
        height: 48px !important;
        min-height: unset;
    }

    .ant .max .iconBox {
        width: 60px !important;
    }

    .ant .msgBoxStatic .time,
    .ant .msgBox .time {
        width: 28px;
        height: 28px;
        line-height: 28px;
        left: 6px;
    }

    .ant .playerBox {
        padding: 3px;
    }

    .ant .liveBox .DBall_0 .team,
    .ant .liveBox .DBall_1 .team {
        top: -230%;
    }

    .btns {
        right: 10px;
        top: 10px;
    }

    .ant .clothes {
        background-size: auto 92%;
        font-size: 11px;
    }

    .ant .player {
        padding: 0 3px !important;
        top: 96%;
        font-weight: normal !important;
    }

    .ant .msgBoxStatic .iconBox,
    .ant .msgBox .iconBox {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    .ant .max .time {
        left: 10px;
    }

    .tp-info__stats {
        flex: 0 0 17vw;
    }

    .ant .liveBox .ballIn_0 .scoreBox,
    .ant .liveBox .ballIn_1 .scoreBox {
        top: 98px;
    }

    .ant .liveBox .ballIn_0 .eventStr,
    .ant .liveBox .ballIn_1 .eventStr {
        top: 64px;
    }

    .ant .team .txt,
    .ant .playerBox .event,
    .ant .playerBox .name,
    .ant .team div,
    .ant {
        font-size: 12px;
        line-height: 16px;
    }

    .ant .playerBox .name {
        font-size: 12px;
        line-height: normal;
        /* display:inline-block;white-space:nowrap;max-width:100px;text-overflow:ellipsis;overflow:hidden;*/
    }

    .ant .max {
        height: 35%;
    }

    .ant .analysisBox .bg {
        border-radius: 0 !important;
    }

    .ant .analysisBox .control-panel>* {
        line-height: normal;
        font-size: 12px;
    }

    .ant .analysisBox .control-panel .line-bg {
        display: none !important;
    }

    .ant .logo {
        bottom: 7px;
    }


    .barData .item .home .num,
    .barData .item .guest .num {
        bottom: -4px;
    }

    .barData .item>div {
        line-height: 16px;
        height: 24px;
    }

    .ant .liveBox .dataBox_pop .teams .homeTeam,
    .ant .liveBox .dataBox_pop .teams .guestTeam,
    .ant .liveBox .dataBox_pop .teams .vs {
        font-size: 14px;
        line-height: 30px;
    }

    .ant .liveBox .dataBox_pop .timeBox li,
    .ant .liveBox .dataBox_pop .teams {
        line-height: 30px;
    }

    .popup {
        width: 62%;
    }
    .team-panel__minutes{
        font-size: 12px;
    }
    .team-panel{
        padding: 5px 0;
    }
}

/* 320px */
@media screen and (max-width:320px) {
    .barData .item {
        height: 25px;
    }

    .barData .item>div {
        height: 25px;
        line-height: 18px;
    }

    .ant .liveBox .guestEventBox .ctrlBG {
        right: 0;
    }

    .ant .liveBox .guestEventBox .attackBG {
        right: 0;
    }

    .ant .liveBox .guestEventBox .DAttackBG {
        right: 0;
    }
}

/* 技统开始 */
.ant .analysisBox {
    font-size: 12px !important;
    z-index: 9999;
    height: 100%;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.ant .analysisBox .item {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 50%;
    width: 100%;
}

.ant .analysisBox .item .iconBox,
.ant .analysisBox .item>* {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.ant .analysisBox .item .iconBox .icon {
    display: flex;
    font-size: 15px;
    align-items: center;
}

.ant .analysisBox .item .iconBox .icon embed {
    max-width: 100%;
    height: 20px;
    width: auto;
}

.ant .analysisBox p {
    margin: 0;
}

/* .ant .analysisBox .item .iconBox{flex:0 0 25%;}
*/
.ant .analysisBox .control-panel {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
}

.ant .analysisBox .control-panel .item-tag {
    color: #ffffff;
    width: 10vw;
    text-align: center;
}

.ant .analysisBox .control-panel .scoreBox {
    background-color: rgba(0, 0, 0, .6);
    font-size: 20px;
    border-radius: 4px;
    width: 35px;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.ant .analysisBox .control-panel .title2 {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    height: 100%;
    width: 65px;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: normal !important;
}

.ant .analysisBox .control-panel .title2 span {
    display: flex;
    flex: 1;
    justify-content: center;
}

.ant .analysisBox .control-panel .line-bg {
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    height: 10px;
    border-radius: 2px;
    overflow: hidden;
    flex: 1;
}

.ant .analysisBox .control-panel .line-bg-home {
    justify-content: flex-end
}

.ant .analysisBox .control-panel .line-bg .line {
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: 2px;
}

.ant .analysisBox .control-panel .line-bg.line-bg-home,
.ant .analysisBox .control-panel .line-bg.line-bg-home .line {
    border-radius: 2px;
}

/* 技统结束 */