html,
body {
  width: 100%;
  height: 100%;
  background: url("https://d.yfygame.com/xzy_glz_bg.png") no-repeat;
  overflow: hidden;
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) and (max-width: 3840px) {
  html,
  body {
    font-size: 60px;
  }
  #app .app-header-content {
    width: 30rem !important;
  }
  #app .app-container {
    width: 30rem !important;
  }
  #app .app-container .card-item-img {
    width: 100%;
    height: 4rem;
  }
  #app .app-container .search-page .card-item-img {
    width: 100%;
    height: 5.6rem;
  }
  #app .role_mr_20 {
    margin-right: 0.6rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html,
  body {
    font-size: 45px;
  }
  #app .app-header-content {
    width: 30rem !important;
  }
  #app .app-container {
    width: 30rem !important;
  }
  #app .app-container .card-item-img {
    width: 100%;
    height: 4rem;
  }
  #app .app-container .detail-video {
    width: 100%;
    height: 13.2rem !important;
  }
  #app .app-container .search-page .card-item-img {
    width: 100%;
    height: 5.6rem;
  }
  #app .role_mr_20 {
    margin-right: 0.58rem;
  }
}
@media screen and (min-width: 760px) and (max-width: 1440px) {
  html,
  body {
    font-size: 40px;
  }
  #app .app-header-content {
    width: 24rem !important;
  }
  #app .app-container {
    width: 24rem !important;
  }
  #app .app-container .card-item-img {
    width: 100%;
    height: 3.2rem;
  }
  #app .app-container .detail-video {
    width: 100%;
    height: 9.8rem !important;
  }
  #app .app-container .search-page .card-item-img {
    width: 100%;
    height: 4rem !important;
  }
  #app .role_mr_20 {
    margin-right: 0.42rem;
  }
}
@media screen and (max-width: 760px) {
  html,
  body {
    font-size: 30px;
    overflow-x: auto !important;
  }
  #app .app-header-content {
    width: 24rem !important;
  }
  #app .app-container {
    width: 24rem !important;
  }
  #app .app-container .card-item-img {
    width: 100%;
    height: 3.2rem !important;
  }
}
#app {
  width: 100%;
  height: 100%;
}
#app .v-tab {
  background: url(../images/new_tag_bg.png) no-repeat;
  background-size: 100% 100%;
}
#app .v-tab-item {
  font-weight: 400;
  font-size: 0.28rem;
  color: #2d2d2d;
  padding: 0.2rem 0.64rem;
  cursor: pointer;
}
#app .v-tab-item.tab-selected {
  color: #fff;
  background: #2b2b2b;
  border-radius: 0.08rem;
}
#app .v-tab2-item {
  font-weight: 400;
  font-size: 0.28rem;
  color: #2d2d2d;
  padding: 0.1rem 0.32rem;
  cursor: pointer;
}
#app .v-tab2-item.tab-selected {
  color: #fff;
  background: #2b2b2b;
  border-radius: 0.08rem;
}
#app .card-item-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0.08rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
}
#app .card-item-data .card-num {
  display: flex;
  align-items: center;
  margin-right: 0.24rem;
}
#app .card-item-data .card-num img {
  margin-right: 0.08rem;
}
#app .card-item-data .card-item-play img {
  width: 0.32rem;
  height: 0.28rem;
}
#app .card-item-data .card-item-dz img {
  width: 0.28rem;
  height: 0.28rem;
}
#app .app-header {
  width: 100%;
  height: 1.2rem;
  background: #333;
}
#app .app-header-content {
  background: #333;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .app-header-content .search-container {
  position: relative;
  z-index: 10;
}
#app .app-header-content .search-container .search-input {
  width: 5.6rem;
  height: 0.6rem;
  background: #5c5c5c;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.2rem;
}
#app .app-header-content .search-container .search-input .search-icon {
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
}
#app .app-header-content .search-container .search-input .search-icon img {
  width: 100%;
}
#app .app-header-content .search-container .search-input .search-split {
  height: 0.3rem;
  width: 0.02rem;
  background-color: #b3bbc3;
  opacity: 0.8;
  margin-left: 0.24rem;
  margin-right: 0.2rem;
}
#app .app-header-content .search-container .search-input input {
  outline: none;
  border: 0;
  background: #5c5c5c;
  width: 100%;
  height: 100%;
  font-size: 0.28rem;
  color: #ffffff;
}
#app .app-header-content .search-container .search-input .search-btn {
  cursor: pointer;
  display: inline-block;
  padding: 0.04rem 0.32rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  background: linear-gradient(130deg, #2894ff 0%, #1d8fff 100%);
  border-radius: 0.1rem;
}
#app .app-header-content .search-container .history-list {
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 0.12rem 0.2rem;
  background-color: #3c3c3c;
  border-radius: 0.1rem;
  position: absolute;
  top: 0.75rem;
  transform: translateX(-50%);
  margin-left: 50%;
}
#app .app-header-content .search-container .history-list .history-item {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding: 0.18rem;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #ffffff;
  margin-bottom: 0.08rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
