.com-tabs {
  margin-top: 76px;
}

.border-line {
  margin-bottom: 96px;
}

.content-wrap {
  margin-top: 26px;
}

.content-wrap .content-title {
  font-size: 24px;

  &::after {
    content: '';
    display: block;
    width: 96px;
    height: 2px;
    background: var(--primary-color);
    margin-top: 28px;
  }
}

.content-wrap .content-box {
  padding: 70px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;

  .box-left {
    width: 26vw;
    height: 16vw;
    img {
      width: 100%;
      height: 100%;
    }
  }
  /* img {
    width: 26vw;
  } */
}

.content-box.flex-reverse .box-left {
  width: 40vw;
  height: 23vw;
}

.content-wrap .content-box.pt60 {
  padding-top: 60px;
}

.content-wrap .content-box.no-border {
  border: none;
}

.content-box .box-right {
  margin-left: 36px;
  flex: 1;
}

.content-box .box-right .rt-title {
  font-size: 18px;
  line-height: 24px;
}

.content-box .box-right .rt-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 62px;
}

.content-box .box-right .rt-button {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  width: 190px;
  height: 64px;
  background: var(--primary-color);
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-more {
  font-size: 18px;
  width: 12vw;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin: 60px auto;
  cursor: pointer;
  &.more-active:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
  }
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  .com-tabs {
    margin-top: 30px;
    justify-content: space-between;
  }

  .content-wrap {
    margin-top: 0;
  }

  .content-wrap .content-title {
    display: none;
  }

  .content-wrap .content-box.pt60 {
    padding-top: 30px;
  }

  .content-wrap .content-box {
    padding: 15px 0;

    .box-left {
      width: 30vw;
      height: 17vw;
      img {
        width: 100%;
        height: 100%;
      }
    }

    /* img {
      width: 33% !important;
      height: 130px;
      width: 30vw;
      height: 17vw;
    } */
  }

  .content-box .box-right {
    margin-left: 17px;
  }
  .content-box.flex-reverse .box-right {
    margin-right: 17px !important;
  }

  .content-box .box-right .rt-button {
    display: none;
  }

  .content-wrap .content-box.no-border {
    border-bottom: 1px solid #e6e6e6;
  }

  .content-wrap:last-child .no-border {
    border-bottom: none;
  }

  .content-box .box-right .rt-title {
    font-size: 16px;
    line-height: 22px;
  }

  .content-box .box-right .rt-desc {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }
}
