@charset "UTF-8";

html {
  font-size: 16px;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", "open_sans", "Lucida Grande", "Verdana",
    "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", Cardo,
    STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑,
    STXihei, 华文细黑, serif;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}

/* 大容器 */
.contenter-wrap {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* 导航头 */
/* 导航头 */
.contenter-wrap .contenter-wrap-nav {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  position: fixed;
  height: 3.6rem;
  top: 0;
  z-index: 999;
  line-height: 3.5rem;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0 4.2rem 0 3.2rem;
}

.tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab_box .tab_left_box {
  width: 80%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.tab_box .tab_right_box {
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 1.7rem;
  text-align: center;
}

.tab_box .tab_right_box .backHome_btn {
  width: 5.52rem;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0.24rem;
  border: 0.04rem solid #e91974;
  font-weight: 600;
  font-size: 0.96rem;
  color: #e91974;
  line-height: 1.8rem;
}

.login_box {
  min-width: 5rem;
}

ul li a {
  color: #1e1e1e;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
}

ul li .home {
  padding: 0.9375rem 2.25rem;
}

.currentPage {
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  display: inline-block;
  height: 3.48rem;
  border-bottom: 0.2rem solid #e91974;
}

.currentPage a {
  color: #ff1a53;
}

.logo_box {
  height: 2.08rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  font-size: 1.36rem;
  color: #000000;
}

.logo {
  width: 9.08rem;
  height: 2.08rem;
  margin-right: 0.48rem;
}

.logo-title {
  min-width: 5.44rem;
}

/* 内容 */
.contenter-wrap-content {
  margin-top: 3.6rem;
  flex: 1;
  height: 100%;
}

.content_box {
  width: 100%;
  flex: 1;
}

.content_box .form_box {
  width: 75.6rem;
  background: #ffffff;
  border-radius: 0.24rem;
  box-sizing: border-box;
  padding: 1.56rem 1.4rem 1.76rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.content_box .form_box .authentication-submit-s {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content_box .form_box .authentication-submit {
  width: 33.76rem;
  height: 28.8rem;
  margin-top: 1.88rem;
  padding: 1.56rem 6.56rem 1.76rem 6.56rem;
  background: #FFFFFF;
  box-shadow: 0.16rem 0.32rem 0.56rem 0rem rgba(0, 0, 0, 0.05), -0.16rem -0.08rem 0.56rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_box .form_box .authentication-submit .underReview {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content_box .form_box .authentication-submit .underReview .underReview-icon {
  width: 100%;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.08rem;
}

.content_box .form_box .authentication-submit .underReview .underReview-icon img {
  width: 3.6rem;
  height: 3.6rem;
}

.underReview-jg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.32rem;
  font-weight: 600;
  font-size: 1.12rem;
  color: #000000;
}

.underReview-ts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.52rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: #FF742A;
}

.underReview-de {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.52rem;
  font-weight: 400;
  font-size: 0.8rem;
  color: #666666;
}

.underReview-again {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.underReview-again-btn {
  width: 13.28rem;
  height: 1.6rem;
  background: #FF605A;
  box-shadow: 0rem 0.44rem 0.36rem 0rem rgba(196, 118, 118, 0.11);
  border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.28rem;
  cursor: pointer;
}

.content_box .form_box .authentication-header {
  width: 75.6rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #0F0F0F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_box .form_box .authentication-schedule {
  margin-top: 3.48rem;
  width: 75.6rem;
  height: 4.16rem;
  display: flex;
  /* background: red; */
}

.authentication-schedule-item {
  flex: 1;
  margin: 0.1rem;
  display: flex;
  flex-direction: column;
  margin-left: 9rem;
}

.authentication-schedule-item .item-top {
  width: 100%;
  height: 1.84rem;
  display: flex;
}

.authentication-schedule-item .item-top .item-top-icon {
  width: 1.84rem;
  height: 1.84rem;
  background: #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}

.authentication-schedule-item .item-top .item-top-icon-active {
  background: #FF2442;
}

.authentication-schedule-item .item-top .item-top-content {
  font-weight: 600;
  font-size: 1.12rem;
  color: #4E5969;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.72rem;
}

.authentication-schedule-item .item-top .item-top-content-active {
  color: #0E0E0E;
}

.authentication-schedule-item .item-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.authentication-schedule-item .item-bottom .item-bottom-active {
  font-weight: 400;
  font-size: 0.8rem;
  color: #86909C;
  padding-left: 1.84rem;
}

.content_box .form_box .form_box_title {
  font-size: 1.12rem;
  font-weight: 600;
  color: #000000;
}

.content_box .form_box .form_box_submit {
  width: 33.76rem;
  height: 28.8rem;
  background: #FFFFFF;
  box-shadow: 0.16rem 0.32rem 0.56rem 0rem rgba(0, 0, 0, 0.05), -0.16rem -0.08rem 0.56rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.64rem;
  padding: 6.12rem;
  margin-top: 1.88rem;
}

.content_box .form_box .form_box_tips {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.68rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.content_box .form_box .form_box_tips_active {
  margin-top: 0.68rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 1.12rem;
  color: #000000;
}

.content_box .form_box .placeholder-class {
  color: red;
  font-size: 0.1rem !important;
}

.content_box .form_box .form_item_box {
  width: 100%;
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #4e5969;
  margin-top: 0.5rem;
  position: relative;
}

.content_box .form_box .form_item_box .input_box {
  border-radius: 0.08rem;
  margin-top: 0.32rem;
  box-sizing: content-box;
}

.content_box .form_box .form_item_box .input_box input::-moz-placeholder {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #b8b8b8;
}

.content_box .form_box .form_item_box .input_box input::placeholder {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #b8b8b8;
}

.content_box .form_box .form_item_box .input_box .adm-input-element {
  border: 0.04rem solid #d5d5d6;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}

.content_box .form_box .form_item_box .input_box .adm-input-element :focus {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.content_box .form_box .form_item_box .input_box :focus {
  border-radius: 0.08rem;
  border: 0.04rem solid #ff3875;
}

.content_box .form_box .form_item_box .error_text {
  font-size: 0.72rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ff3875;
  margin-top: 0.5rem;
}

.content_box .form_box .form_item_box .num {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #b8b8b8;
  position: absolute;
  top: 1.8rem;
  right: 0.5rem;
}

.content_box .form_box .form_item_box .photo_box {
  margin-top: 0.5rem;
  overflow: hidden;
}

.content_box .form_box .form_item_box .photo_box div {
  width: 100%;
  height: 5.68rem;
  margin: 0 !important;
  margin-right: 0.32rem !important;
}

.content_box .form_box .form_item_box .photo_box .adm-image-uploader {
  width: 8.64rem;
  height: 5.68rem;
  margin-top: 0.5rem;
}

.content_box .form_box .form_item_box .photo_box img {
  width: 8.64rem;
  height: 5.68rem;
}

.content_box .form_box .form_item_box .info_tips {
  font-size: 0.68rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 0.32rem;
}

.content_box .form_box .btn_box {
  width: 100%;
  height: 1.8rem;
  margin-top: 0.96rem;
}

.content_box .form_box .btn_box .btn_item_box {
  width: 100%;
  height: 100%;
  background: #ff605a;
  box-shadow: 0rem 0.44rem 0.36rem 0rem rgba(196, 118, 118, 0.11);
  border-radius: 0.08rem;
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.6rem;
}

.content_box .form_box .agreement_box {
  font-size: 0.68rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 0.64rem;
}

.content_box .form_box .agreement_box .check_box {
  margin-right: 0.2rem;
}

.content_box .form_box .agreement_box .check_box img {
  width: 0.72rem;
  height: 0.72rem;
}

.content_box .form_box .agreement_box .check_box .check_img {
  border-radius: 0.16rem;
  box-sizing: border-box;
  border: 0.04rem solid #c1c1c1;
}

/* .content_box .form_box .status_box {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.content_box .form_box .status_box img {
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 1.32rem;
}
.content_box .form_box .status_box h1 {
  font-size: 1.12rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-top: 1.32rem;
}
.content_box .form_box .status_box h2 {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #ff742a;
  margin-top: 1.32rem;
}
.content_box .form_box .status_box h3 {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #41c578;
  margin-top: 1.32rem;
}
.content_box .form_box .status_box h4 {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #ff3875;
  margin-top: 1.32rem;
}
.content_box .form_box .status_box p {
  margin-top: 1.32rem;
}
.content_box .form_box .status_box .btn_box {
  width: 13.28rem;
  height: 1.8rem;
  margin-top: 0.96rem;
}
.content_box .form_box .status_box .btn_box .btn_item_box {
  width: 100%;
  height: 100%;
  background: #ff3875;
  box-shadow: 0rem 0.44rem 0.36rem 0rem rgba(196, 118, 118, 0.11);
  border-radius: 0.08rem;
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.6rem;
} */

/* 登陆框 */
.release_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20.44rem;
  margin-top: -2rem;
}

.release_box .release_form_box {
  background: #ffffff;
  border-radius: 0.24rem;
  padding: 1.12rem 1.24rem 0.84rem 1.32rem;
  box-shadow: 0rem 0.8rem 1rem 0rem rgba(0, 0, 0, 0.05);
}

.release_box .release_form_box .title {
  font-size: 1.12rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 0.88rem;
}

.release_box .release_form_box .release_form .toRegister {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  margin-top: 1.04rem;
  margin-bottom: 0.5rem;
}

.release_box .release_form_box .release_form h3 {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4e5969;
  margin-bottom: 0.32rem;
}

.release_box .release_form_box .release_form input {
  width: 17.8rem;
  height: 1.44rem;
  border-radius: 0.18rem;
  border: 0.04rem solid #d5d5d6;
  margin-bottom: 0.4rem;
  padding-left: 0.44rem;
  box-sizing: border-box;
}

.release_box .release_form_box .release_form input::-moz-placeholder {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #b8b8b8;
  line-height: 0.88rem;
}

.release_box .release_form_box .release_form input::placeholder {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #b8b8b8;
  line-height: 0.88rem;
}

.release_box .release_form_box .release_form input:focus {
  border: 0.04rem solid #ff3875;
  border-radius: 0.18rem;
}

.release_box .release_form_box .release_form button {
  width: 17.8rem;
  height: 1.6rem;
  background: #fe6e69;
  box-shadow: 0rem 0.44rem 0.36rem 0rem rgba(196, 118, 118, 0.11);
  border-radius: 0.08rem;
  border: none;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.88rem;
}

/* 寻缘树二维码以及电话地址 */
.fourthPicture {
  width: 100%;
  height: 5.84rem;
  background: #3c3c3c;
  z-index: 9;
}

.fourthPicture-content {
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fourthPicture-content-top {
  width: 100%;
  display: flex;
  font-size: 0.875rem;
  border-bottom: 2px solid #999;
}

.fourthPicture-content-bot {
  text-align: center;
  font-size: 0.875rem;
}

.bot-ICP {
  color: #fff;
  margin-bottom: 0.375rem;
}

.bot-ICP a {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.32rem;
}

.bot-record a {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.32rem;
}

.bot-record {
  text-decoration: underline;
  color: #fff;
}

.dataSource {
  text-align: center;
  margin-top: 36px;
  font-size: 17px;
  color: #444;
}

/*# sourceMappingURL=login.css.map */