.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.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;
}
* {
  box-sizing: border-box;
}
.title {
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  font-family: Alibaba PuHuiTi 2;
  letter-spacing: 2px;
  /* font-weight: bold; */
  color: #3d3d3d;
  padding-top: 60px;
}
.desc {
  display: flex;
  justify-content: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  color: #8b8b8b;
}
.rowCenter {
  margin-left: auto;
  margin-right: auto;
}
.scale115:hover img {
  transform-origin: 50% 50%;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.row-line {
  width: 35px;
  height: 3px;
  background: #d8d8d8;
  margin: 6px auto;
}
.section-100 .section-100-container .main-content {
  width: 940px;
  height: 352px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
.section-100 .section-100-container .main-content .line {
  display: flex;
  justify-content: space-between;
  /* gap: 100px; */
}
.section-100 .section-100-container .main-content .line .line1-item {
  width: 165px;
  height: 151px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* background-color: aquamarine; */
  padding-bottom: 5px;
}
.section-100 .section-100-container .main-content .line .line1-item span {
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  /* font-weight: 600; */
  color: #3d3d3d;
  display: inline-block;
  /* width: 54px; */
  /* height: 25px; */
}
.section-110 {
  background-color: #f8f9ff;
}
.section-110 .section-110-container .main-content {
  width: 1200px;
  height: 315px;
  /* background-color: #3d68ff; */
  display: flex;
  justify-content: space-between;
  gap: 85px;
}
.section-110 .section-110-container .main-content .title-110 {
  font-family: PingFang SC;
  font-size: 28px;
  font-weight: 500;
  color: #273c6f;
}
.section-110 .section-110-container .main-content .desc-110 {
  font-family: PingFang SC;
  font-size: 16px;
  color: #8490a4;
}
.section-110 .section-110-container .main-content .img-content {
  width: 527px;
  height: 290px;
}
.section-110 .section-110-container .main-content .text-content {
  width: 527px;
  height: 235px;
}
.section-110 .section-110-container .main-content .text-content .desc-item {
  display: flex;
  align-items: center;
}
.section-110 .section-110-container .main-content .text-content .desc-item .item-text {
  font-family: PingFang SC;
  font-size: 16px;
  color: #2d4875;
}
.product-system-swiper {
  width: 100%;
  height: 330px;
}
.section-110 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
  /* top: 285px; */
}
/* .ai-swiper-pagination2{
    top: 315px !important;
}
.ai-swiper-pagination3{
    top: 315px !important;
}
.ai-swiper-pagination4{
    top: 315px !important;
}
.ai-swiper-pagination5{
    top: 315px !important;
}
.ai-swiper-pagination6{
    top: 315px !important;
}
.ai-swiper-pagination7{
    top: 315px !important;
} */
/* .section-110 #product-system-swiper2 .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 5px;
    left: 0;
    width: 100%;
    top: 315px !important;
} */
.section-140 {
  background-color: #f9faff;
}

/* 弹出二维码 */
.pop-qrcode-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(49, 49, 49, 0.67);
  z-index: 102;
  font-size: 50px;
}
.qr-code-bg {
  position: absolute;
  width: 456px;
  height: 422px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/qr-code-bg.png);
}
.qr-code-bg .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 15px;
  top: 15px;
}
.qr-code-bg .qr-code-img {
  width: 3.53em;
  height: 3.53em;
  margin-top: 3.85em;
  transform: translateX(-0.05em);
}

.show-qrcode-btn,
hover-link,
.show-online-ly-btn {
  cursor: pointer;
}
.show-qrcode-btn:hover,
.show-qrcode-btn:active,
.show-online-ly-btn:hover {
  transform: translateY(-1px);
}