#app .app-header-content .search-container .history-list .history-item:last-child {
  margin-bottom: 0px;
}
#app .app-header-content .search-container .history-list .history-item:hover {
  background: #4b4b4b;
}
#app .app-header-content .search-container .history-list .history-item .tag-close-icon {
  display: inline-block;
  padding: 0.08rem;
  display: flex;
  align-items: center;
}
#app .app-header-content .search-container .history-list .history-item .tag-close-icon img {
  width: 0.16rem;
  height: 0.16rem;
}
#app .app-header-content .search-container:hover .history-list {
  display: block;
}
#app .app-header-content .app-header-left {
  display: flex;
  align-items: center;
}
#app .app-header-content .app-header-left .header-icon {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
#app .app-header-content .app-header-left .header-icon img {
  width: 4.26rem;
  height: 1rem;
}
#app .app-header-content .app-header-left .header-icon .xzy_logo_en {
  width: 6.26rem !important;
}
#app .app-header-content .app-header-left .header-icon .xzy_logo_jp {
  width: 5.26rem !important;
}
#app .app-header-content .app-header-left .header-icon .xzy_logo_ko {
  width: 5.26rem !important;
}
#app .app-header-content .app-header-left .header-new-icon {
  display: flex;
  align-items: center;
}
#app .app-header-content .app-header-left .header-new-icon img:nth-child(1) {
  width: 1.4712rem;
  height: 0.8rem;
  margin-top: 0.1rem;
  margin-right: 0.2667rem;
}
#app .app-header-content .app-header-left .header-new-icon img:nth-child(2) {
  width: 4.36rem;
  height: 0.48rem;
}
#app .app-header-content .app-header-left .header-title {
  margin-left: 0.6rem;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  font-size: 0.64rem;
  color: #fefeff;
  line-height: 0.4rem;
}
#app .app-header-content .app-header-right {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#app .app-header-content .app-header-right .language-container {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.32rem;
  color: #c0c0c0;
  cursor: pointer;
  margin-right: 0.8rem;
  position: relative;
  z-index: 10;
}
#app .app-header-content .app-header-right .language-container .language-drop-icon {
  margin-left: 0.24rem;
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
}
#app .app-header-content .app-header-right .language-container .language-drop-icon img {
  width: 100%;
}
#app .app-header-content .app-header-right .language-container .language-list {
  padding: 0.2rem;
  border-radius: 0.08rem;
  background-color: #fff;
  position: absolute;
  display: none;
  top: 1.1rem;
  transform: translateX(-50%);
  margin-left: 50%;
}
#app .app-header-content .app-header-right .language-container .language-list li {
  margin-top: 0.12rem;
  padding: 0.2rem 0.26rem;
  border-radius: 0.06rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
