.container .shao-title {
  font-size: 36px;
  color: #333333;
  width: 100%;
  text-align: center;
  height: 66px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
  font-weight: 600;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
}
.container .shao-title span {
  width: 60px;
  height: 6px;
  border-radius: 4px;
  background: #25603D;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}



/* footer */
#footer {
  width: 100%;
  background: #010101;
  padding: 40px 0;
}
#footer .row .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .row .left {
  display: flex;
  flex-direction: column;
}
#footer .row .left .top {
  margin-bottom: 20px;
}
#footer .row .left .top img {
  width: 88px;
  height: 88px;
}
#footer .row .left .bottom {
  display: flex;
  flex-direction: column;
}
#footer .row .left .bottom span {
  font-size: 30px;
  color: #fff;
  margin-bottom: 8px;
}
#footer .row .left .bottom .line {
  width: 250px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 8px;
}
#footer .row .left .bottom p {
  font-size: 24px;
  color: #fff;
}
#footer .row .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  font-size: 20px;
}
#footer .row .right .p1 {
  margin-bottom: 18px;
}
#scrollUp {
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

/* #scrollUp img {
  width: 40px;
  height: 40px;
} */
