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

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;
  height: 100%;
}

/* 大容器 */
.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;
}

.bg_box {
  width: 100%;
  box-sizing: border-box;
  padding-top: 2.76rem;
  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: #ff1a53;
  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: 11.4rem;
}

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

/* 内容 */
.contenter-wrap-content {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 5.84rem;
  padding-top: 4.5rem;
}

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

/* 一键发布 提示文字 */
.pp-notice {
  box-sizing: border-box;
  width: calc(100% - 4rem);
  max-width: 75rem;
  margin: 0 auto;
  /* border: 1px solid #f3b9c6; */
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
}

.pp-notice-bottom {
  margin-top: 1.5rem;
}

.pp-notice-bottom div + div {
  margin-top: 0.3rem;
}

/* 回顶部/回底部按钮 */
.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;
  position: fixed;
  bottom: 0;
  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;
}/*# sourceMappingURL=publishingprocess.css.map */