body {
  position: relative;
  overflow-y: scroll;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-tap-highlight-color: transparent;
}

/*互动按钮*/
.app-button {
  position: absolute;
  top: 5.22rem;
  right: 0;
  overflow: hidden;
  width: 3.01rem;
  height: 3.01rem;
}

/*互动按钮图片容器*/
.app-button-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#icon-before-click {
  display: block;
}

#icon-after-click {
  display: none;
}

/*互动按钮点击用户数文本*/
.app-button-count {
  position: absolute;
  bottom: 0.42rem;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0.24rem;
  font-size: 0.24rem;
  font-family: 'Alibaba PuHuiTi', serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.24rem;
  text-align: center;
  white-space: nowrap;
}

/*模块列表*/
.app-module-list {
  padding-bottom: 0;
}

/*模块*/
.app-module {
  display: none;
  width: 100%;
  padding-bottom: 0.4rem;
}

/* 视频模块 */
.app-module[data-moduletype='4'] {
  padding-bottom: 0;
}

/* 多横图多余padding移除 */
.app-module[data-moduletype='8'] ul,
.app-module[data-moduletype='9'] ul {
  margin-bottom: -0.3rem;
}

/*模块标题*/
.app-module-title {
  width: 100%;
  height: 0.64rem;
  margin-bottom: 0.2rem;
  font-size: 0.34rem;
}

.app-module-title-text {
  padding-left: 0.2rem;
  font-weight: 500;
  line-height: 0.64rem;
}

.app-module-title .app-module-title-pic img {
  width: 100%;
  height: 0.64rem;
  object-fit: contain;
}

/*正片模块开始*/

.app-carousel {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  /*overflow: scroll;*/
  width: 100%;
}

/*竖图列表容器*/
.app-list-vertical {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

/*竖图列表单页*/
.app-list-vertical-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 7.5rem;
  padding: 0 0.2rem;
  margin-bottom: -0.3rem;
}

.app-list-setting-vertical-page {
  margin-bottom: -0.2rem !important;
  /* min-height: 5.96rem !important; */
}

.app-list-vertical-item {
  position: relative;
}

.app-list-vertical-roll-item {
  position: relative;
  margin-right: 0.1rem;
  /* width:  3.1rem; */
}

.app-list-vertical-more-item {
  position: relative;
  width: 3.5rem;
  height: auto;
  margin-bottom: 0.3rem;
}

