.content {
  min-width: 1920px;
  overflow-x: hidden;
}


.fix-box {
  width: 100%;
  min-width: 1920px;
  position: fixed;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8;
  z-index: 1;
}
.header {
  width: 1398px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.header-l {
  width: 196px;
  height: 54px;
}
.header-r {
  position: relative;
  min-width: 178px;
  display: flex;
}
.header-r > div {
  font-weight: 700;
  cursor: pointer;
}
.header-r > div:first-child {
  margin-right: 70px;
}
.header-r > div:hover {
  color: #507AFC;
}


.main {
  margin-top: 80px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  font-size: 14px;
}
.main::-webkit-scrollbar {
  display: none;
}
.center-box {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}
.title {
  text-align: center;
  margin: 60px 0;
}
.date {
  text-align: center;
}
p {
  line-height: 2;
}
table {
  width: 100%;
  margin: 20px 0;
}
.tr-bg {
  background-color: #F3F3F3;
}


.bottom {
  padding: 32px 0;
  width: 1398px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.logo-box {
  width: 100%;
  height: 164px;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 38px;
}
.b-l {
  width: 267px;
  height: 100%;
}
.btn {
  font-size: 28px;
  font-weight: 700;
  background-color: #507AFC;
  color: #fff;
  border-radius: 10px;
  width: 260px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  background-color: #3662EC;
}
.text {
  cursor: pointer;
}
.text:hover {
  color: #507AFC;
}
.text-n {
  margin: 10px;
}