html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #fff;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: PingFangSC-Regular, PingFangSC-Semibold, PingFangSC-Medium,
    PingFang-SC-Heavy, 微软雅黑, Lantinghei SC, Lantinghei SC-Extralight;
  background-size: 200px;
  background-attachment: fixed;
  animation: load1 0.3s ease;
}
@keyframes load1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  text-decoration: none;
}
ul,
ol,
menu {
  list-style: none;
}

.blue-text {
  color: #5d39dd;
}

.black-text {
  color: #000;
}
.text-center {
  text-align: center;
}

.overload {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}

#container {
  max-width: 100vw;
  max-height: 100vh;

  overflow: hidden;
}

.wapper-max-container {
  max-width: 1220px;
  margin: 0 auto;
}

#app {
  width: 100%;
  position: relative;
}
[v-cloak] {
  display: none;
}

.wx-qrcode-modal-wrp.show {
  opacity: 1;
  z-index: 9999;
}

/* 弹框 */
.wx-qrcode-modal-wrp .wx-qrcode-modal {
  transition: all ease 200ms;
  opacity: 0;
  flex-flow: column;
  align-items: center;
}

.wx-qrcode-modal-wrp .wx-qrcode-top-logo {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
.wx-qrcode-modal-wrp .wx-qrcode-top-logo .wx-qrcode-logo {
  height: 32px;
  margin-left: 20px;
}
.wx-qrcode-modal-wrp .wx-qrcode-top-logo .wx-qrcode-close {
  height: 16px;
  padding: 8px;
  margin-right: 12px;
}

.wx-qrcode-modal-wrp.show .wx-qrcode-modal {
  width: 100%;
  /* height: 26.38vw;
  min-width: 400px;
  min-height: 380px; */
  opacity: 1;
}

.wx-qrcode-modal-wrp .wx-qrcode-modal .title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 30px;
  font-weight: 600;
}

.wx-qrcode-modal-wrp .wx-qrcode-modal .icon-qr-code img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  min-height: 230px;
  max-width: 230px;
  margin: 0 auto;
}

