.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
}

.carousel-indicators .active {
  background-color: #5293f7 !important;
}

.carousel-indicators {
  bottom: -7px !important;
}
.carousel-inner {
  height: 190px;
}
.carousel-info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-info-1 {
  font-weight: 400;
  font-size: 10px;
  color: #f2faff;
}

.carousel-info-2 {
  font-weight: 600;
  font-size: 16px;
  color: #f2faff;
  width: 150%;
}

.carousel-info-3 {
  font-weight: 500;
  font-size: 0.8rem;
  color: #f2faff;
  line-height: 20px;
  height: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 显示3行后省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.carousel-button {
  width: 85px;
  height: 27px;
  background: #5293f7;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #f2faff !important;
  margin-top: 8px;
  cursor: pointer;
}

.carousel-button a {
  color: #f2faff !important;
  display: inline-block;
  display: flex;
  align-items: center;
}

.L-1 {
  background: url('../static/img2/index2/bg_group_1.png') no-repeat center
    center / 98% 100%;
}

.L-2 {
  background: url('../static/img2/index2/bg_group_2.png') no-repeat center
    center / 98% 100%;
}

.L-3 {
  background: url('../static/img2/index2/bg_group_3.png') no-repeat center
    center / 98% 100%;
}

.L-4 {
  background: url('../static/img2/index2/bg_group_4.png') no-repeat center
    center / 98% 100%;
}

.L-5 {
  background: url('../static/img2/index2/bg_group_5.png') no-repeat center
    center / 98% 100%;
}

.L-6 {
  background: url('../static/img2/index2/bg_group_6.png') no-repeat center
    center / 98% 100%;
}
.solution-nav {
  width: 5rem;
  height: 4.5rem;
  display: flex;
}
.icon-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-img img {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.icon-img h6 {
  font-size: 8px;
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.footer-box img {
  width: 42px;
  height: 42px;
  margin-right: 7px;
}

.footer-box p {
  margin: 0;
  font-size: 0.8rem;
}

.footer-info {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid;
  background-color: #021439;
  margin: 0;
}
.footer-info p {
  margin: 0;
}

.close-menu {
  position: fixed;
  top: 0;
  right: -100%;
}

.open-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transition: 0.5s;
}

.no-scroll {
  overflow: hidden;
}

.scroll-can {
  overflow: scroll;
}
