.wrapper {
    position: relative;
    width: 10.8rem;
    margin: 0 auto;
}

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

.mod {
    position: relative;
}

.mod .mod_bg img {
    width: 100%;
}

.mod_box {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 10.8rem;
}



/* S 头图 */
.mod.header {
    position: fixed;
    top: 1.5rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.mod.header .mod_bg img {
    width: 10.8rem;
}

.mod.header .download_now {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -wapkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* E 头图 */

/* S 主要内容 */
.main_wrapper {
    position: relative;
    z-index: 10;
    margin-top: 15rem;
}

/* E 主要内容 */


/* S 新闻公告 */
.news_swiper {
    position: relative;
}

.news_slide {
    position: relative;
    width: 10rem;
}

.news_slide img {
    width: 100%;
    height: 100%;
}

.news_swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    -wapkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.news_swiper .swiper-pagination-bullet {
    margin: .1rem;
    width: .3rem;
    height: .3rem;
    background: url(/statics/img/wap/gamesite/xxj/news_dot.png) 0 0 no-repeat;
    background-size: 100%;
    opacity: 1;
}

.news_swiper .swiper-pagination-bullet-active {
    width: .4rem;
    height: .4rem;
    background: url(/statics/img/wap/gamesite/xxj/news_dot_active.png) 0 0 no-repeat;
    background-size: 100%;
}

.news_con {
    position: relative;
    margin: .8rem 0 .2rem;
    padding: 0 .4rem;
    height: 6.5rem;
    overflow: hidden;
}

.news_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .9rem;
    width: 10.12rem;
    background: url(/statics/img/wap/gamesite/xxj/game_guide_tab_line.png) center center no-repeat;
    background-size: contain;
}

.news_tit ul {
    display: flex;
    color: #fff;
    font-size: .38rem;
    font-family: "SimSun", "STSong", "Songti SC", "宋体", sans-serif;
    font-weight: bold;
}

.news_tit ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 0.7rem;
    margin: 0 .05rem;
    cursor: pointer;
}

.news_tit ul li.on {
    color: #090f24;
    background: url(/statics/img/wap/gamesite/xxj/news_tab_active.png) 0 0 no-repeat;
    background-size: 100%;
}

.news_tit .news_more {
    width: .6rem;
    height: .6rem;
    background: url(/statics/img/wap/gamesite/xxj/news_more.png) 0 0 no-repeat;
    background-size: 100%;
}

.news_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem 0;
    font-size: .35rem;
}

.news_list li i {
    color: #fda74b;
}

