body {
  min-width: 1200px;
}
[v-cloak] {
  display: none;
}
.module-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.module-content {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  line-height: 1.5;
}
.hide {
  display: none;
}
.header a {
  text-decoration: none;
}
.header .header {
  background: #fff;
}
.header .edit-btn {
  width: 100%;
  background: transparent;
  border: transparent;
}
.header .logo {
  display: flex;
  color: #076ce0;
  font-size: 32px;
  font-weight: 400;
  max-width: 10em;
  align-items: center;
}
.header .logo-img {
  max-width: 320px;
}
.header .navigation-bar {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  line-height: 60px;
}
.header .scrollView__nav {
  min-width: 100%;
}
.header .menus {
  margin: 0 10px;
  text-align: center;
}
.header .menus-item {
  display: inline-block;
  color: #333;
  font-size: 16px;
  min-width: 60px;
  margin: 0 10px;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.header .menus-item.active,
.header .menus-item:hover {
  color: #076ce0 !important;
}
.header .menus-item.active:before,
.header .menus-item:hover:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: #076ce0;
}
.header .login {
  font-size: 12px;
  padding-top: 1px;
}
.header .login:hover {
  color: #076ce0 !important;
}
.c-image,
.c-text {
  position: absolute;
  z-index: 5;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pager {
  text-align: center;
  padding: 30px 0 20px;
}
.media-list-icons {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  background-image: url(../../images/icon1.png?V=2019102019);
}
.media-list-tm-icon {
  background-position: -229px -20px;
}
.media-list-tb-icon {
  background-position: -194px -20px;
}
