@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

#app .customer-service {
  z-index: 9999;
  width: 10.875rem;
  height: 12.625rem;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.14);
  position: fixed;
  bottom: 18.75rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#app .customer-service > img {
  width: 2.125rem;
  height: 2.125rem;
}
#app .customer-service > h3 {
  margin: 0.625rem 0 0.125rem 0;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  color: #2c2c2c;
}
#app .customer-service > span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.875rem;
  display: flex;
  color: #626b81;
}
#app .customer-service > p {
  margin: 0.625rem 0 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  display: flex;
  color: #2c2c2c;
}
#app .customer-service > button {
  width: 7.5rem;
  height: 2rem;
  border-radius: 6.9375rem;
  background: #ed2424;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
#app .float-part {
  z-index: 999;
  width: 3rem;
  height: 10rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  opacity: 1;
  position: fixed;
  bottom: 6.25rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#app .float-part .border {
  width: 1.5rem;
  height: 0.0625rem;
  background: rgba(0, 0, 0, 0.1);
}
#app .float-part > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
}
#app .float-part > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  text-decoration: none;
}
#app .float-part > a:hover {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #2c2c2c;
}
#app .float-part > i:hover {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #2c2c2c;
}
#app .float-part .icon1:hover ~ .float-active-one {
  display: flex;
}
#app .float-part .icon2:hover ~ .float-active-two {
  display: block;
}
#app .float-part .float-active-one {
  display: none;
  position: fixed;
  bottom: 6rem;
  right: 5rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.14);
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  opacity: 1;
  z-index: 999;
  padding: 1.5rem;
  box-sizing: border-box;
}
#app .float-part .float-active-one .float-active-one-1 {
  display: flex;
  flex-direction: column;
}
#app .float-part .float-active-one .float-active-one-1 > h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2c2c;
}
#app .float-part .float-active-one .float-active-one-1 > p {
  width: 7rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
}
#app .float-part .float-active-one .float-active-one-2 {
  margin: 1.375rem 1.5rem 0 1.5rem;
  width: 0.0625rem;
  height: 4.625rem;
  background: #f1f1f1;
  opacity: 1;
}
#app .float-part .float-active-one .float-active-one-3 > h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2c2c;
}
#app .float-part .float-active-one .float-active-one-3 > img {
  width: 5.25rem;
  height: 5.3125rem;
  opacity: 1;
  background: #ffffff;
  margin-top: 0.75rem;
}
#app .float-part .float-active-two {
  display: none;
  position: fixed;
  bottom: 8rem;
  right: 5rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.14);
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  opacity: 1;
  z-index: 999;
  padding: 1.5rem;
  box-sizing: border-box;
}
#app .float-part .float-active-two > h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2c2c;
}
#app .float-part .float-active-two > span {
  display: block;
  word-wrap: break-word;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