.news_list li a {
    flex: 1;
    display: inline-block;
    margin-right: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.news_list li span {
    color: #7c7f89;
}

.news_active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_active li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
    width: 10rem;
    height: 2.4rem;
    background: url(/statics/img/wap/gamesite/xxj/news_scroll_bg.png) 0 0 no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.news_active li img {
    width: 3rem;
    height: auto;
}

.news_active a .active_info {
    width: 6rem;
    margin-left: .2rem;
    color: #fff;
}

.news_active a .active_info h1 {
    font-size: .35rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.news_active a .active_info p {
    color: #d5d5d8;
    font-size: .3rem;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* E 新闻公告 */

/* S 角色图鉴 */
.mod.role_area .mod_box {
    top: 0;
    width: 100%;
    height: 100%;
}

.role_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10.8rem;
    height: 7.5rem;
    padding: 6%;
    background: url(/statics/img/wap/gamesite/xxj/role_box_bg.png) center no-repeat;
    background-size: 90% 90%;
    box-sizing: border-box;
    transform: translateX(-50%);
    z-index: 10;
}

.role_box .role_box_tit ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .2rem 1rem 0;
    padding-bottom: .2rem;
    font-size: .5rem;
    color: #fff;
    background: url(/statics/img/wap/gamesite/xxj/role_box_tab_line.png) center bottom no-repeat;
}

.role_box .role_box_tit li {
    width: 2rem;
    height: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "SimSun", "STSong", "Songti SC", "宋体", sans-serif;
    font-weight: bold;
}

.role_box .role_box_tit li.on {
    color: #333;
    background: url(/statics/img/wap/gamesite/xxj/role_box_tab_active.png) no-repeat;
    background-size: 100%;
}

.role_box .role_box_txt {
    height: 4.7rem;
    padding: .1rem 0.2rem;
}

.role_box .role_box_ul {
    height: 100%;
    overflow-y: auto;
}

.role_box .role_box_ul::-webkit-scrollbar {
    width: .1rem;
    padding-right: .1rem;
    background: none;
}

.role_box .role_box_ul::-webkit-scrollbar-thumb {
    background: #ffa84b;
}

.role_box .role_box_list {
    display: flex;
    flex-wrap: wrap;
}



/* 角色 */
.role_box .role_box_list .role_item {
    width: 2rem;
    margin: 0 .1rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.role_box .role_box_list .role_item>img {
    width: 100%;
    height: auto;
}

.role_item.active .role_img_active {
    display: block;
}

.role_item.active .role_img {
    display: none;
}

.role_item .role_img_active {
    display: none;
}

/* 角色详情 */
.role_item .detail {
    display: none;
}

.role_item.active .detail {
    display: block;
}

.role_item.active .detail .role_detail_img {
    position: absolute;
    left: 0;
    top: -131%;
    z-index: 0;
    pointer-events: none;
}

/* 角色技能 */
.skill_list {
    position: absolute;
    top: -88%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill_list li {
    margin: 0 .1rem;
}

.skill_list li .skill_img {
    width: 1.5rem;
    height: auto;
}

.skill_list li .skill_img_active {
    width: 1.6rem;
    height: auto;
}

.skill_list li.active .skill_img {
    display: none;
}

.skill_list li .skill_img_active {
    display: none;
}

.skill_list li.active .skill_img_active {
    display: block;
}

.skill_detail {
    position: absolute;
    top: -65%;
    right: 0.2rem;
}

.skill_detail img {
    display: none;
    width: 5rem;
    height: auto;
}

/* E 角色图鉴 */

/* S 游戏资料 */
.mod.game_guide .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem;
}

.mod.game_guide .title_box .item {
    width: 48%;
}

.mod.game_guide .title_box .item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    height: 3rem;
}

.mod.game_guide .article_box {
    width: 10.8rem;
    padding: .4rem;
    box-sizing: border-box;
}

.mod.game_guide .article_box .game_guide_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .9rem;
    width: 10.12rem;
    padding: 0 .6rem 0 .2rem;
    background: url(/statics/img/wap/gamesite/xxj/game_guide_tab_line.png) center center no-repeat;
    background-size: contain;
}

.mod.game_guide .article_box .game_guide_tit ul {
    flex: 1;
    display: flex;
    align-items: center;
}

.article_box .game_guide_tit ul li {
    width: 2.2rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .38rem;
    cursor: pointer;
    font-family: "SimSun", "STSong", "Songti SC", "宋体", sans-serif;
    font-weight: bold;
}

.article_box .game_guide_tit ul li.on {
    color: #333;
    background: url(/statics/img/wap/gamesite/xxj/game_guide_tab_active.png) no-repeat;
    background-size: 100%;
}

.game_guide_tit .game_guide_more {
    width: .6rem;
    height: .6rem;
    background: url(/statics/img/wap/gamesite/xxj/news_more.png) 0 0 no-repeat;
    background-size: 100%;
}

.game_guide_tit .game_guide_more:hover {
    filter: brightness(1.2);
    -wapkit-filter: brightness(1.2);
}

.game_guide_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.game_guide_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .3rem 0;
    font-size: .35rem;
}

.game_guide_list li a {
    flex: 1;
    margin-right: 0.2rem;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.game_guide_list li span {
    font-size: .3rem;
    color: #7c7f89;
}

/* E 游戏资料 */

/* S 游戏特色 */
.game_feature {
    width: 10.8rem;
}

.game_feature#game_feature_vertical .swiper-slide {
    width: 5.66rem;
    height: 9.62rem;
}

