* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 4px;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.vue-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.05rem;
  padding: 0.05rem 0.15rem;
  color: #fff;
  font-size: 0.1rem;
  z-index: 102;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.flex.start {
  justify-content: flex-start;
}
.flex.between {
  justify-content: space-between;
}
.flex.around {
  justify-content: space-around;
}
.flex.end {
  justify-content: flex-end;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.column {
  flex-direction: column;
}
.flex.column.start {
  align-items: flex-start;
}
.flex.wrap {
  flex-wrap: wrap;
}

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

.flex-0 {
  flex: 0 0 auto;
}

.icon {
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon.icon-facebook {
  background-image: url(../images/common/icon_facebook.png);
  width: 0.31rem;
  height: 0.31rem;
}
.icon.icon-discord {
  background-image: url(../images/common/icon_discord.png);
  width: 0.31rem;
  height: 0.31rem;
}
.icon.icon-discord.sm {
  width: 1.81rem;
  height: 0.46rem;
  background-image: url(../images/common/pak_mycard.png);
}
.icon.icon-service {
  background-image: url(../images/common/icon_service.png);
  width: 0.31rem;
  height: 0.31rem;
}
.icon.icon-apple {
  width: 1.51rem;
  height: 0.46rem;
  background-image: url(../images/common/pak_apple.png);
}
.icon.icon-apple.sm {
  width: 1.81rem;
  height: 0.46rem;
  background-image: url(../images/common/pak_apple_sm.png);
}
.icon.icon-google {
  width: 1.51rem;
  height: 0.46rem;
  background-image: url(../images/common/pak_google.png);
}
.icon.icon-google.sm {
  width: 1.81rem;
  height: 0.46rem;
  background-image: url(../images/common/pak_google_sm.png);
}
.icon.icon-android {
  width: 1.51rem;
  height: 0.46rem;
  background-image: url(../images/common/pak_android.png);
}
.icon.icon-phone {
  width: 2.08rem;
  height: 0.56rem;
  background-image: url(../images/pc/subscribe-phone.png);
}
.icon.icon-store {
  width: 2.08rem;
  height: 0.56rem;
  background-image: url(../images/pc/subscribe-store.png);
}
.icon.icon-user {
  background-image: url(../images/common/user-icon-48.png);
}
.icon.icon-password {
  background-image: url(../images/common/lock-icon-48.png);
}

.footer-content {
  width: 600px;
  margin-left: 40px;
  margin-right: 40px;
}
.footer-protocol {
  text-align: center;
}
.footer-protocol .copyright {
  text-align: center;
}
.footer-protocol .ys {
  margin-bottom: 20px;
}

.emailicon {
  background-repeat: no-repeat;
}
.emailicon.icon-email {
  background-image: url(../images/common/icon_message.png) !important;
}
.emailicon.icon-code {
  background-image: url(../images/common/icon_yanzhengma.png) !important;
}

.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.dialog input {
  appearance: none;
}
.dialog-content {
  box-shadow: 0 0 19.2px 0 #333;
  background-color: #fff;
  border-radius: 7.68px;
  font-size: 19.2px;
  color: #666;
  width: 540px;
  height: 485px;
  position: relative;
  padding-bottom: 28.8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: url(../images/common/login_form_bg.png) center top no-repeat;
  background-size: 100% 100%;
}
.dialog-content .content-header {
  width: 100%;
  height: 49.92px;
  line-height: 49.92px;
  text-align: center;
  padding-top: 6px;
}
.dialog-content .content-header .dialog-close {
  width: 24.96px;
  height: 24.96px;
  background: url(../images/common/dialog_close.png) center center no-repeat;
  position: absolute;
  top: 15.36px;
  right: 19.6px;
  cursor: pointer;
}
.dialog-content .content-form {
  width: 100%;
  padding: 19.2px 40.32px 0;
}
.dialog-content .content-form .form-item {
  width: 100%;
  position: relative;
  margin-bottom: 15.36px;
}
.dialog-content .content-form .form-item.has-error {
  height: 24.96px;
}
.dialog-content .content-form .form-item input {
  width: 100%;
  border: none;
  outline: none;
  padding: 15.36px 11.52px;
  color: #333;
  padding-left: 40.32px;
  line-height: 24.96px;
  font-size: 15.36px;
  background: url(../images/common/input_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.dialog-content .content-form .form-item input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.dialog-content .content-form .form-item .icon {
  position: absolute;
  z-index: 1;
  left: 11.52px;
  top: 15.36px;
  width: 25px;
  height: 25px;
}
.dialog-content .content-form .form-item .emailicon {
  position: absolute;
  z-index: 1;
  left: 11.52px;
  top: 18px;
  width: 25px;
  height: 19px;
}
.dialog-content .content-form .form-item .icon-send-text {
  position: absolute;
  z-index: 1;
  right: 11.52px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15.36px;
  color: #ec6e0e;
}
.dialog-content .content-form .form-item .icon-sended {
  position: absolute;
  z-index: 1;
  right: 11.52px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15.36px;
}
.dialog-content .content-form .form-item .icon-sended span {
  color: #ec6e0e;
  font-weight: 500;
}
.dialog-content .content-form .form-item .error-msg {
  font-size: 15.36px;
  color: #ff5547;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24.96px;
  line-height: 24.96px;
  display: none;
}
.dialog-content .content-form .form-item .error-msg::before {
  content: "";
  display: inherit;
  width: 21.12px;
  height: 21.12px;
  background: url(../images/common/icon_error.png) center center no-repeat;
  background-size: contain;
  margin-right: 5.76px;
}
.dialog-content .content-form .form-item .submit-btns {
  width: 100%;
  height: 55.68px;
  background-color: #1564a9;
  color: #fff;
  border-radius: 7.68px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/common/login_form_btn.png) center center no-repeat;
  background-size: 100%;
}
.dialog-content .content-form .form-item .email-login-submit {
  width: 100%;
  height: 55.68px;
  background-color: #1564a9;
  color: #fff;
  border-radius: 7.68px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/common/login_form_btn.png) center center no-repeat;
  background-size: 100%;
  font-size: 0;
  margin-top: 0;
}
.dialog-content .content-split-line {
  width: 100%;
  position: relative;
  margin-top: 32.64px;
}
.dialog-content .content-split-line::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 80.64px);
  background-color: #d8d8d8;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 11.52px;
}
.dialog-content .content-split-line div {
  width: 38.4px;
  height: 19.2px;
  line-height: 19.2px;
  color: #333;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.dialog-content .content-footer {
  width: 100%;
  margin-top: 19.2px;
  padding: 0 40.32px;
  position: absolute;
  bottom: 30px;
}
.dialog-content .content-footer .footer-protocol {
  font-size: 15.36px;
  color: 666;
  margin: 0 auto;
  margin-top: 7.68px;
  width: 100%;
  text-align: center;
}
.dialog-content .content-footer .footer-protocol a {
  color: inherit;
  text-decoration: none;
  margin: 0 9.6px;
}
.dialog-content .content-footer .login-types {
  width: 100%;
  padding: 0 38.4px;
}
.dialog-content .content-footer .login-types .login-item {
  width: 55.68px;
  height: 55.68px;
  position: relative;
}
.dialog-content .content-footer .login-types .login-item > div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.dialog-content .content-footer .login-types .login-item img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .ys-h5 {
    display: none;
  }
  .ys {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .ys-h5 {
    display: block;
  }
  .ys {
    display: none;
  }
  .vue-toast {
    font-size: 0.4rem !important;
  }
  .m-login-form {
    background: url(../images/m/bg-pic.png) left top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    padding: 7.24rem 0.32rem 0;
  }
  .dialog {
    padding: 0.32rem;
  }
  .dialog-content {
    border-radius: 0.21rem;
    font-size: 0.43rem;
    width: 100%;
    height: 8.4rem;
    position: relative;
    padding-bottom: 0.62rem;
    overflow: hidden;
    background: url(../images/common/login_form_bg.png) left top no-repeat;
    background-size: 100%;
  }
  .dialog-content .content-header {
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .dialog-content .content-header .dialog-close {
    width: 0.52rem;
    height: 0.52rem;
    top: 0.22rem;
    right: 0.22rem;
    cursor: pointer;
  }
  .dialog-content .content-form {
    width: 100%;
    padding: 0.4rem 0.54rem 0;
  }
  .dialog-content .content-form .form-item {
    margin-bottom: 0.29rem;
    height: 0.96rem;
    overflow: hidden;
  }
  .dialog-content .content-form .form-item.has-error {
    margin-bottom: 0;
  }
  .dialog-content .content-form .form-item input {
    padding: 0.16rem 0.43rem;
    padding-left: 1.2rem;
    line-height: 0.64rem;
    font-size: 0.43rem;
  }
  .dialog-content .content-form .form-item .icon {
    width: 0.64rem;
    height: 0.64rem;
    left: 0.43rem;
    top: 0.16rem;
  }
  .dialog-content .content-form .form-item .emailicon {
    width: 0.64rem;
    height: 0.64rem;
    left: 0.43rem;
    top: 0.24rem;
  }
  .dialog-content .content-form .form-item .error-msg {
    font-size: 0.33rem;
  }
  .dialog-content .content-form .form-item .error-msg::before {
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.1rem;
  }
  .dialog-content .content-form .form-item .submit-btns {
    height: 0.97rem;
    font-size: 0;
    margin-top: 0;
  }
  .dialog-content .content-form .form-item .email-login-submit {
    height: 0.97rem;
    font-size: 0;
    margin-top: 0;
  }
  .dialog-content .content-split-line {
    width: 100%;
    position: relative;
    margin-top: 0.17rem;
  }
  .dialog-content .content-split-line::after {
    width: calc(100% - 1.08rem);
    top: 0.31rem;
  }
  .dialog-content .content-split-line div {
    width: 0.56rem;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.37rem;
  }
  .dialog-content .content-footer {
    width: 100%;
    padding: 0 0.42rem;
    bottom: 0.4rem;
  }
  .dialog-content .content-footer .footer-protocol {
    margin-top: 0.36rem;
    font-size: 0.34rem;
  }
  .dialog-content .content-footer .footer-protocol a {
    margin: 0 0.2rem;
  }
  .dialog-content .content-footer .login-types {
    width: 100%;
    padding: 0 0.2rem;
  }
  .dialog-content .content-footer .login-types .login-item {
    width: 0.81rem;
    height: 0.81rem;
  }
}

/*# sourceMappingURL=common.min.css.map */
