/*初始化-----------------------------------------------------*/
html {
  font-size: 100px;
  background: #fff;
}

body,
ul,
dl,
dd,
ol,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  font: 0.2rem/1.5 'Microsoft YaHei', 'tahoma', 'arial', 'Hiragino Sans GB', '宋体', 'sans-serif';
}

img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}

em,
i {
  font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

a {
  color: #737373;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  display: block;
}

a:hover,
a:active {
  color: #fcd100;
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

body {
  font: 0.14rem/1.5 'Microsoft YaHei', 'tahoma', 'arial', 'Hiragino Sans GB', '宋体', 'sans-serif';
  color: #fff;
  background: #fff;
}

.clearfix::before {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.header {
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  height: auto;
  padding: 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
}

@media screen and (max-width: 1000px) {
  html { font-size: 95px; }
}

@media screen and (max-width: 900px) {
  html { font-size: 90px; }
}

@media screen and (max-width: 800px) {
  html { font-size: 85px; }
}

@media screen and (max-width: 700px) {
  html { font-size: 80px; }
}

@media screen and (max-width: 600px) {
  html { font-size: 75px; }
}

@media screen and (max-width: 500px) {
  html { font-size: 70px; }
}

@media screen and (max-width: 400px) {
  html { font-size: 65px; }
}

@media screen and (max-width: 300px) {
  html { font-size: 60px; }
}

button:focus {
  outline: 0;
}

.box {
  overflow: auto;
  height: 100%;
}

.image {
  width: 100%;
  height: 300px;
}

.img {
  width: 100%;
  height: 100%;
}

.middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.middle-text {
  font-size: 24px;
  color: #222222;
}

.middle-money {
  color: red;
}

.unit {
  font-size: 30px;
}

.money {
  font-size: 72px;
}

.btn {
  color: #fff;
  background-color: #F25C27;
  width: 100%;
  border: 1px solid #F25C27;
  font-size: 24px;
  height: 60px;
  border-radius: 30px;
}

.following {
  position: fixed;
  height: 65px;
  background-color: #86aefa;
  display: flex;
  bottom: 0px;
  left: 0px;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 5px;
}

.logo {
  position: absolute;
  height: 80%;
  left: 50px;
  width: 25%;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.download {
  max-width: 640px;
  margin: 0 auto;
}

.download-btn1 {
  position: absolute;
  width: 25%;
  top: 0;
  left: 5%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.download-btn2 {
  position: absolute;
  width: 25%;
  right: 5%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.following-text {
  font-size: 16px;
  color: #fff;
}

.div-btn {
  width: 70%;
  height: 60px;
}

.dis {
  display: none;
}

.room {
  color: #666;
  padding: 0 10px;
  height: 30px;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}

.room-no {
  border-radius: 2px;
  height: 30px;
  border: 1px solid #999;
  margin: 0 5px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #6a6a6a;
}

.room-item {
  display: flex;
}

.box1 {
  position: relative;
  max-height: 1400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
}

.btn1 {
  position: absolute;
  top: 10.5rem;
  width: 8rem;
  height: 3rem;
  left: 50%;
  margin-left: -4rem;
}

.btn4 {
  position: absolute;
  top: 19.5rem;
  width: 3rem;
  height: 3rem;
  left: 50%;
  margin-left: -1.5rem;
}

.btn1-img {
  width: 100%;
  height: 100%;
}

.btn2 {
  position: absolute;
  top: 41.5rem;
  width: 8rem;
  height: 3rem;
  left: 50%;
  margin-left: -4rem;
}

.btn2-img {
  width: 100%;
  height: 100%;
}

.btn4-img {
  width: 100%;
  height: 100%;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 640px;
  height: 8%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.download1 {
  width: 100%;
  height: 100%;
}

.title {
  color: #fff;
  font-size: 16px;
}

.btn3 {
  width: 110px;
  height: 40px;
}

.btn3-img {
  width: 100%;
  height: 100%;
}

.logo1 {
  width: 50px;
  height: 50px;
}

.logo-img1 {
  width: 100%;
  height: 100%;
}

.backTop {
  width: 100px;
  height: 35px;
  position: absolute;
  bottom: 65px;
}

.box-img {
  display: block;
  width: 100%;
}

.info {
  margin-bottom: 65px;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dis1 {
  height: 0px;
  display: none;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 80%;
  text-align: center;
  color: #000;
}

.popup-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-content {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

.popup-button:hover {
  background-color: #0062cc;
}

.hidden {
  display: none;
}

.play-now-btn {
  width: 80%;
  max-width: 400px;
  height: 60px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  border: 3px solid #fff;
  border-radius: 30px;
  color: #8B0000;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 
    0 4px 15px rgba(255, 140, 0, 0.6),
    0 0 20px rgba(255, 215, 0, 0.4),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.play-now-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    0 6px 20px rgba(255, 140, 0, 0.8),
    0 0 30px rgba(255, 215, 0, 0.6),
    inset 0 2px 5px rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, #FFEC8B 0%, #FFB732 50%, #FFA500 100%);
}

.play-now-btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 
    0 2px 10px rgba(255, 140, 0, 0.5),
    0 0 15px rgba(255, 215, 0, 0.3);
}

.coming-soon-banner {
  background: linear-gradient(135deg, #1a0033 0%, #2d004d 25%, #4a0070 50%, #660066 75%, #800060 100%);
  padding: 25px 15px 30px;
  text-align: center;
  border-bottom: 4px solid #FFD700;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.coming-soon-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.cs-badge {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700, #FF6B00);
  color: #1a0033;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}

.cs-title {
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF6B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 8px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Arial Black', sans-serif;
  animation: glow 2s ease-in-out infinite alternate;
  text-shadow: none;
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
  }
  to {
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.9));
  }
}

.cs-subtitle {
  color: #E8D5FF;
  font-size: 15px;
  margin: 8px 0 15px;
  font-weight: 500;
}

.cs-features {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cs-feature {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: #FFD700;
  padding: 6px 14px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 600;
}

.coming-soon-float {
  position: fixed;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #FF0066, #FF0033);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(255, 0, 102, 0.5);
  letter-spacing: 0.5px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #00FF00;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
  }
}

@media screen and (max-width: 500px) {
  .cs-title {
    font-size: 22px;
  }
  .cs-feature {
    font-size: 11px;
    padding: 5px 10px;
  }
  .coming-soon-float {
    font-size: 10px;
    padding: 6px 12px;
  }
}
