.winning-numers {
    display: flex;
    align-items: center;
    justify-content: center
}

.winning-numers>.item {
    margin: 0 .3rem;
    text-align: center;
    position: relative
}

.winning-numers>.item>span {
    width: 2.13rem;
    height: 2.13rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

.winning-numers>.item>span.red {
    background-image: url(lhc_red.png)
}

.winning-numers>.item>span.blue {
    background-image: url(lhc_blue.png)
}

.winning-numers>.item>span.green {
    background-image: url(lhc_green.png)
}

.winning-numers>.item>p {
    line-height: 2;
    font-size: 1.2rem
}

.winning-numers-large>.item {
    margin: 0 .6rem
}

.winning-numers-large>.item>span {
    width: 2.67rem;
    height: 2.67rem;
    font-size: 1.2rem
}

.winning-numers-plus>.item:nth-of-type(7) {
    margin-left: 1.5rem
}

.winning-numers-plus>.item:nth-of-type(7):before {
    content: "+";
    position: absolute;
    color: #d80011;
    font-size: 1.5rem;
    left: -1.5rem;
    top: 0
}

.winning-numers-plus.winning-numers-large>.item:nth-of-type(7) {
    margin-left: 3rem
}

.winning-numers-plus.winning-numers-large>.item:nth-of-type(7):before {
    left: -2.4rem;
    top: .75rem;
    font-size: 1.6rem
}

@media screen and (max-width:750px) {
    .winning-numers>.item>span {
        width: 2.5rem;
        height: 2.5rem
    }
}

.dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in .3s;
    animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out .3s;
    animation: dialog-fade-out .3s
}

@-webkit-keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.video-trace {
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 42.66rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video-trace__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, .5)
}

.video-trace__head {
    padding: 15px
}

.video-trace video {
    width: 100%;
    /*height: 24.5rem;*/
    display: block;
    position: relative;
    bottom: -4px
}

.video-trace .videoIssue,
.video-trace .videoName {
    color: #515151;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    padding-right: 1rem
}

.video-trace .videoIssue span {
    color: #d80011
}

.video-trace .videoMessage {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.video-trace .videoTitle {
    color: #fff;
    font-size: .8rem;
    height: 1.33rem;
    line-height: 1.33rem;
    text-align: center;
    padding: 0 .75rem;
    background-color: #d80011;
    border-radius: .75rem
}

.video-trace .close {
    background-color: grey;
    border-radius: 50%;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px
}

.video-trace .videoCode,
.video-trace .videoTime {
    color: grey;
    font-size: 14px
}

.video-trace .videoCode .winning-numers {
    display: inline-flex
}

@media screen and (max-width:750px) {
    .video-trace {
        width: 95vw
    }

    .video-trace__head {
        padding: .75rem
    }

    .video-trace .videoMessage {
        flex-direction: column;
        align-items: flex-start
    }

    .video-trace .videoTime {
        margin: 1rem 0
    }

}

#dplayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.video-container__notice {
    margin: 0 auto;
    width: 100%;
    line-height: 2.46rem;
    font-size: 1.5rem;
    color: #2c2c2c
}

.video-container__notice .title {
    width: 11rem;
    font-size: 1.6rem
}

.video-container__notice .notice {
    background-color: #fdf7e8;
    display: inline-block;
    flex-grow: 1;
    font-size: 1rem;
    position: relative;
    color: #525252;
    padding-left: 1.3rem
}

.video-container__notice .notice .left {
    color: #a68452
}

.video-container__live {
    height: 24.6rem;
    background-color: #000;
    overflow: hidden;
    margin-top: 1.44rem;
    position: relative
}

.video-container__live .cover {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-container__live .cover .tips span {
    color: #d80011
}

.video-container__history {
    border: 1px solid #dadada
}

.video-container__history .head {
    padding: 1rem 0;
    border-bottom: 1px solid #dadada;
    color: #646464;
    padding-left: 1.5rem
}

.video-container__history .head .name {
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 600;
    margin-right: 1.3rem;
    display: inline-block;
    width: 200px
}

.video-container__history .head .desc {
    display: inline-block;
    padding: 0 .5rem;
    height: 1.66rem;
    line-height: 1.66rem;
    font-size: 1rem;
    color: #d80011;
    background-color: #fdf7e8
}

.video-container__history .repeat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem
}

.video-container__history .repeat li {
    flex: 0 1 33.33%;
    margin-bottom: 3.2rem;
    padding-top: 16rem;
    padding: 0 .75rem
}

.video-container__history .repeat-item {
    height: 100%;
    background: url(repeat.png) top no-repeat;
    background-size: 100% 16rem;
    height: 16rem;
    position: relative
}

.video-container__history .repeat-item .play {
    height: 6.4rem;
    width: 6.4rem;
    border-radius: 50%;
    position: absolute;
    top: 4.6rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.video-container__history .repeat-issue {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 14px;
    color: #414141
}

.video-container__history .repeat-issue span {
    color: #d80011
}

@media screen and (max-width:750px) {
    .video-container__notice .title {
        display: none
    }

    .video-container__notice .notice {
        background-color: #fff6e4;
        margin: 1rem 1rem 0;
        padding: 1rem 1.5rem;
        font-size: 1.25rem
    }

    .video-container__notice .notice .left {
        display: block;
        font-size: 1.5rem;
        font-weight: 600
    }

    .video-container__live {
        margin: 1.5rem 1rem .5rem
    }

    .video-container__live .cover {
        padding: 0 1.5rem;
        font-size: 1.2rem
    }

    .video-container__history .repeat li {
        flex: 0 1 50%
    }
}

/*@media screen and (max-width:414px) {*/
/*    .video-container__history .repeat li {*/
/*        flex: 0 1 100%*/
/*    }*/
/*}*/