@charset "UTF-8";
@keyframes opacity-in-18b628be {
0% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
.slider-arrow1[data-v-18b628be] {
  animation: opacity-in-18b628be 1s ease infinite;
  opacity: 0.5;
}
.slider-arrow2[data-v-18b628be] {
  animation: opacity-in-18b628be 1s ease 0.3s infinite;
}
.verify-img[data-v-18b628be] {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.verify-img-out[data-v-18b628be] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.verify-img-out .verify-img-panel[data-v-18b628be] {
  width: 100%;
  height: 100%;
}

/*滑动验证码*/
.verify-bar-area[data-v-18b628be] {
  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-18b628be] {
  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-18b628be] {
  position: absolute;
  top: 0px;
  cursor: pointer;
  box-sizing: content-box;
  border-radius: 4px;
}
.verify-bar-area .verify-move-block[data-v-18b628be] {
  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-18b628be] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.verify-bar-area .verify-move-block[data-v-18b628be]:hover {
  background-color: #1a1d25 !important;
  color: #ffffff;
}
.verify-bar-area .verify-move-block:hover svg[data-v-18b628be] {
  fill: #ffffff;
}
.no-hover[data-v-18b628be] {
  pointer-events: none;
}
.verify-img-panel .verify-refresh[data-v-18b628be] {
  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-18b628be {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
/* 动画类 */
.rotate-animation[data-v-18b628be] {
  animation: rotate-18b628be 0.5s linear;
}.verify-dialog-hidden-body {
  overscroll-behavior: contain;
  overflow: hidden !important;
}
.verify-code-mask {
  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 {
  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 {
  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 {
  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 {
  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,.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,.3);
  /* display: none; */
  transition: all .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,.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f5CB85C, endcolorstr=#7f5CB85C);
}
.err-bg{
  background-color:rgba(217, 83, 79,.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 .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;
}
.hm_login[data-v-0551ae00] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hm_login .login-inp[data-v-0551ae00] {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hm_login .login-sms[data-v-0551ae00] {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hm_login .sms-get[data-v-0551ae00] {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hm_login .sms-get .button-pc[data-v-0551ae00] {
  padding: 12px 12px;
}
.hm_login .login-term[data-v-0551ae00] {
  grid-column: 1/3;
  grid-row: 3/4;
  display: flex;
  cursor: pointer;
}
.hm_login .login-term .login-agree-icon[data-v-0551ae00] {
  padding-right: 6px;
  margin-top: 4px;
}
.hm_login .login-term .login-agree-icon svg[data-v-0551ae00] {
  width: 12px;
  height: 12px;
}
.hm_login .login-term .term-text[data-v-0551ae00] {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
}
.hm_login .login-term .term-text .policy[data-v-0551ae00] {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hm_login .login-handle[data-v-0551ae00] {
  grid-column: 1/3;
  grid-row: 4/5;
}
.hm_login .login-handle .button-pc[data-v-0551ae00] {
  padding: 12px 12px;
}
.hm_login .default-inp[data-v-0551ae00] {
  width: 100%;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  background: rgba(31, 29, 59, 0.2);
  padding: 12px 12px;
  border: 1px solid rgba(31, 29, 59, 0.2);
}
.hm_login .default-inp input[data-v-0551ae00] {
  display: block;
  width: 100%;
  height: 24px;
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
}
.hm_login .default-inp input[data-v-0551ae00]:focus-visible {
  border: none;
  outline: none;
}
.hm_login .default-inp input[data-v-0551ae00]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.hm_login .default-inp input[data-v-0551ae00]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.hm_login .default-inp.inp-error[data-v-0551ae00] {
  border-color: rgb(255, 68, 83);
}@keyframes toggle {
100% {
    clip-path: circle(150% at 50% 50%);
}
}
.puzzle-block {
  width: 100%;
  height: 100%;
}
.puzzle-block .puzzle-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.puzzle-block .puzzle-container .el-loading-mask .el-loading-spinner .circular .path {
  stroke: gray;
}
.puzzle-block .puzzle-container .puzzle_init-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(144, 144, 145);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init_img .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init_img img:after {
  content: url("");
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 99px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_init-position {
  position: relative;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 336px;
  opacity: 1;
  transition: all 0.5s;
  pointer-events: initial;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle_content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle-inp {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .button-pc {
  padding: 12px 12px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle-submit {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle-handle {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .login_content {
  width: 336px;
  transform: translateX(100%);
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .login_content .login_content-wrap {
  width: 100%;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .login_content.is-verify {
  transform: unset !important;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .is-login .puzzle_content {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .is-login .login_content {
  transform: translateX(0);
  opacity: 1;
  pointer-events: initial;
}
.puzzle-block .puzzle-container .puzzle_success-block {
  width: 100%;
  height: 100%;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success_img {
  width: 100%;
  height: 100%;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success_img .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 147px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 48px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media {
  max-width: 325px;
  margin: 0 auto;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-des {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set {
  display: flex;
  align-items: center;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set svg {
  width: 36px;
  height: 36px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set i {
  flex: 1 1 auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-icon {
  position: relative;
  cursor: pointer;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-wechat {
  margin: 0 18px 0 33px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-phone {
  margin: 0 33px 0 18px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-pop {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, -100%);
  padding: 16px 12px;
  border-radius: 4px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  background: rgb(255, 255, 255);
  transition: opacity 0.4s;
  opacity: 0;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-pop .pop-img img {
  display: block;
  width: 100px;
  height: 100px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-pop .pop-des {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.55);
  margin-top: 12px;
  text-align: center;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-icon:hover .media-pop {
  opacity: 1;
}
.puzzle-block .puzzle-container .img-block {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.puzzle-block .puzzle-container .img-block .img-bg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.puzzle-block .puzzle-container .img-block.img-bg-prev {
  z-index: 0;
}
.puzzle-block .puzzle-container .img-block.img-bg-selected {
  z-index: 1 !important;
  opacity: 1;
  clip-path: circle(0% at 50% 50%);
  animation: toggle 500ms linear 1 forwards;
}
.puzzle-block .puzzle-container .pause-block {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  padding-bottom: 25px;
}
.puzzle-block .puzzle-container .pause-block .pause-block-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.puzzle-block .puzzle-container .pause-block .pause-block-btn .btn-state {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.puzzle-block .puzzle-container .pause-block .pause-block-btn .btn-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.puzzle-block .default-inp {
  width: 100%;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  background: rgba(31, 29, 59, 0.2);
  padding: 12px 12px;
}
.puzzle-block .default-inp input {
  display: block;
  width: 100%;
  height: 24px;
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
}
.puzzle-block .default-inp input:focus-visible {
  border: none;
  outline: none;
}
.puzzle-block .default-inp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.puzzle-block .default-inp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.el-message {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 24px 16px 24px;
  border: none;
}
.el-message .el-message__content {
  color: rgb(237, 237, 237);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
}
.home-banner-activity-header {
  padding-top: 24px;
}
.home-banner-activity-header .home-banner-activity-header-title {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 768px) {
.home-banner-activity-header {
    padding-top: 24px;
}
.home-banner-activity-header .home-banner-activity-header-title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
}
.home-banner-activity-header-content {
  padding: 0 24px 24px 24px;
}
.home-banner-activity-header-content .puzzle_func_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.home-banner-activity-header-content .puzzle_func_header img {
  flex: 0 0 42%;
  width: 42%;
  display: block;
  min-height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner-activity-header-content .puzzle_func_header .content-des {
  flex: 1 1 auto;
  padding-left: 15px;
  padding: 15px;
  margin-left: 15px;
  background: rgb(245, 246, 247);
  border-radius: 4px;
}
.home-banner-activity-header-content .content-des {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(92, 96, 106);
}
.home-banner-activity-header-content .content-des-tip {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 26px;
  color: rgb(73, 64, 143);
}
.home-banner-activity-header-content .content-explain {
  margin-top: 22px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.home-banner-activity-header-content .content-explain .content-explain-wrap {
  padding: 12px;
  background-color: rgb(245, 246, 247);
  border-radius: 4px;
}
.home-banner-activity-header-content .content-explain .content-explain-wrap .func_img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
.home-banner-activity-header-content {
    padding: 0 24px 24px 24px;
}
.home-banner-activity-header-content .puzzle_func_header {
    display: block;
    justify-content: space-between;
    margin-bottom: 26px;
}
.home-banner-activity-header-content .puzzle_func_header img {
    flex: 0 0 100%;
    width: 100%;
    display: block;
}
.home-banner-activity-header-content .puzzle_func_header .content-des {
    flex: 1 1 auto;
    padding: 0;
    margin-left: 0;
    background: transparent;
    margin-top: 20px;
}
.home-banner-activity-header-content .content-des {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 14px;
    color: rgb(92, 96, 106);
}
.home-banner-activity-header-content .content-des-tip {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 26px;
    color: rgb(73, 64, 143);
}
.home-banner-activity-header-content .content-explain {
    margin-top: 22px;
    margin-bottom: 24px;
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.home-banner-activity-header-content .content-explain .content-explain-wrap {
    padding: 12px;
    background-color: rgb(245, 246, 247);
    border-radius: 4px;
}
.home-banner-activity-header-content .content-explain .content-explain-wrap .func_img {
    display: block;
    width: 100%;
}
.home-banner-activity-header-content .content-explain .content-explain-left {
    width: 100%;
}
.home-banner-activity-header-content .content-explain .content-explain-right {
    width: 100%;
    margin-top: 16px;
}
}
.el-overlay-dialog .el-dialog.privacy-dialog-container {
  max-height: 78%;
  min-height: 78%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__header {
  padding-bottom: 26px;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body {
  overflow-y: auto;
  flex: 1 1 auto;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar {
  display: block !important;
  width: 4px;
  height: 8px;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #c9cdd4;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(50, 50, 50, 0.6);
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar-track {
  background-color: #e9eaed;
  width: 20px;
  height: 20px;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .home-banner-activity-header-content {
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 1024.98px) {
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap {
    padding-bottom: vw(99);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content {
    width: vw(336);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle_content-wrap {
    gap: vw(16);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle-inp {
    font-size: vw(16);
    line-height: vw(24);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .button-pc {
    padding: vw(12) vw(12);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle-submit {
    font-size: vw(16);
    line-height: vw(24);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content .puzzle-handle {
    font-size: vw(16);
    line-height: vw(24);
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .login_content {
    width: 336px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap {
    padding-bottom: vw(147);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-title {
    font-size: vw(32);
    line-height: vw(46);
    margin-bottom: vw(48);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media {
    max-width: vw(325);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-des {
    font-size: vw(16);
    line-height: vw(18);
    margin-bottom: vw(16);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set svg {
    width: vw(36);
    height: vw(36);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set i {
    height: vw(2);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-wechat {
    margin: 0 vw(18) 0 vw(33);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-phone {
    margin: 0 vw(33) 0 vw(18);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-pop {
    top: vw(-12);
    padding: vw(16) vw(12);
    border-radius: vw(4);
    box-shadow: 0px vw(6) vw(20) 0px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-pop .pop-img img {
    width: vw(100);
    height: vw(100);
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-set .media-pop .pop-des {
    font-size: vw(12);
    line-height: vw(17);
    margin-top: vw(12);
}
.puzzle-block .puzzle-container .pause-block {
    padding-bottom: vw(25);
}
.puzzle-block .puzzle-container .pause-block .pause-block-btn .btn-state {
    width: vw(32);
    height: vw(32);
    margin-right: vw(4);
}
.puzzle-block .puzzle-container .pause-block .pause-block-btn .btn-text {
    font-size: vw(16);
    font-weight: 400;
    line-height: vw(24);
}
.puzzle-block .default-inp {
    border-radius: vw(4);
    -webkit-backdrop-filter: blur(vw(120));
            backdrop-filter: blur(vw(120));
    padding: vw(12) vw(12);
}
.puzzle-block .default-inp input {
    height: vw(24);
    font-size: vw(16);
    line-height: vw(24);
    outline: none;
}
.el-message {
    border-radius: vw(8);
    padding: vw(16) vw(24) vw(16) vw(24);
}
.el-message .el-message__content {
    font-size: vw(14);
    line-height: vw(20);
}
.home-banner-activity-header {
    padding-top: vw(24);
}
.home-banner-activity-header .home-banner-activity-header-title {
    font-size: vw(20);
    line-height: vw(28);
}
.home-banner-activity-header-content {
    padding: 0 vw(24) vw(24) vw(24);
}
.home-banner-activity-header-content .puzzle_func_header {
    margin-bottom: vw(26);
}
.home-banner-activity-header-content .puzzle_func_header img {
    flex: 0 0 42%;
    width: 42%;
    min-height: vw(112);
}
.home-banner-activity-header-content .puzzle_func_header .content-des {
    padding-left: vw(15);
    padding: vw(15);
    margin-left: vw(15);
    border-radius: vw(4);
}
.home-banner-activity-header-content .content-des {
    font-size: vw(14);
    line-height: vw(22);
}
.home-banner-activity-header-content .content-des-tip {
    font-size: vw(16);
    line-height: vw(24);
    margin-top: vw(26);
}
.home-banner-activity-header-content .content-explain {
    margin-top: vw(22);
    margin-bottom: vw(24);
    gap: vw(24);
}
.home-banner-activity-header-content .content-explain .content-explain-wrap {
    padding: vw(12);
    border-radius: vw(4);
}
.el-overlay-dialog .el-dialog.privacy-dialog-container {
    max-height: 78%;
    min-height: 78%;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__header {
    padding-bottom: vw(26);
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar {
    width: vw(4);
    height: vw(8);
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar-thumb {
    border-radius: vw(8);
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar-track {
    width: vw(20);
    height: vw(20);
}
}
@media (max-width: 1024px) {
.el-overlay-dialog {
    display: flex;
    bottom: 0;
    align-items: flex-end;
    justify-content: flex-end;
    top: unset;
    right: unset;
    width: 100%;
    max-height: 85%;
    height: 85%;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container {
    width: 100%;
    /* bottom: 0; */
    max-height: 100%;
    height: 100%;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .el-dialog__body::-webkit-scrollbar {
    display: none !important;
}
.el-overlay-dialog .el-dialog.privacy-dialog-container .home-banner-activity-header-content {
    padding: 0 24px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-title {
    font-size: 24px;
    line-height: 36px;
}
.puzzle-block .puzzle-container .puzzle_success-block .puzzle_success-wrap .success-media .media-des {
    font-size: 14px;
    line-height: 20px;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_init-position {
    width: 100%;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .puzzle_content {
    width: 100%;
}
.home-banner-activity-header-content .content-explain .content-explain-left {
    padding: 0;
}
.home-banner-activity-header-content .content-explain .content-explain-right {
    padding: 0;
}
.puzzle-block .puzzle-container .puzzle_init-block .puzzle_init-wrap .login_content {
    width: 100%;
}
.hm_login .login-term .login-agree-icon {
    display: flex;
}
}.home-page-banner-pc-container[data-v-7b794d20] {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.home-page-banner-pc-container .swiper-part[data-v-7b794d20] {
  width: 100vw;
  height: 100vh;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper[data-v-7b794d20] {
  width: 100vw;
  height: 100vh;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide[data-v-7b794d20] {
  z-index: 0;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide.swiper-slide-active[data-v-7b794d20] {
  z-index: 1;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .swiper-slide-item[data-v-7b794d20] {
  width: 100vw;
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .content-container[data-v-7b794d20] {
  width: 100%;
  height: 100%;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .content-container .title-img[data-v-7b794d20] {
  height: 5.9375vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .content-container .title-img img[data-v-7b794d20] {
  height: 100%;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .content-container .title[data-v-7b794d20] {
  --min-font-size: 10px;
  --min-scale: 24px;
  --max-scale: 24px;
  font-size: 24px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.25vw;
  font-size: 1.25vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .content-container .button-list[data-v-7b794d20] {
  display: flex;
  gap: 1.25vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .content-container .button-list .button-instance[data-v-7b794d20] {
  margin-top: 2.5vw;
  width: 8.3333333333vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .left[data-v-7b794d20] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 5.2083333333vw;
  bottom: 22.3958333333vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .bottom[data-v-7b794d20] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 3.75vw;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .bottom .title-img[data-v-7b794d20] {
  height: 5.9375vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .bottom .title-img img[data-v-7b794d20] {
  height: 100%;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top[data-v-7b794d20] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 11.4583333333vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .title[data-v-7b794d20] {
  text-align: center;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .time[data-v-7b794d20] {
  display: flex;
  gap: 0.625vw;
  justify-content: center;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .time .time-single[data-v-7b794d20] {
  display: flex;
  align-items: flex-end;
  gap: 0.625vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .time .time-single .time-number[data-v-7b794d20] {
  --min-font-size: 10px;
  --min-scale: 48px;
  --max-scale: 48px;
  font-size: 48px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(255, 255, 255);
  font-size: 2.5vw;
  font-size: 2.5vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .time .time-single .time-unit[data-v-7b794d20] {
  --min-font-size: 10px;
  --min-scale: 16px;
  --max-scale: 16px;
  font-size: 16px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(255, 255, 255);
  font-size: 0.8333333333vw;
  font-size: 0.8333333333vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .button-list[data-v-7b794d20] {
  display: flex;
  gap: 2.5vw;
}
.home-page-banner-pc-container .swiper-part .swiper-wrapper .swiper-slide .top .button-list .button-instance[data-v-7b794d20] {
  width: 9.8958333333vw;
}
.home-page-banner-pc-container .swiper-controller[data-v-7b794d20] {
  position: absolute;
  bottom: 2.0833333333vw;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-left: 5.2083333333vw;
  z-index: 2;
}
.home-page-banner-pc-container .swiper-controller .swiper-pagination[data-v-7b794d20] {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.home-page-banner-pc-container .swiper-controller .swiper-current-slide-info[data-v-7b794d20] {
  color: rgba(255, 255, 255, 0.9490196078);
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
}
.home-page-banner-pc-container .swiper-controller[data-v-7b794d20] .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  margin: 0 0.3125vw !important;
  height: 0.46875vw;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  outline: none;
  vertical-align: middle;
}
.home-page-banner-pc-container .swiper-controller[data-v-7b794d20] .swiper-pagination-bullet span {
  width: 1.875vw;
  height: 0.15625vw;
  background-color: rgba(255, 255, 255, 0.3019607843);
  display: block;
  margin-top: 0.15625vw;
  transition: all 0.3s linear;
}
.home-page-banner-pc-container .swiper-controller[data-v-7b794d20] .swiper-pagination-bullet i {
  background-color: #fff;
  height: 0.15625vw;
  width: 1.875vw;
  position: absolute;
  top: 0.15625vw;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.home-page-banner-pc-container .swiper-controller[data-v-7b794d20] .swiper-pagination-bullet-active span {
  width: 8.5416666667vw;
}
.home-page-banner-pc-container .swiper-controller[data-v-7b794d20] .swiper-pagination-bullet-active i {
  width: 8.5416666667vw;
  animation: middle-7b794d20 8s linear forwards;
}
@keyframes middle-7b794d20 {
0% {
    transform: scaleX(0);
    left: 0;
}
100% {
    transform: scaleX(1);
    left: 0;
}
}.home-page-banner-mob-container[data-v-5e561a50] {
  width: 100vw;
  height: var(--286ddcd9);
  position: relative;
  overflow: hidden;
}
.home-page-banner-mob-container .swiper-part[data-v-5e561a50] {
  width: 100vw;
  height: var(--286ddcd9);
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper[data-v-5e561a50] {
  width: 100vw;
  height: var(--286ddcd9);
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide[data-v-5e561a50] {
  width: 100vw;
  height: var(--286ddcd9);
  z-index: 0;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide.swiper-slide-active[data-v-5e561a50] {
  z-index: 1;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .swiper-slide-item[data-v-5e561a50] {
  width: 100vw;
  position: relative;
  height: var(--286ddcd9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .content-container[data-v-5e561a50] {
  overflow: hidden;
  display: flex;
  width: calc(100% - 12.8vw);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .content-container .title-img[data-v-5e561a50] {
  height: 16vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .content-container .title-img img[data-v-5e561a50] {
  height: 100%;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .content-container .title[data-v-5e561a50] {
  text-align: center;
  --min-font-size: 10px;
  --min-scale: 16px;
  --max-scale: 16px;
  font-size: 16px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgba(255, 255, 255, 0.95);
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .content-container .button-list[data-v-5e561a50] {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 3.2vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .content-container .button-list .button-instance[data-v-5e561a50] {
  margin-top: 8.5333333333vw;
  width: 26.6666666667vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .bottom[data-v-5e561a50] {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 21.3333333333vw;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .bottom .title-img[data-v-5e561a50] {
  height: 16vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .bottom .title-img img[data-v-5e561a50] {
  height: 100%;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top[data-v-5e561a50] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21.3333333333vw;
  margin: auto;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .title[data-v-5e561a50] {
  --min-font-size: 10px;
  --min-scale: 16px;
  --max-scale: 16px;
  font-size: 16px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(255, 255, 255);
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .time[data-v-5e561a50] {
  display: flex;
  gap: 3.2vw;
  justify-content: center;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .time .time-single[data-v-5e561a50] {
  display: flex;
  align-items: flex-end;
  gap: 3.2vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .time .time-single .time-number[data-v-5e561a50] {
  --min-font-size: 10px;
  --min-scale: 36px;
  --max-scale: 36px;
  font-size: 36px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(255, 255, 255);
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .time .time-single .time-unit[data-v-5e561a50] {
  --min-font-size: 10px;
  --min-scale: 12px;
  --max-scale: 12px;
  font-size: 12px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(255, 255, 255);
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .button-list[data-v-5e561a50] {
  display: flex;
  gap: 3.2vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .top .button-list .button-instance[data-v-5e561a50] {
  width: 26.6666666667vw;
  height: 9.6vw;
}
.home-page-banner-mob-container .swiper-part .swiper-wrapper .swiper-slide .active-block[data-v-5e561a50] {
  width: 100%;
  height: 100%;
}
.home-page-banner-mob-container .swiper-controller[data-v-5e561a50] {
  position: absolute;
  bottom: 16px;
  width: 100vw;
  display: flex;
  justify-content: center;
  z-index: 2;
  align-items: center;
}
.home-page-banner-mob-container .swiper-controller .swiper-controller-container[data-v-5e561a50] {
  position: relative;
  display: flex;
  gap: 4.2666666667vw;
  align-items: center;
}
.home-page-banner-mob-container .swiper-controller .swiper-pagination[data-v-5e561a50] {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.home-page-banner-mob-container .swiper-controller .swiper-current-slide-info[data-v-5e561a50] {
  color: rgba(255, 255, 255, 0.9490196078);
  font-size: 10px;
  line-height: 16px;
}
.home-page-banner-mob-container .swiper-controller[data-v-5e561a50] .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  height: 9px;
  position: relative;
  outline: none;
  background-color: transparent;
  opacity: 1;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  outline: none;
}
.home-page-banner-mob-container .swiper-controller[data-v-5e561a50] .swiper-pagination-bullet span {
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  display: block;
  margin-top: 3px;
  transition: all 0.3s linear;
}
.home-page-banner-mob-container .swiper-controller[data-v-5e561a50] .swiper-pagination-bullet i {
  background-color: #fff;
  height: 2px;
  width: 12px;
  position: absolute;
  top: 2px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.home-page-banner-mob-container .swiper-controller[data-v-5e561a50] .swiper-pagination-bullet-active span {
  width: 68px;
}
.home-page-banner-mob-container .swiper-controller[data-v-5e561a50] .swiper-pagination-bullet-active i {
  width: 68px;
  animation: middle-5e561a50 8s linear;
}
@keyframes middle-5e561a50 {
0% {
    transform: scaleX(0);
    left: 0;
}
100% {
    transform: scaleX(1);
    left: 0;
}
}.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  top: unset;
  left: 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}