@charset "utf-8";

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none !important; letter-spacing: normal; font-family: \5fae\8f6f\96c5\9ed1, Microsoft YaHei, PingFang SC, Heiti SC, Roboto, Helvetica, Tahoma, Arial, \5b8b\4f53, sans-serif; font-style: normal; 
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

html body {
  height: initial;
  min-height: 100%;
  min-width: 100%;
}

body {
  max-width: 1140px;
  overflow: auto;
  margin: 0 auto;
  position: relative;
}

input,
textarea {
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "din-round";
  src: url("/h5public/font/DINnumber.woff2") format("woff2"), url("/h5public/font/DINnumber.woff") format("woff");
}

.din-round {
  font-family: din-round, sans-serif;
}

* {
  padding: 0;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
}

iframe {
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
}

textarea {
  border: 2px solid #e5e5e5;
  font-size: 19px;
  color: #3c3c3c;
  text-align: left;
  background-color: #f7f7f7;
  border-color: #e5e5e5;
  border-radius: 10px;
  padding: 10px 12px;
  line-height: 24px;
  resize: none;
}

a {
  color: inherit;
  text-decoration: none;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #afafaf;
  font-size: inherit !important;
}

::-moz-placeholder {
  color: #afafaf;
  font-size: inherit !important;
}

:-ms-input-placeholder {
  color: #afafaf;
  font-size: inherit !important;
}

::placeholder {
  color: #afafaf;
  font-size: inherit !important;
}

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

