﻿html, body {
    margin: 0;
    background: #f3f3f3;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

* {
    box-sizing: border-box;
}

ul, ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.antLogo li {
    color: #2a51ac;
}

    .antLogo li:nth-child(even) {
        color: #ffffff;
    }
/* 球衣 */
.ant .shirts {
    position: absolute;
    height: 26vw;
    overflow: hidden;
    top: 0 !important;
    left: 0%;
    width: 50%;
    z-index: 100; /* background-color:rgba(0,0,0,.3);*/
}
/* 主罚球球衣 */
.ant .pointBG .shirts {
    width: 100%;
    height: 100%;
}

    .ant .pointBG .shirts .shirt {
        animation: unset !important;
    }

.ant .pointBall_0 .pointBG .shirts .shirt:nth-child(1) {
    top: 15vw;
    left: 28vw;
    background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
    background-size: auto 100%;
}

.ant .pointBall_0 .pointBG .shirts .shirt:nth-child(2) {
    top: 31vw;
    left: 10vw;
    background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
    background-size: auto 100%;
}

.ant .pointBall_0 .pointBG .shirts .shirt:nth-child(3) {
    top: 16vw;
    left: 38vw;
}

.ant .pointBall_0 .pointBG .shirts .shirt:nth-child(4) {
    top: 32vw;
    left: 21vw;
}

.ant .pointBall_0 .pointBG .shirts .shirt:nth-child(5) {
    top: 27vw;
    left: 57vw;
}

.ant .pointBall_0 .pointBG .shirts .shirt:nth-child(6) {
    top: 33vw;
    left: 31vw;
    background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
    background-size: auto 100%;
}
/* 客罚球衣 */
.ant .pointBall_1 .pointBG .shirts .shirt:nth-child(1) {
    top: 15vw;
    left: 28vw;
}

.ant .pointBall_1 .pointBG .shirts .shirt:nth-child(2) {
    top: 31vw;
    left: 10vw;
}

.ant .pointBall_1 .pointBG .shirts .shirt:nth-child(3) {
    top: 16vw;
    left: 38vw;
    background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
    background-size: auto 100%;
}

.ant .pointBall_1 .pointBG .shirts .shirt:nth-child(4) {
    top: 32vw;
    left: 21vw;
    background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
    background-size: auto 100%;
}

.ant .pointBall_1 .pointBG .shirts .shirt:nth-child(5) {
    top: 27vw;
    left: 57vw;
    background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
    background-size: auto 100%;
}

.ant .pointBall_1 .pointBG .shirts .shirt:nth-child(6) {
    top: 33vw;
    left: 31vw;
}
/* 主 */
.ant .homeEventBox .shirts {
    transform: scaleX(-1);
    right: 0 !important;
    left: unset;
}

    .ant .homeEventBox .shirts .shirt {
        background: url(/images/antbsk/shirt_blue.svg) no-repeat center;
        background-size: auto 100%;
        width: 4vw;
        height: 4vw;
    }
/* 客 */
.ant .shirts .shirt {
    background: url(/images/antbsk/shirt_red.svg) no-repeat center;
    background-size: auto 100%;
    width: 4vw;
    height: 4vw;
    position: absolute;
}

    .ant .shirts .shirt:nth-child(1) {
        left: 17vw;
        top: 3vw;
        animation: player1 3s infinite 0.3s alternate;
    }

@keyframes player1 {
    0% {
    }

    10% {
        top: 5vw;
        left: 17vw
    }

    80% {
        top: 2vw;
        left: 20vw
    }

    100% {
        top: 3vw;
        left: 17vw
    }
}

.ant .shirts .shirt:nth-child(2) {
    left: 24vw;
    top: 4vw;
    animation: player2 3s infinite 0.45s alternate;
}

@keyframes player2 {
    0% {
    }

    10% {
        top: 6vw;
        left: 24vw
    }

    80% {
        top: 3vw;
        left: 27vw
    }

    100% {
        top: 4vw;
        left: 24vw
    }
}

.ant .shirts .shirt:nth-child(3) {
    left: 9vw;
    top: 19vw;
    animation: player3 3s infinite 0.1s alternate;
}

@keyframes player3 {
    0% {
    }

    10% {
        top: 21vw;
        left: 9vw
    }

    80% {
        top: 18vw;
        left: 12vw
    }

    100% {
        top: 19vw;
        left: 9vw
    }
}

.ant .shirts .shirt:nth-child(4) {
    left: 17vw;
    top: 17vw;
    animation: player4 3s infinite 0.6s alternate;
}

@keyframes player4 {
    0% {
    }

    10% {
        top: 19vw;
        left: 17vw
    }

    80% {
        top: 16vw;
        left: 20vw
    }

    100% {
        top: 17vw;
        left: 17vw
    }
}

.ant .shirts .shirt:nth-child(5) {
    left: 27vw;
    top: 10vw;
    animation: player5 3s infinite 1s alternate;
}

@keyframes player5 {
    0% {
    }

    10% {
        top: 12vw;
        left: 28vw
    }

    80% {
        top: 9vw;
        left: 30vw
    }

    100% {
        top: 10vw;
        left: 29vw
    }
}

.ant .details {
    height: 14.24vw;
    background: #363636;
    width: 100%;
    align-items: center;
    padding: 0 2vw;
    display: none;
}

.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 {
    height: 6.44vw;
    background: #363636;
    width: 100%;
    align-items: center;
    display: none;
}

.ant .match-info-panel {
    display: none;
}

.ant .bgs {
    width: 100%;
    height: 100%;
    position: relative;
}

    .ant .bgs .bg1 {
        width: 100%;
        height: 32.98vw;
        position: absolute;
        z-index: 4;
        bottom: 10px;
    }

    .ant .bgs .bg2 {
        width: 100%;
        height: 18.14vw;
        position: absolute;
        z-index: 3;
        bottom: 18vw;
    }

        .ant .bgs .bg2 .antLogo { /* background-color:rgba(0,0,0,.4);*/
            width: 76vw;
            height: 2.9vw;
            line-height: 2.9vw;
            margin: 2.2vw auto 0 auto;
            display: flex;
        }

            .ant .bgs .bg2 .antLogo li {
                flex: 1;
                text-align: center;
            }

    .ant .bgs .bg3 {
        width: 100%;
        height: 32.98vw;
        position: absolute;
        z-index: 2;
        bottom: 0;
    }

    .ant .bgs .bg4 {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        bottom: 4vw;
        background-color: #363636 !important;
    }

.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;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px 50px 10px 50px;
    left: 50%;
    top: 12vw;
}

    .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: 6vw;
    height: 6vw;
    color: #333;
    text-align: center;
    /* line-height: 6vw; */
    font-size: 16px; /* left:10px;*/
    /* top:50%;*/
    /* transform:translateY(-50%);*/
    font-weight: normal;
    float: left;
    margin-right: 2vw;
}

    .ant .msgBoxStatic .time img, .ant .msgBox .time img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.ant .pointBG > .ballIcon {
    background: url(/images/event/basketball.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    z-index: 100;
    position: absolute;
    left: 53vw;
    top: 27vw;
}

@keyframes mymove {
    from {
        top: 27vw;
    }

    to {
        top: 18vw;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        top: 27vw;
    }

    to {
        top: 18vw;
    }
}

.ant #ballShadow {
    background: rgba(0,0,0,.2);
    width: 12px;
    height: 4px;
    position: absolute;
    left: 53vw;
    top: 29vw;
    border-radius: 50%;
    animation: bs 0.6s infinite alternate;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    z-index: 99;
}

