@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background: #f7f8fa;
  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%;
  /* max-width: 60rem; */
  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.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;
}

.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%;
  padding-top: 3.5rem;
  display: flex;
  justify-content: center;
  padding-bottom: 5.84rem;
}
.contenter-wrap-content .content_box {
  width: 75.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.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;
}

/* 寻缘树二维码以及电话地址 */
.fourthPicture {
  width: 100%;
  height: 5.84rem;
  background: #3c3c3c;
  position: fixed;
  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;
}

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