@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%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  background: #fff;
  padding-top: 3.5rem;
}

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

.tab_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5.5rem;
}

.tab_box .font_style {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.tab_box .ellipsis_box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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 .login_btn {
  width: 4rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 0.24rem;
  margin-left: 0.24rem;
  color: #ff4170;
  line-height: 1.8rem;
}

.tab_box .tab_right_box .register_btn {
  width: 4rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
}

.tab_box .tab_right_box .loginOut_btn {
  width: 4.48rem;
  height: 1.8rem;
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
  margin-left: 0.5rem;
  line-height: 1.8rem;
}

.tab_box .tab_right_box .login_name {
  width: 7rem;
  text-align: right;
}

ul li a {
  color: #fff;
  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;
  background: #fff;
}

.currentPage a {
  color: #ff1a53;
}

.logo_box {
  width: 10.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: 2.12rem;
  height: 2.12rem;
  margin-right: 0.48rem;
}

/* 内容 */
.contenter-wrap-content {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* 让深色页脚贴到底部（内容不足一屏时） */
.contenter-wrap-content .service_footer {
  margin-top: auto;
}

/* ===================== 实名认证 改版 ===================== */
.rn-inner {
  width: 75.6rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* banner */
.rn-banner {
  width: 100%;
  box-sizing: border-box;
  /* 铺满首屏（减去固定导航高度） */
  min-height: calc(100vh - 3.5rem);
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("../images/real-name-verification-home.png");
  background-size: cover;
  background-position: center;
  padding: 2.5rem 0;
}

.rn-banner-inner {
  width: 75.6rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.rn-banner-text {
  padding-right: 0;
}

.rn-banner-title {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}

.rn-banner-subtitle {
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
}

.rn-banner-desc {
  margin-top: 1rem;
  max-width: 60rem;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.rn-banner .content_box {
  width: auto;
  align-self: center;
  margin-top: 2rem;
}

/* 信息收集与使用说明 */
.rn-collect {
  width: 100%;
  box-sizing: border-box;
  background: #fff2f4;
  padding: 2.5rem 0;
}

.rn-collect-intro {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}

.rn-collect-h {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1d1d1d;
}

.rn-citem {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 1.4rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.rn-citem::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: 0.85rem;
  color: #ff2442;
}

.rn-clabel {
  font-weight: 700;
  color: #1d1d1d;
}

.rn-csub {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 2.6rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.rn-csub::before {
  content: "◆";
  position: absolute;
  left: 1.3rem;
  top: 0.15rem;
  font-size: 0.7rem;
  color: #ff7a8a;
}

/* 认证与审核流程 */
.rn-flow {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 3rem 0 3.5rem;
}

.rn-flow-inner {
  position: relative;
}

.rn-flow-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #1d1d1d;
  text-align: center;
}

.rn-deco {
  position: absolute;
  right: 0;
  top: 4.5rem;
  z-index: 1;
  width: 16rem;
}

.rn-steps {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}

.rn-step {
  max-width: 56rem;
}

.rn-step-title {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 1.15rem;
  color: #1d1d1d;
}

.rn-step-title::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.9rem;
  color: #ff2442;
}

.rn-step-desc {
  margin-top: 0.35rem;
  padding-left: 1.4rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.rn-arrow {
  margin: 0.8rem 0;
  text-align: center;
}

.rn-arrow img {
  width: 1.5rem;
  height: auto;
}

/* 用户需要知道 / 平台不鼓励 / 举报处理说明 */
.rn-know {
  width: 100%;
  box-sizing: border-box;
  background: #fff2f4;
  padding: 2.5rem 0 3rem;
}

.rn-know-h {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #1d1d1d;
  text-align: center;
}

.rn-know-h:first-child {
  margin-top: 0;
}

.rn-know-p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
  text-align: center;
}

.rn-discourage {
  margin-top: 1rem;
  text-align: center;
}

.rn-discourage div {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
}

.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: #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: #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;
}
.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;
}

/* 寻缘树二维码以及电话地址 */
.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=realName.css.map */