@keyframes bs {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}
/*Safari and Chrome*/
@-webkit-keyframes bs {
    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: 47.52vw;
    left: 0;
    bottom: 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: 12vw;
    right: 22.5%;
}

.ant .change_2_1 .ballIn {
    animation: ballIn_1 0.6s 1 forwards;
    top: 12vw;
    left: 22.5%;
}

.ant .change_3_0 .ballIn {
    animation: ballIn_0 0.6s 1 forwards;
    top: 12vw;
    right: 18vw;
}

.ant .change_3_1 .ballIn {
    animation: ballIn_1 0.6s 1 forwards;
    top: 12vw;
    left: 18vw;
}

@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: 20.2vw;
        right: 10vw;
    }
}

@-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: 20.2vw;
        right: 10vw;
    }
}

@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: 20.2vw;
        left: 10.5vw;
    }
}

@-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: 20.2vw;
        left: 10.5vw;
    }
}
/* 入球动画结束 */
/* 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: 12vw;
    right: 22.5%;
    opacity: 1;
}

.ant .miss_2_1 .ballIn {
    animation: miss_1 1.3s linear infinite;
    top: 12vw;
    left: 22.5%;
    opacity: 1;
}

.ant .miss_3_0 .ballIn {
    animation: miss_0 1.3s linear infinite;
    top: 12vw;
    right: 18vw;
    opacity: 1;
}

.ant .miss_3_1 .ballIn {
    animation: miss_1 1.3s linear infinite;
    top: 12vw;
    left: 18vw;
    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: 21vw;
        right: 12vw;
        opacity: 1;
    }

    100% {
        transform: scale(0.6) translateY(-50%);
        top: 25vw;
        right: 15vw;
        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: 21vw;
        right: 12vw;
        opacity: 1;
    }

    100% {
        transform: scale(0.6) translateY(-50%);
        top: 25vw;
        right: 15vw;
        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: 21vw;
        left: 12vw;
        opacity: 1;
    }

    100% {
        transform: scale(0.6) translateY(-50%);
        top: 25vw;
        left: 15vw;
        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: 21vw;
        left: 12vw;
        opacity: 1;
    }

    100% {
        transform: scale(0.6) translateY(-50%);
        top: 25vw;
        left: 15vw;
        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%;*/
    /* 改由脚本控制 */
}

