
@font-face {
  font-family: 'HanSans';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype'), url('../font/SourceHanSansCN-Normal.otf') format('opentype'), url('../font/SourceHanSansCN-Light.otf') format('opentype'), url('../font/SourceHanSansCN-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'alimama';
  src: url("../font/AlimamaShuHeiTi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HanSans-song';
  src: url("../font/SourceHanSong-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

* {
  font-family: 'HanSans';
}

html {
  font-size: 625%
}

html * {
  font-size: 0.16rem;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

.box {
  padding: 0 4vw;
}

.fc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fa {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fac {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.right {
  margin-left: auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}

.limit {
  white-space: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.l-1 {
  -webkit-line-clamp: 1;
}

.l-2 {
  -webkit-line-clamp: 2;
}

.l-3 {
  -webkit-line-clamp: 3;
}

.l-4 {
  -webkit-line-clamp: 4;
}

.l-5 {
  -webkit-line-clamp: 5;
}

.l-6 {
  -webkit-line-clamp: 6;
}

.l-7 {
  -webkit-line-clamp: 7;
}

.shadow-title {
  margin: .2rem auto;
}

.shadow-title * {
  font-family: 'HanSans-song';
  text-align: center;
}

.shadow-title span {
  display: block;
  font-size: .22rem;
  position: relative;
  top: -.4rem;
}

.shadow-title .color-gray {
  font-size: .22rem;
  text-transform: uppercase;
  color: rgba(233, 236, 242, 1);
}

.rich-text * {
  max-width: 100%;
  box-sizing: border-box;
}

.rich-text img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.tc {
  text-align: center;
}