* {
  margin: 0;
  padding: 0;
}
canvas {
  position: absolute;
  /*设置定位*/
  top: 0;
  left: 0;
  z-index: -6;
  opacity: 1;
}
.container {
  background: url("img/pic_01.png") no-repeat top center #A70008;
  background-size: contain;
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
}
.container .content {
  width: 7.5rem;
  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 .top_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.24rem;
}
.container .content .pic_01 .top_button > img:first-child {
  width: 1.86rem;
  height: auto;
  margin: unset;
  margin-left: 0.45rem;
}
.container .content .pic_01 .top_button > img:last-child {
  width: 1.85rem;
  height: auto;
  margin: unset;
  margin-right: 0.45rem;
}
.container .content .pic_01 img {
  display: block;
  width: 6.27rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.75rem;
}
.container .content .h5-popular-list01 {
  margin-bottom: 0.15rem;
}
.container .content .h5-popular-list01 img {
  width: 90%;
  display: block;
}
.container .content .h5-popular-list02 img {
  width: 90%;
  display: block;
}
.container .content .table {
  position: relative;
  width: 6.77rem;
  margin: 0 auto;
  margin-top: 0.96rem;
}
.container .content .table img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.container .content .table .btn-apply-now {
  display: block;
  width: 5.4rem;
  height: 0.8rem;
  margin: 0.3rem auto 0;
  border: none;
  border-radius: 0.4rem;
  font-size: 0.32rem;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(90deg, #F7C46B 0%, #FFE58C 47%, #F7C46B 100%);
  color: #8B0000;
  letter-spacing: 0.04rem;
  animation: scale 1.5s infinite;
}
/* 表单区域双按钮 */
.container .content .table_02 .form-btn-group {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.4rem;
}
.container .content .table_02 .form-btn-group .btn {
  flex: 1;
  margin-top: 0;
}
.container .content .table_02 .form-btn-group .btn-reg {
  background: linear-gradient(90deg, #E8302A 0%, #FF5C57 47%, #E8302A 100%);
  color: #fff;
}
.container .content .table_02 {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
}
.container .content .table_02 .form_container {
  position: absolute;
  width: 5.7rem;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  margin: auto;
  line-height: 40px;
}
.container .content .table_02 .label {
  color: white;
  font-size: 0.23rem;
  margin: 0.2rem 0 0.1rem;
  opacity: 0.8;
  display: block;
  height: 0.05rem;
  line-height: 15px;
}
.container .content .table_02 .input-box {
  width: 5.3rem;
  height: 0.75rem;
  border-radius: 0.1rem;
  border: none;
  padding: 0 0.2rem;
  font-size: 0.22rem;
  outline: none;
  background: #fff;
  color: #666;
}
.container .content .table_02 .input-box::placeholder {
  color: #888;
}
.container .content .table_02 .btn {
  margin-top: 0.4rem;
  width: 100%;
  height: 0.75rem;
  border-radius: 0.1rem;
  border: none;
  font-size: 0.3rem;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(90deg, #F7C46B 0%, #FFE58C 47.12%, #F7C46B 100%);
  color: #000;
}
.container .content .table_02 .btn:active {
  opacity: 0.9;
}
.container .content .table_02 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.container .content .table_03 {
  position: relative;
  width: 6.91rem;
  margin: 0.1rem auto;
  margin-bottom: 0.35rem;
}
.container .content .table_03 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
/* 活动规则 */
.container .content .rules-section {
  width: 6.6rem;
  margin: 0.2rem auto 0.5rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.2rem;
  padding: 0.3rem;
  border: 1px solid rgba(247, 196, 107, 0.3);
}
.rules-title {
  text-align: center;
  color: #F7C46B;
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  letter-spacing: 0.04rem;
}
.rules-list {
  padding-left: 0.36rem;
  margin: 0;
}
.rules-list li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.2rem;
  line-height: 1.8;
}

.container .content .table_04 {
  position: relative;
  width: 7.08rem;
  margin: 0.1rem auto;
  margin-bottom: 0.35rem;
}
.container .content .table_04 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.container .content .btn_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7.5rem;
  height: 1.25rem;
  margin: auto;
  z-index: 99;
  background: url("img/bottom.png") no-repeat;
  background-size: cover;
}
.container .content .btn_bottom img {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  display: block;
  width: 2.51rem;
  height: 0.74rem;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.65);
  }
  to {
    transform: scale(1);
  }
}
.kf {
  position: fixed;
  top: 25%;
  right: 0.2rem;
  z-index: 99;
}
.kf img {
  width: 1.3rem;
  height: 1.3rem;
}
.kf02 {
  position: fixed;
  top: calc(25% + 1.6rem);
  right: 0.2rem;
  z-index: 99;
}
.kf02 img {
  width: 1.3rem;
  height: 1.3rem;
}
.kf03 {
  position: fixed;
  top: calc(25% + 3.2rem);
  right: 0.2rem;
  z-index: 99;
}
.kf03 img {
  width: 1.3rem;
  height: 1.3rem;
}

/* ================================================================
   PC 适配（≥768px）— 居中展示 + 背景填充
   ================================================================ */
@media (min-width: 768px) {
  body {
    background: #6a0010;
  }
  .container {
    max-width: 750px;
    border-radius: 0;
    box-shadow: 0 0 60px rgba(0,0,0,.3);
  }
  /* 悬浮按钮固定像素，紧贴内容区右侧 */
  .kf, .kf02, .kf03 {
    right: calc(50% - 375px - 80px);
  }
  .kf img, .kf02 img, .kf03 img {
    width: 60px;
    height: 60px;
  }
  /* 表单输入框PC端加大 */
  .container .content .table_02 .input-box {
    height: 0.7rem;
    font-size: 0.24rem;
  }
  .container .content .table_02 .btn {
    height: 0.7rem;
    font-size: 0.28rem;
  }
  .container .content .table_02 .label {
    font-size: 0.22rem;
    line-height: 18px;
  }
}

/* 大屏（≥1200px）悬浮按钮位置调整 */
@media (min-width: 1200px) {
  .kf, .kf02, .kf03 {
    right: calc(50% - 375px - 100px);
  }
  .kf img, .kf02 img, .kf03 img {
    width: 68px;
    height: 68px;
  }
}
