/* flex */

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.flex-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-items-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-items-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-items-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.flex-items-stretch {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-align-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-align-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.flex-align-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-align-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.flex-align-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex-align-around {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-justify-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.flex-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-flow-row {
  flex-flow: row wrap;
}

/*文字粗细*/
.font-bold {
  font-weight: bold;
}

.font-500 {
  font-weight: 500;
}

.font-normal {
  font-weight: normal;
}

/*行高*/
.line-14 {
  line-height: 14px !important;
}

.line-16 {
  line-height: 16px !important;
}

.line-18 {
  line-height: 18px !important;
}

.line-20 {
  line-height: 20px !important;
}

.line-24 {
  line-height: 24px !important;
}

.line-26 {
  line-height: 28px !important;
}

.line-28 {
  line-height: 28px !important;
}

.line-30 {
  line-height: 30px !important;
}

.line-32 {
  line-height: 32px !important;
}

.line-34 {
  line-height: 34px !important;
}

.line-36 {
  line-height: 36px !important;
}

.line-38 {
  line-height: 38px !important;
}

.line-40 {
  line-height: 40px !important;
}

.line-50 {
  line-height: 50px !important;
}

/*外边距*/
.mg-auto {
  margin: 0 auto;
}

.mg-0 {
  margin: 0 !important;
}

.mg-10 {
  margin: 10px;
}

.mg-20 {
  margin: 20px;
}

.mg-30 {
  margin: 30px;
}

.mg-40 {
  margin: 40px;
}

.mg-50 {
  margin: 50px;
}

.mg-t0 {
  margin-top: 0 !important;
}

.mg-t2 {
  margin-top: 2px !important;
}

.mg-t4 {
  margin-top: 4px !important;
}

.mg-t6 {
  margin-top: 6px !important;
}

.mg-t8 {
  margin-top: 8px !important;
}

.mg-t10 {
  margin-top: 10px !important;
}

.mg-t12 {
  margin-top: 12px !important;
}

.mg-t20 {
  margin-top: 20px !important;
}

.mg-t24 {
  margin-top: 24px !important;
}

.mg-t28 {
  margin-top: 28px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-t40 {
  margin-top: 40px !important;
}

.mg-t50 {
  margin-top: 50px !important;
}

.mg-l0 {
  margin-left: 0 !important;
}

.mg-l2 {
  margin-left: 2px !important;
}

.mg-l4 {
  margin-left: 4px !important;
}

.mg-l6 {
  margin-left: 6px !important;
}

.mg-l8 {
  margin-left: 8px !important;
}

.mg-l10 {
  margin-left: 10px !important;
}

.mg-l12 {
  margin-left: 12px !important;
}
.mg-l14 {
  margin-left: 14px !important;
}

.mg-l20 {
  margin-left: 20px !important;
}

.mg-l24 {
  margin-left: 24px !important;
}

.mg-l28 {
  margin-left: 28px !important;
}

.mg-l30 {
  margin-left: 30px !important;
}

.mg-l40 {
  margin-left: 40px !important;
}

.mg-l50 {
  margin-left: 50px !important;
}

.mg-l80 {
  margin-left: 80px !important;
}

.mg-r0 {
  margin-right: 0 !important;
}

.mg-r2 {
  margin-right: 2px !important;
}

.mg-r4 {
  margin-right: 4px !important;
}

.mg-r6 {
  margin-right: 6px !important;
}

.mg-r8 {
  margin-right: 8px !important;
}

.mg-r10 {
  margin-right: 10px !important;
}

.mg-r12 {
  margin-right: 12px !important;
}

.mg-r20 {
  margin-right: 20px !important;
}

.mg-r24 {
  margin-right: 24px !important;
}

.mg-r28 {
  margin-right: 28px !important;
}

.mg-r30 {
  margin-right: 30px !important;
}

.mg-r40 {
  margin-right: 40px !important;
}

.mg-r50 {
  margin-right: 50px !important;
}

.mg-b0 {
  margin-bottom: 0 !important;
}

.mg-b2 {
  margin-bottom: 2px !important;
}

.mg-b4 {
  margin-bottom: 4px !important;
}

.mg-b6 {
  margin-bottom: 6px !important;
}

.mg-b8 {
  margin-bottom: 8px !important;
}

.mg-b10 {
  margin-bottom: 10px !important;
}

.mg-b12 {
  margin-bottom: 12px !important;
}
.mg-b16 {
  margin-bottom: 16px !important;
}

.mg-b20 {
  margin-bottom: 20px !important;
}

.mg-b24 {
  margin-bottom: 24px !important;
}

.mg-b28 {
  margin-bottom: 28px !important;
}

.mg-b30 {
  margin-bottom: 30px !important;
}

.mg-b40 {
  margin-bottom: 40px !important;
}

.mg-b50 {
  margin-bottom: 50px !important;
}

.mg-t-1 {
  margin-top: -1px;
}

.mg-t-2 {
  margin-top: -2px;
}

.mg-t-3 {
  margin-top: -3px;
}

.mg-t-4 {
  margin-top: -4px;
}

.mg-t-5 {
  margin-top: -5px;
}

.mg-t-6 {
  margin-top: -6px;
}

.mg-r-1 {
  margin-right: -1px;
}

.mg-r-2 {
  margin-right: -2px;
}

.mg-r-3 {
  margin-right: -3px;
}

.mg-r-4 {
  margin-right: -4px;
}

.mg-r-5 {
  margin-right: -5px;
}

.mg-r-6 {
  margin-right: -6px;
}

.mg-l-1 {
  margin-left: -1px;
}

.mg-l-2 {
  margin-left: -2px;
}

.mg-l-3 {
  margin-left: -3px;
}

.mg-l-4 {
  margin-left: -4px;
}

.mg-l-5 {
  margin-left: -5px;
}

.mg-l-6 {
  margin-left: -6px;
}

.mg-b-1 {
  margin-bottom: -1px;
}

.mg-b-2 {
  margin-bottom: -2px;
}

.mg-b-3 {
  margin-bottom: -3px;
}

.mg-b-4 {
  margin-bottom: -4px;
}

.mg-b-5 {
  margin-bottom: -5px;
}

.mg-b-6 {
  margin-bottom: -6px;
}

/*内边距*/
.pd-0 {
  padding: 0 !important;
}

.pd-t0 {
  padding-top: 0 !important;
}

.pd-l0 {
  padding-left: 0 !important;
}

.pd-b0 {
  padding-bottom: 0 !important;
}

.pd-r0 {
  padding-right: 0 !important;
}

.pd-2 {
  padding: 2px !important;
}

.pd-4 {
  padding: 4px !important;
}

.pd-5 {
  padding: 5px !important;
}

.pd-6 {
  padding: 6px !important;
}

.pd-8 {
  padding: 8px !important;
}

.pd-10 {
  padding: 10px !important;
}

.pd-15 {
  padding: 15px !important;
}

.pd-20 {
  padding: 20px !important;
}

.pd-24 {
  padding: 24px !important;
}

.pd-28 {
  padding: 28px !important;
}

.pd-30 {
  padding: 30px !important;
}

.pd-40 {
  padding: 40px !important;
}

.pd-50 {
  padding: 50px !important;
}

.pd-t2 {
  padding-top: 2px !important;
}

.pd-t4 {
  padding-top: 4px !important;
}

.pd-t5 {
  padding-top: 5px !important;
}

.pd-t6 {
  padding-top: 6px !important;
}

.pd-t8 {
  padding-top: 8px !important;
}

.pd-t10 {
  padding-top: 10px !important;
}

.pd-t15 {
  padding-top: 15px !important;
}

.pd-t20 {
  padding-top: 20px !important;
}

.pd-t24 {
  padding-top: 24px !important;
}

.pd-t28 {
  padding-top: 28px !important;
}

.pd-t30 {
  padding-top: 30px !important;
}

.pd-t40 {
  padding-top: 40px !important;
}

.pd-t50 {
  padding-top: 50px !important;
}

.pd-l2 {
  padding-left: 2px !important;
}

.pd-l4 {
  padding-left: 4px !important;
}

.pd-l5 {
  padding-left: 5px !important;
}

.pd-l6 {
  padding-left: 6px !important;
}

.pd-l8 {
  padding-left: 8px !important;
}

.pd-l15 {
  padding-left: 15px !important;
}

.pd-l10 {
  padding-left: 10px !important;
}

.pd-l20 {
  padding-left: 20px !important;
}

.pd-l24 {
  padding-left: 24px !important;
}

.pd-l30 {
  padding-left: 30px !important;
}

.pd-l34 {
  padding-left: 34px !important;
}

.pd-l40 {
  padding-left: 40px !important;
}

.pd-l50 {
  padding-left: 50px !important;
}

.pd-r2 {
  padding-right: 2px !important;
}

.pd-r4 {
  padding-right: 4px !important;
}

.pd-r5 {
  padding-right: 5px !important;
}

.pd-r6 {
  padding-right: 6px !important;
}

.pd-r8 {
  padding-right: 8px !important;
}

.pd-r10 {
  padding-right: 10px !important;
}

.pd-r15 {
  padding-right: 15px !important;
}

.pd-r20 {
  padding-right: 20px !important;
}

.pd-r24 {
  padding-right: 24px !important;
}

.pd-r30 {
  padding-right: 30px !important;
}

.pd-r40 {
  padding-right: 40px !important;
}

.pd-r50 {
  padding-right: 50px !important;
}

.pd-b2 {
  padding-bottom: 2px !important;
}

.pd-b4 {
  padding-bottom: 4px !important;
}

.pd-b5 {
  padding-bottom: 5px !important;
}

.pd-b6 {
  padding-bottom: 6px !important;
}

.pd-b8 {
  padding-bottom: 8px !important;
}

.pd-b10 {
  padding-bottom: 10px !important;
}

.pd-b15 {
  padding-bottom: 15px !important;
}

.pd-b20 {
  padding-bottom: 20px !important;
}

.pd-b24 {
  padding-bottom: 24px !important;
}

.pd-b28 {
  padding-bottom: 28px !important;
}

.pd-b30 {
  padding-bottom: 30px !important;
}

.pd-b40 {
  padding-bottom: 40px !important;
}

.pd-b50 {
  padding-bottom: 50px !important;
}
