@charset "utf-8";
/*游戏文章页面样式*/
body,div,hr,p,blockquote,ul,ol,li,table,tbody,tr,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend {
    font-size:12px;
    font-weight:normal;
    margin:0;
    padding:0;
    font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
    border: none;
}
html {
    overflow-y:auto!important;
    *overflow-y:scroll;
}
.clearfix {
    *zoom:1;
    *clear:both;
}
.clearfix:after {
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    overflow: hidden;
    height:0;
}
*+html img{
    -ms-interpolation-mode:bicubic;
}
ul,ol{
    list-style:none
}
fieldset,img{
    border:0;
}
address,cite,dfn,em,var,i{
    font-style:normal;
}
strong,.fcu {
    font-weight:bold;
}
table{
    border-collapse:collapse;
    border-spacing:0
}
button,.fhand{
    cursor:pointer;
}
button,input,select,textarea {
    font-size:12px;
}
.fl {
    float:left;
    display:inline;
}
.fr {
    float:right;
    display:inline;
}
.hide {
    display:none;
}
.show {
    display:block;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
/********广告图部分样式******/
.game-banner{
    margin: 10px 0 5px 0;
    width: 1200px;
    height: 200px;
}
.game-banner .banner-img{
    width: 1000px;
    height: 200px;
    background: #000;
}
.game-banner .banner-img img{
    width: 1000px;
    height: 200px;
}
.game-banner .kf-wd{
    width: 180px;
    padding: 10px;
    background-color: #525252;
}
.game-banner .kf-wd a {
    width: 180px;
    height: 85px;
    float: left;
    display: inline-block;
}
.game-banner .kf-wd .kf-qq {
    margin-bottom: 10px;
    background: url(../images/qq_bg.png) center center no-repeat;
}
.game-banner .kf-wd .kf-qq:hover {
    background: url(../images/qq_bg_h.png) center center no-repeat;
}
.game-banner .kf-wd .kf-qq em {
    display: inline-block;
    width: 57px;
    height: 63px;
    background: url(../images/qq_icon.png) -8px -54px;
    margin: 10px 11.5px 0 11.5px;
}
.game-banner .kf-wd .kf-qq span {
    width: 100px;
    float: right;
    margin: 20.5px 0;
    line-height: 22px;
    font-size: 15px;
    color: #f7f7f7;
    overflow: hidden;
}
.game-banner .kf-wd .wd-download {
    background: url(../images/wd_bg.png) center center no-repeat;
}
.game-banner .kf-wd .wd-download:hover {
    background: url(../images/wd_bg_h.png) center center no-repeat;
}
.game-banner .kf-wd .wd-download:hover {
    background-position: right;
}
.game-banner .kf-wd .wd-download em{
    width: 57px;
    height: 63px;
    display: inline-block;
    background: url(../images/wd_down_icon.png) center center no-repeat;
    margin: 10px 11.5px 0 11.5px;
}
.game-banner .kf-wd .wd-download span{
    width: 100px;
    float: right;
    margin: 22px 0 17px 0;
    line-height: 22px;
    font-size: 17px;
    color: #fff;
    overflow: hidden;
}
.game-banner .kf-wd .wd-download span i {
    font-size: 11px;
    width: 100%;
    display: inline-block;
}
/******登录框和充值跳转样式******/
.login-pay{}
/*登录框*/
.login-pay .login-frame{
    float: left;
    width: 700px;
    height: 60px;
    background: #DDDDDD;
}
.login-pay .login-frame .login-block{
    padding: 12px 10px;
}
.login-pay .login-frame .login-block .koo-from-box{
    position: relative;
}
.login-pay .login-frame .login-block .ipt230 {
    width: 175px;
    height: 36px;
    border: none;
    text-indent: 12px;
    margin-right: 6px;
    font-size: 14px;
    background-color: #fff;
}
.login-pay .login-frame .login-block .btn{
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    outline: none;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #337AB7;
    border: none;
    display: inline-block;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-pay .login-frame .login-block .boxbtn1 {
    width: 82px;
    height: 36px;
    background-color: #57B445;
    font-size: 15px;
    color: #fff;
    vertical-align: bottom;
    border-radius: 4px;
}
.login-pay .login-frame .login-block .boxbtn1:hover {
    background-color: #60BC4C;
}
.login-pay .login-frame .login-block .boxbtn2 {
    width: 82px;
    height: 36px;
    line-height: 36px;
    background-color: #FF610B;
    font-size: 15px;
    color: #fff;
    vertical-align: bottom;
    border-radius: 4px;
    margin-left: 6px;
}
.login-pay .login-frame .login-block .boxbtn2:hover {
    background-color: #FF720D;
}
.login-pay .login-frame .login-block .koo-from-box .login-method-box {
    position: absolute;
    display: inline;
    width: auto;
    height: 32px;
    left: 580px;
    line-height: 15px;
    font-size: 13px;
}
.login-pay .login-frame .login-block .koo-from-box .login-method-box a {
    width: 36px;
    height: 36px;
    display: inline-block;
    float: left;
    border: 0;
    padding: 0;
    margin-right: 10px;
    color: #2e2e2e;
}
.login-pay .login-frame .login-block .koo-from-box .login-method-box a.qq_login {
    background: url(../images/qq_ico_l.png) center center no-repeat;
}
.login-pay .login-frame .login-block .koo-from-box .login-method-box a.wx_login {
    background: url(../images/wx_ico_l.png) center center no-repeat;
}
/*登录信息*/
.login-pay .login-frame .login-after{
    padding: 15px 12px;
    height: 30px;
    line-height: 30px;
}
.login-pay .login-frame .login-after .user-info{
    width: 100%;
    float: left;
    font-size: 14px;
}
.login-pay .login-frame .login-after .user-info .user-name{
    max-width: 150px;
    overflow: hidden;
}
.login-pay .login-frame .login-after .user-info .user-center{
    margin-left: 10px;
}
.login-pay .login-frame .login-after .user-info .logOut{
    margin-left: 10px;
    margin-right: 30px;
}
.login-pay .login-frame .login-after .user-info .play-game a {
    background-color: #FCEF98;
    text-align: center;
    color: #910000;
    font-size: 14px;
    border-radius: 6px;
    margin-left: 8px;
    padding: 5px 10px;
    position: relative;
}
/*渠道账号登录提示框*/
.login-tips-shade{
    color: #000;
    position: fixed;
    height: 5000px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}
.login-tips-con{
    width: 360px;
    height: 160px;
    background: #fff;
    margin: 300px auto auto auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.1), 0 0 16pc hsla(0,0%,100%,.3);
    border: 5px solid hsla(0,0%,100%,.2);
}
.login-tips-title{
    margin: 0;
    font-size: 16px;
    line-height: 1.428571429;
    min-height: 16.43px;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    cursor: default;
    border-bottom: 1px solid #e5e5e5;
}
.login-tips-close{
    opacity: .2;
    padding: 0 4px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
.login-tips-text{
    width: auto;
    font-size: 14px;
    color: #666;
    padding: 20px 10px 40px 10px;
}
.login-tips-text a{
    color:red;
    text-decoration: underline;
}
.login-tips-btn{
    padding: 6px 9px;
    margin-right: 20px;
    background: #03b4f5;
    color: #fff !important;
    border-radius: 4px;
    border: none;
}
.login-tips-btn:hover{
    background: #2ec5fc;
}
/*充值比例*/
.login-pay .pay-ration{
    float: left;
    width: 500px;
    height: 60px;
    background: #ff440b;
}
.login-pay .pay-ration .ration-text{
    padding: 12px 10px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 30px;
    color: #ffff33;
}
.login-pay .pay-ration .pay-btn {
    padding: 12px 10px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #c91d1d;
    background: url(../images/g_pay_bg.png) center center no-repeat;
}
.login-pay .pay-ration .pay-btn:hover {
    background: url(../images/g_pay_bg_h.png) center center no-repeat;
}
/*内容样式*/
.game-content {
    background-color: #F4F4F4;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
/******左侧内容样式******/
.left-strip{
    float: left;
    width: 700px;
}
.game_news{
    padding: 30px;
}
.game_news .game_news_title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    font-size: 22px;
    color: #303030;
}
.game_news .game_news_title ul li {
    float: left;
}
.game_news .game_news_title ul li a {
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.game_news .game_news_title ul li a.on {
    background-color: #03b4f5;
    color: #fff;
}
.game_news .news_list li {
    height: 35px;
    line-height: 35px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.game_news .news_list li a span.date {
    text-align: center;
    color: #999;
    font-size: 14px;
}
/*分页样式*/
.paging {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.paging a, .paging span {
    display: inline-block;
    border: 1px solid #dedede;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0 3px;
    cursor: pointer;
}
.paging span {
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
/*文章详情*/
.news_content{
    padding: 20px;
}
.news_content h1 {
    line-height: 25px;
    font-size: 20px;
    padding: 20px 10px;
    text-align: center;
    color: #FD560E;
}
.news_content .msg {
    height: 25px;
    line-height: 25px;
    text-align: right;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}
.news_content .msg span {
    margin: 0 10px;
}
.news_content .content_text {
    margin-top: 15px;
    min-height: 260px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
}
.news_content .content_text p,
.news_content .content_text div {
    line-height: 30px;
    font-size: 16px;
    /*color: #333;*/
}
.news_content .content_text img{
    max-width: 650px;
}
.news_content .r_back {
    height: 45px;
    line-height: 45px;
    text-align: right;
}
.news_content .r_back a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #666666;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
/*表格默认样式*/
table th {
    background: #562167;
    font-weight: bold;
    color: #fff;
}
table th, table td {
    border: 1px solid #82319B;
    padding: 0 5px;
    /*color: #333;*/
}
/******右侧内容样式******/
.right-strip{
    float: right;
    width: 470px;
    padding: 20px 10px 20px 20px;
}
/*区服列表*/
.qf_list_box { }
.qf_list_box .title {
    font-size: 22px;
    color: #303030;
    font-weight: bold;
    margin-bottom: 10px;
}
.qf_list_box .h2_tab {
    border-bottom: 2px solid #ff802c;
}
.qf_list_box .quick_search {
    margin-top: 10px;
    line-height: 28px;
    font-size: 14px;
    color: #535353;
}
.qf_list_box .quick_search .chose.input {
    width: 74px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    text-indent: 5px;
    margin-left: 7px;
    float: left;
    outline: 0;
}
.qf_list_box .quick_search .quick_enter {
    float: left;
    display: block;
    width: 45px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #f0f0f0;
    background: #FF802C;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.qf_list_box .qf_content{
    margin-top: 20px;
}
.qf_list_box .qf_content ul {
    width: 473px;
    max-height: 620px;
    padding-top: 20px;
    position: relative;
    overflow-y: auto;
}
.qf_list_box .qf_content li{
    position: relative;
    width: 214px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.qf_list_box .qf_content .qf_label {
    display: none;
    position: absolute;
    width: 171px;
    height: 30px;
    left: 30px;
    top: -18px;
    z-index: 1000;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: url(/Public/Media/images/server_tip3.png) no-repeat;
}
.qf_list_box .qf_content li:hover .qf_label{
    display: block;
}
.qf_list_box .qf_content .next_one .qf_label{
    display: block;
    background: url(/Public/Media/images/server_tip.png) top no-repeat;
}
.qf_list_box .qf_content .today .qf_label{
    display: block;
    background: url(/Public/Media/images/server_tip2.png) top no-repeat;
}
.qf_list_box .qf_content .g_url_btn{
    display: block;
    width: 210px;
    height: 38px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    background: #64BE52;
    border: 1px solid #7AD668;
    box-shadow: 0 0 0 1px #55B143;
}
.qf_list_box .qf_content .g_url_btn:hover {
    background: #7ACE66;
    border: 1px solid #88DF74;
}
.qf_list_box .qf_content .next_one .g_url_btn {
    color: #D2D2D2;
    background: #858585;
    border: 1px solid #ABABAB;
    box-shadow: 0 0 0 1px #8C8C8C;
}
.qf_list_box .qf_content .g_ming .g_url_btn{
    background: url(/Public/Media/images/server_btn5.png) no-repeat;
    border: none;
    box-shadow: none;
    height: 42px;
    width: 214px;
}
.qf_list_box .qf_content .g_ming .g_url_btn:hover {
    background-position: 0 -53px;
}
.qf_list_box .qf_content .g_url_btn .line {
    display: inline-block;
    width: 90px;
    text-align: center;
}
.qf_list_box .qf_content .g_url_btn .play {
    float: right;
    width: 100px;
    text-align: center;
}
.qf_list_box .qf_content .wei-hu .play{
    color: #cd0101;
}
.qf_list_box .qf_content .g_ming .line{
    width: 100%;
}
.qf_list_box .qf_content .g_ming .line_number{
    display: inline-block;
    width: 30px;
    height: 12px;
    line-height: 10px;
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 11px;
    text-align: center;
    -webkit-transform: scale(0.9);
    color: #d05300;
}