#app .app-header-content .app-header-right .language-container .language-list li:first-child {
  margin-top: 0 !important;
}
#app .app-header-content .app-header-right .language-container .language-list li.selected {
  background: #eeeeee;
}
#app .app-header-content .app-header-right .language-container .language-list li:hover {
  background: #eeeeee;
}
#app .app-header-content .app-header-right .language-container:hover .language-list {
  display: block;
}
#app .app-header-content .app-header-right .avatar-container {
  height: 100%;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#app .app-header-content .app-header-right .avatar-container .avatar {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#app .app-header-content .app-header-right .avatar-container .avatar img {
  width: 100%;
  height: 100%;
}
#app .app-header-content .app-header-right .avatar-container .login-out-container {
  display: none;
  position: absolute;
  width: 3.2rem;
  height: 2.12rem;
  top: 1.2rem;
  transform: translateX(-50%);
  margin-left: 50%;
  padding: 0.3rem 0;
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#app .app-header-content .app-header-right .avatar-container .login-out-container .pop_avatar {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .app-header-content .app-header-right .avatar-container .login-out-container .pop_avatar img {
  width: 100%;
}
#app .app-header-content .app-header-right .avatar-container .login-out-container .name {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
}
#app .app-header-content .app-header-right .avatar-container .login-out-container .login-out-btn {
  width: 2rem;
  height: 0.56rem;
  background: #338bf5;
  border-radius: 0.0533rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
}
#app .app-header-content .app-header-right .avatar-container:hover .login-out-container {
  display: flex;
}
#app .app-header .back {
  width: 4.04rem;
  height: 0.72rem;
  background: #e5e4e5;
  box-shadow: 0.14rem 0.14rem 0.18rem 0 rgba(0, 0, 0, 0.35);
  border-radius: 0.04rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem 0.4rem;
  margin-left: 1.2rem;
  margin-top: 0.48rem;
  cursor: pointer;
}
#app .app-header .back img {
  width: 0.88rem;
  height: 0.72rem;
}
#app .app-header .back .back-text {
  font-size: 0.72rem;
  color: #212121;
  font-weight: bold;
}
#app .app-container {
  display: flex;
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 100%;
  height: calc(100% - 2rem);
}
#app .app-container .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#app .app-container .header-left {
  font-weight: 600;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#app .app-container .header-left .title-bg {
  height: 0.7rem;
  padding-right: 1.2rem;
  background: url(../images/tag_bg.png) no-repeat;
  background-size: 100% 100%;
  font-family: Microsoft YaHei;
  display: flex;
  align-items: end;
}
#app .app-container .header-left .title-bg .title {
  padding: 0.1rem 0.2rem 0 0.1rem;
}
#app .app-container .header-left .title-bg .title-right-icon {
  display: inline-block;
}
#app .app-container .header-left .title-bg .title-right-icon img {
  width: 0.24rem;
  height: 0.28rem;
}
#app .app-container .header-right {
  font-weight: 500;
  font-size: 0.3rem;
  color: #666666;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
