* { box-sizing: border-box; }
/* html,body { margin: 0; padding: 0; max-width: 100%; width: 100%; overflow-x: hidden;} */
body { font-family: PingFang SC,Microsoft YaHei; }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.banner {
    width: 100%;
    /* height: 900px; */
    height: 100vh;
    position: relative;
    background: url('https://watch-statics.oss-cn-shenzhen.aliyuncs.com/gw-20260401/banner2.png') no-repeat center center;
    background-size: cover;
}

.menu-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50px;
    top: 32px;
    background: url('../img/newIndex/menu.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 100;
}

.menu-btn.menu-open {
    background: url('../img/newIndex/closeIcon.png') no-repeat center center;
    background-size: contain;
}

.logo {
    width: 64px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    background: url('../img/newIndex/logo.png') no-repeat center center;
    background-size: contain;
}

.news {
    position: absolute;
    right: 50px;
    top: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.news::before {
    display: inline-block;
    content: '';
    margin-bottom: -7px;
    width: 24px;
    height: 24px;
    margin-right: 2px;
    background: url('../img/newIndex/download.png') no-repeat center center;
    background-size: contain;
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.main-text {
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: 8px;
}

.sub-text {
    font-size: 16px;
    opacity: 0.8;
}

.company-intro {
    background-color: #FAFAFA;
    width: 100%;
}

.content-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 148px 0 184px 0;
}

.company-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 468px;
    height: 468px;
    background-color: #fff;
    /* background: url('https://watch-statics.oss-cn-shenzhen.aliyuncs.com/gw-20260401/company.png') no-repeat center center; */
    /* background: url('../img/newIndex/bigLogo.png') no-repeat center center; */
    /* background-size: 197px 214px; */
    box-shadow: 0 0 32px 0 rgba(19, 17, 18, 0.04);
}
.company-img>img{
    width: 197px;
    height: 214px;
}

.company-text {
    width: 600px;
}

.intro-title {
    font-size: 14px;
    font-weight: 400;
    color: #075F4D;
    margin-top: 22px;
    margin-bottom: 12px;
}

.company-name {
    font-size: 24px;
    font-weight: 300;
    color: #075F4D;
    margin-bottom: 48px;

}

.intro-desc {
    font-size: 14px;
    font-weight: 300;
    color: #131112;
    line-height: 25px;
    /* margin-bottom: 62px; */
}

.contact-btn {
    width: 176px;
    height: 48px;
    border-radius: 24px;
    background-color: #FFFFFF;
    border: 0.5px solid #23AF93;
    color: #075F4D;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.product-intro {
    background-color: #FFFFFF;
    width: 100%;
}
.product-intro .product-content-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 128px 0 166px 0;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 0 0 0;
}

.product-title {
    font-size: 14px;
    font-weight: 400;
    color: #075F4D;
    margin-bottom: 12px;
}

.product-name {
    font-size: 24px;
    font-weight: 300;
    color: #075F4D;
}

.header-right {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url('../img/newIndex/rightArrow.png') no-repeat center center;
    background-size: contain;
}

.more-text {
    font-size: 16px;
    font-weight: 300;
    color: #CCCCCC;
    cursor: pointer;
}

.product-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
}

.download-section-main{
  width: 814px;
  background-color: #F8F8F8;
}

.download-section-main>.download-section {
    width: 374px;
    height: 520px;
    text-align: center;
    background-color: #F8F8F8;
    padding: 76px 0 0 0;
}

.app-logo {
    width: 88px;
    height: 88px;
    margin: 0 auto 10px;
    background: url('../img/newIndex/logo(1).png') no-repeat center center;
    background-size: contain;
}

.app-name {
    font-size: 24px;
    font-weight: 300;
    color: #131112;
    margin-bottom: 60px;
}

.download-btn {
    width: 218px;
    height: 48px;
    border-radius: 24px;
    background-color: #FFFFFF;
    border: 0.5px solid #23AF93;
    color: #075F4D;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 84px;
}

