@media screen and (min-width: 600px) {
  html {
    font-size: 44px !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0px 0px;
  padding: 0px 0px;
}

.flex-end {
  justify-content: flex-end;
}

.page_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  /* width: 100%;
  height: 100%; */
  /* background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(/static/img/bg.jpg);
  background: linear-gradient(to bottom, #0F1C32, #142B49); */
}

.grayed-out {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.page_bg:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(60px);

}

.content-inner {
  position: relative;
  z-index: 1;
}

.back-item {
  box-sizing: border-box;
  display: flex;
  color: #fff;
  align-items: center;
  /* margin-bottom: .4103rem; */
  cursor: pointer;
  width: 100%;
  height: 1.641rem;
  padding: 0 .5128rem;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background: #0F1C32;
}

.back-icon {
  font-size: .8205rem;
  margin-right: .1026rem;
}

.back-text {
  color: #fff;
  font-weight: 600;
  font-size: .3077rem;

}

.cover-item {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  border-radius: .2051rem;
  overflow: hidden;
}

.empty-container {
  background: linear-gradient(180deg, #373737, #272727);
  color: #fff;
  width: 100%;
  height: 100vh;
  text-align: center;
  line-height: 100vh;
}

.cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* .stop {
  position: fixed;
  left: 2000px;
  top: 50%;
  width: 1.8462rem;
  height: 2.641rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: .2051rem 0 0 .2051rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  padding: .4103rem 0 .1538rem;
  align-items: center;
  flex-direction: column;
  display: none;
  cursor: pointer;
} */

.stop {
  position: fixed;
  bottom: .5128rem;
  left: 30%;
  width: 1.8462rem;
  /* transform: translateX(-105%); */
  /* height: 2.641rem; */
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-radius: .2051rem 0 0 .2051rem; */
  /* background: rgba(255, 255, 255, 0.1); */
  /* color: #fff; */
  cursor: pointer;
  z-index: 1000;
  /* padding: .4103rem 0 .1538rem; */
  align-items: center;
  flex-direction: column;
  display: none;
  cursor: pointer;
}

.robot {
  /* width: 100%;
  display: block; */
  position: fixed;
  bottom: .5128rem;
  left: 30%;
  width: 1.8462rem;
  /* transform: translateX(-105%); */
  /* height: 2.641rem; */
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-radius: .2051rem 0 0 .2051rem; */
  /* background: rgba(255, 255, 255, 0.1); */
  /* color: #fff; */
  cursor: pointer;
  z-index: 9;
  /* padding: .4103rem 0 .1538rem; */
  align-items: center;
  flex-direction: column;
  display: none;
  cursor: pointer;
}


.stop img {
  pointer-events: none;
}

strong {
  font-weight: bold !important;
}

strong span {
  font-weight: bold !important;
}

.disabled-btn {
  background: rgba(255, 255, 255, .9) !important;
  color: rgba(0, 0, 0, .9) !important;
  pointer-events: none !important;
}

.wx-btn {
  color: #fff !important;
  background: transparent !important;
  cursor: pointer !important;
  line-height: 0px !important;
  pointer-events: none !important;
}

em {
  font-style: italic !important;
}

em span {
  font-style: italic !important;
}


.stop-action {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 .1538rem;
}

.stop-action .action-icon {
  font-size: .5128rem;
}

.rich-text {
  font-weight: 400;
  font-size: .359rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: .7179rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 .3077rem 0;
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.rich-text p {
  margin: .5128rem 0 !important;
}

.rich-text img {
  width: 100% !important;
  margin: .5128rem 0;
}

video {
  background-color: #000 !important;
}

.rich-text video {
  width: 100% !important;

}