<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,body,h1,h2,h3,h4,h5,dl,dt,dd,ul,ol,li,p,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
html,body,button,input,select,textarea{font:12px/1.5 "Microsoft Yahei",Tahoma,Simsun,sans-serif;}
h1,h2,h3,h4,h5,button,input,select,textarea{font-size:100%;}
em,i{font-style:normal;}
form{display:inline;}
ul,ol{list-style:none;}
img{border:0 none;vertical-align: top;}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;outline:none;color:#000; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover{text-decoration: none;}
a:focus, *:focus {outline:none;}
.hidden{display:none}
.fl{float: left;}
.fr{float: right;}
.clearfix:before,.clearfix:after {display: table; content: " ";}
.clearfix:after {clear: both;}
.clearfix{*zoom: 1;}

.rec_game{
    margin-top: 15px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius:4px;
}
.img_box{
    display: block;
    background: #f2f2f2;
}
.img_box img{
    width: 100%;
    height: 100%;
}
.icon_rec{
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
.rec_game li{
    padding: 0 20px;
    /* margin-right: 40px; */
}
.rec_game li a{
    display: block;
}
.rec_game li:hover{
    background: #F0F2F7;
}
.rec_game .img_box{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}
.rec_game .img_box img{
    width: 100%;
    height: 100%;
}
.rec_game ul{
    margin-left: 47px;
}

.lbgg{
    margin-top: 15px;
}
/* banner start */
.slideBox{ width:700px; height:356px; overflow:hidden; position:relative; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.slideBox .hd{ overflow:hidden; position:absolute; left:50%;bottom:20px; z-index:1;transform: translateX(-50%)}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{ float:left; margin-right:10px; width:12px; height:12px; background: #fff;; text-align:center; cursor:pointer; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%;color: transparent;}
.slideBox .hd ul li.on{background:#39A8FE;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle;}
.slideBox .bd img{ width:700px; height:356px; display:block;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:0; top:50%;width:42px; height:110px;opacity: 0;transition: all ease 800ms;background: url(../images/arrow_l.png);margin-top: -55px;}
.slideBox .next{ left:auto; right:0; background: url(../images/arrow_r.png);}
.slideBox:hover .prev,
.slideBox:hover .next{
    opacity: 1;
}
/* banner end */

.announ{
    width: 280px;
    height: 170px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.announ .hd{
    
}
.announ .hd .fl{
    color:#333333;   
    font-size:14px;
}
.announ .hd .fr{
    color:#00A4FF;   
}
.announ .hd .fr:hover{
    color: #24b1ff;
}
.announ ul li{
    margin: 10px 0;
}
.announ ul li a{
    display: block;
    font-weight:400;
    font-size: 14px;
    width:229px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* text-decoration: underline; */
    margin-bottom: 10px;
}
.announ ul li a:hover{
    display: block;
    font-weight:400;
    font-size: 14px;
    width:229px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    margin-bottom: 10px;
}
.announ ul li .lable{
    padding:0 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #14B9C8;
    color: #14B9C8;
    margin-right: 10px;
}
.announ ul li .tm{
    color: #9C9CAC;
}
.ewm_list{
    width: 280px;
    height: 168px;
    background: #fff;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.ewm_list li{
    margin-left: 25px;
}
.ewm_list li p{
    font-size: 14px;
    line-height: 24px;
    color: #9c9c9c;
    margin: 15px 0 15px;
}
.ewm_list li img{
    width: 90px;
    height: 90px;   
}

.h1{
    position: relative;
    font-size: 18px;
    padding: 30px 0 10px 15px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.h1::before{
    position: absolute;
    content:'';
    height: 20px;
    width: 4px;
    background: #00a4ff;
    top: 34px;
    left: 0;
}
.list2{
    width: 1020px;
    margin-left: -20px;
    margin-top: -20px;
}

.list2 li{
    width: 150px;
    height: 190px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.list2 li a{
    cursor: pointer;
}
.list2 li:hover{
    box-shadow:0px 0px 20px 0px rgba(61,61,76,0.2);
}
.list2 li .img_box{
    width:96px;
    height:96px;
    border-radius:12px;
    margin: 16px auto;
    overflow: hidden;
}
.list2 li .name{
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
.list2 li .intro{
    margin: 0 auto;
    text-align: center;
    width:113px;
    font-size:14px;
    color: #9C9CAC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list2 li .arrow_ewm{
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_ewm.png);
    cursor: pointer;
}

/* 缩略图专题S */
.slt_list li{
    height: 282px;
    background: #fff;
    margin-top: 20px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
}
.slt_list li:first-child{
    margin-top: 0;
}
.slt_list_fl{
    margin: 39px 0 0 27px;
}
.slt_list_fl .img_box{
    width: 96px;
    height: 96px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.slt_list_fl .name{
    font-size: 20px;
    color: #333333;
}
.slt_list_fl_fr_row2{
    margin: 10px 0 20px;
}
.slt_list_fl .intro{
    font-size: 14px;
    color: #9C9CAC;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slt_list_fl .intross{
    position: relative;
    font-size: 14px;
    color: #333;
    width:304px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    overflow: hidden;
    margin-bottom: 20px;
    height: 61px;
}
.slt_list_fl .intross span{
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.slt_list_fl .start_game{
    width:110px;
    height:36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    background:rgba(0,164,255,1);
    margin-right: 30px;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -ms-border-radius:18px;
    -o-border-radius:18px;
}
.slt_list_fl .lable{
    padding: 0 10px;
    line-height: 22px;
    background: #F7F7F8;
    color: #9C9CAC;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.slt_list_fl .sjw{
    margin-top: 10px;
}
.sjw{
    position: relative;
    height: 18px;
    line-height: 18px;
}
.sjw .ewm_pop3{
    top: -240px;
}
.sjw .icon_phone2{
    margin-right: 4px;
}
.slt_list_fr{
    margin: 20px 10px 0 0;
}
.slt_list_fr .img_box{
    width: 140px;
    height: 242px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


/* 缩略图专题E */

/* 热门榜/新游榜S */
.list1 {
    /* margin-bottom: 60px; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.list1 li{
    background: #fff;
    height: 112px;
    width: 488px;
    display: flex;
    align-items: center;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.list1 li:hover{
    background: #F0F2F7;
}
.list1 li .order{
    margin: 0 20px;
    font-size: 14px;
    color: #FE931B;
    width: 15px;
    text-align: center;
}
.list1 li:nth-child(n+4) .order{
    color: #9C9CAC;
    width: 15px;
}
.list1 li&gt;.img_box{
    width: 72px;
    height: 72px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
.list1 li .mid{
    height: 72px;
    width: 170px;
    margin-right: 45px;
}
.list1 li .mid .name{
    color:#333;
    font-size: 16px;
}
.list1 li .mid .intro{
    font-size: 14px;
    color: #9C9CAC;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list1 li .mid .lable{
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    background: #F7F7F8;
    color: #9C9CAC;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.list1 .start_game{
    display: block;
    width:110px;
    height:36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    background:rgba(0,164,255,1);
    margin-right: 30px;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -ms-border-radius:18px;
    -o-border-radius:18px;
}
.list1_item_fr{
    width: 110px;
}
.list1_item_fr .sjw{
    margin-top: 10px;
    margin-left: 20px;
    width: 70px;
}
/* 热门榜/新游榜E */

.space{
    height: 30px;
}
.recently_playing{
    position: absolute;
    top: 2px;
}
.fl1{
    position: relative;
    width: 88px;
    height: 46px;
}
</pre></body></html>