* {
  margin: 0;
  padding: 0;
}

input {
  border: none;
  outline: none;
}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

body {
  min-width: 1200px;
  background-color: #eee;
}

.demo-container {
  position: relative;
}

/* 提示框信息 */
.prompt-box {
  width: fit-content;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #f90;
  font-size: 12px;
  margin: 0 auto;
  border-radius: 7px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.prompt-box i {
  font-style: normal;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: #f90;
  display: inline-block;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.prompt-box span {
  color: #f90;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section > img {
  height: 44px;
}

main {
  min-height: 350px;
  box-shadow: 0 0 20px #c2c1c1;
  background-color: #fff;
  padding: 32px 0;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

main .hide-input {
  position: absolute;
  z-index: -1;
}

main > div {
  background-color: #fff;
  z-index: 1;
}

.tab-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.tab-title::after {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 2.5px;
  display: inline-block;
  background-color: #ff9900;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.mobile-login {
  position: relative;
}

section.wx-login {
  position: relative;
}

.module-show {
  display: flex !important;
}

section.wx-login div.wx-cont {
  width: 178px;
  height: 178px;
  overflow: hidden;
  padding: 6px;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/register_demo_wx_border_202204.png");
}
.wx-show-none {
  width: 178px;
  min-height: 178px;
}

section.wx-login div.wx-cont img {
  width: 100%;
}

.qrcode-mengban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
}

.qrcode-mengban .reload {
  background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/icons/login_refresh_icon_202110.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.qrcode-mengban h3 {
  margin-top: 15px;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.qrMask4 {
  display: flex;
}
.qrMask4 h3 {
  line-height: 30px;
}

section.wx-login p {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  margin-top: 20px;
}

.showMain {
  width: 270px;
}

.showMain > div:nth-child(-n + 2) {
  margin-bottom: 12px;
}

.new-user {
  margin-top: 12px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.new-user-show {
  max-height: 100vh;
}

/* 体验DEMO */
main h2 {
  color: #ff9900;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 26px;
}

/* 小标题 */
.common-input-wrap {
  height: 40px;
  border-radius: 6px;
  padding: 0 12px;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  position: relative;
}

.common-input-wrap img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.common-input-wrap input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}

.common-input-wrap input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

/* 按钮 */
#nextBtn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff9900;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-top: 24px;
  font-size: 15px;
  cursor: pointer;
}
.next-btn-loading {
  cursor: not-allowed !important;
  background-color: rgba(255, 153, 0, 0.2) !important;
}

p.lastBtn {
  font-weight: 400;
  font-size: 13px;
  color: #7f7f7f;
  text-align: center;
  margin: 28px 0 48px;
  cursor: pointer;
}
.last-btn-loading {
  color: #c9c9c9;
  cursor: not-allowed;
}

.showMain-1 #nextBtn {
  margin-bottom: 60px;
}

.showMain-3 p.lastBtn {
  margin: 18px 0 28px;
}

/* 底部分页器 -- 不可点击 */
nav {
  text-align: center;
}

nav span {
  width: 25px;
  height: 3px;
  text-align: center;
  border-radius: 6px;
  margin: 0 6px;
  display: inline-block;
  background-color: #f0f0f0;
}

.curShowNav {
  background-color: #f90;
}

/* 区号 */
#nationalCode {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: transparent;
}

/* 手机号 */
.enter-phone-box {
  display: flex;
}

/* 手机验证码 */
.enter-phone-box span {
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 6px;
  border: 1px solid #ff9900;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  color: #ff9900;
  text-align: center;
}

.time-code {
  font-weight: 400 !important;
  color: #b2b2b2 !important;
  border-radius: 6px !important;
  border-color: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
}

.password-verify {
  display: flex;
  justify-content: space-between;
}

.password-verify svg {
  width: 30px;
  height: 30px;
  margin: 1% 0;
  cursor: pointer;
  display: none;
}

.password-verify svg:nth-of-type(2) {
  display: block;
}

.password-hide {
  display: none;
}

p.pwd-tip {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}

@media screen and (min-width: 829px) {
  body {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("http://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/wdz_exp_demo_bg_202304.png");
  }
  .exp-demo {
    height: 100vh;
    min-height: 720px;
  }
  .demo-container {
    height: 90vh;
  }
  main {
    margin-top: 50px;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 #00000014;
  }
  .container {
    display: flex;
    padding: 0 50px;
  }
  .container section {
    justify-content: start;
  }
  .mobile-login {
    border-left: 1px solid #e5e5e5;
    padding-left: 50px;
    margin-left: 50px;
  }
}
/* 移动端 */
@media screen and (min-width: 320px) and (max-width: 828px) {
  body {
    background-color: white;
  }
  /* 提示框信息 */
  .prompt-box {
    top: -90px;
  }
  section.demo-container {
    width: 100%;
    position: absolute;
    top: 30vw;
  }

  main {
    width: calc(100% - 8.53vw);
    box-shadow: none;
  }

  main h2 {
    color: #333;
    font-weight: 600;
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 5.3vw;
  }

  .tab-title,
  .wx-login {
    display: none !important;
  }

  .mobile-login {
    display: flex !important;
  }

  .showMain {
    width: 100%;
  }

  .common-input-wrap {
    height: 14.4vw;
    border-radius: 1.6vw;
    padding: 0 3.2vw;
    border: 0;
    background-color: #f7f7f7;
  }

  .common-input-wrap img {
    width: 5.3vw;
    height: 5.3vw;
    margin-right: 2.13vw;
  }

  .common-input-wrap input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 4.53vw;
    font-weight: 400;
  }

  p.pwd-tip {
    font-size: 2.93vw;
    margin-top: 2.67vw;
  }

  .common-create-btn {
    height: 11.73vw;
    font-size: 3.467vw;
  }

  .getauthcode,
  .getwait {
    width: fit-content;
    height: fit-content;
    line-height: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4.27vw;
    padding-left: 2.13vw;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-left: 1px solid #ccc;
  }

  /* 区号 */
  #nationalCode {
    font-size: 4.53vw;
    font-weight: 400;
  }

  .enter-phone-box {
    position: relative;
  }

  .enter-phone-box div.input-box {
    width: 100%;
  }

  .enter-phone-box > span {
    width: fit-content;
    height: fit-content;
    line-height: inherit;
    position: absolute;
    font-weight: 400;
    font-size: 3.73vw;
    color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4.27vw;
    padding-left: 2.13vw;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-left: 1px solid #ccc;
  }

  nav span {
    width: 6.67vw;
    height: 0.8vw;
    border-top-right-radius: 1.6vw;
  }

  #nextBtn {
    height: 14vw;
    line-height: 14vw;
    font-size: 4.53vw;
    border-radius: 1.5vw;
  }
}