/*flele公共css*/
.w-920px {
  width: 920px !important;
}
.w-860px {
  width: 860px !important;
}
.w-650px {
  width: 650px !important;
}
.w-540px {
  width: 540px !important;
}
.w-450px {
  width: 450px !important;
}
.w-300px {
  width: 300px !important;
}
.w-273px {
  width: 273px !important;
}
.w-238px {
  width: 238px !important;
}
.w-150px {
  width: 150px !important;
}
.w-130px {
  width: 130px !important;
}
.w-120px {
  width: 120px !important;
}
.w-105px {
  width: 105px !important;
}
.w-90px {
  width: 90px !important;
}
.w-80px {
  width: 80px !important;
}
.w-60px {
  width: 60px !important;
}

.w-100per {
  width: 100% !important;
}
.w-95per {
  width: 95% !important;
}
.w-90per {
  width: 90% !important;
}
.w-85per {
  width: 85% !important;
}
.w-80per {
  width: 80% !important;
}
.w-75per {
  width: 75% !important;
}
.w-70per {
  width: 70% !important;
}
.w-65per {
  width: 65% !important;
}
.w-60per {
  width: 60% !important;
}
.w-55per {
  width: 55% !important;
}
.w-50per {
  width: 50% !important;
}
.w-48per {
  width: 48% !important;
}
.w-45per {
  width: 45% !important;
}
.w-40per {
  width: 40% !important;
}
.w-35per {
  width: 35% !important;
}
.w-33per {
  width: 33% !important;
}
.w-30per {
  width: 30% !important;
}
.w-26per {
  width: 26% !important;
}
.w-25per {
  width: 25% !important;
}
.w-20per {
  width: 20% !important;
}

.hide {
  display: none !important;
}
.hidden {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}

.margin-0 {
  margin: 0px !important;
}
.margin-b-10 {
  margin-bottom: 10px !important;
}
.padding-0 {
  padding: 0px !important;
}
.gap-10 {
  gap: 10px !important;
}
.gap-row-10 {
  row-gap: 10px !important;
}
.gap-column-10 {
  column-gap: 10px !important;
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
