.re_icon{
    color: #f39304 !important;
}
.re_icon::before{ 
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    display: inline-block;
    background-image: url(../img/title_icon/recommend_icon2.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 100;
    width: 20px;
    height: 20px;
}
.Carousel{
    margin-top: 50px;
    height: 320px;
    width: 1200px;
    margin-bottom: 10px;
}

.Carousel .left{
    width: 74%;
    overflow: hidden;
}
.Carousel .right{
    width: 26% !important;
    overflow: hidden; 
}
.jrtj{
    display: flex;
    height: 320px;
}
.jrtj_title{
    background-repeat: no-repeat;
    width: 41px;
    height:292px;
    margin-top: 15px;
    z-index: 10;
}
.jrtj_text{
    text-align: center;
    width: 120px;
    height: 150px;
    margin-left: 10px;
    background-color: #686868;
    border: 1px solid #8e8e91;
    margin-bottom: 15px;
    position: relative;
}
.jrtj_text:hover{
    outline:1px solid #8e8e91;
}
.jrtj_text img{
    margin-top: 7px;
    width: 80px;
    height: 80px;
}
.jrtj_text p{
    color: #ffffff;
    margin:3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.jrtj_hide{
    position: absolute;
    left: 0;
    bottom: 40px;
    background-color: #5d5d70;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 0 auto;
    width: 100%;
}
.jrtj_text:hover .jrtj_hide{
    opacity: 1;
}

.activity2{
    display: flex;
    justify-content: space-between;
}
.act2{
    background-color: #686868;
    border: 1px solid #8e8e91;
    width: 280px;
    height: 280px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;  
    color: #fff; 
}
.scale{
    width: 280px;
    height: 200px;
    transition: transform 0.8s ease;
}
.scale:hover{
    transform: scale(1.1);
}
.act2_font{
    margin: 12px;
}
.act2_text{
    color: #faa406;
    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: rgba(46, 46, 46, 0.7);
    padding: 12px;
    text-align: center;
    position: absolute;
    top: 280px;
    width: 256px;
    border-radius: 10px;
    height: 40px;
    transition: top 0.5s ease-out; 
}
.title-font1{
    font-size: 17px;
}
.text_color{
    color: #ffae00;
}
.act2:hover .hide_text{
    top: 220px;
}
.web-title{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.tit img{
    width:18px;
    height: 18px; 
    margin-top: -5px;
}
.more{
    width: 60px;
    text-align: center;
    margin-right: 15px;
    border:1px solid #fdfbfb;
    border-radius: 30px;
}
.more:hover{
    border:1px solid #cecdcd;
    color: #d4d3d3;
}

.more a{
    color: #fdfbfb;
}
.title2{
    font-size: 16px;
    color: #ff4029;
    font-weight: 550;
}
.weblist{
    margin-top: 10px; 
}
.webitem{
   width: 280px;
   height: 200px; 
   border: 2px solid #aaa7a7;
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   background-color: #867b7b;
   color: #fff;
}
.webitem:hover,.mobleitem:hover{
    box-shadow: 2px 2px 15px #cecdcd;
}
.webitem a img{
    width: 100%;
    height: 100%;
}
.webtext{
    position: absolute;
    top: 20px;
    left: 20px;
}
.webt1{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  

}
.webt2{
    color: #cbcbcf;
    font-size: 12px;
    margin-bottom: 10px;
}

.webhide{
    width: 280px;
    height: 70px;
    background-color: rgba(49, 49, 49, 0.9);
    position: absolute;
    left: 0px;
    top:200px;
    z-index: 100;
    transition:top 0.5s ease-out;
    padding-top: 10px;
}
.webtitle{
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    
}

.webtitle p:last-child{
    color: #faa406;
}
.webstart{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.webitem:hover .webhide{
    top: 130px;
}
.moble_list{
    margin-bottom: 20px;
    margin-top: 10px;
}
.MobileGames{
    margin-bottom: 10px;
    border-color: #f39304;
}
.mobleitem{
    width: 270px;
    height: 102px;
    background: linear-gradient(to right, #55555c,#919192,#797988);
    position: relative;
    overflow: hidden;
    display: flex;
    padding-left: 10px;
    padding-top: 20px;
    border: 1px solid #cecdcd;
}

.mobleitem img{
    width: 80px;
    height: 80px;
}
.moblehide img{
    width: 80px;
    height: 80px;
    border: 1px solid rgb(255, 136, 0);
}
.moblehide{
    background-color: rgba(71, 71, 71, 0.7);
    color: #ffffff;
    padding-top: 10px;
    font-size: 12px;
    width: 90px;
    height: 112px;
    text-align: center;
    position: absolute;
    top:-122px;
    left: 0;
    transition: top 0.5s ease-out;
}
.mobleitem:hover .moblehide{
    top:0px;
}
.mobletext{
    margin-left: 10px;
}
.footer{
    text-align: center;
    color: #b8b6b6;
    animation: bounce 1.5s infinite ease-in-out;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform:translateY(0);
    }
    40% {
        transform: translateY(5px);
    }
    60% {
        transform: translateY(5px);
    }
}