.pointer {
  cursor: pointer;
}

.required::after {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  content: "*";
  margin-left: 0.08rem;
}

.flex_column_space_around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.select_text {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #b8b8b8;
}

.left_title_style {
  font-size: 1.12rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #797979;
}

.right_title_style {
  font-size: 1.12rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #000000;
}

.mt_096 {
  margin-bottom: 0.96rem;
}

.mt_12 {
  margin-bottom: 1.2rem;
}

.pointer {
  cursor: pointer;
} /*# sourceMappingURL=public.css.map */

/* 公共样式 */
.flex_row_flex_start {
  display: flex;
  justify-content: flex-start;
}
.flex_column_space_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex_column_flex_start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flex_column_center_flex_start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.flex_column_center_space_between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.flex_row_center_flex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex_row_center_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_row_center_flex_start_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex_row_space_between {
  display: flex;
  justify-content: space-between;
}

.flex_row_center_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_row_center_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_column_center_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dispay_none {
  display: none;
}

.zhenxin {
  width: 0.5rem;
  height: 0.52rem;
}
.zhencheng {
  width: 1.5rem;
  height: 0.66rem;
}
.zhenzhi {
  width: 1.5rem;
  height: 0.66rem;
}
.line_box {
  width: 0.02rem;
  height: 0.24rem;
  border: 0.02rem solid #cbcbcb;
}
.ellipsis_box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.required::after {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  content: "*";
  margin-left: 0.08rem;
}
.op0 {
  opacity: 0;
}

.width18 {
  width: 1.8rem;
}
.mt2 {
  margin-top: 0.2rem;
}
.mt24 {
  margin-top: 0.24rem;
}
.mt32 {
  margin-top: 0.32rem;
}
.mr04 {
  margin-right: 0.04rem;
}
.mr2 {
  margin-right: 0.2rem;
}
.mr08 {
  margin-right: 0.08rem;
}
.mr16 {
  margin-right: 0.16rem;
}
.mr18 {
  margin-right: 0.18rem;
}
.mr36 {
  margin-right: 0.36rem;
}
.mr64 {
  margin-right: 0.64rem;
}
.mr74 {
  margin-right: 0.74rem;
}
.mb16 {
  margin-bottom: 0.16rem;
}
.mb2 {
  margin-bottom: 0.2rem;
}
.mb22 {
  margin-bottom: 0.22rem;
}
.mb24 {
  margin-bottom: 0.24rem;
}
.mb28 {
  margin-bottom: 0.28rem;
}
.pl08 {
  padding-left: 0.08rem;
}
.w88 {
  width: 0.88rem;
}

.disable {
  pointer-events: none;
}

/* 统一深色页脚（各内容页，由 public.js 注入） */
.service_footer {
  width: 100%;
  flex-shrink: 0;
  background: #2D2D2D;
  padding: 31px 0 40px 0;
  box-sizing: border-box;
  text-align: center;
}

.service_footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_footer_links a {
  margin: 0 20px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}

.service_footer_company {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.service_footer_icp {
  margin-top: 12px;
}

.service_footer_icp a {
  font-size: 15px;
  color: #BFBFBF;
  text-decoration: underline;
}