.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 .liveBox .msg.msgBoxStatic .timeBox > li{
    border-bottom: none;
}

.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;
    min-width: 35px;
    box-sizing: border-box; /* padding:0 10px;*/
    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: 3vw;
    position: absolute;
    left: 50%;
    min-width: 45vw;
    top: 28vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 2vw;
    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: 999;
}

    .ant .liveBox .msg span {
        display: block;
        color: #fcff00;
    }

.ant .liveBox .dataBox_pop {
    position: absolute;
    height: 70%;
    top: 12vw;
    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;
            border-bottom:none;
        }

        .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 .info .tit{
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .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;
            border-bottom: none;
        }
            .ant .liveBox .dataBox_pop .timeBox li.teamIcon {
                width: 32px;
                height: 32px;
                margin: 0 10px;
                border-radius: 50%;
                overflow: hidden;
                background: #ffffff;
                color: #ffffff;
                display:inline-block;
            }

            .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;
            padding-top: 5px;
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-bottom: none;
        }

    .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%;
    /* top: -30px; */
}

.bkEvent > div{position:absolute;}


.ant .teamName {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    max-width: 120px;
    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;
}
/* 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;
    }
/* 切换按钮开始 */
.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: #4683ff;
            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.v2 {
    height: 60vw;
}

    .ant.v2 .bgs .bg4 {
        background-size: 100% !important;
    }

.ant.v3 {
    height: 70vw;
}

    .ant.v3 .bgs .bg4 {
        background-size: 100% !important;
    }

    .ant.v3 .miniDetail {
        display: flex !important;
    }

.ant.v4 {
    height: 60vw;
}

.v4 .subDetails {
    display: block;
}

    .v4 .subDetails .match-info-panel {
        display: block;
    }

.ant.v5 {
    height: 100vw;
}

.v5 .match-info-panel {
    height: 31.18441vw;
    width: 100%;
    background-color: #3b4053;
    display: block;
}

    .v5 .match-info-panel .details {
        display: flex;
    }
