body {
  padding: 0;
  margin: 0;
}
html{
  overflow-y: overlay;
}
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.pointer {
  cursor: pointer;
}

a {
  color: #333333;
  text-decoration: none !important;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}
.fs20{
  font-size: 20px;
}
.fs22{
  font-size: 22px;
}
.fs24{
  font-size: 24px;
}
.fs26{
  font-size: 26px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs40{
  font-size: 40px;
}
.fs42{
  font-size: 42px;
}
.fs60{
  font-size: 60px;
}
.fs34{
  font-size: 34px;
}
.fs28{
  font-size: 28px;
}
.fs25{
  font-size: 25px;
}
.bold{
  font-weight: bold;
}
.c_f1f1{
  color: #f1f1f1;
}
.c_bg{
  color: #BDBDBD;
}
.c_bcbc{
  color: #BCBCBC;
}
.c_fff{
  color: #fff;
}
.c_f0f{
  color: #F0F0F0;
}
.c_7fe {
  color: #7F7E7E;
}
.c_33{
  color: #333333;
}
.c_66 {
  color: #666666;
}
.c_88{
  color: #888888;
}
.c_887{
  color: #888787 ;
}
.c_99{
  color: #999999;
}
.c_7f8{
  color:#7F8184;
}
.c_ffd{
  color: #FFD0A1;
}
.c_72{
  color: #727272;
}
.c_ebe{
  color:#ebebeb;
}
.c_e4{
  color:#e4e4e4;
}
.c_ee77{
  color: #E72418;
}
.c_c1c1{
  color:#C1C1C1;
}
.c_8c8c{
  color: #8C8C8C;
}
.c_1c1c{
  color: #1C1C1C ;
}
.c_7878{
  color:#787878;
}
.c_000{
  color: #000000;
}
.c_bcbc{
  color: #BCBCBD;
}
.c_4241{
  color: #424141;
}
.c_e72{
  color: #E72418;
}
.c_b4{
  color: #B4B4B4;
}
.c_2318{
  color:#231815;
}
.fwb{
  font-weight: bold;
}
.flex{
  display: flex;
}
.flex_space_between {
  justify-content: space-between;
}
.alcenter{
  align-items: center;
}
.jsbt{
  justify-content: space-between;
}
.flexCc{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.el-pager li.active {
  color: #E72418 !important;
}
.el-pager li:hover {
  color: #E72418 !important;
}