.pcbody {
  padding-bottom: 90px;
  background: #f7f8fc;
  position: relative;
  overflow: hidden;
}

.pcbody .header {
  height: 60px;
  width: 100vw;
  background: #ffffff;
  box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 15%);
  display: flex;
  align-items: center;
}
.pcbody .header .center-area {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pcbody .header .center-area .left-btn {
  display: flex;
  align-items: center;
}
.pcbody .header .center-area .left-btn a {
  margin-right: 20px;
}

.pcbody .header .center-area .left-btn div {
  font-size: 18px;
  color: #666666;
  padding-left: 20px;
  border-left: 1px solid #666666;
}

.pcbody .header .center-area .left-btn a .logo-png {
  height: 32px;
  vertical-align: middle;
}
.pcbody .header .center-area .left-btn a span {
  font-size: 20px;
  font-weight: 400;
  color: #3b90f4;
}

.pcbody .header .center-area .right {
  font-size: 18px;
  color: #000000;
}
.pcbody .pc-body-content {
  width: 1200px;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(46, 73, 141, 0.08);
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px;
  margin-bottom: 80px;
}

.pcbody .pc-body-content .pc-body-content-title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
}
.pcbody .pc-body-content .pc-body-content-time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.pcbody .pc-body-content .pc-body-content-center {
  display: flex;
  
  margin-top: 30px;
  flex-direction: column;
}
.pcbody .pc-body-content .pc-body-content-center .top {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}

.pcbody .pc-body-content .pc-body-content-center .center-img {
  width: 606px;
  height: 375px;
  background-color: red;
  margin: 30px 0;
}
.pcbody .pc-body-content .pc-body-content-center .number-Description {
  margin-bottom: 30px;
}

.pcbody .pc-body-content .pc-body-content-center .number-Description .title {
  font-size: 16px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
}

.pcbody .pc-body-content .pc-body-content-center .number-Description .message {
  font-size: 16px;
  text-align: left;
  color: #000000;
}
.pcbody .pc-body-content-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 79px;
  background: #040926;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pcbody .pc-body-content-footer span {
  font-size: 14px;
  color: #8c8e93;
  line-height: 25px;
}
