body {
    margin: 0;
    background: #f3f3f3;
    font-size: 12px;
}

ul,
ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ant .basketball {
    background: url(/images/event/basketball.svg) no-repeat center center;
    width: 18px;
    height: 18px;
}

.ant .msgBoxStatic {
    color: #fff;
    -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: 70px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 50px 10px 50px;
    left: 50%;
    top: 50%;
}

.ant .msgBoxStatic span.icon,
.ant .msgBox span.icon {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.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 {
    /* position:absolute;*/
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 32px;
    color: #333;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    /* left:10px;*/
    /* top:50%;*/
    /* transform:translateY(-50%);*/
    font-weight: normal;
    float: left;
    margin-right: 10px;
}
.ant .msgBoxStatic .time img,
.ant .msgBox .time img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.ant #ballShadow {
    background: rgba(0, 0, 0, .2);
    width: 12px;
    height: 4px;
    position: absolute;
    left: 67.50%;
    top: 75%;
    border-radius: 50%;
    animation: bs 0.6s infinite alternate;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3)
}

@keyframes bs {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes bs

/*Safari and Chrome*/
    {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}
.ant .liveBox svg{
    z-index: 3;
}
/* 入球动画开始 */
.ant .ballIn {
    position: absolute;
    transform: translateY(-50%);
}
/* 2分命中 */
.ant .liveBox .change_2_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.ant .liveBox .change_2_0 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}
/* 3分命中 */
.ant .liveBox .change_3_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.ant .liveBox .change_3_0 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}
.ant .change_2_0 .ballIn {
    animation: ballIn_0 0.6s 1 forwards;
    top: 50%;
    right: 22.5%;
}

.ant .change_2_1 .ballIn {
    animation: ballIn_1 0.6s 1 forwards;
    top: 50%;
    left: 22.5%;
}

.ant .change_3_0 .ballIn{
    animation: ballIn_0 0.6s 1 forwards;
    top: 50%;
    right: 4.5%;
}
.ant .change_3_1 .ballIn{
    animation: ballIn_1 0.6s 1 forwards;
    top: 50%;
    left: 4.5%;
}
@keyframes ballIn_0 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    70% {
        transform: scale(1.2) translateY(-50%);
    }

    100% {
        transform: scale(0.8) translateY(-50%);
        top: 50%;
        right: 4.5%;
    }
}

@-webkit-keyframes ballIn_0 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    70% {
        transform: scale(1.2) translateY(-50%);
    }

    100% {
        transform: scale(0.8) translateY(-50%);
        top: 50%;
        right: 4.5%;
    }
}

@keyframes ballIn_1 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    70% {
        transform: scale(1.2) translateY(-50%);
    }

    100% {
        transform: scale(0.8) translateY(-50%);
        top: 50%;
        left: 4.5%;
    }
}

@-webkit-keyframes ballIn_1 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    70% {
        transform: scale(1.2) translateY(-50%);
    }

    100% {
        transform: scale(0.8) translateY(-50%);
        top: 50%;
        left: 4.5%;
    }
}
/* 入球动画结束 */



/* miss动画开始 */
/* 2分miss */
.ant .liveBox .miss_2_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.ant .liveBox .miss_2_0 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}
/* 3分miss */
.ant .liveBox .miss_3_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.ant .liveBox .miss_3_0 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}
.ant .miss_2_0 .ballIn {
    animation: miss_0 1.3s linear  infinite;
    top: 50%;
    right: 22.5%;
    opacity: 1;
}

.ant .miss_2_1 .ballIn {
    animation: miss_1 1.3s linear  infinite;
    top: 50%;
    left: 22.5%;
    opacity: 1;
}

.ant .miss_3_0 .ballIn{
    animation: miss_0 1.3s linear  infinite;
    top: 50%;
    right: 4.5%;
    opacity: 1;
}
.ant .miss_3_1 .ballIn{
    animation: miss_1 1.3s linear  infinite;
    top: 50%;
    left: 4.5%;
    opacity: 1;
}
@keyframes miss_0 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    50% {
        transform: scale(1.2) translateY(-50%);
    }

    60% {
        transform: scale(0.8) translateY(-50%);
        top: 45%;
        right: 4.5%;
        opacity: 1;
    }
    100%{
        transform: scale(0.6) translateY(-50%);
        top: 35%;
        right: 6.5%;
        opacity: 0;
    }
}