/* 面板结束 */
/* ant */
.ant {
    width: 100%;
    height: 59.8vw;
    margin-right: auto;
    background: #333333;
    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 !important;
    /* border:solid 2px red !important; */
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

    .ant .liveBox {
        width: 100%;
        height: 47.52vw;
        position: absolute;
        z-index: 9;
        bottom: 10px;
    }

        .ant .liveBox > * {
            position: absolute;
            z-index: 5;
        }

        .ant .liveBox .default_simple {
            height: 30vw;
            position: absolute;
            top: 23vw;
            transform: translateY(-50%);
            border-radius: 4px;
            left: 12%;
            right: 12%;
            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: 36vw;
        position: absolute;
        top: 30vw;
        transform: translateY(-50%);
        border-radius: 4px;
        left: 10%;
        right: 10%;
        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: 100%;
        position: absolute;
        height: 25.8vw;
        overflow: hidden;
        clip-path: polygon(17vw -1vw,80vw -4vw,162vw 124vw,-12vw 45vw);
        bottom: 0.3vw;
        right: 0;
        display: none;
        opacity: 1;
    }

@keyframes attackHome {
    0% {
    }

    10% {
        opacity: 1;
        right: 40%
    }

    80% {
        right: 40%;
        opacity: 1;
    }

    100% {
        right: 40%;
        opacity: 0;
    }
}

@-webkit-keyframes attackHome {
    0% {
    }

    10% {
        opacity: 1;
        right: 40%
    }

    80% {
        right: 40%;
        opacity: 1;
    }

    100% {
        right: 40%;
        opacity: 0;
    }
}

.ant .liveBox .homeEventBox .team {
    z-index: 3;
    color: #FFF;
    font-weight: bold;
    right: 43vw;
    text-align: right;
    line-height: 20px;
    white-space: nowrap;
    position: absolute;
    padding-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}

    .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: 100%;
    display: none;
    background-size: 100% auto;
    position: absolute;
    right: 50%;
    z-index: 2; /* alternate */
    animation: attackHome 3s infinite;
}

.ant .liveBox .homeEventBox > div, .ant .liveBox .guestEventBox > div {
    position: absolute; /* height:100%;*/
    bottom: 0;
}

.ant .liveBox .guestEventBox {
    position: absolute;
    height: 25.8vw;
    overflow: hidden;
    display: none;
    left: 0%; /* background:rgba(0,0,0,0.5);*/
    width: 100%;
    clip-path: polygon(17vw -1vw,80vw -4vw,162vw 124vw,-12vw 45vw);
    bottom: 0.3vw;
}

    .ant .liveBox .guestEventBox .team {
        z-index: 3;
        color: #FFF;
        font-weight: bold;
        text-align: left;
        line-height: normal;
        top: 50%;
        white-space: nowrap;
        width: 75px;
        right: 41vw;
        position: absolute;
        transform: translateY(-50%);
        bottom: unset;
        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_home.svg) no-repeat left center;
        width: 100%;
        display: none;
        height: 100%;
        transform: rotateZ(180deg);
        background-size: 100% auto;
        z-index: 2;
        position: absolute;
        left: 50%;
        opacity: 0; /* alternate */
        animation: attack 3s infinite;
    }

@keyframes attack {
    0% {
    }

    10% {
        opacity: 1;
        left: 40%
    }

    80% {
        left: 40%;
        opacity: 1;
    }

    100% {
        left: 40%;
        opacity: 0;
    }
}

@-webkit-keyframes attack {
    0% {
    }

    10% {
        opacity: 1;
        left: 40%
    }

    80% {
        left: 40%;
        opacity: 1;
    }

    100% {
        left: 40%;
        opacity: 0;
    }
}
/* .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: 8vw; /* background:red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2vw -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: 47.52vw;
    margin-top: 25px;
}

    .ant .liveBox .pointBall_1 .msg {
        right: 2vw;
        bottom: 6vw;
        transform: unset;
        animation: unset;
        left: unset;
        top: unset;
        min-width: 35vw;
    }
/* 客 */