.app-desc {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 20px;
    line-height: 20px;
}

.platform-icons {
    display: flex;
    justify-content: center;
    gap: 27px;
}

.icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon.apple {
    background-image: url('../img/newIndex/apple.png');
}

.icon.android {
    background-image: url('../img/newIndex/android.png');
}

.icon.wechat {
    background-image: url('../img/newIndex/filled.png');
}

.icon.web {
    background-image: url('../img/newIndex/mac.png');
}

.product-showcase{
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  width: 826px;
  height: 520px;
  margin-top: 102px;
  background-color:#075F4D;
}

.product-showcase>.product-text{
  width:512px;
  height: 100%;
  padding: 72px 70px 95px 72px;
}
.product-title-box{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 88px;
}
.product-title-box>.title-text::after{
  content: '';
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: 8px;
  margin-bottom: 4px;
  background: url('../img/newIndex/tag.png') no-repeat center center;
  background-size: contain;
}
.product-title-box>.title-desc{
  font-size: 14px;
  font-weight: 300;
  color: #1E846F;
  letter-spacing: 1.5px;
}
.product-text>.product-desc{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  margin-bottom: 40px;
}
.product-btns{
  display: flex;
  /* justify-content: space-between; */
}
.product-btns>.btnItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  background: rgba(255,255,255,0.12);
  box-shadow: 0px 0px 24px 0px rgba(19,17,18,0.08);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #23AF93;
  cursor: pointer;
}
.btnItem .icon{
  width: 24px;
  height: 24px;
}
.btnItem .icon-1{
  background-image: url('../img/newIndex/home.png');
}
.btnItem .icon-2{
  background-image: url('../img/newIndex/jing.png');
}
.btnItem .icon-3{
  background-image: url('../img/newIndex/xiao.png');
}
.btnItem .icon-4{
  background-image: url('../img/newIndex/cun.png');
}
.btnItem .icon-5{
  background-image: url('../img/newIndex/store.png');
}
.btnItem .icon-text{
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  margin-bottom: -5px;
  /* margin-top: -8px;
  margin-left: -4px; */
}
.btns-desc{
  font-size: 12px;
  color: #1E846F;
  margin-top: 16px;
}

.product-showcase>.product-img{
  position: relative;
  width: 314px;
  height: 100%;
}
.product-img>.app-img-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  width: 267px;
  height: 618px;
}
.app-img-box>.app-img{
  width: 100%;
  height: 575px;
  border-radius: 32px;
  border: 6px solid #C7E3DE;
  background-image: url('../img/newIndex/homePage.png');
  background-size: cover;
}
.app-img-box>.app-img-desc{
  font-size: 12px;
  color: #1E846F;
  text-align: center;
}

/* 联系我们 */
.contact-us{
  width: 100%;
  padding: 118px 0 204px 0;
  background-color: #FAFAFA;
}
.contact-us-content{
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  /* background-color: pink; */
}
.contact-us-ifs{
  width: 260px;
  height: 400px;
  background-image: url('https://watch-statics.oss-cn-shenzhen.aliyuncs.com/gw-20260401/ifs.png');
  background-size: cover;
}
.contact-us-map{
  width: 508px;
  height: 400px;
  background-image: url('../img/newIndex/map.png');
  background-size: cover;
}
.contact-us-dy{
  width: 432px;
  height: 400px;
  background-color: #fff;
  padding: 32px 0 0 0;
}

