:root {
  --primary-color: #3698d8;
  --max-width: 640px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

* {
  margin: 0rem;
}

body {
  max-width: var(--max-width);
  margin: 0 auto;
}

#__previewImage-container {
  display: none;
}

.signBox {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg.png);
  background-size: 100% 100%;
}

.main {
  width: 32.5rem;
  height: 37.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  box-sizing: border-box;
  padding-top: 2.8rem;
}

.icon {
  height: 7.3rem;
  width: 7.3rem;
  background-image: url(../images/icon.png);
  background-size: 100% 100%;
}

.title {
  font-size: 1.5rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 2.1rem;
  margin-top: 1.9rem;
}

.inputBox input {
  width: 26.7rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #ffffff;
  border-radius: 0.2rem;
  border: 1px solid #e8e8e8;
  display: flex;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 2.1rem;
  color: #333333;
}

.inputBox input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  outline: 0;
}

.phoneNum {
  margin-top: 2rem;
}

.vCode {
  margin-top: 1.2rem;
  align-items: center;
  position: relative;
}

.vCode input {
  padding-right: 9rem;
}

.getVcode {
  position: absolute;
  right: 0.4rem;
  top: 0.6rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 1rem;
  background: var(--primary-color);
  border-radius: 0.2rem;
  font-size: 1.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  /* margin-left: 0.5rem; */
}

.loginBtn {
  width: 27.5rem;
  height: 4.4rem;
  background: var(--primary-color);
  border-radius: 0.2rem;
  border: 1px solid #e8e8e8;
  margin-top: 3.2rem;
  font-size: 1.5rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

input {
  display: block;
  flex: 1;
  border: none;
  height: 100%;
}

input:focus-visible {
  outline: #ffffff auto 0px;
}

input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #999999;
  font-size: 1.5rem;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 1.5rem;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 1.5rem;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 1.5rem;
}

.downloadBox {
  height: 100vh;
  overflow-y: auto;
  display: none;
}

.downloadBox .header {
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.downloadBox .newIcon {
  width: 10.5rem;
  height: 10.5rem;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.downloadBox .newTitle {
  color: #fff;
  font-size: 2rem;
  margin: 2rem 0 2.5rem;
}

.downloadBox .downloadArea {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.downloadBtn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  justify-content: space-evenly;
  padding: 0.8rem 2rem;
  cursor: pointer;
}

.downloadBtn span {
  padding: 0 2.5rem;
}

.downloadBtn .hide {
  display: none;
}

.toolBtn {
  font-size: 1.3rem;
}

.androidBtn {
  color: black;
  background-color: #fff;
  border: 1px solid white;
}

.iosBtn {
  color: #fff;
  border: 1px solid white;
}

.titleHeader {
  width: 0.8rem;
  height: 1.8rem;
  background: #000;
  display: inline-block;
  margin-right: 2rem;
  margin-left: 2rem;
}

.stepItem {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
  border-top: 0.2rem solid #f3f3f3;
  margin-bottom: 3rem;
}

.stepItem img {
  width: 100%;
}

.stepTitle {
  display: flex;
  font-size: 1.8rem;
  color: #0a0a0a;
  font-weight: 600;
  margin: 0 0 0 1rem;
  vertical-align: text-bottom;
  align-items: center;
  margin-top: 2rem;
}

.stepContent {
  padding: 2rem;
}

.stepName {
  /* text-align: center; */
  font-size: 1.8rem;
  font-weight: bold;
  /* margin-bottom: 1rem; */
  padding: 1.5rem 0;
}

.stepDesc {
  line-height: 2.5rem;
  font-size: 1.4rem;
  /* width: 50%; */
  margin-top: 3rem;
  word-break: break-all;
  /* padding: 0rem 2rem; */
}

@media only screen and (min-width: 400px) {
  body {
    max-width: 100%;
  }

  .main {
    width: 23rem;
    height: 26rem;
    padding-top: 2rem;
  }

  .icon {
    height: 5rem;
    width: 5rem;
  }

  .title {
    font-size: 1.1rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.6rem;
    margin-top: 1rem;
  }

  .phoneNum {
    margin-top: 1.2rem;
  }

  .inputBox input {
    width: 19rem;
    height: 2.8rem;
    padding: 0rem 1.1rem;
    font-size: 1.1rem;
  }

  .getVcode {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    padding: 0 0.6rem;
    top: 0.42rem;
  }

  .loginBtn {
    width: 19rem;
    height: 2.8rem;
    margin-top: 2.5rem;
    font-size: 1.1rem;
  }

  input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: rgba(153, 153, 153, 0.85);
    font-size: 1rem;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(153, 153, 153, 0.85);
    font-size: 1rem;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(153, 153, 153, 0.85);
    font-size: 1rem;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(153, 153, 153, 0.85);
    font-size: 1rem;
  }
}

/* 下载页样式 */
.downloadBody {
  height: 100vh;
  max-width: var(--max-width) !important;
  font-family: PingFang SC-Medium, PingFang SC;
}

.downloadBody .downloadPage {
  width: 100%;
  height: 100%;
  background: url(../images/download-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.downloadPage .btnBox {
  width: 100%;
  max-width: var(--max-width);
  position: fixed;
  bottom: 2.5rem;
  text-align: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.downloadPage .btnBox .btn {
  width: 25rem;
  height: 4.4rem;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--primary-color);  
  line-height: 4.4rem;
  margin: 0 auto 1.1rem;
}

.downloadPage .btnBox .info {
  font-size: 1.3rem;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3698d8;
}

.downloadBody .wxAndroidShadow,
.downloadBody .wxIosShadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.downloadBody .wxIosShadow {
  background: rgba(0, 0, 0, 0.8);
}

.downloadBody .jiantou {
  height: 6.6rem;
  text-align: right;
  padding: 1rem 2.8rem 0 0;
}

.downloadBody .jiantou img {
  width: 7.7rem;
  height: 100%;
}

.downloadBody .androidTip {
  width: 20rem;
  text-align: center;
  margin: 1rem 0 0 13rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.4rem;
}

.downloadBody .iosTip {
  margin-top: 1.6rem;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFFFFF;
}

.downloadBody .iosTip .info {
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.downloadBody .iosTip .more {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.9rem;
}

.downloadBody .iosTip .chrome {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0.9rem;
}

@media only screen and (min-width: 600px) {
  .downloadBody {
    height: 66.7rem;
  }
}