*{
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    /* Safari 和 欧朋 */
    -webkit-user-select: none;
    /* IE10+ and Edge */
    -ms-user-select: none;
    /* Standard syntax 标准语法(谷歌) */
    user-select: none;
}

/*.content {
    width: 1200px;
    margin: 0 auto;
}*/
.header{
    height: 29px;
    background: #F7F7F7;
    box-shadow: 0px 1px 0px 0px #E7E7E7;
}
.header_content{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    font-size: 12px;
    color: #9F9F9F;
}
.wx_logo{
    margin-left: 8px;
    float: right;
    width: 86px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #3CD358;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}
.header_right li:last-child{
    border: 0;
}
.header_right li{
    padding: 0 12px;
    border-right: 1px solid #B9B9B9;
}
.header_right{
    display: flex;
}
.search{
    background-color: #fff;
}
.search_content{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_input .input_icon:hover{
    background: rgba(33,123,251);
    color: #fff;
}
.search_input .input_icon{
    width: 104px;
    height: 40px;
    background: rgba(33,123,251,0.1);
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    line-height: 40px;
    color: #217BFB;
    cursor: pointer;
}
/*.search_input input:focus~ .search_box{
    display: block;
}*/
.search_input input{
    border: 0;
    width: 340px;
    height: 40px;
    background: #F6F6F6;
    padding-left: 16px;
    border-radius: 20px 0px 0px 20px;
    box-sizing: border-box;
}
.search_input{
    font-size: 16px;
    color: #434343;
    display: flex;
    margin-left: 320px;
    position: relative;
}
.search_li .hot_li li:hover{
    color: #217BFB;
    cursor: pointer;
}
.search_li .hot_li li{
    font-size: 16px;
    color: #434343;
    font-weight: bold;
    margin-right: 46px;
}
.search_li .hot_li{
    display: flex;
    line-height: 46px;
    margin-left: 46px;
    cursor: pointer;
}
.search_li .hot_game{
    width: 230px;
    height: 46px;
    line-height: 46px;
    background: rgba(33,123,251);
    border-radius: 18px 18px 0px 0px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}
.search_li{
    display: flex;
}

.game_li li:not(:last-child){
    margin-bottom: 20px;
}
.game_li li .tag span{
    margin-right: 4px;
    white-space: nowrap;
}
.game_li li .tag{
    display: flex;
    font-size: 12px;
    color: #9F9F9F;
}
.hover_title:hover{
    color: #217BFB;
    cursor:pointer;
}
.game_li li .li_header span:last-child{
    flex: 1;
    text-align: right;
    font-size: 12px;
    color: #9F9F9F;
}
.game_li li .li_header img{
    width: 18px;
    height: 18px;
    border-radius: 6px;
    margin-right: 8px;
}
.game_li li .li_header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.game_li li{
   font-size: 14px;
    color:  #434343
}
.game_content .game_li{
    width: 230px;
    height: 396px;
    padding: 24px 18px 23px 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0px 0px 18px 18px;
    font-family: Source Han Sans CN, ui-monospace;
}
.game_content .max_banner img{
    border-radius: 18px;
}
.img_hover:hover{
    transform: scale(1.2);
}
.img_hover{
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.game_content .max_banner{
    width: 680px;
    height: 386px;
    border-radius: 18px;
    margin: 10px 10px 0 10px;
    overflow: hidden;
}
.game_content{
    display: flex;
}
.game{
    background: linear-gradient(to right,#F3F0F0,#F2F0F0);
}

.user .user_but .play:hover{
    color: #fff;
    background: rgba(33, 123, 251);
}
.user .user_but .play:last-child{
    margin-left: 20px;
}
.user .user_but .play{
    background: rgba(33, 123, 251, .1);
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    color: #217BFB;
    cursor: pointer;
}
.user .user_but{
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.user .user_icon img{
    margin-bottom: 9px;
}
.user .user_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #434343;
}
.user .user_li .user_tag{
    flex: 1;
    text-align: center;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #E7E7E7;
    z-index: 10;
}
.user .user_li .active::before{
    content: '';
    background-color: #FF4866;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 48%;
    bottom: -4px;
    clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
}
.user .user_li .active{
    border-bottom: 1px solid #FF4866;
    z-index: 1000;
    color: #434343;
}
.user .user_ul p:hover{
    color: #FF4866;
    cursor: pointer;
}
.user .user_ul p:not(:last-child){
    margin-bottom: 11px;
}
.user .user_ul{
    position: relative;
    padding: 12px 0 16px 8px;
    color: #434343;
    font-size: 13px;
    border-bottom: 1px solid #E7E7E7;
}
.user .user_li{
    display: flex;
    justify-content: space-around;
    margin: 16px 0 0 0;
    color: #9F9F9F;
    font-size: 14px;
}
.user{
    margin-top: 10px;
    width: 270px;
    height: 386px;
    background: #FFFFFF;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 21px 12px 23px 12px;
}
.user_box .user_box_item .iconfont{
    font-size: 18px;
    color: #0c0c0c;
    margin-bottom: 10px;
}
.user_box .user_box_item:hover .iconfont{
    color: #217BFB;
}
.user_box .user_box_item:hover{
    background-color: #E8F2FF;
    color: #217BFB;
}
.user_box .user_box_item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 12px;
    color: #9F9F9F;
}
.user_box{
    display: flex;
    margin-top: 10px;
}


.mid_box_item{
    display: flex;
}
.mid_box_item .mid_r .go:hover{
    background-color: #FF4866;
    color: #fff;
    border: 1px solid #FF4866
}
.mid_box_item .mid_r .go{
    width: 50px;
    height: 26px;
    background: rgba(255,255,255,0);
    border: 1px solid #9F9F9F;
    border-radius: 13px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.mid_box_item .mid_r span:nth-child(1):hover{
    color: #FF4866;
}
.mid_box_item .mid_r span:nth-child(2){
    color: #FF4866;
    margin: 13px 0 18px 0;
    font-size: 16px;
}
.mid_box_item .mid_r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #434343;
}
.mid_box_item .mid_img{
    width: 151px;
    height: 108px;
    border-radius: 18px;
    margin-right: 11px;
    overflow: hidden;
}
.mid_box_item img{
    border-radius: 18px;
}
.mid_box_item:not(:last-child){
    margin-bottom: 12px;
}
.mid_box{
    background: linear-gradient(to bottom, #FFF7F8, #FFF7F8);
    border-radius: 18px;
    padding: 24px;
    box-sizing: border-box;
}
.mid_box_r .title:hover{
    color: #FF4866;
}
.mid_box_r .title{
    font-size: 20px;
    color: #434343;
}
.mid_box_r .mid_box_img{
    width: 420px;
    height: 344px;
    margin: 23px 0 30px 0;
    overflow: hidden;
}
.mid_box_r .mid_money .mid_money_btn:hover{
    opacity: 1;
}
.mid_box_r .mid_money .mid_money_btn{
    width: 110px;
    height: 40px;
    background: #FF4866;
    border-radius: 20px;
    margin-left: 21px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    opacity: .8;
}
.mid_box_r .mid_money{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #FF4866;
}
.mid_box_r{
    background: linear-gradient(to bottom, #FFF7F8, #FFF7F8);
    padding: 30px 40px 30px 40px;
    border-radius: 18px;
    text-align: center;
}
.mid_content{
    display: grid;
    grid-template-columns: 340px 340px 500px;
    grid-column-gap: 10px;
}
.mid_left:nth-child(2){
    margin: 0 10px;
}

.mid{
    height: 614px;
    background-image: url("../image/bj.png");
    background-color: #9f9f9f;
    background-size: cover;
}

.bot_content{
    display: grid;
    grid-template-columns: 532px 324px 324px;
    grid-column-gap: 10px;
}
.bot{
    background-color: #F6F6F6;
    padding-bottom: 30px;
}
.bot_grid .bot_grid_img:first-child{
    grid-row-start: span 2;
}
.bot_grid img{
    border-radius: 18px;
}
.bot_grid_img{
    overflow: hidden;
    border-radius: 18px;
}
.bot_base{
    background: #FFFFFF;
    border-radius: 18px;
}
.bot_grid{
    padding: 24px;
    display: grid;
    grid-template-columns: 310px 162px;
    grid-template-rows: 165px 165px;
    grid-gap: 12px;
}

.hot_news li .news_b{
    opacity: 0.6;
    font-size: 12px;
    margin-top: 10px;
}
.hot_news li .news_t span:hover{
    color: #FF4866;
}
.hot_news li .news_t{
    display: flex;
    align-items: center;
}
.hot_news li{
    color: #434343;
    font-size: 14px;
}
.new{
    background-color: #217BFB;
}
.news_f p:hover{
    color: #FF4866;
}
.news_f p:not(:last-child){
    margin-bottom: 12px;
}
.news_f{
    margin-top: 20px;
    font-size: 14px;
    color: #434343;
}
.base_new{
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    width: 27px;
    height: 16px;
    color: #fff;
    border-radius: 0px 4px 0px 4px;
    margin-right: 8px;
}
.hot{
    background: #FF4866;
}
.hot_news li:not(:last-child){
    margin-bottom: 14px;
}
.hot_news{
    padding-bottom: 24px;
    border-bottom: 1px dashed #9F9F9F;
}
.bot_new{
    padding: 24px 24px 15px 24px;
}
.last_new_box{

}
.last_new{
    padding: 24px 0 22px 24px;
}
.last_new_box .last_new_item span:hover{
    color: #FF4866;
}
.last_new_box .last_new_item{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #434343;
}
.last_t{
    width: 18px;
    height: 18px;
    background: #E8F2FF;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    color: #217BFB;
    font-weight: bold;
    margin-right: 7px;
}
.last_new_box .last_new_item:not(:last-child){
    margin-bottom: 14px;
}

.more_btn:hover{
    background-color: #217BFB;
    color: #fff;
}
.more_btn{
    width: 180px;
    height: 40px;
    background: #E8F2FF;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #217BFB;
    margin: 20px auto 0 auto;
    cursor: pointer;
}

.base_title::before{
    content: '';
    width: 6px;
    height: 20px;
    background: #434343;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 23px;
}
.base_title span:last-child{
    opacity: 0.6;
    font-size: 14px;
}
.base_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #434343;
    font-size: 20px;
    position: relative;
    padding: 28px 10px 21px 10px;
}


.footer{
    background-color: #fff;
}

.footer_content{
    padding: 31px 0;
}

.footer_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_one{
    display: flex;
    justify-content: space-around;
}
/*.footer_ul li:hover{*/
/*    color: #ff5722;*/
/*}*/
.footer_ul li:not(:last-child,:first-child){
    margin-bottom: 14px;
}
.footer_ul li span{
    font-size: 14px;
    color: #434343;
    margin-right: 8px;
}
.footer_ul li:first-child{
    color: #434343;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer_ul{
    font-size: 12px;
    color: #9F9F9F;
}

.wx_li .wx_li_code{
    display: none;
    top: -85px;
    left: 0;
    position: absolute;
    animation: beat .3s;
}
.wx_li:hover>.wx_li_code{
    display: block;
}
.wx_li{
    position: relative;
}

.footer_two{
    color: #434343;
    opacity: 0.6;
    font-size: 12px;
    margin-top: 23px;
}

.wx_codes img{
    width: 148px;
    height: 148px;
    margin-bottom: 19px;
}
.wx_codes{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #434343;
}



.base_pop .pop_tag .pop_tag_item:last-child{
    margin-left: 67px;
}
.base_pop .pop_tag .pop_tag_item{
    color: #B5B5B5;
    font-size: 16px;
    font-weight: bold;
}
.base_pop .pop_tag .active{
    color: #434343;
    border-bottom: 2px solid #434343;
}
.base_pop .pop_tag{
    display: flex;
    justify-content: center;
}

.base_input{
    height: 44px;
    background: #F6F6F6;
    border-radius: 22px;
    border: 0;
    padding-left: 23px;
    font-size: 14px;
}
.code:hover{
    background-color: #217BFB;
    color: #fff;
    cursor: pointer;
}
.code{
    color: #217BFB;
    line-height: 44px;
    text-align: center;
    margin-left: 8px;
    padding-left: 0;
    width: 130px;
}
.wx_btn{
    width: 318px;
    height: 44px;
    background: #217BFB;
    border-radius: 22px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    margin: 16px auto 0 auto;
    font-weight: bold;
}
.input_number{
    margin: 20px 0 16px 0;
}
.input_number,.input_code{
    display: flex;
    justify-content: center;
}
.base_pop{
    padding-top: 36px;
}
.layui-layer {
    border-radius: 18px!important;
}

/*整体部分*/
.dal_table::-webkit-scrollbar {width: 6px;height: 10px;
}
/*滑动轨道*/
.dal_table::-webkit-scrollbar-track {border-radius: 0;background: none;
}
/*滑块*/
.dal_table::-webkit-scrollbar-thumb {border-radius: 5px;box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);background-color:  rgba(85, 85, 85, 0.4);
}
/*滑块效果*/
.dal_table::-webkit-scrollbar-thumb:hover {border-radius: 5px;box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);background-color: #FF4141;
}

/*盲盒*/





/*搜索记录*/

.search_box{
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    width: 444px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-sizing: border-box;
    animation: beat .4s;
    z-index: 999;
}
.search_box_title{
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 11px;
}
.search_history_item:not(:last-child),.search_hot_item:not(:last-child){
    margin-right: 8px;
}
.search_history_item:hover{
    background-color: #FF4866;
    color: #fff;
}
.search_history_item,.search_hot_item{
    padding: 6px 10px;
    background: #F5F5F5;
    color: #434343;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 8px;
}
.search_history{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 8px;
}

.search_hot_item:hover{
    background-color: #FFECEF;
    color: #FF4866;
}
.search_hot{
    display: flex;
    flex-wrap: wrap;
}

@keyframes beat {
    0%{
        opacity: 0;
        transform: translateY(10px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}


/*弹窗*/
.base_pops{
    padding: 24px 24px 24px 36px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #FFFFFF;
    width: 730px;
    height: 352px;
    border-radius: 10px;
}
.pop_right img{
    width: 156px;
    height: 156px;
    margin: 6px 0 6px 0;
}
.pop_right{
    width: 286px;
    height: 302px;
    background: #FFFFFF;
    border: 1px dashed #D9D9D9;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}
.pop_right_money span{
    font-size: 32px;
    color: #FF4866;
    font-weight: bold;
}
.pop_right_money{
    font-size: 14px;
    color: #434343;
    margin-top: 6px;
}
.pop_right_xq{
    font-size: 12px;
    color: #434343;
    line-height: 16px;
    opacity: 0.6;
}
.pop_ti{
    font-size: 14px;
    color: #434343;
    line-height: 24px;
    margin-top: 16px;
}

.pop_tiw{
    font-size: 14px;
    color: #434343;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.shop_num{
    background: #F6F6F6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 62px;
    margin: 0 auto;
}
.shop_n{
    margin: 0 10px;
}

.zhifu_alp,.zhifu_wx{
    width: 168px;
    height: 84px;
    background: #F6F6F6;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.pop_zhifu{
    display: flex;
    column-gap: 8px;
    margin-top: 16px;
}
.zhifu_alpa{
    background-color: #06B4FD;
    color: #fff;
}
.zhifu_wxa{
    background-color: #43C93E;
    color: #fff;
}
.zhifu_s{
    margin-left: 10px;
}