/* 全局重置 */
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

/* 基础样式 */
body {
    font: 14px/1.6 'Helvetica Neue',Helvetica,Arial,'Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
    color: #111;
    background: #fff;
    overflow-x: hidden;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    color: #FF2525;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 20px;
}

.mbm {
    margin-bottom: 20px;
}

/* 页面容器 - 固定1920px居中 */
.page-container {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

/* 头部侧边栏 */
.header {
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 220px;
    margin-left: -960px; /* 基于1920px居中偏移 */
    padding: 0 45px;
    background: #fff;
    border-right: 2px solid #333;
}

.logo {
    width: 220px;
    min-height: 90px;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
}

.logo img {
    height: 90px;
    vertical-align: top;
}

.logoa {
    width: 120px;
    min-height: 29px;
    margin-top: 1px;
    text-align: center;
    overflow: hidden;
}

.logoa img {
    height: 29px;
    vertical-align: top;
}

.webtitle {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.webtitle a {
    padding-bottom: 1px;
    border-bottom: 1px solid #111;
}

.webtitle a:hover {
    border-color: #FF2525;
}

.menu {
    margin: 30px 0 10px;
}

.menu li {
    height: 30px;
}

.menu a {
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 40px;
    background: url("../other/bookmark.svg") no-repeat 20px 50%;
    background-size: 12px;
}

.menu li.on {
    height: 34px;
    margin-bottom: 5px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.menu li.on a {
    line-height: 34px;
    color: #fff;
    background-color: #111;
    background-image: url("../other/bookmark-hl.svg");
}

.qrcode {
    width: 200px;
    margin: 60px auto 0px;
}

.qrcode img {
    width: 100%;
}

/* 顶部固定导航栏 */
#top-icon {
    width: 1920px;
    height: 60px;
    position: fixed;
    z-index: 999;
    background-color: #FFF;
    border-bottom-style: solid;
    border-color: #ffffff;
    margin: 0 auto;
    left: 50%;
    margin-left: -960px;
}

.nav_logo {
    position: absolute;
    left: 129px;
    top: 8px;
}

.nav_logo p {
    font-size: 31px;
    font-family: 'dbsjt';
    float: left;
    background-image: -webkit-linear-gradient(left, #770808, #ff0000 25%, #770808 50%, #ff0000 75%, #770808);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 2s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.nav_icons {
    position: absolute;
    top: 5px;
    right: 330px;
    z-index: 20;
}

.nav_icons ul li {
    float: left;
    margin: 0 20px;
}

.nav_icons ul li a {
    display: block;
    width: 36px;
    position: relative;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
}

.nav_icons ul li a span:hover {
    opacity: 0.6;
}

.nav_icons ul li a span {
    display: block;
    margin: 0 auto 5px;
    height: 29px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.nav_icons ul li a span.icon-news {
    width: 27px;
    background-position: 0 0;
}

.nav_icons ul li a span.icon-weixin {
    width: 35px;
    background-position: -51px 0;
}

.nav_icons ul li a span.icon-weibo {
    width: 35px;
    background-position: -104px 0;
}

.nav_icons ul li a span.icon-qq {
    width: 28px;
    background-position: -159px 0;
}

.nav_icons ul li a span.icon-kf {
    width: 37px;
    background: url(../images/icon_kf.png) center top no-repeat;
}

.nav_icons ul li a span.icon-ds {
    width: 87px;
    background: url(../images/iconlogo.png) center top no-repeat;
}

.nav_icons ul li a span.icon-music-play {
    width: 28px;
    background-position: -208px 0;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

.nav_icons ul li a span.icon-music-pasue {
    width: 28px;
    background-position: -253px 0;
}

.nav_icons ul li a:hover div {
    display: block;
}

.nav_icons ul li a div {
    display: none;
    position: absolute;
    top: 90px;
    left: -91px;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

.nav_icons ul li a div:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -24px;
}

.nav_icons ul li a div img {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
}

.nav_icons ul li a div em {
    font-size: 16px;
    color: #1e1a1c;
    text-align: center;
    font-style: normal;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.beat {
    width: 90px !important;
}

/* 内容区域 */
.content {
    margin-left: 312px;
    padding: 50px 80px;
    width: calc(1920px - 312px - 160px); /* 基于1920px计算宽度 */
}

.main {
    width: 1094px;
    margin-bottom: 50px;
    font-size: 20px;
}

.main p {
    margin: 10px 0;
    font-size: 20px;
}

.main .vm {
    max-width: 1600px;
    margin-bottom: 30px;
}

.hr {
    padding: 0px 0;
    font-weight: bold;
}

.hra {
    padding: 0px 0;
    font-weight: bold;
}

/* 下载按钮 */
#gonggao {
    width: 1080px;
    height: 237px;
    position: absolute;
    left: 55%;
    margin-left: -595px;
    z-index: 1500;
}

#downloada {
    float: left;
    width: 1200px;
    height: 637px;
    overflow: hidden;
    margin-right: 200px;
    margin-top: -110px;
    margin-left: 0px;
}

#downloada .btn_downa {
    float: left;
    width: 328px;
    height: 100px;
    position: relative;
    text-indent: -9999em;
    background: url("../images/fast_down1.png") left bottom no-repeat;
    display: block;
    margin-top: 0px;
}

#downloada .btn_downa:hover {
    background: url("../images/fast_down1_hover.png") left top no-repeat;
}

#downloada .btn_downb {
    float: left;
    width: 328px;
    height: 100px;
    position: relative;
    text-indent: -9999em;
    background: url("../images/fast_down2.png") left bottom no-repeat;
    display: block;
    margin-left: 0px;
}

#downloada .btn_downb:hover {
    background: url("../images/fast_down2_hover.png") left top no-repeat;
}

