/* 弹窗背景遮罩 */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 弹窗内容 */
.popup {
  background: #ff6600;
  padding: 0px;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  width: 400px;
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.popup li {
  font-size: 22px;
  list-style-type: none;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ffff99;
}
.popup p {
  font-size: 18px;
  color: #fff;
  height: 15px;
}
.popup button {
  padding: 8px 15px;
  border-radius: 1px;
  letter-spacing: 2px;
  font-size: 20px;
  color: #000;
  background: #fff;
  border: blue;
  margin-bottom: 20px;
  border-radius: 0.5rem;
  margin-top: 10px;
}
/* 关闭按钮 */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

/* 弹窗显示时的状态 */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.popup-overlay.active .popup {
  opacity: 1;
  transform: translateY(0);
}

/* 遮罩背景 */
.banben-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 999;
}

/* 弹窗本体 */
.banben {
  width: 400px;
  padding: 50px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: sans-serif;
  position: fixed;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000;
}

.banben-icon {
  width: 120px;
  height: 120px;
  line-height: 100px;
  margin: 0 auto 10px;
  border: 3px solid #f26c6c;
  color: #f26c6c;
  font-size: 80px;
  border-radius: 50%;
}

.banben-message {
  font-size: 25px;
  color: #333;
  margin-bottom: 30px;
    margin-top: 30px;
}

.banben-button {
  background-color: #7b6ef6;
  color: white;
  border: none;
  padding: 8px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 28px;
}

.banben-button:hover {
  background-color: #6b5de0;
}

/* 响应式调整 */
@media (max-width: 480px) {
  .popup {
    width: 88%;
    padding: 0px;
  }
}

.payment-button.wanliu {
  background-color: #666666;
}
/* CSS 部分 */
.llc_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.llc_modal-content {
  background-color: #FFF;
  padding: 20px;    filter: drop-shadow(0 0 10px cyan);
  border-radius: 0px;
  width: 300px;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);    text-align: center;
}
.llc_modal-content p {
  margin-bottom: -20px;
  font-size: 18px;
  height: 30px;
  line-height: 0px;
}
.llc_modal-content img {
  width: 250px;
}
.llc_close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}

.llc_trigger-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* 新增：左右按钮容器 */
.llc_btn-container {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 5px;
  gap: 10px;
  width: 180px;
  margin: auto;
}

/* 新增：左右按钮样式 */
.llc_left-btn,
.llc_right-btn {
  flex: 1;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.llc_left-btn {
  background-color: #f0f0f0;
  color: #333;
}

.llc_right-btn {
  background-color: #ff3300;
  color: white;
}

--------------------------------------------------------------------------------------------------
  .payment-button.wanliua {
  background-color: #666666;
}
/* CSS 部分 */
.llc_modala {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;padding-left: 30%;
}

.llc_modal-contenta h8 {
  color: #cc0033;
  margin-bottom: 30px;
  text-decoration: none;
  margin: 5px 0 30px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.llc_modal-contenta {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
.llc_modal-contenta p {
  margin-bottom: -20px;
  font-size: 16px;
  height: 40px;
  line-height: 0px;
  color: #555;
  margin-top: 40px;
  font-size: 27px;
}
.llc_modal-contenta img {
  width: 350px;
  border: 2px solid #33cccc;
}
.llc_close-btna {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}

.llc_trigger-btna {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* 新增：左右按钮容器 */
.llc_btn-containera {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 20px;
  gap: 10px;
  width: 250px;
  margin: auto;
}

/* 新增：左右按钮样式 */
.llc_left-btna,
.llc_right-btna {
  flex: 1;
  padding: 20px;
  font-size: 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.llc_left-btna {
  background-color: #f0f0f0;
  color: #333;
}

.llc_right-btna {
  background-color: #ff3300;
  color: white;
}



.llc_modal-content h9 {
    color: #CC0033;margin-bottom: 30px;
    margin: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.llc_modal-content h9:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 4px;
    background: linear-gradient(90deg, #1890FF, #FF3366);
    border-radius: 4px;
}

.llc_modal-content p {
    color: #555;
    font-size: 16px;
}

--------------------------------------------------------------------------------------------------

    body {
      background-color: #00d5f5;
      font-family: "Microsoft YaHei", sans-serif;
    }

    .slogan-box {
      margin: 50px auto;
      width: 80%;
      max-width: 600px;
      font-size: 30px;
      font-weight: bold;
      color: white;
      text-align: center;
      background-color: transparent;
      height: 50px;
      overflow: hidden;
    }

    .fade {
      opacity: 1;
      transition: opacity 1s ease-in-out;
    }

    .fade-out {
      opacity: 0;
    }
