*{
    padding: 0;
    margin: 0;
    scrollbar-width: none; /* Firefox */  
    -ms-overflow-style: none;  /* IE 10+ */ 
}
*::-webkit-scrollbar {  
    display: none; 
}
body{
    font: 14px Microsoft Yahei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.bg{
    width: 1200px;
    /* height: 1000px; */
    margin: 0 auto;
    padding: 10px 0 0 0;
    /* background-color: rgb(6, 141, 46); */
}
.re_icon::before{ 
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    display: inline-block;
    background-image: url(../img/title_icon/recommend_icon.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 100;
    width: 20px;
    height: 20px;
    color: #fdfbfb;
}
.game_icon::before{ 
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    display: inline-block;
    background-image: url(../img/title_icon/game_icon.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 10;
    width: 20px;
    height: 20px;
}
.rank_icon::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    display: inline-block;
    background-image: url(../img/title_icon/ran_icon.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 100;
    width: 20px;
    height: 20px;
}
.lb_icon::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    display: inline-block;
    background-image: url(../img/title_icon/lb_icon1.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 100;
    width: 20px;
    height: 20px;
}
.search-box{
    height: 60px;
    width: 1200px;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgba(54, 54, 64,0.2);
}
.search{
    height: 40px;
    width: 100%;
    margin-top: 10px;
}
.jxtj_title a{
    margin-left: 30px;
    line-height: 50px;
    font-size: 18px;
    color: #fcf5de;
}
.search-bj{
    position: relative;
    margin-top: -5px;
}
.search-position{
    position: absolute;
    right: 10px;
    top:10px ;
    z-index: 100;
    color: #757474;
    cursor: pointer;
}
.radius{
    border-radius: 19px;
    background-color: #3f3f49;
    border:1px solid #747474;
    color: #cfcfcf;
}
.radius:focus{
    border:none;
    outline: 1px solid rgb(173, 92, 0);
}
/* 返回 */
.retrun{
    /* background-color: #f38828; */
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
    flex: 1;
}
.retrun div a{
    color: #fdfbfb;
    position: relative;
    width: 85px;
}
.retrun div a.bgcolor{
    color: #fdf9ee;
    border-radius: 20px;
    border:1px solid rgb(101, 100, 121) ;
}
.retrun div:hover a.bgcolor{
    border: 1px solid rgb(159, 153, 180);
    background-color: rgba(159, 153, 180 ,0.2);
    color: #fdf3d7;
}
.retrun div a i.returnimg{
    display:block;
    background-image: url(../img/com/return.webp);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top:4px;
    left: 10px;

}
.retrun div a span{
    position: absolute;
    right: 15px;
    top:-2px;
}
/* 弹窗页面 */
.pop_cont{
    background-color: #6d6b74;
    width: 500px;
    height: 320px;
    
}
.i_cont{
    padding: 10px 20px 10px 20px;
}
.pop-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-bottom:10px ;
    border-bottom:1px solid rgb(170, 165, 187) ;
}
.pop_t img{
    width:18px;
    height: 18px; 
    margin-top: -5px;
}
.more1{
    text-align: center;
    margin-right: 15px;
}
.more1:hover a{
    color: #cecece;
    border:1px solid #c4c4c4;
}

.more1 a{
    border:1px solid #fdfbfb;
    border-radius: 30px;
    padding: 6px 15px;
    color: #fdfbfb;
    font-size: 10px;
}
.i_cont .items{
    text-align: center;
    margin-top: 30px;
     
}
.i_cont .items a img{
    width: 60px;
    height: 60px;
}
/* 增加s */
.i_cont .items a p{
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}
/* 增加e */
.h3{
    color: #fdeee1;
    margin-left: 10px;
    font-weight: 550;
}
.pop_t{
    position: relative;
}
.h3::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    display: inline-block;
    background-color: #fdeee1;
    width: 8px;
    height: 8px;
    border-radius: 10px;
}