@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;
}

/* 导航头 */
/* 导航头 */
.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 {
  width: 100%;
  margin-top: 3.6rem;
  position: relative;
}

/* 左上角三条杠一开始不显示 */
.nav-btn {
  display: none;
}

.navButtons {
  position: fixed;
  right: 20px;
  z-index: 9999;
  bottom: 20px;
}

.prev {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/prev.png") no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

.next {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/next.png") no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

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

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

.left,
.right {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.left-qrCode {
  width: 8.75rem;
  height: 8.75rem;
  margin-top: 1rem;
}

.left-qrCode img {
  width: 100%;
}

.left-email {
  color: #333;
  margin-top: 4rem;
}

.right-tel,
.right-address {
  margin: auto 0;
}

.right-tel {
  width: 9.375rem;
  color: #333;
}

.right-address {
  width: 21rem;
  color: #333;
  margin-right: 2rem;
}

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

/* 中间文章 */
.article {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xyTitle {
  text-align: center;
  font-size: 1.8rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 2.52rem;
}

.describe {
  /* text-align: center; */
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #ff3875;
  line-height: 1.12rem;
  margin-top: 0.8rem;
  width: 50rem;
  text-indent: 2em;
}

.article-detail {
  width: 48.96rem;
  margin: 1.44rem auto 0;
  padding: 0 1.875rem 1.28rem;
  border-radius: 5px;
}

.marriageProblems,
.foundXy {
  width: 100%;
  text-align: center;
  font-size: 1.44rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 2rem;
}

.marriageProblems-detail {
  width: 48.96rem;
  height: 18.2rem;
}

.marriageProblems-detail_img {
  width: 48.96rem;
  height: 18.2rem;
  margin-top: 1.44rem;
}

.addBlack {
  font-weight: 900;
}

.whatWeAreDoing {
  background: #fff7f9;
  padding: 4.76rem 0 4.16rem 0;
  margin-top: 4rem;
}

.whatWeAreDoing-wrap {
  width: 60rem;
  margin: 0 auto;
}

.whatWeAreDoing-detail {
  width: 100%;
  display: flex;
}

.whatWeAreDoing-title {
  text-align: center;
  font-size: 1.8rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 2.52rem;
}

.whatWeAreDoing-intro {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #ff3875;
  line-height: 1.12rem;
  text-align: center;
  margin-top: 0.8rem;
}

.whatWeAreDoing-img {
  width: 100%;
  height: 7.28rem;
  margin-top: 2.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.whatWeAreDoing-img img {
  width: 7.28rem;
  height: 7.28rem;
}

.whatWeAreDoing-img .whatWeAreDoing-wx {
  font-weight: 400;
  font-size: 0.8rem;
  color: #7E7E7E;
  margin-top: 0.52rem;
}

.officialAccount {
  width: 15.9rem;
  margin-right: 6rem;
}

.officialAccount:last-child {
  margin-right: 0;
}

.officialAccount-name {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.officialAccount-secName {
  font-size: 1.06rem;
  font-weight: 900;
  color: #ff4d4d;
  text-align: center;
  margin-bottom: 0.625rem;
}

.officialAccount-description {
  color: #333;
  font-size: 1.06rem;
  text-align: center;
  line-height: 1.8rem;
}

.officialAccount-img {
  width: 16.25rem;
  height: 16.25rem;
}

.voluntary {
  width: 15.625rem;
  height: 16.25rem;
}

.officialAccount-img img {
  width: 100%;
  height: 100%;
}

/* ===================== 关于寻缘 大改版 ===================== */
.ab-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6rem;
}

/* Hero */
.ab-hero {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 3.5rem 6rem 3rem;
  text-align: center;
}

.ab-hero-title {
  font-weight: 700;
  font-size: 2.75rem;
  color: #1d1d1d;
}

.ab-hero-p {
  margin-top: 1.5rem;
  font-size: 1.13rem;
  line-height: 1.9;
}

.ab-hero-p1 {
  color: #1d1d1d;
}

.ab-hero-p2 {
  color: #ff2442;
}

/* 品牌发展 */
.ab-brand {
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(196, 54, 104, 0.62),
      rgba(120, 52, 104, 0.66)),
    url("../images/about-xunyuan-home.png");
  background-size: cover;
  background-position: center;
  padding: 3.5rem 0;
}

.ab-brand-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

.ab-brand-p {
  margin-top: 0.9rem;
  font-size: 1.13rem;
  line-height: 1.9;
  color: #fff;
  margin-left: 10rem
}

/* 我们的服务理念 */
.ab-philosophy {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #fff2f4;
  padding: 3rem 0;
  overflow: hidden;
}

.ab-philo-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1d1d;
  text-align: center;
}

.ab-philo-title span {
  color: #ff2442;
}

.ab-philo-list {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}

.ab-philo-item {
  margin-top: 1.4rem;
}

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

.ab-philo-item-title {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1d1d1d;
}

.ab-philo-item-title::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.95rem;
  color: #ff2442;
}

.ab-philo-item-desc {
  margin-top: 0.4rem;
  padding-left: 1.4rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
}

.ab-philo-icon {
  position: absolute;
  right: 6rem;
  bottom: 2rem;
  z-index: 1;
  width: 16rem;
}

/* 企业资质核验中心 */
.ab-verify {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 3rem 0;
}

.ab-verify-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #1d1d1d;
  text-align: center;
}

.ab-verify-subtitle {
  margin-top: 1rem;
  font-size: 1.05rem;
  color: #666;
  text-align: center;
}

.ab-subtitle {
  position: relative;
  margin-top: 2rem;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1d1d1d;
}

.ab-subtitle::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.95rem;
  color: #ff2442;
}

