  /* @media (max-width: 1180px) {
    .contact-content-1{
      left: 60% !important;
    }
  }
  @media(max-width:1024px){
    .card{height: 125px !important;}
    .product{font-size: 14px !important;}
    .productText div{font-size: 10px !important}
    .logoBox{height: 50px !important;}
    .contact-content-1{left: 70% !important;}
    .contact-content-1 p:nth-child(1){font-size: 30px !important;}
    .contact-content-1 p:nth-child(2){font-size: 14px !important;}
    .head img{height: 300px;}
  }
  @media(max-width:430px){
    .contact-content-1{margin-left:0 !important; left: 20% !important;}
    .head img{height: 250px;}
    .content{display: none !important;}
    header{text-align: center;}
    .card{width: 207px !important;flex-direction: column-reverse;}
    .container{padding: 50px 0 !important;}
    .card-grid{grid-template-columns: repeat(2, 1fr)!important;gap: 15px !important;}
    .product{padding: 20px 0 0 0 !important;text-align: center !important;}
    .productDescription{padding-left: 0 !important;}
    .container footer div{display: none !important;}
    .dis-grid{grid-template-columns: repeat(3, 1fr) !important;gap: 15px !important;}
    .footerButtonMore{height: 20px !important;}
    .productText{text-align: center;}
  }
  @media(max-width:414px){.card{width: 200px !important;}}
  @media(max-width:390px){.card{width: 187px !important;}}
  @media(max-width:375px){.card{width: 180px !important;}} */
  .card-grid{
    display:grid;
    grid-template-columns: repeat(3, 364px);
    gap: 35px;
    justify-content: space-between;
    align-items: center;
  }
  .dis-grid{
    display: grid;
    grid-template-columns: repeat(5, 202px);
    gap: 36px;
    justify-content: space-between;;
    align-items: center;
  }
  .logoBox{
    width: 202px;
    overflow: hidden;
    height: 88px;
    box-shadow: 1px 1px 5px 0px rgba(175,175,175,0.5);
  }
  .logopic{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* filter: grayscale(100%); 将图片设为灰色 */
  }
  /* .logopic:hover{
    filter: grayscale(0%); /* 鼠标悬停时将图片设为彩色 */
  /* } */ 
  .card{
    width: 364px;
    height: 224px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 28px 0px rgba(204,204,204,0.5);
    border-radius: 6px;
    box-sizing: border-box;
  }
  .productPicBox{
    height: 160px;
    width: 160px;
    overflow: hidden;
    margin-right:10px;
  }
  .productPic{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
  }
  .buttonMore{
    width: 118px;
    height: 41px;
    border: 1px solid #615e5e;
    background-color: #fff;
    border-radius: 1px;
    color: #615e5e;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #7D7E81;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 50px;
  }
  header{
    width:100%;
    font-size: 24px;
    color: #343434;
    letter-spacing: 0;
    font-weight: 600;
  }
  .paddingBox{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  main{
    width: 100%;
    margin-top: 50px;
  }
  .container{
    width: 100vw;
    margin-top: 49.91px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
  }
  .productDescription{
    width:150px;
    display: flex; /* 使用Flexbox布局 */
    flex: 1;
    flex-direction: column; /* 垂直布局 */
    justify-content: center; /* 垂直居中对齐 */
    padding-left: 32px;
    position: relative;
    top: -20px
  }
  .product{
    color: #676769;
    font-size: 18px;
    flex-wrap: wrap;
    font-weight: 600;
    padding: 20px 0;
    text-align: left;
  }
  .productText{
    width: 170px;
  }
  .productText div {
    font-size: 14px; /* 设置文字大小为20px，可以根据需要调整 */
    font-weight: 600;
  }
  .navigationBar {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 68px;
    background: #FFFFFF;
  }
  .tab-container {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: space-around;
  }
  .tab {
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #343434;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    text-align: center;
    height: 100%;
    line-height: 68px;
    cursor: pointer;
    margin:0 32px;
  }
  .tab-container .tab.active {
    border-bottom: 2px solid #F7BD2C;
  }
  footer{
    width: 100%;
  }
  .home-tit{
    padding-top: 30px !important;
  }
  @media(max-width:1330px){
    main{width:100%;}
    .dis-grid {width: 100%;grid-template-columns: repeat(4, 202px);justify-content: space-between;}
    .card-grid {width: 100%;grid-template-columns: repeat(2, 364px);justify-content: space-between;}
    
  }
  @media(max-width:990px){
    .tab {width:80px !important;}
    .card-grid {width: 100%;grid-template-columns: repeat(1, 100%);gap:0px;}
    .card{margin:20px 0;width:100%;}
    .dis-grid {width: 100%;grid-template-columns: repeat(2, 162px);gap:16px}
    .logoBox {width: 162px;height: 68px;}
    .navigationBar{height:auto;}
    .tab-container{flex-wrap:wrap;}
    .productText{width:auto;}
  }
  @media(max-width:390px){
    .logoBox {width: 142px;height: 58px;}
    .dis-grid {grid-template-columns: repeat(2, 142px);}
  }
