/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dialog,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 microsoft yahei, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #918787;
}

a:hover {
    text-decoration: underline;
    color: #666;
}

legend {
    color: #333;
}

fieldset,
img {
    border: 0 none;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-size: 100%;
    overflow: visible;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearout {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cleartxt {
    color: transparent;
    font: 0/0 a;
    overflow: hidden;
}

.clear {
    clear: both;
}

a:link,
a:active {
    outline: none;
}

input {
    border: none;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.tc {
    text-align: center;
}

.mr200 {
    margin-right: 200px;
}

.bg {
    background: #191512;
    color: #918787;
    padding-bottom: 60px;
    min-width: 1332px;
    overflow-x: hidden;
    position: relative;
}

.con_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clear {
    float: none;
    clear: both;
}

.main_con {
    width: 1332px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.bg_flash {
    width: 1920px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -960px;
}

.head_box {
    height: 628px;
    position: relative;
    z-index: 2;
}

.ind_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ind_con {
    position: relative;
    z-index: 2;
}

/*nav*/
.nav {
    font-family: Microsoft YaHei;
    padding-left: 180px;
    padding-top: 38px;
    height: 104px;
    position: relative;
}

.nav ul li {
    float: left;
    display: inline;
    text-align: center;
}

.nav ul li a {
    display: inline-block;
    width: 118px;
    height: 45px;
    color: #000;
    font-size: 16px;
}

.nav ul li a:hover {
    text-decoration: underline;
}

.nav ul li a p {
    font-size: 12px;
}

.nav ul li b {
    display: inline-block;
    border: 1px solid #672500;
    height: 20px;
    line-height: 20px;
}

.logo_img {
    position: absolute;
    top: 5px;
    left: 556px;
    width: 162px;
    height: 120px;
    z-index: 10;
}

.logo_img h1 {
    text-indent: -9999px;
}

.video_btn {
    background: url(/images/rongyao/video_btn.png) center top no-repeat;
    width: 96px;
    height: 96px;
    position: absolute;
    top: 395px;
    left: 380px;
}

.video_btn:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.ser_li_con ul li a:hover,
.news_con ul li a:hover,
.nov_con a:hover,
.stra_con ul li p a:hover,
.con_li ul li p a:hover,
.page a:hover,
.net_li ul li p a:hover,
.xg_news li a:hover,
.prev_next li a:hover,
.more:hover span,
.net_li li a:hover {
    text-decoration: underline;
}

/*左侧内容*/
.ind_conl {
    position: relative;
    z-index: 11;
    display: inline;
    float: left;
    width: 290px;
}


.start,
.star_btn,
.star_btn span,
.star_btn span:after,
.sta_btns a,
.log_btn,
.more i,
.ser_li_con ul li a {
    background: url(/images/rongyao/icon.png) no-repeat;
}

/*开始游戏*/
.start {
    width: 295px;
    height: 308px;
    margin: -44px 0 0 -22px;
    padding: 48px 0 0 38px;
    background-position: 0 0;
}

.star_btn {
    display: block;
    width: 261px;
    height: 99px;
    padding-top: 40px;
    background-position: 0 -377px;
}

.star_btn span,
.star_btn span:after {
    display: block;
    width: 182px;
    height: 69px;
    margin: 0 auto;
    content: '';
    background-position: -41px -707px;
}

.star_btn:hover {
    background-position: 0 -516px;
}

.star_btn:hover span {
    -webkit-animation: fd 1.6s linear infinite;
    animation: fd 1.6s linear infinite;
}

.star_btn:hover span:after {
    -webkit-animation: fd2 1.6s linear infinite;
    animation: fd2 1.6s linear infinite;
    opacity: .6;
}

@-webkit-keyframes fd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    30% {
        -webkit-transform: scale(.93);
        transform: scale(.93);
    }

    45% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fd {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.05);
    }

    30% {
        transform: scale(.93);
    }

    45% {
        transform: scale(1.04);
    }

    60% {
        transform: scale(1);
    }
}

@-webkit-keyframes fd2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes fd2 {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.sta_btns {
    height: 61px;
}

.sta_btns a {
    display: block;
    float: left;
    width: 86px;
    height: 61px;
    transition: all 200ms linear;
}

.sta_btns a.cz_btn {
    background-position: 0 -797px;
}

.sta_btns a.wd_btn {
    background-position: -87px -797px;
}

.sta_btns a.zc_btn {
    background-position: -174px -797px;
}

.sta_btns a.cz_btn:hover {
    background-position: 0 -858px;
}

.sta_btns a.wd_btn:hover {
    background-position: -87px -858px;
}

.sta_btns a.zc_btn:hover {
    background-position: -174px -858px;
}

.log_box {
    height: 74px;
}

.log_inp {
    display: inline;
    float: left;
    width: 170px;
}

.log_inp input {
    width: 160px;
    height: 23px;
    margin-bottom: 4px;
    padding: 5px;
    color: #999789;
    border: none;
    background: #232222;
}

.log_inp input.last {
    margin-bottom: 0;
}

.log_btn {
    display: inline;
    float: left;
    width: 85px;
    height: 72px;
    margin-left: 5px;
    cursor: pointer;
    transition: all 200ms linear;
    border: none;
    background-position: 0 -929px;
}

.log_btn:hover {
    background-position: 0 -1001px;
}

.log_other {
    line-height: 16px;
    margin-top: 5px;
}

.log_other a {
    color: #999789;
}

.log_other input {
    vertical-align: -3px;
}

.log_other span {
    display: inline-block;
    padding-left: 18px;
}

.log_other a.line_und {
    text-decoration: underline;
}

.log_y {
    font: 14px/20px Microsoft YaHei;
    display: none;
    color: #c6c6c6;
}

.log_y p.font_y {
    color: #c28d34;
}

.log_y a {
    color: #c6c6c6;
}

.log_y p.use_btn {
    margin-top: 10px;
}

.log_y p.use_btn a {
    line-height: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    padding: 0 10px;
    background: #333;
}

.log_after {
    padding-top: 8px;
    line-height: 19px
}

.log_link a,
.server_logined a {
    margin-left: 10px;
    color: #cabbb1;
}

.log_link a:hover,
.server_logined a:hover {
    text-decoration: underline;
}

.area_box {
    margin-top: 9px;
    background: #1e1b1a;
    padding: 0 10px;
    width: 270px;
}

/*服务器列表*/
.ser_li {
    height: 283px;
}

.til_more,
.til {
    font: bold 18px/38px Microsoft YaHei;
    color: #cbc3bd;
}

.til_more h3 {
    font-size: 18px;
    display: inline;
    float: left;
}

.more {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    float: right;
    color: #918787;
}

.more span {
    display: inline;
    float: left;
    cursor: pointer;
    text-decoration: underline;
}

.more i {
    display: inline;
    float: left;
    width: 15px;
    height: 38px;
    margin-left: 5px;
    cursor: pointer;
    background-position: -67px -1100px;
}

.ser_check {
    margin: 10px 0;
    padding: 0 20px;
}

.ser_check span,
.ser_check input,
.ser_check select {
    display: inline;
    float: left;
    color: #b8b8b8;
}

.ser_check span {
    line-height: 25px;
}

.ser_check input {
    margin: 0 5px;
}

.ser_check input.ser_name {
    width: 61px;
    height: 15px;
    padding: 5px 0;
    text-align: center;
    color: #8ae5ff;
    border: none;
    background: #0b2438;
}

.ser_check select {
    width: 90px;
    height: 25px;
    color: #8ae5ff;
    border: 1px solid #263643;
    background: #54636f;
}

.ser_check .ser_btn {
    display: inline;
    float: left;
    text-align: center;
    line-height: 23px;
    margin: 0 5px;
    vertical-align: middle;
    width: 66px;
    height: 23px;
    cursor: pointer;
    color: #fffbde;
    border: 1px solid #ff1f1e;
    background: #d20e1b;
}

.ser_li_con ul li {
    line-height: 32px;
    padding: 0 20px;
}

.ser_li_con ul li a {
    display: block;
    padding-left: 15px;
    color: #918787;
    background-position: -20px -1321px;
}

.other_login_icos {
    display: block;
    margin-right: 6px;
    float: left;
}

.other_login_icos i {
    background: url(/images/cms_style_2015/other_login_icos.png?201703301648) no-repeat;
    _background: url(/images/cms_style_2015/other_login_icos.gif?201703301648) no-repeat;
    display: inline-block;
    width: 24px;
    height: 23px;
}

.other_login_icos i.o_login_ico_qq {
    background-position: 0 0;
}

.other_login_icos i.o_login_ico_wx {
    background-position: -28px 0;
}

.other_login_icos i.o_login_ico_wb {
    background-position: -57px 0;
}

.other_login_icos:hover i.o_login_ico_qq {
    background-position: 0 -23px;
}

.other_login_icos:hover i.o_login_ico_wx {
    background-position: -28px -23px;
}

.other_login_icos:hover i.o_login_ico_wb {
    background-position: -57px -23px;
}

/*客服中心*/
.game_intro {
    height: 180px;
    line-height: 24px;
    overflow: hidden;
}

.kf {
    height: 139px;
    position: relative;
    line-height: 24px;
}

.kf_msg {
    position: absolute;
    top: 10px;
    left: 120px;
}

.kf_txt a:hover {
    text-decoration: underline;
}

.kf_btn {
    padding: 28px 0 0 0;
}

.kf_btn li {
    width: 50px;
    height: 68px;
    float: left;
    margin: 0 10px 0 24px;
    display: inline;
    text-align: center;
}

.kf_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #918787;
}

.kf_btn li a:hover {}

.kf_btn li i {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 3px;
    background: url(/images/rongyao/kf_icos.gif) no-repeat;
}

.kf_btn li.onlin_link i {
    background-position: 0 0;
}

.kf_btn li.recharge_link i {
    background-position: -76px 0;
}

.kf_btn li.parental_link i {
    background-position: -152px 0;
}

/*合作媒体*/
.game_media {
    height: 110px;
}

.links_toggle {
    width: 250px;
    height: 28px;
    border: none;
    background-color: #191512;
    margin: 5px 0 0 5px;
    position: relative;
}

.toggle_btn {
    padding-left: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #8b8b8c;
    cursor: pointer;
}

.toggle_btn span {
    width: 28px;
    height: 28px;
    background-color: #7e0001;
}

.toggle_btn span i {
    position: absolute;
    width: 0;
    height: 0;
    font: 0/0 a;
    overflow: hidden;
    border-width: 7px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    margin: 2px 0 0 6px;
}

.toggle_btn span i.up {
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    margin: 10px 0 0 6px;
}

.toggle_con {
    position: absolute;
    width: 250px;
    left: 0;
    top: 28px;
    z-index: 99;
    border-top: none;
    background: #191512;
    height: 104px;
    overflow: auto;
    overflow-x: hidden;
    display: none;
}

.toggle_con a {
    color: #8b8b8c;
    text-indent: 10px;
    height: 24px;
    line-height: 24px;
    display: block;
}

.toggle_con a:hover {
    text-decoration: underline;
}

/*中间内容*/
.ind_conm {
    width: 579px;
    margin-left: 7px;
}

.ind_conr {
    width: 445px;
}

/* 幻灯 */
.slidebox {
    width: 579px;
    height: 312px;
    position: relative;
}

.slidebox .slide-bd {
    position: relative;
    z-index: 0;
}

.slidebox .slide-bd li {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.slidebox .slide-bd li:first-child {
    display: block;
}

.slidebox .slide-fd {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 3%;
    right: 0;
}

.slidebox .slide-nav li {
    width: 18px;
    height: 10px;
    margin-right: 6px;
    border-radius: 8px;
    background-color: #000;
    overflow: hidden;
    float: right;
    transition: width 0.3s ease;
    text-indent: -9999px;
}

.slidebox .slide-nav .active {
    background-color: #C70200;
    width: 30px;
}

/*新闻*/
.news {
    width: 431px;
    height: 312px;
    padding: 0 7px;
    background: #1e1b1a;
    overflow: hidden;
}

.news .news_tit {
    height: 40px;
    border-bottom: 2px solid #383838;
    padding-right: 7px;
}

.news .news_tit ul {
    float: left;
    display: inline;
}

.news .news_tit ul li {
    float: left;
    display: inline;
    width: 69px;
    height: 40px;
    line-height: 40px;
}

.news .news_tit ul li a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.news .news_tit ul li.cur a {
    color: #c70200;
    border-bottom: 2px solid #c70200;
}

.new_top {
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    margin: 20px 0 10px;
    padding: 0 10px 0 60px;
    color: #918787;
    background: #181717 url(/images/rongyao/icon.png) no-repeat;
    background-position: -202px -951px;
    position: relative;
}

.new_top a {
    color: #918787;
}

.new_top a:hover {
    text-decoration: underline;
}

.new_top i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 36px;
    position: absolute;
    top: -6px;
    right: 5px;
    background: url(/images/rongyao/icon.png) no-repeat;
    background-position: -94px -1103px;
}

.news_con {
    width: 420px;
    margin: 0 auto;
}

.news_con ul {
    display: none;
}

.news_con ul:first-child {
    display: block;
}

.news_con ul li {
    line-height: 30px;
    padding: 0 10px 0 10px;
}

.news_con ul li a {
    color: #918787;
}

.news_con ul li span {
    float: right;
    display: inline;
}

.news_con ul li a:hover {
    text-decoration: underline;
}

.net .til_more {
    border-bottom: 2px solid #383838;
    height: 40px;
}

/* 资料 */
.data_box {
    width: 579px;
    height: 283px;
    margin-top: 9px;
    background: url(/images/rongyao/ziliao_newer.jpg) no-repeat;
}

.data_box .data_item {
    width: 193px;
    height: 283px;
    float: left;
}

.data_box .data_item:hover {
    background: url(/images/rongyao/ziliao_newer_hover.gif) no-repeat;
}

.data_box .data_item01:hover {
    background-position: 0 0;
}

.data_box .data_item02:hover {
    background-position: -193px 0;
}

.data_box .data_item03:hover {
    background-position: -386px 0;
}

.data_box .data_txt {
    display: none;
}

.data_box .data_txt {
    padding: 76px 0 0 20px;
    width: 173px;
}

.data_box .data_txt a {
    display: inline-block;
    width: 82px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffeec8;
    margin-top: 10px;
}

.data_box .data_txt a font {
    color: #ba8947;
    padding-right: 4px;
}

.data_box .data_txt a:hover {
    text-decoration: underline;
}

/*职业*/
.role {
    height: 294px;
    background: #1e1b1a;
    position: relative;
    margin-top: 9px;
}

.role_til {
    width: 550px;
    height: 55px;
    position: absolute;
    top: 5px;
    left: 17px;
    z-index: 11;
}

.role_ico {
    float: left;
    display: inline;
}

.role_ico ul li {
    float: left;
    display: inline;
    background: url(/images/rongyao/role_ico.png) no-repeat;
    width: 90px;
    height: 52px;
    margin-right: 20px;
}

.role_ico ul li.role_ico1 {
    background-position: 10px 7px;
}

.role_ico ul li.role_ico2 {
    background-position: -105px 7px;
}

.role_ico ul li.role_ico3 {
    background-position: -215px 7px;
}

.role_ico ul li.role_ico1_cur {
    background-position: 10px -43px;
}

.role_ico ul li.role_ico2_cur {
    background-position: -105px -43px;
}

.role_ico ul li.role_ico3_cur {
    background-position: -215px -43px;
}

.role_eg {
    width: 579px;
    height: 294px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}

.role_eg:first-child {
    display: block;
}

.role_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 581px;
    height: 294px;
}

.role_pic1 {
    background: url(/images/rongyao/role_zs.png?201804161106) no-repeat;
}

.role_pic2 {
    background: url(/images/rongyao/role_fs.png?201804161106) no-repeat;
}

.role_pic3 {
    background: url(/images/rongyao/role_ds.png?201804161106) no-repeat;
}

.role_txt {
    width: 260px;
    position: absolute;
    top: 50px;
    left: 308px;
}

.txt_box {
    border-top: 1px solid #4B4D5A;
    margin-top: 12px;
    padding-top: 30px;
    color: #8b8b8c;
}

.zs_dec {
    height: 140px;
    overflow: hidden;
    line-height: 26px;
}

.txt_box em {
    color: #c70200;
    line-height: 24px;
}


/*游戏截图*/
.game_pic {
    height: 136px;
    padding-top: 8px;
    margin-top: 9px;
    background: #1e1b1a;
    position: relative;
}

.pic_til {
    display: inline;
    float: left;
    width: 50px;
    text-align: center;
}

.pic_con {
    display: inline;
    float: left;
}

.prev,
.next {
    display: block;
    position: absolute;
    width: 16px;
    height: 35px;
    top: 54px;
    background: url(/images/rongyao/icon.png) no-repeat;
}

.prev {
    background-position: -75px -1273px;
    left: 54px;
}

.next {
    background-position: -115px -1273px;
    right: 13px;
}

.pic_li {
    display: inline;
    float: left;
    overflow: hidden;
    width: 470px;
    height: 116px;
    margin-top: 5px;
    margin-left: 25px;
}

.pic_li ul li {
    display: inline;
    float: left;
    margin: 0 5px;
}

.pic_li ul li img {
    width: 225px;
    height: 116px;
}

.fcm {
    width: 800px;
    margin: 20px auto 0;
    height: 40px;
    text-align: center;
}

/*右侧内容*/
.ind_conr {
    width: 445px;
    float: right;
    display: inline;
}

/* 视频弹窗 */
.video_box {
    width: 640px;
    height: 360px;
    border: 3px solid #ff1f1e;
    background: #000;
    display: none;
}

.video_close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.video_close:hover {
    color: #c9b275;
    text-decoration: none;
}

.video_address {
    height: 360px;
}

/*游戏攻略*/
.net_help {
    height: 275px;
    padding: 8px 18px 0 28px;
    background: #1e1b1a;
    margin-top: 9px;
}

.net_help ul {
    margin-top: 15px;
}

.net_help ul li {
    line-height: 30px;
}

.net_help ul li a {
    color: #918787;
}

.net_help ul li span {
    float: right;
    display: inline;
}

.net_help ul li a:hover {
    text-decoration: underline;
}


.stra {
    height: 440px;
    padding: 8px 18px 0 28px;
    margin-top: 9px;
    background: #1e1b1a;
}

.stra_con {
    position: relative;
    overflow: auto;
    height: 350px;
    margin: 20px 0 0 10px;
}

.stra_con ul li {
    line-height: 29px;
    color: #918787;
    text-align: center;
    height: 175px;
}

.stra_con ul li img {
    display: inline-block;
}

.stra_con ul li p {
    color: #ccc
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}


/*列表页*/
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.con_conr {
    display: inline;
    float: left;
    width: 910px;
    padding-bottom: 50px;
    background: #1e1b1a;
    min-height: 892px;
}

.con_til {
    font: 14px/126px Microsoft YaHei;
    height: 126px;
    padding: 0 40px;
    color: #c6c6c6;
    background: url(/images/rongyao/til_bg.jpg) no-repeat;
}

.con_til h3 {
    font-size: 30px;
    font-weight: normal;
    display: inline;
    float: left;
    height: 126px;
}

.con_til h3 span {
    font-size: 14px;
}

.con_til p {
    display: inline;
    float: right;
}

.con_til a,
.con_til em {
    margin: 0 3px;
}

.con_til a {
    color: #c6c6c6;
}

/*列表*/
.con_box {
    padding: 30px 75px;
}

.con_li {
    margin-bottom: 30px;
}

.con_li ul li {
    font: 12px/40px SimSun;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.con_li ul li p {
    display: inline;
    float: left;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con_li ul li p a {
    color: #fff;
}

.con_li ul li span {
    display: inline;
    float: right;
}

.page {
    font-size: 14px;
    margin: 0 3px;
    text-align: center;
}

.page a {
    color: #fff;
}

/*文章页///////////////////////////*/
.con_paper {
    color: #565a65;
}

.paper_til {
    text-align: center;
    font: 12px/40px Microsoft YaHei;
    padding-bottom: 20px;
    border-bottom: 1px solid #353843;
}

.paper_til h3 {
    font-size: 28px;
    font-weight: normal;
    color: #b28c27;
}

.paper_til span {
    margin: 0 5px;
}

.paper_txt {
    font: 12px/28px Microsoft YaHei;
    margin: 20px 0;
    color: #909193;
}

.paper_txt p {
    margin-bottom: 10px;
}

.prev_next {
    margin-top: 20px;
}

.prev_next p {
    text-indent: 0;
    margin: 0;
}

.prev_next p a {
    color: #c6c6c6;
}

/*相关文章*/
.rel_news {
    margin-top: 20px;
    color: #c6c6c6;
}

.rel_til {
    height: 26px;
    font: 12px/26px SimSum;
    border-bottom: 1px solid #52504f;
    margin-bottom: 8px;
}

.rel_con ul li {
    float: left;
    width: 350px;
    margin: 0 10px;
    line-height: 26px;
    border-bottom: 1px dashed #fff;
}

.rel_con ul li p {
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.rel_con ul li p a {
    color: #c6c6c6;
}

.rel_con ul li span {
    float: right;
    display: inline;
}

.xg_news li a,
.prev_next li a {
    color: #c6c6c6;
}

/*精美截图//////////////////////////////*/
.gpic_li {
    margin-bottom: 30px;
    display: block;
}

.gpic_li ul li {
    float: left;
    display: inline;
    width: 250px;
    margin: 20px 0 0 40px;
    text-align: center;
}

.gpic_li ul li a {
    width: 240px;
    height: 150px;
    padding: 5px;
    background: #2a2624;
    display: block;
}

.gpic_li ul li img {
    width: 240px;
    height: 150px;
}

.gpic_li ul li p {
    font: 16px/30px Microsoft YeHei;
    color: #bcbcbc;
}

.tab-cate {
    height: 42px;
    background: #353841;
    font-size: 14px;
    margin-bottom: 40px;
}

.tab-cate span {
    display: inline-block;
    color: #8b8b8c;
    width: 116px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.tab-cate span.on {
    background: url(/images/rongyao/tab_libg.gif) repeat-x;
}

.tab-cate span a {
    color: #8b8b8c;
}

.tab-cate span.on a {
    color: #000;
}

/*服务器列表页//////////////////////////*/
.inside_con .video_btn {
    display: none;
}

.ser_hot {
    text-align: center;
    margin-top: 20px;
}

.ser_hot a {
    font: 14px/80px SimSun;
    display: inline-block;
    width: 255px;
    height: 80px;
    margin: 0 10px;
    transition: all 200ms linear;
    color: #ccc;
    background: url(/images/rongyao/ser_ico.png) no-repeat;
    background-position: 0 0;
}

.ser_hot a span,
.ser_serli_con ul li a span {
    margin-left: 8px;
    color: #fc0;
}

.ser_hot a:hover {
    text-decoration: none;
    background-position: 0 -80px;
}

.ser_serli {
    margin-top: 40px;
}

.ser_serli_title {
    font: 18px/38px Microsoft YaHei;
    height: 38px;
    color: #c6c6c6;
    border-bottom: 1px solid #52504f;
}

.ser_serli_til span,
.ser_serli_til ul,
.ser_serli_til ul li {
    display: inline;
    float: left;
}

.ser_serli_title p {
    display: inline;
    float: right;
}

.ser_serli_til {
    margin-top: 20px;
}

.ser_serli_til ul li {
    font-size: 12px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    transition: all 200ms linear;
    text-align: center;
    background: url(/images/rongyao/ser_ico.png) no-repeat;
    background-position: 0 -171px;
}

.ser_serli_til ul li a {
    display: block;
    color: #c6c6c6;
}

.ser_serli_til ul li.on {
    background-position: 0 -209px;
}

.ser_serli_title p {
    font-size: 14px;
}

.ser_serli_title p em {
    margin: 0 5px;
}

.ser_serli_title p input {
    width: 43px;
    height: 14px;
    padding: 3px;
    text-align: center;
    border: 1px solid #181314;
    background: #8b8b8b;
    vertical-align: middle;
}

.ser_serli_title p .ser_libtn {
    display: inline-block;
    line-height: 18px;
    width: 62px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #e7b204;
    background: #d98702;
    vertical-align: middle;
}

.ser_serli_con {
    margin-top: 20px;
    height: 600px;
    overflow-y: auto;
}

.ser_serli_con ul {
    display: none;
}

.ser_serli_con ul li {
    font: 12px/44px SimSun;
    display: inline;
    float: left;
    width: 140px;
    height: 44px;
    margin: 15px 0 0 35px;
    transition: all 200ms linear;
    text-align: center;
    background: url(/images/rongyao/ser_ico.png) no-repeat;
    background-position: 0 -254px;
}

.ser_serli_con ul li a {
    color: #ccc;
}

.ser_serli_con ul li:hover {
    background-position: 0 -298px;
}

.ser_serli_con ul li:hover a {
    text-decoration: none;
}


.hot_tag {
    background: url(/images/rongyao/hot_ico.gif) left center no-repeat;
    width: 24px;
    height: 14px;
    position: absolute;
    left: 162px;
    top: -5px;
}


.pic_txt ul {
    padding: 50px 0;
    width: 580px;
    margin: 0 auto;
}

.pic_txt li {
    float: left;
    display: inline;
    width: 225px;
    margin: 0 30px 16px;
    line-height: 30px;
    text-align: center;
}

.pic_txt li a {
    display: block;
    width: 100%;
    height: 160px;
}



.game-footer-inner {
    background: #14171C !important;
}

/* 返回顶部 */
.gray {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.backToTop {
    background: url(/images/sg2/top.jpg) no-repeat;
    display: none;
    width: 48px;
    height: 46px;
    line-height: 1.2;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 10px;
    _bottom: "auto";
    cursor: pointer;
    display: inline-block;
    opacity: 0.9;
    filter: alpha(opacity=80);
    z-index: 999;
}

.backToTop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*服务器列表*/
.official_tips {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 470px;
    height: 22px;
    background: url(/images/rongyao/official_tip.png) 0 0 no-repeat;
    text-indent: -9999px;
    -webkit-animation: Flash ease-in-out 0.8s infinite alternate;
    -moz-animation: Flash ease-in-out 0.8s infinite alternate;
    -ms-animation: Flash ease-in-out 0.8s infinite alternate;
    -o-animation: Flash ease-in-out 0.8s infinite alternate;
    animation: Flash ease-in-out 0.8s infinite alternate;
}

@-webkit-keyframes Flash {
    0% {
        opacity: 0.8;
        -webkit-transform: translateY(3px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-3px);
    }
}

@-moz-keyframes Flash {
    0% {
        opacity: 0.8;
        -moz-transform: translateY(3px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(-3px);
    }
}

@-ms-keyframes Flash {
    0% {
        opacity: 0.8;
        -ms-transform: translateY(3px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(-3px);
    }
}

@-o-keyframes Flash {
    0% {
        opacity: 0.8;
        -o-transform: translateY(3px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(-3px);
    }
}

@keyframes Flash {
    0% {
        opacity: 0.8;
        transform: translateY(3px);
    }

    100% {
        opacity: 1;
        transform: translateY(-3px);
    }
}

.server {
    width: 438px;
    height: 50px;
    line-height: 24px;
    color: #858585;
    background: url(/images/rongyao/ser_bg.png) no-repeat;
    padding: 5px 38px 5px 54px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.server dt {
    width: 300px;
    padding: 0 10px;
}

.server dt p {
    width: 122px;
    height: 24px;
    background: url(/images/rongyao/ser_li.gif) left center no-repeat;
    overflow: hidden;
    padding: 0 10px 0 18px;
    float: left;
}

.server dt p a {
    color: #858585;
    margin-right: 10px;
}

.server dt p a:hover {
    color: #b28e27;
    text-decoration: underline;
}

.server dt p span {
    float: right;
}

.server dd {
    width: 110px;
}

.server dd .all {
    color: #a38a49;
}

.server dd .all:hover {
    color: #cdb575;
}

.server dd span {
    display: inline-block;
    margin: 0 6px;
}

.server dd .input {
    width: 46px;
    height: 17px;
    line-height: 17px;
    color: #666;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    padding: 0 2px;
}

.server dd .btn {
    width: 36px;
    height: 16px;
    line-height: 16px;
    color: #010000;
    font-family: simsun;
    background: #b38f27;
    border-top: 1px solid #d3c03d;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.server dd .btn:hover {
    color: #000;
    background: #c19b2b;
    text-decoration: none;
}

/* css3   */
.g-animEle1,
.g-animEle2,
.g-animEle3,
.g-animEle4,
.g-animEle5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.ui-animEle {
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0
}

.g-animEle1 {
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.g-animEle2 {
    -webkit-transition: all .6s ease-out .2s;
    -moz-transition: all .6s ease-out .2s;
    -ms-transition: all .6s ease-out .2s;
    -o-transition: all .6s ease-out .2s;
    transition: all .6s ease-out .2s
}

.g-animEle3 {
    -webkit-transition: all .6s ease-out .4s;
    -moz-transition: all .6s ease-out .4s;
    -ms-transition: all .6s ease-out .4s;
    -o-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s
}

.g-animEle4 {
    -webkit-transition: all .6s ease-out .6s;
    -moz-transition: all .6s ease-out .6s;
    -ms-transition: all .6s ease-out .6s;
    -o-transition: all .6s ease-out .6s;
    transition: all .6s ease-out .6s
}

.g-animEle5 {
    -webkit-transition: all .6s ease-out .8s;
    -moz-transition: all .6s ease-out .8s;
    -ms-transition: all .6s ease-out .8s;
    -o-transition: all .6s ease-out .8s;
    transition: all .6s ease-out .8s
}