section {
  max-width: 1180px;
  margin: 0 auto;
}

.glide__arrows .glide__arrow {
  background: var(--primary-color);
  position: unset;
  display: inline-block;
  margin-top: 20px;
}

.avs {
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 20px;
  padding-top: 22px;
}

.main .bottom-line::after {
  content: "";
  display: block;
  width: 10%;
  height: 8px;
  background-color: var(--primary-color);
  margin-top: 14px;
}

.avs-img {
  margin: 30px auto;
}

.avs-text {
  margin-top: -20px;
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  line-height: 2rem;
}

.avs-text h3 {
  display: grid;
  align-items: center;
  justify-items: center;
}

.avs-text-content>h4 {
  position: relative;
}

.avs-text-content>h3 {
  display: none;
}

.avs-text-content>h4::before {
  content: '';
  position: absolute;
  background: url('../image/linecircle.png') no-repeat;
  width: 48px;
  height: 6px;
  top: -12px;
  background-size: 100% 100%;
}

.cont-news {
  padding-top: 20px;
  padding-bottom: 60px;
}

.cont-news h2 {
  margin-bottom: 30px;
}

.recom {
  max-width: 400px;
  position: relative;

  transition: 0.4s;
}

.recom:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.recom img {
  object-fit: cover;
  object-position: top center;
}

.recom .title {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(171, 171, 171, 0.65);
  color: #fff;
}

/* header变成fixed后页面向上平移*/
.sticky-trans {
  margin-top: 80px;
}
.open-trans {
  transform: translateY(80px);
}

@media (max-width: 1200px) {
  section {
    max-width: 860px;
  }

  .avs-text {
    grid-template-columns: 0.8fr 3fr;
  }

  .avs>h2{
    font-size: 22px;
  }

  .main .bottom-line::after {
    height: 7px;
    margin-top: 10px;
  }

  .avs-text h3 {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  section {
    max-width: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avs>h2,
  .cont-news h2 {
    font-size: 18px;
  }

  .main .bottom-line::after {
    height: 4px;
    width: 13%;
    margin-top: 7px;
  }

  .avs-text {
    display: unset;
  }

  .avs-text .avs-text-content {
    margin-top: -20px;
  }

  .avs-text>h3 {
    display: none;
  }

  .avs-text-content>h3 {
    display: block;
    margin-bottom: 1rem;
  }

  .avs-text-content {
    /* padding: 0 1rem 40px; */
    padding-bottom: 40px;
  }

  .avs-text-content>h4::before {
    width: 36px;
    height: 4px;
    top: -8px;
  }

  .avs-img {
    margin: 20px auto;
  }
}

@media (max-width: 576px) {
  section {
    width: 100%;
    font-size: 14px;
  }

  .avs-text h3 {
    font-size: 16px;
  }

  .avs-text {
    line-height: 28px;
    margin-top: -30px;
  }

  .main .bottom-line::after {
    width: 14%;
  }

  .recom {
    max-width: 260px;
  }
}