.contact-us-dy-title-box>.contact-us-dy-title{
  font-size: 24px;
  font-weight: 300;
  color: #075F4D;
  margin-left: 104px;
  margin-bottom: 10px;
}
.contact-us-dy-title-box>.contact-us-dy-time{
  display: flex;
  align-items: center;
  margin-left: 104px;
  justify-content: flex-start;
}
.clockIcon{
  width: 16px;
  height: 16px;
  background: url('../img/newIndex/clock.png') no-repeat center center;
  background-size: contain;
}
.timeText{
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.contact-us-dy-img-box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.contact-us-dy-img-box>.contact-us-dy-img{
  width: 152px;
  height: 152px;
  background: url('../img/newIndex/dy.png') no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0px 2px 8px rgba(182, 181, 180, 0.3));
}
.contact-us-dy-img-desc{
  display: flex;
  justify-content: flex-start;
  margin: 16px 0 0 16px;
}
.dyIcon{
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-left: 20px;
  background: url('../img/newIndex/dyIcon.png') no-repeat center center;
  background-size: contain;
}
.dyText{
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.addressBox{
  position: absolute;
  bottom: -80px;
  left: 40px;
  padding: 40px 0 20px 56px;
  width: 688px;
  background-color: #075F4D;
}
.addressBox>.addressItem{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.addressIcon{
  width: 24px;
  height: 24px;
  background: url('../img/newIndex/address.png') no-repeat center center;
  background-size: contain;
}
.phoneIcon{
  background-image: url('../img/newIndex/phone.png');
}
.emailIcon{
  background-image: url('../img/newIndex/email.png');
}
.addressText{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
}
.footer{
  width: 100%;
  /* height: 100px; */
  padding: 25px 0 27px 0;
  color: #999;
  font-size: 10px;
  background-color: #131112;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyRight{
  font-size: 10px;
  font-weight: 400;
  color: #999;
}
.icp{
  margin-left: 28px;
}

.btnActive{
  position: relative;
  background-color: #fff !important;
}
.btnActive>.icon{
  width: 40px;
  height: 40px;
  margin-top: -7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btnActive>.icon-text{
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-40%);
  font-size: 10px;
  color: #9E8262;
  margin-left: -4px;
}
.btnActive .icon-1{
  background-image: url('../img/newIndex/homeActive.png');
}
.btnActive .icon-2{
  background-image: url('../img/newIndex/jingActive.png');
}
.btnActive .icon-3{
  background-image: url('../img/newIndex/xiaoActive.png');
}
.btnActive .icon-4{
  background-image: url('../img/newIndex/cunActive.png');
}
.btnActive .icon-5{
  background-image: url('../img/newIndex/storeActive.png');
}

.menu-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
}

.menu-overlay.show{
  display: block;
}

.side-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 614px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  padding: 32px 0;
}

