.timeout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
}
.timeout_img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.timeout_btn {
  width: 1.7rem;
  height: 0.36rem;
  position: absolute;
  top: 88vh;
  left: 50%;
  margin-left: -0.85rem;
  text-align: center;
  font-size: 0.15rem;
  line-height: 0.36rem;
  border-radius: 0.36rem;
}

.jzt_scroll_list h1,
.jzt_scroll_list h2,
.jzt_scroll_list h3,
.jzt_scroll_list h4,
.jzt_scroll_list h5,
.jzt_scroll_list h6 {
  font-size: 100%;
  font-weight: 400;
}
.jzt_scroll_list .c_bg1 {
  background-color: #fafafa;
}
.jzt_scroll_list .c_bg2 {
  background-color: #fff;
}
.jzt_scroll_list .c_bg3 {
  background-color: #fafafa;
}
.jzt_scroll_list .c_btn1 {
  color: #1a1a1a;
  border-color: rgba(26, 26, 26, 0.2);
}
.jzt_scroll_list .c_btn1::after {
  border-color: rgba(26, 26, 26, 0.2);
}
.jzt_scroll_list .btn2 {
  color: #fff;
  background-color: #22d59c;
}
.jzt_scroll_list .mui_list {
  margin: 0 0.12rem;
  font-size: 0;
}
.jzt_scroll_list .mui_list__item {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0.14rem;
  font-size: 0.12rem;
}
.jzt_scroll_list .mui_list__box {
  margin: 0 0.04rem;
}
.jzt_scroll_list .mui_list__media {
  position: relative;
}
.jzt_scroll_list .mui_list__media::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.jzt_scroll_list .mui_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}
.jzt_scroll_list .mui_list__tit,
.jzt_scroll_list .mui_list__desc {
  display: block;
  line-height: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jzt_scroll_list .mui_list__tit {
  min-height: 0.17rem;
  margin-top: 0.08rem;
  line-height: 0.17rem;
  font-size: 0.13rem;
}
.jzt_scroll_list .mui_list__desc {
  margin-top: 0.02rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0.06rem auto 0;
}
.jzt_scroll_list .mui_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  background-color: currentColor;
  opacity: 0.08;
}
.jzt_scroll_list .mui_list__btn_txt {
  position: relative;
  z-index: 2;
}
.jzt_scroll_list .mui_list.row {
  margin-bottom: 0.14rem;
}
.jzt_scroll_list .mui_list.row:last-child {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.person .mui_list__img {
  border-radius: 100%;
}
.jzt_scroll_list .mui_list.person .mui_list__tit,
.jzt_scroll_list .mui_list.person .mui_list__desc {
  text-align: center;
}
.jzt_scroll_list .mui_list.person.list_nowrap {
  margin-right: 0.21rem;
}
.jzt_scroll_list .mui_list__status {
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0.02rem;
  border: solid 0.02rem #f25a66;
  border-radius: 100%;
}
.jzt_scroll_list .mui_list__status_num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.18rem;
  height: 0.18rem;
  font-weight: 500;
  color: #fff;
  border-radius: 100%;
  background: #f25a66;
}
.jzt_scroll_list .mui_list.video .mui_list__media::after {
  padding-top: 56.25%;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__item {
  width: 100%;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__tit {
  line-height: 0.18rem;
  font-size: 0.14rem;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__desc {
  margin-top: 0.06rem;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__item {
  margin-bottom: 0.18rem;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__item:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_2 .mui_list__item {
  width: 50%;
}
.jzt_scroll_list .mui_list.col_2 .mui_list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_3 .mui_list__item {
  width: 33.333333%;
}
.jzt_scroll_list .mui_list.col_3 .mui_list__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_4 .mui_list__item {
  width: 25%;
}
.jzt_scroll_list .mui_list.col_4 .mui_list__item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_5 .mui_list__item {
  width: 20%;
}
.jzt_scroll_list .mui_list.col_5 .mui_list__item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.horizontal {
  position: relative;
  margin-right: 0;
  overflow: hidden;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__inner {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  margin-bottom: -0.2rem;
  -webkit-overflow-scrolling: touch;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__item {
  margin-bottom: 0;
  width: auto;
  padding-bottom: 0.2rem;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__item:last-child {
  margin-right: 0.12rem;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__box {
  width: 1.09rem;
}
.jzt_scroll_list .mui_list.horizontal.person .mui_list__box {
  width: 0.92rem;
  margin-right: 0.06rem;
}
.jzt_scroll_list .mui_list.horizontal.person .mui_list__media {
  width: 0.72rem;
  margin: 0 auto;
}
.jzt_scroll_list .mui_list.horizontal.video .mui_list__box {
  width: 1.67rem;
}
.jzt_scroll_list .mui_list.tit_wrap .mui_list__tit,
.jzt_scroll_list .mui_list.desc_wrap .mui_list__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.jzt_scroll_list .mui_list.tit_wrap .mui_list__tit {
  max-height: 0.34rem;
}
.jzt_scroll_list .mui_list.desc_wrap .mui_list__desc {
  max-height: 0.32rem;
}
.jzt_scroll_list .mui_list.top_gutter {
  margin-top: 0.2rem;
}
.jzt_scroll_list .mui_cover_count {
  display: none;
}
.jzt_scroll_list .icon_svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.jzt_scroll_list .mui_cover_info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.32rem;
  padding: 0 0.06rem;
  border-radius: 0.08rem;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  color: #fff;
}
.jzt_scroll_list .cover_info__count {
  display: -webkit-box;
  -webkit-box-align: center;
  margin-right: 0.4rem;
}
.jzt_scroll_list .cover_info__play .icon_svg {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.13rem 0 0 0.13rem;
}
.jzt_scroll_list .cover_info__count .icon_svg {
  position: relative;
  top: -1px;
  width: 0.12rem;
  height: 0.11rem;
}
.jzt_scroll_list .cover_info__count_num {
  display: block;
  margin-left: 4px;
  line-height: 1;
  font-size: 0.1rem;
  font-weight: 300;
  color: #fff;
}
.jzt_scroll_list .cover_info__play {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 2;
}
.jzt_scroll_list .cover_info__near {
  padding-right: 0.06rem;
  height: 0.18rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9.99rem;
  color: #fff;
  text-align: center;
  font-size: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jzt_scroll_list .cover_info__near::before {
  content: '';
  display: block;
  margin: 0 0.04rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 9.99rem;
  background-color: #ff6767;
}
.jzt_scroll_list .mui_list.video .mui_cover_info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.jzt_scroll_list .mui_list.video .cover_info__play {
  right: auto;
  left: 50%;
  bottom: auto;
  top: 50%;
  margin: -0.2rem 0 0 -0.2rem;
  color: #fff;
}
.jzt_scroll_list .mui_scroll {
  position: relative;
  overflow: hidden;
}
.jzt_scroll_list .mui_scroll__inner {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: -0.2rem;
  padding: 0 0.12rem;
  vertical-align: top;
}
.jzt_scroll_list .mui_scroll .mui_list {
  display: inline-block;
  width: 1.17rem;
  margin: 0 0 0.2rem;
  vertical-align: top;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_2 {
  width: 49%;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_3 {
  width: 32%;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_4 {
  width: 24%;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_5 {
  width: 19%;
}
.jzt_scroll_list .mui_scroll .mui_list__item {
  display: block;
  margin-bottom: 0.14rem;
}
.jzt_scroll_list .mui_cell_list {
  overflow: hidden;
}
.jzt_scroll_list .mui_cell_list__item {
  position: relative;
  margin-bottom: 0.12rem;
  padding: 0 0.16rem;
}
.jzt_scroll_list .mui_cell_list__item:last-child {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_cell_list__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.jzt_scroll_list .mui_cell_list__sort {
  width: 0.3rem;
  text-align: center;
  margin-right: 0.05rem;
}
.jzt_scroll_list .mui_cell_list__media {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.jzt_scroll_list .mui_cell_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.06rem;
}
.jzt_scroll_list .mui_cell_list__certification {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.15rem;
}
.jzt_scroll_list .mui_cell_list__type {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.1rem 0 -0.1rem;
}
.jzt_scroll_list .mui_cell_list__type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.06;
}
.jzt_scroll_list .mui_cell_list__bd {
  -webkit-box-flex: 1;
}
.jzt_scroll_list .mui_cell_list__tit,
.jzt_scroll_list .mui_cell_list__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jzt_scroll_list .mui_cell_list__tit {
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.jzt_scroll_list .mui_cell_list__desc {
  margin-top: 0.06rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_cell_list__txt {
  margin-right: 0.08rem;
}
.jzt_scroll_list .mui_cell_list__video,
.jzt_scroll_list .mui_cell_list__more {
  display: block;
  position: relative;
  margin: 0 0.09rem;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0;
  overflow: hidden;
}
.jzt_scroll_list .mui_cell_list__more {
  margin-right: 0;
}
.jzt_scroll_list .mui_cell_list__more::after,
.jzt_scroll_list .mui_cell_list__video::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.jzt_scroll_list .mui_cell_list__video_icon,
.jzt_scroll_list .mui_cell_list__more_icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: currentColor;
  opacity: 0.6;
}
.jzt_scroll_list .mui_cell_list__opt {
  margin-left: 0.1rem;
  text-align: center;
}
.jzt_scroll_list .mui_cell_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0 auto;
  font-size: 0.12rem;
}
.jzt_scroll_list .mui_cell_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 200%;
  height: 200%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 0.24rem;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
}
.jzt_scroll_list .mui_cell_list__num {
  display: block;
  margin-top: 0.05rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_cell_list__arrow {
  position: relative;
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.jzt_scroll_list .mui_cell_list__arrow::before,
.jzt_scroll_list .mui_cell_list__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.jzt_scroll_list .mui_cell_list__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0.14rem;
  border-radius: 3px 3px 0 0;
}
.jzt_scroll_list .mui_cell_list__arrow::after {
  bottom: 0;
  left: 0;
  width: 0.17rem;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.jzt_scroll_list .mui_cell_list.song .mui_cell_list__item {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_cell_list.song .mui_cell_list__box {
  min-height: 0.61rem;
}
.jzt_scroll_list .mui_cell_list.person .mui_cell_list__img {
  border-radius: 100%;
}
.jzt_scroll_list .mui_cell_list.playlist .mui_cell_list__type::after {
  top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
}
.jzt_scroll_list .mui_cell_list.top_gutter {
  margin-top: 0.2rem;
}
.jzt_scroll_list .mui_tit {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.3rem;
  margin: 0.2rem 0.16rem 0.1rem;
}
.jzt_scroll_list .mui_tit__text {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: bold;
}
.jzt_scroll_list .mui_tit__more {
  position: absolute;
  top: 0.05rem;
  right: -0.06rem;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.2rem;
  font-size: 0.13rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_tit__more::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.jzt_scroll_list .mui_tit__arrow {
  position: relative;
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  margin: -1px 4px 0 -3px;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.jzt_scroll_list .mui_tit__arrow::before,
.jzt_scroll_list .mui_tit__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.jzt_scroll_list .mui_tit__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0.11rem;
  border-radius: 3px 3px 0 0;
}
.jzt_scroll_list .mui_tit__arrow::after {
  bottom: 0;
  left: 0;
  width: 14px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.jzt_scroll_list .mui_tit__play {
  position: relative;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
  fill: currentColor;
}
.jzt_scroll_list .mui_tit__play::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.jzt_scroll_list .mui_tit__play_icon {
  display: block;
  width: 100%;
  height: 100%;
}
.jzt_scroll_list .mui_tit__icon {
  display: block;
  height: 0.2rem;
  margin-right: 0.03rem;
}
.jzt_scroll_list .tit_first {
  margin-top: 0.18rem;
}
.jzt_scroll_list .mui_locality_scroll {
  position: relative;
}
.jzt_scroll_list .mui_locality_scroll__cont {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bg_img_box {
  width: 100%;
  height: 100%;
  z-index: 999;
}
.bg_img_box > img {
  width: 100%;
  height: auto;
}
.rotateImages {
  animation-name: myRotate;
  -webkit-animation-name: myRotate;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.wrap__bg {
  left: 0;
  top: 0;
  width: 100%;
  z-index: -999;
}
.mod_pic {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.c_bg1 {
  background-color: #fafafa;
}
.c_bg2 {
  background-color: #fff;
}
.c_bg3 {
  background-color: #fafafa;
}
.c_btn1 {
  color: #1a1a1a;
  border-color: rgba(26, 26, 26, 0.2);
}
.c_btn1::after {
  border-color: rgba(26, 26, 26, 0.2);
}
.btn2 {
  color: #fff;
  background-color: #22d59c;
}
.mui_list {
  margin: 0 0.12rem;
  font-size: 0;
}
.mui_list__item {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0.14rem;
  font-size: 0.12rem;
}
.mui_list__box {
  margin: 0 0.04rem;
}
.mui_list__media {
  position: relative;
}
.mui_list__media::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.mui_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}
.mui_list__tit,
.mui_list__desc {
  display: block;
  line-height: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_list__tit {
  min-height: 0.17rem;
  margin-top: 0.08rem;
  line-height: 0.17rem;
  font-size: 0.13rem;
}
.mui_list__desc {
  margin-top: 0.02rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0.06rem auto 0;
}
.mui_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  background-color: currentColor;
  opacity: 0.08;
}
.mui_list__btn_txt {
  position: relative;
  z-index: 2;
}
.mui_list.row {
  margin-bottom: 0.14rem;
}
.mui_list.row:last-child {
  margin-bottom: 0;
}
.mui_list.person .mui_list__img {
  border-radius: 100%;
}
.mui_list.person .mui_list__tit,
.mui_list.person .mui_list__desc {
  text-align: center;
}
.mui_list.person.list_nowrap {
  margin-right: 0.21rem;
}
.mui_list__status {
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0.02rem;
  border: solid 0.02rem #f25a66;
  border-radius: 100%;
}
.mui_list__status_num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.18rem;
  height: 0.18rem;
  font-weight: 500;
  color: #fff;
  border-radius: 100%;
  background: #f25a66;
}
.mui_list.video .mui_list__media::after {
  padding-top: 56.25%;
}
.mui_list.col_1 .mui_list__item {
  width: 100%;
}
.mui_list.col_1 .mui_list__tit {
  line-height: 0.18rem;
  font-size: 0.14rem;
}
.mui_list.col_1 .mui_list__desc {
  margin-top: 0.06rem;
}
.mui_list.col_1 .mui_list__item {
  margin-bottom: 0.18rem;
}
.mui_list.col_1 .mui_list__item:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.mui_list.col_2 .mui_list__item {
  width: 50%;
}
.mui_list.col_2 .mui_list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.mui_list.col_3 .mui_list__item {
  width: 33.333333%;
}
.mui_list.col_3 .mui_list__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.mui_list.col_4 .mui_list__item {
  width: 25%;
}
.mui_list.col_4 .mui_list__item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.mui_list.col_5 .mui_list__item {
  width: 20%;
}
.mui_list.col_5 .mui_list__item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.mui_list.horizontal {
  position: relative;
  margin-right: 0;
  overflow: hidden;
}
.mui_list.horizontal .mui_list__inner {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  margin-bottom: -0.2rem;
  -webkit-overflow-scrolling: touch;
}
.mui_list.horizontal .mui_list__item {
  margin-bottom: 0;
  width: auto;
  padding-bottom: 0.2rem;
}
.mui_list.horizontal .mui_list__item:last-child {
  margin-right: 0.12rem;
}
.mui_list.horizontal .mui_list__box {
  width: 1.09rem;
}
.mui_list.horizontal.person .mui_list__box {
  width: 0.92rem;
  margin-right: 0.06rem;
}
.mui_list.horizontal.person .mui_list__media {
  width: 0.72rem;
  margin: 0 auto;
}
.mui_list.horizontal.video .mui_list__box {
  width: 1.67rem;
}
.mui_list.tit_wrap .mui_list__tit,
.mui_list.desc_wrap .mui_list__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.mui_list.tit_wrap .mui_list__tit {
  max-height: 0.34rem;
}
.mui_list.desc_wrap .mui_list__desc {
  max-height: 0.32rem;
}
.mui_list.top_gutter {
  margin-top: 0.2rem;
}
.mui_cover_count {
  display: none;
}
.icon_svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mui_cover_info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.32rem;
  padding: 0 0.06rem;
  border-radius: 0.08rem;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  color: #fff;
}
.cover_info__count {
  display: -webkit-box;
  -webkit-box-align: center;
  margin-right: 0.4rem;
}
.cover_info__play .icon_svg {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.13rem 0 0 0.13rem;
}
.cover_info__count .icon_svg {
  position: relative;
  top: -1px;
  width: 0.12rem;
  height: 0.11rem;
}
.cover_info__count_num {
  display: block;
  margin-left: 4px;
  line-height: 1;
  font-size: 0.1rem;
  font-weight: 300;
  color: #fff;
}
.cover_info__play {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 2;
}
.cover_info__near {
  padding-right: 0.06rem;
  height: 0.18rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9.99rem;
  color: #fff;
  text-align: center;
  font-size: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover_info__near::before {
  content: '';
  display: block;
  margin: 0 0.04rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 9.99rem;
  background-color: #ff6767;
}
.mui_list.video .mui_cover_info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.mui_list.video .cover_info__play {
  right: auto;
  left: 50%;
  bottom: auto;
  top: 50%;
  margin: -0.2rem 0 0 -0.2rem;
  color: #fff;
}
.mui_scroll {
  position: relative;
  overflow: hidden;
}
.mui_scroll__inner {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: -0.2rem;
  padding: 0 0.12rem;
  vertical-align: top;
}
.mui_scroll .mui_list {
  display: inline-block;
  width: 1.17rem;
  margin: 0 0 0.2rem;
  vertical-align: top;
}
.mui_scroll .mui_list.scol_2 {
  width: 49%;
}
.mui_scroll .mui_list.scol_3 {
  width: 32%;
}
.mui_scroll .mui_list.scol_4 {
  width: 24%;
}
.mui_scroll .mui_list.scol_5 {
  width: 19%;
}
.mui_scroll .mui_list__item {
  display: block;
  margin-bottom: 0.14rem;
}
.mui_cell_list {
  overflow: hidden;
}
.mui_cell_list__item {
  position: relative;
  margin-bottom: 0.12rem;
  padding: 0 0.16rem;
}
.mui_cell_list__item:last-child {
  margin-bottom: 0;
}
.mui_cell_list__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.mui_cell_list__sort {
  width: 0.3rem;
  text-align: center;
  margin-right: 0.05rem;
}
.mui_cell_list__media {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.mui_cell_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.06rem;
}
.mui_cell_list__certification {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.15rem;
}
.mui_cell_list__type {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.1rem 0 -0.1rem;
}
.mui_cell_list__type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.06;
}
.mui_cell_list__bd {
  -webkit-box-flex: 1;
}
.mui_cell_list__tit,
.mui_cell_list__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_cell_list__tit {
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.mui_cell_list__desc {
  margin-top: 0.06rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_cell_list__txt {
  margin-right: 0.08rem;
}
.mui_cell_list__video,
.mui_cell_list__more {
  display: block;
  position: relative;
  margin: 0 0.09rem;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0;
  overflow: hidden;
}
.mui_cell_list__more {
  margin-right: 0;
}
.mui_cell_list__more::after,
.mui_cell_list__video::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.mui_cell_list__video_icon,
.mui_cell_list__more_icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: currentColor;
  opacity: 0.6;
}
.mui_cell_list__opt {
  margin-left: 0.1rem;
  text-align: center;
}
.mui_cell_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0 auto;
  font-size: 0.12rem;
}
.mui_cell_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 200%;
  height: 200%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 0.24rem;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
}
.mui_cell_list__num {
  display: block;
  margin-top: 0.05rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_cell_list__arrow {
  position: relative;
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.mui_cell_list__arrow::before,
.mui_cell_list__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.mui_cell_list__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0.14rem;
  border-radius: 3px 3px 0 0;
}
.mui_cell_list__arrow::after {
  bottom: 0;
  left: 0;
  width: 0.17rem;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.mui_cell_list.song .mui_cell_list__item {
  margin-bottom: 0;
}
.mui_cell_list.song .mui_cell_list__box {
  min-height: 0.61rem;
}
.mui_cell_list.person .mui_cell_list__img {
  border-radius: 100%;
}
.mui_cell_list.playlist .mui_cell_list__type::after {
  top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
}
.mui_cell_list.top_gutter {
  margin-top: 0.2rem;
}
.mui_tit {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.3rem;
  margin: 0.2rem 0.16rem 0.1rem;
}
.mui_tit__text {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: bold;
}
.mui_tit__more {
  position: absolute;
  top: 0.05rem;
  right: -0.06rem;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.2rem;
  font-size: 0.13rem;
  font-weight: 300;
}
.mui_tit__more::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.mui_tit__arrow {
  position: relative;
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  margin: -1px 4px 0 -3px;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.mui_tit__arrow::before,
.mui_tit__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.mui_tit__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0.11rem;
  border-radius: 3px 3px 0 0;
}
.mui_tit__arrow::after {
  bottom: 0;
  left: 0;
  width: 14px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.mui_tit__play {
  position: relative;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
  fill: currentColor;
}
.mui_tit__play::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.mui_tit__play_icon {
  display: block;
  width: 100%;
  height: 100%;
}
.mui_tit__icon {
  display: block;
  height: 0.2rem;
  margin-right: 0.03rem;
}
.tit_first {
  margin-top: 0.18rem;
}
.mui_locality_scroll {
  position: relative;
}
.mui_locality_scroll__cont {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mui_pdf_list {
  overflow: hidden;
}
.mui_pdf_list__item {
  position: relative;
  margin-bottom: 0.12rem;
}
.mui_pdf_list__item:last-child {
  margin-bottom: 0;
}
.mui_pdf_list__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.mui_pdf_list__sort {
  width: 0.3rem;
  text-align: center;
  margin-right: 0.05rem;
}
.mui_pdf_list__media {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.mui_pdf_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}
.mui_pdf_list__certification {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.15rem;
}
.mui_pdf_list__type {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.1rem 0 -0.1rem;
}
.mui_pdf_list__type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.06;
}
.mui_pdf_list__bd {
  -webkit-box-flex: 1;
}
.mui_pdf_list__tit,
.mui_pdf_list__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_pdf_list__tit {
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.mui_pdf_list__desc {
  margin-top: 0.06rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_pdf_list__txt {
  margin-right: 0.08rem;
}
.mui_pdf_list__opt {
  margin-left: 0.1rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal /*vertical*/;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.mui_pdf_list__icon {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.1rem;
}
.mui_pdf_list__icon.play {
  width: 0.24rem;
  height: 0.24rem;
}
.mui_pdf_list__icon .icon_svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.mui_pdf_list .c_liked {
  color: red;
}
.mui_jzt_opt_all {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal /*vertical*/;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  padding: 0.1rem 0 0.2rem;
}
.mui_jzt_opt_all__btn {
  display: block;
  width: 42%;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 0.34rem;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  margin: 0 0.1rem;
  font-size: 0.16rem;
}

.js_video {
  display: block;
  width: 100%;
  height: 100%;
}

.jzt_scroll_list h1,
.jzt_scroll_list h2,
.jzt_scroll_list h3,
.jzt_scroll_list h4,
.jzt_scroll_list h5,
.jzt_scroll_list h6 {
  font-size: 100%;
  font-weight: 400;
}
.jzt_scroll_list .c_bg1 {
  background-color: #fafafa;
}
.jzt_scroll_list .c_bg2 {
  background-color: #fff;
}
.jzt_scroll_list .c_bg3 {
  background-color: #fafafa;
}
.jzt_scroll_list .c_btn1 {
  color: #1a1a1a;
  border-color: rgba(26, 26, 26, 0.2);
}
.jzt_scroll_list .c_btn1::after {
  border-color: rgba(26, 26, 26, 0.2);
}
.jzt_scroll_list .btn2 {
  color: #fff;
  background-color: #22d59c;
}
.jzt_scroll_list .mui_list {
  margin: 0 0.12rem;
  font-size: 0;
}
.jzt_scroll_list .mui_list__item {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0.14rem;
  font-size: 0.12rem;
}
.jzt_scroll_list .mui_list__box {
  margin: 0 0.04rem;
}
.jzt_scroll_list .mui_list__media {
  position: relative;
}
.jzt_scroll_list .mui_list__media::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.jzt_scroll_list .mui_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}
.jzt_scroll_list .mui_list__tit,
.jzt_scroll_list .mui_list__desc {
  display: block;
  line-height: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jzt_scroll_list .mui_list__tit {
  min-height: 0.17rem;
  margin-top: 0.08rem;
  line-height: 0.17rem;
  font-size: 0.13rem;
}
.jzt_scroll_list .mui_list__desc {
  margin-top: 0.02rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0.06rem auto 0;
}
.jzt_scroll_list .mui_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  background-color: currentColor;
  opacity: 0.08;
}
.jzt_scroll_list .mui_list__btn_txt {
  position: relative;
  z-index: 2;
}
.jzt_scroll_list .mui_list.row {
  margin-bottom: 0.14rem;
}
.jzt_scroll_list .mui_list.row:last-child {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.person .mui_list__img {
  border-radius: 100%;
}
.jzt_scroll_list .mui_list.person .mui_list__tit,
.jzt_scroll_list .mui_list.person .mui_list__desc {
  text-align: center;
}
.jzt_scroll_list .mui_list.person.list_nowrap {
  margin-right: 0.21rem;
}
.jzt_scroll_list .mui_list__status {
  position: absolute;
  top: -0.04rem;
  left: -0.04rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0.02rem;
  border: solid 0.02rem #f25a66;
  border-radius: 100%;
}
.jzt_scroll_list .mui_list__status_num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.18rem;
  height: 0.18rem;
  font-weight: 500;
  color: #fff;
  border-radius: 100%;
  background: #f25a66;
}
.jzt_scroll_list .mui_list.video .mui_list__media::after {
  padding-top: 56.25%;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__item {
  width: 100%;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__tit {
  line-height: 0.18rem;
  font-size: 0.14rem;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__desc {
  margin-top: 0.06rem;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__item {
  margin-bottom: 0.18rem;
}
.jzt_scroll_list .mui_list.col_1 .mui_list__item:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_2 .mui_list__item {
  width: 50%;
}
.jzt_scroll_list .mui_list.col_2 .mui_list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_3 .mui_list__item {
  width: 33.333333%;
}
.jzt_scroll_list .mui_list.col_3 .mui_list__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_4 .mui_list__item {
  width: 25%;
}
.jzt_scroll_list .mui_list.col_4 .mui_list__item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.col_5 .mui_list__item {
  width: 20%;
}
.jzt_scroll_list .mui_list.col_5 .mui_list__item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_list.horizontal {
  position: relative;
  margin-right: 0;
  overflow: hidden;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__inner {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  margin-bottom: -0.2rem;
  -webkit-overflow-scrolling: touch;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__item {
  margin-bottom: 0;
  width: auto;
  padding-bottom: 0.2rem;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__item:last-child {
  margin-right: 0.12rem;
}
.jzt_scroll_list .mui_list.horizontal .mui_list__box {
  width: 1.09rem;
}
.jzt_scroll_list .mui_list.horizontal.person .mui_list__box {
  width: 0.92rem;
  margin-right: 0.06rem;
}
.jzt_scroll_list .mui_list.horizontal.person .mui_list__media {
  width: 0.72rem;
  margin: 0 auto;
}
.jzt_scroll_list .mui_list.horizontal.video .mui_list__box {
  width: 1.67rem;
}
.jzt_scroll_list .mui_list.tit_wrap .mui_list__tit,
.jzt_scroll_list .mui_list.desc_wrap .mui_list__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.jzt_scroll_list .mui_list.tit_wrap .mui_list__tit {
  max-height: 0.34rem;
}
.jzt_scroll_list .mui_list.desc_wrap .mui_list__desc {
  max-height: 0.32rem;
}
.jzt_scroll_list .mui_list.top_gutter {
  margin-top: 0.2rem;
}
.jzt_scroll_list .mui_cover_count {
  display: none;
}
.jzt_scroll_list .icon_svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.jzt_scroll_list .mui_cover_info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.32rem;
  padding: 0 0.06rem;
  border-radius: 0.08rem;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  color: #fff;
}
.jzt_scroll_list .cover_info__count {
  display: -webkit-box;
  -webkit-box-align: center;
  margin-right: 0.4rem;
}
.jzt_scroll_list .cover_info__play .icon_svg {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.13rem 0 0 0.13rem;
}
.jzt_scroll_list .cover_info__count .icon_svg {
  position: relative;
  top: -1px;
  width: 0.12rem;
  height: 0.11rem;
}
.jzt_scroll_list .cover_info__count_num {
  display: block;
  margin-left: 4px;
  line-height: 1;
  font-size: 0.1rem;
  font-weight: 300;
  color: #fff;
}
.jzt_scroll_list .cover_info__play {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 2;
}
.jzt_scroll_list .cover_info__near {
  padding-right: 0.06rem;
  height: 0.18rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9.99rem;
  color: #fff;
  text-align: center;
  font-size: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jzt_scroll_list .cover_info__near::before {
  content: '';
  display: block;
  margin: 0 0.04rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 9.99rem;
  background-color: #ff6767;
}
.jzt_scroll_list .mui_list.video .mui_cover_info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.jzt_scroll_list .mui_list.video .cover_info__play {
  right: auto;
  left: 50%;
  bottom: auto;
  top: 50%;
  margin: -0.2rem 0 0 -0.2rem;
  color: #fff;
}
.jzt_scroll_list .mui_scroll {
  position: relative;
  overflow: hidden;
}
.jzt_scroll_list .mui_scroll__inner {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: -0.2rem;
  padding: 0 0.12rem;
  vertical-align: top;
}
.jzt_scroll_list .mui_scroll .mui_list {
  display: inline-block;
  width: 1.17rem;
  margin: 0 0 0.2rem;
  vertical-align: top;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_2 {
  width: 49%;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_3 {
  width: 32%;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_4 {
  width: 24%;
}
.jzt_scroll_list .mui_scroll .mui_list.scol_5 {
  width: 19%;
}
.jzt_scroll_list .mui_scroll .mui_list__item {
  display: block;
  margin-bottom: 0.14rem;
}
.jzt_scroll_list .mui_cell_list {
  overflow: hidden;
}
.jzt_scroll_list .mui_cell_list__item {
  position: relative;
  margin-bottom: 0.12rem;
  padding: 0 0.16rem;
}
.jzt_scroll_list .mui_cell_list__item:last-child {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_cell_list__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.jzt_scroll_list .mui_cell_list__sort {
  width: 0.3rem;
  text-align: center;
  margin-right: 0.05rem;
}
.jzt_scroll_list .mui_cell_list__media {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.jzt_scroll_list .mui_cell_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.06rem;
}
.jzt_scroll_list .mui_cell_list__certification {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.15rem;
}
.jzt_scroll_list .mui_cell_list__type {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.1rem 0 -0.1rem;
}
.jzt_scroll_list .mui_cell_list__type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.06;
}
.jzt_scroll_list .mui_cell_list__bd {
  -webkit-box-flex: 1;
}
.jzt_scroll_list .mui_cell_list__tit,
.jzt_scroll_list .mui_cell_list__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jzt_scroll_list .mui_cell_list__tit {
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.jzt_scroll_list .mui_cell_list__desc {
  margin-top: 0.06rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_cell_list__txt {
  margin-right: 0.08rem;
}
.jzt_scroll_list .mui_cell_list__video,
.jzt_scroll_list .mui_cell_list__more {
  display: block;
  position: relative;
  margin: 0 0.09rem;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0;
  overflow: hidden;
}
.jzt_scroll_list .mui_cell_list__more {
  margin-right: 0;
}
.jzt_scroll_list .mui_cell_list__more::after,
.jzt_scroll_list .mui_cell_list__video::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.jzt_scroll_list .mui_cell_list__video_icon,
.jzt_scroll_list .mui_cell_list__more_icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: currentColor;
  opacity: 0.6;
}
.jzt_scroll_list .mui_cell_list__opt {
  margin-left: 0.1rem;
  text-align: center;
}
.jzt_scroll_list .mui_cell_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0 auto;
  font-size: 0.12rem;
}
.jzt_scroll_list .mui_cell_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 200%;
  height: 200%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 0.24rem;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
}
.jzt_scroll_list .mui_cell_list__num {
  display: block;
  margin-top: 0.05rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_cell_list__arrow {
  position: relative;
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.jzt_scroll_list .mui_cell_list__arrow::before,
.jzt_scroll_list .mui_cell_list__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.jzt_scroll_list .mui_cell_list__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0.14rem;
  border-radius: 3px 3px 0 0;
}
.jzt_scroll_list .mui_cell_list__arrow::after {
  bottom: 0;
  left: 0;
  width: 0.17rem;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.jzt_scroll_list .mui_cell_list.song .mui_cell_list__item {
  margin-bottom: 0;
}
.jzt_scroll_list .mui_cell_list.song .mui_cell_list__box {
  min-height: 0.61rem;
}
.jzt_scroll_list .mui_cell_list.person .mui_cell_list__img {
  border-radius: 100%;
}
.jzt_scroll_list .mui_cell_list.playlist .mui_cell_list__type::after {
  top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
}
.jzt_scroll_list .mui_cell_list.top_gutter {
  margin-top: 0.2rem;
}
.jzt_scroll_list .mui_tit {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.3rem;
  margin: 0.2rem 0.16rem 0.1rem;
}
.jzt_scroll_list .mui_tit__text {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: bold;
}
.jzt_scroll_list .mui_tit__more {
  position: absolute;
  top: 0.05rem;
  right: -0.06rem;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.2rem;
  font-size: 0.13rem;
  font-weight: 300;
}
.jzt_scroll_list .mui_tit__more::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.jzt_scroll_list .mui_tit__arrow {
  position: relative;
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  margin: -1px 4px 0 -3px;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.jzt_scroll_list .mui_tit__arrow::before,
.jzt_scroll_list .mui_tit__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.jzt_scroll_list .mui_tit__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0.11rem;
  border-radius: 3px 3px 0 0;
}
.jzt_scroll_list .mui_tit__arrow::after {
  bottom: 0;
  left: 0;
  width: 14px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.jzt_scroll_list .mui_tit__play {
  position: relative;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
  fill: currentColor;
}
.jzt_scroll_list .mui_tit__play::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.jzt_scroll_list .mui_tit__play_icon {
  display: block;
  width: 100%;
  height: 100%;
}
.jzt_scroll_list .mui_tit__icon {
  display: block;
  height: 0.2rem;
  margin-right: 0.03rem;
}
.jzt_scroll_list .tit_first {
  margin-top: 0.18rem;
}
.jzt_scroll_list .mui_locality_scroll {
  position: relative;
}
.jzt_scroll_list .mui_locality_scroll__cont {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.comment-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.L20WxFWthRKO01KAakE2Qg\=\= {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  color: inherit;
  padding: inherit;
  background-color: inherit;
  cursor: pointer;
}

