/* 弹窗背景遮罩 */
.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);
}

/* 响应式调整 */
@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.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.llc_modal-content {
  background-color: #ffffc0;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.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;
}

.llc_modal-contenta h8 {
  color: #cc0033;
  margin-bottom: 30px;
  text-decoration: none;
  margin: 5px 0 15px;
  font-size: 18px;
  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: 300px;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  margin: 150px auto;
}
.llc_modal-contenta p {
  margin-bottom: -20px;
  font-size: 16px;
  height: 30px;
  line-height: 0px;
  color: #555;
  margin-top: 20px;
  font-size: 18px;
}
.llc_modal-contenta img {
  width: 240px;
  border: 1px 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: 5px;
  gap: 10px;
  width: 180px;
  margin: auto;
}

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

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

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