@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: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  background: #f7f8fa;
}

/* 导航头 */
/* 导航头 */
.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;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 5.84rem;
  flex-direction: column;
}
.contenter-wrap-content .content_box {
  width: 75.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contenter-wrap-content .content_box .content_item_box {
  display: flex;
  justify-content: flex-start;
  width: 48%;
  height: 7.12rem;
  background: #ffffff;
  box-shadow: 0rem 0.08rem 0.12rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.24rem;
  margin-top: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
.contenter-wrap-content .content_box .content_item_box .head_img_box {
  width: 7.12rem;
  height: 5.12rem;
}
.contenter-wrap-content .content_box .content_item_box .head_img_box .head_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.24rem;
}
.contenter-wrap-content .content_box .content_item_title {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #797979;
  margin-left: 2.8rem;
}
.contenter-wrap-content .content_box .content_item_value {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.more_people{
  width: 75.6rem;
  height: 7.2rem;
  margin-top: 0.96rem;
  position: relative;
}
.more-box{
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 20rem;
  display: flex;
  align-items: center;
}
.more-box .left{
  display: flex;
  flex-direction: column;
  margin-right: 0.4rem;
}
.more-box .left .left_top{
  font-weight: 400;
  font-size: 1.12rem;
  color: #404040;
  margin-top: 0.88rem;
}
.more-box .left .left_bottom{
  font-weight: 400;
  font-size: 0.96rem;
  color: #8F8F8F;
  margin-top: 0.4rem;
}
.more-box .right{
  width: 7.28rem;
  height: 7.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-box .right img{
  width: 100%;
  height: 100%;
}
/* 寻缘树二维码以及电话地址 */
.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;
}

/* ===== 寻缘牵线 顶部 banner ===== */
.cf-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cf-banner-img {
  display: block;
  width: 100%;
}

.cf-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.cf-banner-text .cf-inner {
  width: 75.6rem;
  max-width: 100%;
  margin: 0 auto;
}

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

.cf-banner-subtitle {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}

.cf-banner-desc {
  margin-top: 1rem;
  max-width: 62rem;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

/* ===== 寻缘牵线 通用版块 ===== */
.cf-section {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 2.75rem 0;
}

.cf-section-pink {
  background: #FFF2F4;
}

.cf-inner {
  width: 75.6rem;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.cf-section-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1D1D1D;
  text-align: center;
}

/* 卡片列表 */
.cf-list {
  margin-top: 1.5rem;
}

.cf-item {
  background: #FFF4F6;
  border-radius: 0.5rem;
  padding: 0.85rem 1.25rem;
  margin-top: 0.9rem;
}

.cf-item:first-child {
  margin-top: 0;
}

.cf-item-title {
  position: relative;
  padding-left: 1.3rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1D1D1D;
}

.cf-item-title::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.08rem;
  font-size: 0.85rem;
  color: #FF2442;
}

.cf-item-desc {
  margin-top: 0.35rem;
  padding-left: 1.3rem;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666666;
}

/* 虚线分隔 */
.cf-divider {
  width: 75.6rem;
  max-width: 100%;
  margin: 0 auto;
  border-top: 2px dashed #FFB3C0;
}

/* 服务分层 */
.cf-tier-list {
  margin-top: 1.5rem;
}

.cf-tier {
  position: relative;
  margin-top: 1.5rem;
}

.cf-tier:first-child {
  margin-top: 0;
}

.cf-tier .cf-item {
  width: 48rem;
  max-width: 100%;
  margin-top: 0;
}

.cf-tier-2 {
  margin-left: 13.8rem;
}

.cf-tier-3 {
  margin-left: 27.6rem;
}

.cf-tier-arrow {
  position: absolute;
  left: -3.5rem;
  bottom: 0.6rem;
  width: 2.8rem;
  height: auto;
}

/* 重要说明 */
.cf-notice-text {
  margin-top: 0.6rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #FF2442;
}

.cf-notice-text:first-of-type {
  margin-top: 1.25rem;
}

/* 用户需要配合 标签 */
.cf-tags {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cf-tag {
  width: calc((100% - 2rem) / 3);
  box-sizing: border-box;
  background: #FBC9D4;
  border-radius: 0.4rem;
  padding: 0.9rem;
  text-align: center;
  font-size: 1rem;
  color: #333333;
}