body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
    padding: 0px;
}

body {
    font: 12px/1.5 "Hiragino Sans GB", system-ui, sans-serif;
    color: #9b9b9b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

img {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

em,
i,
b {
    font-style: normal
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #9b9b9b;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
li {
    list-style: none;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.db {
    display: block
}

.ht {
    display: block;
    overflow: hidden;
    text-indent: -999em
}

.hide {
    display: none;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #000;
}

html {
    font-size: 100px;
    /* 100px = 1rem */
}

.wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mainbox {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250710netbar/bg.jpg) center top/100% no-repeat;
    height: 14.4rem;
    box-sizing: border-box;
}

.logo {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250710netbar/logo.png) center top/cover no-repeat;
    width: 2.69rem;
    height: .79rem;
    position: absolute;
    left: .3rem;
    top: .3rem;
}

.slogan {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.content {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250710netbar/txtcontent1.png) center top / 100% no-repeat;
    width: 100%;
    aspect-ratio: 256 / 144;
    max-width: 25.6rem;
}

.dlbox {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250710netbar/rightdw.png) center top/cover no-repeat;
    width: 5.9375vw;
    height: 18.203125vw;
    position: fixed;
    top: 18.171875vw;
    right: 1.7578125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dlbox a{
    width: 5.9375vw;
    height: 5.9375vw;
    margin-bottom: .58vw;
}
.footer {
    font-family: fzshk, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    width: 100%;
    text-align: center;
    color: #9aada0;
    font-size: 0.24rem;
    line-height: 1.5;
    z-index: 20;
    position: absolute;
    transform: translateZ(100px);
}

.footer_box {
    padding: .4rem 0;
}

.footer a {
    color: #9aada0;
}

.footer a:hover {
    color: #a2561d;
}

.footer a img {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.06rem -0.06rem 0;
}

.footer .footer-logo {
    width: 11.48rem;
    height: 0.44rem;
    margin: 0.4rem auto 0;
    background: url(https://game.gtimg.cn/images/yrzx2/web202409/index/foot_logo.png) no-repeat 0 0 / contain;
}

.footer .f_line {
    opacity: .5;
}

.footer .foot_cpright {
    padding: 0;
}

.footer .foot {
    color: #9aada0;
    background: transparent;
    font-size: .24rem;
    min-width: initial;
    font-size: .24rem;
    font-family: inherit;
}

.footer .foot_links .link_map {
    font-size: .24rem;
}

.footer .foot_links .link_map span,
.footer .foot_links .link_map a {
    font-size: .24rem;
    color: #9aada0;
}

.footer .foot_lefts {
    float: none;
}

.footer .foot_links {
    display: inline;
    text-align: center;
    float: none;
    width: 100%;
    list-style: none;
}

.footer .foot_links .copyright_txt {
    font-size: .24rem;
    line-height: 1.5;
    color: #9aada0;
}

.footer .foot_bottom p {
    text-align: center;
    font-size: .24rem;
    line-height: 1.5;
    color: #9aada0;
}

.footer .foot .copyright_private {
    font-size: .24rem;
    line-height: 1.5;
    color: #9aada0;
}
.foot_links li{
    line-height: 24px !important;
}
@media (max-width: 2200px) {
    html {
      font-size: 70px; /* 屏幕较小，减小根字体大小 */
    }
}
@media (max-width: 1500px) {
    html {
      font-size: 62px; /* 屏幕较小，减小根字体大小 */
    }
}