body {
  overflow-x: hidden;
}
.page-container *::-webkit-scrollbar {
  display: block !important;
  width: 0px !important;
  height: 0px !important;
}

a:not([href='javascript:;']) {
  cursor: pointer;
}

.page-container *::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-yellow-1000 {
  background-color: #ffa700;
}
.bg-yellow-1200 {
  background-color: #ffbe43;
}
.bg-black-900 {
  background-color: #171717;
}
.bg-gray-1000 {
  background-color: #fafafa;
}
.bg-gray-1100 {
  background: #fafafa;
}

.text-black {
  color: #000000;
}
.text-black-100 {
  color: #191919;
}
.text-gray-600 {
  color: #666;
}
.text-yellow-1000 {
  color: #ffa700;
}
.border-yellow-1000 {
  border-color: #ffa700;
}

.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(0, 0, 0, 0.12);
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: #ffa700 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-slide {
  height: 0 !important;
}
.swiper-slide.swiper-slide-active {
  height: 100% !important;
}

.bg-linear {
  background: linear-gradient(90deg, #030303 0%, #2e2005 100%);
}

.min-width-140 {
  min-width: 140px;
}
.nowrap {
  white-space: nowrap;
}
.fs-0 {
  font-size: 0;
}

.max-w-8xl {
  max-width: 86rem;
}

@media (min-width: 640px) {
  .min-w-360 {
    min-width: 360px;
  }
}

.editor-content a {
  color: #f00 !important;
}
.editor-content a:hover {
  text-decoration: underline;
  color: #f00 !important;
  opacity: 0.85;
}
.editor-content p {
  line-height: 2;
  color: #666;
}

.share-active {
  display: none;
}
.share-item:hover .share-common {
  display: none;
}
.share-item:hover .share-active {
  display: block;
}

.footer ul li {
  font-size: 0;
}

.editor-content iframe {
  margin: 14px 0;
  max-width: 100% !important;
}
