html,body {
  min-width: 1024px;
}

.bcOrange {
  background-color: #e78a3f;
}

.bcOrange2 {
  background-color: #f88749;
}

.bcRed {
  background-color: #e73f3f;
}

.cp {
  cursor: pointer;
}

.cOrange {
  color: #fe9846;
}

.cRed {
  color: #e73f3f;
}

.cRed2 {
  color: #e37570;
}

.cWhite {
  color: #ffffff;;
}

.cYellow {
  color: #f6e63d;
}

.fwb {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs44 {
  font-size: 44px;
}

.fs50 {
  font-size: 50px;
}

.fs54 {
  font-size: 54px;
}

.fs56 {
  font-size: 56px;
}

.fs70 {
  font-size: 70px;
}

.header {
  background-color: #ffffff;
  height: 72px;
}

.lh32 {
  line-height: 32px;
}

.lh46 {
  line-height: 46px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.tac {
  text-align: center;
}

.vam {
  vertical-align: middle;
}

.zi10 {
  z-index: 10;
}