/* 主 */
.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;
    display: none;
}

.ant .pointBG .antLogo {
    position: absolute;
    top: -5vw;
    left: 29%;
    transform: rotateZ(363deg) skewX(363deg);
    font-size: 15px;
    color: #ffffff;
    width: 71vw;
    white-space: nowrap;
    height: 6vw;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ant .pointBG .antLogo li {
        padding: 0 7px;
        text-shadow: rgba(0,0,0,.4);
        display: inline-block;
        font-size: 5vw;
        line-height: 4vw;
        flex: 1;
        text-align: center;
    }

.ant .pointBox.bgs {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #c4a47f;
    margin-top: 20px;
    display: none;
}

    .ant .pointBox.bgs.homePoint {
        transform: rotateY(180deg);
    }

    .ant .pointBox.bgs .bg0 {
        width: 20vw;
        height: 44.39vw;
        position: absolute;
        z-index: 4;
        left: 0;
        bottom: 23.5vw;
    }

    .ant .pointBox.bgs .bg1 {
        width: 70.96vw;
        height: 18.39vw;
        position: absolute;
        z-index: 4;
        right: 0;
        bottom: 39vw;
    }

    .ant .pointBox.bgs .bg2 {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 3;
        bottom: 1vw;
    }

    .ant .pointBox.bgs .bg3 {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        bottom: 25px;
    }

.ant .liveBox .pointBall_1 .pointBG {
    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: 47.52vw;
    margin-top: 25px;
}

    .ant .liveBox .pointBall_0 .msg {
        left: 2vw;
        bottom: 6vw;
        transform: unset;
        animation: unset;
        right: unset;
        top: unset;
        min-width: 35vw;
    }

    .ant .liveBox .pointBall_0 .pointBG {
        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: 40%;
    font-size: 20px;
    padding: 0 5px;
    color: white;
    animation: missTxt 1.3s linear 0s infinite;
    -webkit-animation: missTxt 1.3s linear 0s 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;
    }
}

.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: 15%;
    left: 15.8%; /* width:5px !important;height:5px !important;background:red !important;*/
}
/* 罚中3d特效 */
.ant #fqin {
    width: 0px;
    height: 0px;
    margin-top: 25px;
    -ms-transform: scaleX(2.5) translate(-33%,-56%);
    transform: scaleX(2.5) translate(-33%,-56%);
    -webkit-transform: scaleX(2.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%);
        top: 15%;
        right: 15.8%;
        left: unset;
    }

    .ant #fqin .point1 {
        display: none;
    }

    .ant #fqin .commodity-sign-wrap {
        animation-iteration-count: 1;
    }

    .ant #fqin .point3 {
        animation-iteration-count: 1;
    }
/* 射中2d特效 */
.ant #ballIn {
    -ms-transform: scaleX(2.5) translate(-33%,-56%);
    transform: scaleX(2.5) translate(-33%,-56%);
    -webkit-transform: scaleX(2.5) translate(-33%,-56%);
    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;
    }
}

