* {
  transition: all 0.36s ease;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans GB",
    "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  padding-left: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:focus {
  text-decoration: none;
}
.container {
  display: block;
  max-width: 1200px;
  min-height: 0;
}
.overflowE {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.row2 {
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.row3 {
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.row5 {
  white-space: normal;
  word-wrap: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.2s;
}
.page-enter,
.page-leave-active {
  opacity: 0;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 14px;
}
h1 {
  color: #323232;
  font-size: 22px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 400;
}
h2 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: normal;
}
h3 {
  font-size: 16px;
  color: #323232;
  margin-bottom: 0;
  line-height: normal;
}
.flex {
  display: flex !important;
  align-items: center;
}

.column {
  flex-direction: column;
}

.jf-between {
  justify-content: space-between;
  align-items: center;
}

.jf-around {
  justify-content: space-around;
  align-items: center;
}

.jf-start {
  justify-content: flex-start;
  align-items: center;
}

.jf-center {
  justify-content: center;
  align-items: center;
}

.f-s {
  flex-shrink: 0;
}
.f-g {
  flex-grow: 1;
}
em,
i {
  font-style: normal;
}
.pointer {
  cursor: pointer;
}
.main_home {
  background-color: #f8f8f8;
}
.rich-text img {
  max-width: 100% !important;
}
.bgWhite {
  background-color: #fff;
}

.cover-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 0;
}

.cover-img-wrap .cover-img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.white {
  color: #fff;
}
.fz0 {
  font-size: 0;
}
.hidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
[v-cloak] {
  display: none;
}