#app .app-header {
  width: 90rem;
  height: 25rem;
  position: relative;
}
#app .app-header .app-header-top {
  position: fixed;
  top: 0;
  right: 0;
  width: 90rem;
  height: 4.375rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 0 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 999;
}
#app .app-header .app-header-top > img {
  width: 9.125rem;
  height: 1.5rem;
  cursor: pointer;
}
#app .app-header .app-header-top .tags-list-div {
  display: flex;
}
#app .app-header .app-header-top .tags-list-div .active {
  color: #ED2424;
  font-weight: 600;
}
#app .app-header .app-header-top .tags-list-div .active:after {
  content: "";
  display: block;
  width: 1.3125rem;
  border-bottom: 0.125rem solid #ED2424;
  margin: 2px auto 0 auto;
  box-shadow: 0px 3px 6px 0px #ED2424;
}
#app .app-header .app-header-top .tags-list-div .active:hover {
  color: #ED2424;
}
#app .app-header .app-header-top .tags-list-div > li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 2.5rem;
  cursor: pointer;
  font-weight: 400;
}
#app .app-header .app-header-top .tags-list-div > li:nth-child(1) {
  margin-left: 5.125rem;
}
#app .app-header .app-header-top .tags-list-div > li:hover {
  color: #FFFFFF;
  font-weight: 600;
}
#app .app-header .app-header-top .EN-search {
  margin-left: 0 !important;
}
#app .app-header .app-header-top .search-input {
  display: flex;
  flex: 1;
  margin-right: 2.875rem;
}
#app .app-header .app-header-top .search-input > input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 2.1875rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: normal;
  color: #FFFFFF;
}
#app .app-header .app-header-top .search-input input:focus {
  outline: none;
}
#app .app-header .app-header-top .search-input input::placeholder {
  /* 搜索视频标签、故事内容、ID或你感兴趣的关键词 */
  font-size: 0.75rem;
  font-weight: 600;
  /* 纯黑/30 */
  color: rgba(255, 255, 255, 0.6);
}
#app .app-header .app-header-top .search-input > i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  height: 2.1875rem;
  /* 主色/红 */
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.25rem;
  color: #ffffff;
  cursor: pointer;
}
#app .app-header .app-header-top .zh-en-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  padding: 0 0.625rem 0 1rem;
  box-sizing: border-box;
  height: 2.1875rem;
  border-radius: 0.5rem;
  gap: 0.5rem;
  box-sizing: border-box;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-right: 1.5rem;
}
#app .app-header .app-header-top .zh-en-switch > img {
  width: 1.125rem;
  height: 1.125rem;
}
#app .app-header .app-header-top .zh-en-selection {
  position: absolute;
  top: 4.375rem; /* 根据实际调整 */
  right: 10.0625rem; /* 根据实际调整 */
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.12);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 7.5625rem;
  height: 5rem;
  border-radius: 0.25rem;
  background: #FFFFFF;
  padding: 0.625rem 0;
  box-sizing: border-box;
}
#app .app-header .app-header-top .lang-option {
  width: 6.0625rem;
  height: 1.625rem;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: background 0.2s;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #1D1E29;
}
#app .app-header .app-header-top .lang-option.active {
  color: #fff;
  font-weight: bold;
  width: 6.0625rem;
  height: 1.625rem;
  border-radius: 4px;
  background: #ED2424;
}
#app .app-header .app-header-top .lang-option .checkmark {
  margin: 0 0.375rem;
  width: 1rem;
  height: 1rem;
  color: #fff;
  display: inline-block;
}
#app .app-header .app-header-top .lang-option:not(.active) .checkmark {
  visibility: hidden;
}
#app .app-header .app-header-top .register {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 6.125rem;
  height: 2.1875rem;
  border-radius: 0.5rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
#app .app-header .app-header-bottom {
  width: 90rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(29, 30, 41, 0) 47%, #1D1E29 100%);
}
#app .app-header .app-header-bottom #v1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90rem;
  margin-top: -11.5rem;
  z-index: -1;
}
#app .app-content {
  width: 90rem;
  background-color: #1D1E29;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .app-content .app-content-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 13.5625rem 0 13.5625rem;
  margin-top: -2.5rem;
  box-sizing: border-box;
}
#app .app-content .app-content-tab .app-content-tabItem {
  width: 19rem;
  height: 7.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  transition: background-color 0.5s ease; /* 渐变效果 */
  position: relative; /* 使子元素的定位基于此元素 */
  cursor: pointer;
  overflow: hidden;
}
#app .app-content .app-content-tab .app-content-tabItem > span {
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
#app .app-content .app-content-tab .app-content-tabItem > p {
  font-size: 0.875rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
#app .app-content .app-content-tab .app-content-tabItem .icon {
  position: absolute;
  bottom: -3.125rem; /* 初始位置在矩形底部下方50px */
  right: 0;
  opacity: 0; /* 初始状态为隐藏 */
  transition: opacity 0.5s ease, bottom 0.5s ease; /* 渐显和上移的过渡效果 */
  width: 6.8125rem;
  height: 5.3125rem;
}
#app .app-content .app-content-tab .app-content-tabItem .icon > img {
  width: 100%;
  height: 100%;
}
#app .app-content .app-content-tab .app-content-tabItem:hover {
  background-color: #ED2424; /* 鼠标悬停时变为红色 */
}
#app .app-content .app-content-tab .app-content-tabItem:hover > span, #app .app-content .app-content-tab .app-content-tabItem:hover p {
  font-weight: 600;
}
#app .app-content .app-content-tab .app-content-tabItem:hover .icon {
  opacity: 1; /* 显示 */
  bottom: 0; /* 上移到指定位置，这里设置为距离底部10px */
}
#app .app-content .app-content-trend {
  width: 90rem;
  padding: 6.25rem 13.5625rem 0 13.5625rem;
  box-sizing: border-box;
}
#app .app-content .app-content-trend .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .app-content .app-content-trend .title-box > h1 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
}
#app .app-content .app-content-trend .title-box .arrows-box {
  cursor: pointer;
  width: 4.5rem;
  height: 2.1875rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  color: #FFFFFF;
}
#app .app-content .app-content-trend .banner-carousel {
  display: flex;
  gap: 1rem;
  height: 44.5625rem;
  margin-top: 2rem;
}
#app .app-content .app-content-trend .banner-main {
  width: 44.375rem;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3.8125rem);
}
#app .app-content .app-content-trend .banner-image-wrapper {
  position: relative;
  width: 44.375rem;
  height: 37.0625rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--bgImg);
  background-size: cover;
}
#app .app-content .app-content-trend .banner-image-wrapper .backdrop-filter {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(61px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#app .app-content .app-content-trend .banner-image {
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
#app .app-content .app-content-trend .banner-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
#app .app-content .app-content-trend .banner-info-top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 0.625rem;
}
#app .app-content .app-content-trend .banner-desc {
  flex: 1;
  padding: 0.75rem 1rem 1rem 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
