.content[data-v-0640d2a6] {
  flex: 1;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.van-tabbar[data-v-0640d2a6] {
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.van-tabbar-item--active[data-v-0640d2a6] {
  background-color: #171512;
  color: #fff !important;
}
.defaultFontColor .van-tabbar-item[data-v-0640d2a6] {
  color: #30302f;
}
.defaultFontColor .van-tabbar-item--active[data-v-0640d2a6] {
  color: #ff3000 !important;
}
.notifyPop[data-v-0640d2a6] {
  position: relative;
  z-index: 100;
  width: 326px;
  height: 497px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/app/img/title-notify.5e9907e.png) no-repeat;
  background-size: 100%;
  border-radius: 16px;
}
.notifyPop .notifyBg[data-v-0640d2a6] {
  margin-top: -40px;
  width: 100%;
}
.notifyPop .notifyContent[data-v-0640d2a6] {
  margin-top: 165px;
  height: 225px;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.notifyPop .notifyHtml[data-v-0640d2a6] {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  overflow-y: hidden;
  overflow-x: hidden;
  color: #000;
  white-space: pre-wrap;
}
.notifyPop .cooperationTitle[data-v-0640d2a6] {
  margin-top: 10px;
  font-weight: bold;
  color: red;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.notifyPop[data-v-0640d2a6] ::-webkit-scrollbar {
  display: block;
  background: #c8c2bb;
  border-radius: 2.5px;
}
.notifyPop[data-v-0640d2a6] ::-webkit-scrollbar-thumb {
  background: #f4ad3d;
}
.notifyPop .close2Btn[data-v-0640d2a6] {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.notifyPop .box[data-v-0640d2a6] {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.notifyPop .boxInfo[data-v-0640d2a6] {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: center;
  color: #fff;
}
.notifyPop .boxInfo .tipText[data-v-0640d2a6] {
  margin-top: 5px;
}
.notifyPop .boxInfo .text[data-v-0640d2a6] {
  color: #3187ff;
}
.notifyPop .bottomBox[data-v-0640d2a6] {
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(to left, #f7d791, #eb91e1, #8b7bca);
  text-align: center;
  margin: 20px 0;
  padding: 10px 84px;
}
.notifyPop .btn[data-v-0640d2a6] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.line-container[data-v-0640d2a6] {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 153, 0, 0.5), transparent);
  margin: 30px 0 20px 0;
}
.bottomBar[data-v-0640d2a6] {
  background: transparent;
  padding: 20px;
  text-align: center;
}
.bottomBar .site-header[data-v-0640d2a6] {
  margin-bottom: 15px;
}
.bottomBar .site-header .site-logo[data-v-0640d2a6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bottomBar .site-header .site-logo .logo-img[data-v-0640d2a6] {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bottomBar .site-header .site-logo .site-name[data-v-0640d2a6] {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.bottomBar .site-notice[data-v-0640d2a6] {
  margin-bottom: 15px;
}
.bottomBar .site-notice .notice-text[data-v-0640d2a6] {
  font-size: 12px;
  color: #cccccc;
  line-height: 1.5;
  margin: 0;
  padding: 8px 16px;
  background: rgba(255, 153, 0, 0.1);
  border-radius: 6px;
  border-left: 3px solid #ff9900;
}
.bottomBar .friend-links[data-v-0640d2a6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bottomBar .friend-links .links-label[data-v-0640d2a6] {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 8px;
}
.bottomBar .friend-links .links-container[data-v-0640d2a6] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.bottomBar .friend-links .friend-link[data-v-0640d2a6] {
  font-size: 12px;
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(255, 153, 0, 0.1);
  border: 1px solid rgba(255, 153, 0, 0.2);
  transition: all 0.3s ease;
}
.bottomBar .friend-links .friend-link[data-v-0640d2a6]:hover {
  background: rgba(255, 153, 0, 0.2);
  border-color: rgba(255, 153, 0, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(255, 153, 0, 0.2);
}
.bottomBar .friend-links .friend-link[data-v-0640d2a6]:active {
  transform: translateY(0);
}
.sidebar-ads[data-v-0640d2a6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 998;
}
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6],
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0;
}
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6]::-webkit-scrollbar,
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6]::-webkit-scrollbar {
  width: 4px;
}
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6]::-webkit-scrollbar-track,
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6]::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6]::-webkit-scrollbar-thumb,
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6]::-webkit-scrollbar-thumb:hover,
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6]::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6] {
  left: calc((100% - 1323px) / 2 - 220px);
}
@media (max-width: 1323px) {
.sidebar-ads .sidebar-ad-left[data-v-0640d2a6] {
    left: 20px;
}
}
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6] {
  right: calc((100% - 1323px) / 2 - 220px);
}
@media (max-width: 1323px) {
.sidebar-ads .sidebar-ad-right[data-v-0640d2a6] {
    right: 20px;
}
}
.sidebar-ads .sidebar-ad-item[data-v-0640d2a6] {
  position: relative;
  max-width: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.sidebar-ads .sidebar-ad-item[data-v-0640d2a6]:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.sidebar-ads .sidebar-ad-item:hover .sidebar-ad-close[data-v-0640d2a6] {
  opacity: 1;
}
.sidebar-ads .sidebar-ad-item[data-v-0640d2a6] .pop-ad-div,
.sidebar-ads .sidebar-ad-item[data-v-0640d2a6] img {
  width: 100%;
  height: auto;
  display: block;
}
.sidebar-ads .sidebar-ad-close[data-v-0640d2a6] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.sidebar-ads .sidebar-ad-close svg[data-v-0640d2a6] {
  color: #fff;
  width: 16px;
  height: 16px;
}
.sidebar-ads .sidebar-ad-close[data-v-0640d2a6]:hover {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transform: scale(1.1);
}
.sidebar-ads .sidebar-ad-close[data-v-0640d2a6]:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
.bottomBar[data-v-0640d2a6] {
    padding: 15px;
}
.bottomBar .site-header .site-logo .logo-img[data-v-0640d2a6] {
    width: 28px;
    height: 28px;
}
.bottomBar .site-header .site-logo .site-name[data-v-0640d2a6] {
    font-size: 18px;
}
.bottomBar .site-notice .notice-text[data-v-0640d2a6] {
    font-size: 11px;
    padding: 6px 12px;
}
.bottomBar .friend-links .links-label[data-v-0640d2a6] {
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
}
.bottomBar .friend-links .friend-link[data-v-0640d2a6] {
    font-size: 11px;
    padding: 3px 6px;
}
}
.gridPopContent[data-v-0640d2a6] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gridPopContent .closeBtn[data-v-0640d2a6] {
  margin-top: 30px;
  text-align: center;
}
.gridPopContent .countDownText[data-v-0640d2a6] {
  font-size: 24px;
  color: #aaa;
  border-radius: 50%;
  margin: 2px;
  width: 42px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #aaa;
}
.floatAd[data-v-0640d2a6] {
  position: absolute;
  bottom: 60px;
  right: 10px;
  z-index: 99;
  max-width: 85px !important;
  color: #ff0000;
}
.floatAd .fontDiv[data-v-0640d2a6] {
  z-index: 99;
  margin-top: -18px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  background-size: contain;
  align-items: flex-end;
  justify-content: center;
}