/* PC页面适配 */
@media screen and (min-width: 1000px){
    .ant .bgs .bg1 {
        height: 9.61vw
    }
    .ant .bgs .bg2{
        height:5.3vw;
        bottom: 5.27vw
    }
    .ant .bgs .bg2 .antLogo{ }
    .ant .bgs .bg3 {
        height: 9.61vw
    }
    .ant .bgs .bg4 {
        bottom: 1.17vw;
    }

    .ant .shirts {
        height: 7.62vw
    }
    .ant .pointBall_0 .pointBG .shirts .shirt:nth-child(1), .ant .pointBall_1 .pointBG .shirts .shirt:nth-child(1) {
        top: 4.39vw;
        left: 8.21vw;
    }
    .ant .pointBall_0 .pointBG .shirts .shirt:nth-child(2), .ant .pointBall_1 .pointBG .shirts .shirt:nth-child(2) {
        top: 9.09vw;
        left: 2.93vw;
    }
    .ant .pointBall_0 .pointBG .shirts .shirt:nth-child(3), .ant .pointBall_1 .pointBG .shirts .shirt:nth-child(3) {
        top: 4.69vw;
        left: 11.14vw;
    }
    .ant .pointBall_0 .pointBG .shirts .shirt:nth-child(4), .ant .pointBall_1 .pointBG .shirts .shirt:nth-child(4) {
        top: 9.38vw;
        left: 6.15vw;
    }
    .ant .pointBall_0 .pointBG .shirts .shirt:nth-child(5), .ant .pointBall_1 .pointBG .shirts .shirt:nth-child(5) {
        top: 7.33vw;
        left: 16.71vw;
    }
    .ant .pointBall_0 .pointBG .shirts .shirt:nth-child(6), .ant .pointBall_1 .pointBG .shirts .shirt:nth-child(6) {
        top: 9.67vw;
        left: 9.09vw;
    }

    .ant .homeEventBox .shirts .shirt {
        width: 1.17vw;
        height: 1.17vw;
    }
    .ant .shirts .shirt {
        width: 1.17vw;
        height: 1.17vw;
    }
    .ant .shirts .shirt:nth-child(1){
        left: 4.98vw;
        top: 0.88vw;
    }
    @keyframes player1 {
        0% {
        }

        10% {
            top: 1.46vw;
            left: 4.98vw;
        }

        80% {
            top: 0.59vw;
            left: 5.86vw
        }

        100% {
            top: 0.88vw;
            left: 4.98vw;
        }
    }
    .ant .shirts .shirt:nth-child(2) {
        left: 7.03vw;
        top: 1.17vw;
    }
    @keyframes player2 {
        0% {
        }

        10% {
            top: 1.76vw;
            left: 7.03vw
        }

        80% {
            top: 0.88vw;
            left: 7.91vw
        }

        100% {
            top: 1.17vw;
            left: 7.03vw
        }
    }
    .ant .shirts .shirt:nth-child(3) {
        left: 2.64vw;
        top: 5.57vw;
    }
    @keyframes player3 {
        0% {
        }

        10% {
            top: 6.16vw;
            left: 2.64vw
        }

        80% {
            top: 5.28vw;
            left: 3.52vw
        }

        100% {
            top: 5.57vw;
            left: 2.64vw
        }
    }
    .ant .shirts .shirt:nth-child(4) {
        left: 4.98vw;
        top: 4.98vw;
    }
    @keyframes player4 {
        0% {
        }

        10% {
            top: 5.57vw;
            left: 4.98vw
        }

        80% {
            top: 4.69vw;
            left: 5.86vw
        }

        100% {
            top: 4.98vw;
            left: 4.98vw
        }
    }
    .ant .shirts .shirt:nth-child(5) {
        left: 7.91vw;
        top: 2.93vw;
    }
    @keyframes player5 {
        0% {
        }

        10% {
            top: 3.52vw;
            left: 8.21vw
        }

        80% {
            top: 2.64vw;
            left: 8.79vw
        }

        100% {
            top: 2.93vw;
            left: 8.5vw
        }
    }

    .ant .details {
        height: 4.17vw;
        padding: 0 0.58vw;
    }
    .ant .miniDetail {
        height: 1.319vw;
    }
    .ant .subDetails {
        height: 1.88vw;
    }
    .ant .msgBoxStatic {
        top: 3.52vw;
    }

    .ant .msgBoxStatic .time, .ant .msgBox .time{
        width: 1.76vw;
        height: 1.76vw;
        margin-right: 0.58vw;
    }

    .ant .pointBG > .ballIcon {
        left: 15.54vw;
        top: 7.91vw;
    }
    @keyframes mymove {
        from {
            top: 7.91vw;
        }

        to {
            top: 5.27vw;
        }
    }
    @-webkit-keyframes mymove
    {
        from {
            top: 7.91vw;
        }

        to {
            top: 5.27vw;
        }
    }
    .ant #ballShadow {
        left: 15.54vw;
        top: 8.5vw;
    }

    .ant .liveBox .change_2_1 {
        height: 13.93vw;
    }
    .ant .change_2_0 .ballIn, .ant .change_2_1 .ballIn {
        top: 3.519vw;
    }
    .ant .change_3_0 .ballIn, .ant .change_3_1 .ballIn {
        top: 3.519vw;
        right: 5.278vw;
    }
    @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: 5.92vw;
            right: 2.93vw;
        }
    }
    @-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: 5.92vw;
            right: 2.93vw;
        }
    }
    @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: 5.92vw;
            left: 3.079vw;
        }
    }
    @-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: 5.92vw;
            left: 3.079vw;
        }
    }

    .ant .miss_2_0 .ballIn, .ant .miss_2_1 .ballIn {
        top: 3.519vw;
    }
    .ant .miss_3_0 .ballIn, .ant .miss_3_1 .ballIn {
        top: 3.519vw;
        right: 5.278vw;
    }
    @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: 6.158vw;
            right: 3.519vw;
            opacity: 1;
        }

        100% {
            transform: scale(0.6) translateY(-50%);
            top: 7.33vw;
            right: 4.398vw;
            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: 6.158vw;
            right: 3.519vw;
            opacity: 1;
        }

        100% {
            transform: scale(0.6) translateY(-50%);
            top: 7.33vw;
            right: 4.398vw;
            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: 6.158vw;
            left: 3.519vw;
            opacity: 1;
        }

        100% {
            transform: scale(0.6) translateY(-50%);
            top: 7.33vw;
            left: 4.398vw;
            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: 6.158vw;
            left: 3.519vw;
            opacity: 1;
        }

        100% {
            transform: scale(0.6) translateY(-50%);
            top: 7.33vw;
            left: 4.398vw;
            opacity: 0;
        }
    }

    .ant .liveBox .msg {
        line-height: 0.88vw;
        min-width: 10.26vw;
        top: 8.21vw;
        font-size: 0.733vw;
        padding: 0.586vw;
    }
    .ant .liveBox .dataBox_pop {
        top: 3.519vw;
    }
    .ant {
        height: 17.53vw;
    }
    .ant .liveBox {
        height: 13.93vw;
    }
    .ant .liveBox .default_simple{
         height: 8.797vw;
         top: 6.744vw;
    }
    .ant .liveBox .default{
        height: 11.73vw;
        top: 6.45vw;
    }

    .ant .liveBox .homeEventBox,.ant .liveBox .guestEventBox{
        height: 7.56vw;
        clip-path: polygon(4.985vw -0.29vw,28vw -1.17vw,47.5vw 36.36vw,-3.52vw 13.19vw);
        bottom: 0.08vw;
    }
    .ant .liveBox .homeEventBox .team{
        right: 15.6vw;
    }
    .ant .liveBox .guestEventBox .team{
        right: 13.6vw;
    }
    .ant .liveBox .msg .balls{
         height: 2.346vw;
         margin: 0.586vw -0.88px 0 -0.88px;
    }

    .ant .liveBox .pointBall_1,.ant .liveBox .pointBall_0{
        height: 13.935vw;
    }
    .ant .liveBox .pointBall_1 .msg {
        right: 0.586vw;
        bottom: 0.586vw;
        min-width: 10.26vw;
    }
    .ant .liveBox .pointBall_0 .msg{
        left: 0.586vw;
        bottom: 0.586vw;
        min-width: 10.26vw;
    }
    .ant .pointBox.bgs .bg0{
        width: 5.865vw;
        height: 13.01vw;
        bottom: 6.89vw;
    }
    .ant .pointBox.bgs .bg1 {
        width: 20.81vw;
        height: 5.39vw;
        bottom: 11.43vw;
    }

    .ant .pointBox.bgs .bg2 {
        bottom: 0.293vw;
    }

}