body {
	width: 100%;
	font-weight: normal;
	font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ", Helvetica, PingFangSC, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
.flex {
  display: flex;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.mt36 {
  margin-top: 36px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
  line-height: 28px;
}
.rel {
  position: relative;
}
.pointer {
  cursor: pointer;
}

.rightShift {
  transform: translateX(10px);
  color: #D85554;
  transition: .5s;
}
.rightShift a{
  color: #D85554;
  transition: .5s;
}
.topShift {
  transform: translateY(-10px);
  color: #D85554;
  transition: .5s;
}
.fadeAway {
  transition: .8s;
}

.redShift a{
  background-color: #930001;
  border: none;
  transition: .8s;
}
.redShift p{
  color: #fff;
  transition: .8s;
}
.none {
  display: none;
}