#downloada .btn_downc {
    float: left;
    width: 328px;
    height: 100px;
    position: relative;
    text-indent: -9999em;
    background: url("../images/fast_down3.png") left bottom no-repeat;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
}

#downloada .btn_downc:hover {
    background: url("../images/fast_down3_hover.png") left top no-repeat;
}

/* 免责声明 */
.disclaimer {
    width: 750px;
    font-size: 14px;
    font-weight: bold;
}

.disclaimer p {
    margin: 30px 0;
}

/* 底部 */
.footer {
    margin-left: 312px;
    padding: 20px 80px;
    background: #eee;
    width: calc(1920px - 312px - 160px);
}

.footer p {
    margin: 4px 0;
}

/* 原有游戏页面样式（保留） */
.bigcontainer {
    width: 100%;
    background: #000;
    top: -110px;
    position: relative;
}

.test {
    border: 1px solid red;
}

.fl {
    float: left;
}

.cl {
    clear: both;
}

.bl {
    display: block;
}

.ab {
    position: absolute;
    left: 431px;
    top: 0px;
}

.rl {
    position: relative;
}

.topcontainer {
    width: 1920px;
    height: 1079px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_01.jpg) no-repeat center;
    background-position: -0px -0px;
}

.animatetop {
    width: 1920px;
    height: 1080px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.agetip {
    width: 710px;
    position: absolute;
    left: 50%;
    margin-left: -355px;
    bottom: auto;
    top: 664px;
    z-index: 100000;
}

.agetip ._ageimg {
    display: block;
    width: 79px;
    height: 102px;
    margin-top: 40px;
    float: left;
}

.agetip ._down {
    margin: 0 16px;
    background: url(../images/icon32.png) no-repeat center center;
    padding: 14px 17px 13px 15px;
    overflow: hidden;
    float: left;
}

.agetip ._down ._downa {
    float: left;
    width: 137px;
    height: 138px;
    cursor: pointer;
}

.agetip ._down ._downa img {
    width: 137px;
    height: 138px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.agetip ._down ._downa:hover img {
    transform: scale(1.03);
}

.agetip ._down p {
    padding: 12px 17px 0 17px;
    float: left;
}

.agetip ._down ._xza {
    width: 180px;
    height: 53px;
    background: url(../images/icon05.png) no-repeat center center;
    font-size: 16px;
    color: #fff;
    line-height: 53px;
    display: block;
    text-indent: 51px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.agetip ._down ._xza:hover {
    transform: scale(1.03);
}

.agetip ._down ._xza.icon2 {
    background: url(../images/icon06.png) no-repeat center center;
    margin-top: 6px;
}

.btn:hover {
    background-color: #0056b3;
}

.topcontainer .topnavs {
    width: 616px;
    height: 30px;
    left: 50%;
    margin-left: -41px;
    top: 23px;
    position: absolute;
}

.topcontainer .topnavs .nav {
    width: 112px;
    height: 30px;
    position: absolute;
}

.topcontainer .topnavs .nav1 {
    margin-left: 0px;
}

.topcontainer .topnavs .nav2 {
    margin-left: 167px;
}

.topcontainer .topnavs .nav3 {
    margin-left: 335px;
}

.topcontainer .topnavs .nav4 {
    margin-left: 503px;
}

.topcontainer .navs {
    width: 938px;
    height: 263px;
    left: 50%;
    margin-left: -471px;
    top: 836px;
    position: absolute;
}

.topcontainer .navs .nav {
    width: 177px;
    height: 178px;
    position: absolute;
}

.topcontainer .navs .nav1 {
    margin-left: 0px;
    top: 86px;
}

.topcontainer .navs .nav2 {
    margin-left: 255px;
    top: 35px;
}

.topcontainer .navs .nav3 {
    margin-left: 508px;
    top: 0px;
}

.topcontainer .navs .nav4 {
    margin-left: 761px;
    top: 7px;
}

.topcontainer .navs .nav:hover {
    cursor: pointer;
}

.gameIntro {
    width: 1920px;
    height: 928px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_gameintro.jpg) no-repeat center;
}