@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: underline;}
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;}
html,body{
    width: 100%;
    height: 100%;
}
.h5pc_content{
    user-select: none;
    position: relative;
    width: 100%;
    min-height: 100%;
    /*padding: 76px 0 374px !important;*/
    padding: 76px 0 0px !important;
    box-sizing: border-box;
    background: #eeeeee;
}
.pt106{
    padding-top: 106px !important;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.breadcrumb_warp{
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: #fff;
}
.breadcrumb li{
    color: #666666;
    margin-right: 5px;
}
.hover,
.active,
.btn_login,
.btn_register,
.head .nav li{
    position: relative;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.hover:hover::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}
.active:active::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.head{
    width: 100%;
    height: 76px;
    background: #3D3D4C;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.head .logo img{
    margin: 14px 0;
    margin-right: 100px;
}
.head .nav{
    font-size: 16px;
}
.head .nav li{
    height: 100%;
    line-height: 76px;
}
.head .nav li:hover,
.head .nav li.active{
    background: #00A4FF;
}
.head .nav li a{
    display: inline-block;
    height: 100%;
    width: 92px;
    text-align: center;
    /* padding: 0 30px; */
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.search{
    width: 180px;
    height: 32px;
    margin: 22px 0;
    margin-left: 60px;
    line-height: 32px;
    position: relative;
    background: #F0F2F7;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}
.search input{
    width: 155px;
    height: 100%;
    border:none;
    background: transparent;
    text-indent: 20px;
}
.search input:hover{
    width: 155px;
    height: 100%;
    border:none;
    border-top-left-radius:50%;
    border-bottom-left-radius:50%;
    background: #FFFFFF;
    text-indent: 20px;
}
.icon_search{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 17px;
    height: 17px;
    background: url('../images/icon_search.png') no-repeat;
}
.icon_search:hover{
    cursor: pointer;
}
.login_before{
    margin: 21px 0;
}
.btn_login{
    margin-left: 10px;
    width:68px;
    height:32px;
    border:1px solid rgba(156,156,172,1);
    border-radius:4px;
    text-align: center;
    line-height: 32px;
    color: white;
    cursor: pointer;
    background: #00a4ff;
}
.btn_register{
    margin-left: 10px;
    width:68px;
    height:32px;
    border:1px solid rgba(156,156,172,1);
    border-radius:4px;
    text-align: center;
    line-height: 32px;
    color: #9C9CAC;
    cursor: pointer;
}
.btn_login:hover
{
    color: #ffffff;
    background: #24B1FF;
    border-color: #24B1FF;
}
.btn_register:hover{
    color: #24B1FF;
    /* background: #00A4FF; */
    border-color: #24B1FF;
}

.login_after{
    position: relative;
}
.user_head{
    width:40px;
    height:40px;
    border-radius:50%;
    background: #c8c8c8;
    margin: 18px 0;
}
.user_head:hover::after{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user_head img{
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.floatBox{
    position: absolute;
    top: 50px;
    right: -30px;
    width:233px;
    height:306px;
    background:#fff;
    box-shadow:0px 0px 10px 0px rgba(61,61,76,0.3);
    border-radius:4px;
    color:#333333;
    z-index: 2;
}
.floatBox::before{
    content: '';
    position: absolute;
    top: -20px;
    right: 38px;
    width: 0px;
    height: 0px;
    border:10px solid transparent;
    border-bottom-color: #fff;
}
.floatBox_ul1{
    padding: 20px 15px 10px 25px;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
}
.floatBox_ul1 .user_head{
    margin: 0;
}
.floatBox_ul1 .txt1{
    width: 80px;
    margin-left: 17px;
}
.floatBox_ul1 .user_nickname{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color:#191919;
}
.floatBox_ul1 .fr{
    height: 100%;
    line-height: 40px;
}
.icon_right{
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(../images/right.png) no-repeat;
}
.floatBox_row2{
    padding: 10px 15px 0px 25px;
    border-bottom: 1px solid #F5F5F5;
    color:#333333;
}
.floatBox_row2 p{
    text-align: center;
    margin-bottom: 10px;
}
.floatBox_row2 .fl{
    position: relative;
    text-align: center;
}
.floatBox_row2 .col1::after{
    content: '';
    position: absolute;
    width: 0;
    height: 27px;
    border-right: 1px solid #F5F5F5;
    right: -15px;
    top: 30px;
}
.floatBox_row2 .col2 {
    position: relative;
    left: -14px;
}
.floatBox_row2 .icon_wx{
    margin: 0 10px;
}
.floatBox_row2 i{
    cursor: pointer;
}
.icon_app{
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/app.png) no-repeat;
}
.icon_qq{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/qq.png) no-repeat;
    background-size: 100% 100%;
}
.icon_wx{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/wx.png) no-repeat;
    background-size: 100% 100%;
}
.icon_djq{
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../images/djq.png) no-repeat;
}
.icon_kf{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/kf.png) no-repeat;
    background-size: 100% 100%;
}
.icon_logout{
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../images/logout.png) no-repeat;
}
.icon_phone{
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/phone.png) no-repeat;
}
.icon_rna{
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../images/rna.png) no-repeat;
}
.icon_phone2{
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url(../images/phone2.png) no-repeat;
}
.floatBox_row3{
    padding: 0 15px 0 18px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
}
.floatBox_row3:hover{
    background: #F0F2F7;
}
.floatBox_row3_1,
.floatBox_row3_3{
    border-bottom: 1px solid #f5f5f5;
}
.floatBox_row3 i{
    vertical-align: middle;
}
.floatBox_row3 .fl,
.floatBox_row3 .fr{
    height: 100%;
    line-height: 40px;
    vertical-align: middle;
}
.floatBox_row3 .txt1{
    margin-left: 10px;
}
.floatBox_row3 .txt2{
    color:#00A4FF;
    margin-right: 14px;
}
.wx_warp{
    position: relative;
}
/* ewmS */
.ewm_pop{
    position: absolute;
    top: -98px;
    left: -172px;
    width:170px;
    height:227px;
    background:#fff;
    box-shadow:0px 2px 10px 0px rgba(183,183,183,0.5);
    border-radius:4px;
}
.ewm_pop::before{
    content: '';
    position: absolute;
    top: 100px;
    right: -20px;
    width: 0px;
    height: 0px;
    border:10px solid transparent;
    border-left-color: #fff;
}
.ewm_pop_row1{
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
}
.ewm_pop_row1 .icon_game{
    width: 32px;
    height: 32px;
    margin: 0 5px 0 20px;
    border-radius: 4px;
    overflow: hidden;
}
.ewm_pop_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_pop_row1 .game_name{
    width: 95px;
    font-size: 14px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewm_pop_row2{
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.ewm_pop_row2 img{
    width: 100%;
    height: 100%;
}
.ewm_pop_row3_img img{
    width: 25px;
    height: 25px;
    margin: 5px 15px 0 29px;
}
.ewm_pop_row3{
    margin: 10px auto;
}
.ewm_pop_row3 .ewm_pop_row3_txt{
    width: 72px;
    text-align: left;
}
/* ewmE */
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 374px;
    background: #3D3D4C;
    color: #9C9CAC;
}
.footer_l .logo{
    display: block;
    margin: 60px 0 24px;
}
.footer_l li a{
    color: #39A8FE;
    text-decoration: underline;
    line-height: 20px;
}
.icon_swhz{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/swhz.png) no-repeat;
    background-size: 100% 100%;
}
.links{
    margin-top:15px;
    margin-bottom: 60px;
}
.links i{
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin: 0 10px;
}
.links_dsf li{
    margin-right: 15px;
}
.links_dsf li a{
    color: #9C9CAC;
}
.links_dsf li img{
    vertical-align: bottom;
}
.links_dsf li:nth-child(4){
    margin-top: 15px;
}

