/*PC端*/
/*M端*/
@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/MONTSERRAT-BOLD.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/MONTSERRAT-REGULAR.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat ExtraBold';
  src: url('../fonts/MONTSERRAT-EXTRABOLD.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.gradient-orange {
  background: linear-gradient(135deg, #ff6b00 0%, #ff9e40 100%);
}
@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.b-lazy {
  background-position: center;
  background-size: cover;
}
.container-fluid {
  padding-top: 0;
}
.container-fluid .layui-transparent {
  background: transparent;
  border-radius: 0.25rem;
}
.container-fluid .layui-transparent .layui-layer-setwin {
  right: 0;
  top: 0;
}
.container-fluid .layui-transparent .layui-layer-setwin .layui-layer-close2 {
  top: 0.28rem;
  right: 0.28rem;
}
.container-fluid .layui-transparent .layui-layer-setwin .layui-layer-close2:hover {
  background-position: -149px -31px;
}
.lucky-draw-container {
  max-width: 7.5rem;
  margin: 0 auto;
  padding: 0.75rem 0.7rem;
  height: 14.6rem;
  position: relative;
  overflow: hidden;
  background-image: url(../image/whatsapp-draw/bg.jpg?v=c2a3fb3265);
  background-size: cover;
}
.lucky-draw-title {
  margin-bottom: 0.5rem;
}
.lucky-draw-title .nexa-text {
  width: 2.74rem;
  height: 0.73rem;
  display: block;
  margin-bottom: 0.1rem;
}
.lucky-draw-title .lucky-spin-text {
  width: 4.69rem;
  height: 0.63rem;
  display: block;
}
.lucky-draw-note {
  margin-bottom: 0.45rem;
}
.lucky-draw-note p {
  font-family: 'Montserrat Regular', sans-serif;
  font-size: 0.26rem;
  color: #db7605;
  line-height: 0.3rem;
  margin: 0;
}
.lucky-draw-wheel-container {
  margin-bottom: 0.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
}
.lucky-draw-wheel-container .wheel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 1.4rem;
  height: 1.64rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.lucky-draw-wheel {
  width: 5.76rem;
  height: 5.76rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.lucky-draw-wheel .wheel-section {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  transform-origin: bottom right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.lucky-draw-wheel .wheel-section .prize-image {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 10px;
  transform: rotate(-45deg);
}
.lucky-draw-wheel .wheel-section .merch-bundle {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-45deg);
}
.lucky-draw-wheel .wheel-section .merch-bundle .merch-image {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 5px;
}
.lucky-draw-wheel .wheel-section .prize-text {
  font-family: 'Montserrat Bold', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transform: rotate(-45deg);
  text-align: center;
  word-wrap: break-word;
}
.phone-input-container {
  display: flex;
  justify-content: center;
  gap: 0.06rem;
  margin-bottom: 0.5rem;
}
.phone-input-container .phone-input {
  flex: 0 0 auto;
  padding: 0.15rem 0.1rem;
  border: none;
  border-radius: 0.12rem;
  font-size: 0.16rem;
  width: 4.2rem;
  height: 0.6rem;
  font-family: 'Montserrat Regular', sans-serif;
  line-height: 0.58rem;
  background-color: #ffce96;
}
.phone-input-container .phone-input::-webkit-input-placeholder {
  color: #c57b27;
}
.phone-input-container .confirm-btn {
  width: 1.15rem;
  height: 0.6rem;
  flex: 0 0 auto;
  background: #ff8700;
  color: #ffffff;
  border: none;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-family: 'Montserrat Bold', sans-serif;
  cursor: pointer;
  line-height: 0.58rem;
  text-align: center;
}
.phone-input-container .confirm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.spin-btn {
  height: 0.8rem;
  width: 5.4rem;
  font-family: "Montserrat ExtraBold";
  background: #ff8700;
  color: #ffffff;
  border-radius: 50px;
  font-size: 0.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  border: none;
  display: block;
}
.spin-btn:hover:not(:disabled) {
  background: #ff8700;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.spin-btn:disabled {
  background: #cccccc;
  color: #666666;
  border-color: #cccccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.spin-btn.spinning {
  animation: pulse 1s infinite;
}
.modal {
  width: 6.1rem;
  height: 9.34rem;
  background-size: cover;
  position: relative;
  text-align: center;
  display: none;
}
.modal .modal-img {
  width: 4.65rem;
  height: 5.49rem;
  margin-top: 2.1rem;
}
.modal .modal-btn {
  font-size: 0.34rem;
  font-family: "Montserrat ExtraBold";
  color: #ffffff;
  background-color: #ff8700;
  width: 3.8rem;
  height: 0.7rem;
  text-align: center;
  border-radius: 0.35rem;
  cursor: pointer;
  line-height: 0.7rem;
  margin: 0.34rem auto 0;
}
.modal .close {
  display: inline-block;
  font-size: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0.15rem 0 1.5rem;
}
.modal .modal-content {
  position: relative;
}
.modal .modal-content form {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  width: 4.22rem;
  margin: 0 auto;
  padding-top: 2.18rem;
}
.modal .modal-content form .form-group {
  width: 100%;
}
.modal .modal-content form .form-group .form-control {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0.15rem;
  border: 0.01rem solid #ffffff;
  border-radius: 0.12rem;
  font-size: 0.18rem;
  font-family: 'Montserrat Regular', sans-serif;
  background-color: #ffce96;
  color: #333333;
  box-sizing: border-box;
}
.modal .modal-content form .form-group .form-control::-webkit-input-placeholder {
  color: #c57b27;
}
.modal .modal-content form .form-group .form-control:read-only {
  background-color: #ffce96;
  cursor: not-allowed;
}
.modal .modal-content form .submit-btn {
  margin-top: 0.34rem;
  padding: 0.2rem;
  background: #ff8700;
  color: #ffffff;
  border: none;
  border-radius: 0.35rem;
  font-size: 0.24rem;
  font-family: 'Montserrat Bold', sans-serif;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.modal .modal-content form .submit-btn:hover {
  background: #cc6c00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .container-fluid {
    padding-top: 1rem;
  }
}
