a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    font: inherit;
    font-size: 100%
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #F1D123;
}

a:hover {
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

body {
    /*-webkit-user-select:none;*/
    -webkit-text-size-adjust: none
}

a,
img {
    -webkit-touch-callout: none
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

input {
    -webkit-appearance: none;
    outline: none
}

html,
body {
    width: 100%;
}

body {
    font-size: 1em;
    font-family: Arial, Helvetica, "microsoft yahei", "Microsoft Yahei", sans-serif;
    color: #000;
    background: #E2EBFA;
}

body.index .main {
    background: url("../img/bg01.png") no-repeat 0 0;
    background-size: 100% auto;
}

.main {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.main img {
    display: block;
    width: 100%;
}

.bg100 {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.abs {
    position: absolute;
}


.fixed {
    background-image: url('../img/top.png');
    height: 3.4375rem;
    max-width: 750px;
    width: 100%;
    z-index: 1000;
    top: 0;
    text-align: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: fixed;
}

.fixed .bn {
    width: 17rem;
    height: 3.125rem;
}
.fixed .download_game {
    width: 5.44rem;
    height: 2.08rem;
    background: url('../img/download.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 2.4rem;
    top: 0.7rem;
}

.fixed .menu {
    width: 3rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
}

.menu_open {
    background: url('../img/menu_open.png') no-repeat center center;
    background-size: 100% auto;
}

.menu_close {
    background: url('../img/menu_close.png') no-repeat center center;
    background-size: 100% auto;
    display: none;
}

.menu_show {
    position: fixed;
    width: 50%;
    height: auto;
    top: -100%;
    right: 0;
    padding-top: 3.4rem;
    z-index: 999;
    box-sizing: border-box;
    background: #000;
    opacity: 0.85;
}

.menu_show li {
    width: 100%;
    height: 2.5rem;
    border-bottom: 1px dotted #333;
}

.menu_show li a {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}

.bg {
    height: 37.22rem;
    margin-top: 3.4rem;
    position: relative;
}

.bg .age_remind {
    width: 1.97rem;
    height: 2.53rem;
    background: url('../img/age_remind.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.2rem;
    left: 1rem;
}

.bg .now_download {
    width: 9.25rem;
    height: 3.06rem;
    background: url('../img/now_download.png') no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 17.52rem;
    transform: translate(-50%);
}

.bg .get_reward {
    width: 8.4rem;
    height: 2.56rem;
    background: url('../img/get_reward.png') no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 20.9rem;
    transform: translate(-50%);
}

.bg .news_info {
    width: 15.57rem;
    height: 4.64rem;
    background: url('../img/news_info.png') no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 24rem;
    transform: translate(-50%);
}

.f1Box {
    width: 19.12rem;
    height: 8.4rem;
    position: absolute;
    left: 50%;
    top: 28.8rem;
    transform: translate(-50%);
}

#f1 .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1.3rem;
}

#f1 .txt .t-bg {
    background: #000;
    opacity: 0.65;
    height: 1.3rem;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}

#f1 .txt .t-main {
    color: #fff;
    position: relative;
    line-height: 1.3rem;
    font-size: 0.6em;
    text-align: center;
}

#f1 .swiper-pagination {
    width: auto !important;
    left: auto !important;
    right: 8px;
}

#f1 .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.3rem;
    opacity: 1;
    border-radius: 0.08rem;
    background: #fff;
    margin: 0 3px;
}

#f1 .swiper-pagination-bullet-active {
    width: 0.5rem;
    background: #F3A91F;
}

#f3 .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1.3rem;
}

#f3 .txt .t-bg {
    background: #000;
    opacity: 0.65;
    height: 1.3rem;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}

#f3 .txt .t-main {
    color: #fff;
    position: relative;
    line-height: 1.3rem;
    font-size: 0.6em;
    text-align: center;
}

#f3 .swiper-pagination {
    width: auto !important;
    left: auto !important;
    right: 8px;
    bottom: 1.35rem !important;
}

#f3 .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.3rem;
    opacity: 1;
    border-radius: 0.08rem;
    background: #fff;
    margin: 0 3px;
}

