.header {
  /* width: 1440px; */
  width: 100%;
  height: 60px;
  line-height: 60px;
  /* margin: 0 auto; */
  box-shadow: 0px 16px 56px 0px rgba(0, 82, 205, 0.08);
}
.header .links {
}
.header .links .link {
  display: inline-block;
  height: 35px;
  padding: 0 12px;
  line-height: 30px;
  color: #030c22;
  margin-left: 35px;
}
.header .links .link-btn {
  display: inline-block;
  margin-left: 35px;
  width: 96px;
  height: 40px;
  border-radius: 97px;
  text-align: center;
  background: linear-gradient(270deg, rgba(127, 155, 253, 0.5) 5%, rgba(188, 130, 255, 0.5) 100%);
  line-height: 40px;
  color: #2d0c40;
  cursor: pointer;
}
.header .links .link:hover {
  color: #1677ff;
}
.header .links .link.selected {
  color: #1677ff;
  border-bottom: 2px solid #1677ff;
}
/* .section-footer{
    background-color: red;
    width: 100%;
    height: 40px;
}
.section-footer-container{
    height: 20px;
    width: 1200px;
    background-color: blue;
    
} */

.section-footer {
  width: 100%;
  height: 328px;
  background-color: #ffffff;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.04);
}
.section-footer .section-footer-info {
  width: 1200px;
  height: 235px;
  display: flex;
  justify-content: space-between;
  /* gap: 134px; */
}
.section-footer .item1 {
  width: 112px;
}
.section-footer .item-title {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  /* 文本色/T6-主 */
  color: #030c22;
}

.section-footer .item-desc {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  color: #030c22;
  opacity: 0.6;
}
.section-footer .footer-item3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-footer .footer-item4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #3d3d3d;
}
.section-footer .position-dsc {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  color: #030c22;
  opacity: 0.6;
}
.section-footer .footer-item4 .footer-item4-desc {
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
}
.section-footer-Copyright {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-size: 16px;
  color: #030c22;
}
.hBlue a {
  color: #030c22;
}
.hBlue a:hover {
  color: #1677ff;
}
.color157 {
  color: #1677ff !important;
}
/* .border-img{
    border: 1px dashed rgba(22, 53, 94, 0.1608);
} */
.section-nav {
  position: fixed;
  right: 0;
  /* top: 50%; */
  bottom: 10%;
  z-index: 10;
  display: flex;
  justify-content: center;
  /* align-items: baseline; */
  align-items: baseline;
  /* gap: 10px; */
}
.move-code {
  display: none;
  /* position: relative;
    top: 62%; */
}
