@charset "UTF-8";
/**
 * 公共样式
 */
.flex_1 {
  flex: 1;
}
.dis_flex {
  display: flex;
}
.flex_dir_col {
  flex-direction: column;
}
.ju_con_cen {
  justify-content: center;
}
.ali_it_cen {
  align-items: center;
}
.w_24 {
  width: 24px;
}
.w_56 {
  width: 56px;
}
.w_100_per {
  width: 100%;
}
.h_1 {
  height: 1px;
}
.h_8 {
  height: 8px;
}
.h_24 {
  height: 24px;
}
.h_56 {
  height: 56px;
}
.h_64 {
  height: 64px;
}
.min_h_100_vh {
  min-height: 100vh;
}
.m_0_16 {
  margin: 0 16px;
}
.m_32_0 {
  margin: 32px 0;
}
.m_t_neg_104 {
  margin-top: -104px;
}
.m_t_8 {
  margin-top: 8px;
}
.m_t_16 {
  margin-top: 16px;
}
.m_t_64 {
  margin-top: 64px;
}
.m_l_8 {
  margin-left: 8px;
}
.p_8_16 {
  padding: 8px 16px;
}
.p_16_0 {
  padding: 16px 0;
}
.p_16 {
  padding: 16px;
}
.white_space_nowrap {
  white-space: nowrap;
}
.word_break_keep_all {
  word-break: keep-all;
}
.font_12 {
  font-size: 12px;
}
.font_14 {
  font-size: 14px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_bold {
  font-weight: bold;
}
.text_ind_28 {
  text-indent: 28px;
}
.col_fff {
  color: #fff;
}
.col_666 {
  color: #666;
}
.col_999 {
  color: #999;
}
.col_2396F5 {
  color: #2396f5;
}
.bg_col_fff {
  background: #fff;
}
.bg_col_eee {
  background: #eee;
}
.bg_col_ccc {
  background: #ccc;
}
.bg_col_F5F7F9 {
  background: #f5f7f9;
}
.bg_col_2396F5 {
  background: #2396f5;
}
.bor_rad_4 {
  border-radius: 4px;
}
.bor_rad_8 {
  border-radius: 8px;
}
.box_sha_0_0_8_0_ccc {
  box-shadow: 0 0 8px 0 #ccc;
}
.pos_rel {
  position: relative;
}
.pos_abs {
  position: absolute;
}
.l_0 {
  left: 0;
}
.t_0 {
  top: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: #00B3BF;
}
html {
  font-size: 15px;
}
body {
  font-size: 1rem;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  line-height: 28px;
  color: #3E3C4D;
}
.toast-landscape {
  transform: rotate(90deg) translate3d(-50%, 50%, 0px) !important;
}

