.solution .mo {
  display: block;
}

.solution .mo .tabs-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
}

.solution .mo .tabs-scroll-container .tabs-list {
  display: flex;
  align-items: center;
  height:44px;
  padding: 30px 0 30px 30px;
  font-size: 16px;
}

.solution .mo .tabs-scroll-container .tab-item {
  margin-right: 24px;
  cursor: pointer;
}

.solution .mo .tabs-scroll-container .active {
  color: #46DB7A;
  font-weight: 500;
  border-bottom: 2px solid #46DB7A;
}

.solution .mo .content-container {
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(38, 173, 84, 0.2) 0%, rgba(38, 173, 84, 0) 100%);
}

.solution .mo .content-container .content-item {
  display: none;
  padding: 20px 1.8% 0 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.solution .mo .content-container .content-item a {
  width: 23.2%;
  height: 232px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left:1.8%;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.solution .mo .content-container .content-item img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.solution .mo .content-container .content-item p {
  height: 40px;
  line-height: 20px;
  text-align: center;
  margin: 10px 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}

.solution .mo .content-container .active {
  display: flex;
}

.article .title h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.footer-menu {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}

.footer-menu .item {
  width: 33%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-menu .item img {
  width: 24px;
  margin-top: 6px;
}

.footer-menu .item span {
  width: 100%;
  font-size: 14px;
}

@media only screen and (max-width: 950px) {

  .solution .mo .tabs-scroll-container .tabs-list {
      height: 0.88rem;
      padding: 0.2rem 0 0.2rem 0.32rem;
      font-size: 0.32rem;
    }
  
    .solution .mo .tabs-scroll-container .tab-item {
      margin-right: 0.48rem;
    }
  
    .solution .mo .content-container .content-item {
      padding: 0.3rem 0.3rem 0 0;
    }
  
    .solution .mo .content-container .content-item a {
      width: 3.32rem;
      height: 3.12rem;
      border-radius: 0.2rem;
      margin-bottom: 0.3rem;
      margin-left: 0.28rem;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    }
  
    .solution .mo .content-container .content-item img {
      height: 1.92rem;
    }
  
    .solution .mo .content-container .content-item p {
      height: 0.8rem;
      line-height: 0.4rem;
      text-align: center;
      margin: 0.2rem 0.16rem;
      font-size: 0.28rem;
    }

  .article .title h1 {
    font-size: 0.4rem;
  }

  .footer-menu {
    height: 1.12rem;
  }

  .footer-menu .item img {
    width: 0.48rem;
    margin-top: 0.12rem;
  }

  .footer-menu .item span {
    font-size: 0.28rem;
  }
}