/* 表格 */
.ab-table {
  width: 100%;
  margin-top: 0.9rem;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.95rem;
  background: #fff;
}

.ab-table th,
.ab-table td {
  border: 1px solid #f8ccd6;
  padding: 0.85rem 1rem;
  text-align: center;
  vertical-align: middle;
  color: #333;
  line-height: 1.7;
  word-break: break-word;
}

.ab-table thead th {
  background: #ff4170;
  color: #fff;
  font-weight: 600;
}

.ab-table tbody th {
  background: #ff7a8a;
  color: #fff;
  font-weight: 600;
}

.ab-verify-link {
  color: #2f80ed;
  text-decoration: none;
}

.ab-verify-link:hover {
  text-decoration: underline;
}

.ab-table-qual .ab-col-name {
  width: 16rem;
}

.ab-table-qual .ab-col-entry {
  width: 12rem;
}

.ab-table-data .ab-col-mark1 {
  width: 30%;
}

.ab-table-data .ab-col-soft1 {
  width: 35%;
}

/* 平台资质与会员单位证书展示 */
.ab-qual {
  width: 100%;
  box-sizing: border-box;
  background: #fff2f4;
  padding: 3rem 0;
}

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

.ab-qual-title span {
  color: #ff2442;
}

.ab-qual-intro {
  margin-top: 1.4rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}

.ab-qual-list {
  margin-top: 1.5rem;
}

.ab-qual-item {
  display: flex;
  align-items: flex-start;
  margin-top: 2.5rem;
}

.ab-qual-img {
  width: 17rem;
  flex-shrink: 0;
  margin-right: 2rem;
}

.ab-qual-img img {
  width: 100%;
  display: block;
}

.ab-qual-text {
  flex: 1;
  padding-top: 0.3rem;
}

.ab-qual-item-title {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ff2442;
}

.ab-qual-item-title::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.95rem;
  color: #ff2442;
}

.ab-qual-line {
  margin-top: 0.8rem;
  padding-left: 1.4rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

/* 平台持有 */
.ab-cert {
  width: 100%;
  box-sizing: border-box;
  /* background: #fff2f4; */
  padding: 3rem 6rem;
  text-align: center;
}

.ab-cert-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #1d1d1d;
}

.ab-cert-title span {
  color: #ff2442;
}

.ab-cert-subtitle {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ff2442;
}
.ab-cert-subtitle-box{
    margin-top: 1rem;
}
.ab-cert-subtitle1 {
  color: #0081F3;
  font-size: 1rem;
}

.ab-cert-img {
  margin-top: 2rem;
}

.ab-cert-img img {
  display: block;
  width: 100%;
}

/* 官方主体说明 */
.ab-official {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 3rem 0;
}

.ab-official-title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: #1d1d1d;
  text-align: center;
}