@-webkit-keyframes miss_0 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    50% {
        transform: scale(1.2) translateY(-50%);
    }

    60% {
        transform: scale(0.8) translateY(-50%);
        top: 45%;
        right: 4.5%;
        opacity: 1;
    }
    100%{
        transform: scale(0.6) translateY(-50%);
        top: 35%;
        right: 6.5%;
        opacity: 0;
    }
}

@keyframes miss_1 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    50% {
        transform: scale(1.2) translateY(-50%);
    }

    60% {
        transform: scale(0.8) translateY(-50%);
        top: 45%;
        left: 4.5%;
        opacity: 1;
    }
    100%{
        transform: scale(0.6) translateY(-50%);
        top: 35%;
        left: 6.5%;
        opacity: 0;
    }
}

@-webkit-keyframes miss_1 {
    0%{
        transform: scale(0.8) translateY(-50%);
    }
    50% {
        transform: scale(1.2) translateY(-50%);
    }

    60% {
        transform: scale(0.8) translateY(-50%);
        top: 45%;
        left: 4.5%;
        opacity: 1;
    }
    100%{
        transform: scale(0.6) translateY(-50%);
        top: 35%;
        left: 6.5%;
        opacity: 0;
    }
}
/* miss动画结束 */


.ant .msgBoxStatic .iconBox,
.ant .msgBox .iconBox {
    top: 10px;
    width: 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 10px;
}

.ant .msgBoxStatic .iconBox embed,
.ant .msgBox .iconBox embed {
    max-width: 100%;
    height: 32px;
}

@-webkit-keyframes msgEnterCenter {
    to {
        color: #fff !important;
        background: rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        -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: 1px 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        opacity: 1;
    }
}

.antBall {
    /* position:absolute;right:0;
    animation:mymove 1s infinite alternate;
    -webkit-animation:mymove 1s infinite alternate;transform-origin:70%;*/
    /* 改由脚本控制 */
}