#app .app-container .header-right img {
  width: 0.24rem;
  height: 0.44rem;
  margin-left: 0.18rem;
}
#app .app-container .header .xs-tab-container {
  display: flex;
  margin-top: 0.1rem;
}
#app .app-container .split {
  width: 100%;
  height: 0.2rem;
  margin-top: 0.2rem;
  background: url(../images/split_bg.png) no-repeat;
  background-size: 100% 100%;
}
#app .app-container .page-list {
  width: 100%;
  position: relative;
}
#app .app-container .page-list .xbb-container {
  height: 100%;
  background: rgba(248, 250, 255, 0.65);
  box-shadow: 0px 0px 20px 0px rgba(137, 161, 188, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
#app .app-container .page-list .xbb-container .xbb-box {
  padding: 0.4rem;
  border-radius: 0.08rem 0.08rem 0px 0px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  font-size: 0.68rem;
  color: #f0f0f0;
}
#app .app-container .page-list .xbb-container .xbb-header-right {
  position: relative;
  margin-top: 0.1rem;
  z-index: 1;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-filter {
  padding: 0.16rem 0.2rem;
  background: #373737;
  border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-filter .filter-icon {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.0267rem;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-filter .filter-icon img {
  width: 100%;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-list {
  padding: 0.12rem 0.2rem;
  background-color: #fff;
  position: absolute;
  display: none;
  top: 0.72rem;
  right: 0;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-list > li {
  margin-top: 0.12rem;
  padding: 0.08rem 0.24rem;
  border-radius: 0.06rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #363636;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-list > li:hover {
  background: #eeeeee;
}
#app .app-container .page-list .xbb-container .xbb-header-right .version-list .selected_version {
  background: #eeeeee;
}
#app .app-container .page-list .xbb-container .xbb-header-right:hover .version-list {
  display: block;
}
#app .app-container .page-list .xbb-container .xbb-content {
  height: calc(100% - 4.5rem);
  overflow: hidden;
  position: relative;
}
#app .app-container .page-list .xbb-container .xbb-content .version-img {
  width: 100%;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-qd-container {
  width: 100%;
  position: absolute;
  bottom: 20%;
  display: flex;
  justify-content: center;
  text-align: center;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box {
  width: 80%;
  position: absolute;
  bottom: 5%;
  left: 10%;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  gap: 0.6rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item {
  width: 35%;
  cursor: pointer;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-img {
  height: 4rem;
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-data {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: linear-gradient(180deg, #000000 0%, rgba(45, 45, 45, 0) 100%);
  border-radius: 0.08rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-data .xbb-num {
  display: flex;
  align-items: center;
  margin-right: 0.24rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-data .xbb-num img {
  margin-right: 0.08rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-data .xbb-card-item-play img {
  width: 0.32rem;
  height: 0.28rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-data .xbb-card-item-dz img {
  width: 0.28rem;
  height: 0.28rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-wrapped {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 0.08rem 0.08rem;
  border-radius: 0 0 0.0533rem 0.0533rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-title {
  padding: 0 0.1rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #fff;
  width: 100%;
  line-height: 0.44rem;
  margin-bottom: 0.2rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-userinfo {
  margin-top: 0.2rem;
  height: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.6rem;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-userinfo .userinfo-left {
  display: flex;
  align-items: center;
  width: 70%;
  white-space: nowrap;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-userinfo .userinfo-left .img {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-userinfo .userinfo-left .img img {
  width: 100%;
  height: 100%;
}
#app .app-container .page-list .xbb-container .xbb-content .xbb-card-box .xbb-card-content .xbb-card-item-userinfo .follow {
  color: #efb059;
}
#app .app-container .search-page {
  width: 100%;
}
#app .app-container .search-page .header-right {
  cursor: pointer;
}
#app .app-container .search-page .header-right img {
  margin-right: 0.12rem;
  width: 0.44rem;
  height: 0.36rem;
}
#app .app-container .search-page .search-tab-container {
  display: flex;
  margin-top: 0.12rem;
  margin-bottom: 0.08rem;
}
#app .app-container .search-page .search-content-container {
  height: calc(100% - 1.8rem) !important;
}
#app .app-container .detail-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#app .app-container .detail-wrapper .detail-back {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1.6rem;
  height: 0.72rem;
  border-radius: 0.04rem;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
#app .app-container .detail-wrapper .detail-back img {
  width: 0.42rem;
  height: 0.36rem;
}
#app .app-container .detail-wrapper .detail-back span {
  font-size: 0.32rem;
  color: #212121;
}
#app .app-container .detail-wrapper .detail-container {
  background: #ffffff;
  border-radius: 0.08rem 0.08rem 0px 0px;
  padding: 0.4rem;
  height: calc(100% - 0.8rem);
  overflow: auto;
}
#app .app-container .detail-wrapper .detail-container .detail-video {
  width: 100%;
  height: 8.2rem;
  position: relative;
}
#app .app-container .detail-wrapper .detail-container .detail-video .embed_container {
  height: 100%;
}
#app .app-container .detail-wrapper .detail-container .detail-video iframe {
  width: 100%;
  height: 100%;
}
#app .app-container .detail-wrapper .detail-container .detail-video video {
  width: 100%;
}
#app .app-container .detail-wrapper .detail-container .split {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
#app .app-container .detail-wrapper .detail-container .detail-top {
  margin-bottom: 0.2rem;
}
#app .app-container .detail-wrapper .detail-container .detail-top .title-right-icon {
  display: inline-block;
}
#app .app-container .detail-wrapper .detail-container .detail-top .title-right-icon img {
  width: 0.24rem;
  height: 0.28rem;
}
#app .app-container .detail-wrapper .detail-container .detail-top .header-right {
  cursor: pointer;
}
#app .app-container .detail-wrapper .detail-container .detail-top .header-right img {
  margin-right: 0.12rem;
  width: 0.44rem;
  height: 0.36rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .title {
  font-weight: bold;
  font-size: 0.44rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .user-info {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #999999;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .user-info .img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.12rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .user-info .img img {
  width: 0.6rem;
  height: 0.6rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .user-info .date {
  margin-left: 0.4rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .user-info .pv-info {
  margin-left: 0.4rem;
  display: flex;
  align-items: center;
}
#app .app-container .detail-wrapper .detail-container .detail-header-left .user-info .pv-info > img {
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-right {
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  width: 4.4rem;
  font-size: 0.28rem;
  color: #999999;
  text-align: center;
}
#app .app-container .detail-wrapper .detail-container .detail-header-right img {
  width: 0.4rem;
  height: 0.4rem;
}
#app .app-container .detail-wrapper .detail-container .detail-header-right .zan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.6rem;
  cursor: pointer;
}
#app .app-container .detail-wrapper .detail-container .detail-header-right .sc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
#app .app-container .detail-wrapper .detail-container .detail-info {
  word-break: break-all;
}
#app .app-container .detail-wrapper .detail-container .detail-info p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #555555;
}
#app .app-container .left-menu {
  width: 5.28rem;
  flex-shrink: 0;
  background: #f8faff;
  box-shadow: 0px 0px 20px 20px rgba(137, 161, 188, 0.2);
  margin-right: 0.32rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
