body {
    background-color: #000;
}

.wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.wrap_top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.wrap_bottom {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 960px;
    z-index: 30;
}

.mod {
    max-width: 1920px;
    min-width: 1200px;
    background: #000 top center no-repeat;
    background-position-x: center;
}

/* S 导航栏 */

/* E 导航栏 */


/* S 头部 */
.mod_video {
    position: absolute;
    z-index: 2;
    width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

/* E 头部 */

/* S 新闻公告 */
.mod1 {
    height: 955px;
    background-image: url(../jpg/mod1.jpg);
    /* overflow: hidden; */
}

.mod1::before {
    content: "";
    position: absolute;
    left: 0;
    top: -263px;
    width: 100%;
    height: 263px;
    background: url(../png/cover_bg.png) 0 0 no-repeat;
    pointer-events: none;
}

.top_news {
    position: relative;
    height: 790px;
    width: 1380px;
    margin: 100px auto 0;
    background: url(../png/news_bg-2.png) 0 0 no-repeat;
    background-size: contain;
}

.news_image_swiper {
    position: absolute;
    top: 180px;
    left: 55px;
    width: 629px;
    height: 504px;
    overflow: hidden;
}

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

.news_con_inner {
    width: 600px;
    height: 500px;
    position: absolute;
    top: 175px;
    right: 90px;
}

.news_nav_list {
    position: absolute;
    width: 725px;
    top: -195px;
    right: 0;
}

.news_nav_list li {
    float: left;
    width: 181px;
    height: 72px;
    line-height: 60px;
    text-align: center;
    background: url(../png/news_tab.png) 0 0 no-repeat;
    color: #171412;
    font-size: 35px;
    cursor: pointer;
}

.news_nav_list li.on {
    background-image: url(../png/active_on.png);
}

.news_nav_list li a {
    text-decoration: none;
}

.news_list .news_txt {
    display: none;
    height: 330px;
    padding: 0 25px;
    overflow: hidden;
}

.news_list .news_txt li {
    padding: 15px 0;
    color: #714c35;
    font-size: 16px;
    border-bottom: 1px solid #714c35;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Microsoft YaHei";
}

.news_list .news_txt li a {
    display: inline-block;
    width: 75%;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_txt li:hover,
.news_list .news_txt li a:hover {
    color: #c98f6b;
    border-bottom-color: #c98f6b;
}

.news_list .news_txt li a:hover {
    text-decoration: none;
}

.news_list .news_txt.on {
    display: block;
}

.news_more {
    position: absolute;
    width: 254px;
    height: 53px;
    bottom: 50px;
    left: 170px;
    background: url(../png/more_btn.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
}

/* E 新闻公告 */

/* S 游戏角色 */
.mod2 {
    height: 960px;
    background-image: url(../jpg/mod2.jpg);
    overflow: hidden;
}

.mod_wrapper {
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
}

.more_character {
    display: block;
    position: absolute;
    top: 850px;
    right: 180px;
    z-index: 10;
}

.char_swiper {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -620px;
    width: 1320px;
    height: 816px;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.char_swiper .swiper-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

.clock {
    width: 1200px;
    height: 1000px;
    position: absolute;
    right: 16%;
    z-index: 4;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg) rotateX;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* 仅仅针对IE8*/
.clock .char-pagi-container {
    width: 1160px;
    height: 916px;
    position: absolute;
    top: 50%;
    margin-top: -458px;
    right: 50px;
    border-radius: 50%;
    transition: transform .4s ease-in-out;
    z-index: 8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.clock .char-pagi-container .char-pagi {
    width: 130px;
    height: 130px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 3;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: url(../png/character_btn_bg.png) 0 0 no-repeat;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.char-pagi .char_pagi_img {
    width: 88px;
    margin-right: 4px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.char-pagi .char_pagi_img img {
    width: 100%;
    height: 100%;
}

.char-pagi.active .char_pagi_img{
    margin: 0 0 3px 0px;
}

.clock .char-pagi-container .char-pagi.active,
.clock .char-pagi-container .char-pagi:hover {
    filter: drop-shadow(0 0 10px #4da08b) grayscale(0);
    -webkit-filter: drop-shadow(0 0 10px #4da08b) grayscale(0);
}

.clock .char-pagi-container .char-pagi.active {
    background-image: url(../png/juese_character_btn_bg.png);
    background-size: contain;
}



.clock .char-pagi-container .char-pagi.out {
    opacity: 0
}

.clock .char-pagi-container .char-pagi.in {
    opacity: 1
}

.jpg .clock-pan {
    width: 926px;
    height: 875px;
    position: absolute;
    left: 70px;
    top: 50%;
    pointer-events: none;
    margin-top: -437.5px;
    z-index: 3;
}

/* E 游戏角色 */


/* S 避坑导航 */

.mod3 {
    height: 955px;
    background-image: url(../jpg/mod32b09.jpg);
    overflow: hidden;
}

.mod3 .mod_wrapper {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 190px auto;
}

.play_box {
    width: 500px;
}

.play_tit,
.yxrw_tit {
    position: relative;
    height: 40px;
    line-height: 20px;
    font-size: 20px;
    background: url(../png/title_bg22b09.png) center bottom no-repeat;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    color: #9de5e1;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.yxrw_tit {
    background: url(../png/title_bg12b09.png) center bottom no-repeat;
}

.play_tit li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 6px;
    cursor: pointer;
}

.play_tit li.on {
    color: #613514;
    font-weight: bold;
}

.play_tit .news_more {
    transform: translateY(-90%);
    display: none;
}

.play_tit li.on .news_more {
    display: block;
}

.play_list {
    width: 100%;
    overflow: hidden;
}

.play_txt {
    width: 459px;
    height: 496px;
    background: url(../png/game_strategy_bg2b09.png) no-repeat;
    overflow: hidden;
    padding: 8px;
    margin: 54px auto 0;
    box-sizing: border-box;
}

.play_txt .icon {
    background: 20px center no-repeat;
}

.play_txt ul {
    height: 158px;
    color: #226c69;
    font-size: 16px;
    border-bottom: 1px solid #226c69;
    overflow: hidden;
    padding-left: 160px;
    padding-top: 10px;
    box-sizing: border-box;
}

.play_txt ul:last-child {
    border-bottom: none;
}

.play_txt li {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #226c69;
}

.play_txt a {
    height: 100%;
    width: 270px;
    color: #226c69;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 14px;
}

.play_txt a:hover {
    color: #d4f4eb;
}

.yxrw_box {
    width: 800px;
    overflow: hidden;
}

.yxrw_name,
.yxrw_class {
    padding: 0 12px;
    float: left;
}

.yxrw_name {
    border-right: 1px solid #9de5e1;
}

.yxrw_class li {
    display: none;
    float: left;
}

.yxrw_class li.on {
    display: block;
}

.yxrw_change {
    background: url(../png/change_btn2b09.png) right center no-repeat;
    padding-right: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.yxrw_txt {
    padding-top: 16px;
}

.yxrw_txt ul {
    height: 496px;
    overflow: hidden;
    padding: 0 5px;
    display: none;
}

.yxrw_txt li {
    width: 121px;
    height: 100%;
    margin-right: 10px;
    float: left;
}

/* E 避坑导航 */

/* S 废土风貌 */

.mod4 {
    height: 980px;
    background-image: url(../jpg/mod4.jpg);
    overflow: hidden;
}

.mod4 .wrapper {
    width: 1315px;
    margin: 130px auto 0;
}

.image_box {
    margin-bottom: 10px;
}

.image_box .image_wrapper{
    position: relative;
    display: inline-block;
    width: 129px;
    height: 374px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #0a7e7a;
    transition: width 0.4s;
}
.image_box .image_wrapper:last-child {
    margin-right: 0;
}
.image_box .image_wrapper .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 129px;
    height: 374px;
    transition: opacity 0.4s;
}
.image_box .image_wrapper.active,
.image_box .image_wrapper.hover{
    width:720px
}
.image_box .image_wrapper.active .cover,
.image_box .image_wrapper.hover .cover{
    opacity: 0;
}

/* E 废土风貌 */

/* S 公众号 */

.mod5 {
    height: 515px;
    background-image: #000;
    overflow: hidden;
}

.mod5 .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1506px;
    height: 367px;
    margin: 70px auto;
    padding: 0 70px;
    box-sizing: border-box;
    background: url(../png/footer_bg.png) 0 0 no-repeat;
    background-size: contain;
}

.footer_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.footer_list li {
    width: 257px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.footer_list li .title_box {
    display: flex;
    align-items: center;
    width: 257px;
    height: 245px;
    background: url(../png/footer_item_bg.png) 0 0 no-repeat;
}

.footer_list li .title_box .title {
    display: flex;
    align-items: center;
    width: 70px;
    font-size: 35px;
    color: #dbefff;
    letter-spacing: 10px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
}

.footer_list li .title_box .qrcode {
    border: 3px solid #528388;
    box-sizing: border-box;
    border-radius: 4px;
}

.footer_list li .title_box .qrcode img {
    width: 165px;
    height: 165px;
}

.footer_list li .sub_title {
    color: #447e7c;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
}

/* E 公众号 */


/* S 导航栏 */
#common_menu {
    position: fixed;
    left: 0;
    top: 22%;
    z-index: 999;
    font-size: 20px;
}

#common_menu::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 469px;
    top: -6px;
    left: 51px;
    background: url(../png/menu_line.png) 0 0 no-repeat;
}

#common_menu a {
    position: relative;
    display: block;
    color: #77bdba;
    height: 52px;
    width: 192px;
    line-height: 52px;
    padding-left: 80px;
    margin: 30px 0;
    text-decoration: none;
    letter-spacing: 2px;
}

#common_menu a::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: 40px;
    top: 50%;
    background: url(../png/menu_star.png) 0 0 no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#common_menu a.active::before {
    width: 41px;
    height: 41px;
    left: 32px;
    background: url(../png/menu_star_active.png) 0 0 no-repeat;
}

#common_menu a.active {
    font-weight: bold;
    color: #fff;
    background: url(../png/menu_active_bg.png) 52px 0 no-repeat;
}

/* E 导航栏 */


/* S 侧边栏 */
.gamesite_slider {
    right: 16px;
    z-index: 99;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    transition: transform .3s linear;
}

.gamesite_slider.close {
    -webkit-transform: translateX(190px);
    -moz-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px)
}

.gamesite_slider_toggle {
    width: 51px;
    height: 164px;
    background: url(../slider_hide.html) 0 0 no-repeat;
    position: fixed;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -82px;
    cursor: pointer;
}

.gamesite_slider.close .gamesite_slider_toggle {
    background: url(../slider_show.html) 0 0 no-repeat;
}

.gamesite_slider_links a {
    width: 145px;
    height: 60px;
    display: block;
    margin: 5px auto 0;
}

.gamesite_slider_links a.ad1_btn {
    background: url(../png/android_btn3860.png) 0 0 no-repeat;
}

.gamesite_slider_links a.kf_btn {
    background: url(../png/kefu_btn.png) 0 0 no-repeat;
}

.gamesite_slider_links a.gift_btn {
    background: url(../png/gift_btn-2.png) 0 0 no-repeat;
}

.gamesite_slider_links a:hover {
    opacity: .9;
}

/* E 侧边栏 */


/* S 适龄儿童 */
.age_tips {
    position: fixed;
    left: 6%;
    top: 670px;
    width: 80px;
    height: 100px;
    /* background: url(/images/age_icon_166.png?2021091501) 0 0 no-repeat; */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 20;
}

.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: 10%;
    left: 50%;
    margin-left: -548px;
    z-index: 101;
    width: 1096px;
    height: 754px;
    background: url(../png/pc_tips_bg2b09.png);
    border-radius: 20px;
    color: #ffffff;
}

.age_tips_close {
    position: absolute;
    top: 30px;
    right: 55px;
    width: 41px;
    height: 44px;
    background: url(../png/pop_close2b09.png) 0 0 no-repeat;
    z-index: 10;
    cursor: pointer;
}

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

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

.age_tips_con {
    height: 80%;
    width: 92%;
    margin: 10px auto 0;
    overflow-y: auto;
    font-size: 18px;
    line-height: 32px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify
}

.age_tips_p {
    margin: 15px 0;
}

/* E 适龄儿童 */


/* 列表页 */
.inside_list {
    background: #000 url(../jpg/inside_header.jpg) center top no-repeat;
    padding: 444px 0 80px;
}

.inside_list a {
    color: inherit;
}

.inside_list_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.inside_list .news_tit {
    width: 280px;
    height: 50px;
    margin: 0 auto;
}

.inside_list .news_tit li {
    float: left;
    margin-left: 50px;
    font-size: 30px;
    color: #fff;
}

.inside_list .news_tit li.active {
    color: #49ded7;
}

.inside_list .news_tit li:first-child {
    margin-left: 0;
}

.inside_list .news_txt {
    color: #96ced2;
}

.inside_list .news_txt li {
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #253031;
}

.scott {
    margin-top: 80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.scott span {
    padding: 5px 10px;
    margin: 0 5px;
    background: #96ced2;
    color: #000;
    cursor: pointer;
}

.scott a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.scott a.active {
    color: #fff;
    background: #96ced2;
    padding: 5px 10px;
}

.scott input {
    display: none;
}

/* 内容页面 */
.main_list_bg {
    background: #000 url(../jpg/inside_header.jpg) center top no-repeat;
    padding: 444px 0 80px;
}

.inside_txt {
    width: 1200px;
    margin: 0 auto;
}

.inside_txt a {
    color: inherit;
}

.inside_txt li,
.inside_txt li a {
    color: #96ced2;
    margin-top: 30px;
}

.inside_txt li a:hover {
    color: #49ded7;
    text-decoration: underline;
}

.header_bar {
    width: 1200px;
    height: 74px;
    margin: 35px 0;
}

.header_bar .back_btn {
    float: left;
    height: 74px;
    line-height: 74px;
    padding-left: 80px;
    font-size: 30px;
    color: #49ded7;
    background: url(../png/back_home.png) left top no-repeat;
}

.header_bar .current_position {
    float: right;
    color: #49ded7;
    height: 74px;
    line-height: 74px;
    font-size: 14px;
}

.game_read_tit {
    font: bold 26px/36px \5FAE\8F6F\96C5\9ED1;
    text-align: center;
    color: #49ded7;
}

.game_read_zz {
    font: bold 22px/36px \5FAE\8F6F\96C5\9ED1;
    text-align: center;
    height: 30px;
    color: #49ded7;
    margin-bottom: 65px;
}

.game_read_txt {
    font: 16px/28px \5FAE\8F6F\96C5\9ED1;
    color: #96ced2;
    padding-top: 30px;
    text-align: center;
}

.game_read_txt a {
    color: #49ded7;
}

.game_read_txt a:hover {
    color: #49ded7;
    text-decoration: underline;
}

.game_read_txt img {
    margin: 10px 0;
}