#f3 .swiper-pagination-bullet-active {
    width: 0.5rem;
    background: #F3A91F;
}



.news {
    background: url('../img/bg02.png') no-repeat;
    background-size: 100% auto;
    height: 75rem;
    overflow: hidden;
}

.news .hd {
    height: 3.53125rem;
}
.news .bd {
    margin-top: 0.1rem;
}
.news .img {
    height: 12.05rem;
    background: url('../img/tabs_bg.png') center no-repeat;
    background-size: contain;
}

/* .news .bd #f1 {
    width: 18.75rem;
    height: 8.4375rem;
    margin-bottom: 0.5rem !important;
} */

.news .bd .tabs {
    width: 100%;
    margin: 0 auto;
    height: 12.05rem;
    padding:0.1rem 0.9rem 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.tabNavigation>a {
    margin-left: 4.5rem;
    color: #B18E81;
    font-size: 0.5rem;
    font-weight: bold;
}


.tabs ul.tabNavigation li {
    float: left;
    font-size: 0.5rem;
    width: 3rem;
    font-weight: bold;
}

.tabs ul.tabNavigation li a {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #B18E81;
}

.tabs ul.tabNavigation .on {
    background: url('../img/on_bg.png') no-repeat;
}

.tabs .recommendBox {
    width: 100%;
    height: 1.6rem;
    display: flex;
    justify-content: flex-start;
}

.tabs .recommendBox .recommendBox_sub {
    width: 2.4rem;
    height: 0.96rem;
    background: url('../img/recommend_bg.png') no-repeat;
    background-size: contain;
    margin-top: 0.5rem;
    margin-left: 0.3rem;
}
.tabs .recommendBox p {
    color: #BBA88B;
    font-size: 0.4rem;
    margin-left: 0.7rem;
    padding-top: 0.7rem;
}


.tabs .tabcon div {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.5em;
    margin-top: 0.2rem;
    float: left;
    width: 100%;
}

.tabs .tabcon div span {
    float: left;
    width: 2.125rem;
    height: 0.78125rem;
    line-height: 0.78125rem;
    margin: 0.56rem 0.6rem 0 0;
    text-align: center;
    /* background: #E1CFA1; */
    color: #BBA88B;
    vertical-align: middle;
}

.tabs .tabcon div a {
    color: #BBA88B;
    float: left;
    width: 11.875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.2rem;
}

.tabs .tabcon div em {
    color: #BBA88B;
    float: left;
    width: 2.4rem;
    margin-top: 0.2rem;
}

.tabs .tabConBox .tabcon div:hover {
    color: yellow;
}

.news .moreDetailBox {
    width: 100%;
    height: 4.18rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.news .moreDetailBox img {
    width: 6.35rem;
    float: left;
    vertical-align: bottom;
}
.news .moreDetailBox img:nth-child(2) {
    margin-top: 0.3rem;
}
.news .game_data_header {
    width: 15.5rem;
    height: 4.65rem;
    background: url('../img/game_data_header_bg.png') no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 0.96rem;
}

.news .game_data_box {
    width: 19rem;
    height: 11.86rem;
    background: url('../img/bg04.png') no-repeat;
    margin: 0 auto;
    position: relative;
    margin-top: 0.2rem;
}

.news .game_data_box .game_data_text {
    width: 4.826rem;
    height: 8.426rem;
    background: url('../img/warrior_text.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.5rem;
    left: 0.8rem;
    z-index: 5;
}
.game_data_box .game_data_text_gander {
    width: 2.2rem;
    height: 1rem;
    position: absolute;
    bottom: 2.3rem;
    left: 17%;
    transform: translate(-50%);
    z-index: 5;
}
.game_data_box .game_data_text_gander div {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    border: 1px solid #B9A26F;
    color: #B9A26F;
    font-size: 0.43rem;
    float: left;
    text-align: center;
    line-height: 0.8rem;
}
.game_data_box .game_data_text_gander .male {
    margin-right: 0.2rem;
}
.game_data_box .game_data_text_gander .gender_active {
    color: #000;
    background-color: #B9A26F;
}

.game_data_box .game_data_img {
    position: absolute;
    left: -1rem;
}
.game_data_box .game_data_img .game_data_img_box img{
    display: none;
}

.game_data_box .game_data_img .game_data_img_box_active .game_data_img_box1 {
    display: block;
}

.game_data_box .game_data_img .game_data_img_box_active .game_data_img_box2 {
    display: none;
}

.game_data_box .game_data_img .game_data_img_box_gender_active .game_data_img_box1 {
    display: none;
}

.game_data_box .game_data_img .game_data_img_box_gender_active .game_data_img_box2 {
    display: block;
}

.game_data_box .role_list {
    width: 1.78rem;
    height: 2.34rem;
    position: absolute;
    right: 1rem;
    top: 2rem;
}

.game_data_box .role_list img {
    display: none;
}

.game_data_box .role_category {
    width: 1.866rem;
    height: 6.8rem;
    position: absolute;
    top: 4.5rem;
    right: 1rem;
}

.game_data_box .role_category .role_category_box {
    width: 1.84rem;
    height: 2.08rem;
}
.game_data_box .role_category .role_category_box:nth-child(1) {
    height: 2.24rem;
}
.game_data_box .role_category .role_category_box .role_category_box1 {
    display: block;
}
.game_data_box .role_category .role_category_box .role_category_box2 {
    display: none;
}
.game_data_box .role_category .role_category_box_active .role_category_box1 {
    display: none;
}
.game_data_box .role_category .role_category_box_active .role_category_box2 {
    display: block;
}

.news .role_profession {
    width: 5.5rem;
    height: 1.54rem;
    margin: 0.5rem auto;
}
.news .role_profession .role_profession_box {
    float: left;
    width: 1.6rem;
}
.news .role_profession .role_profession_box img {
    width: 1.54rem;
    height: 1.54rem;
}
.news .role_profession .role_profession_box:nth-child(1) {
    margin-right: 0.3rem;
}
.news .role_profession .role_profession_box:nth-child(2) {
    margin-right: 0.3rem;
}
.news .role_profession .role_profession_box .profession_box1 {
    display: block;
}
.news .role_profession .role_profession_box .profession_box2 {
    display: none;
}
.news .role_profession .role_profession_box_active .profession_box1{
    display: none;
}
.news .role_profession .role_profession_box_active .profession_box2{
    display: block;
}


.news .game_feature_header {
    width: 15.5rem;
    height: 4.65rem;
    background: url('../img/game_feature_header.png') no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.fea {
    height: 12rem;
    box-sizing: border-box;
    position: relative;
}
.fea .swiper-container {
    width: 17.06rem;
}
.fea .swiper-pagination {
    width: 100%;
}

.fea .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}

.fea .swiper-pagination-bullet-active {
    background: #f9cd67;
    opacity: 1;
}

.fea .swiper-button-next {
    background: url('../img/swiper_next.png') no-repeat;
    background-size: contain;
    width: 1.1rem;
    height: 1.57rem;
    right: 0.2rem;
    top: 45%;
    /* margin-top: 7px; */
}

.fea .swiper-button-prev {
    background: url('../img/swiper_prev.png') no-repeat;
    background-size: contain;
    width: 1.1rem;
    height: 1.57rem;
    left: 0.2rem;
    top: 45%;
    /* margin-top: 7px; */
}

.news .gzh_wrap {
    width: 12.3rem; 
    height: 5.3rem;
    margin: 0 auto;
    margin-top: 1.6rem;
    /* background: #000; */
    display: flex;
    justify-content: space-between;
}
.news .gzh_wrap img {
    width: 5.86rem;
    height: 5.33rem;
    float: left;
}

.foots {
    padding: 1.3rem 1.2rem;
    text-align: center;
    font-size: 12px;
    background: #484848;
    color: #f6f6f6;
}
.news_content {
    position: relative;
    min-height: 18rem;
    background: #fff;
}

#f4 .swiper-slide {
    float: left;
    width: 50%;
}
