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;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  padding-top: 0 !important;
  width: 100%;
  overflow-x: hidden;
  font-size: 0.24rem;
}

.footlink {
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
}

.footlink li {
  padding: 0.1rem 0.2rem;
}

.footlink a {
  color: #666;
  font-size: 0.28rem;
}

#afooter {
  background: #000;
  color: #bfbfbf;
  text-align: center;
  font-size: 0.2rem;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.pop-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}

.pop-content.show {
  animation: pop 0.3s linear forwards;
}

.pop-close {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url("//game.gtimg.cn/images/cr/web2023/spr.png") no-repeat;
  background-size: 1.85rem 1.72rem;
  background-position: -0.83rem -0.83rem;
  top: -0.4rem;
  right: 0;
  transition: all 0.3s;
  position: absolute;
  transform: scale(1.1);
}

#pop-video .pop-content {
  padding: 0.1rem;
  border: 1px solid #77672b;
}

.video-publicity {
  width: 6rem;
  height: 4rem;
  border: 1px solid #f2cb81;
  box-sizing: border-box;
}

.pop-content .sj {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.2rem solid #f2cb81;
  border-right: 0.2rem solid transparent;
  position: absolute;
  z-index: 10;
}

.pop-content .sj:nth-child(1) {
  left: 0.15rem;
  top: 0.15rem;
}

.pop-content .sj:nth-child(2) {
  top: 0.15rem;
  right: 0.13rem;
  transform: rotate(90deg);
}

.pop-content .sj:nth-child(3) {
  right: 0.13rem;
  bottom: 0.15rem;
  transform: rotate(180deg);
}

.pop-content .sj:nth-child(4) {
  left: 0.15rem;
  bottom: 0.15rem;
  transform: rotate(-90deg);
}
