* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: Lato,sans-serif;
}
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:rgba(247,247,248,1);
}
@media screen and (max-width: 320px) {
  .home-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .home-content {
    padding-top: 58px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .home-content {
    padding-top: 65px;
  }
}
@media screen and (min-width: 415px) and (max-width: 600px) {
  .home-content {
    padding-top: 93px;
  }
}
@media screen and (min-width: 601px) {
  body {
    width: 600px;
    min-height: 800px;
    margin-left: calc((100% - 600px)/2);
  }
  .home {
    position: relative;
    border: 1px solid rgba(0,0,0,0.09);
  }
  .home-content {
    padding-top: 93px;
  }
  .home-footer {
    width: 600px !important;
    left: calc((100% - 600px)/2) !important;
  }
}
.home {
  position: relative;
  width: 100%;
  height: 100%;
}
.message-btn {
  position: absolute;
  z-index: 1000;
  top: 26%;
  right: -90px;
  transition: all 0.38s;
}
.message-btn-visible {
  right: 0;
}
.shadow {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
}
.shadow-text {
  position: absolute;
  top: 29%;
  right: 30px;
}
.home-header {
  width: 100%;
  position: absolute;
  z-index: 2000;
  height: 93px;
}
.home-header img {
  width: 100%;
  vertical-align: top;
  max-height: 100%;
}
.home-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden
}
.content-top-tips {
  width: 100%;
}
.content-top-tips-activate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  background:rgba(223,235,255,1);
  font-size:13px;
  font-weight:bold;
  color: #2c7aff;
  text-align: center;
}
.content-top-tips-activate > p {
  line-height: 24px;
}
.c-top-tips-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.content-top-tips-successfully {
  padding: 0 10px;
  width: 100%;
  height: 44px;
  background:#C6F3F1;
  font-size:13px;
  font-weight:500;
  color: #02D4D0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.content-container {
  padding-top: 12px;
}


.home-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background-color: #F5F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-btn {
  width:144px;
  height:48px;
  border-radius:4px;
  font-size:16px;
  font-weight:400;
  margin: 0 10px;
}


.popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  justify-content: center;
  align-items: center;
  display: none;
}

.popup-item {
  width: 80%;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 18px;
  color: rgba(0,0,0,0.85);
  font-size: 14px;
  line-height: 18px;
  color: red;
}



/* 公共 */
.default-btn {
  background-color: #ffffff;
  color: #2c7aff;
  border:1px solid rgba(44,122,255,1);
}
.primary-btn {
  background-color: #2c7aff;
  color: #ffffff;
}
.necessary {
  color: #DB0220 !important;
  font-size: 14px;
}

.step-input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  margin-top: 4px;
  padding: 12px 14px;
  border:1px solid rgba(222,222,222,1);
  border-radius:4px;
}
.img-icon {
  width: 20px;
  height: 20px;
}

.display-none {
  display: none;
}

.input-error {
  border-color: red !important;
}

.error-tips {
  font-size: 12px;
  color: red;
  line-height: 15px;
  padding-left: 8px;
  display: none;
}

.padding-b-95 {
  padding-bottom: 95px;
}


.active-mask{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.active-dialog{
  position: relative;
  width: 270px;
  /* max-height: 250px; */
  background: #FFFFFF;
  border-radius: 4px;
}

.active-dialog .dialog-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  font-size: 20px;
  color: #00000040;
  text-align: center;
  cursor: pointer;
  /* background-color: #1D836A; */
}
.active-dialog .dialog-close:hover {
  color: #409eff;
}

.active-dialog .dialog-box {
  padding: 22px;
  text-align: center;
}

.active-dialog .dialog-box .dialog-title{
  height: 46px;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 33px;
}

.active-dialog .dialog-box .dialog-msg {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
}
.active-dialog .dialog-box .dialog-btn {
  margin-top: 10px;
  cursor: pointer;
}
.active-dialog .dialog-box .dialog-btn img{
  width: 100%;
  object-fit: contain;
}

.active-dialog .dialog-box .dialog-email{
  padding-top: 10px;
  font-size: 18px;
}