.ab-official-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fce7ec;
  border-radius: 0.5rem;
  padding: 2.5rem 3rem;
}

.ab-official-text {
  flex: 1;
}

.ab-official-line {
  font-size: 1.05rem;
  line-height: 2;
  color: #333;
}

.ab-label {
  font-weight: 700;
  color: #1d1d1d;
}

.ab-official-gap {
  margin-top: 1.5rem;
}

.ab-official-img {
  width: 30rem;
  max-width: 42%;
  margin-left: 2rem;
  border-radius: 0.5rem;
}

/* 主体关系说明 */
.ab-relation {
  width: 100%;
  background: #fff;
}

.ab-relation-banner {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff4d6d, #ff2442);
  padding: 2.5rem 6rem;
  text-align: center;
}

.ab-relation-title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.ab-relation-line {
  margin-top: 0.9rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

.ab-relation-note {
  box-sizing: border-box;
  padding: 1.75rem 6rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #666;
}

/* 媒体查询 -- 响应式 */
@media (max-width: 720px) {

  /* 导航头 */
  .contenter-wrap-nav {
    width: 92%;
    border-bottom: none;
    height: auto;
    display: none;
    padding: 50px 50px 0;
  }

  .contenter-wrap-nav li:first-child {
    display: none;
  }

  .firstPicture {
    height: 48rem;
  }

  .xylogo {
    width: 98px;
    height: 134px;
    margin-top: -5rem;
  }

  .contenter-wrap-nav li {
    border-right: none;
    box-sizing: border-box;
    line-height: 54px;
    text-align: left;
    border-bottom: 1px solid #f8e8e3;
  }

  .contenter-wrap-nav li a {
    font-size: 16px;
  }

  /* 导航头 */
  .nav-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #eab4a2;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 999;
    overflow: hidden;
  }

  .nav-btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5px;
  }

  .nav-btn-icon>span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    margin-top: 5px;
  }

  .contenter-wrap-content {
    margin-top: 0;
    position: relative;
  }

  /* 寻缘树二维码以及电话地址 */
  .thirdPicture-bot {
    display: flex;
    flex-direction: column;
  }

  .fourthPicture {
    width: 95%;
    height: 490px;
    padding: 7% 3% 0px;
    z-index: 99;
  }

  .fourthPicture-content {
    width: 100%;
  }

  .fourthPicture-content-top {
    width: 100%;
    font-size: 14px;
    height: 300px;
    display: flex;
    flex-direction: column;
  }

  .left,
  .right {
    width: 100%;
  }

  .left-qrCode {
    width: 131px;
    height: 131px;
    margin-top: 4%;
  }

  .left {
    margin-bottom: 6%;
  }

  .right-tel {
    margin-left: 20px;
  }

  .right-address {
    width: 160px;
    margin-right: 0;
  }

  .fourthPicture-content-bot {
    margin-top: 40px;
    font-size: 14px;
  }

  .left-email {
    width: 12rem;
  }

  .e-mail {
    width: 100%;
  }

  /* 中间文章 */
  .xyTitle {
    font-size: 36px;
  }

  .describe {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .marriageProblems,
  .foundXy {
    font-size: 26px;
  }

  /* 我们在做的 */
  .whatWeAreDoing {
    padding: 65px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .whatWeAreDoing-wrap {
    width: 100%;
    margin: 0;
  }

  .whatWeAreDoing-title {
    font-size: 24px;
  }

  .whatWeAreDoing-intro {
    font-size: 16px;
  }

  .whatWeAreDoing-detail {
    display: flex;
    flex-direction: column;
  }

  .officialAccount {
    width: 100%;
  }

  .officialAccount-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }

  .officialAccount-img img {
    width: 340px;
  }

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

  .voluntary img {
    width: 320px;
    height: 322px;
  }

  .officialAccount-name {
    font-size: 20px;
    margin-top: 15px;
  }

  .officialAccount-secName,
  .officialAccount-description {
    font-size: 17px;
  }

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

  .qrCode {
    width: 340px;
    height: 112px;
    text-align: left;
    line-height: 25px;
  }
}

/* 宽度到达1000的时候, 根元素字体大小变为14px */
@media screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}

/* 宽度到达800的时候, 根元素字体大小变为12px */
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  html {
    font-size: 10px;
  }
}