*{
    padding: 0;
    margin: 0;
    scrollbar-width: none; /* Firefox */  
    -ms-overflow-style: none;  /* IE 10+ */ 
}
*::-webkit-scrollbar {  
    display: none;  
}
body{
    background-color: #220d08;
    color: #fdf9f9;
    
}
.content{
    width: 1200px;
    background-color: #fdf9f9;
    margin: 0 auto;
    background-color: #220d08;
}
.logo a img {
    width: 100px;
    height: 50px;
}
.head{
    height: 55px;
    box-shadow: 0px 0px 20px  rgba(90, 50, 50, 0.5);
}
.Login{
    min-width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: right;
    color: #fffdfd;
    font-size: 12px;
    font-weight: 500;
}
.Login a{
    color: #f8f7f7;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}
.search{
    height: 40px;
    width: 100%;
    margin-top: 10px;
    /* position: fixed;
    z-index: 1000; */
}
.jxtj_title{
    line-height: 50px;
    font-size: 23px;
    color: #e6cabf;
}
.search-bj{
    position: relative;
   
}
.search-position{
    position: absolute;
    right: 10px;
    top:10px ;
    z-index: 100;
    color: #757474;
    cursor: pointer;
}
.radius{
    border-radius: 21px;
    background-color: #27100a;
    border: 1px solid rgb(70, 32, 32);
}
.xg1{
    width: 27.5%;
    overflow: hidden;
}
.xg2{
    width: 72.5%;
    overflow: hidden;
}
.nowrap{
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden;    /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
    width: 100%;          /* 或者指定一个具体的宽度 */
    display: inline-block; /* 或者使用block，根据需要调整 */
}
.bg-color{
    background-color: #311e13;
    margin-top: 30px;
}
.left{
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 15px;
    position: relative;
}
.flex{
    display: flex;
    justify-items: flex-start;
}
.left1{
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.left1 img{
    width: 100%;
    height: 100%; 
}
.left .left2{
    margin: 8px 8px;
    width: 70%;
}
.left3{
  position: absolute;
  right: 4px;
  top: 16px;
  display: none;
}
/* .left:hover{
    background-color: #523e3e;
    opacity: 0.8;
} */

.left3_1{
    display: none;
}
 .left3_2{
    display: block;
} 
.font1{
    font-size: 20px;
    margin-bottom: 3px;    
}
.left_activate{
    background-color: #461e1e;
    opacity: 0.9;
    color: #f39304;
    display: block;
}
.left_activate::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(165, 141, 138,0.8), transparent);
    background-size: 0% 100%; /* 初始时，渐变宽度为0 */
    background-repeat: no-repeat;
    z-index: -1; /* 确保伪元素在内容之下 */
    animation: bgExpand 3s forwards; /* 应用动画 */
}
@keyframes bgExpand {
    from {
        background-size: 0% 100%; /* 动画开始时，渐变宽度为0 */
    }
    to {
        background-size: 100% 100%; /* 动画结束时，渐变覆盖整个元素 */
    }
}
.title-font{
    color: #fcf6d2;
    font-size: 20px;
}
.top{
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../img/bj1.png);
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    
}
.activity2{
    overflow: hidden;
    width: 1200px;
}
.act2{
    display: inline-block;
    background-color: #271d10;
    margin-right: 14px;
    margin-left: 3px;
    width: 280px;
    height: 280px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;   
}
.scale{
    width: 280px;
    height: 200px;
    transition: transform 0.8s ease;
}
.scale:hover{
    transform: scale(1.1);
}
.act2_font{
    margin: 12px;
}
.act2_text{
    color: #af9882;
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
}
.text1{
    float: left;
}
.right1{
    float: right;
}
.score{
    margin-top: -20px;
    font-size: 25px;
}
.hide_text{
    background-color: #271d10;
    padding: 12px;
    position: absolute;
    top: 280px;
    width: 256px;
    border-radius: 10px;
    height: 90px;
    transition: top 0.5s ease-out; 
}
.hide_text div{
    margin-bottom: 10px;
   
}
.hide_a{
    display: flex;
    justify-content: space-between;
}
.text_color{
    color: #af9882;
}
.ks{
    margin-top: -15px;
}
.act2:hover .hide_text{
    top: 170px;

}
.xytj_title{
    color: #fcf6d2;
    font-size: 23px;
    padding-bottom: 20px;
    padding-left: 10px;
    float: left;
}
.more{
    width:1200px;
    height: 50px;
}
.more_text{
    float: right;
    margin-right: 30px;
    margin-top: -10px;
}
.activity3{
    position: relative;
    overflow: hidden;
}
.act3_bj{
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;  
}
.silde_btn{
    cursor: pointer;
}
.silde_btn span i{
    color: #d8d8d8;
    font-size: 30px;
}
.silde_btn .silde_l:hover i,.silde_btn .silde_r:hover i{
    color: #818080;
}
.silde_btn span:nth-child(1){
    position: absolute;
    z-index: 100;
    top: 120px;
    left: 0;
}
.silde_btn span:nth-child(2){
    position: absolute;
    top: 120px;
    right: 10px; 
    z-index: 100;  
}
.silde_btn .silde_block{
    display: block;
}
.silde_btn .silde_none{
    display: none;
}
.activity3 .silde_btn span{
    display:none;
} 
.activity3:hover .silde_btn .silde_r {
    display: block;
}
.act3{
    display: flex;
    flex-direction: row;
    position: absolute;
    height: 310px;
    top: 0;
    left: 0;
}
.act3_con{
    width: 290px;
    height: 300px;
    position: relative;
    margin-right: 9px;
}
.act3_con1{
    overflow: hidden;
    width: 290px;
    height: 300px;
    z-index: 10;
    position: absolute;
    top: 0;
}
.bjk{
    width: 290px;
    height: 225px;
    background-color: #271d10;
    border-radius: 10px;
    position: absolute;
    top: 72px;
    z-index: 1;
}
.act3_img{
    width: 280px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 5px;
}
.act3_icon{
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-right:5px ;
    position: relative;
}
.act3_icon a img{
    width: 100%;
    height: 100%;
}
.act3_con2{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.act3_ks{
    position: absolute;
    bottom:25px;
    right: 5px;
    z-index: 10;
    display: none;
    transition: display 0.5s ease-out; 
}
.act3_con:hover .act3_ks{
    display: block;
}
.act3_text{
    margin-top: 8px;
}
.act3_t{
    color: #af9882;
    margin-top: 8px;
}
.gn_title{
    color: #fcf6d2;
    font-size: 23px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.act4{
    margin-top: 40px;
    margin-bottom: 40px;
}
.kfb_list{
    margin-top: 20px;
    width: 100%;
    height:635px ;
    overflow: hidden;
}
.kfb .layui-laypage a,.kfb .layui-laypage button,.kfb .layui-laypage input,.kfb .layui-laypage select,.kfb .layui-laypage span{
    background-color: rgb(87, 44, 44);
    border: 1px solid rgb(82, 10, 10);
    color: #fde3ab;
}
.yxlb_list .layui-laypage a,.yxlb_list .layui-laypage button,.yxlb_list .layui-laypage input,.yxlb_list .layui-laypage select,.yxlb_list .layui-laypage span{
    background-color: rgb(68, 54, 37);
    border: 1px solid rgb(66, 37, 1);
    color: #fde3ab;
}
.kfb{
    background-color: #2e0000;
    display: flex;
    flex-direction: column;
    height: 770px;
    width: 295px;
    border-radius: 10px;
}
.kfb_tilte{
    align-self: center;
    width: 237px;
    height: 74px;
    margin-top: -40px;
    background-image: url(../img/kfb_tilte.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.paging{
    margin-top: 20px;
}
.yxlb{
    background-color: #2a1800;
    display: flex;
    flex-direction: column;
    height: 770px;
    width: 580px;
    border-radius: 10px;
    margin-left: 5px;
}
.yxlb_tilte{
    align-self: center;
    width: 541px;
    height: 74px;
    margin-top: -40px;
    background-image: url(../img/yxlb_tilte.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.rmb{
    background-color: #2f2301;
    display: flex;
    flex-direction: column;
    height: 770px;
    width: 295px;
    border-radius: 10px;
}
.rmb_tilte{
    align-self: center;
    width: 237px;
    height: 74px;
    margin-top: -40px;
    background-image: url(../img/rmb_tilte.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
/* 开服表 */
.k_list{
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    position: relative;
    border-bottom: 1px dashed rgb(58, 38, 38);
}
.k_list:hover{
    background-color: rgba(82, 62, 62,0.8);
}
.kl{
    width: 30px;
    height:30px;
    margin-top: -5px;
}
.bomb{
    background-image: url(../img/bomb.png); 
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.fire{
    background-image: url(../img/fire.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.hot{
    background-image: url(../img/hot.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;  
}
.kfb_font{
    width: 100px;
}
.kfb_font a,.lb_tilte{
    font-size: 16px;
    color: #fcf6d2;
    font-weight: 600;
}
.tilte_nowrap_hide{
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid rgb(245, 88, 27);
    text-align: center;
    background-color: #612401;
    color: #f7f7f7;
    display: none;
}
.kfb_font:hover .tilte_nowrap_hide{
    display: block;
    z-index: 100;
}
.kfb_time,.kfb_area,.lb_text{
    color: #8b876c;
    font-size: 12px;
    margin-top: 3px;
    width: 80px;
}
.kfb_area a{
    color: #8b876c;
}
.y_list{
    width: 100%;
    height:635px ;
    overflow: hidden;
}
.lb_bj{
    width: 267px;
    height: 66px;
    background-image:url(../img/yxlb_list_bj.png) ;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%; 
    margin-left: 10px; 
    margin-top: 10px;
    margin-bottom: 3px;
    position: relative;
}
.lb_icon img{
    width:60px ;
    height: 60px ;
    margin-top: 3px;
    margin-left: 10px;
}
.lqlq_hide{
    position: absolute;
    top: 15px;
    right: 5px;
    display: none;
}
.lb_bj:hover .lqlq_hide{
    display: block;
}
.lbtext{
    display: flex;
    justify-content: left;
}
.lb_font{
    margin-top: 12px;
    margin-left: 10px;
}
.lb_text{
    width: 100%;
}
.lb_num{
    color: #e75e03;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 14px;
}
.y_list{
    margin-top: 20px;
}
.rmb_rank{
    color: #fff;
    width: 36px;
    height: 47px;
    text-align: center; 
    line-height: 47px;
    font-size: 16px;
    font-weight: 700;
}
.rmb_list{
    margin-top: 20px;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.rmb_rank1{
    width: 36px;
    height: 47px;
    background-image: url(../img/rank1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rmb_rank2{
    width: 36px;
    height: 47px;
    background-image: url(../img/rank2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.rmb_rank3{
    background-image: url(../img/rank3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.r_list{
    position: relative;
}
.r_list:hover{
    background-color: rgba(82, 61, 3, 0.8);
}
.r_list a .rmb_text{
    display: flex;
    
    padding-top: 10px;
    padding-bottom: 10px;
}
.rmb_icon img{
    width: 50px;
    height: 50px;
    margin-left: 5px;
}
.rm_font{
    margin-top: 5px;
    margin-left: 10px;
}
.rem_hide{
    position: absolute;
    top: 18px;
    right: 10px;
    display: none;
}
.r_list:hover a .rem_hide{
    display: block;
}