/* 横向轮播图 */
.game_feature#game_feature_horizontal {
    width: 10rem;
    margin: 0 .4rem;
    overflow: hidden;
}

/* 横向轮播图缩略图 */
#game_feature_horizontal_thumbs {
    width: 10rem;
    margin: .5rem .4rem;
}

.swiper-container-thumbs .swiper-slide {
    opacity: .4;
}

.swiper-container-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.game_feature_area .control_bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
}

.game_feature_area .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    margin: 0 .2rem;
}

.game_feature_area .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 .1rem;
    opacity: .7;
}

.game_feature_area .swiper-pagination-bullet-active {
    background: #ffa84b;
    border: .02rem solid #000;
}

.game_feature_area .swiper-button-next,
.game_feature_area .swiper-button-prev {
    width: 1.2rem;
    height: auto;
    margin-top: 0;
    background: none;
}

.game_feature_area .swiper-button-prev {
    left: 1rem;
}

.game_feature_area .swiper-button-next {
    right: 1rem;
}

.game_feature_area .qrcode_box {
    width: 10.8rem;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.game_feature_area .qrcode_box .qrcode_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.game_feature_area .qrcode_box .qrcode_item .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/statics/img/wap/gamesite/xxj/game_feature_qrcode_bg.png) no-repeat;
    background-size: contain;
}

.game_feature_area .qrcode_box .qrcode_item .qrcode img {
    width: 2rem;
    height: 2rem;
}

.game_feature_area .qrcode_box .qrcode_item h1 {
    color: #fff;
    font-size: .35rem;
}

.game_feature_area .qrcode_box .qrcode_item p {
    color: #000;
    font-size: .3rem;
    line-height: .5;
}

/* E 游戏特色 */


/* S 弹窗 */
.mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -wapkit-transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    z-index: 100;
}

.pop_box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 7.92rem;
    height: 6.82rem;
    margin: -3.41rem 0 0 -3.96rem;
    color: #ff4847;
}

.pop_close {
    position: absolute;
    top: .99rem;
    right: .55rem;
    width: .68rem;
    height: .68rem;
}

.pop_box_img {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 96%;
    height: 6.82rem;
    margin: -3.41rem 0 0 -48%;
    color: #ff4847;
}

.focus_area {
    margin: 0.6rem auto 0;
}

.focus_area img {
    max-width: 100%;
}

.pop_close_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 10;
}

/* E 弹窗 */


/* S 适龄儿童 */
.age_tips {
    position: absolute;
    left: .4rem;
    bottom: 4rem;
    width: 1.31rem;
    height: 1.7rem;
    background: url(/statics/img/age16_78.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3;
}

.age_tips_mask {
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 100;
}

.age_tips_pop {
    position: fixed;
    top: 31%;
    left: 5%;
    z-index: 101;
    width: 90%;
    height: 38%;
    background: rgba(134, 128, 202, 0.5);
    border-radius: .2rem;
    color: #ffffff;
}

.age_tips_close {
    position: absolute;
    z-index: 103;
    top: .3rem;
    right: .3rem;
    width: .5rem;
    height: .51rem;
    background: url(/statics/img/age_icon_clost_50.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.age_tips_tit {
    height: 12%;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.age_tips_h {
    position: absolute;
    bottom: .1rem;
    left: 0;
    font-size: .4rem;
    line-height: 1;
    font-weight: bold;
    vertical-align: bottom;
}

.age_tips_con {
    height: 80%;
    width: 90%;
    margin: .1rem auto 0;
    overflow-y: auto;
    font-size: .3rem;
    line-height: 1.6;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify
}

.age_tips_p {
    margin: .16rem 0;
}

/* E 适龄儿童 */

.footer_msg_con {
    padding: .7rem 0;
}