@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;}
html,body{
    width: 100%;
    height: 100%;
}
.h5pc_content{
    user-select: none;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 76px 0 374px !important;
    box-sizing: border-box;
    background: #eeeeee;
}
/* .pt106{
    padding-top: 106px !important;
} */
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.breadcrumb_warp{
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: #fff;
}
.breadcrumb li{
    color: #666666;
    margin-right: 5px;
}
.hover,
.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;
}
.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;
}
.icon_search{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 17px;
    height: 17px;
    background: url('../images/icon_search.png') no-repeat;
}
.login_before{
    margin: 21px 0;
}
.btn_login,
.btn_register,
.btn_kf,.kf{
    margin-left: 10px;
    width:68px;
    height:32px;
    border:1px solid #9c9cac;
    border-radius:4px;
    text-align: center;
    line-height: 32px;
    color: #9C9CAC;
    cursor: pointer;
    position: absolute;
}
.btn_register{
    right: 80px;
}
.btn_kf{
    right: 0px;
}
.kf{
    margin-top: 2px;
    position: absolute;
    top: 0px;
    *top: 19px;
    left: 50px;
}
.btn_login:hover,
.btn_register:hover,
.btn_kf:hover,
.kf:hover{
    color: #ffffff;
    background: #00A4FF;
    border-color: #00A4FF;
}

.login_after{
    position: relative;
    /* display: none; */
    width: 40px;
    margin-right: 90px;
}
.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:233px;
    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 .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;
}
.icon_wx{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("https://img.feihuo.com/h5pc/images/wx.png") no-repeat;
}
.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; */
}
.icon_kf img{
    width: 40px;
    height: 40px;
}
.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{

    width: 100%;
    height: 374px;
    background: #3D3D4C;
    color: #9C9CAC;
}
.footer_l .logo1{
    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; */
}
.links{
    margin-top:60px;
    margin-bottom: 60px;
}
.links i{
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin: 0 10px;
}
.links_dsf li{
    /* margin-left: 10px; */
}
.links_dsf li a{
    color: #9C9CAC;
}
.links_dsf li img{
    vertical-align: bottom;
}
.links_dsf li:nth-child(4){
    margin-top: 10px;
}

/* 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: 90px;
    height: 90px;
    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: 110px;
    height: 110px;
    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 20px;
    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;
}


/* 浏览器内核提示E */