.wx-qrcode-modal-wrp .wx-qrcode-modal .memo .c {
  font-size: 14px;
  color: #a9a7b8;
  padding: 15px 0 20px;
}
.wx-qrcode-modal-wrp .wx-qrcode-modal .memo .q {
  font-size: 18px;
  color: #a9a7b8;
  line-height: 1.8;
}
.wx-qrcode-modal-wrp {
  opacity: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: all ease 500ms;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

/* 头部导航 */
.nav-wrapper {
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  height: 60px;
  line-height: 60px;
  padding: 34px 0 30px;
  overflow: hidden;
  -webkit-transition: height 0.1s;
  -moz-transition: height 0.1s;
  -ms-transition: height 0.1s;
  transition: height 0.1s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-wrapper-fixed {
  transition: all 0.2s;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(25, 17, 57, 0.1);
}
.nav-wrapper.open {
  height: 335px;
}
.nav-menu-right {
  text-align: right;
}
.nav-brand {
  height: 60px;
  display: flex;
  align-items: center;
}
.nav-brand .logo {
  height: 50px;
  /* margin-left: 30px; */
}
.nav-transparent {
  transition: all 0.1s;
  background-color: transparent;
}
.nav-toggle {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
}
.nav-toggle .bar {
  background-color: #1b1139;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  right: 7px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.two-type .nav-toggle .bar {
  background-color: #fff;
}
.two-type .login-in {
  color: #fff!important;
  background-color: transparent!important;
}
.nav-wrapper-fixed .login-in {
  color: #000!important;
  background-color: #fff!important;
}
.nav-wrapper-fixed .nav-toggle .bar {
  background-color: #1b1139;
}
.nav-toggle .bar:last-child {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.nav-wrapper .last-hide {
  opacity: 0;
}
.nav-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.nav-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-menu-list {
  height: 60px;
  /* margin-right: 40px; */
}
.nav-menu-list .menu-link {
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.nav-wrapper .wapper-max-container {
  width: 1220px;
  max-width: 1220px;
}
.nav-wrapper .logo {
  cursor: pointer;
}
.nav-wrapper .sign-in-btn {
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  padding: 14px 50px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-left: 10px;
  border: 1px solid #5f607a;
}
.nav-wrapper .sign-in-btn:hover {
  background: #F6F8FA;
  cursor: pointer;
  /* color: #ffffff; */
}
.nav-wrapper .login-register {
  border-color: #5d38dd;
  background: #5d38dd;
  color: #ffffff;
}
.nav-wrapper .login-register:hover {
  background: #7651f6;
  color: #ffffff;
}

.nav-wrapper .menu-link.active::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 44px;
  transform: translateX(-50%);
  background: #ffcc00;
}
.two-type .nav-menu-list .menu-link {
  color: #fff;
}
.nav-wrapper-fixed .nav-menu-list .menu-link {
  color: #000;
}
.nav-open-bg {
  width: 100vw;
  height: 100vh;
  transition: all ease 500ms;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.open .nav-brand {
  background-color: #fff !important;
}

.home-title .title {
  font-family: PingFangSC-Semibold;
  font-size: 35px;
  font-weight: 600;
  color: #1a1139;
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.home-title .title::before,
.home-title .title::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.home-title .title::before {
  left: 0px;
  background: #5d38dd;
}
.home-title .title::after {
  left: 15px;
  background: #ffcc00;
}

.home-title .info {
  margin-top: 20px;
  font-size: 20px;
  color: #a9a7b8;
}

.free-trial {
  background: #5d39dd url("../img/home/free-trial-bg.svg") no-repeat center
    center;
  background-size: auto 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.free-trial .title {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}
.free-trial .btn {
  width: 180px;
  height: 58px;
  background: #ffffff;
  cursor: pointer;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0px;
  color: #5d39dd;
  margin: 65px auto 0;
}

.footer {
  background: #1a1139;
  padding-top: 40px;
}
.footer .footer-logo {
  display: flex;
  align-content: center;
  flex-direction: column;
}
.footer .footer-logo .footer-logo-content {
  padding: 50px 0;
}
.footer .footer-logo .logo {
  width: calc(100% - 105px);
}
.footer .footer-logo .info {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #8c889c;
  margin-top: 10px;
}
.footer .ewm {
  display: flex;
  justify-content: flex-start;
}
.footer .ewm-gzh,
.footer .ewm-qw {
  font-size: 18px;
  line-height: 30px;
  color: #8c889c;
  text-align: center;
  width: calc(100% - 25px);
  margin-right: 25px;
}
.footer .ewm-gzh img,
.footer .ewm-qw img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.footer .copy-right {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #8c889c;
  border-top: 1px solid #8c889c;
  padding: 40px 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copy-right .cr {
  color: #8c889c;
}
.footer .copy-right a:hover.cr {
  color: #5d38dd;
}
.footer .contact {
  margin-left: 20px;
  color: #fff;
  line-height: 1.7;
}
.footer .contact .title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  font-weight: 600;
}
.footer .contact .info {
  font-size: 18px;
  padding: 10px 0;
}
.footer .protocol .l {
  display: inline-block;
  padding: 0 10px;
}
.footer .protocol .t {
  cursor: pointer;
}

/* 分页 */
.pagination-wapper {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination-wapper .pagination {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f3f3fc;
}
.pagination-wapper .pagination a {
  padding: 0 5px;
}
.pagination-wapper .pagination a.active {
  background-color: #5d38dd;
  color: #fff;
}
.pagination-wapper .pagination a {
  padding: 10px;
  display: block;
  color: #5d38dd;
  min-width: 15px;
  text-align: center;
  font-size: 14px;
}
.pagination-wapper .pagination a {
  color: #1a1139;
}

.pagination-wapper .pagination a.disabled {
  color: #1a1139;
  opacity: 0.5;
  cursor: not-allowed;
}

/* 政策 协议 */
.protocol-wapper {
  background-color: #f7f9ff;
  min-height: 500px;
  padding-top: 154px;
  padding-bottom: 30px;
}
.policy-agreement-menu {
  background-color: #fff;
  padding-top: 25px;
  overflow: hidden;
  max-width: 225px;
  margin-right: 20px;
}
.policy-agreement-item {
  font-size: 20px;
  line-height: 34px;
  color: #1a1139;
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
  cursor: pointer;
}
.policy-agreement-item.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 24px;
  background: #5d39dd;
}
.policy-agreement-content {
  animation: load1 0.3s ease;
  background: #ffffff;
  padding: 25px 25px 0;
  font-size: 14px;
  line-height: 22px;
  color: #191139;
}
.policy-agreement-content strong {
  font-size: 18px;
}
.policy-agreement-content p {
  padding: 10px 0 40px;
  margin: 0;
}

.loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

.loading img {
  width: 60px;
}

@media (max-width: 63.999em) {
  .pagination-wapper .pagination .page-item {
    /* display: none; */
  }
  .wapper-max-container {
    max-width: 100%;
    width: 100%;
  }
  .nav-wrapper {
    padding: 0;
    height: 60px;
  }
  .nav-menu-list {
    height: 60px;
  }
  .nav-brand {
    transition: all ease 200ms;
    background-color: transparent;
  }

  .nav-menu-right {
    padding-top: 10px;
    background-color: #fff;
  }
  .nav-menu-3 {
    text-align: left;
  }
  .nav-toggle {
    display: block;
  }
  .nav-brand .logo {
    height: 32px;
    margin-left: 20px;
  }
  .nav-menu-list {
    line-height: 50px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    height: auto;
    padding-bottom: 20px;
  }
  .nav-menu-list .menu-link {
    font-weight: 400;
    font-size: 18px;
    color: #1a1139;
    text-align: left;
  }
  .nav-menu-list .menu-link.active {
    background: #f7f9ff;
  }
  .nav-menu-list .menu-link.active::after,
  .sign-in-wapper {
    display: none;
  }

  .home-title .title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
  }
  .home-title .title::before,
  .home-title .title::after {
    width: 10px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-title .title::after {
    left: 10px;
  }

  .home-title .info {
    margin-top: 20px;
    font-size: 14px;
    color: #a9a7b8;
  }

  .free-trial {
    background: #5d39dd url("../img/home/m/free-trial-bg.svg") no-repeat center
      center;
    background-size: 100% 100%;
    min-height: 136px;
  }

  .free-trial .title {
    font-size: 18px;
  }
  .free-trial .btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin: 6px auto;
  }

  .footer {
    padding: 30px 20px 45px;
  }
  .footer .footer-logo .footer-logo-content {
    padding: 0 0 30px;
  }
  .footer .footer-logo .logo {
    max-width: 150px;
  }
  .footer .footer-logo .info {
    font-size: 15px;
    line-height: 30px;
    margin-top: 0px;
  }
  .footer .ewm {
    display: flex;
    justify-content: flex-start;
  }
  .footer .ewm-gzh,
  .footer .ewm-qw {
    font-size: 14px;
    line-height: 22px;
    max-width: 164px;
    margin-right: 20px;
  }
  .footer .ewm-qw {
    margin-right: 0;
  }
  .footer .ewm-gzh img,
  .footer .ewm-qw img {
    margin-bottom: 10px;
  }
  .footer .copy-right {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #8c889c;
    padding: 20px 0;
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .copy-right .cr {
    display: block;
  }
  .footer .contact {
    margin-left: 0;
    color: #fff;
    line-height: 1.7;
  }
  .footer .contact .title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0 10px;
  }
  .footer .contact .info {
    font-size: 14px;
    padding: 10px 0;
  }
  .footer .protocol {
    padding-top: 10px;
  }

  .protocol-wapper {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .policy-agreement-menu {
    display: flex;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 0;
    height: 52px;
    line-height: 52px;
  }
  .policy-agreement-item {
    width: 50%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
  }
  .policy-agreement-item.active {
    font-weight: bold;
  }
  .policy-agreement-item.active::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 38px;
    height: 4px;
    width: 24px;
    margin-left: -12px;
    background: #5d39dd;
  }
  .policy-agreement-content {
    margin: 0 20px;
    padding: 15px 15px 0;
  }
  .policy-agreement-content strong {
    font-size: 16px;
  }
  .policy-agreement-content p {
    padding: 8px 0 30px;
  }

  .page-bar .content,
  .page-bar .all {
    display: none;
  }
  .page-bar ul {
    padding: 0;
  }
  .page-bar ul li {
    margin: 0 10px;
  }
}

@media (max-width: 47.999em) {
}

.goolge-login-wrap {
  width: 100%;
  height: 90px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
}
.buts-wraps {
  width: 100%;
  justify-content: center;
}
.border-wrap {
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9E9E9E;
  font-size: 16px;
}
.border-length {
  width: 40%;
  height: 1px;
  border-bottom: 1px solid #DADBEB;
}
.buts-wraps {
  width: 100%;
  display: flex;
  justify-content: center;
  }
.goole-buts-wrap {
  width: 40vw;
  height: 46px;
  border: 1px solid #DADBEB;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  color: #5F607A;
  font-size: 15px;
  cursor: pointer;
}
.icon-wraps {
  width: 23px;
  height: 23px;
}
.google-svg {
  width: 23px;
  height: 23px;
  margin-right: 5px;
  background-image: url('../img/google-icons.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.edit-info-wrap {
  padding: 50px 30px 20px 25px;
  flex: 1;
  height: 100vh;
}
.close-title-wrap {
  display: flex;
  align-items: center;
  color: #1A1139;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.close-back-svg {
  margin-right: 20px;
}
.input-wraps {
  display: flex;
  align-items: center;
  background: #F8F9FC;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.edit-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.input-list-style {
  border: none;
  flex: 1;
  height: 40px;
  background:#F8F9FC;
}
input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgb(248 249 252)
}
input::placeholder { 
  color: #A9A7B8;
}
.save-buts {
  width: 100%;
  height: 50px;
  background: #5D38DD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 35px;
}
.edit-error-wrap {
  padding: 120px 30px 20px 25px;
  flex: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-success-wraing {
  width: 80px;
  height: 80px;
}
.inform-wrap {
  color: #1A1139;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inform-text {
  margin: 45px 0 40px 0;
}
