    body{
        background: #F9FADB;
    }
.item_btn{
    border: 1px solid #BFBFBF;
}
.flex_space_between{
    display: flex;
    width: 100%;
    justify-content: space-around;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}
.layui-layer-content{
    overflow: hidden !important;
}    
.game_item{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    transition: all .5s;
}
.game_item:hover{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.ribbon3.rib3-warning {
    margin-top: -25px;
    position: absolute;
    background: #ff9f43;
}
.game_item_bottom{
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    min-height: 113px;
}
.game_name{
    margin-left: 5px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 270px;
}
.name_box{
    padding-bottom: 5px;
    border-bottom: 1px dashed #E6E6E6;
    display: flex;
    align-items: center;
}
.bbjs{
    padding: 5px 0;
    border-top: 1px dashed #E6E6E6;
    white-space: nowrap; /* 不换行 */
    display: flex;
    align-items: center;
}
.game_text{
     font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FE0202;
    margin-left: 7px;
}
.get_bag{
    background: #FE0202;
    border-radius: 3px;
    border: 1px solid #9A999A;
    padding: 3px 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 7px;
}
.game_btn{
    width: 100%;
    height: 30px;
    padding:0 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    /* color: #FFFFFF; */
    white-space: nowrap;
}
.margin-1{
    margin-right: 2px;
}
/*  */
.game_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 60px;
}
.game_left{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.game_left{
    width: 318px;
    height: 948px;
}
.lumn_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.lumn_title{
    position: relative;
}
.lumn_tip{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 25px;
    color: #FE0202;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
    text-stroke: 1px #000000;
    background: linear-gradient(0deg, #932729 0%, #FE0202 100%);
    -webkit-text-stroke: 1px #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: brightness(1.6);
    margin-left: 27px;
}
.lumn_img{
    margin-left: 18px;
}
.lumn_text{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.game_right{
    width: 100%;
    margin-top: 82px;
}
.title_font{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #A42E2E;
    background: linear-gradient(4deg, #6F0719 0%, #CB191E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid  #A8121C;
    padding-bottom: 5px;
}

.xhx{
    width: 100%;
    height: 2px;
    background: #A42E2E;

}

    /*  */
.item_box{
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 2px 10px 0px rgba(27,34,44,0.2);
    border-radius: 8px;
    border: 2px solid #FDB63D; */
    min-height: 300px;
    position: relative;
    top: 155px;
}
.game_bg{
    position: absolute;
    left: -143px;
    top: -144px;
}
.login_bg{
    position: absolute;
    top: -191px;
    left: -190.5px;
}
.user_top{
    background: #FFF4E8;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top_game{
    transition: all .5s;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    height: 196px;
}
.top_game:hover{
    transition: all .5s;
    transform: scale(1.05);
}
.jb_icon{
    position: absolute;
    left: 0;
    top: 0;
}
.tx_box{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.top_card{
    background: url('/img/login_card.png') no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tx_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -43%);
    width: 78px;
    height: 78px;
}
.accont_text{
    font-family: SimSun;
    font-weight: 400;
    font-size: 14px;
    color: #FCF7F7;
    margin-top: 7px;
}
.user_name{
    width: 92px;
    height: 20px;
    background: #BC402C;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.login_text{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    margin-top: 15px;
}
.user_bottom{
    width: 100%;
    height: 104px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    z-index: 1;
    position: relative;
}
.user_btn_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}
.top_fgx{
    width: 270px;
    height: 1px;
    background: #EBEBEB;
    margin: 10px 0;
}
.card_name{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.flex_column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.user_btn{
    border-radius: 24px;
    border: 1px solid #E44328;
    padding:8px 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #E44328;
    transition: all 0.5s;
    cursor: pointer;
}
.game_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35%;
    transform: none !important;
    z-index: 10;
    padding: 0;
}
.user_btn:hover{
    transition: all 0.5s;
    color: #fff !important;
    background: #E44328;
}
.num_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cz_icon{
    position: absolute;
    left: 60px;
}
.num_font{
    font-family: SimSun;
    font-weight: 400;
    font-size: 14px;
    color: #9A9898;
}
.num_text{
    font-family: SimSun;
    font-weight: 400;
    font-size: 14px;
    color: #F6FF00;
}
.fgx{
    width: 1px;
    height: 31px;
    background: #DFC7AC;
    margin: 0 20px;
}
.logins_btn{
    padding: 10px 110px;
    background: #E44328;
    border-radius: 24px;
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 20px;
}
.top_father{
    position: relative;
    /* background: url('/img/banner2.png') no-repeat; */
    background-size: 100% 750px;
    min-width: 1200px;
    min-height: 750px;
    background-position: bottom;
    padding-top: 354px;
    position: relative;
}
.banner_video{ 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.sl_img{
    position: absolute;
    top: 100px;
    left: 50px;
}
.col-99 {
margin-top: auto;
margin-left: auto;
}
.untx_box{
    width: 116px;
    height: 116px;
    background: #510704;
    border-radius: 50%;
}
.get_bag{
    background: #FE0202;
    border-radius: 3px;
    border: 1px solid #9A999A;
    padding: 3px 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 7px;
    display: flex;
    align-items: center;
}