/* ewm2S */
.ewm_pop2{
    position: absolute;
    top: 0px;
    left: 0px;
    width:150px;
    height:190px;
    background:rgba(0,0,0,.8);
    border-radius:4px;
}
.ewm_pop2_row1{
    height: 28px;
    line-height: 28px;
    margin: 8px auto;
}
.ewm_pop2_row1 .icon_game{
    width: 28px;
    height: 28px;
    margin: 0 5px 0 20px;
    border-radius: 4px;
    overflow: hidden;
}
.ewm_pop2_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_pop2_row1 .game_name{
    width: 70px;
    font-size: 12px;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewm_pop2_row2{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.ewm_pop2_row2 img{
    width: 100%;
    height: 100%;
}
.ewm_pop2_row3_img img{
    width: 25px;
    height: 25px;
    margin: 5px 0px 0 25px;
}
.ewm_pop2_row3{
    margin: 10px auto;
}
.ewm_pop2_row3 .ewm_pop2_row3_txt{
    width: 72px;
    text-align: left;
    color: #fff;
}
/* ewm2E */

/* ewm3S */
.ewm_pop3{
    position: absolute;
    top: -100px;
    left: -50px;
    width:170px;
    height:227px;
    background:#fff;
    box-shadow:0px 2px 10px 0px rgba(183,183,183,0.5);
    border-radius:4px;
}
.ewm_pop3::before{
    content: '';
    position: absolute;
    bottom: -20px;
    right: 80px;
    width: 0px;
    height: 0px;
    border:10px solid transparent;
    border-top-color: #fff;
}
.ewm_pop3_row1{
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
}
.ewm_pop3_row1 .icon_game{
    width: 32px;
    height: 32px;
    margin: 0 5px 0 20px;
    border-radius: 4px;
    overflow: hidden;
}
.ewm_pop3_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_pop3_row1 .game_name{
    width: 95px;
    font-size: 14px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewm_pop3_row2{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.ewm_pop3_row2 img{
    width: 100%;
    height: 100%;
}
.ewm_pop3_row3_img img{
    width: 25px;
    height: 25px;
    margin: 5px 15px 0 29px;
}
.ewm_pop3_row3{
    margin: 10px auto;
}
.ewm_pop3_row3 .ewm_pop3_row3_txt{
    width: 72px;
    text-align: left;
}
/* ewm3E */

/* 图片S */
.img_box{
    display: block;
    background: #f2f2f2;
}
.img_box img{
    width: 100%;
    height: 100%;
}
/* 图片E */

/* ewmS4 */
.ewm_pop4{
    position: absolute;
    top: 35px;
    left: -75px;
    width:170px;
    height:227px;
    background:#fff;
    box-shadow:0px 2px 10px 0px rgba(183,183,183,0.5);
    border-radius:4px;
    z-index: 10;
}
.ewm_pop4::before{
    content: '';
    position: absolute;
    top: -20px;
    left: 80px;
    width: 0px;
    height: 0px;
    border:10px solid transparent;
    border-bottom-color: #fff;
}
.ewm_pop4_row1{
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
}
.ewm_pop4_row1 .icon_game{
    width: 32px;
    height: 32px;
    margin: 0 5px 0 0px;
    border-radius: 4px;
    overflow: hidden;
}
.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: 95px;
    font-size: 14px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewm_pop4_row2{
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.ewm_pop4_row2 img{
    width: 100%;
    height: 100%;
}
.ewm_pop4_row3_img img{
    width: 25px;
    height: 25px;
    margin: 5px 15px 0 29px;
}
.ewm_pop4_row3{
    margin: 10px auto;
}
.ewm_pop4_row3 .ewm_pop4_row3_txt{
    width: 72px;
    text-align: left;
    color: #333;
}
/* ewmE4 */

/* 浏览器内核提示S */
.warn{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    background: #ff5c5c;
    color:#fff;
    z-index: 2;
}
.warn_txt{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.warn .warn_ewm{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/warn_ewm.png) center center no-repeat;
}
.save{
    width: 78px;
    height: 12px;
    margin: 33px 0;
    margin-left: 55px;
    background: url(../images/save.png) no-repeat;
    background: url(../images/save.png) no-repeat center \9;
    background-size: 100% 100%;
    cursor: pointer;
}
.save:hover{
    width: 78px;
    height: 12px;
    margin: 33px 0;
    margin-left: 55px;
    background: url(../images/save_hover.png) no-repeat;
    background: url(../images/save_hover.png) no-repeat center \9;
    background-size: 100% 100%;
    cursor: pointer;
}
.save_img{
    width: 248px;
    height: 159px;
    background: url(../images/save_img.png) no-repeat;
    background: url(../images/save_img.png) no-repeat center \9;
    background-size: 100% 100%;
    position: absolute;
    left: 83%;
    z-index: 9999;
    top: 55%;
    display: none;
}
.curve{
    width: 27px;
    height: 29px;
    margin-top: 10px;
    float: left;
    background: url(../images/curve.png) no-repeat;
    background: url(../images/curve.png) no-repeat center \9;
    background-size: 100% 100%;
}
.curve_fu{
    width: 184px;
    height: 45px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.curve_text{
    width: 151px;
    color: #323232;
    float: right;
    margin-top: 4px;
}
.go_game{
    color: #9b9bab;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    margin-left: 19%;
}
.i_know{
    width: 92px;
    height: 26px;
    background: url(../images/i_know.png) no-repeat;
    background: url(../images/i_know.png) no-repeat center \9;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 7px;
    margin-left: 27%;
}
.i_know:hover{
    width: 92px;
    height: 26px;
    background: url(../images/i_know_hover.png) no-repeat;
    background: url(../images/i_know_hover.png) no-repeat center \9;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 7px;
    margin-left: 27%;
}
.remarks{
    text-align: center;
    color: #868695;
    margin-top: 3px;
}
.links_dsf_img1{
    width: 20px;
    height: 24px;
    margin-top: 8px;
}
.links_dsf_img2{
    width: 32px;
    height: 32px;
    margin-top: 4px;
}
.links_dsf_img3{
    width: 61px;
    height: 22px;
    margin-top: 10px;
}
.links_dsf_img4{
    margin-right: 8px;
}
.footer_l ul li{
    margin-top: 4px;
}
.caution{
    margin-top: 119px;
}
.caution div{
    margin-top: 4px
}
.blue{
    color: #3ba7fc;
}
.grey{
    color: #9b9bab;
}


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

.slt_list_fr .img_box img:hover{
    transform: scale(1.1);
}
/* 浏览器内核提示E */
.float{
    width: 50px;
    height: 50px;
    background: url(../images/float.png) no-repeat center;
    position: fixed;
    right: 15%;
    bottom: 25%;
    display: none;
}

/**footer**/
.g-footer{margin-top: 70px;min-width: 980px;}
.g-footer em{padding: 0 5px;}
.g-footer .ft-frlnk{height: 40px;line-height: 41px;background: #eaeaea;text-align: center;color: #868686;}
.g-footer .ft-frlnk a{color: #868686;}
.g-footer .ft-main{padding: 22px 0;background: #333;text-align: center;}
.g-footer .ft-main p{line-height: 26px;color: #999;}
.g-footer .ft-main a{color: #999;}
.g-footer .ft-main .main-lnk,.g-footer .ft-main .main-lnk a{color: #cdcdcd;}
.g-footer .ft-main .main-lnk{padding-bottom: 5px;}

/**footer**/
.g-footer{/*background: #3d3d3d;*/margin-top: 70px;min-width: 980px;}
.g-footer .ft-inner{padding: 20px 0;background: #333;text-align: center;color: #999;}
.g-footer .ft-inner a{color: #999;}
.g-footer .ft-inner .line{padding: 0 5px;}
.g-footer .ft-inner p{line-height: 32px;}
.g-footer .icon-qq,.g-footer .icon-phone{width: 16px;height: 16px;display: inline-block;vertical-align: text-top;background-position: 0 -57px;margin:0 10px 0 0;}
.g-footer .icon-phone{background-position: -21px -57px;}
.g-footer .ft-inner .online-btn{width: 60px;height: 20px;border: 1px solid #999;text-align: center;line-height: 20px;border-radius: 2px;display: inline-block;font-size: 12px;color: #999;vertical-align: middle;margin-right: 15px;}
.g-footer .service-tit{color: #fff;margin-right: 10px;}