@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;}

.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;
}
.fl_list{
    width: 1020px;
}
.fl_list li{
    width: 320px;
    height: 181px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}
.fl_list li .img_box{
    width: 100%;
    height: 100%;
}
.more_btn{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color:#9C9CAC;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}
.more_btn:hover{
    color:#666677;
}

.lb_list{
    width: 1020px;
    margin-bottom: 10px;
}
.lb_list li{
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 280px;
    height: 140px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.lb_list li .lb_icon_game{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.lb_list li>.fr .name{
    font-size: 16px;
    color: #333333;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb_list li>.fr .sub{
    font-size: 14px;
    margin: 0px 0 5px;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb_list li>.fr>.dec{
    position: relative;
    width: 175px;
    color:#9C9CAC;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.lb_list li>.fr>.dec>span{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
}

.lb_list li>.fr .btn_lq{
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #39A8FE;
    color:#fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    cursor: pointer;
    overflow: hidden;
}
.lb_list li>.fr .game_start{
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #39A8FE;
    color: #39A8FE;
    margin-right: 20px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    overflow: hidden;
}

.lb_list .arrow_ewm{
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_ewm.png);
    cursor: pointer;
}

/* ewm4S */
.ewm_pop4{
    position: absolute;
    top: 0px;
    left: 0px;
    width:320px;
    height:180px;
    background:rgba(0,0,0,.8);
    border-radius:4px;
}
.ewm_pop4_row1{
    height: 28px;
    line-height: 28px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.ewm_pop4_row1 .icon_game{
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border-radius: 4px;
}
.ewm_pop4_row1 .icon_game img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.ewm_pop4_row1 .game_name{
    width: 70px;
    font-size: 12px;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewm_pop4_row2{
    width: 100px;
    height: 100px;
    margin-left: 30px;
}
.ewm_pop4_row2 img{
    width: 100%;
    height: 100%;
}
.ewm_pop4_row3_img img{
    width: 40px;
    height: 40px;
    margin: 5px 0px 0 14px;
}
.ewm_pop4_row3{
    margin: 70px 70px 0 0;
}
.ewm_pop4_row3_img{
    margin-bottom: 7spx;
}
.ewm_pop4_row3 .ewm_pop4_row3_txt{
    width: 72px;
    text-align: left;
    color: #fff;
    margin-top: 7px;
}
/* ewm4E */

.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    filter:alpha(opacity=60);
    -webkit-filter:alpha(opacity=60);
    z-index: 99;
}

.pop_lb{
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px 0 30px 30px;
    width: 526px;
    /* height: 297px; */
    margin-left: -278px;
    /* margin-top: -163px; */
    background: #fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    z-index: 100;
}
.pop_lb_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../images/close.png);
    cursor: pointer;
}
.pop_lb_close:hover{
    background: url(../images/closeh.png);
}
.pop_lb_top{
    /* margin: 30px 0px 0 30px; */
}
.pop_lb_game_icon{
    width: 96px;
    height: 96px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.pop_lb_name{
    font-size: 16px;
    color:#333;
}
.pop_lb_intro{
    font-size: 14px;
    color:#9C9CAC;
    margin: 5px 0 5px;
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pop_lb_code{
    width:380px;
    height:40px;
    line-height: 40px;
    text-indent: 10px;
    background:rgba(246,246,246,1);
    border:1px solid rgba(221,221,221,1);
    border-radius:4px;
    /* user-select: all; */
}
.pop_lb_tip{
    color:#00AB91;
    margin: 5px 0 0 5px;
}
.pop_lb_h1{
    color:#333333;
}
.pop_lb_h12{
    margin-top: 20px;
}
.pop_lb_txt{
    color:#9c9cac;
    line-height: 24px;
    width: 486px;
}
.space{
    height: 30px;
}


.img_box img{
    cursor: pointer;
    transition: all 0.6s;
}

.img_box img:hover{
    transform: scale(1.1);
}

.pop_wx{
    width: 593px;
    height: 440px;
    background: white;
    position: fixed;
    left: 34%;
    top: 21%;
    z-index: 100;
}
.pop_wx_content{
    position: relative;
    height: 100%;
}
.pop_wx_image_box{
    width: 250px;
    position: absolute;
    left: 30%;
    top: 20%;
}
.pop_wx_image_box img{
    width: 250px;
    height: 250px;
}
.pop_wx_image_text{
    text-align: center;
    font-size: 16px;
    color: black;
    margin-top: 15px;
}
.pop_wx_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    z-index: 100;
    height: 16px;
    background: url(../images/close.png);
    cursor: pointer;
}
.pop_wx_close:hover{
    background: url(../images/closeh.png);
}
.more_btn1{
    margin-bottom: 30px;
}
.more_btn2{
    margin-top: 10px;
}