* {
  margin: 0;
  padding: 0;
}
body {
  background: #252525;
  background-size: cover;
}
.container {
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
}
.container .content {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 99;
  height: auto;
}
.container .content .pic_01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.container .content .pic_01 img {
  width: 100%;
  display: block;
}
.container .pop_lump {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
}
.container .pop_lump .pop {
  width: 5.5rem;
  height: 3rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.container .pop_lump .pop img {
  width: 100%;
}
.container .pop_lump .pop .close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: -0.7rem;
  right: 0.05rem;
}
.container .pop_lump .pop .close img {
  width: 100%;
}
.container .copy_lump {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
}
.container .copy_lump .pop {
  width: 6.5rem;
  height: 8.3rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #292929;
  border-radius: 0.12rem;
}
.container .copy_lump .pop .table {
  position: relative;
  margin: 0 auto;
  padding: 0.3rem;
}
.container .copy_lump .pop .table .download {
  text-align: center;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.6rem;
  font-size: 0.28rem;
  color: #000;
  background: linear-gradient(to bottom, #ffd698, #ffad71, #ff7d43);
}
.container .copy_lump .pop .table > h3 {
  color: #fff;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.container .copy_lump .pop .table > h4 {
  color: #7f7f7f;
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.container .copy_lump .pop .table #num01text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #ffccaa;
  text-shadow: 0 0 5px #ff9966, 0 0 10px #ff6633, 0 0 20px #ff3300, 0 0 40px #ff0000;
  letter-spacing: 0.02rem;
  font-family: 'Arial', sans-serif;
}
.container .copy_lump .pop .table .ele {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  background: #1a1a1a;
  gap: 0.1rem;
}
.container .copy_lump .pop .table .ele span {
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.container .copy_lump .pop .table .ele span img {
  width: 0.4rem;
}
.container .copy_lump .pop .table .ele span:last-child {
  width: 1rem;
}
.container .copy_lump .pop .table .ele span:last-child img {
  width: 100%;
}
.container .copy_lump .pop .table .ele > div {
  background: #292929;
  width: 90%;
  height: 0.6rem;
  border-radius: 0.6rem;
  margin: 0.1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
  font-weight: normal;
  border: 0.01rem solid #3d3d3e;
}
.container .copy_lump .pop .table .ele > div span:last-child {
  width: 0.8rem;
}
.container .copy_lump .pop .table .ele > div span:last-child img {
  width: 100%;
}
.container .copy_lump .pop .table .ele .first {
  background: #513e2b;
  border: 0.01rem solid #ca9a76;
  box-shadow: 0 0 0.1rem #ca9a76;
}
.container .copy_lump .pop .close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: -0.4rem;
  right: 0.15rem;
}
.container .copy_lump .pop .close img {
  width: 100%;
}
.container .copy-tip {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  display: none;
  z-index: 9999;
  font-size: 16px;
}