@keyframes mymove {
    from {
        transform: translate(40%, 50%);
    }

    to {
        transform: translate(40%, 40%);
    }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
    {
    from {
        left: 0px;
    }

    to {
        left: 200px;
    }
}

.ant .liveBox .msg.msgBoxStatic .timeBox:last-child {
    margin-top: 10px;
    border-top: rgba(0, 0, 0, .2);
    width: 100%;
    display: flex;
}

.ant .liveBox .msg.msgBoxStatic .timeBox:last-child .home,
.ant .liveBox .msg.msgBoxStatic .timeBox:last-child .guest {
    background: rgba(0, 0, 0, .6);
    color: #fff !important;
    border-radius: 4px;
    font-weight: 500;
    width: 35px;
    height: 32px;
    position: relative;
    overflow: hidden;
    flex: 1;
}


.ant .liveBox .msg.msgBoxStatic .timeBox {
    border-radius: 4px;
    height: 32px;
    color: #333;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
}

.ant .socreBox {
    position: absolute;
    width: 100%;
    transition: ease all 0.5s;
}

.ant .socreBox .score {
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    display: block;
}

.ant .liveBox .dataBox_pop .timeBox li.home,
.ant .liveBox .dataBox_pop .timeBox li.guest,
.ant .liveBox .msg.msgBoxStatic .timeBox .home,
.ant .liveBox .msg.msgBoxStatic .timeBox .guest {
    background: #fff;
    color: #333 !important;
    border-radius: 4px;
    font-weight: 500;
    width: 35px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.ant .liveBox .msg.msgBoxStatic .timeBox .vs {
    width: 30px;
    text-align: center;
    color: #fff;
}

.ant .liveBox .msg {
    line-height: 16px;
    position: absolute;
    min-width: 150px;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
    z-index: 2;
}

.ant .liveBox .msg span {
    display: block;
    color: #fcff00;
}

.ant .liveBox .dataBox_pop {
    position: absolute;
    height: 70%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 11;
    color: #fff;
}

.ant .liveBox .dataBox_pop .stitistics {
    display: flex;
    padding: 5px 10px;
    /* border-top: solid 1px #000000; */
}

.ant .liveBox .dataBox_pop .stitistics>li.team {
    flex: 0 0 100px;
    flex-direction: column;
    display: flex;
}

.ant .liveBox .dataBox_pop .stitistics>li.team span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ant .liveBox .dataBox_pop .stitistics>li {
    flex: 1;
}

.ant .liveBox .dataBox_pop .stitistics span {
    flex: 1;
    width: 100%;
    display: block;
    font-weight: 500;
}

.ant .liveBox .dataBox_pop .stitistics span:first-child {
    opacity: 0.5;
}

.ant .liveBox .dataBox_pop .row {
    padding: 2px 0
}

.ant .liveBox .dataBox_pop h4 {
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    background: url(/images/event/leagueBG.svg) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 250px;
}

.ant .liveBox .dataBox_pop .timeBox {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.ant .liveBox .dataBox_pop .timeBox li {
    font-size: 14px;
    flex: 0 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    flex-direction: column;
    display: flex;
}

.ant .liveBox .dataBox_pop .timeBox li.vs {
    flex: 0 0 40px;
}

.ant .liveBox .dataBox_pop .timeBox li .halfScore {
    line-height: 20px;
    display: none;
}

.ant .liveBox .dataBox_pop .timeBox li.home,
.ant .liveBox .dataBox_pop .timeBox li.guest {
    display: flex;
    flex-direction: column;
}

.ant .liveBox .dataBox_pop .timeBox li.home {
    /* align-items: flex-end; */
}

.ant .liveBox .dataBox_pop .timeBox li span {
    display: inline-block;
    color: #333;
    border-radius: 4px;
    background: #fff;
    line-height: 30px;
    width: 50px;
    flex: 0 0 auto;
    font-weight: 500;
}

.ant .liveBox .dataBox_pop .timeBox li i {
    font-style: normal;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: #000;
    line-height: 20px;
    font-size: 12px;
    min-width: 25px;
}

.ant .liveBox .dataBox_pop .teams {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    line-height: 30px;
    border-left: none;
    border-right: none;
    margin: 0 auto;
    width: 95%
}

.ant .liveBox .dataBox_pop .teams .vs {
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    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);
    color: #FFF;
    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 div {
    color: #fff;
}

.ant .liveBox .dataBox_pop .info {
    margin: 0 0 10px 0;
    position: relative;
    height: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ant .liveBox .dataBox_pop .info>li {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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;
}

.bkEvent {
    border-top: none;
    position: relative;
    height: 100%;
    ;
}

.bkEvent>div {
    position: absolute;
}

.teamName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    box-sizing: content-box;
    text-align: left;
}

.txt {
    text-align: left;
    font-weight: normal;
    color: yellow;
}

/* bar */
.bkEvent .bar {
    border-radius: 4px;
    overflow: hidden;
    background: #dbdbdb;
    height: 8px;
}

.bkEvent .bar i {
    float: left;
    display: block;
    height: 8px;
}

.bkEvent ul {
    padding-top: 0;
}

.bkEvent ul li {
    float: left;
    margin: 0;
}

.bkEvent ul li .item {
    width: 55px;
    float: left;
    text-align: center;
}

.bkEvent ul li .item .tit {
    background: #e1e1e1;
    width: 100%;
    display: block;
}

.bkEvent .win {
    width: 84%;
}

.bkEvent .ou {
    width: 78%;
}

.bkEvent .winH {
    width: 72%;
}

/* home */
.bkEvent .e_home {
    z-index: 3;
    left: 5px;
    text-align: right;
    width: 300px;
}

.result_10 {
    font-size: 0;
    text-align: left;
    float: left;
}

.result_10 span {
    font-size: 12px;
    color: #999999
}

.bkEvent .e_home .e_menu .btn:first-child {
    right: -10px;
}

.bkEvent .e_Box {
    width: 100%;
    height: 100%;
    /*;background:url(/images/event/basketballBG.svg) no-repeat top center;background-size:100% auto;*/
}

/* guest */
.bkEvent .e_guest ul li .item {
    float: right;
}

.bkEvent .e_guest ul li {
    float: right;
    text-align: left;
}

.bkEvent .e_guest .result_10 {
    float: right;
}

.bkEvent .e_guest {
    z-index: 3;
    right: 5px;
    text-align: left;
    width: 300px;
}

.bkEvent .e_guest .e_menu {
    background: url(/images/event/teambar2.png) no-repeat right top;
    padding: 0 0 0 35px;
}

.bkEvent .e_menu .btns {
    position: absolute;
    right: -10px;
    bottom: 2px;
}

.bkEvent .e_guest .e_menu .btn:first-child {
    left: -10px;
}

.bkEvent .e_guest .e_menu .btn {
    float: right;
}

/* menu */
.bkEvent .e_menu {
    background: url(/images/event/teambar.png) no-repeat left top;
    height: 29px;
    padding: 1px;
    line-height: 28px;
    padding: 0 40px 0 0;
    font-weight: bold;
    position: relative;
}

.bkEvent .e_menu .btns {
    position: absolute;
    left: -10px;
    bottom: 2px;
}

.bkEvent .e_menu .btn {
    width: 76px;
    height: 27px;
    text-align: center;
    position: relative;
    bottom: -3px;
    z-index: 1;
    font-weight: normal;
    cursor: pointer;
    line-height: 27px;
    background: url(/images/event/barBtn.png) no-repeat;
    float: left;
}

.bkEvent .e_menu .btn.on {
    background: url(/images/event/barBtn_on.png) no-repeat;
    z-index: 2;
}

.bkEvent .e_menu .btn:hover {
    color: red;
}

/* color */
.bkEvent .red {
    color: red;
}

.bkEvent .blue {
    color: blue;
}

.bkEvent .green {
    color: green;
}

.bkEvent .redBG {
    background-color: #f07878;
}

.bkEvent .blueBG {
    background-color: #56b2e1;
}

.bkEvent .greenBG {
    background-color: #78c87b;
}

/* debug */
.debug {
    box-sizing: border-box;
    position: absolute;
    background: #FFF;
    bottom: 20px;
    font-size: 12px;
    font-family: "微软雅黑";
    float: left;
    width: 100%;
    padding: 2px;
}

.debug table {
    background: #CCC;
}

.debug table tr td {
    background: #FFC;
    line-height: normal;
    padding: 1px;
}

.debug table tr td a {
    display: block;
    background: #FFF;
    white-space: nowrap;
    text-align: center;
    color: #333;
    text-decoration: none;
    line-height: normal;
}

.debug .title {
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}

/* ant */
.ant {
    margin-right: auto;
    background: #d6d6d6;
    margin-left: auto;
    font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    position: relative;
}

.ant .liveBox {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ant .liveBox>* {
    position: absolute;
}

.ant .liveBox .default_simple {
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    left: 5%;
    right: 5%;
    display: none;
}

.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 {
    font-size: 12px !important;
    line-height: 25px;
    flex: 1 !important;
    color: rgba(255, 255, 255, .8) !important;
}

.ant .default_simple .timeBox li span {
    display: block;
    margin: 0 auto;
    width: 80%;
    color: #333;
    line-height: 40px;
    border-radius: 4px;
    background: #fff;
    font-size: 25px;
    font-weight: bold;
}

.ant .default_simple .teams {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* border-top: solid 1px #000000 !important; */
    border-bottom: none;
    line-height: 40px;
    border-left: none;
    border-right: none;
    margin: 10px 0 0 0;
}

.ant .default_simple .teams .vs {
    line-height: 36px;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    /* width:50px;*/
    -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: 18px;
    color: #FFF;
    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 {
    color: #FFF;
    text-align: center;
}

.ant .default_simple .tianqi .data2 {
    text-align: center;
    line-height: normal;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    right: 0;
    left: 0;
}

.ant .liveBox .default {
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    left: 5%;
    right: 5%;
    display: none;
}

.ant .liveBox .default .icon {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.ant .liveBox .default .icon img {
    max-width: 100%;
    max-height: 100%;
    ;
}

.ant .liveBox .default .homeTeam,
.ant .liveBox .default .guestTeam {
    width: 40%;
    padding: 7px 0;
    float: left;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant .liveBox .default .guestTeam {
    float: right;
}

.ant .liveBox .default .tianqi {
    left: 50%;
    margin-left: -125px;
    bottom: 0px;
    position: absolute;
    color: #FFF;
    width: 250px;
}

.ant .liveBox .default .tianqi .data2 {
    width: 100%;
    height: 100%;
    ;
    padding: 3px;
    text-align: center;
}

.ant .liveBox .homeEventBox {
    width: 0%;
    position: absolute;
    height: 100%;
    ;
    overflow: hidden;
    left: 0px;
    top: 0px;
    display: none;
}

.ant .liveBox .homeEventBox .team {
    z-index: 3;
    color: #FFF;
    font-weight: bold;
    right: 20px;
    text-align: right;
    line-height: 20px;
    margin-top: -20px;
    top: 50%;
    height: 40px;
    white-space: nowrap;
    position: absolute;
    padding-right: 5px;
}
.ant .liveBox .homeEventBox .team .teamName{ text-align: right;}

.ant .liveBox .homeEventBox .team .ball {
    background: url(/images/event/ball.png) no-repeat right center;
    padding-right: 15px;
    color: #FF0;
    line-height: 20px;
}

.ant .liveBox .homeEventBox .attackBG {
    background: url(/images/event/jg.svg) no-repeat left center;
    width: 100%;
    height: 86%;
    display: none;
    background-size: 100% auto;
    z-index: 2;
}

.ant .liveBox .homeEventBox>div,
.ant .liveBox .guestEventBox>div {
    position: absolute;
    bottom: 4px;
    height: 100%;
    top: 7%;
}

.ant .liveBox .guestEventBox {
    width: 0%;
    position: absolute;
    height: 100%;
    ;
    overflow: hidden;
    right: 0px;
    top: 0px;
    display: none;
}

.ant .liveBox .guestEventBox .team {
    z-index: 3;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    margin-top: -20px;
    top: 50%;
    height: 40px;
    white-space: nowrap;
    width: 75px;
    left: 20px;
    position: absolute;
    padding-left: 5px;
}

.ant .liveBox .guestEventBox .team .ball {
    background: url(/images/event/ball.png) no-repeat left center;
    color: #FF0;
    line-height: normal;
    padding-left: 15px;
}

.ant .liveBox .guestEventBox .attackBG {
    background: url(/images/event/jg.svg) no-repeat left center;
    width: 100%;
    display: none;
    height: 86%;
    transform: rotateZ(180deg);
    background-size: 100% auto;
    z-index: 2;
}

/* .ant .liveBox .msg{background:url(/images/event/msgBG.png) no-repeat center 2px;bottom:14px;top:auto;position:absolute;text-align:center;width:100%;line-height:23px;color:#fff;}
*/
.ant .liveBox .msg .balls {
    line-height: 20px;
    height: 40px;
    /* background:red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px -3px 0 -3px;
}

.ant .liveBox .msg .balls .ballBox {
    background: rgba(0, 0, 0, .6);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 4px;
    margin: 0 3px;
}

.ant .liveBox .msg .balls .ball,
.ant .liveBox .msg .balls .ball_on,
.ant .liveBox .msg .balls .ball_off {
    border: dotted 2px rgba(255, 255, 255, .8);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    flex: 0 0 auto;
    margin: 0 5px;
}

.ant .liveBox .msg .balls .ball_on {
    background: url(/images/event/basketball.svg) no-repeat center center;
    border: solid 2px rgba(0, 0, 0, .8);
    width: 18px;
    height: 18px;
}

.ant .liveBox .msg .balls .ball_off {
    background: url(/images/event/basketballOff.svg) no-repeat center center;
    border: solid 2px rgba(0, 0, 0, .8);
}

.ant .liveBox .miss {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
}

/* 罚球miss */
.ant .liveBox .pointBall_1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.ant .liveBox .pointBall_1 .msg {
    left: 10%;
    bottom: 10%;
    transform: unset;
    animation:unset;
    top:unset;
}

/* 客 */
.ant .pointBG .antLogo {
    position: absolute;
    top: 16.5%;
    left: 51%;
    transform: rotateZ(7deg) skewX(358deg);
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    width: 100%;
    white-space: nowrap;
    height: 4vw;
    overflow: hidden;
}

/* 主 */
.ant .pointBall_0 .pointBG .antLogo {
    top: 16.5%;
    left: 51%;
    transform: rotateZ(7deg) rotateY(180deg) skewX(6deg);
    text-align: right;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
}

.ant .pointBG .antLogo li {
    padding: 0 7px;
    text-shadow: rgba(0, 0, 0, .4);
    display: inline-block;
    font-size: 4vw;
    line-height: 4vw;
}

.ant .liveBox .pointBall_1 .pointBG {
    background: url(/images/event/fq.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* .ant .liveBox .pointBall_1 .miss{position:absolute;left:79px;top:21px;}
*/
.ant .liveBox .pointBall_0 {
    position: relative;
    width: 100%;
    height: 100%;
}

.ant .liveBox .pointBall_0 .msg {
    right:10%;
    bottom: 10%;
    left: unset;
    transform: unset;
    animation:unset;
    top:unset;
}

.ant .liveBox .pointBall_0 .pointBG {
    background: url(/images/event/fq.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
}

.ant #miss {
    font-weight: 500;
    text-shadow: 2px 1px 0px #6b3a00;
    position: absolute;
    z-index: 99;
    left: 33%;
    top: 13%;
    font-size: 20px;
    padding: 0 5px;
    color: white;
    animation: missTxt 1.3s linear 0.3s infinite;
    -webkit-animation: missTxt 1.3s linear 0.3s infinite;
}

@keyframes missTxt {
    0% {}

    50% {
        top: 10%;
        opacity: 0.5;
    }

    100% {
        top: 0;
        opacity: 0;
    }
}

@-webkit-keyframes missTxt {
    0% {}

    50% {
        top: 10%;
        opacity: 0.5;
    }

    100% {
        top: 0;
        opacity: 0;
    }
}










.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;
}

.ant .one {
    width: 40px;
    height: 40px;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
    top: 26%;
    left: 29%;
}

/* 罚中3d特效 */
.ant #fqin {
    width: 0px;
    height: 0px;
    -ms-transform: scaleX(2) translate(-50%, -50%);
    transform: scaleX(2) translate(-50%, -50%);
    -webkit-transform: scaleX(1.5) translate(-33%, -56%);
}

.ant #fqin.homeIn {
    -ms-transform: scaleX(2) translate(-50%, -50%);
    transform: scaleX(2) translate(-50%, -50%);
    -webkit-transform: scaleX(1.5) translate(-33%, -56%);
    left: 71%;
}

.ant #fqin .point1 {
    display: none;
}

.ant #fqin .commodity-sign-wrap {
    animation-iteration-count: 1;
}

.ant #fqin .point3 {
    animation-iteration-count: 1;
}

/* 射中2d特效 */
.ant #ballIn {
    width: 0px;
    height: 0px;
    /* -ms-transform: scaleX(2) translate(-50%, -50%);
    transform: scaleX(2) translate(-50%, -50%);
    -webkit-transform: scaleX(1.5) translate(-33%, -56%); */
}

.ant #ballIn.home {
    /* -ms-transform: scaleX(2) translate(-50%, -50%);
    transform: scaleX(2) translate(-50%, -50%);
    -webkit-transform: scaleX(1.5) translate(-33%, -56%); */
    left: 71%;
}



.ant #ballIn .point1 {
    display: none;
}

.ant #ballIn .commodity-sign-wrap {
    animation-iteration-count: 1;
}

.ant #ballIn .point3 {
    animation-iteration-count: 1;
}


/* 传路路点开始 */
.ant .point1 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff5722;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    border: none !important;
}

/* 第一圈扩散 */
.ant .commodity-sign-wrap {
    animation: blink 1.3s linear infinite forwards;
    -webkit-animation: blink 1.3s linear infinite forwards;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* 第二圈扩散 */
.ant .point3 {
    animation: blink 1.3s linear 0.3s infinite forwards;
    -webkit-animation: blink 1.3s linear 0.3s infinite forwards;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@keyframes blink {
    0% {}

    50% {
        opacity: 0;
        width: 50px;
        height: 50px;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {}

    50% {
        opacity: 0;
        width: 50px;
        height: 50px;
    }

    100% {
        opacity: 0;
    }
}

/* 传路路点结束 */
@media screen and (max-width:320px) {
    .ant .liveBox .default .icon {
        width: 32px;
        height: 32px;
    }
}