.index-box {
  min-height: calc(100vh - 196px);
}
.index-name {
  margin: 40px 0 0 60px;
}
.index-name h2 {
  color: #4480a5;
  font-family: '宋体';
  letter-spacing: -1px;
}
.index-title {
  margin: 80px 0 0 136px;
}
.ant-layout-footer {
  padding: 0 !important;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-img {
  text-align: center;
}
.index-img p {
  font-size: 20px;
  margin-top: 20px;
}
.copy-right {
  text-align: center;
  margin-top: 24px;
  color: #B5B5B6;
}

