/* 公共样式 */
.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_column_space_around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.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;
}

.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;
}
.required_c::before {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  content: "*";
  margin-left: 0.08rem;
}
.op0 {
  opacity: 0;
}
/* 预览图片 */
.previewImg {
  height: 100vh !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  display: none;
  top: 0;
}

.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_12 {
  margin-bottom: 1.2rem;
}

.width18 {
  width: 1.8rem;
}
.maxWidth18 {
  max-width: 1.8rem;
}
.mt2 {
  margin-top: 0.2rem;
}
.mt24 {
  margin-top: 0.24rem;
}
.mt32 {
  margin-top: 0.32rem;
}
.mr0 {
  margin-right: 0;
}
.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;
}
.mb128 {
  margin-bottom: 1.28rem;
}
.pl08 {
  padding-left: 0.08rem;
}
.w88 {
  width: 0.88rem;
}

.disable {
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.login_btn {
  width: 4.5rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 0.24rem;
  margin-left: 0.24rem;
color: #FF605A;
  text-align: center;
  background: #FE5A68;
  border-radius: 0.24rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: #ffffff;
  line-height: 1.8rem;
  text-align: center;
}
.register_btn {
  width: 4.5rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0.24rem;
  border: 0.04rem solid #FE5A68;
  line-height: 1.8rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.96rem;
color: #FF605A;
}
.loginOut_btn {
  min-width: 5.48rem;
  height: 1.8rem;
  border: 0.04rem solid #FE5A68;
  margin-left: 0.5rem;
  line-height: 1.8rem;
  border-radius: 0.24rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.96rem;
color: #FF605A;
}
.login_name {
  width: 30rem;
  font-weight: 600;
  text-align: right;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 10rem;
  z-index: -1;
}

/* html {
  margin-right: calc(100% - 100vw) !important;
} */
