.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;
    font-weight: bold;
    background-image: url(lhc_green.png);
    filter: brightness(0.88) saturate(0%);
}

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

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

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

.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.75rem;
        height: 2.75rem;
        font-size: 14px;
    }
    .winning-numers>.item>p{font-size:14px}
}

.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
    }

    .video-trace video {
        height: 20.5rem
    }
}

.recent-container {
    overflow: hidden;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 3.5rem
}

.recent-container ul {
    /*border: 1px solid #dadada;*/
}
.history-container{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.recent-container ul li {
    text-align: center;
    border-bottom: 1px solid #e3f1d5;
    padding: .75rem 0
}

.recent-container ul li:first-child {
    /*background-color: #efefef;*/
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    font-size: 18px;
}

.recent-container ul li>span:first-child {
    width: 11rem
}

.recent-container ul li>span:nth-child(2) {
    width: 15rem
}

.recent-container ul li>span:nth-child(4) {
    width: 11rem
}

@media screen and (max-width:750px) {

    .recent-container ul li span:nth-child(2),
    .recent-container ul li span:nth-child(4) {
        display: none
    }
}

.dashboard-container {
    padding-bottom: 50px
}

.dashboard-container .d-countdown>span {
    width: 2.6rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #d4d4d4;
    margin-left: .4rem;
    font-size: 3.2rem;
    line-height: 3.6rem
}

.dashboard-container .d-countdown>span:nth-of-type(3n) {
    width: auto;
    border: none
}

.dashboard-container .banner-container img {
    width: 100%;
    display: block
}

.dashboard-container .banner-container .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 1rem;
    opacity: .5;
    background-color: #fff;
    margin-right: .5rem;
    transition: all .2s linear
}

.dashboard-container .banner-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 2rem;
    opacity: 1
}

.dashboard-container .next-container {
    margin-top: 1rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.dashboard-container .next-container-header {
    font-size: 1.32rem;
    line-height: 2.4rem;
    padding: 0 1.2rem;
    border: 1px solid #c8c8c8;
    background-color: rgba(217, 0, 17, .25);
    border-color: #d90011;
    color: #d90011
}

.dashboard-container .next-container-header .fr {
    font-size: 1rem
}

.dashboard-container .next-container-header .mobile-fr {
    display: none
}

.dashboard-container .next-container-body {
    padding: 2.65rem 1.5rem;
    /*border: 1px solid #c8c8c8;*/
    border-top: 0;
    border-radius: 0 0 .25rem .25rem;
    /*box-shadow: 0 1px 4px #c8c8c8*/
}

.dashboard-container .next-container-body .winning-numers {
    display: inline-flex;
    position: relative;
    margin-top: 2rem
}

.dashboard-container .next-container-body .lottery-issue .bold {
    margin: 0 1rem 0 .4rem;
    font-weight: 700
}

.dashboard-container .next-container-body .btn-gruop {
    margin-top: 2rem;
    padding-left: 2.4rem
}

.dashboard-container .next-container-body .btn-gruop .ss-btn {
    display: inline-block;
    line-height: 1.8rem;
    border: .2rem solid hsla(0, 0%, 100%, .5);
    min-width: 5.8rem;
    padding: 0 1.36rem;
    text-align: center;
    border-radius: .4rem;
    margin: 0 .6rem;
    position: relative;
    font-size: 1rem;
    text-decoration: none
}

.dashboard-container .next-container-body .btn-gruop .ss-btn:before {
    content: "";
    border: 1px solid #693434;
    border-radius: .4rem;
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    bottom: -.2rem;
    left: -.2rem
}

.dashboard-container .next-container-body .btn-gruop .ss-btn.ss-btn-error {
    background-color: #d90011;
    color: #fff
}

.dashboard-container .next-container-body .more-link {
    line-height: 1.8rem;
    display: block;
    color: #2c2c2c;
    margin-top: 1.4rem;
    padding-left: 3rem;
    text-decoration: none
}

.dashboard-container .next-container-body .more-link .arrow-right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD+WDajAAAAe0lEQVQYlW3PPQ6BURCF4efzl2gkGktQWIkIBbEMa7ID0eqUSiW1WAGNjkwyV67EaU4y7zuZTHM17GGHPbaqdLDAHLOcf4X2Rv+CJ6Yp3nEuMPr0T2hVJw54IGZrNAVOcMQgpRXeAQsYJVjiFRsBu9k/IBJ/Ro9xqwF8ANd7Gm+Pq0c7AAAAAElFTkSuQmCC) 50%/100% 100% no-repeat;
    width: 7px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .4rem;
    transition: all .3s linear
}

.dashboard-container .next-container .flex-right {
    width: 19.4rem;
    padding-left: 1rem
}

@media screen and (max-width:750px) {
    .dashboard-container {
        padding: 0 1rem
    }
    .dashboard-container .next-container-body .btn-gruop .ss-btn{font-size:15px}
    .recent-container ul li>span:first-child{font-size:14px}

    .dashboard-container .next-container-header {
        line-height: 3.4rem
    }

    .dashboard-container .next-container-header .fr {
        display: none
    }

    .dashboard-container .next-container-header .fr.mobile-fr {
        display: block
    }

    .dashboard-container .next-container-header .fr.mobile-fr .lottery-issue {
        position: relative;
        top: .2rem;
        display: inline-block;
        color: #333
    }

    .dashboard-container .next-container-header .fr.mobile-fr .next-open-time {
        position: relative;
        top: .7rem;
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
        padding-left: .6rem;
        margin-left: .6rem
    }

    .dashboard-container .next-container-header .fr.mobile-fr .next-open-time:before {
        content: "";
        width: 2px;
        background-color: #d90011;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 2rem
    }

    .dashboard-container .next-container-body {
        padding: 1rem 1rem 0
    }

    .dashboard-container .next-container-body .flex {
        width: 100%;
        flex-direction: column-reverse
    }

    .dashboard-container .next-container-body .flex>div {
        flex: 1;
        width: 100%
    }

    .dashboard-container .next-container-body .winning-numers {
        margin-top: 2.4rem
    }

    .dashboard-container .next-container-body .lottery-issue {
        display: none
    }

    .dashboard-container .next-container-body .count-box {
        height: 5.2rem;
        width: 71%;
        transform: scale(1.4);
        transform-origin: 0 0
    }

    .dashboard-container .next-container-body .btn-gruop {
        margin-top: 1rem;
        float: left;
        width: 60%;
        padding-left: 0
    }

    .dashboard-container .next-container-body .more-link {
        line-height: 2.2rem;
        width: 40%;
        text-align: right;
        margin-top: 1rem;
        float: left;
        font-size: 15px;
    }
    .dashboard-container .next-container-body .more-link .arrow-right{margin-left:0;width:9px;height:12px}
}