.game-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.game-part-col {}
.game-tab {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #CCC;
    padding:10px 0  5px 0;
    gap: 20px;
}
.game-tab > a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 10px;
    color: #333;
    font-size: 16px;
    gap: 15px;
}
.game-tab > a.active {
    background-color: #FF7B00;
    color: #FFF;
}
.game-tab-box {
    padding: 10px 20px;
    background-color: #F4F4F4;
}
.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: center;
    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;
}
.kithe-number-item > span.bg-red, .kithe-number-item > span.bg-r {
    background-color: #F8223C !important;
    color: #FFF !important;

}
.kithe-number-item > span.bg-blue, .kithe-number-item > span.bg-b {
    background-color: #0093E8 !important;
    color: #FFF !important;
}
.kithe-number-item > span.bg-green, .kithe-number-item > span.bg-g  {
    background-color: #1FC26B !important;
    color: #FFF !important;
}
.kithe-number-item > span.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: 15px 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 {
    display:flex;
    justify-content: start;
    align-items: stretch;
    margin-top: 20px;

}
.list-left {
    flex: 1;
    padding: 20px;
        background-color: #faf9f9;
    
}
.list-right {
    width: 300px;

    
}
.game-video {
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    background-color: #FFF;
    padding: 10px;
}
.game-video-item {
    height: 120px;
}
.game-video-item > img {
    border: 0;
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.game-list-box {
    background-color: #FFF;
}
.game-banner {
    margin: 0 -20px;
    padding:0 10px;
    border: 1px solid #ccc;
}
.game-banner-text {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color:#FF7B00;
    border-bottom: 2px solid #FF7B00;
}
.game-list {
    margin-bottom: 15px;
    padding: 20px 15px;
}
.game-item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 40px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.game-item:hover {
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.2);
}
.game-list > a:nth-child(even) > .game-item {
    background-color: #F4F4F4;
}
.game-item-left {
    width: 300px;
    display:flex;
    justify-content: start;

}
.game-item-right {
    flex: 1;
    margin-left: 30px;
}
.game-item-cover {
    width: 100px;
}
.game-item-cover > img {
    width: 100%;
}
.game-item-current-text {
    flex: 1;
    margin-left: 30px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.game-item-current-text  > p {
    margin: 0;
    padding: 0;
    color:#000;
}
p.game-item-current-datetime {
    font-size: 12px;
    color: #aaa;
}
.game-result-number-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 15px;
}
.game-result-number-box > .kithe-number-item {
    
}

.game-result-number-box > .kithe-number-item > span.number-sx {
    font-size: 18px;
}
.game-result-number-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.game-result-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../image/pub.png');
    background-repeat: no-repeat;
}
.game-result-number.number1 {
    background-position: 0 -284px;
}
.game-result-number.number2 {
    background-position:-42px -284px;
}
.game-result-number.number3 {
    background-position:-84px -284px;
}
.game-result-number.number4 {
    background-position:-126px -284px;
}
.game-result-number.number5 {
    background-position:-168px -284px;
}
.game-result-number.number6 {
    background-position:-210px -284px;
}
.game-result-number.number7 {
    background-position:-252px -284px;
}
.game-result-number.number8 {
    background-position:-294px -284px;
}
.game-result-number.number9 {
    background-position:-336px -284px;
}
.game-result-number.number10 {
    background-position:-378px -284px;
}
.game-result-next {
    margin-top: 10px;
    font-size: 12px;
}

.game-result-next-time {
    margin-right: 3px;
}
.ball-number {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0092DD;
    color: #FFF;
    font-size: 20px;
    background-image: none !important;
}

.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;
}