[genuitec-file-id="wc1-26"],[genuitec-lp-path="/WeixinFrontEnd/WebRoot/css/common.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



input:focus {
  outline: none;
}

p {
  margin: 0 0 3px !important;
}

ul {
  list-style: none;
}

.active_hide {
  display: none;
}

.active_block {
  display: block;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.justify_around {
  display: flex;
  justify-content: space-around;

}

.justify_between {
  float: right;
}

/* ÉÏÏÂ¾ÓÖÐ¶ÔÆë */
.flex_col_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.justify_start {
  display: flex;
  align-content: flex-start;
}