#app .app-content .app-content-trend .banner-title {
  width: 42.375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
#app .app-content .app-content-trend .banner-meta {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
#app .app-content .app-content-trend .banner-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
#app .app-content .app-content-trend .banner-list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #292b3e;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  position: relative;
}
#app .app-content .app-content-trend .banner-list-item .banner-list-mask {
  padding: 0 1rem;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 8rem;
  display: flex;
  justify-content: space-between;
}
#app .app-content .app-content-trend .banner-list-item .banner-list-mask > span {
  font-size: 0.625rem;
  color: #FFFFFF;
}
#app .app-content .app-content-trend .banner-list-item.active,
#app .app-content .app-content-trend .banner-list-item:hover {
  box-shadow: 0 0.25rem 1rem rgba(52, 216, 164, 0.15);
}
#app .app-content .app-content-trend .banner-list-img {
  max-height: 9.875rem;
  z-index: 2;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
#app .app-content .app-content-trend .banner-list-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  gap: 0.5rem;
}
#app .app-content .app-content-trend .banner-list-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 15.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
#app .app-content .app-content-trend .banner-list-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#app .app-content .app-content-playlet {
  width: 90rem;
  padding: 6.25rem 13.5625rem 0 13.5625rem;
  box-sizing: border-box;
}
#app .app-content .app-content-playlet .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .app-content .app-content-playlet .title-box > h1 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
}
#app .app-content .app-content-playlet .title-box .arrows-box {
  cursor: pointer;
  width: 4.5rem;
  height: 2.1875rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  color: #FFFFFF;
}
#app .app-content .app-content-playlet .card-list {
  margin-top: 2rem;
  display: flex;
  gap: 0.9375rem;
}
#app .app-content .app-content-playlet .card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  width: 15rem;
  height: 24.3125rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
#app .app-content .app-content-playlet .card .card-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
#app .app-content .app-content-playlet .card-image {
  position: relative;
  width: 15rem;
  height: 20rem;
  overflow: hidden;
}
#app .app-content .app-content-playlet .card-image > video {
  width: 15rem;
  height: 20rem;
}
#app .app-content .app-content-playlet .card-image img {
  width: 15rem;
  height: 20rem;
  object-fit: cover;
  display: block;
}
#app .app-content .app-content-playlet .card-badge {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: #ED2424;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.5rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
}
#app .app-content .app-content-playlet .jimu {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 0.625rem;
  color: #ffffff;
}
#app .app-content .app-content-playlet .card-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
#app .app-content .app-content-playlet .card-content .card-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app .app-content .app-content-playlet .card-content .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
#app .app-content .app-content-playlet .card-content .card-tags > span {
  padding: 0.0625rem 0.375rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}
#app .app-content .app-content-new {
  width: 90rem;
  padding: 0 13.5625rem;
  box-sizing: border-box;
  margin-top: 4.375rem;
}
#app .app-content .app-content-new .special-title > h1 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
}
#app .app-content .app-content-new .app-content-new-list {
  display: flex;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
