body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: .12rem/1.5 tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em,
b {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

html {
    width: 100%;
    height: 100vh;
}

body {
    background: #162158;
    width: 100%;
    height: 100vh;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ul,
ol {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

.c:before,
.c:after {
    content: "";
    display: table;
}

.c:after {
    clear: both;
}

.pr {
    position: relative;
}


#afooter {
    padding: .3rem 0;
    text-align: center;
    font-size: .2rem;
    line-height: .2rem;
    background-color: #000;
    color: #c0c0c0;
}

#afooter a,
#afooter a:hover {
    color: #c0c0c0;
    text-decoration: none;
}

@font-face {
    font-family: 'SOURCEHANSERIFCN-HEAVY';
    src: url(https://game.gtimg.cn/images/dnf/cp/a20250807version/SOURCEHANSERIFCN-HEAVY.ttf);
}

.wrap {
    background: url(https://game.gtimg.cn/images/dnf/cp/a20250807version/m/bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 14.74rem;
}

.top-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
}

.logo {
    background: url(https://game.gtimg.cn/images/dnf/cp/a20250807version/logo.png) no-repeat;
    background-size: 100% 100%;
    width: 4.57rem;
    height: .89rem;
    display: block;
    margin-left: .5rem;
    display: none;
}


.back-home {
    background: url(https://game.gtimg.cn/images/dnf/cp/a20250807version/m/back.png) no-repeat;
    background-size: 100% 100%;
    width: 1.88rem;
    height: .36rem;
    display: block;
    position: absolute;
    top: .45rem;
    right: .2rem;
}

.subtitle {
    background: url(https://game.gtimg.cn/images/dnf/cp/a20250807version/m/subtitle.png) no-repeat;
    background-size: 100% 100%;
    width: 7.5rem;
    height: .4rem;
    margin: 11.3rem auto 0;
}

.btns {
    width: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: .4rem auto 0;
}

.btn {
    background: url(https://game.gtimg.cn/images/dnf/cp/a20250807version/btn1.png) no-repeat;
    background-size: 100% 100%;
    width: 3.49rem;
    height: .59rem;
    display: block;
    position: relative;
    text-align: center;
    line-height: .6rem;
    font-size: .24rem;
    transition: transform 1s ease;
    font-family: 'SOURCEHANSERIFCN-HEAVY';
    margin: .1rem;
}

.btn span {
    color: #eff7ff;
    background: linear-gradient(to bottom, #eff7ff 20%, #a1ddff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scaleY(1.1);
    display: block;
}