/* top*/
.top {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 12;
    box-shadow: 2px 0px 2px 1px rgba(226, 224, 224, 0.5);
    background: url('../images/nav-bg.png') no-repeat center top;
}

.top .Nav {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.top .Nav a {
    display: block;
    width: 183px;
    float: left;
    height: 100%;
    /* margin-right: 55px; */
    cursor: pointer;
    /* background: url('../images/nav.png') no-repeat center top; */
    /* background-size: 1145px 144px; */
}

.top .Nav>a.offical_top_above {
    background: url('../images/nav/nav-top.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_pre {
    background: url('../images/nav/nav-1.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_news {
    background: url('../images/nav/nav-2.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_world {
    background: url('../images/nav/nav-3.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_character {
    background: url('../images/nav/nav-4.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_feature {
    background: url('../images/nav/nav-5.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_qa {
    background: url('../images/nav/nav-6.png') no-repeat center;
    background-size: auto;
    width: 223px;
}

.top .Nav>a.offical_top_above:hover,
.top .Nav>a.offical_top_above.active {
    background: url('../images/nav/nav-top-hover.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_pre:hover,
.top .Nav>a.offical_top_pre.active {
    background: url('../images/nav/nav-1-hover.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_news:hover,
.top .Nav>a.offical_top_news.active {
    background: url('../images/nav/nav-2-hover.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_world:hover,
.top .Nav>a.offical_top_world.active {
    background: url('../images/nav/nav-3-hover.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_character:hover,
.top .Nav>a.offical_top_character.active {
    background: url('../images/nav/nav-4-hover.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_feature:hover,
.top .Nav>a.offical_top_feature.active {
    background: url('../images/nav/nav-5-hover.png') no-repeat center;
    background-size: auto;
}

.top .Nav>a.offical_top_qa:hover,
.top .Nav>a.offical_top_qa.active {
    background: url('../images/nav/nav-6-hover.png') no-repeat center;
    background-size: auto;
}

.top .Tshare {
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 3;
}

.top .Tshare a {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 17px;
    cursor: pointer;
    background-image: linear-gradient(135deg, transparent 20px, rgba(0, 0, 0, 0.95) 0), linear-gradient(-135deg, transparent 20px, rgba(0, 0, 0, 0.95) 0), linear-gradient(-45deg, transparent 20px, rgba(0, 0, 0, 0.95) 0), linear-gradient(45deg, transparent 20px, rgba(0, 0, 0, 0.95) 0);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: left top, right top, right bottom, left bottom;
}

.top .Tshare a img {
    width: 100%;
    display: block;
    height: 100%;
}

.top .Tshare>.Voice {
    background: url('../images/voice.png') no-repeat center;
    background-size: 100% 100%;
}

.top .Tshare>.unVoice {
    background: url('../images/unvoice.png') no-repeat center;
    background-size: 100% 100%;
}

/* 侧边栏 */
.Side-open {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 56px;
    height: 187px;
    cursor: pointer;
    z-index: 20;
    background: url(../images/Side-open.png) no-repeat center;
    background-size: 100%;
    display: none;
}

.Side-open.active {
    height: 262px;
    background: url(../images/Side-open-online.png) no-repeat center;
    background-size: 100%;
}

.Side-off {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 282px;
    height: 456px;
    z-index: 20;
    box-sizing: border-box;
    background: url(../images/Side-off.png) no-repeat center top;
    background-size: auto;
    /* display: none; */
}

.Side-off.active {
    background: url(../images/Side-off-online.png) no-repeat center top;
    background-size: auto;
}

.Side-code {
    width: 194px;
    height: 194px;
    position: absolute;
    background: url(../images/Side-code.png) no-repeat center top;
    background-size: auto;
    top: 33px;
    right: 16px;
    display: none;
}

.Side-code img {
    width: 174px;
    height: 174px;
    margin: 9px auto;
    display: block;
}

.Side-load {
    width: 224px;
    height: auto;
    position: absolute;
    right: 0;
    top: 251px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.Side-load a {
    width: 183px;
    height: 55px;
    margin: 4px auto;
}

.Side-load a img {
    width: 100%;
    height: 100%;
}

.Side-share {
    position: absolute;
    top: 387px;
    right: 0;
    width: 225px;
    height: 56px;
    display: flex;
    justify-content: center;
}

.Side-share a {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 17px;
}

.Side-share a img {
    width: 100%;
    height: 100%;
}


.Side-off .off-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
    cursor: pointer;
    width: 57px;
    height: 68px;
}

.warp {
    width: 100%;
    /* height: 1845px; */
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

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

.page {
    width: 100%;
    height: 100%;
    position: relative;
}

.page1 {
    background: url('../images/bg1.jpg') no-repeat center top;
    background-size: cover;
}

.page1.active {
    background: url('../images/bg1-online.jpg') no-repeat center top;
    background-size: cover;
}

.page1-in {
    height: 969px;
    /* background: url('../images/bg1-in.jpg') no-repeat center top; */
    /* background-size: cover; */
}

.page1-in .videoBtn {
    width: 92px;
    height: 93px;
    background: url('../images/videoBtn.png') no-repeat center;
    position: absolute;
    top: 591px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.tree {
    width: 123px;
    height: 130px;
    position: absolute;
    bottom: -78px;
    left: -181px;
    background: url(../images/shuye.png) no-repeat center bottom;
    background-size: contain;
    z-index: 11;
}

.logoBtn {
    width: 344px;
    height: 165px;
    position: absolute;
    top: 82px;
    left: 113px;
    background: url(../images/logo.png) no-repeat center bottom;
    background-size: contain;
    z-index: 11;
    display: none;
}

.load,
.bottomScreen {
    width: 100%;
    height: 93px;
    position: absolute;
    top: 826px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottomScreen {
    top: 905px;
}

.load a,
.bottomScreen a {
    width: 293px;
    height: 100%;
    display: block;
    margin: 0 15px;
}

.load a img,
.bottomScreen a img {
    width: 100%;
    height: 100%;
}

.news {
    width: 100%;
    margin: 0 auto;
    padding-top: 267px;
    position: relative;
}

.news_copywrit {
    width: 520px;
    height: 31px;
    position: absolute;
    top: 670px;
    right: 88px;
    background: url(../images/news_copywrit.png) no-repeat center top;
    background-size: contain;
}

.news_btns {
    width: 520px;
    height: 72px;
    position: absolute;
    top: 720px;
    right: 88px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
}

.news_btns a {
    width: 251px;
    height: 100%;
}

.news_btns a img {
    width: 100%;
}

.news-content {
    width: 520px;
    height: 457px;
    overflow: hidden;
    position: absolute;
    top: 157px;
    right: 88px;
    background: url(../images/news.png) no-repeat center bottom;
    background-size: contain;
    text-align: center;
    padding-top: 30px;
}

/* .content-bg {
    width: 100%;
    height: 100%;
    background: url(../images/news-content.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

/* .new-right {
    width: 500px;
    height: 519px;
    overflow: hidden;
    float: right;
} */

.page2 {
    background: url('../images/bg2.jpg') no-repeat center top;
    background-size: cover;
}

.page2-in {
    /* width: 100%; */
    height: 846px;
}

.page4-in .title {
    width: 612px;
    height: 121px;
    background: url('../images/page2-title.png') no-repeat center top;
    background-size: cover;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10;
}

.page2-content {
    width: 100%;
    height: 100%;
    position:
        relative;
    overflow: hidden;
}

/* #gallery2 {
    width: 100%;
    height: 100%;
    text-align: center;
}

#gallery2 .swiper-slide img {
    width: 100%;
    height: 100%;
} */
.menu-shzl-p5 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative
}

/*.page2-content .swiper-container {
    height: 100%;
    margin: 0 auto;
    position: relative
} */

/*.page2-content .swiper-container-h {
    
    width: 100%;
}*/

.page2-content .menu-shzl-p5 .swiper-container-v {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.page2-content .menu-shzl-p5 .swiper-container-v .swiper-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.page2-content .menu-shzl-p5 .swiper-container-v .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

/* .swiper-container-fade .swiper-slide {
    pointer-events: auto
} */

.page2-content .menu-shzl-p5 .swiper-container-v .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.btn-box {
    width: 1200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    z-index: 1000;
}

/* .swiper-container-rtl .swiper-button-next,
.page2-content .swiper-button-prev {
    background: url(../images/shzl_swiper_left.png) no-repeat
}

.swiper-container-rtl .swiper-button-prev,
.page2-content .swiper-button-next {
    background: url(../images/shzl_swiper_right.png) no-repeat
}

.swiper-button-prev,
.wrap .page-5 .swiper-button-next {
    width: 32px;
    height: 45px;
    margin-top: -22px;
    background-size: 32px 45px
} */

#thumbs2 {
    width: 500px;
    height: 91px;
    line-height: 91px;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 10;
}

#thumbs2 .menu-list {
    display: flex;
    height: 91px;
    line-height: 91px;
    margin: auto 0;
}

#thumbs2 .menu-list li {
    cursor: pointer;
    width: 92px;
    height: 100%;
    line-height: 91px;
    text-align: center;
    color: #91a7c3;
    font-size: 18px;
    position: relative;
    margin: 0 5px;
    background: url(../images/role-all.png) no-repeat;
    background-size: 585px 200px;
    text-indent: -99999em;
}

#thumbs2 .menu-list li.on {
    color: red;
}

#thumbs2 .menu-list li.huo {
    background-position: -3px -3px;
}

#thumbs2 .menu-list li.huo.on {
    background-position: -3px -109px;
}

#thumbs2 .menu-list li.lei {
    background-position: -127px -3px;
}

#thumbs2 .menu-list li.lei.on {
    background-position: -127px -109px;
}

#thumbs2 .menu-list li.shui {
    background-position: -250px -3px;
}

#thumbs2 .menu-list li.shui.on {
    background-position: -250px -109px;
}

#thumbs2 .menu-list li.tian {
    background-position: -372px -3px;
}

#thumbs2 .menu-list li.tian.on {
    background-position: -372px -109px;
}

#thumbs2 .menu-list li.di {
    background-position: -495px -3px;
}

#thumbs2 .menu-list li.di.on {
    background-position: -495px -109px;
}

#thumbs2 .swiper-slide {
    width: 92px;
    height: 100%;
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: rgb(123, 79, 226);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

#thumbs2 .swiper-slide .small {
    width: 79px;
    height: 69px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#thumbs2 .swiper-slide .smallActive {
    width: 92px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: none;
}

#thumbs2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

#thumbs2 .swiper-slide-thumb-active .smallActive {
    display: block;
    /* -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: rgb(123, 79, 226);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); */
}

.page3 {
    background: url('../images/bg3.jpg') no-repeat center top;
    background-size: cover;
}

.page3-in {
    height: 881px;
}

/* 游戲特色 */
.page4 {
    background: url('../images/bg4.jpg') no-repeat center top;
    background-size: cover;
}

.page4-in {
    /* padding-top: 237px; */
    height: 1001px;
    width: 100%;
}

.page5 {
    background: url('../images/bg5.jpg') no-repeat center top;
    background-size: cover;
}

.page5-in {
    padding-top: 233px;
    height: 594px;
}

.page6 {
    background: url('../images/bg6.jpg') no-repeat center top;
    background-size: cover;
}

.page6-in {
    padding-top: 187px;
    height: 996px;
}

.anima {
    height: 550px;
    position: relative;
}

.anima .swiper-wrapper {
    width: 866px;
    /* overflow: hidden; */
    margin: 0 auto;
}

.anima .swiper-wrapper img {
    width: 866px;
    height: 488px;
}

.animaVideoBtn {
    width: 92px;
    height: 92px;
    background: url(../images/videoBtn.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -46px;
    left: -299px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.GameFeatures {
    width: 660px;
    height: 705px;
}

.prizePic {
    width: 620px;
    height: 307px;
    position: absolute;
    left: -68px;
    top: 485px;
}

.prizePic a {
    width: 100%;
    height: 100%;
    display: block;
}

.GameFeatures-centent {
    position: relative;
    width: 100%;
    height: 555px;
    box-sizing: border-box;
}

.prizePic .GameFeatures-centent {
    height: 100%;
}

.GameFeatures-centent .swiper-container {
    width: 1000px;
}

.prizePic .GameFeatures-centent .swiper-container {
    width: 580px;
}

.GameFeatures-centent .swiper-container .swiper-slide {
    width: 866px;
    height: 488px;
}

.prizePic .GameFeatures-centent .swiper-container .swiper-slide {
    width: 546px;
    height: 307px;
}

.GameFeatures-centent .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    width: 33px;
    height: 60px;
    background: url(../images/pop-GameFeatures-left.png) no-repeat center top;
    background-size: 100% auto;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.swiper-button-next {
    width: 34px;
    height: 60px;
    background: url(../images/pop-GameFeatures-right.png) no-repeat center top;
    background-size: 100% auto;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url("../images/pop-GameFeatures-botton.png") no-repeat right top;
    opacity: 1;
    margin: 0 12px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: url("../images/pop-GameFeatures-botton.png") no-repeat left top;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.fix {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
}

.fc {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.fix-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: -75px;
    cursor: pointer;
    background: url('../images/btn-close.png') no-repeat center;
    z-index: 10;
}

.fix .video {
    width: 880px;
    height: 500px;
    border: 2px solid #825c3d;
    display: none;
}

.fix .video iframe {
    width: 100%;
}


.Side-pay,
.load-apk,
.load .load-apk {
    display: none;
}

.shareBtn {
    width: 100%;
    height: 92px;
    position: absolute;
    top: 1032px;
    left: 3px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
}

.shareBtn a {
    width: 100px;
    height: 101px;
    margin: 0 14px;
}

.shareBtn a img {
    width: 100%;
}

.abbrevia {
    width: 100%;
    height: 77px;
    position: absolute;
    top: 805px;
    background: url(../images/abbrevia.png) no-repeat center;
    background-size: contain;
}

.abbrevia.active {
    background: url(../images/abbrevia-online.png) no-repeat center;
    background-size: contain;
}

.qa {
    width: 482px;
    height: 242px;
    background: url(../images/pop-qa.png) no-repeat center;
    background-size: 100% auto;
}

.threebtn {
    position: absolute;
    height: 35px;
    width: 324px;
    top: 153px;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

#threeVal {
    opacity: 0;
}

.Precautions,
.pop-statute,
.pop-privacy,
.pop-business {
    width: 695px;
    height: 636px;
}

.fc-title-precautions,
.fc-title-statute,
.fc-title-privacy,
.fc-title-business {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: auto;
    height: 32px;
}

.Precautions-centent {
    width: 96%;
    height: 510px;
    overflow: auto;
    margin: 80px auto 2px;
    padding: 0 2%;
}

.Precautions-tip {
    width: 36px;
    height: 24px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/pop-Precautions-tip.png) no-repeat center;
    background-size: contain;
}

.Precautions-centent p {
    margin-bottom: 30px;
    line-height: 1.5em;
    color: #fff;
    font-size: 16px;
}

.Precautions-centent::-webkit-scrollbar {
    width: 8px;
}


.Precautions-centent::-webkit-scrollbar-track {
    background: #19495f;
    border-radius: 10px;
}

.Precautions-centent::-webkit-scrollbar-thumb {
    background: #28abd6;
    border-radius: 10px;
    margin: 0 auto;
}

.pop-details-bg {
    background: #177fa5 url(../images/pop-details-bg.png) no-repeat center;
    background-size: contain;
}

.fc-title-statute,
.fc-title-privacy,
.fc-title-business {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: auto;
    height: 32px;
}

.fc-title-statute {
    background: url(../images/fc-title-statute.png) no-repeat center;
    background-size: contain;
}

.fc-title-privacy {
    background: url(../images/fc-title-privacy.png) no-repeat center;
    background-size: contain;
}

.fc-title-business {
    background: url(../images/fc-title-business.png) no-repeat center;
    background-size: contain;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    height: 163px;
    background: url(../images/1.png) no-repeat center;
    z-index: 33;
    display: none;
}

.fixed-footer.active {
    background: url(../images/2.png) no-repeat center;
}

.fixed-footer a {
    width: 278px;
    height: 86px;
    display: block;
    position: absolute;
    right: 51px;
    top: 44px;
}

.fixed-footer a img {
    height: 100%;
}

.Audio {
    position: absolute;
    top: 754px;
    left: -211px;
    right: 0;
    margin: auto;
    width: 32px;
    height: 35px;
    z-index: 2;
}

#a4 .swiper-button-prev,
#a4 .swiper-button-next,
.page6 .swiper-button-prev,
.page6 .swiper-button-next {
    margin-top: -80px;
}

.anima .swiper-slide {
    width: 886px;
}