@charset "UTF-8";
@media (min-width: 769px) {
  .page-wrapper .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.475rem;
    height: 0.75rem;
  }
  .page-wrapper .search-box .keyword {
    font-size: 0.2rem;
  }
  .page-wrapper .search-box .outerFrame {
    display: flex;
    align-items: center;
    width: 4.9625rem;
    height: 0.5rem;
    border: 0.0125rem solid rgba(50, 50, 49, 0.5);
    border-radius: 0.4rem;
  }
  .page-wrapper .search-box .outerFrame,
.page-wrapper .search-box .input,
.page-wrapper .search-box .img {
    /* 圆角边框 */
    border-radius: 35px;
  }
  .page-wrapper .search-box .inside {
    /* border: 1px solid green; */
  }
  .page-wrapper .search-box .img,
.page-wrapper .search-box .input {
    /* 属性设置元素的垂直对齐方式。 */
    vertical-align: middle;
  }
  .page-wrapper .search-box .img {
    /* 设置宽高 */
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.25rem;
  }
  .page-wrapper .search-box .input {
    width: 3.9625rem;
    height: 0.4rem;
    /* 不显示边框 */
    outline: none;
    border: none;
    /* 输入内容的字体大小 */
    font-size: 0.225rem;
    margin-left: 0.165rem;
  }
  .page-wrapper .introduce {
    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 .introduce-btns {
    display: flex;
    justify-content: center;
  }
  .page-wrapper .introduce .introduce-btns .item-btn {
    cursor: pointer;
    font-size: 0.2rem;
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.1rem;
    border: 0.0125rem solid #5D9FF6;
    color: #5D9FF6;
  }
  .page-wrapper .introduce .introduce-btns .item-btn:not(:last-of-type) {
    margin-right: 0.5rem;
  }
  .page-wrapper .introduce .introduce-btns .active {
    background: linear-gradient(180deg, #5D9FF6 0%, #2F507B 100%);
    color: #fff;
  }
  .page-wrapper .introduce .list-product {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page-wrapper .introduce .list-product .item-list {
    display: block;
    margin-top: 0.25rem;
    margin-right: 0.125rem;
    width: 24%;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2) {
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: #F9F9F9;
    font-size: 0.225rem;
    color: #666666;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2):hover {
    background: #5D9FF6;
    color: #fff;
  }
  .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 #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 .search-box {
    display: none;
  }
  .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 .introduce-btns {
    display: flex;
    justify-content: space-between;
  }
  .page-wrapper .introduce .introduce-btns .item-btn {
    font-size: 0.9rem;
    width: 6.4rem;
    height: 1.925rem;
    line-height: 1.925rem;
    text-align: center;
    border-radius: 0.1rem;
    border: 0.0125rem solid #5D9FF6;
    color: #5D9FF6;
  }
  .page-wrapper .introduce .introduce-btns .item-btn:not(:last-of-type) {
    margin-right: 1.275rem;
  }
  .page-wrapper .introduce .introduce-btns .active {
    background: linear-gradient(180deg, #5D9FF6 0%, #2F507B 100%);
    color: #fff;
  }
  .page-wrapper .introduce .list-product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-wrapper .introduce .list-product .item-list {
    display: block;
    margin-top: 0.6375rem;
    margin-bottom: 0.6375rem;
    width: 10.625rem;
  }
  .page-wrapper .introduce .list-product .item-list div:nth-child(2) {
    height: 1.925rem;
    line-height: 1.925rem;
    text-align: center;
    background: #F9F9F9;
    font-size: 0.9rem;
    color: #666666;
  }
  .page-wrapper .introduce .list-product .item-list img {
    display: block;
  }
  .page-wrapper #layPage {
    display: none;
  }
}