* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  color: white;
  background-color: white;
  font-family: Times New Roman;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.inline-block {
  display: inline-block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "020";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 1px;
}
.view {
  width: 100%;
  margin: auto;
}
.view2 {
  width: 1260px;
  margin: auto;
}
.header {
  background-color: white;
}
.header .header-bg {
  background-color: white;
  opacity: 0.8;
}
.header .header1 {
  height: 106px;
  padding: 15px 0;
  position: relative;
}
.header .title {
  margin-left: 20px;
  width: 840px;
  color: #312c70;
  font-size: 40px;
  line-height: 50px;
  vertical-align: top;
}
body {
  background-color: #312c70;
}
.menu {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  float: left;
  margin-top: 35px;
}
.menu .item {
  cursor: pointer;
}
.menu .item:hover {
  color: #dbf3de;
}
.menu .item.active {
  color: #dbf3de;
}
.content {
  float: right;
  width: 968px;
  min-height: 1000px;
  background-color: white;
  margin-top: 24px;
  box-sizing: border-box;
}
.footer {
  text-align: center;
  padding: 60px 0;
}
.content {
  padding: 20px;
}
.content .title {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #312c70;
}
.content ul li {
  float: left;
  margin: 0 5px 10px 5px;
  cursor: pointer;
  width: 175px;
  height: 120px;
}
.content ul li img {
  width: 100%;
  height: 100%;
}
.content ul li:hover {
  opacity: 0.8;
}
.content ul li.more {
  text-align: center;
  background-color: #dddddd;
  line-height: 140px;
  font-size: 48px;
  color: #312c70;
}
.content .scale-show-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
}
.content .scale-show {
  position: fixed;
  width: 800px;
  height: 530px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