#app .app-content .app-content-new .app-content-new-list > li {
  cursor: pointer;
  margin-right: 1.0625rem;
  margin-bottom: 1.0625rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
}
#app .app-content .app-content-new .app-content-new-list > li .video-box {
  position: relative;
  background: #000;
  width: 20.25rem;
  height: 11.4375rem;
  text-align: center;
  overflow: hidden;
}
#app .app-content .app-content-new .app-content-new-list > li .video-box > img {
  max-width: 20.25rem;
  height: 11.4375rem;
  opacity: 1;
}
#app .app-content .app-content-new .app-content-new-list > li .video-box .video-time {
  background: rgba(0, 0, 0, 0.3);
  width: 20.25rem;
  height: 11.4375rem;
  position: absolute;
  top: 0;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.875rem;
  box-sizing: border-box;
}
#app .app-content .app-content-new .app-content-new-list > li .video-box .video-time > span {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 9.5625rem;
}
#app .app-content .app-content-new .app-content-new-list > li .video-box .video-time > p {
  font-size: 0.625rem;
  font-weight: normal;
  color: #ffffff;
  margin-top: 9.5625rem;
}
#app .app-content .app-content-new .app-content-new-list > li .video-info {
  margin-top: 0.75rem;
}
#app .app-content .app-content-new .app-content-new-list > li .video-info > h3 {
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
  height: 2.5rem;
  width: 20.25rem;
  font-size: 0.875rem !important;
  font-weight: 600;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.8);
}
#app .app-content .app-content-new .app-content-new-list > li .video-info > p {
  width: 20.25rem;
  font-size: 0.75rem !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0.75rem 1rem;
  box-sizing: border-box;
}
#app .app-content .app-content-new .app-content-new-list > li:nth-child(3n) {
  margin-right: 0;
}
#app .app-content .app-content-new .app-content-new-list > li:hover .video-time {
  background: rgba(0, 0, 0, 0.01);
  transition: all 0.3s;
}
#app .app-content .app-content-loading {
  margin: 2.5rem 0;
}
#app .app-content .app-content-loading > img {
  width: 3.75rem;
  height: 3.75rem;
}
#app .app-content .app-content-login {
  width: 23.375rem;
  height: 3.5rem;
  border-radius: 0.25rem;
  opacity: 1;
  /* 主色/黑 */
  background: #2c2c2c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 5rem 0;
}
#app .app-footer .qingshan-message {
  padding: 4.375rem 13.5625rem 4rem 13.5625rem;
  box-sizing: border-box;
  width: 90rem;
  height: 21.1875rem;
  background: #242424;
}
#app .app-footer .qingshan-message > ul {
  display: flex;
}
#app .app-footer .qingshan-message > ul > li:nth-child(1) {
  display: flex;
  flex-direction: column;
}
#app .app-footer .qingshan-message > ul > li:nth-child(1) > img {
  width: 9.125rem;
  height: 1.5rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(1) > section {
  border-left: 0.125rem solid #ED2424;
  margin-top: 2.625rem;
  padding-left: 1.125rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(1) > section h3 {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3125rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(1) > section span {
  margin-top: 0.875rem;
  display: block;
  width: 16.5rem;
  height: 6.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.625rem;
}
#app .app-footer .qingshan-message > ul > li {
  display: flex;
  flex-direction: column;
}
#app .app-footer .qingshan-message > ul > li > h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3125rem;
}
#app .app-footer .qingshan-message > ul > li > span {
  cursor: pointer;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.125rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(2) {
  margin-left: 5.125rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(2) > h3 {
  display: block;
  width: 4.3125rem;
  white-space: nowrap;
}
#app .app-footer .qingshan-message > ul > li:nth-child(2) > span {
  width: 4.3125rem;
  white-space: nowrap;
}
#app .app-footer .qingshan-message > ul > li:nth-child(3) {
  margin-left: 6rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(3) > span {
  display: block;
  width: 3.8125rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(4) {
  margin-left: 5.75rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(4) > span {
  display: block;
  width: 6.6875rem;
  word-wrap: break-word;
  line-height: 1.3125rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(5) {
  margin-left: 8.5rem;
}
#app .app-footer .qingshan-message > ul > li:nth-child(5) > img {
  margin-top: 1.875rem;
  width: 5.0625rem;
  height: 5.125rem;
  background: #fff;
}
#app .app-footer .qingshan-message > ul > li:nth-child(5) > span {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3125rem;
  text-align: center;
}
#app .app-footer .copyright {
  width: 90rem;
  height: 4.625rem;
  background: #202020;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#app .app-footer .copyright span {
  user-select: none;
  cursor: pointer;
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1rem;
}
#app .app-footer .copyright span > a {
  font-size: 0.6875rem;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
#app .app-footer .copyright > p {
  margin-top: 0.375rem;
}
#app .app-footer .copyright > p > span:nth-child(2) {
  margin-left: 2rem;
}
#app .mask {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#app .mask .mask-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.25rem;
  height: 14.375rem;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background: #FFFFFF;
  align-items: center;
}
#app .mask .mask-content .mask-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#app .mask .mask-content .mask-content-top > h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1D1E29;
}
#app .mask .mask-content .mask-content-top > i {
  cursor: pointer;
  font-size: 1rem;
}
#app .mask .mask-content .mask-content-center {
  display: flex;
  align-items: center;
  width: 100%;
}
#app .mask .mask-content .mask-content-center > img {
  width: 1.25rem;
  height: 1.25rem;
}
#app .mask .mask-content .mask-content-center > span {
  margin-left: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2C2C2C;
}
#app .mask .mask-content .mask-content-bottom {
  cursor: pointer;
  width: 27.25rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ED2424;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

/*# sourceMappingURL=index.css.map */
