
html {
  font-size: 100px;
}
/* 移动端常用reset.css (文字版本) */
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
ossweb-img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
a,
ossweb-img,
input {
  border: none;
}
body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: black;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
/* reset */
#afooter {
  background: #000;
  padding: 0.2rem 0;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
}
/* 公用底部组件 */

.wrap{
  position: relative;
}

.header{
height: 5.66rem;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/bg1.jpg) no-repeat center;
background-size:100% 100%;
position: relative;
overflow: hidden;
box-sizing: border-box;
}

.cover{
width: 100%;
height: 16.34rem;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/caidai.png) no-repeat center;
background-size:100% 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999;
pointer-events: none;
}


.inner{
height: 51.64rem;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/bg2.jpg) no-repeat center;
background-size:100% 100%;
overflow: hidden;
box-sizing: border-box;
margin-top: -0.03rem;
}

.logo{
  display: block;
width:1.48rem ;
height:1.04rem ;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/logo.png) no-repeat center;
background-size:100% 100%;
position: absolute;
top: 0.15rem;
left: 0.1rem;
}

.sub-time{
    width:5.21rem;
  height:0.33rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/sub-time.png) no-repeat;
  background-size:100% 100%;
  margin: 0 auto;
  margin-top: 5.06rem;
  font-size: 0.18rem;
  color:#ffe5d6;
  line-height: 0.33rem;
  text-align: center;
}
/* head结束 */

/* inner */
.inner-title{
width: 6.55rem;
height:0.48rem ;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/title.png) no-repeat;
  background-size:100% 100%;
  margin: 0 auto;
  margin-top: 0.52rem;
  text-indent: -9999rem;
}

.inner-text{
width: 100%;
text-align: center;
margin-top: 0.2rem;
font-size: 0.2rem;
line-height: 0.3rem;
color: #d5f4ff;
}

.inner-show{
width: 4.82rem;
height: 3.45rem;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/box.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: 0.3rem;
}

.cell-table{
width: 6.1rem;
margin: 0 auto;
margin-top: 0.35rem;
text-align: center;
box-sizing: border-box;

}
table{
  border-collapse: collapse;
  box-sizing: border-box;
}

.cell-table th{
  height: 0.55rem;
  color: #2f261b;
  font-size: 0.22rem;
  background: rgb(185,141,79);
  border: 0.01rem solid #967D65;
  box-sizing: border-box;
}

.t-box th:nth-child(1){
  width: 1.3rem;
}
.t-box th:nth-child(2){
width: 2.44rem;

}

.t-box th:nth-child(3){
width: 1.33rem;
}

.t-box th:nth-child(4){
width: 1.03rem;
}

.cell-table td{
    height: 0.7rem;
  background:#F4E7D4;
  font-size: 0.18rem;
  color: #963b0e;
  border: 0.01rem solid #967D65;
  box-sizing: border-box;
  line-height: 0.24rem;
}

.cell-table td:nth-child(2){
  padding-top: 0.2rem;
padding-bottom: 0.2rem;
box-sizing: border-box;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
}

.show-box{
width: 6.09rem;
height: 6.97rem;
background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/bg-box.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: 0.3rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.show-box div{
  width: 1.20rem;
  height: 2.21rem;
  box-sizing: border-box;
  position: relative;
}
.show-box img{
  display: block;
  position: absolute;
  bottom: 0.5rem;
  transform: translate(-50%);
  left: 50%;
}


.name{
position: absolute;
top: 1.8rem;
width: 100%;
text-align: center;
font-size: 0.18rem;
line-height: 0.24rem;
}

.center-box{
  width: 4.8rem !important;
  margin: 0 auto;
 display: flex;
}

.inner-box2{
  background: url(https://game.gtimg.cn/images/dnf/cp/a20220421suit/m/title1.png) no-repeat;
  background-size: 100% 100%;
}

.text1{
  width: 6.7rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0.2rem;
  line-height: 0.30rem;
  padding-left: 0.5rem;
  text-align: left !important;
}

.text1 p{
  margin-bottom: 0.1rem;
}