.aboutls-content {
  display: flex;
  flex-direction: column;
}
.aboutls-content .top {
  width: 100%;
  height: 180px;
}
.aboutls-content .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aboutls-content .pro-tag-1 {
  background-color: #0068b7;
}
.aboutls-content .pro-tag-2 {
  background-color: #043379;
}
.aboutls-content .pro-tag-3 {
  background-color: #3e9ab1;
}
.aboutls-content .pro-tag-4 {
  background-color: #ED9E0C;
}
.aboutls-content .nav-container {
  width: 100%;
}
.aboutls-content .nav-container .solution-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 4px 0;
}
.aboutls-content .nav-container .solution-nav .tab-item {
  width: 50%;
  padding: 4px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.aboutls-content .nav-container .solution-nav .tab-item::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}
.aboutls-content .nav-container .solution-nav .tab-item:nth-child(2n)::after {
  content: "";
}
.aboutls-content .main {
  width: 100%;
  box-sizing: border-box;
}
.aboutls-content .main .product-row {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  padding: 0 12px;
}
.aboutls-content .main .product-row .img {
  width: 100%;
}
.aboutls-content .main .product-row .img img {
  width: 100%;
  object-fit: contain;
}
.aboutls-content .main .product-row .img .common-video {
  width: 100%;
  height: 100%;
}
.aboutls-content .main .product-row .img .common-video video {
  width: 100%;
  height: 100%;
}
.aboutls-content .main .product-row .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.aboutls-content .main .product-row .detail .name {
  font-size: 24px;
}
.aboutls-content .main .product-row .detail .tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.aboutls-content .main .product-row .detail .tags .tag {
  width: fit-content;
  text-wrap: nowrap;
  padding: 4px 12px;
  color: #fff;
  font-size: 12px;
}
.aboutls-content .main .product-row .detail .detail {
  font-size: 16px;
  color: #4b4b4d;
}
.aboutls-content .main .product-row .detail .link {
  width: 59px;
  height: 14px;
}
.aboutls-content .main .product-row .detail .link .link-img,
.aboutls-content .main .product-row .detail .link img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 16px;
  }
  .aboutls-content .top {
    height: 420px;
  }
  .aboutls-content .nav-container {
    width: 100%;
    background: #F0F0F0;
  }
  .aboutls-content .nav-container .solution-nav {
    flex-wrap: nowrap;
    padding: 24px 0;
    font-size: 20px;
  }
  .aboutls-content .nav-container .solution-nav .tab-item {
    flex: 1;
    width: 100%;
  }
  .aboutls-content .nav-container .solution-nav .tab-item:nth-child(2n)::after {
    content: "|";
  }
  .aboutls-content .main {
    padding: 16px 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .aboutls-content .main .product-row.even {
    flex-direction: row-reverse;
  }
  .aboutls-content .main .product-row.even .detail {
    padding-left: 0;
    padding-right: 60px;
    align-items: flex-start;
  }
  .aboutls-content .main .product-row {
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-bottom: 16px;
  }
  .aboutls-content .main .product-row .img,
  .aboutls-content .main .product-row .detail {
    width: 50%;
  }
  .aboutls-content .main .product-row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutls-content .main .product-row .detail {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    gap: 40px;
  }
  .aboutls-content .main .product-row .detail .tags .tag {
    padding: 8px 16px;
    font-size: 16px;
  }
  .aboutls-content .main .product-row .detail .name {
    font-size: 40px;
  }
  .aboutls-content .main .product-row .detail .sub-detail {
    font-size: 16px;
  }
}
