/* 移动端常用reset.css (无文字版本) */


/* reset */

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

a,
img,
input {
    border: none;
}

body {
    font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none
}

a,
img {
    -webkit-touch-callout: none;
    /* 禁止长按链接与图片弹出菜单 */
}

html,
body {
    -webkit-user-select: none;
    /* 禁止选中文本（如无文本选中需求，此为必选项） */
    user-select: none;
}

.wrap {
    width: 7.5rem;
    /*height: 23.2rem;*/
    padding-bottom: 0.6rem;
    background: #2a1426 url('https://game.gtimg.cn/images/dnf/cp/a20220922express/bg03.jpg') no-repeat;
    background-size: 100% auto;
}

.head {
    width: 100%;
    height: 4.94rem;
    position: relative;
}

.logo {
    display: block;
    width: 1.73rem;
    height: 1.19rem;
    background: url('https://game.gtimg.cn/images/dnf/cp/a20220922express/logo-m.png') no-repeat;
    background-size: 100% auto;
    top: .08rem;
    left: .07rem;
}

.act-time {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffa7b1;
    font-size: .2rem;
    /*text-shadow: 0 -5px 10px #eee;*/
}


/* content */

.content-box {
    /*height: 17.9rem;*/
    padding-bottom: 0.6rem;
    width: 100%;
    background: url('https://game.gtimg.cn/images/dnf/cp/a20220922express/box-m.png') no-repeat;
    background-size: 100% 100%;
    padding-top: .8rem;
    box-sizing: border-box;
}

.part1,
.part2,
.part3 {
    padding-top: .3rem;
}

.title {
    background: url('https://game.gtimg.cn/images/dnf/cp/a20220922express/title_bg.png') no-repeat;
    background-size: 100% auto;
    background-position-y: center;
    width: 6.89rem;
    height: .33rem;
    margin: .2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title img {
    width: 1.41rem;
}

.part1 p {
    width: 80%;
    margin: .15rem auto;
    font-size: .2rem;
    color: #fed5ff;
    text-align: center;
}

.part1 .part1-box {
    width: 4.83rem;
    height: 5.7rem;
    margin: 0 auto;
    background: url('https://game.gtimg.cn/images/dnf/cp/a20220922express/bg02.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .1rem;
}

.part1-box img {
    width: 4.59rem;
    /*height: 5.27rem;*/
}

.part2 table {
    margin: .2rem auto;
    width: 85%;
    border-collapse: collapse;
}

.part2 table th {
    padding: .15rem 0;
    font-size: .2rem;
    color: #fed5ff;
}

.part2 table td {
    color: #f2caff;
    font-size: .2rem;
    padding: .1rem 0;
}

.part2 table thead tr {
    background-color: #694077;
}

.part2 table tbody tr:nth-child(2n) {
    background-color: #442a4c;
}

.part2 table tbody tr:nth-child(2n-1) {
    background-color: #331e3a;
}

.part2 table tbody td {
    border: 1px solid #694077;
}

.part2 table th,
.part2 table td {
    text-align: center;
    vertical-align: middle
}

.part3-nr {
    margin-top: .2rem;
}

.part3 p {
    font-size: .2rem;
    color: #fed5ff;
    width: 70%;
    margin: 0 auto;
    position: relative;
    padding-left: 0.2rem;
}
.part3 p em {
    position: absolute;
    left: 0;
    font-style: normal;
}


/*foot*/

.foot {
    font-size: 0.20rem;
    color: #cccccc;
    text-align: center;
    background: #000000;
    padding: 0.18rem 0 0.18rem 0;
    line-height: 0.30rem;
}