#app .app-container .left-menu:nth-child(1) .item-menu {
  margin-top: 0.4rem;
}
#app .app-container .left-menu .item-menu {
  width: 4.8rem;
  height: 1.04rem;
  line-height: 0.04rem;
  text-indent: 0.6rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 0.32rem;
  color: #666666;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#app .app-container .left-menu .item-menu-box {
  width: 100%;
  height: 100%;
}
#app .app-container .left-menu .item-menu-box .menu-dot-box {
  height: 94%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.12rem;
  margin-right: 0.4rem;
}
#app .app-container .left-menu .item-menu-box .menu-dot-box .item-menu-dot {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #b3bbc3;
}
#app .app-container .left-menu .item-menu .selected {
  width: 4.8rem;
  height: 1.04rem;
  background: url(../images/menu_selected_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  font-family: Source Han Sans SC;
  font-weight: bold;
  font-size: 0.32rem;
  color: #fff;
  text-indent: 0.6rem;
  line-height: 0.04rem;
}
#app .app-container .left-menu .item-menu .selected .item-menu-dot {
  background: #fff;
}
#app .app-container .right-content-container {
  height: 100%;
  overflow: hidden;
}
#app .app-container .right-content-container .video-swiper-container {
  position: relative;
}
#app .app-container .right-content-container .video-swiper-container .video-play {
  width: 9rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1000;
  top: 0;
  cursor: pointer;
}
#app .app-container .right-content-container .video-swiper-container .video-play img {
  width: 1.36rem;
  height: 1.36rem;
}
#app .app-container .right-content-container .right-content-box {
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.08rem 0.08rem 0px 0px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  font-size: 0.68rem;
  color: #f0f0f0;
  background: rgba(248, 250, 255, 0.65);
  box-shadow: 0px 0px 20px 0px rgba(137, 161, 188, 0.2);
  border-radius: 4px;
}
#app .app-container .right-content-container .home-right-content-box {
  height: calc(100% - 5.8rem) !important;
}
#app .app-container .right-content-container .home-right-content-box .home-content-container {
  height: calc(100% - 1rem) !important;
}
#app .app-container .right-content-container .home-right-content-box .header {
  margin-bottom: 0.3rem !important;
}
#app .app-container .right-content-container .content-container {
  margin-top: 0.2rem;
  box-sizing: border-box;
  height: calc(100% - 1.2rem);
  overflow: auto;
}
#app .app-container .right-content-container .content-container .card-box {
  display: flex;
  flex-wrap: wrap;
}
#app .app-container .right-content-container .content-container .card-box .card-item {
  width: 31%;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
