         .button{
            border: 0;
            cursor: pointer;
        }
         #button1{
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: url("/Public/btt/img1.png") repeat ;
            background-size: 100% 100%;
            outline:none;
            border: 0;
            cursor: pointer;
        }
         #button2{
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: url('/Public/btt/img2.png') repeat ;
            background-size: 100% 100%;
            outline:none;
        }
         #button3{
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: url('/Public/btt/img3.png') repeat ;
            background-size: 100% 100%;
            outline:none;
        }
         #button4{
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: url('/Public/btt/img4.png') repeat ;
            background-size: 100% 100%;
            outline:none;
        }
        #btt ul li{
            display: inline-block;
            margin-left: 45px;
            text-align: center;
			color: #000;
			font-size:25px;
			font-weight:bolder
        }
        .header_wrap .headTop .xiazai {
            background-color: #d22727;
            position: absolute;
            right: 20px;
            width: 190px;
            height: 60px;
            overflow: hidden;
            top: 24px;
        }
        .headTop button {
            width: 190px;
            border-radius: 8px;
            float: right;
            height: 60px;
            font-size: 28px;
            margin-top: 10px;
            /* display: none; */
            line-height: 44px;
            position: absolute;
            top: -8px;
        }
        /*???????CSS?????*/

        .mt-number-animate {
            font-family: '????';
            line-height: 70px;
            height: 70px;
            /*????????*/
            ;
            font-size: 85px;
            /*??????*/
            overflow: hidden;
            display: inline-block;
            position: relative;
        }

        .mt-number-animate .mt-number-animate-dot {
            width: 15px;
            /*???????*/
            line-height: 40px;
            float: left;
            text-align: center;
        }
        .mt-number-animate .mt-number-animate-dom {
            width: 43px;
            /*????????*/
            text-align: center;
            float: left;
            position: relative;
            top: -700px;
            border: 0;
        }
        .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
            width: 100%;
            float: left;
            background-color: #d22727;
            font-family: SimHei;
            /*font-size: 94px;*/
            /*text-align: left;*/
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .header_wrap .headTop a {
            display: block;
            font-size: 30px;
        }
        .header_wrap .headTop .xiazai {
            background-color: #d22727;
            position: absolute;
            right: 20px;
        }
        .jiaobiao{position: absolute;top: 0;left: 0;}
        .header_wrap{
			position:initial;
		}

/* 大厅游戏列表：恢复双列卡片，文字在图标右侧不重叠 */
.index_lottery ul {
    font-size: 0;
}
.index_lottery ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 128px;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}
.index_lottery ul li:nth-child(odd) {
    margin-left: 18px;
}
.index_lottery ul li .index-game-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    margin: 0 !important;
    border-radius: 14px;
    object-fit: cover;
}
.index_lottery ul li .index-game-text {
    position: absolute;
    left: 105px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.index_lottery ul li a.explain,
.index_lottery ul li a.explain2 {
    position: static;
    display: block;
    left: auto;
    bottom: auto;
    width: auto;
    max-width: 100%;
    padding: 0;
    height: auto;
    border-radius: 0;
    background: none !important;
    text-align: left;
}
.index_lottery ul li a.explain {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: none !important;
    font-size: 26px;
    font-weight: bold;
    color: #242424;
    line-height: 1.35;
    white-space: normal;
    word-break: break-all;
}
.index_lottery ul li .game-crown::before {
    content: "👑";
    font-size: 22px;
    margin: 0 2px;
    vertical-align: middle;
}
.index_lottery ul li .game-crown {
    display: inline;
}
.index_lottery ul li a.explain2 {
    font-size: 16px;
    color: #242424;
    line-height: 1.3;
}