@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
html {
  font-family: sans-serif;
  background: #181920;
  color: rgba(255, 255, 255, 0.7);
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  font-size: 100%;
  box-shadow: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
abbr,
acronym {
  border: 0;
  font-feature-settings: normal;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
i {
  font-style: normal;
}
q:after,
q:before {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover {
  text-decoration: underline;
}
a,
ins {
  text-decoration: none;
}
#app {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.32rem;
  overflow: hidden;
}
.container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.swich_dialog {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f683a2;
}
.swich_dialog_content {
  color: black;
  font-size: 0.28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stack-pages-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.stack-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  pointer-events: all;
  background-color: #181920;
  align-items: center;
}
.stack-page-slide-back {
  position: absolute;
  width: 4%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.full-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.positioned-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
}
.hide {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  display: block;
  overflow: hidden;
}
.loadmore {
  text-align: center;
  padding-bottom: 0.5rem;
  color: #333;
  font-size: 0.325rem;
  margin-top: 0.4rem;
}
.dplayer {
  position: relative;
  height: 100%;
}
/* 公共头部 */
.back-header {
  position: relative;
  width: 100%;
  height: 1.17rem;
  display: flex;
  align-items: center;
  background: center/cover no-repeat #181920;
  color: #ffffff;
  background-position-y: -20px;
  overflow: hidden;
}
.back-heder-title {
  font-size: 0.48rem;
  color: #1e1e1e;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.back-header-left {
  width: 2.5rem;
  height: 1.6rem;
}
.back-header-left-back {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-header-left-back > img {
  width: 0.6rem;
  height: 0.6rem;
}
.back-header-right {
  width: 2.5rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.back-header-right-box {
  padding-right: 0.4rem;
  position: relative;
}

@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url(/fonts/20f44faca34036753a1a5d70f3824ccb.ttf) format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont.arrow-right:before {
  content: "\e604";
}
.iconfont.arrow-left:before {
  content: "\e610";
}
.iconfont.tag:before {
  content: "\e6a5";
}
.iconfont.shuffle:before {
  content: "\e6cd";
}
.iconfont.arrow-down:before {
  content: "\e6a4";
}
.iconfont.arrow-up:before {
  content: "\e6b4";
}
.iconfont.close:before {
  content: "\e626";
}
.iconfont.history:before {
  content: "\e603";
}
.iconfont.user:before {
  content: "\e612";
}
.iconfont.user-active:before {
  content: "\e61b";
}
.iconfont.cate:before {
  content: "\e613";
}
.iconfont.cate-active:before {
  content: "\e61a";
}
.iconfont.xiao:before {
  content: "\e60f";
}
.iconfont.xiao-active:before {
  content: "\e619";
}
.iconfont.favour:before {
  content: "\e60c";
}
.iconfont.favour-active:before {
  content: "\e618";
}
.iconfont.av-active:before {
  content: "\e616";
}
.iconfont.av:before {
  content: "\e614";
}
.iconfont.brightness:before {
  content: "\e632";
}
.iconfont.volume:before {
  content: "\e60e";
}
.iconfont.share:before {
  content: "\e65c";
}
.iconfont.account:before {
  content: "\e652";
}
.iconfont.lock:before {
  content: "\e651";
}
.iconfont.add:before {
  content: "\e67b";
}
.iconfont.heart:before {
  content: "\e6df";
}
.iconfont.play:before {
  content: "\e600";
}
.iconfont.pause:before {
  content: "\e650";
}
.iconfont.muted-off:before {
  content: "\e6f5";
}
.iconfont.muted-on:before {
  content: "\e736";
}
.iconfont.fullscreen:before {
  content: "\e6a0";
}
.iconfont.video-loading:before {
  content: "\e771";
}
.iconfont.circle:before {
  content: "\e6d0";
}
.iconfont.refresh:before {
  content: "\e6a1";
}
.iconfont.cleanup:before {
  content: "\e64d";
}
.iconfont.group:before {
  content: "\e6a8";
}
.iconfont.version:before {
  content: "\e68d";
}
.iconfont.setting1:before {
  content: "\e63c";
}
.iconfont.setting2:before {
  content: "\e622";
}
.iconfont.setting3:before {
  content: "\e751";
}
.iconfont.download1:before {
  content: "\e644";
}
.iconfont.download2:before {
  content: "\e62b";
}
.iconfont.download3:before {
  content: "\e61d";
}
.iconfont.start-download:before {
  content: "\e6f0";
}
.iconfont.pause-download:before {
  content: "\e62f";
}
.iconfont.play-download:before {
  content: "\e62e";
}
.iconfont.delete-download:before {
  content: "\e624";
}
.iconfont.vip:before {
  content: "\e70a";
}
.iconfont.watch-count:before {
  content: "\e734";
}
.iconfont.contact:before {
  content: "\e64c";
}
.iconfont.erweima:before {
  content: "\e607";
}
.iconfont.saoma:before {
  content: "\e64a";
}
.iconfont.lock-open:before {
  content: "\e66c";
}
.iconfont.lock-closed:before {
  content: "\e70c";
}
.iconfont.zan:before {
  content: "\e617";
}
.iconfont.daili:before {
  content: "\e6f8";
}
.iconfont.hot:before {
  content: "\e842";
}
.iconfont.time:before {
  content: "\e735";
}
.iconfont.date:before {
  content: "\e7d3";
}
.iconfont.download4:before {
  content: "\e6cf";
}
.iconfont.money:before {
  content: "\e73f";
}
.iconfont.download5:before {
  content: "\e690";
}
.iconfont.daili1:before {
  content: "\e68c";
}
.iconfont.edit:before {
  content: "\e61f";
}
.iconfont.password:before {
  content: "\e679";
}
.iconfont.question:before {
  content: "\e72a";
}
.iconfont.repair:before {
  content: "\e684";
}
.iconfont.mobile:before {
  content: "\e61e";
}
.iconfont.prev:before {
  content: "\e7f3";
}
.iconfont.next:before {
  content: "\e7f4";
}
.iconfont.email:before {
  content: "\e84b";
}

.m-none{margin:0}.p-none{padding:0}.m-t-none{margin-top:0}.p-t-none{padding-top:0}.m-r-none{margin-right:0}.p-r-none{padding-right:0}.m-b-none{margin-bottom:0}.p-b-none{padding-bottom:0}.m-l-none{margin-left:0}.p-l-none{padding-left:0}.m-xxs{margin:.125rem}.p-xxs{padding:.125rem}.m-t-xxs{margin-top:.125rem}.p-t-xxs{padding-top:.125rem}.m-r-xxs{margin-right:.125rem}.p-r-xxs{padding-right:.125rem}.m-b-xxs{margin-bottom:.125rem}.p-b-xxs{padding-bottom:.125rem}.m-l-xxs{margin-left:.125rem}.p-l-xxs{padding-left:.125rem}.m-xs{margin:.25rem}.p-xs{padding:.25rem}.m-t-xs{margin-top:.25rem}.p-t-xs{padding-top:.25rem}.m-r-xs{margin-right:.25rem}.p-r-xs{padding-right:.25rem}.m-b-xs{margin-bottom:.25rem}.p-b-xs{padding-bottom:.25rem}.m-l-xs{margin-left:.25rem}.p-l-xs{padding-left:.25rem}.m-sm{margin:.5rem}.p-sm{padding:.5rem}.m-t-sm{margin-top:.5rem}.p-t-sm{padding-top:.5rem}.m-r-sm{margin-right:.5rem}.p-r-sm{padding-right:.5rem}.m-b-sm{margin-bottom:.5rem}.p-b-sm{padding-bottom:.5rem}.m-l-sm{margin-left:.5rem}.p-l-sm{padding-left:.5rem}.m-md{margin:1rem}.p-md{padding:1rem}.m-t-md{margin-top:1rem}.p-t-md{padding-top:1rem}.m-r-md{margin-right:1rem}.p-r-md{padding-right:1rem}.m-b-md{margin-bottom:1rem}.p-b-md{padding-bottom:1rem}.m-l-md{margin-left:1rem}.p-l-md{padding-left:1rem}.m-lg{margin:2rem}.p-lg{padding:2rem}.m-t-lg{margin-top:2rem}.p-t-lg{padding-top:2rem}.m-r-lg{margin-right:2rem}.p-r-lg{padding-right:2rem}.m-b-lg{margin-bottom:2rem}.p-b-lg{padding-bottom:2rem}.m-l-lg{margin-left:2rem}.p-l-lg{padding-left:2rem}.m-xl{margin:4rem}.p-xl{padding:4rem}.m-t-xl{margin-top:4rem}.p-t-xl{padding-top:4rem}.m-r-xl{margin-right:4rem}.p-r-xl{padding-right:4rem}.m-b-xl{margin-bottom:4rem}.p-b-xl{padding-bottom:4rem}.m-l-xl{margin-left:4rem}.p-l-xl{padding-left:4rem}.m-xxl{margin:8rem}.p-xxl{padding:8rem}.m-t-xxl{margin-top:8rem}.p-t-xxl{padding-top:8rem}.m-r-xxl{margin-right:8rem}.p-r-xxl{padding-right:8rem}.m-b-xxl{margin-bottom:8rem}.p-b-xxl{padding-bottom:8rem}.m-l-xxl{margin-left:8rem}.p-l-xxl{padding-left:8rem}

.home-tab-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 1.307rem;
  background: #181920;
  background-size: cover;
}
.home-tab-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  color: #58585f;
}
.home-tab-item img {
  width: 0.67rem;
}
.home-tab-item p {
  font-size: 0.266rem;
  color: rgba(255,255,255,0.50196);
  transform: scale(0.9);
}
.home-tab-item.selected p {
  color: #ff1f42;
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .home-tab-bar {
    height: 1.76rem;
    padding-bottom: 0.4rem;
  }
  .servers_page .server-bottom {
    padding-bottom: 0.5rem !important;
  }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .home-tab-bar {
    height: 1.76rem;
    padding-bottom: 0.4rem;
  }
  .servers_page .server-bottom {
    padding-bottom: 0.5rem !important;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .home-tab-bar {
    height: 1.76rem;
    padding-bottom: 0.4rem;
  }
  .servers_page .server-bottom {
    padding-bottom: 0.5rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .home-tab-bar {
    height: 1.76rem;
    padding-bottom: 0.4rem;
  }
  .servers_page .server-bottom {
    padding-bottom: 0.5rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .home-tab-bar {
    height: 1.76rem;
    padding-bottom: 0.4rem;
  }
  .servers_page .server-bottom {
    padding-bottom: 0.5rem !important;
  }
}
.scroller-wrapper {
  height: 100%;
}
.scroller-wrapper .pulldown-wrapper {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%) translateZ(0);
  color: #999;
  padding-bottom: 0.25rem;
}
.scroller-wrapper .pulldown-wrapper img {
  display: inline-block;
  height: 1.6rem;
  margin-bottom: -0.4rem;
}
.top-nav-list {
  position: relative;
  overflow: hidden;
}
.top-slide-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 1.2rem;
  white-space: nowrap;
  background-color: white;
  position: relative;
  z-index: 2;
}
.top-slide-nav .top-slide-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0.25rem;
}
.top-slide-nav.no-scroll .top-slide-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 0;
}
.top-slide-nav .scroll-item-wrapper,
.top-slide-nav .item-wrapper {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 0.375rem;
  padding: 0 0.5rem;
  color: #333;
  border-bottom: #F683A2 3px transparent;
}
.top-slide-nav .scroll-item-wrapper.active,
.top-slide-nav .item-wrapper.active {
  color: #F683A2;
  border-bottom: #F683A2 3px solid;
  font-weight: bold;
}
.top-slide-nav .item-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.top-slide-panel-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.top-slide-panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-content-flex {
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
}
.home-head-box {
  height: 1.173rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.4rem;
  font-size: 0.4rem;
  font-weight: 600;
}
.home-head-box .location-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home-head-box .icon-search,
.home-head-box .icon-location {
  width: 0.66rem;
}
.home-head-box .icon-title {
  width: 2.7rem;
}
.scroller-sliver-head {
  overflow: hidden;
  display: flex;
  background: white;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.scroller-sliver-head .scroll-sliver-contet {
  width: 100%;
}
.scroller-wrapper {
  height: 100%;
}
.scroller-wrapper .pulldown-wrapper {
  position: absolute;
  width: 100%;
  transform: translateY(-100%) translateZ(0);
  text-align: center;
  color: #999;
  padding-bottom: 0.25rem;
}
.scroller-wrapper .pulldown-wrapper img {
  display: inline-block;
  height: 1.6rem;
  margin-bottom: -0.4rem;
}
.home-page {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-page .head-lottie-box {
  padding: 0.2rem 0;
}
.home-page .home-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.53rem 0.4rem;
}
.scroll_box {
  display: flex;
  flex-direction: row;
  position: relative;
}
.welcome-layer {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.welcome-layer .welcome-btn {
  display: flex;
  justify-content: center;
}
.welcome-layer .welcome-btn img {
  width: 7.5rem;
  height: 1.36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-ad {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-ad .welcome-ad-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.welcome-ad .welcome-ad-btn {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 15px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  padding: 6px 12px;
}
.contact_num {
  flex: 1;
}
.no_point_event {
  pointer-events: none !important;
  width: 100%;
  height: 100%;
}
.bottom_sheet_box_hide {
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.webview-page {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translate(150px);
  }
}
.webview-loading {
  width: 150px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.webview-loading span {
  position: absolute;
  width: 15px;
  height: 100%;
  border-radius: 50%;
  background: #F683A2;
  -webkit-animation: load 1.04s ease-in infinite alternate;
}
.webview-loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}
.webview-loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}
.webview-loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}
.webview-loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}
.webview-loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}
.alert_box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.alert_box .alert_barrier {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.alert_box .alert_content {
  z-index: 99;
  width: 8.8rem;
  background: #242430;
  padding: 0.73rem 0.85rem 0.53rem 0.85rem;
  border-radius: 0.266rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.alert_box .alert_content .alert_title {
  text-align: center;
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.64rem;
}
.alert_box .alert_content .alert_text {
  font-size: 0.374rem;
  text-align: center;
  line-height: 1.7;
}
.alert_box .alert_content .alert_btn_box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.alert_box .alert_content .alert_btn {
  width: 3.2rem;
  height: 1.066rem;
  border-radius: 0.533rem;
  font-size: 0.426rem;
  background: #353448;
  text-align: center;
  line-height: 1.066rem;
}
.alert_box .alert_content .alert_submit_btn {
  background: #2070ff;
  color: #ffffff;
}
.show_alert {
  opacity: 1;
  transition: all 0.3s ease-in;
  pointer-events: all;
}
.hide_alert {
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.search_head_box {
  display: flex;
  flex-direction: row;
  height: 1.17rem;
  align-items: center;
  padding: 0 0.266rem;
}
.search_head_box .icon_logo {
  width: 0.96rem;
  height: 0.96rem;
  margin-right: 0.266rem;
}
.search_head_box .search_box {
  flex: 1;
  display: flex;
  flex-direction: row;
  font-size: 0.346rem;
  color: rgba(255, 255, 255, 0.1);
  margin-right: 0.573rem;
  height: 0.96rem;
  border-radius: 0.48rem;
  background: #24252c;
  align-items: center;
  padding: 0 0.373rem;
}
.search_head_box .search_box .icon_search {
  width: 0.346rem;
  margin-right: 0.05rem;
}
.search_head_box .filter_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.search_head_box .filter_box .icon_filter {
  width: 0.53rem;
  font-size: 0.426rem;
  margin-right: 0.1rem;
}
.one_line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter_list_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.32rem;
  font-size: 0.35rem;
}
.filter_list_box .filter_item_box {
  margin-right: 0.533rem;
}
.filter_list_box .filter_item_box:last-child {
  margin-right: 0;
}
.tab_list_box {
  width: 100%;
  font-size: 0.373rem;
  margin: 0.2rem 0;
  color: rgba(255, 255, 255, 0.3);
}
.tab_list_box .tab_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.32rem;
  white-space: nowrap;
}
.tab_list_box .tab_item img {
  width: 0.4rem;
}
.tab_list_box .tab_item_active {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.48rem;
}
.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home_page .home_swiper_box {
  flex: 1;
  overflow: hidden;
}
.home_page .home_swiper_box .home_page_slide {
  display: flex;
  flex-direction: column;
}
.home_page .home_swiper_box .upload_swiper {
  height: 100%;
  overflow: hidden;
}
.home_page .home_banner {
  width: 10rem;
  height: 3.7rem;
}
.home_page .recommend_box {
  padding: 0 0.306rem;
  display: flex;
  flex-direction: column;
}
.home_page .recommend_box .content_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_page .recommend_box .remen_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.home_page .recommend_item {
  display: flex;
  flex-direction: column;
  width: 4.56rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.home_page .recommend_item .av_price {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.266rem;
  color: #f3b610;
  top: 0.133rem;
  right: 0.133rem;
  height: 0.48rem;
  padding: 0 0.12rem;
  border-radius: 0.24rem;
  background: rgba(28, 37, 53, 0.6);
}
.home_page .recommend_item .av_price img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
.home_page .recommend_item .recommend_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  padding: 0 0.28rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home_page .recommend_item .recommend_thumb {
  position: relative;
  height: 2.56rem;
}
.home_page .recommend_item .recommend_title {
  padding: 0.23rem 0;
  font-size: 0.347rem;
  color: rgba(255, 255, 255, 0.7);
}
.home_page .remen_list .recommend_item {
  width: 2.427rem;
  margin-right: 0.24rem;
}
.home_page .remen_list .recommend_item:last-of-type {
  margin: 0;
}
.home_page .remen_list .recommend_item .recommend_thumb {
  height: 3.1rem;
}
.home_page .title_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 0.66rem;
  padding-bottom: 0.33rem;
}
.home_page .title_box img {
  width: 0.32rem;
  margin-left: 0.13rem;
}
.home_page .title_box span {
  font-size: 0.35rem;
}
.home_page .title_box .title {
  font-size: 0.48rem;
  margin-right: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
}
.home_page .king_item {
  background: rgba(255, 255, 255, 0.1);
  width: 7.3rem;
  border-radius: 0.17rem;
  overflow: hidden;
  padding: 0.32rem;
  margin-right: 0.27rem;
  margin-top: 0.53rem;
}
.home_page .king_item .title_box {
  padding: 0;
}
.home_page .king_item:last-of-type {
  margin-right: 0;
}
.home_page .king_item .king_list_box {
  display: flex;
  flex-direction: column;
}
.home_page .king_item .king_list_box .king_item_card {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 0.4rem;
}
.home_page .king_item .king_list_box .king_item_card .king_item_card_thumb {
  width: 3.36rem;
  height: 1.946rem;
  border-radius: 0.14rem;
  overflow: hidden;
  margin-right: 0.266rem;
  position: relative;
}
.home_page .king_item .king_list_box .king_item_card .king_item_card_thumb .king_icon {
  width: 0.55rem;
  position: absolute;
  left: 0;
  top: 0;
}
.home_page .king_item .king_list_box .king_item_card .king_item_card_info {
  flex: 1;
  overflow: hidden;
  padding: 0.1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_page .king_item .king_list_box .king_item_card .king_item_card_info .play_num {
  color: rgba(255, 255, 255, 0.3);
}
.home_page .king_item .king_list_box .king_item_card .king_item_card_info .king_item_card_title {
  width: 100%;
  overflow: hidden;
}
.home_page .king_item .king_list_box .king_item_card .king_item_card_info .king_item_card_title span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
}
.home_page .gg_banner {
  width: 9.413rem;
  min-height: 2.4rem;
  border-radius: 0.14rem;
  overflow: hidden;
  margin: 0.67rem auto;
}
.home_page .fl_box .fl_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_page .fl_box .lick_list .recommend_thumb {
  height: 7.41rem;
}
.home_page .fl_box .fl_btn_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}
.home_page .fl_box .fl_btn_box .vip_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #24252c;
  overflow: hidden;
  padding-top: 0.226rem;
}
.home_page .fl_box .fl_btn_box .vip_btn img {
  height: 0.48rem;
}
.home_page .fl_box .fl_btn_box .refresh_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #24252c;
  overflow: hidden;
  font-size: 0.3rem;
}
.home_page .fl_box .fl_btn_box .refresh_btn img {
  margin-right: 0.1rem;
  height: 0.32rem;
}
.home_page .swiper_pagination {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  display: flex;
  flex-direction: row;
  z-index: 99;
}
.home_page .swiper_pagination div {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: rgba(255,255,255,1);
  margin-right: 0.2rem;
}
.home_page .swiper_pagination .active {
  background: #2070ff;
}
.home_page .juji_list_box {
  padding: 0.293rem;
}
.home_page .juji_list_box .juji_card_user_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.293rem;
}
.home_page .juji_list_box .juji_card_user_info .dian {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0.2rem;
}
.home_page .juji_list_box .juji_card_user_info .user_name {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.346rem;
}
.home_page .juji_list_box .juji_card_user_info .info_data img {
  width: 0.533rem;
  height: 0.533rem;
  margin-right: 0.133rem;
}
.home_page .juji_list_box .juji_card_user_info .user_thumb {
  width: 0.906rem;
  height: 0.906rem;
  border-radius: 0.48rem;
  overflow: hidden;
  margin-right: 0.266rem;
}
.home_page .juji_list_box .home_juji_card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
.home_page .juji_list_box .home_juji_card .juji_card_title {
  margin-top: 0.2666rem;
  margin-bottom: 0.44rem;
  font-size: 0.373rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
}
.home_page .juji_list_box .home_juji_card .juji_card_thumb {
  position: relative;
  width: 100%;
  height: 5.253REM;
  border-radius: 0.213rem;
  overflow: hidden;
}
.home_page .juji_list_box .home_juji_card .juji_card_thumb .av_price {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.266rem;
  color: #f3b610;
  top: 0.133rem;
  right: 0.133rem;
  height: 0.48rem;
  padding: 0 0.12rem;
  border-radius: 0.24rem;
  background: rgba(28, 37, 53, 0.6);
}
.home_page .juji_list_box .home_juji_card .juji_card_thumb .av_price img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
.home_page .juji_list_box .home_juji_card .juji_card_thumb .recommend_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.33rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 0 0.28rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home_page .juji_banner {
  margin-top: 0.6rem;
}
.home_page .remen_juji_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.home_page .remen_juji_list .recommend_item {
  width: 2.96rem;
  margin-right: 0.254rem;
}
.home_page .remen_juji_list .recommend_item:nth-of-type(3n) {
  margin-right: 0;
}
.home_page .remen_juji_list .recommend_item .recommend_thumb {
  height: 3.653rem;
}
.home_page .remen_juji_list .recommend_item::last-of-type {
  margin: 0;
}
.home_page .juji_tab_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.293rem;
  margin-top: 0.29rem;
  flex-wrap: nowrap;
}
.home_page .juji_tab_box .juji_tab_item {
  height: 0.8rem;
  padding: 0 0.3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.4rem;
  background: #242430;
  text-align: center;
  line-height: 0.8rem;
  margin-right: 0.2666rem;
}
.home_page .juji_tab_box .juji_tab_item::last-of-type {
  margin-right: 0;
}
.flex_clomn {
  display: flex;
  flex-direction: column;
}
.user_page .user_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0.32rem;
  height: 1.173rem;
  align-items: center;
}
.user_page .user_head img {
  width: 0.64rem;
  height: 0.64rem;
}
.user_page .user_info_data {
  margin: 0 0.32rem;
  padding: 0.373rem;
  padding-left: 0.53rem;
  border-radius: 0.213rem;
  background: #242430;
  position: relative;
}
.user_page .user_info_data .user_thumb {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0.546rem;
  top: -0.1rem;
}
.user_page .user_info_data .flex_row_beline {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.user_page .user_info_data .flex_row_beline .thumb_box {
  position: relative;
  width: 1.6rem;
  margin-right: 0.373rem;
}
.user_page .user_info_data .user_name {
  justify-content: space-between;
}
.user_page .user_tab_item {
  height: 0.48rem;
  border-radius: 0.24rem;
  background: #3c3d49;
  padding: 0 0.266rem;
  line-height: 0.48rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.293rem;
  margin-right: 0.266rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.user_page .user_tab_item:last-of-type {
  margin-right: 0;
}
.user_page .info_data_num {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.373rem;
}
.user_page .info_data_num .info_data_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.326rem;
  line-height: 1.5;
}
.user_page .info_data_num .info_data_info .info_title {
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.3);
}
.user_page .buy_vip_card {
  height: 1.306rem;
  margin: 0.5333rem 0.3466rem;
  background: url(/images/fd339bdca9ce770a6501a7dde9cbb485-vip_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.36rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.user_page .buy_vip_card .vip_icon {
  width: 0.533rem;
  margin-right: 0.16rem;
}
.user_page .buy_vip_card .vip_title {
  font-size: 0.4rem;
  color: #efd899;
}
.user_page .buy_vip_card .vip_line {
  width: 0.053rem;
  height: 0.243rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0.293rem;
}
.user_page .buy_vip_card .vip_time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.294rem;
}
.user_page .buy_vip_card .vip_btn {
  width: 1.68rem;
}
.user_page .menu_box {
  margin: 0 0.32rem;
  border-radius: 0.213rem;
  padding: 0.5rem 0;
  background: #242430;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.user_page .menu_box .modle_title {
  font-size: 0.426rem;
  padding: 0 0.533rem;
  width: 100%;
  margin-bottom: 0.4rem;
}
.user_page .menu_box .menu_item_box {
  width: 25%;
}
.user_page .menu_box .menu_item_box:nth-child(n+5) {
  margin-top: 0.66rem;
}
.user_page .menu_box .menu_item_box .menu_text {
  font-size: 0.293rem;
  color: rgba(255, 255, 255, 0.1);
}
.user_page .menu_box .other_menu_item_box {
  width: 25%;
}
.user_page .menu_box .other_menu_item_box:nth-child(n+6) {
  margin-top: 0.66rem;
}
.user_page .menu_box .menu_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
}
.user_page .menu_box .menu_item img {
  width: 0.8rem;
  margin-bottom: 0.2rem;
}
.bottom_sheet_box {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.bottom_sheet_box .content_flex {
  flex: 1;
}
.bottom_sheet_box .sheet_content_box {
  position: relative;
  transition: all 0.3s ease-in;
  width: 100%;
  background: #242430;
  padding: 0.32rem;
}
.bottom_sheet_box .sheet_content_box .sheet_close {
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
}
.bottom_sheet_box .sheet_content_box .sheet_close img {
  width: 0.4rem;
  height: 0.4rem;
}
.bottom_sheet_box_hide {
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.search_page {
  width: 100%;
}
.search_page .king_flex_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #242430;
  margin: 0 auto;
}
.search_page .king_flex_row .king_tab_item {
  flex: 1;
  height: 100%;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.346rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.search_page .king_flex_row .king_tab_item_active {
  background: #2070ff;
  color: #ffffff;
}
.search_page .home_swiper_box {
  flex: 1;
  overflow: hidden;
}
.search_page .home_swiper_box .home_page_slide {
  display: flex;
  flex-direction: column;
}
.search_page .home_swiper_box .upload_swiper {
  height: 100%;
  overflow: hidden;
}
.search_page .search_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.3);
}
.search_page .search_btn img {
  width: 0.4rem;
  margin-right: 0.1rem;
}
.search_page .filter_box {
  padding: 0 0.32rem;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.search_page .filter_box .filter_item_tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.4rem;
  height: 0.667rem;
  padding: 0 0.294rem;
  line-height: 0.667rem;
  color: rgba(255, 255, 255, 0.7);
  background: #242430;
  border-radius: 0.3335rem;
}
.search_page .filter_box .filter_item_tag:last-child {
  margin-right: 0;
}
.search_page .filter_box .filter_item_active {
  background: #2070ff;
  color: #ffffff;
}
.search_page .filter_box .filter_video_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.search_page .filter_box .filter_video_box .filter_item {
  width: 4.56rem;
  margin-bottom: 0.4rem;
}
.search_page .filter_box .filter_video_box .filter_item .filter_thumb {
  position: relative;
  height: 5.81rem;
}
.search_page .filter_box .filter_video_box .filter_item .filter_thumb .av_price {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.266rem;
  color: #f3b610;
  top: 0.133rem;
  right: 0.133rem;
  height: 0.48rem;
  padding: 0 0.12rem;
  border-radius: 0.24rem;
  background: rgba(28, 37, 53, 0.6);
}
.search_page .filter_box .filter_video_box .filter_item .filter_thumb .av_price img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
.search_page .filter_box .filter_video_box .filter_item .filter_video_thumb {
  height: 2.56rem;
}
.search_page .filter_box .filter_video_box .filter_item .filter_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  padding: 0 0.28rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.search_page .filter_box .filter_video_box .filter_item .filter_title {
  padding: 0.23rem 0;
  font-size: 0.347rem;
  color: rgba(255, 255, 255, 0.7);
}
.search_page .filter_box .filter_video_box .filter_item .user_thumb {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.search_page .search_title {
  font-size: 0.48rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.32rem;
}
.search_page .search_title img {
  width: 0.427rem;
  height: 0.427rem;
}
.search_page .search_tag_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0.32rem;
}
.search_page .search_tag_box .search_tag_item {
  height: 0.64rem;
  margin-bottom: 0.32rem;
  padding: 0 0.22rem;
  background: #242430;
  border-radius: 0.08rem;
  font-size: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.32rem;
}
.search_page .search_head_box {
  justify-content: space-between;
  padding: 0 0.32rem;
}
.search_page .search_head_box .search_back {
  width: 0.667rem;
  height: 0.667rem;
  background: url(/images/804215eae8d9689b789a529c613256ba-icon_back.png) no-repeat;
  background-size: 100% 100%;
}
.search_page .search_head_box .cancle_btn {
  font-size: 0.426rem;
  color: rgba(255, 255, 255, 0.3);
}
.search_page .search_head_box input {
  flex: 1;
  background: none;
  outline: none;
  border: none;
  color: white;
  margin-left: 0.1rem;
  font-size: 0.33rem;
}
.search_page .search_content_box {
  flex: 1;
  overflow: hidden;
}
.search_page .search_content_box .serch_swiper {
  height: 100%;
}
.search_page .search_content_box .serch_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.no_gz,
.add_gz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
  width: 1.8667rem;
  height: 0.853rem;
  border-radius: 0.1rem;
  background: #2070ff;
  font-size: 0.4rem;
  color: #ffffff;
}
.no_gz img,
.add_gz img {
  width: 0.267rem;
  height: 0.267rem;
  margin-right: 0.1rem;
}
.no_gz {
  background: #353449;
  color: #88879a;
}
.video_card_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.4rem;
  padding: 0 0.27rem;
}
.video_card_box .user_king_num {
  text-align: center;
  margin-right: 0.24rem;
  font-size: 0.426rem;
  font-weight: bold;
  color: #888799;
}
.video_card_box .user_name {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.4rem;
}
.video_card_box .user_info {
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.3);
}
.video_card_box .user_thumb_box {
  width: 1.333rem;
  height: 1.333rem;
  border-radius: 0.6665rem;
  overflow: hidden;
  margin-right: 0.4rem;
}
.video_card_box .user_card_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
}
.video_card_box .card_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 3.65rem;
  padding: 0.15rem 0;
  overflow: hidden;
}
.video_card_box .card_info .video_tag {
  margin: 0.32rem;
  height: 0.533rem;
  padding: 0 0.14rem;
  line-height: 0.533rem;
  text-align: center;
  font-size: 0.2933rem;
  color: rgba(255, 255, 255, 0.3);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #242430;
  border-radius: 0.0533rem;
}
.video_card_box .card_info .video_tag:last-child {
  margin-right: 0;
}
.video_card_box .card_info p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video_card_box .card_info .user_avatar {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.2rem;
  border-radius: 0.44rem;
  overflow: hidden;
}
.video_card_box .card_info .user_name {
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.7);
}
.video_card_box .card_thumb {
  width: 2.96rem;
  height: 3.65rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-right: 0.267rem;
  position: relative;
}
.video_card_box .card_thumb .av_price {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.266rem;
  color: #f3b610;
  top: 0.133rem;
  right: 0.133rem;
  height: 0.48rem;
  padding: 0 0.12rem;
  border-radius: 0.24rem;
  background: rgba(28, 37, 53, 0.6);
}
.video_card_box .card_thumb .av_price img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
.video_card_box .card_thumb .king_num_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.video_card_box .card_thumb .king_num_bg .number_text {
  position: absolute;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_card_box .card_thumb .recommend_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.33rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 0 0.28rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.video_card_box .card_video_thumb {
  width: 4.56rem;
  height: 2.56rem;
}
.video_card_box .card_video_info {
  height: 2.56rem;
}
.head_abslut {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.detai_tab_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 1.173rem;
  padding: 0 0.32rem;
}
.detai_tab_box .report_flex {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.4rem;
}
.detai_tab_box .report_flex img {
  width: 0.5867rem;
}
.detai_tab_box .detai_tab_item {
  display: flex;
  flex-direction: column;
  background: transparent;
  font-size: 0.4rem;
  padding: 0 0.3rem;
  color: rgba(255, 255, 255, 0.3);
}
.detai_tab_box .detai_tab_item .tab_border {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: transparent;
  margin-top: 0.2rem;
}
.detai_tab_box .detai_tab_item_active {
  color: rgba(255, 255, 255, 0.7);
}
.detai_tab_box .detai_tab_item_active .tab_border {
  background: #cdcdce;
}
.video_detail_flex {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.video_detail_flex .video_detail_title {
  flex: 1;
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video_detail_flex .video_jj {
  margin-left: 0.32rem;
  font-size: 0.4rem;
  color: #ffffff;
}
.video_detail_flex .video_jj img {
  height: 0.48rem;
  margin-left: 0.12rem;
}
.video_detail_flex .play_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.3);
  margin: 0.2666rem 0;
}
.video_detail_flex .play_info .btn_list {
  font-size: 0.4rem;
}
.video_detail_flex .play_info .btn_list .btn_box {
  height: 0.853rem;
  border-radius: 0.4265rem;
  padding: 0 0.346rem;
  background: #242430;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.video_detail_flex .play_info .btn_list img {
  width: 0.533rem;
  margin-right: 0.13rem;
}
.video_detail_flex .play_info .active {
  color: #f13f6d;
}
.video_detail_flex .detail_tag_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.video_detail_flex .detail_tag_list .detail_tag_item {
  margin-right: 0.2666rem;
  margin-bottom: 0.2666rem;
  height: 0.6666rem;
  line-height: 0.6666rem;
  padding: 0 0.48rem;
  border-radius: 0.08rem;
  background: #242430;
  font-size: 0.35rem;
  color: rgba(255, 255, 255, 0.3);
}
.video_detail_flex .ji_box_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.video_detail_flex .ji_box_list .xj_btn {
  width: 1.2rem;
  height: 1.2rem;
  background: #242430;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0.067rem;
  font-size: 0.32rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0.32rem;
  position: relative;
}
.video_detail_flex .ji_box_list .xj_btn .coin_icon {
  width: 0.68rem;
  position: absolute;
  top: 0;
  right: 0;
}
.video_detail_flex .ji_box_list .xj_btn:last-child {
  margin-right: 0;
}
.video_detail_flex .ji_box_list .xj_btn_active {
  background: #2070ff;
  color: #ffffff;
}
.video_detail_flex .xuanji_box {
  margin-bottom: 0.2666rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.video_detail_flex .xuanji_box .left_xj {
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.7);
}
.video_detail_flex .xuanji_box .left_xj img {
  height: 0.64rem;
  margin-right: 0.1733rem;
}
.video_detail_flex .xuanji_box .right_xj {
  font-size: 0.3466rem;
  color: rgba(255, 255, 255, 0.3);
}
.video_detail_flex .xuanji_box .right_xj .zj_item {
  margin-right: 0.533rem;
}
.video_detail_flex .xuanji_box .right_xj .zj_item img {
  width: 0.373rem;
  margin-right: 0.1466rem;
}
.video_detail_flex .xuanji_box .right_xj .zj_item .active {
  color: #f3b610;
}
.video_detail_flex .xuanji_box .right_xj .tatol_item img {
  height: 0.4rem;
  margin-left: 0.1466rem;
}
.video_detail_flex .detail_user_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.4rem;
  margin-top: 0.533rem;
}
.video_detail_flex .detail_user_info .user_avatar {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 0.44rem;
  overflow: hidden;
  margin-right: 0.27rem;
}
.video_detail_flex .detail_user_info .add_gz {
  font-size: 0.32rem;
  height: 0.746rem;
}
.video_detail_flex .gg_banner {
  width: 100%;
  min-height: 2.666rem;
}
.video_detail_flex .tuijian_title {
  padding: 0 0.2rem;
  margin-bottom: 0.266rem;
  margin-top: 0.533rem;
  font-size: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.32rem;
}
.video_detail_flex .tuijian_title img {
  width: 0.64rem;
  margin-right: 0.266rem;
}
.bottom_select_ji {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.bottom_select_ji .xj_btn {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0.067rem;
  font-size: 0.32rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0.333rem;
  position: relative;
  margin-bottom: 0.32rem;
}
.bottom_select_ji .xj_btn .coin_icon {
  width: 0.68rem;
  position: absolute;
  top: 0;
  right: 0;
}
.bottom_select_ji .xj_btn:nth-of-type(6n) {
  margin-right: 0;
}
.bottom_select_ji .xj_btn_active {
  background: #2070ff;
  color: #ffffff;
}
.bottom_select_box {
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bottom_title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.4266rem;
  text-align: center;
  padding-bottom: 0.36rem;
}
.share_video_box {
  width: 8rem;
  padding: 0.32rem;
  background: #181920;
  border-radius: 0.32rem;
}
.share_video_box .share_video_content_box {
  padding: 0.32rem;
  border-radius: 0.32rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.share_video_box .share_video_content_box .video_thumb {
  width: 100%;
  height: 3.733rem;
  border-radius: 0.133rem;
  overflow: hidden;
  position: relative;
  margin: 0.32rem 0;
}
.share_video_box .share_video_content_box .video_thumb .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.066rem;
  height: 1.066rem;
  transform: translate(-50%, -50%);
}
.share_video_box .share_video_content_box .video_title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.4rem;
  padding: 0.32rem 0;
  display: -webkit-box;
  line-height: 1.4;
  height: 1.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share_video_box .share_video_content_box .qrcode_box {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.133rem;
  background: #ffffff;
  border-radius: 0.08rem;
}
.share_video_box .share_video_content_box .right_btn_list {
  height: 3.2rem;
  flex: 1;
  overflow: hidden;
  margin-left: 0.32rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.share_video_box .share_video_content_box .right_btn_list .click_btn {
  width: 3.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  background: #2070ff;
}
.gtv_input_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.32rem;
  background: #242430;
}
.gtv_input_box .input_box {
  flex: 1;
  height: 0.96rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.48rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  padding: 0 0.32rem;
}
.gtv_input_box .input_box input {
  color: #ffffff;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.gtv_input_box img {
  width: 0.59rem;
  margin-left: 0.48rem;
}
.comment_box {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gtv_input_flex {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.gtv_input_flex .input_flex_box {
  flex: 1;
  background: rgba(0, 0, 0, 0.5);
}
.conment_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0.32rem;
  padding-top: 0.4rem;
}
.conment_item .conment_item {
  padding: 0;
}
.conment_item .conment_item .right_content_flex {
  border: none;
}
.conment_item .user_thumb {
  width: 0.91rem;
  height: 0.91rem;
  border-radius: 0.455rem;
  overflow: hidden;
  margin-right: 0.253rem;
}
.conment_item .right_content_flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #28282c;
}
.conment_item .right_content_flex .active {
  color: #f13f6d;
}
.conment_item .comment_content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.373rem;
  margin: 0.32rem 0;
}
.video_coin_num {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3b610;
  font-size: 0.666rem;
  font-weight: bold;
}
.video_coin_num img {
  width: 0.533rem;
  height: 0.533rem;
  margin-right: 0.173rem;
}
.video_info_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.4rem;
}
.video_info_item .right_text {
  color: rgba(255, 255, 255, 0.3);
}
.video_info_item .left_text {
  color: #ffffff;
}
.sub_btn_h,
.sub_btn_l {
  width: 100%;
  height: 1.226rem;
  border-radius: 0.613rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #353448;
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.64rem;
}
.sub_btn_l {
  color: #ffffff;
  background: #2070ff;
  margin-bottom: 0.64rem;
}
.detail_video_share,
.detail_video_price {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail_video_share img,
.detail_video_price img {
  width: 2.86rem;
}
.detail_video_share .buy_btn,
.detail_video_price .buy_btn {
  width: 2.666rem;
  height: 0.906rem;
  border-radius: 0.48rem;
  background: #2070ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.detail_video_share .btn_list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  margin-top: 0.72rem;
}
.detail_video_share .btn_list div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 2.93rem;
  height: 0.906rem;
  border-radius: 0.48rem;
  background: #2070ff;
  justify-content: center;
  font-size: 0.346rem;
}
.detail_video_share .btn_list div img {
  width: 0.48rem;
  margin-right: 0.13rem;
}
.detail_video_share .btn_list .right_btn {
  background: linear-gradient(to right, #221816, #554947);
  color: #efd899;
}
.detail_tousu_box {
  display: flex;
  flex-direction: column;
  height: 8rem;
}
.detail_tousu_box .tousu_list_box {
  flex: 1;
  overflow: hidden;
  display: flex;
}
.detail_tousu_box .tousu_list_box .tousu_item {
  padding: 0.4rem 0;
}
.detail_tousu_box .tousu_list_box .tousu_item img {
  width: 0.41rem;
  margin-right: 0.13rem;
}
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #2070ff;
}
.add_gz_text {
  color: #2070ff;
  font-size: 0.32rem;
}
.add_gz_text img {
  width: 0.2533rem;
  margin-right: 0.13rem;
}
.no_gz_bg {
  width: 10rem;
  height: 3.7rem;
  background: url(/images/75f54e57be613cb03f306b8e86bfe39f-bg_rec_follow_head.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.meiri_tuijian_title {
  text-align: center;
  width: 4rem;
  height: 0.8rem;
  background: url(/images/90fec5643a11808074d3072cd4ffa2e5-bg_daily_more_head.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  color: #2070ff;
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
@-webkit-keyframes pulsate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulsate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pay_bg {
  width: 6.9333rem;
  height: 7.6666rem;
  background: url(/images/678817edd651e7f5027445489ea952b5-pay_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 1.333rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pay_bg .pay_loading {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: url(/images/26ae03cb4380ee726cb432e209a04744-pay_loding.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: pulsate 3s infinite linear;
          animation: pulsate 3s infinite linear;
}
.dialog_box,
.dialog_box2,
.captch_hide_box {
  position: fixed;
  transition: all 0.3s ease-out;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.dialog_box .close_box,
.dialog_box2 .close_box,
.captch_hide_box .close_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog_box .hint_dialog_content,
.dialog_box2 .hint_dialog_content,
.captch_hide_box .hint_dialog_content,
.dialog_box .dialog_content,
.dialog_box2 .dialog_content,
.captch_hide_box .dialog_content {
  width: 8.13rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.dialog_box .hint_dialog_content,
.dialog_box2 .hint_dialog_content,
.captch_hide_box .hint_dialog_content {
  padding: 0.32rem;
  background: #ffffff;
  border-radius: 0.3rem;
  font-size: 0.373rem;
  color: #1e1e1e;
}
.dialog_box .hint_dialog_content .hint_title,
.dialog_box2 .hint_dialog_content .hint_title,
.captch_hide_box .hint_dialog_content .hint_title {
  text-align: center;
  font-size: 0.48rem;
  font-weight: bold;
  color: #FF4149;
}
.dialog_box .hint_dialog_content .user_id_box,
.dialog_box2 .hint_dialog_content .user_id_box,
.captch_hide_box .hint_dialog_content .user_id_box {
  width: 100%;
  padding: 0.2rem 0.4rem;
  background: #ffe1e1;
  border-radius: 0.3rem;
  line-height: 1.8;
}
.dialog_box .hint_dialog_content .user_id_box .user_id_text,
.dialog_box2 .hint_dialog_content .user_id_box .user_id_text,
.captch_hide_box .hint_dialog_content .user_id_box .user_id_text {
  font-size: 0.56rem;
  font-weight: bold;
  color: #FF4149;
  margin: 0 auto;
}
.dialog_box .hint_dialog_content .save_btn,
.dialog_box2 .hint_dialog_content .save_btn,
.captch_hide_box .hint_dialog_content .save_btn {
  width: 2.64rem;
  height: 1.09rem;
  background-size: 100% 100%;
  font-size: 0.373rem;
  margin: 0.3rem auto;
  text-align: center;
  line-height: 1.09rem;
  color: #903600;
}
.dialog_box .close_icon,
.dialog_box2 .close_icon,
.captch_hide_box .close_icon {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateY(-50%);
}
.dialog_box .footer_btn,
.dialog_box2 .footer_btn,
.captch_hide_box .footer_btn {
  margin-top: 0.44rem;
  margin-bottom: 0.67rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.dialog_box .captch_show_content,
.dialog_box2 .captch_show_content,
.captch_hide_box .captch_show_content {
  width: 8rem;
  padding: 0.67rem 0.89rem;
  background: #fff;
  border-radius: 0.27rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.dialog_box .captch_show_content .title,
.dialog_box2 .captch_show_content .title,
.captch_hide_box .captch_show_content .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 0.48rem;
  margin-bottom: 0.57rem;
}
.dialog_box .captch_show_content .code_loading,
.dialog_box2 .captch_show_content .code_loading,
.captch_hide_box .captch_show_content .code_loading {
  height: 1.173rem;
  line-height: 1.173rem;
  text-align: center;
  font-size: 0.4rem;
  color: #808080;
}
.dialog_box .captch_show_content .code_img,
.dialog_box2 .captch_show_content .code_img,
.captch_hide_box .captch_show_content .code_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.4rem;
  color: #808080;
  margin-bottom: 0.42rem;
  height: 1.173rem;
}
.dialog_box .captch_show_content .input_box,
.dialog_box2 .captch_show_content .input_box,
.captch_hide_box .captch_show_content .input_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 1.174rem;
  padding: 0 0.4rem;
  background: #f5f5f5;
  align-items: center;
}
.dialog_box .captch_show_content .input_box input,
.dialog_box2 .captch_show_content .input_box input,
.captch_hide_box .captch_show_content .input_box input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.4rem;
  margin-bottom: 0.53rem;
  margin: 0;
  width: 100%;
  text-align: center;
}
.dialog_box .captch_show_content .input_box input::-moz-placeholder, .dialog_box2 .captch_show_content .input_box input::-moz-placeholder, .captch_hide_box .captch_show_content .input_box input::-moz-placeholder {
  color: #cccccc;
}
.dialog_box .captch_show_content .input_box input:-ms-input-placeholder, .dialog_box2 .captch_show_content .input_box input:-ms-input-placeholder, .captch_hide_box .captch_show_content .input_box input:-ms-input-placeholder {
  color: #cccccc;
}
.dialog_box .captch_show_content .input_box input::placeholder,
.dialog_box2 .captch_show_content .input_box input::placeholder,
.captch_hide_box .captch_show_content .input_box input::placeholder {
  color: #cccccc;
}
.dialog_box .captch_show_content .submit_btn,
.dialog_box2 .captch_show_content .submit_btn,
.captch_hide_box .captch_show_content .submit_btn {
  width: 100%;
  height: 1.3rem;
  border-radius: 0.65rem;
  background: #2070ff;
  margin: 0 auto;
  margin-top: 0.53rem;
  color: #ffffff;
  line-height: 1.34rem;
  text-align: center;
  font-size: 0.4rem;
}
.dialog_box .dialog_content,
.dialog_box2 .dialog_content {
  width: 8.5333rem;
}
.dialog_box .dialog_content .gg_title,
.dialog_box2 .dialog_content .gg_title {
  color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 0.666rem;
  font-weight: bold;
}
.dialog_box .dialog_content img,
.dialog_box2 .dialog_content img {
  width: 100%;
  transform: translateY(0.13rem);
}
.dialog_box .dialog_content .gg_content,
.dialog_box2 .dialog_content .gg_content {
  height: 5rem;
  overflow: hidden;
  background: #ffffff;
  color: #333333;
  font-size: 0.426rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.533rem;
}
.dialog_box .dialog_content .btn_list,
.dialog_box2 .dialog_content .btn_list {
  display: flex;
  flex: row;
  align-items: center;
  height: 1.12rem;
  background: #fff;
  border-bottom-left-radius: 0.266rem;
  border-bottom-right-radius: 0.266rem;
  overflow: hidden;
}
.dialog_box .dialog_content .btn_list div,
.dialog_box2 .dialog_content .btn_list div {
  flex: 1;
  background: rgba(32, 112, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #2070ff;
  height: 100%;
}
.dialog_box .dialog_content .btn_list .y_btn,
.dialog_box2 .dialog_content .btn_list .y_btn {
  background: #2070ff;
  color: #ffffff;
}
.dialog_box_show,
.captch_show_box {
  pointer-events: all;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.gg_content_title {
  font-weight: 500;
  color: #ffcd00;
}
.red_font {
  color: red;
}
.home-screen-pwa-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.home-screen-pwa-container .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 17, 0.3);
}
.home-screen-pwa-container .screen-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #2070ff;
  background-color: #242430;
  padding: 0.9rem 0.7rem;
  box-sizing: border-box;
  font-size: 0.4rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.home-screen-pwa-container .screen-container .title {
  text-align: center;
  padding-bottom: 0.3rem;
}
.home-screen-pwa-container .screen-container .content {
  font-size: 0.35rem;
  padding: 0.2rem 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.3);
}
.home-screen-pwa-container .screen-container .content a {
  font-size: 0.35rem;
  color: #428af7;
}
.home-screen-pwa-container .screen-container .accepted {
  width: 100%;
  font-size: 0.42rem;
  margin: 0.45rem 1px;
  padding: 0.25rem;
  color: white;
  background: #2070ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

