.game-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.game-part-col {
    position: relative;
}
.game-tab {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #CCC;
    padding:10px 0  5px 0;
    gap: 20px;
    position: relative;
}
.game-tab > a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 10px;
    color: #333;
    font-size: 16px;
    gap: 15px;
    background-color: #eee;
}
.game-tab > a.active {
    background-color: #FF7B00;
    color: #FFF;
}
.game-tab > button.live-btn {
    border: 0;
    background-color: #1FC26B;
    color:#FFF;
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;;
    display:block;
}
.live-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    display:none;
}
.game-tab-box {
    padding: 10px 20px;
    background-color: #F4F4F4;
}
.game-tab-box:hover {
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.2);
}
.game-tab-item {
    display: none;
}
.game-tab-item.active {
    display: block;
}
.kithe-number-empty {
    display: none;
    padding: 10px  45px;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    height: 91px;
}
.kithe-text {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.kithe-no {
    color: #F00;
    margin:0 5px;
}
.kithe-date {
    font-size: 12px;
    color: #999;
}
.kithe-number {
    padding: 10px  45px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    height: 91px;
}
.kithe-number-item {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.kithe-number-item > span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #FFF;
    /*font-weight: bold;*/
    font-size: 22px;
    border-radius: 20px;
    overflow: hidden;
}
.kithe-number-item > .gnumber {
    background-color: #aaa;
    color: #000;
}

.number-sx {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    color: #555;
}
.kithe-number-add {
    padding: 25px 15px 15px 15px;
    background-image: url('../image/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.kithe-next-left {
    line-height: 20px;
}
.kithe-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 45px 0 45px;
}
.kithe-next-no {
    font-size: 14px;
    color: #666779;
    font-weight: bold;
}
.kithe-next-right {
    flex:1; 
    padding-left: 20px;
}
.kithe-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.kithe-wait {
    display: none;
    padding: 8px 10px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    background-color: #68b0db;
    letter-spacing: 5px;
}

.kithe-next-right > div {
    gap: 10px;
}
.kithe-minute-number, .kithe-second-number {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #20B0CD;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
}
.kithe-next-left{
    padding:10px 0;
    font-size: 18px;
}
.

/**视频**/
.list-box {

}

.game-banner {
    border-bottom: 1px solid #F6F6F6;
}
.game-banner-text {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color:#FF7B00;
    border-bottom: 2px solid #FF7B00;
}

.game-list {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
    background-color: #efedea;
}

.game-item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px 5px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background-color: #FFF;
    min-height: 130px;
}
.game-item:hover {
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #FCFCFC;
}

.game-item-left {
    max-width: 200px;
    display:flex;
    justify-content: start;
}
.game-item-left > .game-cover {
    width: 50px;
}
.game-item-left > .game-cover > img {
    width: 100%;
}
.game-item-left > .game-current-text {
    flex: 1;
    margin-left: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.game-item-left > .game-current-text  > p {
    margin: 0;
    padding: 0;
    color:#000;
}
.game-item-left > .game-current-text > p.kithe-date {
    font-size: 12px;
    color: #aaa;
}

.game-item-right {
    flex: 1;
    margin-left: 10px;
}


.game-balls {
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 5px;
}

.game-balls > .ball-number {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    row-gap:  5px;
}
.game-balls > .ball-add {
    width: 40px;
    background-image: url('../image/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.game-balls > .ball-eq {
    width: 40px;
    background-image: url('../image/eq.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.game-balls > .ball-number > .gnumber {
    width          : 40px;
    height         : 40px;
    line-height    : 40px;
    font-size      : 22px;
    color          : #FFF;
    border-radius  : 20px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    background-color: #e9e9e9;
}

.game-balls > .ball-number > .number-sx {
    font-size: 20px;
    color: #999;
    font-weight: normal;
    parding-top: 0;
}

.game-balls > .ball-number-add {
    padding: 25px 15px 15px 15px !important;
    background-image: url(../image/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.ball-image {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../image/pub.png');
    background-repeat: no-repeat;
}
.number1 {
    background-position: 0 -284px;
}
.number2 {
    background-position:-42px -284px;
}
.number3 {
    background-position:-84px -284px;
}
.number4 {
    background-position:-126px -284px;
}
.number5 {
    background-position:-168px -284px;
}
.number6 {
    background-position:-210px -284px;
}
.number7 {
    background-position:-252px -284px;
}
.number8 {
    background-position:-294px -284px;
}
.number9 {
    background-position:-336px -284px;
}
.number10 {
    background-position:-378px -284px;
}

.game-balls-dice {
    column-gap: 20px;
}
.ball-dice {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('../image/pub.png');
    background-repeat: no-repeat;
}
.dice1 {
    background-position: -424px 0;
}
.dice2 {
    background-position: -424px -43px ;
}
.dice3 {
    background-position: -424px -86px ;
}
.dice4 {
    background-position: -424px -129px;
}
.dice5 {
    background-position: -424px -172px;
}
.dice6 {
    background-position: -424px -216px;
}

.ball-blue, .ball-red {
    width          : 40px;
    height         : 40px;
    line-height    : 40px;
    font-size      : 22px;
    color          : #FFF;
    border-radius  : 20px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    background-color: #0093E8;
}
.ball-red {
    background-color: #F00; 
}
.game-list-next {
    margin-top: 10px;
    display:flex;
    justify-content: center;
    color: #999;
}
.game-list-next .kithe-next-no {
    font-weight: normal;
    color: #999;
}
.kithe-time {
    font-size: 14px;

}
.game-list-next  .list-next-time {
    margin-right: 3px;
}
.game-list-next .kithe-date {
    display:none;
}


.list-right-box {
    height: 100%;
    background-color: #FFF;
}
.list-banner {

}
.right-banner {
    padding-top: 15px;
}
h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
}
div.en {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
span.en-left, span.en-right {
    flex:1;
    display: block;
    height: 1px;
    background-color: #DEDEDE;
}
span.en-text {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
}
.game-recommend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 25px;
}
.game-recommend-item {
    color:#333;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;

}
.game-recommend-icon {
    width: 50px;
    height: 50px;
}
.game-recommend-icon > img {
    width: 100%;
}
.game-recommend-name {
    font-size: 14px;
    color: #666;
}
.right-banner2 {
    margin-top: 40px;
    padding: 5px 10px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 16px;
    font-weight: bold;
}
ul.news-list {
    padding: 5px;
}
ul.news-list > li {
    padding: 5px;
    list-style: disc inside;
}

ul.news-list > li > a {
    color: #333;
    font-size: 12px;
    margin-left: -10px;
}

.notice-box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    display:none;
    justify-content: center;
    align-items:center;
}
.notice-main {
    width: 490px;
    margin-top: 40px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: blue;

}
.notice-show {
    animation: showSweetAlert .3s;
    will-change: transform;
    transition: transform .3s, opacity .2s, -webkit-transform .3s;
}
.notice-text {
    margin-top: 40px
}
.notice-btns {
    padding: 10px;
    display: flex;
    justify-content: end;
}
.notice-close-btn {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}