.app-list-vertical-item-pic {
  position: relative;
  overflow: hidden;
  width: 3.5rem;
  height: 2.04rem;
  border-radius: 0.16rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.app-list-vertical-item-pic img {
  object-fit: cover;
  max-width: 3.5rem;
  max-height: 2.04rem;
}

.app-list-setting-module-horizontalMoreBig-vertical-item-title {
  overflow: hidden;
  display: -webkit-box;
  max-width: 6.96rem;
  margin: 0.1rem 0.07rem 0;
  font-size: 0.26rem;
  line-height: 0.37rem;
  word-break: break-all;
  font-weight: 400;
  color: #1d1d1d;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app-list-setting-module-horizontalMore-vertical-item-title {
  overflow: hidden;
  display: -webkit-box;
  max-width: 6.96rem;
  margin: 0.1rem 0.07rem 0;
  font-size: 0.26rem;
  line-height: 0.37rem;
  word-break: break-all;
  font-weight: 400;
  color: #1d1d1d;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app-list-vertical-more-item0 {
  position: relative;
  width: 7.1rem;
  height: auto;
}

.app-list-vertical-more-item0 .app-list-vertical-more-item-pic {
  position: relative;
  overflow: hidden;
  width: 7.1rem;
  height: 3.4rem;
  border-radius: 0.16rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.app-list-vertical-more-item0 .app-list-vertical-item-title,
.app-list-vertical-more-item0 .app-list-vertical-item-small-title {
  max-width: 7rem;
}

.app-list-vertical-roll-item-pic {
  position: relative;
  overflow: hidden;
  width: 2.95rem;
  height: 1.68rem;
  border-radius: 0.16rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.app-list-vertical-roll-item-pic img {
  object-fit: cover;
  max-width: 2.95rem;
  max-height: 1.68rem;
}

.app-list-settings-vertical-roll-item-pic {
  position: relative;
  overflow: hidden;
  width: 3.2rem;
  height: 1.88rem;
  border-radius: 0.16rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.app-list-settings-vertical-roll-item-pic img {
  object-fit: cover;
  max-width: 3.2rem;
  max-height: 1.88rem;
}

.app-list-vertical-more-item-pic {
  width: 3.5rem;
  height: 2.04rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}

.app-list-vertical-more-item-pic img {
  object-fit: cover;
  max-width: 3.5rem;
  max-height: 2.04rem;
}

.app-list-vertical-more-item0 .app-list-vertical-more-item-pic img {
  max-width: none;
  max-height: none;
}

.app-item-episode-text {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  left: 0.1rem;
  overflow: hidden;
  max-width: 100%;
  font-size: 0.22rem;
  font-family: 'PingFangSC-Regular', 'PingFang SC', serif;
  font-weight: 400;
  color: #fffff0;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-carousel .app-list-vertical-item {
  margin-bottom: 0.3rem;
}

.app-carousel .app-setting-list-vertical-item {
  margin-bottom: 0.2rem !important;
}

.app-list-vertical-item-title {
  overflow: hidden;
  display: -webkit-box;
  max-width: 3.5rem;
  margin: 0.2rem 0 0rem 0;
  font-size: 0.3rem;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app-list-settings-vertical-item-title {
  max-width: 2.98rem;
  margin: 0.1rem 0.11rem 0;
  font-size: 0.26rem;
  word-break: break-all;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 0.31rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0.6rem;
}

.app-list-setting-module-horizontial-vertical-item-title {
  overflow: hidden;
  display: -webkit-box;
  max-width: 3.36rem;
  margin: 0.1rem 0.07rem 0;
  font-size: 0.26rem;
  line-height: 0.37rem;
  word-break: break-all;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app-list-settings-vertical-item-creator-box {
  display: none;
  width: 100%;
  box-sizing: border-box;
  height: 0.36rem;
  align-items: center;
  margin-top: 0.16rem;
  padding: 0 0.11rem;
}

.app-list-settings-vertical-item-creator-avatar {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  background-color: #c8c9c0;
  margin-right: 0.1rem;
}

.app-list-settings-vertical-item-creator-avatar img {
  display: none;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  object-fit: contain;
}

.app-list-settings-vertical-item-creator-nickname {
  font-weight: 300;
  font-size: 0.2rem;
  color: #8c8c8c;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  width: 0;
  flex: 1;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-list-settings-video-item-creator-box {
  display: none;
  width: 100%;
  box-sizing: border-box;
  height: 0.4rem;
  align-items: center;
}

.app-list-settings-video-item-creator-box-mt {
  /* margin-top: 0.43rem; */
  margin-top: 0.5rem;
}

.app-list-settings-video-item-creator-avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #c8c9c0;
  margin-right: 0.1rem;
}

.app-list-settings-video-item-creator-avatar img {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  object-fit: contain;
}

.app-list-settings-video-item-creator-nickname {
  font-size: 0.2rem;
  color: #8c8c8c;
  line-height: 0.28rem;
  width: 0;
  flex: 1;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  text-align: left;
  font-style: normal;
}

.app-list-settings-video-item-length {
  display: none;
  height: 0.28rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #8c8c8c;
  line-height: 0.28rem;
  text-align: center;
  font-style: normal;
  margin-left: 0.1rem;
}

.app-list-vertical-item-small-title-no {
  -webkit-line-clamp: 1 !important;
}

.app-list-horizontal-more-flashBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(255, 234, 165, 0.5);
  height: 0.8rem;
}

.app-list-horizontal-more-flashBox-click {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.app-list-horizontal-more-flash {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}

.app-list-vertical-item-small-title {
  overflow: hidden;
  display: -webkit-box;
  /* max-width: 3rem; */
  margin: 0;
  font-size: 0.24rem;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 0.39rem;
}

.app-pagination {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.app-pagination-change {
  display: none;
  width: 1.28rem;
  height: 0.4rem;
  margin: 0 auto;
  background: url('../img/icon_change.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
  cursor: pointer;
}

.app-pagination-item {
  display: none;
  width: 0.18rem;
  height: 0.06rem;
  margin: 0 0.04rem;
  border-radius: 0.04rem;
  background: #ffffff;
}

.pagination-selected {
  background: linear-gradient(270deg, #e820b6 0%, #ef0303 100%);
  filter: blur(0px);
}

/*正片模块结束*/

/*竖图行模块开始*/

.app-list-horizontal {
  overflow-y: scroll;
  width: 100%;
}

.app-list-setting-horizontal {
  overflow-y: scroll;
  width: 100%;
}

.app-list-setting-pic-vertical {
  width: 100%;
}

.app-list-horizontal-more {
  padding: 0 0.2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app-list-horizontal-wrap {
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0.2rem;
}

.app-list-setting-pic-vertical-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0.2rem;
}

.app-list-horizontal-item {
  float: left;
  overflow: hidden;
  margin-right: 0.1rem;
  border-radius: 0.16rem;
}

.app-list-horizontal-item:last-child {
  margin-right: 0;
}

.app-list-setting-pic-vertical-item {
  float: none;
  overflow: hidden;
  margin-right: 0.1rem;
  /* border-radius: .16rem; */
  margin-bottom: 0.2rem;
}

.app-list-setting-pic-vertical-item:nth-child(even) {
  margin-right: 0;
}

.horizontal-item {
  width: 2.4rem;
  height: 2.4rem;
}

.horizontal-setting-item {
  width: 2.2rem;
  max-height: 3.42rem;
}

.vertical-item {
  width: 2.4rem;
  height: 3.87rem;
}

.vertical-row-setting-item {
  width: 3.5rem;
  /* max-height: 5.96rem; */
  /* height: auto !important; */
}

.vertical-row-setting-item .app-list-horizontal-row-setting-item-pic {
  width: 100%;
  /* max-height: 4.6rem; */
}

.vertical-row-setting-item .app-list-horizontal-row-setting-item-pic img {
  width: 100%;
  /* height: 100%; */
  /* max-height: 4.6rem; */
  border-radius: 0.16rem;
}

.vertical-row-setting-item .app-list-setting-module-pic-setting-item-title {
  overflow: hidden;
  display: -webkit-box;
  max-width: 3.36rem;
  margin: 0.1rem 0.07rem 0;
  font-size: 0.26rem;
  line-height: 0.37rem;
  word-break: break-all;
  font-weight: 400;
  color: #1d1d1d;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app-list-setting-module-vertical-row-vertical-item-title {
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  max-width: 6.96rem;
  margin: 0.1rem 0.07rem 0;
  font-size: 0.26rem;
  line-height: 0.37rem;
  word-break: break-all;
  font-weight: 400;
  color: #1d1d1d;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.horizontal-setting-item .app-list-setting-horizontal-item-pic {
  max-height: 2.2rem;
}

.horizontal-setting-item .app-list-setting-horizontal-item-pic img {
  border-radius: 0.16rem;
  max-height: 2.2rem;
}

.horizontal-setting-item .app-list-settings-horizontal-item-title {
  overflow: hidden;
  display: -webkit-box;
  max-width: 1.98rem;
  margin: 0.1rem 0.11rem 0;
  font-size: 0.26rem;
  line-height: 0.31rem;
  word-break: break-all;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0.6rem;
}

.vertical-roll-item {
  width: 1.88rem;
  /* height: 3.84rem; */
  border-radius: 0;
}

.vertical-roll-item .app-list-horizontal-item-pic {
  width: 1.88rem;
  height: 2.9rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}

.vertical-roll-item .app-list-horizontal-item-pic img {
  object-fit: cover;
  max-width: 1.88rem;
  max-height: 2.9rem;
}

.app-list-horizontal-item-title {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  /* height: 0.42rem; */
  margin: 0.2rem 0 0 0;
  font-size: 0.3rem;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.app-list-horizontal-item-small-title {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  font-size: 0.24rem;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.pingfen {
  position: absolute;
  bottom: 0.1rem;
  right: 0.15rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #f05056;
  z-index: 1;
}

.app-list-horizontal-roll-item-pic {
  overflow: hidden;
}

/*竖图行模块结束*/

/*短视频集锦模块开始*/

/*上滑翻页列表容器*/
.app-list-more {
  width: 100%;
  padding: 0 0.2rem;
}

/*上滑翻页列表项目*/
.app-list-more-item {
  padding-bottom: 0.4rem;
}

/*视频外容器*/
.app-list-more-item-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* width: 6.9rem; */
  height: 3.88rem;
  border-radius: 0.15rem 0.15rem 0 0;
}

.app-list-setting-more-item-video {
  height: 3.7rem !important;
}

/*视频内容器*/
.app-list-more-item-video-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*视频本身*/
.app-list-more-item-video-wrap video {
  /*display: block;*/
  /*视频默认隐藏*/
  display: none;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-color: #000;
}

/*视频封面*/
.app-list-more-item-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*阴影遮罩*/
.app-list-more-item-pic-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, .4);*/
  background: rgba(0, 0, 0, 0);
}

/*播放按钮*/
.app-list-more-item-pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  width: 1.06rem;
  height: 1.06rem;
  /*width: 1.06rem;*/
  /*height: 1.23rem;*/
  background: rgba(0, 0, 0, 0);
  background: url('../img/play_yll.png') no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.app-list-setting-video-state {
  display: none;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 0.97rem;
  height: 0.32rem;
  z-index: 98;
  background: url('../img/icon_living.png') no-repeat;
  background-size: 100% 100%;
}

/*标题容器*/
.app-list-more-item-title {
  /* width: 6.9rem; */
  height: 1.2rem;
  border-radius: 0 0 0.15rem 0.15rem;
  background: #1d2f8d;
  box-shadow: 0 -0.04rem 0.05rem 0 rgba(0, 0, 0, 0.05);
}

.app-list-setting-more-item-title {
  height: 1.1rem !important;
  background-color: #fff;
  box-shadow: none !important;
  padding: 0.14rem 0.2rem 0.13rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.app-list-more-item-title-text {
  float: left;
  overflow: hidden;
  /*width: 75%;*/
  width: 100%;
  padding: 0 0.3rem;
  font-size: 0.3rem;
  font-family: 'PingFangSC-Semibold', 'PingFang SC', sans-serif;
  font-weight: 600;
  color: #fffff0;
  line-height: 1.2rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-list-setting-more-item-title-text {
  color: #1d1d1d;
  width: 100%;
  height: 0.37rem;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.37rem;
  white-space: nowrap;
  /* 强制文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  margin-bottom: 0.06rem;
}

.isFixedShortVideo {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -0.19rem;
  width: calc(100% - 0.4rem);
}

.app-list-more-item-title-length {
  float: left;
  overflow: hidden;
  width: 25%;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #fffff0;
  line-height: 1.2rem;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*视频列表底线*/
.app-list-bottomline {
  /* display: none; */
  display: block;
  width: 100%;
  padding: 0.3rem 0 1rem 0;
  font-size: 0.24rem;
  font-family: 'PingFang SC', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

/*短视频集锦模块结束*/

/*侧边工具条开始*/

.app-toolbar {
  position: fixed;
  right: 0.2rem;
  top: 0.8rem;
  z-index: 9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

/*侧边工具条按钮通用样式*/
.app-toolbar-item {
  width: 0.6rem;
  height: 0.6rem;
}

/*回顶部按钮*/
.button-top {
  /*默认隐藏*/
  display: none;
  background: url('../img/top.png') no-repeat;
  background-size: 100% 100%;
}

/*分享按钮*/
.button-share {
  /*默认隐藏*/
  margin-top: 5px;
  display: none;
  background: url('../img/share.png') no-repeat;
  background-size: 100% 100%;
}

/*侧边工具条结束*/

/* 轮播图 开始 */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination-setting {
  z-index: 999;
  width: 0.9rem !important;
  height: 6px !important;
  right: 0.36rem !important;
  bottom: 0.26rem !important;
  left: auto !important;
  top: auto !important;
  border-radius: 0.03rem !important;
  background: rgba(255, 255, 255, 0.5) !important;
  /* background: rgba(255, 255, 255) !important;
  opacity: 0.5; */
}

.my-pagination-progressbar-fill {
  border-top-left-radius: 0.03rem !important;
  border-bottom-left-radius: 0.03rem !important;
  background: rgba(237, 0, 34, 1) !important;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
}

.swiper-slide-box {
  width: 100%;
  margin: 0 0.05rem;
}

.swiper-slide-box-setting {
  position: relative;
  width: 100%;
  margin: 0 0.2rem;
}

.swiper-slide-setting-intro {
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  height: 1.16rem;
  width: 7.1rem;
  box-sizing: border-box;
  padding-right: 1.28rem;
  padding-left: 0.16rem;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.16rem;
  border-bottom-left-radius: 0.16rem;
}

.swiper-slide-setting-intro .swiper-slide-setting-title {
  width: 100%;
  height: 0.42rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.42rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.swiper-slide-setting-intro .swiper-slide-setting-creator-box {
  display: none;
  align-items: center;
  width: 100%;
  height: 0.4rem;
  margin-top: 0.04rem;
}

.swiper-slide-setting-intro
  .swiper-slide-setting-creator-box
  .swiper-slide-setting-creator-avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  margin-right: 0.1rem;
  background-color: #a9a9a9 !important;
}

.swiper-slide-setting-intro
  .swiper-slide-setting-creator-box
  .swiper-slide-setting-creator-nickname {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.swiper-slide-setting-intro
  .swiper-slide-setting-creator-box
  .swiper-slide-setting-creator-avatar
  img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: none;
}

.swiper-slide {
  width: 6.8rem !important;
  height: 4.328rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.swiper-slide-live {
  height: 4.453rem !important;
}

.swiper-slide-setting {
  width: 7.5rem !important;
  height: 3.7rem !important;
  border-radius: 0.16rem;
}

.swiper-slide-setting-live {
  height: 3.825rem !important;
}

.swiper-slide img {
  border-radius: 0.2rem;
  display: block;
  height: 3.7rem !important;
  width: 100% !important;
  object-fit: cover;
}

.swiper-slide-live img {
  height: 3.825rem !important;
}

.swiper-slide-setting img {
  border-radius: 0.2rem;
  display: block;
  height: 3.7rem !important;
  width: 100% !important;
  object-fit: cover;
}
.swiper-slide-setting-live img {
  height: 3.825rem !important;
}

.mySwiper_title {
  font-size: 0.3rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-top: 0.2rem;
}

/* 轮播图 结束 */
/* 小程序占位 */
.wx-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.short_video_live::-webkit-media-controls-timeline {
  display: none !important;
}

.short_video_live::-moz-media-controls-timeline {
  display: none !important;
}

.short_video_live::-moz-range-progress,
.short_video_live::-ms-fill-lower {
  display: none !important;
}

.short_video_live::-webkit-media-controls-current-time-display {
}

.short_video_live::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

/* 金刚区 */
.app-list-functional-zone {
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.3rem;
}
.functional-zone-item {
  width: 0.96rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.functional-zone-item > img {
  width: 0.84rem;
  height: 0.84rem;
}
.functional-zone-item > p {
  width: 0.96rem;
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.functional-zone-item-4 {
  margin-right: 0.88rem;
}
.functional-zone-item-4:nth-child(4),
.functional-zone-item-4:nth-child(8),
.functional-zone-item-4:nth-child(12),
.functional-zone-item-4:nth-child(16) {
  margin-right: 0;
}
.functional-zone-item-5 {
  margin-right: 0.42rem;
}
.functional-zone-item-5:nth-child(5),
.functional-zone-item-5:nth-child(10),
.functional-zone-item-5:nth-child(15),
.functional-zone-item-5:nth-child(20) {
  margin-right: 0;
}

/* 文字滚动 */
.text-swiper {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.2rem 0.6rem;
}
.text-swipre-img {
  display: block;
  flex-shrink: 0;
  width: 1.38rem;
  height: 0.56rem;
  margin-right: 0.2rem;
}
.text-swiper .swiper {
  flex: 1;
  height: 0.56rem;
}
.text-swiper .swiper .swiper-slide {
  width: 100% !important;
  height: 0.56rem !important;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}
.text_slide_title {
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 1;
}
.swiper-slide-active .text_slide_title_scroll {
  animation: scroll-text 6s linear infinite; /* 永远循环播放动画 */
}
@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.text-swipre-more {
  display: block;
  flex-shrink: 0;
  margin-left: 0.1rem;
  height: 0.56rem;
  max-width: 1.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.text-swipre-more .text-swipre-more-img {
  height: 100%;
  width: auto;
}

/* 直播模块 */
.mySwiper_live {
  width: 100%;
  height: 3.7rem !important;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #000;
  position: relative;
}
.swiper-slide-setting-live .mySwiper_live {
  height: 3.825rem !important;
}
.swiper-slide-live .mySwiper_live {
  height: 3.825rem !important;
}
.mySwiper_live .video-js {
  width: 100%;
  height: 3.7rem !important;
}
.swiper-slide-setting-live .video-js {
  height: 3.825rem !important;
}
.swiper-slide-live .video-js {
  height: 3.825rem !important;
}
.mySwiper_live .video-js video {
  width: 100%;
  height: 3.7rem !important;
}
.swiper-slide-setting-live .mySwiper_live .video-js video {
  height: 3.825rem !important;
  object-fit: cover;
}
.swiper-slide-live .mySwiper_live .video-js video {
  height: 3.825rem !important;
  object-fit: cover;
}
/* 直播横图 */
.mySwiper_live_h {
  width: 100%;
  height: 100% !important;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #000;
  position: relative;
}
.mySwiper_live_h .video-js {
  width: 100%;
  height: 100% !important;
}
.mySwiper_live_h .video-js video {
  width: 100%;
  height: 100% !important;
}
.mySwiper_live_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* .mySwiper_live .vjs-loading-spinner {
  display: none !important;
} */
.live_top_tag {
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
  width: 1.12rem;
  height: 0.3rem;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.live_top_tag_l {
  width: 0.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #ff413f 0%, #ed0022 100%);
  border-radius: 6px;
}
.live_top_tag_icon {
  width: 0.2rem;
  height: 0.2rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAALpJREFUOE/tlD0OAVEURs9HKCdCZQG2IDag0GrVKokl2ARrUdnAtGqNKFQ0OorPkCHjJzPFq2Tc9r17cu+59z1RELanwAzYAyNJ67wU5R3abgM7oJreW0nqhwC7QJwBbCR1fgtoewjMgQswLnKY27LtCnAAGqmGbSiwmQKfWssItB0BE6AOLCTdJN/DdtFQPh0mSctkeQcpI5bUCwWegVpm+yNJp5AK/faUWpKOf+DDystvY/vrlEvm8ApfHdj868byqQAAAABJRU5ErkJggg==')
    no-repeat center;
  background-size: 100% 100%;
}
.live_top_tag_r {
  flex: 1;
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1d1d1d;
  line-height: 1;
}

/* 分类模块 */
.tab-list {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-list-scroll {
  white-space: nowrap;
  width: auto;
  max-width: 100vw;
  overflow-y: auto;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.tab-list-item {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
  transition: all 0.2s;
}
.tab-list-item-active {
  position: relative;
  font-weight: 500;
  font-size: 0.32rem;
  color: #1d1d1d;
}
.tab-list-item-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 0.04rem;
  background: #ff0082;
  display: none;
}
.tab-list-item-active .tab-list-item-icon {
  display: block;
}
.tab-list-item:first-child {
  margin-left: 0;
}
/* 分类卡片 */
.card-v {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0.2rem;
}
.card-v-item {
  position: relative;
  width: 3.5rem;
  margin-bottom: 0.1rem;
}
.card-v-item_img {
  display: block;
  width: 3.5rem;
  height: 4.66rem;
  border-radius: 0.16rem 0.16rem 0 0;
}
.card-v-item_durationshow {
  position: absolute;
  top: 4.2rem;
  right: 0.1rem;
  padding: 0.02rem 0.06rem 0.04rem;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.05rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #ffffff;
}
.card-v-item_tit {
  box-sizing: border-box;
  width: 3.5rem;
  height: 1rem;
  padding: 0.2rem 0.15rem 0;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-v-item_info {
  padding: 0.2rem 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-v-item_user {
  padding: 0px 0.08rem 0px 0.03rem;
  height: 0.36rem;
  background: #f1f3f6;
  border-radius: 0.18rem;
  display: flex;
  align-items: center;
}
.card-v-item_user_img {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.card-v-item_user_name {
  margin-left: 0.05rem;
  font-weight: 400;
  font-size: 0.22rem;
}
.card-v-item_praise {
  display: flex;
  align-items: center;
}
.card-v-item_praise_img {
  width: 0.3rem;
  height: 0.27rem;
}
.card-v-item_praise_img_a {
  width: 0.35rem;
  height: 0.3rem;
  display: none;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.card-v-item_praise_img_icon {
  width: 0.3rem;
  height: 0.29rem;
}
.card-v-item_praise_num {
  margin-left: 0.07rem;
  font-weight: 400;
  font-size: 0.22rem;
  line-height: 0.26rem;
}

/* 瀑布流 */
.waterfall-box {
  width: 7.02rem;
  position: relative;
  margin: 0 auto;
  /* column-count: 2;
  column-gap: 0.16rem; */
}
.waterfall-item {
  /* break-inside: avoid; */
  position: relative;
  width: 3.43rem;
  padding-bottom: 0.16rem;
  margin-bottom: 0.1rem;
  /* transition: all 0.3s; */
}
.waterfall-item_img {
  display: block;
  width: 3.43rem;
  height: auto;
  border-radius: 0.2rem;
  object-fit: cover;
}
.waterfall-item_durationshow {
  position: absolute;
  bottom: 0.16rem;
  right: 0.16rem;
  padding: 0.04rem;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.04rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
}
.waterfall-item_tit {
  box-sizing: border-box;
  width: 3.43rem;
  max-height: 0.92rem;
  padding: 0.16rem 0.16rem 0;
  margin: 0 0 0 0;
  font-weight: 500;
  font-size: 0.26rem;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.waterfall-item_user_box{
  margin-top: 0.15rem;
  display: flex;
  padding: 0 0.16rem;
  
}
.waterfall-item_user {
  padding: 0px 0.08rem 0px 0.03rem;
  height: 0.36rem;
  background: #f1f1f1;
  border-radius: 0.18rem;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.waterfall-item_user_img {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.waterfall-item_user_name {
  margin-left: 0.05rem;
  font-weight: 400;
  font-size: 0.22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 查看更多 */
.app-module-title-text-more{
  font-weight: 400;
  font-size: .24rem;
  line-height: .33rem;
  text-align: center !important;
  padding: 0 0 0 0 !important;
  display: none;
}

/* 大图运营 */
.large-image-box{
  width: 100%;
  position: relative;
  padding:0 .2rem;
}
.large-image{
  width: 100%;
  position: relative;
  padding-bottom: .4rem !important;
}
.large-image .swiper-pagination{
  bottom: 0 !important;
  line-height: .14rem !important;
}
.large-image .swiper-pagination .swiper-pagination-bullet{
  width: .10rem  !important;
  height: .10rem  !important;
  background: #E1E1E1  !important;
  opacity: 1 !important;
}
.large-image .swiper-pagination .swiper-pagination-bullet-active{
  width: .14rem !important;
  height: .14rem !important;
  background: #C9C9C9;
  border-radius: .03rem !important;
  transform: rotate(45deg)
}
.large-image-slide{
  width: 4.26rem !important;
  height: 4.11rem !important;
  position: relative;
  border-radius: 0.16rem;
  margin-right: .17rem;
  overflow: hidden;
}
.large-image-slide .large_img_slide{
  height: 4.11rem !important;
  object-fit: cover !important;
}
.large-img-t-box{
  width: 100%;
  padding: .04rem .16rem .16rem;
  background: linear-gradient( to bottom, rgba(24,24,24,0) 0%, rgba(24,24,24,0.57) 99%, #181818 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.large-img_title{
  width: 3.9rem;
  font-weight: 500;
  font-size: .28rem;
  color: #FFFFFF;
  line-height: .40rem;
 overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.large-img_rmk{
  width: 3.9rem;
  font-weight: 400;
  font-size: .20rem;
  color: #FFFFFF;
  line-height: .28rem;
  margin-top: .04rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}