@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%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  background: #f7f8fa;
  background: url("https://cdn.xqapi.cn/official/xyj_login_bg.png") no-repeat
    100%;
  background-size: cover;
  background-position: center;
  padding-top: 3.5rem;
  padding-bottom: 5.84rem;
}

/* 导航头 */
/* 导航头 */
.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 #FE5A68;
  font-weight: 600;
  font-size: 0.96rem;
color: #FF605A;
  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 #FE5A68;
}

.currentPage a {
  color: #FF605A;
}

.logo_box {
  width: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.92rem;
}
.logo {
  width: 4.82rem;
  height: 3.61rem;
  margin-right: 0.48rem;
}

/* 内容 */
.contenter-wrap-content {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/home/one.jpg") no-repeat 100%;
  background-size: cover;
  background-position: center;
  padding-top: 3.5rem;
  padding-bottom: 5.84rem;
}

.content_box {
  width: 75.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_box .form_box {
  width: 24.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.8rem 1rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.24rem;
  box-sizing: border-box;
  padding: 1.56rem 1.4rem 1.76rem 1.4rem;
}
.content_box .form_box .form_box_title {
  font-size: 1.12rem;
  font-weight: 600;
  color: #000000;
}
.content_box .form_box .form_box_tips {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.68rem;
  margin-bottom: 1rem;
}
.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: #FE5A68;
  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: #FE5A68;
  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;
  position: absolute;
  bottom: 0;
}

.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 */
