 .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white; /* 或你希望的颜色 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .maomi-content {
    padding-top: 68px; /* 根据 header 实际高度调整 */
  }
.header-mobile-menu {
    width: 22px;
    cursor: pointer;
}
.header-mobile-middle {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
}
.header-mobile-title {
    color: #22A931;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.header-mobile-tips a {
    font-size: 12px !important;
    color: #999999 !important;
}
.header-mobile-search {
    width: 24px;
    cursor: pointer;
}


.header-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 68px;
    border-bottom: 1px solid #EAEAEA;
}
.header-desktop-left {
    display: flex;
    flex-direction: column;
}
.header-desktop-title {
    color: #22A931;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.header-desktop-tips a {
    font-size: 12px !important;
    color: #999999 !important;
}
.header-desktop-search {
    height: 40px;
    padding: 0 10px;
    width: 300px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    position: relative;
}
.header-desktop-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    margin: 0 51px 0 10px;
}
.header-desktop-button {
    border: none;
    outline: none;
    position: absolute;
    height: 40px;
    right: 0;
    width: 51px;
    background-color: #22A931;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff !important;
}




  
  
    
    .notify {
      display: flex;
      align-items: center;
      padding: 0 12px;
      box-sizing: border-box;
      height: 40px;
      background-color: #EEF0EE;
      font-size: 14px;
      color: #999999;
      max-width: 1000px;
      margin: 0 auto;
  }
  
  .notify-img {
    width: 22px;
    margin-right: 10px;
}

.notify-marquee {

    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}



.owl-carousel  {
    height: 240px;
    width: 100%;
}

 .owl-carousel .item {
    height: 240px;
    width: 100%;
    overflow: hidden;
}
 .owl-carousel .item a {
    width: 100%;
    height: 100%;
 }
.owl-carousel .item img {
    width: 100%;
    height: 100%;
}
.owl-nav {
    display: none;
    text-align: center;
    margin-top: 10px;
}
.owl-dots {
    text-align: center;
    margin-top: 10px;
}

@media (max-width:767px){ 
    .owl-carousel  {
        height: 160px;
        width: 100%;
    }

     .owl-carousel .item {
        height: 160px;
        width: 100%;
        overflow: hidden;
    }

}
