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

body {
  background: #fff7f9;
  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;
}

/* .contenter-wrap-nav li:hover {
  background-color: #FF605A;
}
.contenter-wrap-nav li:first-child:hover {
  background-color: white;
} */
.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 {
  width: 100%;
  height: 100%;
  padding-bottom: 5.84rem;
  padding-top: 8.84rem;
}

/* 发布 */
.bg_box {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 2.8rem;
  position: relative;
  display: flex;
  justify-content: center;
}

.termsOfService .release_box {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 31.85rem;
}

.release_box h1 {
  font-size: 1.8rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 0.8rem;
}

.release_box p {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF605A;
  line-height: 1.12rem;
  text-align: center;
  margin-bottom: 1.52rem;
}

.release_box .release_form_box {
  display: flex;
  justify-content: space-between;
}

.release_box .release_form_box img {
  width: 13.08rem;
}

.release_box .release_form_box .release_form {
  width: 31.85rem;
  background: #ffffff;
  box-shadow: 0rem 0.8rem 1rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.24rem;
  box-sizing: border-box;
  padding: 0.68rem 1.24rem 0.84rem 1.32rem;
}

.release_box .release_form_box .release_form h3 {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #4e5969;
  margin-bottom: 0.32rem;
}

.release_box .release_form_box .release_form select {
  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 select::-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 select::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 select:focus-visible {
  outline: none;
  border: 0.04rem solid #d5d5d6;
  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;
}

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

/* 寻缘服务条款 */
.termsOfService {
  /* height: 850px; */
  padding: 65px 0;
}
/* 寻缘树二维码以及电话地址 */
.thirdPicture-bot {
  display: flex;
  flex-direction: column;
}
.fourthPicture {
  width: 100%;
  height: 5.84rem;
  background: #3c3c3c;
  position: fixed;
  bottom: 0;
}
.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;
}