.menu-close{
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50px;
  top: 32px;
  background: url('../img/newIndex/closeIcon.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.menu-logo{
  width: 32px;
  height: 24px;
  margin: 0 auto 139px;
  background: url('../img/newIndex/logoB.png') no-repeat center center;
  background-size: contain;
}

.menu-items{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.menu-item{
  font-size: 16px;
  color: #131112;
  cursor: pointer;
  text-align: center;
}

.menu-item.active{
  color: #075F4D;
}

@media (min-width:601px){
  .h5-container{
      display: none;
   }
  .pc-container{
      display: block;
   }
}


/* 适配h5屏幕 */
@media (max-width:600px){
   .pc-container{
      display: none;
   }
   .h5-container{
    position: relative;
    display: block;
   }
   
   .h5-container .m-banner {
      position: relative;
      width: 100vw;
      height: 100vh;
      background: url('https://watch-statics.oss-cn-shenzhen.aliyuncs.com/gw-20260401/mBanner2.png') no-repeat center center;
      background-size: cover;
    }
    
    .m-banner .m-menu-btn {
        position: absolute;
        left: 24px;
        top: 33px;
        width: 40px;
        height: 40px;
        transform: none;
        background: url('../img/newIndex/menu.png') no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }
    
    .m-banner .m-logo {
        position: absolute;
        width: 32px;
        height: 23px;
        top: 41px;
        right: 31px;
        left: auto;
        transform: none;
        background: url('../img/newIndex/whiteLogo.png') no-repeat center center;
        background-size: contain;
    }
    .m-company-box{
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      align-items: center;
      padding: 64px 28px;
      background-color: #FAFAFA;
    }
    .m-company-img{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 320px;
      width: 320px;
      margin-bottom: 72px;
      background-color: #fff;
      /* background: url('https://watch-statics.oss-cn-shenzhen.aliyuncs.com/gw-20260401/mCompany.png') no-repeat center center; */
      /* background: url('../img/newIndex/mBigLogo.png') no-repeat center center; */
      /* background-size: 135px 147px; */
      box-shadow: 0 0 32px 0 rgba(19, 17, 18, 0.04);
    }
    .m-company-img>img{
      width: 135px;
      height: 147px;
    }
    .m-company-desc-title{
      font-size: 14px;
      font-weight: 400;
      color: #075F4D;
    }
    .m-company-desc-name{
      font-weight: 300;
      font-size: 24px;
      margin-top: 10px;
      color: #075F4D;
    }
    .m-company-desc .m-company-desc-container{
      font-weight: 300;
      font-size: 14px;
      margin-top: 6px;
      line-height: 24px;
      color: #131112;
    }
    .m-contact-btn{
      width: 176px;
      height: 48px;
      border-radius: 24px;
      background-color: #FFFFFF;
      border: 0.5px solid #23AF93;
      color: #075F4D;
      font-size: 16px;
      font-weight: 300;
      cursor: pointer;
      margin-top: 48px;
    }
    .m-product-download-box{
      padding: 64px 28px 0 28px;
      background-color: #fff;
    }
    .m-product-download-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 76px 0 56px 0;
      margin-top: 64px;
      background-color: #FAFAFA;
    }
    .m-logo{
      width: 88px;
      height: 88px;
      margin-bottom: 10px;
      background: url('../img/newIndex/mb-logo.png') no-repeat center center;
      background-size: contain;
    }
    .m-logo-name{
      font-weight: 300;
      font-size: 24px;
      color: #131112;
    }
    .m-download-btn{
      margin-top: 56px;
      border: 0.5px solid #23AF93;
    }
    .m-product-download-desc{
      font-weight: 300;
      font-size: 14px;
      text-align: center;
      color: #666666;
    }
    .m-product-icons{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 16px;
      gap: 27px;
    }
    .m-product-icons .iconItem{
      width: 20px;
      height: 20px;
      background-size: contain;
    }
    .icon1{
      background-image: url('../img/newIndex/apple.png');
    }
    .icon2{
      background-image: url('../img/newIndex/android.png');
    }
    .icon3{
      background-image: url('../img/newIndex/filled.png');
    }
    .icon4{
      background-image: url('../img/newIndex/mac.png');
    }
    .m-product-show{
      position: relative;
      width: 100%;
      padding: 40px 20px 163px 20px;
      background-color: #075F4D;
    }
    .m-product-show-title{
      font-weight: 400;
      font-size: 24px;
      color: #FFFFFF;
    }
    .m-product-show-title::after{
      content: '';
      display: inline-block;
      width: 40px;
      height: 22px;
      margin-left: 8px;
      margin-bottom: -2px;
      background: url('../img/newIndex/tag.png') no-repeat center center;
      background-size: contain;
    }
    .m-product-show-title-en{
      font-weight: 300;
      font-size: 14px;
      margin-top: 8px;
      letter-spacing: 0.9px;
      color: #1E846F;
    }
    .m-product-show-title-desc{
      font-weight: 300;
      font-size: 16px;
      margin-top: 24px;
      color: #FFFFFF;
    }
    .m-product-btns{
      display: flex;
      justify-content: space-between;
      margin-top: 72px;
    }
    .m-product-btns .btnItem{
      margin-right: 3px;
    }
    .m-product-btns-desc{
      margin-top: 12px;
      font-weight: 400;
      font-size: 12px;
      color: #1E846F;
    }
    .m-product-show-imgBox{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      bottom: -500px;
      left: 50%;
      transform: translateX(-50%);
      width: 266px;
      height: 616px;
    }
    .m-product-show-img{
      width: 100%;
      height: 567px;
      background: url('../img/newIndex/homePage.png') no-repeat center center;
      background-size: contain;
      border-radius: 32px;
      border: 5px solid #C7E3DE;
      box-shadow: 0px 3px 22px -4px rgba(96, 116, 112, 0.4);
    }
    .m-product-show-img-desc{
      font-weight: 400;
      font-size: 12px;
      color: #1E846F;
    }
    .m-contact-box{
      padding: 618px 0 64px 0;
    }
    .m-contact-title{
      font-weight: 300;
      font-size: 24px;
      padding-left: 28px;
      color: #075F4D;
    }
    .m-contact-time{
      font-weight: 400;
      font-size: 14px;
      padding-left: 28px;
      margin-top: 6px;
      color: #999999;
    }
    .m-contact-time::before{
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-bottom: -3px;
      background: url('../img/newIndex/clock.png') no-repeat center center;
      background-size: contain;
    }
    .m-dy-imgBox{
      width: 100%;
      margin-top: 64px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .m-dy-imgBox .m-dy-img{
      width:128px;
      height:128px;
      background: url('../img/newIndex/dy.png') no-repeat center center;
      background-size: contain;
      filter: drop-shadow(0px 2px 8px rgba(182, 181, 180, 0.3));
    }
    .m-dy-img-desc{
      font-weight: 400;
      font-size: 16px;
      margin-top: 16px;
      color: #999999;
    }
    .m-dy-img-desc::before{
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-bottom: -4px;
      margin-right: 8px;
      background: url('../img/newIndex/dyIcon.png') no-repeat center center;
      background-size: contain;
    }
    .m-address-box{
      padding: 41px 47px 50px 30px;
      background-color: #075F4D;
    }
    .m-address-icon{
      width: 24px;
      height: 24px;
      background-size: contain;
    }
    .m-address-item{
      display: flex;
      justify-content: flex-start;
    }
    .m-address-item:not(:last-child){
      margin-bottom: 32px;
    }
    .m-address{
      flex-shrink: 0;
      background: url('../img/newIndex/address.png') no-repeat center center;
    }
    .m-phone{
      background: url('../img/newIndex/phone.png') no-repeat center center;
    }
    .m-email{
      background: url('../img/newIndex/email.png') no-repeat center center;
    }
    .m-address-contain{
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      padding-left: 6px;
    }
    .m-ifs{
      width: 100%;
    }
    .m-map{
      position: absolute;
      bottom: -295px;
      z-index: 999;
      left: 0;
      width: 100%;
    }
    .m-footer{
      position: absolute;
      bottom: -360px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 324px 0 28px 0;
      font-weight: 400;
      font-size: 10px;
      color: #999999;
      background-color: #131112;
    }
    .m-ICP{
      margin-left: 28px;
    }
    
    /* H5端菜单样式 */
    .m-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 999;
    }
    
    .m-menu-overlay.show {
        display: block;
    }
    
    .m-side-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        padding: 32px 0;
    }
    
    .m-menu-close {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 24px;
        top: 33px;
        background: url('../img/newIndex/closeIcon.png') no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }
    
    .m-menu-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        margin-top: 100px;
    }
    
    .m-menu-item {
        font-size: 16px;
        color: #131112;
        cursor: pointer;
        text-align: center;
    }
    
    .m-menu-item.active {
        color: #075F4D;
    }
    
    /* H5端菜单按钮样式 */
    .m-menu-btn.menu-open {
        background: url('../img/newIndex/closeIcon.png') no-repeat center center;
        background-size: contain;
    }
    
    /* 隐藏H5端滚动条 */
    body {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    body::-webkit-scrollbar {
        display: none;  /* Chrome, Safari and Opera */
    }
}