#app .app-container .right-content-container .content-container .card-box .card-item-img {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
#app .app-container .right-content-container .content-container .card-box .card-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .app-container .right-content-container .content-container .card-box .card-item-title {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.44rem;
  margin-top: 0.2rem;
}
#app .app-container .right-content-container .content-container .card-box .card-item-userinfo {
  height: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.6rem;
}
#app .app-container .right-content-container .content-container .card-box .card-item-userinfo .userinfo-left {
  display: flex;
  align-items: center;
  width: 65%;
  white-space: nowrap;
}
#app .app-container .right-content-container .content-container .card-box .card-item-userinfo .userinfo-left .img {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
#app .app-container .right-content-container .content-container .card-box .card-item-userinfo .userinfo-left .img img {
  width: 100%;
  height: 100%;
}
#app .app-container .right-content-container .content-container .card-box .card-item-userinfo .userinfo-left span {
  display: inline-block;
}
#app .app-container .role-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.08rem 0.08rem 0 0;
  background: rgba(248, 250, 255, 0.65);
  box-shadow: 0px 0px 20px 0px rgba(137, 161, 188, 0.2);
}
#app .app-container .role-container .role-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app .app-container .role-container .role-wrapper .role-header {
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0.02rem 0.02rem 0.08rem 0px rgba(183, 183, 183, 0.29);
  border-radius: 0.08rem;
  padding: 0.4rem;
  height: 2.4rem;
  margin: 0.6rem 0.4rem 0;
  display: flex;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-left {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 0.12rem;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(#b1b7d1, #686c92);
}
#app .app-container .role-container .role-wrapper .role-header .role-header-left img {
  width: 100%;
  height: 100%;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right {
  width: 100%;
  margin-left: 0.5rem;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-top .tag {
  font-weight: 500;
  font-size: 0.28rem;
  color: #666666;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-top .name {
  font-weight: 500;
  font-size: 0.44rem;
  color: #333333;
  text-shadow: 0px 0px 0.08rem rgba(0, 0, 0, 0);
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-top .ename {
  font-weight: 500;
  font-size: 0.32rem;
  color: #ffffff;
  text-shadow: 0px 0px 0.08rem #000000;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom {
  height: 1rem;
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom > div {
  font-weight: 500;
  font-size: 0.28rem;
  color: #2b2b2b;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .cost {
  width: 4.22rem;
  height: 0.6rem;
  background: url(../images/cost_bg2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .cost-imgs {
  position: absolute;
  top: -0.2rem;
  right: 0.32rem;
  width: 1.6rem;
  text-align: center;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .cost-imgs img {
  width: 0.42rem;
  height: 0.56rem;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .tag_shadow {
  width: 4.1rem;
  height: 0.48rem;
  background: #ededed;
  box-shadow: 0.18rem 0.1rem 0.06rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.04rem;
  margin-left: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .tag_shadow img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .tag_shadow .prop-name {
  display: flex;
  align-items: center;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .userinfo-bottom .tag_shadow .tag-value {
  margin-right: 0.4rem;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .button {
  padding: 0.2rem 0.25rem;
  background: #373737;
  border-radius: 0.08rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.32rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .button .change_btn_icon {
  display: inline-block;
  width: 0.3467rem;
  height: 0.3467rem;
  margin-right: 0.05rem;
}
#app .app-container .role-container .role-wrapper .role-header .role-header-right .button .change_btn_icon img {
  width: 100%;
}
#app .app-container .role-container .role-wrapper .role-recommend-container {
  padding: 0px 0.4rem 0.56rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
  height: calc(100% - 4.1rem);
}
#app .app-container .role-container .role-wrapper .role-recommend-container .content-container {
  height: calc(100% - 1.2rem);
  overflow: auto;
  margin-top: 0.2rem;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box {
  display: flex;
  flex-wrap: wrap;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item {
  width: 31.5%;
  margin-bottom: 0.4rem;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-img {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-title {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.44rem;
  margin-top: 0.2rem;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-userinfo {
  height: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.6rem;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-userinfo .userinfo-left {
  display: flex;
  align-items: center;
  width: 70%;
  white-space: nowrap;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-userinfo .userinfo-left .img {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
#app .app-container .role-container .role-wrapper .role-recommend-container .card-box .card-item-userinfo .userinfo-left .img img {
  width: 100%;
  height: 100%;
}
#app .app-container .banner-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  padding: 0.36rem;
  background: rgba(248, 250, 255, 0.65);
  box-shadow: 0px 0px 20px 0px rgba(137, 161, 188, 0.2);
  border-radius: 4px;
}
#app .app-container .banner-container img {
  width: 100%;
}
#app .app-container .my-center {
  height: 100%;
  overflow: hidden;
  background: rgba(248, 250, 255, 0.65);
  box-shadow: 0px 0px 20px 0px rgba(137, 161, 188, 0.2);
}
#app .app-container .my-center .flex_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .app-container .my-center .mycenter-tab-container {
  display: flex;
  margin-top: 0.12rem;
  margin-bottom: 0.3rem;
}
#app .app-container .my-center-content {
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
}
#app .app-container .my-center-header {
  height: 1.2rem;
  padding: 0.4rem;
  border-radius: 0.08rem;
  background: #dce3ec;
  box-shadow: 0.02rem 0.02rem 0.08rem 0px rgba(183, 183, 183, 0.29);
  display: flex;
  align-items: center;
}
#app .app-container .my-center-header-avatar {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.04rem;
  margin-right: 0.4rem;
  overflow: hidden;
}
#app .app-container .my-center-header-avatar img {
  width: 100%;
  height: 100%;
}
#app .app-container .my-center-header-info .name {
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
  text-shadow: 0px 0px 0.08rem rgba(0, 0, 0, 0);
}
#app .app-container .my-center-header-info .my-code {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  text-shadow: 0px 0px 0.08rem rgba(0, 0, 0, 0);
}
#app .app-container .my-center .my-favorite {
  box-sizing: border-box;
  height: calc(100% - 2rem);
  padding: 0.3rem 0 0;
}
#app .app-container .my-center .my-favorite .content-container {
  height: calc(100% - 1.2rem);
  overflow: auto;
  margin-top: 0.2rem;
}
#app .app-container .my-center .my-favorite .card-box {
  display: flex;
  flex-wrap: wrap;
}
#app .app-container .my-center .my-favorite .card-box .card-item {
  width: 31%;
  margin-bottom: 0.4rem;
}
#app .app-container .my-center .my-favorite .card-box .card-item-img {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
#app .app-container .my-center .my-favorite .card-box .card-item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#app .app-container .my-center .my-favorite .card-box .card-item-title {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.44rem;
  margin-top: 0.2rem;
}
#app .app-container .my-center .my-favorite .card-box .card-item-userinfo {
  height: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.6rem;
}
#app .app-container .my-center .my-favorite .card-box .card-item-userinfo .userinfo-left {
  display: flex;
  align-items: center;
  width: 70%;
  white-space: nowrap;
}
#app .app-container .my-center .my-favorite .card-box .card-item-userinfo .userinfo-left .img {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
#app .app-container .my-center .my-favorite .card-box .card-item-userinfo .userinfo-left .img img {
  width: 100%;
  height: 100%;
}
#app .select-role-modal {
  width: 17.92rem;
  height: 12.4rem;
  background: url(../images/select_role_bg.png) no-repeat !important;
  background-size: 100% 100% !important;
}
#app .select-role-modal .dialog-close {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/x.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
#app .my-modal-content {
  width: 100%;
  height: 100%;
}
#app .my-modal-content .title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
}
#app .my-modal-content .tab-container {
  width: 8.92rem;
  height: 0.68rem;
  background: #f1f1f1;
  border-radius: 0.08rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #212121;
  display: flex;
  margin-top: 0.4rem;
}
#app .my-modal-content .tab-container .tab-item {
  width: 2.36rem;
  height: 100%;
  text-align: center;
  line-height: 0.68rem;
  cursor: pointer;
}
#app .my-modal-content .tab-container .tab-item.tab_selected {
  color: #fff;
  height: 0.84rem;
  background: url(../images/tab_selected.png) no-repeat;
  background-size: 100% 100%;
}
#app .my-modal-content .roles-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 8.4rem;
  width: 100%;
  overflow: auto;
  margin-top: 0.4rem;
}
#app .my-modal-content .roles-container .role-item {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(#b1b7d1, #686c92);
}
#app .my-modal-content .roles-container .role-item img {
  width: 100%;
  height: 100%;
}
.mr-20 {
  margin-right: 0.4rem;
}
.mb-20 {
  margin-bottom: 0.4rem;
}
.mr-10 {
  margin-right: 0.6rem;
}
.character-section {
  padding: 0 0.4rem;
}
.character-section .character-list {
  padding-bottom: 0.4rem;
  display: flex;
  gap: 0.72rem;
  overflow-x: auto;
}
.character-section .character-list .character-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.character-section .character-list .character-item .character-avatar {
  position: relative;
  width: 1.92rem;
  height: 1.92rem;
  background-image: url("../images/ring_selected.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.character-section .character-list .character-item .character-avatar.character_avatar_disabled {
  background-image: url("../images/ring_noselected.png");
  background-size: 100% 100%;
}
.character-section .character-list .character-item .character-avatar.character_avatar_disabled1 {
  background-image: url("../images/ring_disabled.png");
  background-size: 100% 100%;
}
.character-section .character-list .character-item .character-avatar .avatar-image {
  width: 1.44rem;
  height: 1.44rem;
  overflow: hidden;
  border-radius: 50%;
}
.character-section .character-list .character-item .character-avatar .avatar-image.gray-image {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
.character-section .character-list .character-item .character-avatar .noactive-indicator {
  position: absolute;
  top: -0.026rem;
  left: -0.026rem;
  right: -0.026rem;
  bottom: -0.026rem;
}
.character-section .character-list .character-item .character-avatar .noactive-indicator img {
  width: 100%;
  height: 100%;
}
.character-section .character-list .character-item .character-avatar .red_dot__cursor {
  width: 0.36rem;
  height: 0.36rem;
  background: #ff2602;
  border-radius: 50%;
  position: absolute;
  right: -0.08rem;
  top: 0;
}
.character-section .character-list .character-item.active .avatar-image {
  border-color: #ff6b35;
}
.character-section .character-list .character-item .character-name {
  font-weight: bold;
  font-size: 0.32rem;
  color: #1f1f1f;
  text-align: center;
}
.character-section .character-list .character-item .character-name.disabled_name {
  color: #989492 !important;
}
.character-section .character-list .character-item.active .character-name {
  color: #1f1f1f;
}
