@media (min-width: 769px) {
  .page-wrapper .introduce {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7625rem 3.475rem 0 3.475rem;
  }
  .page-wrapper .introduce .introduce-title {
    width: 100%;
    position: relative;
    margin-bottom: 0.65rem;
    text-align: center;
    font-size: 0.375rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #666666;
  }
  .page-wrapper .introduce .about-us {
    position: absolute;
    top: -0.305rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.5rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(102, 102, 102, 0.2);
  }
  .page-wrapper .introduce .introduce-title::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5rem;
    height: 0.05rem;
    background: #5D9FF6;
    border-radius: 0.05rem;
  }
  .page-wrapper .introduce .list-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .page-wrapper .introduce .list-product .item-list {
    position: relative;
    display: block;
    margin-right: 0.25rem;
    margin-top: 0.25rem;
    width: 5.175rem;
    height: 4.4375rem;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    background: rgba(50, 50, 49, 0.5);
    font-size: 0.3rem;
    color: #fff;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2):hover {
    background: linear-gradient(180deg, rgba(93, 159, 246, 0.6) 0%, rgba(58, 103, 192, 0.6) 100%);
  }
  .page-wrapper .introduce .list-product .item-list .img-box {
    overflow: hidden;
  }
  .page-wrapper .introduce .list-product .item-list .img-box img {
    display: block;
    transform: scale(1);
    transition: all 0.4s ease-in 0s;
  }
  .page-wrapper .introduce .list-product .item-list .img-box:hover img {
    transform: scale(1.1);
    -webkit-animation: all 0.4s ease-in;
  }
  .page-wrapper .introduce .list-product .item-list img {
    display: block;
    width: 5.175rem;
    height: 4.4375rem;
  }
  .page-wrapper .introduce .list-product .item-list:nth-child(3n) {
    margin-right: 0;
  }
  .page-wrapper #layPage {
    display: flex;
    width: 100%;
    margin: 0.5rem 0;
  }
  .page-wrapper .layui-laypage-gap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .page-wrapper .layui-laypage-gap a, .page-wrapper .layui-laypage-gap span {
    margin-right: 0.125rem;
  }
  .page-wrapper .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #5D9FF6;
  }
  .page-wrapper .layui-laypage a:hover {
    color: #5D9FF6;
  }
  .page-wrapper .layui-laypage-prev {
    white-space: nowrap;
  }
  .page-wrapper .layui-laypage-next {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .page-wrapper .introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.925rem 1.025rem 0 1.025rem;
  }
  .page-wrapper .introduce .introduce-title {
    width: 100%;
    position: relative;
    margin-bottom: 2.4375rem;
    text-align: center;
    font-size: 1.025rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #666666;
  }
  .page-wrapper .introduce .about-us {
    width: 100%;
    position: absolute;
    top: -0.665rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.15rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(102, 102, 102, 0.2);
  }
  .page-wrapper .introduce .introduce-title::after {
    content: "";
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 0.125rem;
    background: #5D9FF6;
    border-radius: 0.05rem;
  }
  .page-wrapper .introduce .list-product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-wrapper .introduce .list-product .item-list {
    position: relative;
    display: block;
    margin-top: 0.6375rem;
    margin-bottom: 0.6375rem;
    width: 10.625rem;
    height: 9.0875rem;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.925rem;
    line-height: 1.925rem;
    text-align: center;
    background: rgba(50, 50, 49, 0.5);
    font-size: 0.9rem;
    color: #fff;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2):hover {
    background: rgba(58, 103, 192, 0.6);
  }
  .page-wrapper .introduce .list-product .item-list img {
    display: block;
  }
  .page-wrapper #layPage {
    display: none;
  }
}