* {
  margin: 0;
  padding: 0;
  font-family: "Source Han Sans SC";
}
html,
body,
#app {
  height: 100%;
  overflow: inherit !important;
}
.el-loading-spinner .el-loading-text {
  color: rgba(var(--theme-color), 1);
}
.el-loading-spinner i {
  color: rgba(var(--theme-color), 1);
}
.el-message {
  min-width: 80% !important;
}
.el-message-box {
  width: 80% !important;
}
.ovsOne {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ovsTwo {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示行数 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-10 {
  padding-bottom: 50px;
}
.el-button {
  color: #333 !important;
  background-color: rgba(var(--secondary-color), 1) !important;
  border-radius: 40px !important;
  border: 0 !important;
}
.color-red-dark {
  color: red !important;
}
.color-green-dark {
  color: #01b763 !important;
}
.numSet {
  font-size: 14px;
  font-weight: 500;
  background: rgba(var(--theme-color), 1);
  color: #333;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 4px;
  min-width: 24px;
}
.numSet2 {
  font-size: 14px;
  font-weight: 500;
  background: rgba(var(--theme-color), 1);
  color: #333;
  border-radius: 50%;
  display: inline-block;
  min-width: 34px;
  min-height: 34px;
  text-align: center;
  line-height: 34px;
}
.getSymbol {
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
  color: rgba(var(--content-color), 1);
}
.el-dialog {
  background: #1c1c1c !important;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: rgba(var(--theme-color), 1);
  background: rgba(var(--theme-color), 1);
}
.modal-dialog.modal-dialog-centered .modal-content {
  width: 320px;
  margin: 0 auto;
}
.btn-primary {
  background: rgba(var(--theme-color), 1) !important;
  color: #333 !important;
  border: 1px solid rgba(var(--theme-color), 1) !important;
}
.btn-outline-secondary {
  border: 1px solid rgba(var(--secondary-color), 1) !important;
  color: rgba(var(--theme-color), 1) !important;
}

.setImg[data-v-498142aa] {
  position: relative;
  z-index: 1;
}
.t1[data-v-498142aa] {
  position: relative;
  margin: 0 auto;
  padding-top: 10px;
}
.t1 img[data-v-498142aa] {
  position: absolute;
  width: 50px;
  top: 50%;
  margin-top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.provider-banner-part .main-icon[data-v-498142aa] {
  --Iconsax-Color: rgba(var(--theme-color), 1);
  --Iconsax-Size: 20px;
}
.coupon-details-box[data-v-498142aa] {
  text-align: center;
  padding: 20px;
}
.coupon-details-box #qrcode02[data-v-498142aa] {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
.index-page[data-v-498142aa] {
  padding-bottom: 100px;
}
.account-link .icon[data-v-498142aa] {
  --iconsax-Color: rgba(var(--content-color), 1);
  --iconsax-Size: 18px;
}
.setDex[data-v-498142aa] {
  display: flex !important;
  align-items: center !important;
}
.setDex p[data-v-498142aa] {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  animation: breathing-498142aa 3s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(255, 224, 11, 0.9);
}
@keyframes breathing-498142aa {
0% {
    color: #ffe00b;
    text-shadow: 0 0 10px rgba(255, 224, 11, 0.7), 0 0 20px rgba(255, 224, 11, 0.5), 0 0 30px rgba(255, 224, 11, 0.3);
    transform: scale(1);
}
50% {
    color: #ffe00b;
    text-shadow: 0 0 20px rgba(255, 224, 11, 0.9), 0 0 40px rgba(255, 224, 11, 0.7), 0 0 60px rgba(255, 224, 11, 0.5);
    transform: scale(1);
}
100% {
    color: #ffe00b;
    text-shadow: 0 0 10px rgba(255, 224, 11, 0.7), 0 0 20px rgba(255, 224, 11, 0.5), 0 0 30px rgba(255, 224, 11, 0.3);
    transform: scale(1);
}
}
.setDex img[data-v-498142aa] {
  width: 36px;
  margin-right: 6px;
}
.product-box.vertical-product .product-img[data-v-498142aa] {
  position: unset;
  width: 40px !important;
  height: 40px !important;
  margin-top: 2px;
  margin-left: 2px;
  background-color: rgba(var(--box-bg), 1);
  border-radius: 50%;
}
.product-box.vertical-product[data-v-498142aa] {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px !important;
  padding-right: 0;
}
.tips[data-v-498142aa] {
  margin-bottom: 10px;
}
.tips2[data-v-498142aa] {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
.tips3[data-v-498142aa] {
  color: #fff;
  font-size: 22px;
  margin: 20px 0 30px;
  text-align: center;
}

.promo-code[data-v-477ca2ea] {
  background-color: rgba(var(--box-bg), 1);
  border-radius: 10px;
  border: 1px solid rgba(var(--border-color), 1);
  padding: 10px 15px;
}
.need[data-v-477ca2ea] {
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
}
.dark-plus-minus[data-v-477ca2ea] {
  display: flex;
  align-items: center;
  background: #2d3746;
  border-radius: 20px;
  padding: 4px !important;
  border: 1px solid #4a5568;
}
.dark-plus-minus .icon[data-v-477ca2ea] {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--theme-color), 0.1);
  border-radius: 50%;
  color: rgba(var(--theme-color), 1);
  cursor: pointer;
}
.dark-plus-minus .icon[data-v-477ca2ea]:hover {
  background: rgba(var(--theme-color), 0.2);
}
.dark-plus-minus input[data-v-477ca2ea] {
  background: transparent;
  border: none;
  color: #e8e8e8;
  text-align: center;
  width: 40px !important;
  font-size: 14px;
}
.cart-btns[data-v-477ca2ea] {
  bottom: 87px;
}

.form-check-label[data-v-56cb6fa6] {
  color: #fff;
}
.tips[data-v-56cb6fa6] {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
.el-button--text[data-v-56cb6fa6] {
  background: transparent !important;
  color: rgba(var(--secondary-color), 1) !important;
  padding: 10px;
}

.product-box[data-v-66a0ecb2] {
  border: 0 !important;
  margin-top: 3px;
}

.white-nowrap[data-v-336a19d6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download[data-v-9ad1bc60] {
  margin-top: 20px;
}
.download2[data-v-9ad1bc60] {
  margin-top: 20px;
  color: rgba(var(--secondary-color), 1);
  border: 1px solid rgba(var(--secondary-color), 1);
  background-color: transparent;
}

.btn[data-v-2afe6ed6] {
  height: 42px;
}
.theme-btn[data-v-2afe6ed6] {
  background-color: rgba(var(--theme-color), 1);
  color: white;
  margin-top: 0 !important;
  border-radius: 8px;
  height: 42px;
}
.text1[data-v-2afe6ed6] {
  color: rgba(var(--title-color), 1);
}

.tip[data-v-4e1a32be] {
  width: 220px;
  word-break: break-all;
  text-align: right;
}

.servicer-box[data-v-55d3346e] {
  position: relative;
}
.payment-id[data-v-55d3346e] {
  padding: 5px 10px;
  color: rgba(var(--theme-color), 1);
  background-color: rgba(var(--theme-color), 0.1);
  border-radius: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.servicer-profile[data-v-55d3346e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGwGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgMTE2LmRkYzdiYzQsIDIwMjEvMDgvMTctMTM6MTg6MzcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjUtMDUtMjJUMTY6MDI6MzErMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjUtMDctMTJUMTA6MzE6MDMrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI1LTA3LTEyVDEwOjMxOjAzKzA4OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4N2JkOGJjLWQ5ZGQtMTk0YS1iMDYyLTVhNzQ2MDVkN2E3MyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA3NDcwYjkzLWM2MDMtMTc0ZS1hOWI4LWQ0YWU1MjdlOGUxMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjkzZGVlYzE2LTJmMTgtNTk0NS1iMzY4LTBkZjg2MWM5NTFkMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTNkZWVjMTYtMmYxOC01OTQ1LWIzNjgtMGRmODYxYzk1MWQzIiBzdEV2dDp3aGVuPSIyMDI1LTA1LTIyVDE2OjAyOjMxKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFhNzI2MDM1LTA2MjgtMDk0YS1iMjIyLWE2ZTFlNGNmMzk4MiIgc3RFdnQ6d2hlbj0iMjAyNS0wNS0yMlQxNjowMjozMSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODdiZDhiYy1kOWRkLTE5NGEtYjA2Mi01YTc0NjA1ZDdhNzMiIHN0RXZ0OndoZW49IjIwMjUtMDctMTJUMTA6MzE6MDMrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/pWj3AAAFZklEQVR4nO3dWagVdRwH8M8draQFKluMMmklSxJbMMtoJaOSFlEpyYjCyAiCHnqqyIfqoV1aQPKp1TaxMkiDRLAM24yIiDba93owLMh6GG9eT3c5y5z539v/94GL98yc858vnK/DOTP/mduzadE4CRyAqZiICTgY+2IP7IqeFKFq8gd+xQ/4Ap/iE6zHh9hcZ5jRNW1nJ5yFUzEDh2OHmrY93OyGvXAopjWs+x6rsQ7L8VW3w/R0eQ8wDfMwC0l2NSPYn3gZT2z9+asbG+lWAS7CQpzRjcEz9CmW4CH8UuXARZWD4RysxTPiza/SQbhV+RnhBhW+b1UNdBiew4uYXtGY4b/2xu14HxdUMWAVBbgaG1UUKDTlCOV/uGUY28lAnRRgd6zAAxjTSYjQttl4G2e2O0C7BTgGGzCz3Q2HyozHKlzfzovbKcB5eB2HtLPB0DV34P5WX9RqAebhefkexBnuFuKxVl7QSgEuwSMtxQkpXKz8cNiUZgtwDh5tK05IYTaWNvPEZgowUflpP4wsl2PRUE8aqgA74xWMqiJRqN2NysPyAxqqAMuwX2VxQgpPYv+BVg5WgAU4t/I4oW6jlUcN+zVQAcbhwa7ECSkcj+v6WzFQAR4eZF0Yme7EPo0L+3uTT1F+7Qv/LwUW97ew0b3dzxISmYOj+i5oLMDZmFxbnJDCbX0fNBbg5hqDhDRmKiekYvsCHI0Tao8TUri295e+BbgqQZCQxnzsyLYCjMLcZHFC3XZXzuv4twBn6nBuWRhxZrGtAPG9Pz8zMLq3AKenTBKSGIuphfJM0aTEYUIa0wvliYKQpymFhkODISuTCjG9O2cTChyYOkVIpqdQ3pkj5GlLgT1TpwjpFNgldYiQTiGmfGetwN+pQ4R0YuJn5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZK5AT+oQIZ34o1GZK7A5dYiQToFfU4cI6RT4MXWIkExPgS9TpwjJjCrwWeoUIZmfCnyQOkVI5v0Cb6VOEZLZWGAjvk+dJCTxRu+BoDWpk4TabcGa3nMBq1ImCUmsww+9BViRMklIYjnbzgZ+J/YCuVnG9qeDlyQKEuq3Cl+wfQGeFd8GcnFP7y99C/AX7q49Sqjbx1jZ+6BxRtBi/F5rnFC3m/o+aCzAJtxSX5ZQs4/wWN8F/c0JvAPf1BIn1G1h44L+CrAFV3Y/S6jZi1jduHCgWcErld8Kwv/DH5jf34rBpoXPx89diRPqdpkB3svBCrAJF3QjTajVw3hyoJVDXRiyFtdXGifUaYMhPs81c2XQXXigkjihTl/jrKGe1OylYdfgiY7ihDr9gpO3/juoVq4NvNjWM0hhWPsJJ+GTZp7c6sWhc7G01UShNp9hmhYm+rZzdfAVWNTG60J3vYapysO9TWv38vCbMUecOBouluBEbZzO7+T+AE/hGLzawRihM79hHha0O0CnN4j4EKcpjxXEVcb1Wo7JGs7utaqqO4TchUl4vKLxwsDexExciM87HazKW8R8jEtwAp6ucNxQegeX4ji8UNWg3bhH0HrMVu6e7sO3XdhGLrYop+zPwhQ8UvUGejYtGlf1mI3G4HzMwLnYp9sbHOE2Ky/aeEl5Sr6pAzrtqqMAfY1R7sKm40gci/F1BhiGfsN7eFe5m39VeZ1GLf4Bfs+we5/oaEwAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
  width: 72px;
  height: 72px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #000;
  font-family: "Press Start 2P", cursive;
}

.form-group[data-v-c76f4ca6] {
  position: relative;
}
.form-group .bindWallet[data-v-c76f4ca6] {
  position: absolute;
  width: 26px;
  right: 20px;
  bottom: 10px;
}
.form-group input[data-v-c76f4ca6] {
  font-size: 12px !important;
}
.goHome[data-v-c76f4ca6] {
  background: transparent !important;
  border: 1px solid rgba(var(--secondary-color), 1) !important;
  color: rgba(var(--secondary-color), 1) !important;
}

.dis[data-v-3fd854d3] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
}
.dis > div[data-v-3fd854d3] {
  color: #999;
  padding: 10px 20px;
}
.dis .active[data-v-3fd854d3] {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.nav-link[data-v-3fd854d3] {
  font-size: 14px !important;
}

.videos video[data-v-32c0aa25] {
  width: 100%;
}
.imgs img[data-v-32c0aa25] {
  width: 100%;
}

.t1[data-v-fb055444] {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.t1 img[data-v-fb055444] {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#qrcode2[data-v-fb055444],
#qrcode3[data-v-fb055444] {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
.recharge[data-v-fb055444] {
  padding-bottom: 100px;
  margin-top: 10px;
}
.recharge .modal-dialog[data-v-fb055444] {
  padding-top: 40px;
}
.usdtAddressBtn[data-v-fb055444] {
  margin-top: 20px;
}
.usdtAddressBtn2[data-v-fb055444] {
  margin-top: 20px;
  color: rgba(var(--secondary-color), 1);
  background-color: transparent;
  border: 1px solid rgba(var(--secondary-color), 1);
}
.noOpenBtn[data-v-fb055444] {
  opacity: 0.6;
}

.setting-box .setting-icon .main-icon[data-v-7063a5ec] {
  --Iconsax-Color: rgba(var(--theme-color), 1);
  --Iconsax-Size: 20px;
}
.mine[data-v-7063a5ec] {
  padding-bottom: 100px;
}
.iconsax[data-v-7063a5ec] {
  --iconsax-Color: rgba(var(--title-color), 1);
  --iconsax-Size: 22px;
}
.profile-background .profile-part h3[data-v-7063a5ec] {
  color: #ffffff;
}
.tips[data-v-7063a5ec] {
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: bold;
  color: rgba(var(--theme-color), 1);
}
.account-listing[data-v-7063a5ec] {
  border: 1px solid rgba(var(--border-color), 1);
  padding: 0 10px;
  border-radius: 8px;
}
.account-listing > li[data-v-7063a5ec]:nth-child(1) {
  border-top: 0;
}
.light-theme-bg[data-v-7063a5ec] {
  padding-top: 0;
}

.iconSize[data-v-20aadd5f] {
  width: 24px;
}

.dis[data-v-140d00ff] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
}
.dis > div[data-v-140d00ff] {
  color: #999;
  padding: 10px 20px;
}
.dis .active[data-v-140d00ff] {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.set[data-v-25956316] {
  position: relative;
}
.seteye[data-v-25956316] {
  position: absolute;
  right: 0;
  top: 10px;
}
.form-control[data-v-25956316] {
  padding-left: 20px !important;
}
.tips3[data-v-25956316] {
  display: block;
  color: rgba(var(--title-color), 1);
  margin-top: 10px;
}
.tips3 > div[data-v-25956316] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 10px;
}

.set[data-v-25956316] {
  position: relative;
}
.seteye[data-v-25956316] {
  position: absolute;
  right: 0;
  top: 10px;
}

.form-control[data-v-25956316] {
  padding-left: 20px !important;
}
.tips3[data-v-25956316] {
  display: block;
  color: rgba(var(--title-color), 1);
  margin-top: 10px;
}
.tips3 > div[data-v-25956316] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 10px;
}

.dis[data-v-63ccf8c1] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
}
.dis > div[data-v-63ccf8c1] {
  color: #999;
  padding: 10px 20px;
}
.dis .active[data-v-63ccf8c1] {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.content-color i[data-v-63ccf8c1] {
  --Iconsax-Color: rgba(var(--content-color), 1);
  --Iconsax-Size: 20px;
}

.dis[data-v-6d395c02] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
}
.dis > div[data-v-6d395c02] {
  color: #999;
  padding: 10px 20px;
}
.dis .active[data-v-6d395c02] {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.text-success[data-v-6d395c02] {
  color: green !important;
}

.green[data-v-265561bd] {
  color: green !important;
}
.red[data-v-265561bd] {
  color: red !important;
}
.ml-2[data-v-265561bd] {
  margin-left: 20px;
}
.balance-bor[data-v-265561bd] {
  border-radius: 10px;
  border: 1px solid rgba(var(--theme-color), 1);
  color: rgba(var(--theme-color), 1);
  padding: 10px;
}
.disabled-tab[data-v-265561bd] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.theme-btn[data-v-907320c4] {
  border: 1px solid rgba(var(--theme-color), 1) !important;
  background-color: rgba(var(--theme-color), 1) !important;
}
.theme-btn span[data-v-907320c4] {
  color: #fff;
}
.tips2[data-v-907320c4] {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(var(--title-color), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ovsThree[data-v-364ff266] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 60px;
}
.notification-list li[data-v-364ff266] {
  background: linear-gradient(145deg, #2d3746, #1c2431);
  border: 1px solid #4a5568;
  border-radius: 12px;
}

.workOrderList[data-v-64738d58] {
  padding-bottom: 70px;
}
.workOrderList .text-fail[data-v-64738d58] {
  color: red;
}
.workOrderList .dis[data-v-64738d58] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
  padding-top: 40px;
}
.workOrderList .dis > div[data-v-64738d58] {
  color: #999;
  padding: 10px 20px;
}
.workOrderList .dis .active[data-v-64738d58] {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.workOrderList .btn[data-v-64738d58] {
  width: 200px;
  margin: 60px auto 0;
}
.workOrderList .btn[data-v-64738d58]:active {
  opacity: 0.8;
}
.workOrderList .noDatas[data-v-64738d58] {
  margin-top: 130px;
  text-align: center;
}
.workOrderList .noDatas .card-text[data-v-64738d58] {
  color: #999;
}
.workOrderList .text-tips[data-v-64738d58] {
  color: yellow;
}
.workOrderList .imgList[data-v-64738d58] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.workOrderList .imgList .el-image[data-v-64738d58] {
  margin-bottom: 10px;
  margin-left: 10px;
}
.workOrderList strong[data-v-64738d58] {
  white-space: pre;
}
.servicer-profile[data-v-64738d58] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGwGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgMTE2LmRkYzdiYzQsIDIwMjEvMDgvMTctMTM6MTg6MzcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjUtMDUtMjJUMTY6MDI6MzErMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjUtMDctMTJUMTA6MzE6MDMrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI1LTA3LTEyVDEwOjMxOjAzKzA4OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4N2JkOGJjLWQ5ZGQtMTk0YS1iMDYyLTVhNzQ2MDVkN2E3MyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA3NDcwYjkzLWM2MDMtMTc0ZS1hOWI4LWQ0YWU1MjdlOGUxMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjkzZGVlYzE2LTJmMTgtNTk0NS1iMzY4LTBkZjg2MWM5NTFkMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTNkZWVjMTYtMmYxOC01OTQ1LWIzNjgtMGRmODYxYzk1MWQzIiBzdEV2dDp3aGVuPSIyMDI1LTA1LTIyVDE2OjAyOjMxKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFhNzI2MDM1LTA2MjgtMDk0YS1iMjIyLWE2ZTFlNGNmMzk4MiIgc3RFdnQ6d2hlbj0iMjAyNS0wNS0yMlQxNjowMjozMSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODdiZDhiYy1kOWRkLTE5NGEtYjA2Mi01YTc0NjA1ZDdhNzMiIHN0RXZ0OndoZW49IjIwMjUtMDctMTJUMTA6MzE6MDMrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/pWj3AAAFZklEQVR4nO3dWagVdRwH8M8draQFKluMMmklSxJbMMtoJaOSFlEpyYjCyAiCHnqqyIfqoV1aQPKp1TaxMkiDRLAM24yIiDba93owLMh6GG9eT3c5y5z539v/94GL98yc858vnK/DOTP/mduzadE4CRyAqZiICTgY+2IP7IqeFKFq8gd+xQ/4Ap/iE6zHh9hcZ5jRNW1nJ5yFUzEDh2OHmrY93OyGvXAopjWs+x6rsQ7L8VW3w/R0eQ8wDfMwC0l2NSPYn3gZT2z9+asbG+lWAS7CQpzRjcEz9CmW4CH8UuXARZWD4RysxTPiza/SQbhV+RnhBhW+b1UNdBiew4uYXtGY4b/2xu14HxdUMWAVBbgaG1UUKDTlCOV/uGUY28lAnRRgd6zAAxjTSYjQttl4G2e2O0C7BTgGGzCz3Q2HyozHKlzfzovbKcB5eB2HtLPB0DV34P5WX9RqAebhefkexBnuFuKxVl7QSgEuwSMtxQkpXKz8cNiUZgtwDh5tK05IYTaWNvPEZgowUflpP4wsl2PRUE8aqgA74xWMqiJRqN2NysPyAxqqAMuwX2VxQgpPYv+BVg5WgAU4t/I4oW6jlUcN+zVQAcbhwa7ECSkcj+v6WzFQAR4eZF0Yme7EPo0L+3uTT1F+7Qv/LwUW97ew0b3dzxISmYOj+i5oLMDZmFxbnJDCbX0fNBbg5hqDhDRmKiekYvsCHI0Tao8TUri295e+BbgqQZCQxnzsyLYCjMLcZHFC3XZXzuv4twBn6nBuWRhxZrGtAPG9Pz8zMLq3AKenTBKSGIuphfJM0aTEYUIa0wvliYKQpymFhkODISuTCjG9O2cTChyYOkVIpqdQ3pkj5GlLgT1TpwjpFNgldYiQTiGmfGetwN+pQ4R0YuJn5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZC4KkLkoQOaiAJmLAmQuCpC5KEDmogCZiwJkLgqQuShA5qIAmYsCZK5AT+oQIZ34o1GZK7A5dYiQToFfU4cI6RT4MXWIkExPgS9TpwjJjCrwWeoUIZmfCnyQOkVI5v0Cb6VOEZLZWGAjvk+dJCTxRu+BoDWpk4TabcGa3nMBq1ImCUmsww+9BViRMklIYjnbzgZ+J/YCuVnG9qeDlyQKEuq3Cl+wfQGeFd8GcnFP7y99C/AX7q49Sqjbx1jZ+6BxRtBi/F5rnFC3m/o+aCzAJtxSX5ZQs4/wWN8F/c0JvAPf1BIn1G1h44L+CrAFV3Y/S6jZi1jduHCgWcErld8Kwv/DH5jf34rBpoXPx89diRPqdpkB3svBCrAJF3QjTajVw3hyoJVDXRiyFtdXGifUaYMhPs81c2XQXXigkjihTl/jrKGe1OylYdfgiY7ihDr9gpO3/juoVq4NvNjWM0hhWPsJJ+GTZp7c6sWhc7G01UShNp9hmhYm+rZzdfAVWNTG60J3vYapysO9TWv38vCbMUecOBouluBEbZzO7+T+AE/hGLzawRihM79hHha0O0CnN4j4EKcpjxXEVcb1Wo7JGs7utaqqO4TchUl4vKLxwsDexExciM87HazKW8R8jEtwAp6ucNxQegeX4ji8UNWg3bhH0HrMVu6e7sO3XdhGLrYop+zPwhQ8UvUGejYtGlf1mI3G4HzMwLnYp9sbHOE2Ky/aeEl5Sr6pAzrtqqMAfY1R7sKm40gci/F1BhiGfsN7eFe5m39VeZ1GLf4Bfs+we5/oaEwAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
  width: 72px;
  height: 72px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #000;
  font-family: "Press Start 2P", cursive;
}

.tips2[data-v-c411b9a6] {
  display: block;
  color: rgba(var(--title-color), 1);
}
.tips2 > div[data-v-c411b9a6] {
  display: flex;
  justify-content: space-between;
}
.tips2 > div p[data-v-c411b9a6] {
  font-size: 14px;
  margin-top: 10px;
}
.form-label[data-v-c411b9a6] {
  font-size: 14px !important;
}
.tips[data-v-c411b9a6] {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}

.tips3[data-v-3eb74f01] {
  display: block;
  color: rgba(var(--title-color), 1);
}
.tips3 > div[data-v-3eb74f01] {
  display: flex;
  justify-content: space-between;
}
.tips3 > div p[data-v-3eb74f01] {
  font-size: 14px;
  margin-top: 10px;
}
.form-label[data-v-3eb74f01] {
  font-size: 14px !important;
}
.balance-card[data-v-3eb74f01] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}
.balance-card[data-v-3eb74f01]::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.balance-card[data-v-3eb74f01]::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.balance-header[data-v-3eb74f01] {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.balance-label[data-v-3eb74f01] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
}
.balance-amount[data-v-3eb74f01] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.amount-value[data-v-3eb74f01] {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.amount-unit[data-v-3eb74f01] {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
}

.content[data-v-4fc9ef03] {
  width: 200px !important;
}
.table[data-v-4fc9ef03] {
  width: 99%;
  margin-left: 0.5% !important;
  border-radius: 15px !important;
  overflow: hidden;
}
.product-details-table tbody tr .details[data-v-4fc9ef03] {
  border: 1px solid rgba(var(--border-color), 1);
}
.product-details-table tbody tr .content[data-v-4fc9ef03] {
  border: 1px solid rgba(var(--border-color), 1);
}

.community[data-v-3407f9c2] {
  width: 100%;
  height: 100%;
  background: #0b0c11;
  background-size: contain;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.community .active[data-v-3407f9c2] {
  border: 1px solid rgba(var(--theme-color), 1);
}
.community .com[data-v-3407f9c2] {
  padding: 15px;
  /* 地球旋转关键帧 */
}
.community .com .diqiu[data-v-3407f9c2] {
  width: 90vw;
  position: absolute;
  top: 150px;
  left: 5vw;
  border-radius: 50%;
}
.community .com .rotating-earth[data-v-3407f9c2] {
  position: absolute;
  top: 150px;
  left: 5vw;
  animation: rotateEarth-3407f9c2 40s linear infinite;
  transform-origin: center;
  /* 多层次发光效果 */
  filter: drop-shadow(0 0 30px rgba(var(--theme-color), 0.2)) drop-shadow(0 0 60px rgba(var(--theme-color), 0.1)) drop-shadow(0 0 90px rgba(var(--theme-color), 0.05)) brightness(1.05) contrast(1.1);
}
@keyframes rotateEarth-3407f9c2 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.community .com .t1[data-v-3407f9c2] {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.community .com .t1 > div[data-v-3407f9c2] {
  background: #1c1c1c;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.community .com .t1 > div[data-v-3407f9c2]:nth-child(1) {
  padding-right: 20px;
}
.community .com .t1 > div:nth-child(1) img[data-v-3407f9c2] {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.community .com .t1 > div[data-v-3407f9c2]:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.community .com .t1 > div:nth-child(2) > div[data-v-3407f9c2] {
  margin: 0 10px;
  font-size: 13px;
}
.community .com .t1 > div:nth-child(2) img[data-v-3407f9c2] {
  width: 20px;
  margin-right: 5px;
}
.community .com .zsList[data-v-3407f9c2] {
  position: relative;
  height: 400px;
  z-index: 2;
}
.community .com .zsList .ufo[data-v-3407f9c2] {
  animation: ufoFloat ease-in-out infinite;
  position: absolute;
  width: 90px;
  height: 90px;
}
.community .com .zsList .ufo .money[data-v-3407f9c2] {
  width: 90px;
  height: 90px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 8px rgba(var(--theme-color), 0.6));
  z-index: 2;
  text-align: center;
  font-size: 10px;
  background: url(../../static/img/5.425814af.png) no-repeat;
  background-size: 100% 100%;
}
.community .com .zsList .ufo .money .marquee-content[data-v-3407f9c2] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community .com .zsList .ufo .money .marquee-content .content[data-v-3407f9c2] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
  opacity: 0;
  transform: scale(0.8);
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  box-sizing: border-box;
}
.community .com .zsList .ufo .money .marquee-content .content.money-value[data-v-3407f9c2] {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 8px rgba(var(--theme-color), 0.8);
  font-weight: bold;
  font-size: 11px;
}
.community .com .zsList .ufo .money .marquee-content .content.level-value[data-v-3407f9c2] {
  color: rgba(var(--theme-color), 0.95);
  text-shadow: 0 0 6px rgba(var(--theme-color), 0.6);
  font-weight: 600;
  font-size: 10px;
}
.community .com .zsList .ufo .money .marquee-content:not(.showing-level) .money-value[data-v-3407f9c2] {
  opacity: 1;
  transform: scale(1);
}
.community .com .zsList .ufo .money .marquee-content:not(.showing-level) .level-value[data-v-3407f9c2] {
  opacity: 0;
  transform: scale(0.8);
}
.community .com .zsList .ufo .money .marquee-content.showing-level .money-value[data-v-3407f9c2] {
  opacity: 0;
  transform: scale(0.8);
}
.community .com .zsList .ufo .money .marquee-content.showing-level .level-value[data-v-3407f9c2] {
  opacity: 1;
  transform: scale(1);
}
.community .com .listData[data-v-3407f9c2] {
  display: flex;
  overflow-y: scroll;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0 15px;
}
.community .com .listData > div[data-v-3407f9c2] {
  margin-right: 10px;
  background: #1c1c1c;
  width: 160px;
  border-radius: 8px;
  text-align: center;
  flex-shrink: 0;
  padding-top: 8px;
}
.community .com .listData > div > div[data-v-3407f9c2]:nth-child(1) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  position: relative;
}
.community .com .listData > div > div:nth-child(1) img[data-v-3407f9c2] {
  position: absolute;
  width: 40px;
  top: 0;
}
.community .com .listData > div > div:nth-child(2) img[data-v-3407f9c2] {
  width: 50px;
  margin-bottom: 6px;
}
.community .com .listData > div > div[data-v-3407f9c2]:nth-child(4) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin: 5px 0;
}
.community .com .listData > div > div[data-v-3407f9c2]:nth-child(5) {
  margin-top: 10px;
  padding: 8px 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(var(--theme-color), 0.9);
}
.community .com .listData > div > div[data-v-3407f9c2]:nth-child(5):hover {
  color: rgba(var(--theme-color), 1);
  text-shadow: 0 0 10px rgba(var(--theme-color), 0.5);
}
.community .com .listData > div[data-v-3407f9c2]:last-child {
  margin-right: 0;
}
/* 其他CSS样式保持不变... */
/* 弹窗样式 */
.custom-dialog[data-v-3407f9c2] {
  background: #1e1a2e !important;
  border: 2px solid rgba(var(--theme-color), 0.4) !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(var(--theme-color), 0.2) !important;
}
.custom-dialog .el-dialog__header[data-v-3407f9c2] {
  background: linear-gradient(135deg, #2a234a, #1e1a30);
  border-radius: 15px 15px 0 0;
  padding: 20px;
  border-bottom: 1px solid rgba(var(--theme-color), 0.3);
}
.custom-dialog .el-dialog__header .el-dialog__title[data-v-3407f9c2] {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 18px !important;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.custom-dialog .el-dialog__body[data-v-3407f9c2] {
  background: #1e1a2e;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.9);
}
.custom-dialog .el-dialog__body .dialog-content .award-header[data-v-3407f9c2] {
  text-align: center;
  margin-bottom: 25px;
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-icon[data-v-3407f9c2] {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-icon.community[data-v-3407f9c2] {
  background: linear-gradient(135deg, rgba(var(--theme-color), 0.2), rgba(var(--theme-color), 0.4));
  border: 2px solid rgba(var(--theme-color), 0.5);
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-icon.special[data-v-3407f9c2] {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  border: 2px solid #ff8e8e;
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-icon.global[data-v-3407f9c2] {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border: 2px solid #44a08d;
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-icon.platform[data-v-3407f9c2] {
  background: linear-gradient(135deg, #f0c27b, #f6e6b4);
  border: 2px solid #f0c27b;
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-icon.partner[data-v-3407f9c2] {
  background: linear-gradient(135deg, #8a2387, #f27121);
  border: 2px solid #8a2387;
}
.custom-dialog .el-dialog__body .dialog-content .award-header .award-title[data-v-3407f9c2] {
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 5px;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .section-content[data-v-3407f9c2] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-dialog .el-dialog__body .dialog-content .award-section .section-content .rule-text[data-v-3407f9c2] {
  color: rgba(var(--theme-color), 0.9);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .section-content .rule-item[data-v-3407f9c2] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-left: 10px;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .section-content .rule-item .rule-dot[data-v-3407f9c2] {
  color: rgba(var(--theme-color), 0.9);
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .section-content .rule-item .rule-desc[data-v-3407f9c2] {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.5;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section[data-v-3407f9c2] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section .distribution-title[data-v-3407f9c2] {
  color: rgba(var(--theme-color), 0.9);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section .distribution-box[data-v-3407f9c2] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section .distribution-box .distribution-item[data-v-3407f9c2] {
  text-align: center;
  flex: 1;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section .distribution-box .distribution-item .dist-percent[data-v-3407f9c2] {
  color: rgba(var(--theme-color), 1);
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(var(--theme-color), 0.3);
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section .distribution-box .distribution-item .dist-type[data-v-3407f9c2] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 8px;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .distribution-section .distribution-box .distribution-divider[data-v-3407f9c2] {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(var(--theme-color), 0.5), transparent);
  margin: 0 20px;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .tip-box[data-v-3407f9c2] {
  background: rgba(var(--theme-color), 0.1);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(var(--theme-color), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .tip-box .tip-icon[data-v-3407f9c2] {
  font-size: 20px;
  margin-right: 10px;
}
.custom-dialog .el-dialog__body .dialog-content .award-section .tip-box .tip-text[data-v-3407f9c2] {
  color: rgba(var(--theme-color), 0.9);
  font-size: 14px;
  font-weight: 500;
}
.custom-dialog .el-dialog__footer[data-v-3407f9c2] {
  background: #1e1a2e;
  border-radius: 0 0 15px 15px;
  padding: 15px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-dialog .el-dialog__footer .dialog-footer[data-v-3407f9c2] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.custom-dialog .el-dialog__footer .dialog-footer .confirm-btn[data-v-3407f9c2] {
  background: linear-gradient(135deg, rgba(var(--theme-color), 0.8), rgba(var(--theme-color), 0.6)) !important;
  border: none !important;
  color: white !important;
  font-weight: 600;
  padding: 12px 50px;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 25px !important;
}
.custom-dialog .el-dialog__footer .dialog-footer .confirm-btn[data-v-3407f9c2]:hover {
  background: linear-gradient(135deg, rgba(var(--theme-color), 0.9), rgba(var(--theme-color), 0.7)) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--theme-color), 0.4) !important;
}
.custom-dialog .el-dialog__footer .dialog-footer .confirm-btn[data-v-3407f9c2]:active {
  transform: translateY(0);
}
/* 弹窗动画 */
.el-dialog[data-v-3407f9c2] {
  animation: dialogFadeIn-3407f9c2 0.3s ease-out;
}
@keyframes dialogFadeIn-3407f9c2 {
from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
/* 遮罩层样式 */
.v-modal[data-v-3407f9c2] {
  background-color: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(4px);
}

.active-filters[data-v-047eda2d] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.active-filters .filter-tag[data-v-047eda2d] {
  background: rgba(var(--theme-color), 1);
  border: 1px solid rgba(var(--theme-color), 1);
  color: #333;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.active-filters .filter-tag .close-icon[data-v-047eda2d] {
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.active-filters .filter-tag .close-icon[data-v-047eda2d]:hover {
  color: #ff4d4f;
}
.active-filters .clear-all[data-v-047eda2d] {
  color: rgba(var(--theme-color), 1);
  cursor: pointer;
  font-size: 12px;
  margin-left: auto;
}
.product-info[data-v-047eda2d] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.product-info .category-name[data-v-047eda2d],
.product-info .brand-name[data-v-047eda2d] {
  font-size: 12px;
  color: #999;
}
.white-nowrap[data-v-047eda2d] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img[data-v-047eda2d] {
  height: 124px;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.status-badge[data-v-2c6b7a5e] {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: white;
}
.status-badge.status-on[data-v-2c6b7a5e] {
  background: #67c23a;
}
.status-badge.status-off[data-v-2c6b7a5e] {
  background: #909399;
}
.price-section .price-comparison[data-v-2c6b7a5e] {
  margin-top: 4px;
  font-size: 14px;
}
.price-section .price-comparison .original-price[data-v-2c6b7a5e] {
  color: #999;
  text-decoration: line-through;
  margin-right: 12px;
}
.price-section .price-comparison .discount[data-v-2c6b7a5e] {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.basic-info .info-grid[data-v-2c6b7a5e] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.basic-info .info-grid .info-item[data-v-2c6b7a5e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.basic-info .info-grid .info-item .info-label[data-v-2c6b7a5e] {
  color: #999;
  font-size: 12px;
}
.basic-info .info-grid .info-item .info-value[data-v-2c6b7a5e] {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.white-nowrap[data-v-2c6b7a5e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-color[data-v-2c6b7a5e] {
  line-height: 1.6;
}
.content-color img[data-v-2c6b7a5e] {
  max-width: 100%;
  height: auto;
}
.img[data-v-2c6b7a5e] {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
}
.fixed-btn-grp[data-v-2c6b7a5e] {
  z-index: 10;
}

.dark-theme[data-v-7b455226] {
  background-color: #1c2431;
  min-height: 100vh;
  color: #e8e8e8;
}
.dark-product[data-v-7b455226] {
  display: flex;
  align-items: center;
  padding: 16px;
}
.dark-product .product-img[data-v-7b455226] {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
}
.dark-product .product-img img[data-v-7b455226] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dark-product .product-content[data-v-7b455226] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dark-product .product-info .product-name[data-v-7b455226] {
  color: #e8e8e8;
  font-size: 16px;
  margin-bottom: 4px;
}
.dark-product .product-info .price[data-v-7b455226] {
  color: rgba(var(--theme-color), 1) !important;
  font-size: 18px;
  font-weight: 600;
}
.dark-plus-minus[data-v-7b455226] {
  display: flex;
  align-items: center;
  background: #2d3746;
  border-radius: 20px;
  padding: 4px;
  border: 1px solid #4a5568;
}
.dark-plus-minus .icon[data-v-7b455226] {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--theme-color), 0.1);
  border-radius: 50%;
  color: rgba(var(--theme-color), 1);
  cursor: pointer;
}
.dark-plus-minus .icon[data-v-7b455226]:hover {
  background: rgba(var(--theme-color), 0.2);
}
.dark-plus-minus input[data-v-7b455226] {
  background: transparent;
  border: none;
  color: #e8e8e8;
  text-align: center;
  width: 40px;
  font-size: 14px;
}
.dark-bill-box[data-v-7b455226] {
  background: linear-gradient(145deg, #2d3746, #1c2431);
  border: 1px solid #4a5568;
  border-radius: 12px;
  padding: 20px;
}
.dark-bill-box .bill-item[data-v-7b455226] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.dark-bill-box .bill-item .bill-label[data-v-7b455226] {
  color: #a0aec0;
}
.dark-bill-box .bill-item .bill-value[data-v-7b455226] {
  color: #e8e8e8;
}
.dark-bill-box .bill-item .bill-value.free[data-v-7b455226] {
  color: #67c23a;
}
.dark-bill-box .bill-divider[data-v-7b455226] {
  height: 1px;
  background: #4a5568;
  margin: 12px 0;
}
.dark-bill-box .total-amount[data-v-7b455226] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.dark-bill-box .total-amount .total-label[data-v-7b455226] {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 600;
}
.dark-bill-box .total-amount .total-value[data-v-7b455226] {
  color: rgba(var(--theme-color), 1) !important;
  font-size: 20px;
  font-weight: 700;
}
.saving-tip[data-v-7b455226] {
  color: #67c23a;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}
.dark-address[data-v-7b455226] {
  padding: 16px;
}
.dark-address .address-header[data-v-7b455226] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.dark-address .address-header .address-tag[data-v-7b455226] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--theme-color), 1);
}
.dark-address .address-header .address-tag .default-badge[data-v-7b455226] {
  background: rgba(var(--theme-color), 0.1);
  color: rgba(var(--theme-color), 1);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}
.dark-address .address-header .edit-icon[data-v-7b455226] {
  color: #a0aec0;
}
.dark-address .address-content .receiver-info[data-v-7b455226] {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.dark-address .address-content .receiver-info .receiver-name[data-v-7b455226] {
  color: #e8e8e8;
  font-weight: 500;
}
.dark-address .address-content .receiver-info .receiver-phone[data-v-7b455226] {
  color: #a0aec0;
}
.dark-address .address-content .address-detail[data-v-7b455226] {
  color: #a0aec0;
  line-height: 1.4;
  margin: 0;
}
.empty-address[data-v-7b455226] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(145deg, #2d3746, #1c2431);
  border: 1px solid #4a5568;
  border-radius: 12px;
  padding: 16px;
}
.empty-address .empty-icon[data-v-7b455226] {
  font-size: 24px;
  color: rgba(var(--theme-color), 1);
}
.empty-address .empty-text[data-v-7b455226] {
  flex: 1;
  margin: 0 16px;
}
.empty-address .empty-text h5[data-v-7b455226] {
  color: #e8e8e8;
  margin: 0 0 4px 0;
}
.empty-address .empty-text p[data-v-7b455226] {
  color: #a0aec0;
  margin: 0;
  font-size: 14px;
}
.empty-address .arrow-icon[data-v-7b455226] {
  color: #a0aec0;
}
.dark-payment[data-v-7b455226] {
  background: linear-gradient(145deg, #2d3746, #1c2431);
  border: 1px solid #4a5568;
  border-radius: 12px;
  padding: 16px;
}
.dark-payment .payment-method[data-v-7b455226] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dark-payment .payment-method .payment-info[data-v-7b455226] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dark-payment .payment-method .payment-info .payment-icon[data-v-7b455226] {
  width: 24px;
  height: 24px;
}
.dark-payment .payment-method .payment-info .payment-name[data-v-7b455226] {
  color: #e8e8e8;
  font-weight: 500;
}
.dark-payment .payment-method .selected-icon[data-v-7b455226] {
  color: rgba(var(--theme-color), 1);
}
.dark-bottom[data-v-7b455226] {
  background: #2d3746;
  border-top: 1px solid #4a5568;
  padding: 16px 0;
}
.dark-bottom .order-summary[data-v-7b455226] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dark-bottom .order-summary .price-info .original-price[data-v-7b455226] {
  color: #a0aec0;
  text-decoration: line-through;
  font-size: 14px;
  margin-bottom: 2px;
}
.dark-bottom .order-summary .price-info .final-price[data-v-7b455226] {
  color: rgba(var(--theme-color), 1) !important;
  font-size: 20px;
  font-weight: 700;
}
.dark-bottom .order-summary .order-btn[data-v-7b455226] {
  background: linear-gradient(145deg, rgba(var(--theme-color), 1), rgba(var(--theme-color), 0.8));
  border: none;
  border-radius: 25px;
  color: #333;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dark-bottom .order-summary .order-btn[data-v-7b455226]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--theme-color), 0.3);
}
.dark-bottom .order-summary .order-btn.disabled[data-v-7b455226] {
  background: #4a5568;
  cursor: not-allowed;
}
.dark-bottom .order-summary .order-btn.disabled[data-v-7b455226]:hover {
  transform: none;
  box-shadow: none;
}
.section-title[data-v-7b455226] {
  margin-bottom: 16px;
}
.section-title h3[data-v-7b455226] {
  color: #e8e8e8;
  margin: 0;
}
.white-nowrap[data-v-7b455226] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-color[data-v-7b455226] {
  color: rgba(var(--theme-color), 1) !important;
}
.address-box[data-v-7b455226] {
  box-shadow: none;
  background: linear-gradient(145deg, #2d3746, #1c2431);
  border: 1px solid #4a5568;
  border-radius: 12px;
  padding: 16px;
}
.tips[data-v-7b455226] {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
.fixed-bottom[data-v-7b455226] {
  bottom: 87px;
}

.status-list[data-v-c91d4104] {
  overflow: hidden;
}
.spec[data-v-c91d4104] {
  color: rgba(255, 255, 255, 0.8);
}

.download[data-v-2bfe9e10] {
  margin-top: 20px;
}
.download2[data-v-2bfe9e10] {
  margin-top: 20px;
  color: rgba(var(--secondary-color), 1);
  border: 1px solid rgba(var(--secondary-color), 1);
  background-color: transparent;
}

.announcement-detail[data-v-917b76cc] {
  min-height: 100vh;
}
.announcement-detail.dark-theme[data-v-917b76cc] {
  color: #e0e0e0;
}
.header-title[data-v-917b76cc] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
}
.announcement-container[data-v-917b76cc] {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 16px;
}
.announcement-card[data-v-917b76cc] {
  background: linear-gradient(145deg, #2d3746, #1c2431);
  border-radius: 16px;
  border: 1px solid #4a5568;
  backdrop-filter: blur(10px);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.announcement-card[data-v-917b76cc]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.announcement-header[data-v-917b76cc] {
  padding: 32px 32px 16px;
  border-bottom: 1px solid #4a5568;
}
.announcement-title[data-v-917b76cc] {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
  word-break: break-word;
}
.announcement-meta[data-v-917b76cc] {
  display: flex;
  align-items: center;
}
.publish-time[data-v-917b76cc] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 14px;
}
.publish-time .icon[data-v-917b76cc] {
  color: #666;
}
.announcement-content[data-v-917b76cc] {
  padding: 32px;
}
.content-text[data-v-917b76cc] {
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  white-space: pre-line;
  word-break: break-word;
}
.announcement-footer[data-v-917b76cc] {
  padding: 0 32px 32px;
}
.divider[data-v-917b76cc] {
  height: 1px;
  background: linear-gradient(90deg, transparent, #333, transparent);
  margin: 24px 0;
}
.footer-note[data-v-917b76cc] {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 0;
  font-style: italic;
}
/* 响应式设计 */
@media (max-width: 768px) {
.announcement-container[data-v-917b76cc] {
    padding: 16px 12px;
}
.announcement-header[data-v-917b76cc],
  .announcement-content[data-v-917b76cc] {
    padding: 24px 20px;
}
.announcement-title[data-v-917b76cc] {
    font-size: 20px;
}
.content-text[data-v-917b76cc] {
    font-size: 15px;
    line-height: 1.7;
}
}
@media (max-width: 480px) {
.announcement-header[data-v-917b76cc],
  .announcement-content[data-v-917b76cc] {
    padding: 20px 16px;
}
.announcement-title[data-v-917b76cc] {
    font-size: 18px;
}
.header-panel[data-v-917b76cc] {
    padding: 0 12px;
}
}
/* 滚动条样式 */
[data-v-917b76cc]::-webkit-scrollbar {
  width: 6px;
}
[data-v-917b76cc]::-webkit-scrollbar-track {
  background: #1a1a1a;
}
[data-v-917b76cc]::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 3px;
}
[data-v-917b76cc]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.rules-details-box[data-v-f6f64cc4] {
  padding: 24px;
  border-radius: 10px;
}
.tips[data-v-f6f64cc4] {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
.flex2[data-v-f6f64cc4] {
  display: flex;
  justify-content: space-between;
}
.form-group[data-v-f6f64cc4] {
  margin-top: 20px;
}
.form-label[data-v-f6f64cc4] {
  margin-bottom: 10px !important;
}

/* 主体内容区域 */
.section[data-v-47de3c67] {
  padding: 1.5rem 0.8rem;
  min-height: calc(100vh - 64px);
  background: #1c2431;
}
.container2[data-v-47de3c67] {
  max-width: 100%;
  margin: 0 auto;
}
/* 标题区域 */
.section-header[data-v-47de3c67] {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-title[data-v-47de3c67] {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.gradient-text[data-v-47de3c67] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}
.gradient-text[data-v-47de3c67]::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 1.5px;
}
.section-subtitle[data-v-47de3c67] {
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-top: 1rem;
}
/* 特性卡片 */
.features-grid[data-v-47de3c67] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.feature-card[data-v-47de3c67] {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card[data-v-47de3c67]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--theme-color), 1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-card[data-v-47de3c67]:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--theme-color), 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.feature-card[data-v-47de3c67]:hover::before {
  opacity: 1;
}
.feature-card:hover .feature-icon[data-v-47de3c67] {
  transform: scale(1.05) rotate(3deg);
}
.feature-icon[data-v-47de3c67] {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.feature-title[data-v-47de3c67] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.feature-desc[data-v-47de3c67] {
  color: #94a3b8;
  line-height: 1.5;
  font-size: 0.85rem;
}
/* 生态系统区域 */
.ecosystem-section[data-v-47de3c67] {
  background: rgba(30, 41, 59, 0.5);
  border-radius: 16px;
  padding: 1.5rem 0.6rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
}
.ecosystem-section h3[data-v-47de3c67] {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.ecosystem-section h3[data-v-47de3c67]::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 3px;
  background: rgba(var(--theme-color), 1);
  border-radius: 1.5px;
}
.ecosystem-section > p[data-v-47de3c67] {
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.ecosystem-grid[data-v-47de3c67] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.ecosystem-item[data-v-47de3c67] {
  background: rgba(28, 36, 49, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s ease;
  text-align: center;
}
.ecosystem-item[data-v-47de3c67]:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--theme-color), 1);
  background: rgba(59, 130, 246, 0.1);
}
.ecosystem-name[data-v-47de3c67] {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.ecosystem-desc[data-v-47de3c67] {
  color: #94a3b8;
  font-size: 0.8rem;
}
/* 核心优势 */
.core-advantages[data-v-47de3c67] {
  padding-top: 1rem;
}
.core-advantages h3[data-v-47de3c67] {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.core-advantages h3[data-v-47de3c67]::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: rgba(var(--theme-color), 1);
  border-radius: 1.5px;
}
.advantages-list[data-v-47de3c67] {
  margin-bottom: 1.5rem;
}
.advantage-row[data-v-47de3c67] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
.advantage-box[data-v-47de3c67] {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 0.3s ease;
}
.advantage-box[data-v-47de3c67]:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--theme-color), 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.advantage-box-icon[data-v-47de3c67] {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.advantage-box h4[data-v-47de3c67] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.advantage-box p[data-v-47de3c67] {
  color: #94a3b8;
  line-height: 1.5;
  font-size: 0.85rem;
}
/* 访问按钮 */
.access-button[data-v-47de3c67] {
  margin-top: 2rem;
  text-align: center;
}
.btn-primary[data-v-47de3c67] {
  background: rgba(var(--theme-color), 1);
  color: #333;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.btn-primary[data-v-47de3c67]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.btn-primary[data-v-47de3c67]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}
.btn-primary[data-v-47de3c67]:hover::before {
  left: 100%;
}
.btn-primary[data-v-47de3c67]:active {
  transform: translateY(0);
}
/* 响应式调整 */
@media (max-width: 375px) {
.features-grid[data-v-47de3c67] {
    grid-template-columns: 1fr;
}
.ecosystem-grid[data-v-47de3c67] {
    grid-template-columns: repeat(2, 1fr);
}
.advantage-row[data-v-47de3c67] {
    grid-template-columns: 1fr;
}
.section-title[data-v-47de3c67] {
    font-size: 1.75rem;
}
.feature-card[data-v-47de3c67] {
    padding: 1rem;
}
}
/* 动画效果 */
@keyframes fadeInUp-47de3c67 {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.feature-card[data-v-47de3c67],
.ecosystem-item[data-v-47de3c67],
.advantage-box[data-v-47de3c67] {
  animation: fadeInUp-47de3c67 0.5s ease forwards;
  opacity: 0;
}
.feature-card[data-v-47de3c67]:nth-child(1) {
  animation-delay: 0.1s;
}
.feature-card[data-v-47de3c67]:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-card[data-v-47de3c67]:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-card[data-v-47de3c67]:nth-child(4) {
  animation-delay: 0.4s;
}
.ecosystem-item[data-v-47de3c67]:nth-child(1) {
  animation-delay: 0.1s;
}
.ecosystem-item[data-v-47de3c67]:nth-child(2) {
  animation-delay: 0.2s;
}
.ecosystem-item[data-v-47de3c67]:nth-child(3) {
  animation-delay: 0.3s;
}
.ecosystem-item[data-v-47de3c67]:nth-child(4) {
  animation-delay: 0.4s;
}
.ecosystem-item[data-v-47de3c67]:nth-child(5) {
  animation-delay: 0.5s;
}
.ecosystem-item[data-v-47de3c67]:nth-child(6) {
  animation-delay: 0.6s;
}
.advantage-box[data-v-47de3c67]:nth-child(1) {
  animation-delay: 0.1s;
}
.advantage-box[data-v-47de3c67]:nth-child(2) {
  animation-delay: 0.2s;
}
.advantage-box[data-v-47de3c67]:nth-child(3) {
  animation-delay: 0.3s;
}
.advantage-box[data-v-47de3c67]:nth-child(4) {
  animation-delay: 0.4s;
}


/* 基础样式 */
body[data-v-1c96e6f2] {
  background-color: #1c2431;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* 主体内容区域 */
.section[data-v-1c96e6f2] {
  padding: 20px 16px;
  background-color: #1c2431;
  min-height: calc(100vh - 60px);
}
.section-alt[data-v-1c96e6f2] {
  background: linear-gradient(180deg, #1c2431 0%, #0f172a 100%);
}
.container[data-v-1c96e6f2] {
  max-width: 100%;
  margin: 0 auto;
}

/* 标题区域 */
.section-header[data-v-1c96e6f2] {
  text-align: center;
  margin-bottom: 30px;
}
.section-title[data-v-1c96e6f2] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.gradient-text[data-v-1c96e6f2] {
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}
.gradient-text[data-v-1c96e6f2]::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
  border-radius: 2px;
}
.section-subtitle[data-v-1c96e6f2] {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 8px;
}

/* 视频区域 */
.gather-video-section[data-v-1c96e6f2] {
  margin-bottom: 30px;
}
.gather-video-header[data-v-1c96e6f2] {
  text-align: center;
  margin-bottom: 20px;
}
.gather-video-title[data-v-1c96e6f2] {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}
.gather-video-subtitle[data-v-1c96e6f2] {
  font-size: 14px;
  color: #94a3b8;
}
.gather-video-container[data-v-1c96e6f2] {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  background: #000;
}
.video-poster[data-v-1c96e6f2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.poster-content[data-v-1c96e6f2] {
  text-align: center;
  padding: 30px 20px;
}
.poster-icon[data-v-1c96e6f2] {
  font-size: 48px;
  color: #10b981;
  margin-bottom: 15px;
  animation: pulse-1c96e6f2 2s infinite;
}
@keyframes pulse-1c96e6f2 {
0% { transform: scale(1); opacity: 1;
}
50% { transform: scale(1.1); opacity: 0.8;
}
100% { transform: scale(1); opacity: 1;
}
}
.poster-text[data-v-1c96e6f2] {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}
.poster-subtitle[data-v-1c96e6f2] {
  font-size: 14px;
  color: #94a3b8;
}
.gather-video[data-v-1c96e6f2] {
  width: 100%;
  height: auto;
  display: block;
  min-height: 200px;
}

/* 特性卡片 */
.features-grid[data-v-1c96e6f2] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
.feature-card[data-v-1c96e6f2] {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card[data-v-1c96e6f2]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #10b981, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-card[data-v-1c96e6f2]:hover {
  transform: translateY(-4px);
  border-color: #10b981;
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}
.feature-card[data-v-1c96e6f2]:hover::before {
  opacity: 1;
}
.feature-icon[data-v-1c96e6f2] {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}
.feature-title[data-v-1c96e6f2] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}
.feature-desc[data-v-1c96e6f2] {
  color: #94a3b8;
  line-height: 1.5;
  font-size: 13px;
}

/* GBox区域 */
.gbox-section[data-v-1c96e6f2] {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gbox-section[data-v-1c96e6f2]::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.gbox-badge[data-v-1c96e6f2] {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.gbox-section h3[data-v-1c96e6f2] {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}
.gbox-section > p[data-v-1c96e6f2] {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.gbox-benefits[data-v-1c96e6f2] {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.gbox-benefits li[data-v-1c96e6f2] {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}
.gbox-benefits li[data-v-1c96e6f2]::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}
.gbox-visual[data-v-1c96e6f2] {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}
.gbox-icon[data-v-1c96e6f2] {
  font-size: 48px;
  margin-bottom: 12px;
  color: #10b981;
}
.gbox-visual p[data-v-1c96e6f2] {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
}

/* 技术优势 */
.tech-advantages[data-v-1c96e6f2] {
  padding: 20px 0;
}
.tech-advantages h3[data-v-1c96e6f2] {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
}
.tech-advantages h3[data-v-1c96e6f2]::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  border-radius: 2px;
}
.advantages-grid[data-v-1c96e6f2] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.advantage-item[data-v-1c96e6f2] {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
.advantage-item[data-v-1c96e6f2]:hover {
  transform: translateY(-4px);
  border-color: #10b981;
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.1);
}
.advantage-icon[data-v-1c96e6f2] {
  font-size: 28px;
  margin-bottom: 10px;
}
.advantage-item h4[data-v-1c96e6f2] {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}
.advantage-item p[data-v-1c96e6f2] {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}

/* 访问按钮 */
.access-button[data-v-1c96e6f2] {
  margin-top: 30px;
  text-align: center;
}
.btn-primary[data-v-1c96e6f2] {
  display: inline-block;
   background: rgba(var(--theme-color), 1);

  color: #333;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 200px;
}
.btn-primary[data-v-1c96e6f2]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.4);
}
.btn-primary[data-v-1c96e6f2]:active {
  transform: translateY(0);
}

/* 动画效果 */
.feature-card[data-v-1c96e6f2], .advantage-item[data-v-1c96e6f2] {
  animation: fadeInUp-1c96e6f2 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp-1c96e6f2 {
to {
    opacity: 1;
    transform: translateY(0);
}
}
.feature-card[data-v-1c96e6f2]:nth-child(1) { animation-delay: 0.1s;
}
.feature-card[data-v-1c96e6f2]:nth-child(2) { animation-delay: 0.2s;
}
.feature-card[data-v-1c96e6f2]:nth-child(3) { animation-delay: 0.3s;
}
.feature-card[data-v-1c96e6f2]:nth-child(4) { animation-delay: 0.4s;
}
.advantage-item[data-v-1c96e6f2]:nth-child(1) { animation-delay: 0.2s;
}
.advantage-item[data-v-1c96e6f2]:nth-child(2) { animation-delay: 0.3s;
}
.advantage-item[data-v-1c96e6f2]:nth-child(3) { animation-delay: 0.4s;
}

/* 响应式调整 */
@media (max-width: 375px) {
.features-grid[data-v-1c96e6f2] {
    grid-template-columns: 1fr;
}
.advantages-grid[data-v-1c96e6f2] {
    grid-template-columns: 1fr;
    gap: 12px;
}
.section-title[data-v-1c96e6f2] {
    font-size: 24px;
}
.gbox-section[data-v-1c96e6f2] {
    padding: 16px;
}
.btn-primary[data-v-1c96e6f2] {
    padding: 12px 24px;
    font-size: 15px;
    min-width: 180px;
}
}
@media (min-width: 768px) {
.section[data-v-1c96e6f2] {
    padding: 40px 30px;
}
.container2[data-v-1c96e6f2] {
    max-width: 720px;
}
.section-title[data-v-1c96e6f2] {
    font-size: 32px;
}
.features-grid[data-v-1c96e6f2] {
    gap: 16px;
}
.feature-card[data-v-1c96e6f2] {
    padding: 20px;
}
.advantage-item[data-v-1c96e6f2] {
    padding: 20px;
}
}

.lead[data-v-d45228a6] {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
}

.setPayPsw .input-wrapper {
  position: relative;
}
.setPayPsw .set {
  top: 12px;
  position: absolute;
  right: 0;
}
.setPayPsw .set i {
  margin-left: 16px;
}
.setPayPsw .idetIcon {
  width: 24px;
  z-index: 100;
}
.setPayPsw .tip2 p {
  margin-top: 10px;
  color: rgba(var(--title-color), 1);
}
.setPayPsw .tip2 p span {
  color: red !important;
}
.setPayPsw .theme-btn {
  border: 1px solid rgba(var(--theme-color), 1) !important;
  background-color: rgba(var(--theme-color), 1) !important;
}
.setPayPsw .theme-btn span {
  color: #333 !important;
}
.right {
  position: relative;
  z-index: 200;
}

.form-label[data-v-5956a2ac] {
  font-size: 14px !important;
}
/* custom input styling for better appearance */
.form-input .form-control[data-v-5956a2ac],
.form-input select[data-v-5956a2ac] {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fdfdfd;
  padding: 10px 12px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.form-input .form-control[data-v-5956a2ac]:focus,
.form-input select[data-v-5956a2ac]:focus {
  outline: none;
  border-color: #5c9ded;
  box-shadow: 0 0 3px rgba(92, 157, 237, 0.5);
}
/* disabled button state */
.btn.disabled[data-v-5956a2ac] {
  background: #ccc !important;
  color: #666;
  cursor: not-allowed;
  pointer-events: auto;
  /* allow click for showing error */
}
.tips[data-v-5956a2ac] {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
.titleList[data-v-5956a2ac] {
  color: #fff;
  margin: 20px 0 10px;
}

.bg[data-v-1a7a627e] {
  color: #fff;
  padding: 20px;
}
.bg p[data-v-1a7a627e] {
  line-height: 2;
}
.bg input[data-v-1a7a627e] {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 20px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
}
.bg button[data-v-1a7a627e] {
  height: 40px;
  margin-top: 20px;
  width: 100%;
}

.flex[data-v-19f8877c] {
  display: flex;
  align-items: center;
}
.bindBtn[data-v-19f8877c] {
  margin-top: 10px;
}
.profile-part > div[data-v-19f8877c] {
  width: 100%;
}
.mr-10[data-v-19f8877c] {
  margin-right: 10px;
}
.flx2[data-v-19f8877c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
}
.flex2[data-v-19f8877c] {
  display: flex;
  align-items: center;
}
.flex2 img[data-v-19f8877c] {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

/* 添加点击反馈效果 */
.navbar-menu li[data-v-53dd7098]:active {
  opacity: 0.7;
  transition: opacity 0.2s;
}
/* 禁用当前活动项的点击效果 */
.navbar-menu li.active[data-v-53dd7098] {
  pointer-events: none;
  cursor: default;
}

.noData[data-v-24e4f59b] {
  margin-top: 100px;
  text-align: center;
}
.noData img[data-v-24e4f59b] {
  width: 160px;
}

.loading-container[data-v-24a16d5c] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.spinner[data-v-24a16d5c] {
  width: 40px;
  height: 40px;
  border: 4px solid transparent;
  border-top: 4px solid #4caf50;
  border-right: 4px solid #2196f3;
  border-bottom: 4px solid #ff5252;
  border-radius: 50%;
  animation: spin-24a16d5c 1s linear infinite;
}
@keyframes spin-24a16d5c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

#notOpen .tip[data-v-2d59075d] {
  margin-top: 20px;
}

.errorTips[data-v-e7e62f44] {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
.imgSuc[data-v-e7e62f44] {
  margin: -20px auto 0 !important;
  width: 160px !important;
}
.smallBtn[data-v-e7e62f44] {
  width: 50% !important;
  margin: 0 auto;
}


.mobile-notification[data-v-2c0d290a] {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  z-index: 9999;
}
.notification-card[data-v-2c0d290a] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 16px;
  animation: fadeIn-2c0d290a 0.3s ease;
  font-size: 14px;
}
.notification-header[data-v-2c0d290a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.notification-time[data-v-2c0d290a] {
  font-size: 12px;
  color: #999;
}
.notification-content[data-v-2c0d290a] {
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
}
.notification-footer[data-v-2c0d290a] {
  text-align: right;
}
.slide-up-enter-active[data-v-2c0d290a],
.slide-up-leave-active[data-v-2c0d290a] {
  transition: all 0.3s ease;
}
.slide-up-enter[data-v-2c0d290a],
.slide-up-leave-to[data-v-2c0d290a] {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeIn-2c0d290a {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.light-border-container[data-v-1e382c3c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--1e382c3c-borderRadius);
  overflow: hidden;
  width: var(--1e382c3c-typeof_width______number____width____px____width);
  height: var(--1e382c3c-typeof_height______number____height____px____height);
  background: rgba(0, 0, 0, 0.85);
}

/* 流动边框容器 */
.flowing-border[data-v-1e382c3c] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--1e382c3c-borderRadius);
  overflow: hidden;
  z-index: 1;
}

/* 流动光带 - 使用黄色和#ffe00b渐变 */
.flow-line[data-v-1e382c3c] {
  position: absolute;
  background: linear-gradient(90deg, 
    transparent,
    rgba(255, 255, 255, 0.2),      /* 白色透明 */
    #ffe00b,                        /* 主黄色 */
    #ffeb3b,                        /* 亮黄色 */
    #ffe00b,                        /* 主黄色 */
    rgba(255, 255, 255, 0.2),      /* 白色透明 */
    transparent
  );
  filter: blur(1px);
  box-shadow: 0 0 8px #ffe00b;
}

/* 顶部流动光带 */
.flow-line-1[data-v-1e382c3c] {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  animation: flowTop-1e382c3c var(--1e382c3c-animationDuration____s_) linear infinite;
  transform: translateX(-100%);
}

/* 右侧流动光带 */
.flow-line-2[data-v-1e382c3c] {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  animation: flowRight-1e382c3c var(--1e382c3c-animationDuration____s_) linear infinite;
  animation-delay: var(--1e382c3c-_animationDuration___0_25_____s_);
  transform: translateY(-100%);
}

/* 底部流动光带 */
.flow-line-3[data-v-1e382c3c] {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  animation: flowBottom-1e382c3c var(--1e382c3c-animationDuration____s_) linear infinite;
  animation-delay: var(--1e382c3c-_animationDuration___0_5_____s_);
  transform: translateX(100%);
}

/* 左侧流动光带 */
.flow-line-4[data-v-1e382c3c] {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  animation: flowLeft-1e382c3c var(--1e382c3c-animationDuration____s_) linear infinite;
  animation-delay: var(--1e382c3c-_animationDuration___0_75_____s_);
  transform: translateY(100%);
}

/* 四角光效 - 使用黄色和#ffe00b */
.corner[data-v-1e382c3c] {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2;
  background: radial-gradient(circle at center, #ffe00b, transparent 70%);
}
.corner-1[data-v-1e382c3c] {
  top: -1px;
  left: -1px;
  border-top: 1px solid #ffe00b;
  border-left: 1px solid #ffe00b;
  box-shadow: 
    -2px -2px 8px #ffe00b,
    -4px -4px 12px rgba(255, 224, 11, 0.3);
}
.corner-2[data-v-1e382c3c] {
  top: -1px;
  right: -1px;
  border-top: 1px solid #ffe00b;
  border-right: 1px solid #ffe00b;
  box-shadow: 
    2px -2px 8px #ffe00b,
    4px -4px 12px rgba(255, 224, 11, 0.3);
}
.corner-3[data-v-1e382c3c] {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #ffe00b;
  border-left: 1px solid #ffe00b;
  box-shadow: 
    -2px 2px 8px #ffe00b,
    -4px 4px 12px rgba(255, 224, 11, 0.3);
}
.corner-4[data-v-1e382c3c] {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #ffe00b;
  border-right: 1px solid #ffe00b;
  box-shadow: 
    2px 2px 8px #ffe00b,
    4px 4px 12px rgba(255, 224, 11, 0.3);
}

/* 内容区域 */
.content[data-v-1e382c3c] {
  position: relative;
  z-index: 3;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: rgba(0, 0, 0, 0.9);
  margin: 3px;
  border-radius: calc(var(--1e382c3c-borderRadius) - 3px);
  overflow: hidden;
}

/* 流动动画 */
@keyframes flowTop-1e382c3c {
0% {
    transform: translateX(-100%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    transform: translateX(100%);
    opacity: 0;
}
}
@keyframes flowRight-1e382c3c {
0% {
    transform: translateY(-100%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    transform: translateY(100%);
    opacity: 0;
}
}
@keyframes flowBottom-1e382c3c {
0% {
    transform: translateX(100%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    transform: translateX(-100%);
    opacity: 0;
}
}
@keyframes flowLeft-1e382c3c {
0% {
    transform: translateY(100%);
    opacity: 0;
}
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    transform: translateY(-100%);
    opacity: 0;
}
}

/* 鼠标悬停效果 */
.light-border-container:hover .flow-line[data-v-1e382c3c] {
  animation-duration: calc(var(--1e382c3c-animationDuration____s_) * 0.7);
  filter: blur(0.5px) brightness(1.2);
}
.light-border-container:hover .corner[data-v-1e382c3c] {
  background: radial-gradient(circle at center, #ffeb3b, transparent 70%);
}

