body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
span,
a,
img,
em,
input,
button,
textarea,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    font-family: "microsoft yahei";
    overflow-x: hidden;
    min-width: 1290px !important;
}

ul,
ol,
li,
dl,
dt,
dd,
p,
span,
a,
img,
em,
input,
button,
textarea,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    list-style-type: none;
    border: none;
    font-style: normal;
    background: none;
    outline: none;
}

a {
    color: #403f3f;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.indent {
    text-indent: -999px;
    overflow: hidden;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f40 {
    font-size: 40px;
}


.m20 {
    margin-bottom: 20px;
}

.mt18 {
    margin-top: 18px;
}

.mb40 {
    margin-bottom: 40px;
}



.line {
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.move {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.move:hover {
    -webkit-transition: transform ease-in-out .6s;
    -moz-transition: transform ease-in-out .6s;
    -ms-transition: transform ease-in-out .6s;
    transition: transform ease-in-out .6s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


.gift {
    height: 280px;
}

/******首页部分******/

.header {
    height: 695px;
    width: 100%;
    position: relative;
}

.head_bg {
    width: 1920px;
    height: 695px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    text-align: center;
}

.head_bg_video {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.head_bg img {
    width: 100%;
    margin: 0 auto;
}

.main_bg {
    background: url(../images/main_bg.jpg) center top no-repeat #1c1c1b;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 38px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 858px;
    position: relative;
    z-index: 2;
}

.logo {
    width: 170px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 120px;
}

.menu {
    line-height: 48px;
    color: #ffd965;
    font-size: 16px;
    float: right;
    padding: 25px 90px 0 0;
}

.menu a {
    color: #ffd965;
    text-align: center;
    margin: 0 30px;
    float: left;
}

.menu a:hover {
    color: #fff;
}

.menu a em {
    background: url(../images/nav_ico.png) center top no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

/*公用动画效果*/
.menu a {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.mod_tit {
    height: 37px;
    line-height: 37px;
    color: #ffca9a;
    font-size: 20px;
    background: #000;
    padding-left: 10px;
}

.mod_tit em {
    background: url(../images/tit_ico.png) no-repeat;
    display: inline-block;
    width: 34px;
    height: 35px;
    vertical-align: middle;
    margin-right: 5px;
}

.mod_tit small {
    color: #404040;
    font-size: .12rem;
    vertical-align: bottom;
    margin-left: .06rem;
}

/*新闻*/
.news {
    width: 510px;
    height: 330px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.news .tit {
    height: 25px;
}

.news .tit a {
    width: 51px;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 30px;
}

.news .tit a.on {
    color: #ffde00;
    background: #6b130b;
}

.news_main {
    padding: 14px 23px 0;
    position: relative;
}

.more_ico {
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(../images/more_ico.png) center left no-repeat;
    width: 23px;
    height: 23px;
}

.news .hot_news {
    height: 35px;
    line-height: 35px;
    color: #e4e4e4;
    font-size: 18px;
    background: #141212;
    text-align: center;
    overflow: hidden;
    margin: 12px 25px;
}

.news .hot_news a {
    color: #fff;
}

.news .hot_news a:hover {
    color: #ffde00;
}

.news .txt {
    height: 240px;
    padding: 12px 0 0;
    overflow: hidden;
}

.news .txt li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.news .txt li em {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #7d7d7d;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 8px;
}

.news .txt li i {
    width: 2px;
    height: 2px;
    border: 1px solid #9e9e9e;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    position: absolute;
    top: 21px;
    left: 2px;
}

.news .txt li a {
    color: #757575;
    display: inline-block;
}

.news .txt li a:hover {
    color: #333;
}

.news .txt li span {
    color: #757575;
}

/*幻灯*/
.slider {
    width: 663px;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.slider .hd {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.slider .hd li {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    text-indent: -999px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.slider .hd li.on {
    background: #fef35d;
}

.active_lists {
    margin-top: 18px;
}

.active_lists ul {
    margin-right: -12px;
    zoom: 1
}

.active_lists li {
    float: left;
    margin-right: 12px;
}

/* 职业介绍 */
.job_area {
    height: 820px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}

.inner {
    position: relative;
    width: 1200px;
    padding-top: 120px;
    margin: 0 auto;
}

.job_tit {
    padding-left: -5px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #131213;
}

.role_ico {
    display: inline-block;
    width: 32px;
    height: 27px;
    margin-right: 10px;
    background: url(../images/role_ico.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.role_box {
    height: 654px;
    width: 1926px;
    text-align: center;
    color: #8a8a8a;
    position: absolute;
    left: 50%;
    margin-left: -953px;
    background: url(../images/role_bg.jpg) no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.role_tit {
    overflow: hidden;
    zoom: 1;
}

.role_tit li {
    width: 314px;
    height: 654px;
    float: left;
    text-align: center;
}

.role_tit li img {
    width: 298px;
    height: 654px;
    margin: 0 auto;
}

.role_tit li.a2 {
    text-align: right;
}

.role_tit li.a2 img {
    float: right;
}

.role_txt {
    height: 100%;
}

.role_intro {
    width: 202px;
    height: 684px;
    position: absolute;
    top: 86px;
    left: 190px;
    z-index: 11;
}

.zs_intro {
    background: url(../images/zs_intro.jpg) no-repeat;
    background-size: 100%;
}

.fs_intro {
    background: url(../images/fs_intro.jpg) no-repeat;
    background-size: 100%;
}

.ds_intro {
    background: url(../images/ds_intro.jpg) no-repeat;
    background-size: 100%;
}

.role_con {
    width: 1413px;
    height: 835px;
    background: url(../images/renwu_bg.jpg) no-repeat 200px 175px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 10;
}

.role_con li {
    float: left;
    width: 1413px;
    height: 835px;
}

.prev {
    width: 88px;
    height: 108px;
    background: url(../images/prev_btn.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 428px;
    z-index: 999;
}

.next {
    width: 88px;
    height: 108px;
    background: url(../images/next_btn.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 428px;
    z-index: 999;
}

/* 游戏资料  */
.game_data {
    width: 1200px;
    height: 295px;
    margin: 42px 0 26px;
}

.game_data .data_wrap {
    width: 832px;
    height: 295px;
    background: #131313;
}

.game_data .data_wrap .data_item {
    width: 206px;
    height: 229px;
    margin-top: 15px;
    border-right: 1px solid #313131;
}

.game_data .data_wrap .data_item:last-child {
    border-right: none;
}

.game_data .data_item .data_title {
    width: 181px;
    height: 39px;
    background: url(../images/data_tit_bg.gif) no-repeat;
    text-align: center;
    font-size: 16px;
    color: #c2c2c2;
    line-height: 39px;
    margin: 0 auto 10px;
}

.game_data .data_item .data_content {
    width: 196px;
    height: 171px;
    margin: 0 auto;
}

.game_data .data_content a {
    width: 50%;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    color: #868686;
    font-size: 14px;
    text-align: center;
}

.game_data .data_content a:hover {
    color: #c38f39;
}

.game_data .strategy_wrap {
    width: 344px;
    height: 295px;
    background: #131313;
}

.game_data .strategy_wrap ul {
    padding: 25px 15px 0;
    height: 230px;
    overflow: hidden;
}

.game_data .strategy_wrap li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #8a8a8a;
}

.game_data .strategy_wrap li a {
    font-size: 14px;
    color: #8a8a8a;
}

.game_data .strategy_wrap li:hover {
    color: #c38f39;
}

.game_data .strategy_wrap li:hover a {
    color: #c38f39;
}


/* 游戏截图 */
.yxjt {
    width: 832px;
    height: 276px;
    color: #ffffff;
    background: #131313;
    overflow: hidden;
}

.yxjt_txt {
    height: 228px;
    padding: 15px 6px 0;
    overflow: hidden;
    position: relative;
}

.yxjt_txt dt {}

.yxjt_txt dt li {
    width: 399px;
    height: 200px;
    float: left;
    margin-left: 10px;
}

.yxjt_txt dd {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.yxjt_txt dd li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    background: #575757;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.yxjt_txt dd li.on {
    background: #ffffff;
}

/* 客服  */
.kefu {
    width: 344px;
    height: 276px;
    background: #131313;
}

.kefu_main {
    padding: 25px 30px 0;
}

.kefu_call {
    padding-left: 25px;
}

.kefu_call .kefu_icon {
    width: 62px;
    height: 62px;
    background: url(../images/css_sprites.png) -10px -153px;
}

.kefu_call .kefu_info {
    width: 188px;
    color: #8a8a8a;
    font-size: 14px;
    text-align: right;
}

.kefu_call .kefu_info a {
    width: 139px;
    height: 29px;
    background: url(../images/css_sprites.png) -10px -59px;
    display: inline-block;
    margin-top: 4px;
}

.kefu_call .kefu_info a:hover {
    background-position: -10px -10px;
}

.kefu_link {
    margin: 15px 0;
}

.kefu_link a {
    width: 139px;
    height: 25px;
    display: inline-block;
}

.kefu_link .addiction_btn {
    background: url(../images/css_sprites.png) -169px -100px;
}

.kefu_link .addiction_btn:hover {
    background-position: -10px -108px;
}

.kefu_link .parents_btn {
    background: url(../images/css_sprites.png) -169px -55px;
}

.kefu_link .parents_btn:hover {
    background-position: -169px -10px;
}


.topmedia {
    z-index: 10;
}

.links_toggle {
    height: 34px;
    position: relative;
    margin-bottom: 6px;
    background-color: #1d1d1d;
}

.toggle_btn {
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #c0b4aa;
    cursor: pointer;
    position: relative;
}

.toggle_btn span {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

.toggle_btn span i {
    position: absolute;
    width: 0;
    height: 0;
    font: 0/0 a;
    overflow: hidden;
    border-width: 5px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #a2a2a2;
    margin: 8px 0 0 8px;
}

.toggle_btn span i.up {
    border-style: solid dashed dashed;
    border-color: #7f6d6a transparent transparent;
    margin: 15px 0 0 8px;
}

.toggle_con {
    position: absolute;
    width: 100%;
    left: 0;
    top: 34px;
    z-index: 99;
    background: #1d1d1d;
    height: 104px;
    overflow: auto;
    overflow-x: hidden;
    display: none;
}

.toggle_con a {
    color: #c0b4aa;
    text-indent: 2em;
    height: 26px;
    line-height: 26px;
    display: block;
}

.toggle_con a:hover {
    color: #ebddd1;
}

/******内页部分******/
.inside_top {
    background: url(../images/inside_bg.jpg) center top no-repeat;
    height: 857px;
}

.inside_main {
    background: url(../images/inside_main_bg.jpg) center top no-repeat;
    height: 1317px;
    padding-top: 18px;
}

.inside .wrap {
    width: 1200px;
}

.inside .menu {
    padding-top: 26px;
}

.bread_bg {
    background: url(../images/bread_bg.jpg) center top repeat;
    height: 46px;
    line-height: 46px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
}

.bread_bg span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/down_icos.png) no-repeat 0 0;
    vertical-align: middle;
    margin: 0 10px;
}

.bread_bg a {
    color: #fff;
}

.inside_left {
    width: 295px;
    height: 566px;
    float: left;
    margin-left: -10px;
}

.home_float {
    position: fixed;
    top: 10%;
    right: 10px;
    z-index: 10;
}

.float_bg {
    width: 217px;
    height: 513px;
    padding: 53px 0 0 78px;
    background: url(../images/float_bg.png) no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.float_bg dt {
    width: 115px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.float_bg .scan_box {
    position: absolute;
    left: 0;
    top: 23px;
    width: 115px;
    height: 110px;
}

.scan_box img {
    display: block;
    width: 100%;
}

.scan_box .scanning {
    position: relative;
    animation: scan linear 6s infinite;
    -webkit-animation: scan linear 6s infinite;
    -moz-animation: scan linear 6s infinite;
    -ms-animation: scan linear 6s infinite;
    -o-animation: scan linear 6s infinite;
}

@keyframes scan {
    0% {
        top: 0;
    }

    50% {
        top: 98%;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes scan {
    0% {
        top: 0;
    }

    50% {
        top: 98%;
    }

    100% {
        top: 0;
    }
}

.code_img {
    width: 115px;
    height: 115px;
    margin: 8px auto 0;
    overflow: hidden;
}

.float_bg img {
    width: 115px !important;
}

.float_bg dd {
    width: 220px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    margin: 0 auto 3px;
}

.float_bg dd a {
    height: 44px;
    width: 144px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.float_bg dd a.b1 {
    background: url(../images/andriod_btn.png);
}

.float_bg dd a.b2 {
    background: url(../images/ios_btn.png);
}

.float_bg dd a:hover {
    opacity: 0.9;
}

.float_bg dd p {
    margin-top: 2px;
}

.down_ico,
.up_ico {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 5px;
}

.down_ico {
    background: url(../images/down_ico.png) no-repeat;
}

.up_ico {
    background: url(../images/up_ico.png) no-repeat;
}

.btn_area {
    position: relative;
    height: 44px;
    width: 144px;
    margin: 13px auto 0;
}

.tuijian_ico {
    position: absolute;
    top: -10px;
    left: -38px;
    width: 64px;
    height: 58px;
    background: url(../images/tj_ico.png) no-repeat;
}

/*内页新闻列表*/
.inside_list {
    width: 837px;
    background: #fff;
    padding: 10px 32px 0;
    height: 1148px;
    overflow-y: auto;
}

.inside_list .tit {
    height: 55px;
    line-height: 55px;
    padding-bottom: 5px;
    color: #000;
    font-size: 26px;
    border-bottom: 1px solid #7a7a7a;
}

.border_left {
    display: inline-block;
    width: 5px;
    height: 25px;
    overflow: hidden;
    margin-right: 4px;
    background: #edcf8d;
    vertical-align: middle;
}

.inside_list .tit a {
    color: #c0b4aa;
}

.inside_list .tit span {
    float: right;
    color: #c0b4aa;
    font-size: 12px;
}

.inside_list .tit a:hover {
    text-decoration: underline;
}

.inside_list .txt {
    min-height: 870px;
    height: auto !important;
    height: 870px;
}

.inside_list .txt .scott {
    color: #c3b491;
    text-align: center;
    padding: 30px 40px;
}

.inside_list .txt .scott input {
    color: #333;
    background: #fff;
    padding: 0 2px;
}

.inside_list .txt .scott a {
    color: #c3b491;
}

.inside_list .txt .scott a:hover {
    color: #ffe400;
}

.news_list {
    font-size: 14px;
    padding: 10px 5px 20px;
    min-height: 500px;
}

.news_list li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #787878;
    position: relative;
    border-bottom: 1px dotted #8f8d8c;
}

.news_list li a {
    color: #787878;
    display: inline-block;
    vertical-align: middle;
}

.news_list li a:hover {
    color: #333;
}

/*内页新闻内容*/
.news_con {
    min-height: 600px;
    color: #787878;
    margin: 20px 20px;
    font-size: 14px;
}


.headlines {
    height: 50px;
    padding-top: 30px;
    color: #edcf8d;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.author {
    color: #b1b1b1;
    text-align: center;
    font-size: 14px;
    margin: 0 30px;
    padding-bottom: 10px;
}

.author dt {
    line-height: 20px;
}

.author dd {
    line-height: 30px;
    padding: 5px 0;
}

.author dd img {
    vertical-align: middle;
    margin-left: 5px;
}

.author dd input {
    height: 16px;
    border: 1px solid #abadb3;
    background: #fff;
    vertical-align: middle;
    margin-left: 5px;
}

.author dd input.btn {
    width: 60px;
    height: 20px;
    border: none;
    background: url(../images/bdyx.jpg) no-repeat;
    cursor: pointer;
}

.read_news {
    line-height: 210%;
    padding: 30px 0;
}

.read_news a {
    color: #ff8c00;
}

.read_news a:hover {
    color: #ff5a00;
    text-decoration: underline;
}

.read_news img {
    margin: 20px 0;
}

.read_app {
    padding: 0 20px 30px;
}

.prev_next {
    height: 35px;
    color: #b0996c;
    font-size: 14px;
    border-bottom: 1px solid #7a7a7a;
    margin: 10px 0;
}

.prev_next li {
    width: 50%;
    height: 30px;
    text-indent: 20px;
    line-height: 30px;
    float: left;
    overflow: hidden;
}

.prev_next li a {
    color: #b0996c;
}

.prev_next li a:hover {
    color: #251d0b;
}

.xg_news {
    width: 50%;
    height: 180px;
    text-indent: 20px;
    font-size: 14px;
    overflow: hidden;
    float: left;
    position: relative;
}

.xg_news h3 {
    line-height: 30px;
    color: #ca5458;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

.xg_news ul {
    height: 150px;
    overflow: hidden;
}

.xg_news li {
    width: 98%;
    height: 30px;
    line-height: 30px;
    color: #596981;
    padding: 0 1%;
}

.xg_news li a {
    color: #b0996c;
}

.xg_news li a:hover {
    color: #ededed;
}

.game-footer {
    min-width: 1290px !important;
}