@charset "UTF-8";button[data-v-f8ee0d25] {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button-base[data-v-f8ee0d25] {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s ease, width 0.5s ease, height 0.5s ease;
}
.button-pc[data-v-f8ee0d25] {
  border-radius: 0.2083333333vw;
  position: relative;
  padding: 0.8333333333vw 1.25vw;
  font-size: 0.8333333333vw;
}
.button-pc .button-content[data-v-f8ee0d25] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-mob[data-v-f8ee0d25] {
  padding: 2.6666666667vw 2.1333333333vw;
  border-radius: 8px;
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
.button-mob .button-content[data-v-f8ee0d25] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.button-base[data-v-f8ee0d25]::before {
  content: "";
  position: absolute;
  width: 1.0416666667vw;
  aspect-ratio: 1/1;
  opacity: 0;
  border-radius: 50%;
  background-color: rgb(88, 73, 167);
  transition: all 3s ease;
  z-index: 0;
}
.button-hover-effect-facial[data-v-f8ee0d25]:hover {
  animation: changeBg-f8ee0d25 0s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  animation-delay: 0.5s;
}
.button-hover-effect-facial:hover .button-content[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
}
.button-hover-effect-linear[data-v-f8ee0d25] {
  transition: border-color 0.5s cubic-bezier(0.7, 0, 0.84, 0);
}
.button-hover-effect-linear[data-v-f8ee0d25]:hover::before {
  animation: growWidth-f8ee0d25 0.6s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.button-hover-effect-facial[data-v-f8ee0d25]:hover::before {
  animation: growWidth-f8ee0d25 0.6s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
@keyframes growWidth-f8ee0d25 {
0% {
    transform: scale(1);
    opacity: 0.3;
}
30% {
    opacity: 1;
}
100% {
    transform: var(--46adcb8b);
    opacity: 0.5;
    opacity: 1;
}
}
@keyframes changeBg-f8ee0d25 {
100% {
    background-color: rgb(88, 73, 167);
}
}
@keyframes changeBorder-f8ee0d25 {
100% {
    border: 1px solid rgb(88, 73, 167);
}
}
.button-hover-effect-linear[data-v-f8ee0d25]:hover {
  animation: changeBg-f8ee0d25 0s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.5s,changeBorder-f8ee0d25 0.6s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.button-hover-effect-linear:hover .button-content[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
}
.button-linear-dark[data-v-f8ee0d25] {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent;
}
.button-linear-light[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
}
.button-facial-dark[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.button-facial-light[data-v-f8ee0d25] {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.button-simple-dark[data-v-f8ee0d25] {
  color: rgb(0, 0, 0);
  padding: 0;
}
.button-simple-light[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
  padding: 0;
}
.button-disabled[data-v-f8ee0d25] {
  cursor: not-allowed;
}
.button-disabled.button-linear-dark[data-v-f8ee0d25] {
  color: rgb(185, 188, 194);
  border: 1px solid rgb(185, 188, 194);
}
.button-disabled.button-facial-dark[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
  background-color: rgb(185, 188, 194);
}
.button-disabled.button-simple-dark[data-v-f8ee0d25] {
  color: rgb(185, 188, 194);
}
.button-disabled.button-linear-light[data-v-f8ee0d25] {
  color: rgb(86, 87, 90);
  border: 1px solid rgb(86, 87, 90);
}
.button-disabled.button-facial-light[data-v-f8ee0d25] {
  color: rgb(0, 0, 0);
  background-color: rgb(86, 87, 90);
}
.button-disabled.button-simple-light[data-v-f8ee0d25] {
  color: rgb(159, 161, 164);
}
.button-click-effect-linear-dark[data-v-f8ee0d25]:hover {
  border: 1px solid rgb(74, 79, 89);
}
.button-click-effect-linear-dark:hover .button-content[data-v-f8ee0d25] {
  color: rgb(74, 79, 89);
}
.button-click-effect-facial-dark[data-v-f8ee0d25]:hover {
  background-color: rgb(74, 79, 89);
}
.button-click-effect-facial-dark:hover .button-content[data-v-f8ee0d25] {
  color: rgb(255, 255, 255);
}
.button-click-effect-linear-light[data-v-f8ee0d25]:hover {
  border: 1px solid rgb(159, 161, 164);
}
.button-click-effect-linear-light:hover .button-content[data-v-f8ee0d25] {
  color: rgb(159, 161, 164);
}
.button-click-effect-facial-light[data-v-f8ee0d25]:hover {
  background-color: rgb(159, 161, 164);
}
.button-click-effect-facial-light:hover .button-content[data-v-f8ee0d25] {
  color: rgb(0, 0, 0);
}
.pc-video-container[data-v-fdb3cf4a] {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.pc-video-container video[data-v-fdb3cf4a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
  mix-blend-mode: difference;
  position: relative;
}
.mob-video-container .video-wrapper[data-v-fdb3cf4a] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mob-video-container .video-wrapper video[data-v-fdb3cf4a] {
  height: 100%;
  mix-blend-mode: difference;
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
  z-index: -1;
  transform: translateZ(0); /* 触发硬件加速 */
}
.video-wrapper[data-v-fdb3cf4a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading-overlay[data-v-fdb3cf4a],
.error-overlay[data-v-fdb3cf4a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.spinner[data-v-fdb3cf4a] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin-fdb3cf4a 1s linear infinite;
}
@keyframes spin-fdb3cf4a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.unsupported[data-v-fdb3cf4a] {
  color: white;
  text-align: center;
  padding: 20px;
}.mob-video-container .jsmpeg-content[data-v-cd53bcda] {
  position: relative;
  width: 100%;
  height: 100%;
}
.mob-video-container .jsmpeg-content canvas[data-v-cd53bcda] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mob-video-container .jsmpeg-content .poster[data-v-cd53bcda] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}.common-video-container[data-v-8c26cba1] {
  width: 100%;
  height: 100%;
}.ywcg-common-tabs-container[data-v-9868935d] {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.ywcg-common-tabs-container.has-line[data-v-9868935d]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(217, 220, 225);
}
.ywcg-common-tabs-container.has-line .tab-item[data-v-9868935d] {
  font-weight: 400;
}
.ywcg-common-tabs-container.has-line .tab-item.active[data-v-9868935d] {
  font-family: "URW Form-500";
}
.ywcg-common-tabs-wrapper[data-v-9868935d] {
  flex-grow: 1;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 1.9791666667vw;
  position: relative;
}
.ywcg-common-tabs-wrapper.has-line-padding[data-v-9868935d] {
  padding-bottom: 0.9375vw;
}
.ywcg-common-tabs-wrapper .bottom-line[data-v-9868935d] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: rgb(0, 20, 51);
  z-index: 1;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
.ywcg-common-tabs-wrapper[data-v-9868935d]::-webkit-scrollbar {
  display: none;
}
.tab-item[data-v-9868935d] {
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  color: rgb(191, 196, 204);
}
.tab-item.active[data-v-9868935d] {
  color: rgb(0, 20, 51);
  font-family: "URW Form-500";
}
.ywcg-common-scroll-arrow[data-v-9868935d] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(48, 48, 48);
  background: #fff;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  cursor: pointer;
  z-index: 1;
  color: rgb(140, 149, 163);
}
.ywcg-common-scroll-arrow.ywcg-common-scroll-arrow-left[data-v-9868935d] {
  left: -1.6666666667vw;
}
.ywcg-common-scroll-arrow.ywcg-common-scroll-arrow-right[data-v-9868935d] {
  right: -1.6666666667vw;
}.number-scroll[data-v-0e06bbdf] {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  font-size: clamp(24px, 2.6041666667vw, 2.6041666667vw);
  white-space: break-spaces;
}
@media (min-width: 0) and (max-width: 767px) {
.number-scroll[data-v-0e06bbdf] {
    font-size: 24px;
}
}
.digit[data-v-0e06bbdf] {
  height: inherit;
  line-height: inherit;
  transform: translateY(0);
  transition: transform 1.2s 0.1s cubic-bezier(0.2, 0.1, 0.2, 1);
  pointer-events: none;
  font-family: "URW Form";
}
.digit.is-chinese-char[data-v-0e06bbdf] {
  font-size: 0.8em;
}
@media (min-width: 0) and (max-width: 767px) {
.digit.is-chinese-char[data-v-0e06bbdf] {
    font-size: 0.8333em;
}
}
.digit span[data-v-0e06bbdf] {
  height: inherit;
  line-height: inherit;
  display: block;
}
@keyframes opacity-in-989875d4 {
0% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
.slider-arrow1[data-v-989875d4] {
  animation: opacity-in-989875d4 1s ease infinite;
  opacity: 0.5;
}
.slider-arrow2[data-v-989875d4] {
  animation: opacity-in-989875d4 1s ease 0.3s infinite;
}
.verify-img[data-v-989875d4] {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.verify-img-out[data-v-989875d4] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.verify-img-out .verify-img-panel[data-v-989875d4] {
  width: 100%;
  height: 100%;
}

/*滑动验证码*/
.verify-bar-area[data-v-989875d4] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: relative;
  background: rgb(233, 234, 237);
  text-align: center;
  box-sizing: content-box;
  -webkit-border-radius: 4px;
  margin-top: 18px;
}
.verify-bar-area .verify-msg[data-v-989875d4] {
  font-size: 14px;
  font-weight: 400;
  color: rgb(155, 161, 175);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.verify-bar-area .verify-left-bar[data-v-989875d4] {
  position: absolute;
  top: 0px;
  background: #D7D8DC;
  cursor: pointer;
  box-sizing: content-box;
  border-radius: 4px;
}
.verify-bar-area .verify-move-block[data-v-989875d4] {
  width: 56px;
  height: 46px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.verify-bar-area .verify-move-block svg[data-v-989875d4] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.verify-bar-area .verify-move-block[data-v-989875d4]:hover {
  background-color: #1A1D25 !important;
  color: #FFFFFF;
}
.verify-bar-area .verify-move-block:hover svg[data-v-989875d4] {
  fill: #FFFFFF;
}
.no-hover[data-v-989875d4] {
  pointer-events: none;
}
.verify-img-panel .verify-refresh[data-v-989875d4] {
  width: 20px;
  height: 20px;
  display: flex;
  justify-self: unset;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

/* 定义旋转动画 */
@keyframes rotate-989875d4 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
/* 动画类 */
.rotate-animation[data-v-989875d4] {
  animation: rotate-989875d4 0.5s linear;
}.verify-code-mask[data-v-f4083cf2] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  /* display: none; */
  transition: all 0.5s;
}
.verify-code-mask .verify-code-panel[data-v-f4083cf2] {
  width: 342px;
  height: 291px;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  transition: all 0.5s;
  font-family: "SourceHanSansSC", sans-serif;
}
.verify-code-mask .verify-code-panel .panel-header[data-v-f4083cf2] {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.verify-code-mask .verify-code-panel .panel-header .header-title[data-v-f4083cf2] {
  font-size: 16px;
  font-weight: 400;
  color: rgb(26, 29, 37);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.verify-code-mask .verify-code-panel .panel-header .header-close[data-v-f4083cf2] {
  cursor: pointer;
}
.verifybox {
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #e4e7eb;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.verifybox-top {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 16px;
  color: #45494c;
  border-bottom: 1px solid #e4e7eb;
  box-sizing: border-box;
}
.verifybox-bottom {
  padding: 15px;
  box-sizing: border-box;
}
.verifybox-close {
  position: absolute;
  top: 13px;
  right: 9px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  /* display: none; */
  transition: all 0.5s;
}
.verify-tips {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.suc-bg {
  background-color: rgba(92, 184, 92, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f5CB85C, endcolorstr=#7f5CB85C);
}
.err-bg {
  background-color: rgba(217, 83, 79, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fD9534F, endcolorstr=#7fD9534F);
}
.tips-enter,
.tips-leave-to {
  bottom: -30px;
}
.tips-enter-active,
.tips-leave-active {
  transition: bottom 0.5s;
}
/* ---------------------------- */
/*常规验证码*/
.verify-code {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
.cerify-code-panel {
  height: 100%;
  overflow: hidden;
}
.verify-code-area {
  float: left;
}
.verify-input-area {
  float: left;
  width: 60%;
  padding-right: 10px;
}
.verify-change-area {
  line-height: 30px;
  float: left;
}
.varify-input-code {
  display: inline-block;
  width: 100%;
  height: 25px;
}
.verify-change-code {
  color: #337ab7;
  cursor: pointer;
}
.verify-btn {
  width: 200px;
  height: 30px;
  background-color: #337ab7;
  color: #ffffff;
  border: none;
  margin-top: 10px;
}
.verify-img-panel {
  margin: 0;
  box-sizing: content-box;
  //border-top: 1px solid #ddd;
  //border-bottom: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.verify-img-panel .icon-refresh {
  font-size: 20px;
  color: #fff;
}
.verify-img-panel .verify-gap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
}
.verify-bar-area .verify-move-block .verify-sub-block {
  position: absolute;
  text-align: center;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* border: 1px solid #fff; */
}
.verify-bar-area .verify-move-block .verify-icon {
  font-size: 18px;
}
.verify-bar-area .verify-msg {
  z-index: 3;
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