i {
  font-style: normal;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-grow {
  flex: 1;
  flex-grow: 1;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

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

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  padding: 24px;
}

.btn {
  height: 50px;
  width: 100%;
  padding: 0 16px;
  transition: filter .2s;
  position: relative;
  margin-top: 20px;
  background: transparent;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  border-radius: 16px;
  padding-bottom: 2px;
  cursor: pointer;
}

.btn:active:not(:disabled) {
  transform: translateY(2px) translateZ(0);
}

.btn:active:not(:disabled)::before {
  box-shadow: none;
  border: none;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn:hover:not(:disabled)::before {
  background: #1fc1ff;
}

.btn::before {
  background-color: #1cb0f6;
  bottom: 0;
  border-bottom: 4px solid #1899d6;
  border-radius: 16px;
  box-shadow: 0 2px 0 #1899d6;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
}

.btn > span {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  pointer-events: none;
}

.btn-info {
  border-radius: 16px;
  border-width: 2px 2px 4px;
  color: #afafaf;
  height: 50px;
  padding: 0 16px;
  width: 180px;
  position: relative;
  font: 700 var(--web-ui_button-font-size, 15px)/var(--web-ui_button-line-height, 1.2) din-round, sans-serif;
  color: #3b5998;
  cursor: pointer;
  overflow: hidden;
}

.btn-info:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-info:active {
  transform: translateY(2px) translateZ(0);
}

.btn-info:active::before {
  box-shadow: none !important;
}

.btn-info > span {
  position: relative;
  z-index: 2;
}

.btn-info::before {
  height: 100%;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  border: none;
  top: -4px;
  background: inherit;
  z-index: 1;
  border-radius: 16px;
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -4px;
  z-index: 1;
}

.btn-info:disabled {
  color: #afafaf !important;
  transform: translateY(2px) translateZ(0);
  border: none !important;
  box-shadow: none !important;
  background: #e5e5e5 !important;
  cursor: not-allowed;
}

.btn-info:disabled span {
  color: inherit !important;
}

.btn-info:disabled::before {
  background: #e5e5e5 !important;
  box-shadow: none !important;
  border: none !important;
  top: 0 !important;
}

.header {
  height: 70px;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border-bottom: 2px solid #e5e5e5;
  border-bottom-color: var(--web-ui_topbar-border-color, #e5e5e5);
  box-sizing: border-box;
  color: #afafaf;
  font: 500 17px/25px din-round, sans-serif;
  left: 0;
  line-height: 20px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0 24px;
  z-index: 999;
}

.header > div {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.header .menu-box {
  width: 75%;
}

.header .menu-box li {
  flex: 1;
}

.header .menu-box li .li-text {
  padding: 4px 8px;
  width: max-content;
  position: relative;
  cursor: pointer;
}

.header .menu-box li .li-text.active {
  background-color: #ddf4ff;
  border: 2px solid #84d8ff;
  border-radius: 12px;
}

.header .menu-box li .li-text.active .title {
  color: #1cb0f6 !important;
}

.header .menu-box li .li-text.active > img.active-icon {
  display: inline-block !important;
}

.header .menu-box li .li-text > img {
  width: 36px;
  height: 36px;
}

.header .menu-box li .li-text:hover .title {
  color: #3c3c3c;
}

.header .menu-box li .li-text .title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: filter .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}

.header .menu-box li .li-text .slt-list {
  align-items: center;
  border-top: 2px solid #e5e5e5;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  padding: 12px;
  position: relative;
  margin-top: -2px;
}

.header .menu-box li .li-text .slt-list > img {
  width: 38px;
  height: 30px;
  margin-right: 12px;
}

.header .menu-box li .li-text .slt-list > span {
  color: #afafaf;
  font: 500 17px/25px din-round, sans-serif;
  left: 0;
  line-height: 20px;
  cursor: pointer;
  font-weight: 700;
}

.header .menu-box li .li-text .slt-list.active {
  background: #ddf4ff;
}

.header .menu-box li .li-text .slt-list.active > span {
  color: #4b4b4b;
}

.header .menu-box li .li-text .slt-list:hover {
  background: #f7f7f7;
}

@media (min-width: 1050px) {
  .header .menu-box li img {
    margin-right: 10px;
  }
  .header .menu-box li .title {
    display: inline !important;
  }
}

.header .user-info li {
  width: max-content;
  padding: 0 18px;
  color: #afafaf;
  font: 500 17px/25px din-round, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.header .user-info li img {
  width: 36px;
  margin-right: 6px;
}

.header .user-info .leave {
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  padding: 12px;
  line-height: 1.2;
  margin: 12px 0;
}

.header .user-info .leave img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.header .user-info .leave .desc {
  line-height: 1.2;
  margin-top: 0;
}

.help-modal,
.creat-head-modal {
  text-align: center;
}

.help-modal img,
.creat-head-modal img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.help-modal .tip-title,
.creat-head-modal .tip-title {
  margin: 30px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #3c3c3c;
}

.help-modal .tip-desc,
.creat-head-modal .tip-desc {
  color: #999;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

.help-modal .btn,
.creat-head-modal .btn {
  width: 300px;
  margin: 30px auto 15px;
}

.help-modal .btn .ipt-img,
.creat-head-modal .btn .ipt-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
}

.help-modal .creat-account,
.creat-head-modal .creat-account {
  color: #999;
  cursor: pointer;
  font-size: 17px;
  display: block;
}

.footer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.footer .foot-img {
  display: block;
  width: 90px;
  height: 80px;
  margin: 0 auto -3.8px;
}

.footer .line {
  border: 0;
  border-top: 2px solid #e5e5e5;
  height: 0;
  margin: 0;
}

.footer .foot-links {
  margin: 48px 12px 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #afafaf;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .foot-links > li {
  margin: 0 12px 20px;
}

.footer .foot-links > li a:hover {
  color: #1cb0f6;
}

.layer {
  display: none;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  cursor: pointer;
}

.layer .pop-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  pointer-events: none;
}

.layer .pop-bg ._head {
  background: #fff;
  height: 70px;
  width: 100%;
}

.layer .pop-layer {
  position: absolute;
  width: max-content;
  height: max-content;
  left: 40%;
  top: 50%;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateZ(0) translateX(-50%);
  margin-top: 9px;
  padding: 24px;
  width: 380px;
}

.layer .pop-layer .back-layer {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s;
}

.layer .pop-arr {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  height: 14.14427px;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: top left;
  width: 14.14427px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 0;
  border-bottom: navajowhite;
  background: transparent;
}

.layer .pop-arr::before {
  position: absolute;
  border: 1.5px solid #fff;
  content: "";
  width: 80%;
  transform: rotate(-45deg) translateX(-3.5px) translateY(1px);
}

.layer .level-box > div {
  margin-bottom: 12px;
}

.layer .level-box .level-num {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  position: relative;
}

.layer .level-box .level-num > span {
  position: relative;
  z-index: 999;
  color: #ad7610;
  font-size: 18px;
  font-weight: 900;
}

.layer .level-box .level-num img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.layer .user-box {
  color: #4b4b4b;
  font-size: 17px;
  font-weight: 700;
  padding: 0;
}

.layer .user-box > div,
.layer .user-box > a {
  padding: 12px 12px 12px 24px;
  border-top: 2px solid #e5e5e5;
  color: #1cb0f6;
}

.layer .user-box > div:first-child,
.layer .user-box > a:first-child {
  color: #4b4b4b;
  border-top: none;
  cursor: initial;
  font-size: 20px;
}

.layer .user-box > div:hover:not(:first-child),
.layer .user-box > a:hover:not(:first-child) {
  background-color: #f7f7f7;
}

.layer .visit-store {
  display: block;
  margin-top: 12px;
  color: #1cb0f6;
  font: 700 var(--web-ui_button-font-size, 15px)/var(--web-ui_button-line-height, 1.2) din-round, sans-serif;
  justify-content: center;
  letter-spacing: .8px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.layer .title {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

.layer .desc {
  color: #777;
  margin: 10px 0 0;
  font: 500 17px/25px din-round, sans-serif;
  line-height: 20px;
  word-wrap: break-word;
}

.ipt {
  background: #fff;
  border: 2px solid #e5e5e5;
  color: #3c3c3c;
  text-align: initial;
  box-shadow: none;
  font-size: 19px;
  background-color: #f7f7f7;
  border-color: #e5e5e5;
  border-radius: 10px;
  padding: 10px 12px;
  line-height: 24px;
  outline: none;
}

.ipt-tip {
  margin: 0px;
  position: absolute;
  inset: 0px auto auto 0px;
  z-index: 150;
  transform: translate3d(380px, -1.5px, 0px);
  top: 0;
}

.ipt-tip .text {
  padding: 12px 24px;
  font-size: 15px;
  max-width: 250px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: var(--web-ui_popover-border-radius, 15px);
  box-sizing: border-box;
  overflow: hidden;
  transform: translateZ(0);
  color: #3c3c3c;
}

.ipt-tip .arr {
  margin: 0px;
  position: absolute;
  top: 0px;
  transform: translate3d(0px, 19px, 0px) rotate(-90deg);
  left: -13px;
  height: 10px;
  overflow: hidden;
  width: 20px;
}

.ipt-tip .arr > div {
  position: absolute;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  content: "";
  height: 14.14427px;
  left: 50%;
  transform: translateZ(0) rotate(45deg);
  transform-origin: top left;
  width: 14.14427px;
}

.level-text {
  color: #ffc800;
  font-family: din-round, sans-serif;
}

.confidence-text {
  color: #ff4b4b;
  font-family: din-round, sans-serif;
}

.wb-text {
  color: #ff9600;
  font-family: din-round, sans-serif;
}

.number {
  font-family: din-round, sans-serif;
}

@keyframes translateIny {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, -10px, 0);
  }
}

.ipt-top-tip {
  position: absolute !important;
  transform: translate3d(-50%, 0, 0);
  margin-left: 50% !important;
  top: -50%;
  left: 0;
  animation: translateIny 1.5s infinite alternate;
}

.ipt-top-tip .text {
  width: max-content;
  font-size: 17px;
  font-weight: 700;
}

.ipt-top-tip .arr {
  top: initial;
  transform: translate3d(0px, 19px, 0px) rotate(180deg);
  left: 50%;
  height: 10px;
  width: 20px;
  margin-left: -10px;
  bottom: 11px;
  overflow: hidden;
}

.logo-tip-box {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.logo-tip-box .ipt-tip {
  width: max-content;
  max-width: 500px;
}

.logo-tip-box .ipt-tip .text {
  max-width: initial;
}

.logo-tip-box img {
  width: auto;
  height: 100px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999999;
  max-width: 100% !important;
}

.modal:hover {
  z-index: 9999999;
}

.modal.public-modal .modal-content {
  padding-bottom: 118px;
}

.modal.public-modal .text {
  max-width: 300px;
  font-size: 18px;
}

.modal.iframe-modal .modal-content {
  padding: 0;
}

.modal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 450px;
  position: relative;
}

.modal .modal-content .modal-close {
  align-items: center;
  background: #fff;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  position: absolute;
  width: 35px;
  z-index: 1;
  backface-visibility: hidden;
  border: 2px solid #e5e5e5;
  border-radius: 98px;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  background-image: url(/h5public/img/x.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.hide-in-smscreen {
  display: none !important;
}

@media (min-width: 1050px) {
  .hide-in-smscreen {
    display: initial !important;
  }
}

.phonetic {
  font-family: "lucida sans unicode", sans-serif;
}

.video-player {
  width: 640px;
  margin: 15px auto;
  position: relative;
  height: 360px;
}

.video-player > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-player .playing-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
}

.video-player .playing-info .process-box {
  background: rgba(204, 204, 204, 0.75);
}

.video-player .playing-info .process {
  width: 0;
  background: #b61515;
  height: 2px;
}

.video-player .playing-info p {
  margin: 0;
}

.video-player .playing-info .current-time {
  display: none;
  padding: 4px 8px;
  text-align: left;
  font: 500 11px/11px Arial, Helvetica, sans-serif !important;
  color: #fff;
}

.video-player svg {
  fill: #fff;
  color: #fff;
  stroke: none;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.video-player svg:hover {
  opacity: .45;
  fill: #8c8c8c;
  color: #8c8c8c;
  stroke: none;
  cursor: pointer;
}

.video-player .pause-icon {
  display: none;
}

.user-badge {
  display: flex;
  align-items: center;
}
