.page-content {
  width: 100vw;
  /* height: 100vh; */
  background-image: url(../image/bg.jpg);
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 1.875rem;
}

.content-top {
  /* height:20vh; */
  text-align: center;
  margin-bottom: 1.875rem;
}

.titlebox {
  padding-top: 2.2rem;
  margin-bottom: .5rem;
}

.content-top .titleone {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .125rem;
  margin-bottom: .3rem;
}

.content-top .titletwo {
  font-size: 3.2rem;
  color: #cf1b24;
  /* font-family: fangsong; */
  letter-spacing: 1.25rem;
  font-weight: 800;
}

.middle-cntent {
  width: 100%;
  height: 28vh;
  display: flex;
  justify-content: center;
}

.middle-cntent-item {
  padding: 0 1rem;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
}


.item-type {
  font-weight: 500;
  font-size: 1.8rem;
  background-image: url(/assets/image/xiaoquan.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 6px;

}

.dianbox {
  width: 100%;
  display: flex;
  justify-content: space-around;

}

.cesuanbtn {
  width: 12.5rem;
  font-size: 1.625rem;
  margin: 0 auto;
  color: #ffffff;
  padding: .125rem .625rem;
  text-align: center;
  background-color: #cf1b24;
  border-radius: 10px;
  margin-top: 8px;
  border: 1px solid black;
  animation: btnAnimate 1.5s linear infinite;
  -webkit-animation: btnAnimate 1.5s linear infinite;
}

.dianbox .diandian {
  display: inline-block;
  width: .4rem;
  height: .3125rem;
  background-color: #cf1b24;
}

.dianbox p {
  font-size: .875rem;
}

/* -------------------------- */
.content-box {
  display: flex;
  justify-content: space-around;
}

.banxin {
  width: 94vw;
  margin: 0 auto;
}

.muban-box {
  margin-top: 1.4rem;
}

.title-content {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 1.25rem;
  color: #cf1b24;
}

.text-content {
  margin-top: .5rem;
}

.text-content .text-content-title {
  color: #cf1b24;
  font-size: 1.2rem;
  padding-bottom: .3125rem;
  font-weight: 800;
}

.text-content .text-content-text {
  font-size: 1.1rem;
  color: #151513;
  line-height: initial;
  font-weight: 400;
  letter-spacing: .075rem;
  line-height: unset;
}

.reddian {
  width: .6rem;
  height: .4rem;
  background-color: #cf1b24;
}

.redlitle {
  font-size: 1rem;
  font-weight: 800;
  color: #cf1b24;
}

.baibox {
  /* width: 5rem; */
  /* padding: 0 .625rem;
  box-sizing: border-box; */
  /* height: 5rem; */
  /* background-color: #ffffff; */
}

@keyframes btnAnimate {
  0% {
    transform: scale(.85);
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(.85);
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
  }
}

.paybtn {
  color: #ffffff;
  padding: .125rem .625rem;
  text-align: center;
  background-color: #cf1b24;
  border-radius: 10px;
  margin-top: 8px;
  border: 1px solid black;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  animation: btnAnimate 1.5s linear infinite;
  -webkit-animation: btnAnimate 1.5s linear infinite;
}

/* /--------------------------/ */
.hiden {
  display: none;
}

.block {
  display: block;
}


/* 顶部动画 */
.top_gd {
  background-color: #28160e;
  width: 100%;
  /* max-width: 450px; */
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  position: fixed;
  z-index: 999;
  top: 0;
}

.top_notice {
  overflow: hidden;
  color: hsla(0, 0%, 100%, .4);
  white-space: nowrap;
  position: absolute;
  animation: noticeBar 20s linear infinite;
  letter-spacing: 1.5px;
}

/* /---------------- */

/* 转盘 */
ul.plate li:nth-child(1) {
  left: 16%;
  top: 0;
  width: 14rem;
  height: 14rem;
  background-image: url(/assets/image/plate01.png);
  animation: plate1 10s linear infinite;
  -webkit-animation: plate1 10s linear infinite;



}

ul.plate li:nth-child(2) {
  left: 6.5rem;
  top: 2.89rem;
  width: 8rem;
  height: 8rem;
  background-image: url(/assets/image/plate02.png);
  animation: plate3 10s linear infinite;
  -webkit-animation: plate3 10s linear infinite;
}

ul.plate li:nth-child(3) {
  left: 8rem;
  top: 4.3rem;
  width: 5rem;
  height: 5rem;
  background-image: url(/assets/image/plate03.png);
}

ul.plate li:nth-child(4) {
  left: 9rem;
  top: 5.43rem;
  width: 3rem;
  height: 3rem;
  background-image: url(/assets/image/plate04.png);
}

ul.plate li {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@keyframes plate1 {
  100% {
    transform: rotate(360deg);
  }

}

@keyframes plate3 {
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

/* 放大二维码 */

/* 二维码样式 */
.qr-code-container {
  text-align: center;
  margin: 30px 0;
}

.qr-code {
  width: 180px;
  height: 180px;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.qr-code:active {
  transform: scale(0.95);
}

/* 遮罩层样式 */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  touch-action: manipulation;
}

/* 放大的二维码容器 */
.enlarged-qr-container {
  position: relative;
  width: 80%;
  max-width: 300px;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 放大的二维码图片 */
.enlarged-qr {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  border: 2px solid #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}

.close-btn:active {
  transform: scale(0.9);
}

/* ---------------------------- */
.nameyuan {
  background-image: url(/assets/image/quan.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 .625rem;
}