<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
  .nav-box {
    padding: 0 0.5rem;
  }
  #player {
    height: 420px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
  .type-box .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .type-box .buttons::-webkit-scrollbar {
    display: none;
  }
  #player {
    height: 220px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
html,
.footer {
  background-color: #efefef;
}
.is-14 {
  font-size: 14px;
}
form {
  margin-top: unset !important;
  margin-block-end: unset !important;
}
.button.is-rounded {
  padding-left: 0.75em;
  padding-right: 0.75em;
  border-width: 2px;
  font-weight: 500;
}
.my-box {
  background-color: white;
  border-radius: 10px;
}
.index-box {
  justify-content: center;
}
.index-box .button {
  border-radius: 4px;
  font-weight: 500;
}
.vod-box .type-title {
  margin-bottom: 10px;
}
.vod-box .vod-item-box .image {
  background-color: #0a0a0a;
  border-radius: 10px;
}
.vod-box .vod-item-box .image img {
  object-fit: cover;
  border-radius: 10px;
}
.vod-box .vod-item-box .image .vod_hits {
  position: absolute;
  z-index: 10;
  text-align: right;
  right: 5px;
  bottom: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.vod-box .vod-item-box .vod-name {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vod-box .vod-item-box .vod-class {
  margin-top: 5px;
  font-size: 12px;
}
.user-box .user-item-box {
  margin-bottom: unset;
}
.user-box .user-all-box {
  background-color: #ffffff;
  border-radius: 10px;
}
.user-box .user-info-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-box .user-info-box .user-avatar {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-weight: 500;
  color: #ffffff;
}
.user-box .user-info-box .user-info {
  margin-left: 20px;
  font-weight: 500;
}
.user-box .level {
  background-color: #ffffff;
  border-radius: 10px;
}
.user-box .user-tips {
  background-color: #ffffff;
  border-radius: 10px;
}
.user-edit-box .operate-title {
  margin-top: 12px;
  padding: 24px 12px 12px 12px;
}
.user-edit-box .operate-box {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 12px;
  padding: 24px 12px;
}
.user-edit-box .operate-box .field .control {
  margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>