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

.detail{
    margin-top: 20px;
}
.detail_fl{
    width: 670px;
}
.detail_fr{
    width: 310px;
}
.detail_fl_row1{
    background: #fff;
    height: 244px;
    padding: 20px 0 0 20px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
}
.detail_fl_row1 .img_box{
    width: 200px;
    height: 200px;
    margin-right: 20px;
    overflow: hidden;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
}
.detail_fl_row1 .name{
    font-size: 24px;
    color:#333;
    margin: 10px 0 5px;
}
.detail_fl_row1 .intro{
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin: 0 0 15px;
}
.detail_fl_row1 .clas{
    color:#39a8fe;
}
.detail_fl_row1 ul{
    margin-top: 55px;
}
.detail_fl_row1 .lable{
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    background: #f7f7f8;
    margin-right: 10px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius:11px;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
    -ms-border-radius:11px;
    -o-border-radius:11px;
}
.detail_fl_row2{
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.h1{
    position: relative;
    font-size: 18px;
    padding: 0px 0 0px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.h1::before{
    position: absolute;
    content:'';
    height: 20px;
    width: 4px;
    background: #00a4ff;
    top: 4px;
    left: 0;
}

/* banner start */
.slideBox{ width:642px; height:355px; margin-left: -5px; 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;opacity: 0;}
.slideBox .hd ul li{ float:left; margin-right:10px; width:10px; height:10px; 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{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }
.slideBox .bd img{ width:204px; height:355px; display:block;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.page_btn{
    position: absolute;
    right: 0;
    top: -46px;
}
.page_btn::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 28px;
    top: 0;
    left: 60px;
    background: #9c9cac;
    z-index: 2;
}
.slideBox .prev,
.slideBox .next{position: relative; width:60px; height:26px; transition: all ease 800ms; text-align: center; line-height: 26px; color: #9c9cac; border:1px solid #9c9cac; }
.slideBox .prev{border-right: none;}
.slideBox .next{border-left: none;}

.slideBox .prev:hover{
    color:#39a8fe;
    border:1px solid #39a8fe;
    border-right: none;
}
.slideBox .prev:hover::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 27px;
    top: 0;
    right: 0;
    background: #39a8fe;
    z-index: 2;
}
.slideBox .prev.prevStop{
    color:#cdcdd5;
    border:1px solid #cdcdd5;
    border-right: none;
}
.slideBox .prev.prevStop::after,
.slideBox .prev.prevStop:hover::after
{
    position: absolute;
    content: '';
    width: 1px;
    height: 27px;
    top: 0;
    right: 0px;
    background: #cdcdd5;
    z-index: 1;
}
.slideBox .next:hover{
    color:#39a8fe;
    border:1px solid #39a8fe;
    border-left: none;
}
.slideBox .next:hover::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 27px;
    top: 0;
    left: -1px;
    background: #39a8fe;
    z-index: 2;
}
.slideBox .next.nextStop{
    color:#cdcdd5;
    border:1px solid #cdcdd5;
    border-left: none;
}
.slideBox .next.nextStop::after,
.slideBox .next.nextStop:hover::after
{
    position: absolute;
    content: '';
    width: 1px;
    height: 27px;
    top: 0;
    left: -1px;
    background: #cdcdd5;
    z-index: 1;
}
/* banner end */

.line{
    width: 100%;
    height: 1px;
    background: #E7E9EC;
    margin: 30px auto;
}

.detail_fl_row2 .intross{
    line-height: 24px;
    font-size: 14px;
    color:#333;
}
.detail_fl_row2 .game_infor{
    line-height: 24px;
    color:#333;
}
.detail_fl_row2 .game_infor .col1{
    width: 80px;
}


.detail_fr_row1{
    width: 270px;
    height: 240px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
}
.detail_fr_row1>.txt1{
    font-size: 14px;
    color:#333;
}
.detail_fr_row1>.btn_game_start{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #39A8FE;
    color:#fff;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 20px;
}
.detail_fr_row1>.line{
    margin: 20px auto 10px;
}
.detail_fr_row1>ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}
.detail_fr_row1>ul>li{
    height: 65px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.detail_fr_row1>ul>li .icon_app{
    width: 40px;
    height: 40px;
    background: url(../images/1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.detail_fr_row1>ul>li .icon_wx{
    width: 40px;
    height: 40px;
    background: url(../images/2.png) no-repeat;
    background-size: 100% 100%;
}
.icon_ewm{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/3.png) no-repeat;
}
.detail_fr_row1>ul>li .ewm_pop3{
    z-index: 2;
    top: -207px;
    left: -57px;
}

.detail_fr_row2{
    margin-top: 20px;
    width: 270px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
}
.detail_fr_row2 .lb_list li{
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail_fr_row2 .lb_name{
    color:#333;
    font-size: 14px;
    line-height: 24px;
}
.detail_fr_row2 .lb_txt{
    color:#9C9CAC;
    line-height: 24px;
    width: 160px;
}
.detail_fr_row2 .btn_lq{
    width:60px;
    height:28px;
    background:rgba(57,168,254,1);
    border-radius:14px;
    text-align: center;
    line-height: 28px;
    color:#fff;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}
.detail_fr .btn_more{
    margin-bottom:-20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9C9CAC;
    font-size: 14px;
    cursor: pointer;
}
.icon_arrow_dowm{
    display: block;
    width: 10px;
    height: 6px;
    background: url(../images/arrow_down.png) no-repeat;
}

.detail_fr_row3{
    margin-top: 20px;
    width: 270px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
}
.article_list li{
    padding: 10px 0 15px;
    border-bottom: 1px solid #F5F5F5;
}
.article_title{
    display: block;
    font-size: 14px;
    color:#333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    /* text-decoration: underline; */
}
.article_title:hover{
    text-decoration: underline;
}
.article_list li .lable{
    height:18px;
    padding: 0 15px;
    line-height: 18px;
    background:rgba(247,247,248,1);
    border-radius:9px;
    color:#9C9CAC;
    margin-right: 20px;
}
.article_list li .day{
    color: #9C9CAC;
}

.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_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);
}
.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;
}
.blank{
    width: 100%;
    height: 30px;
}
.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;
}

.game_infor2,.game_infor2 a {
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #999999;
    margin: 60px 0 0;
}
.game_infor2 .game_info_item {
    margin-bottom: 18px;
    display: inline-block;
    vertical-align: middle;
}
.game_infor2 .game_info_item span {
    vertical-align: middle;
    display: inline-block;

}
.game_infor2 .game_info_line {
    width: 1px;
    height: 12px;
    background: #999999;
    margin: 0 20px;
}