body{
    /* padding-top: 60px; */
}
.fix-header{
    width: 100%;
    position: fixed;
    top:0;
    z-index: 1000;
}
.top-header{
    z-index: 2000;
    position: relative;
}
.site-header-pc{
    height: 60px;
    padding:0px 30px;
    background: #FFFFFF;
    width: 100%;
    /* box-shadow: 0px 2px 8px 1px #666; */
}
.site-header-mobile{
    height: 50px;
}


/* header left */
.site-logo{
    width: auto;
    height: 28px;
}
.site-header-line{
    height: 36px;
    width: 1px;
    background-color: #333;
}
.site-title{
    font-weight: 400;
    font-size: 20rem;
    color: #333333;
}

/* header middle */
.site-header-mid{
    flex:1;
    max-width: 1000px;
    min-width: 500px;
    padding-left: 20px;
}
.site-header-mid-label{
    font-weight: 400;
    font-size: 16rem;
    color: #656565;
    text-decoration: none !important;
}
.site-header-mid-label:hover{
    color: black;
}

/* header right */
.site-sub-header-left {
    flex:1;
}
.site-header-right{
    flex:1;
    max-width: 250px;
    min-width: 200px;
    justify-content: flex-end;
    column-gap: 20px;
}
.site-header-right-lan{
    padding-right: 5px;
}

.site-header-right-lan-global{
    width: 23px;
    height: 23px;
}
.site-header-right-lan-arrow{
    width: 13px;
    height: 6px;
}
.site-header-chat{
    width: 105px;
    height: 36px;
}

.site-header-right-lan-wrap{
    position: relative;
}
.site-header-right-lan-content{
    position: absolute;
    z-index: 100;
    top:45px;
    left:-70px;
    display: none;
    padding:20px;
    background-color: white;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 20px;
    width: 180px;
    padding:0px;
    overflow: hidden;
}
.site-header-right-lan-content.active{
    display: block;
}
.site-header-right-lan-content li{
    padding:5px 20px;
    margin:5px 0px;
    cursor: pointer;
}
.site-header-right-lan-content li:hover{
    background-color: gainsboro;
}
/* sub header */
.site-sub-header{
    padding:0px 30px;
    background: #656565;
    color:white;
    font-size: 18rem;
    height: 50px;
    position:sticky;
    top:0px;
    z-index: 1000;
}
.site-sub-header-top-title{
    font-size: 14rem;
}
.site-sub-header-left .site-sub-header-item-label{
    color:inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 14rem;
}

.site-sub-header-item-btn{
    background: #0373BD;
    padding:5px 10px;
    border-radius: 8px;
    color:white !important;
    text-decoration: none;
    cursor: pointer;
    font-size: 14rem;
}

/* main content */
.site-main-container{
    width: 100%;
    min-height: calc(100vh - 60px - 364px);
}
.site-main-content{
    margin: 0px auto;
    padding:0px 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1920px;
    min-height: calc(100vh - 60px - 364px);
}

.product-item-wrap{
    background-color: gray;
    max-width: 955px;
    min-width: 370px;
    color: white;
    padding:60px 30px;
    width: calc(50% - 5px);
}
.product-container{
    column-gap: 8px;
    row-gap: 8px;
}
.product-img-wrap{
    width: calc(50% - 4px);
    
}
.product-thumb{
    width: 100%;
}
.product-item-title{
    font-size: 32rem;
}
.product-item-subtitle{
    font-size: 24rpx;
    opacity: 0.7;
    margin-top: 20px;
}
.product-item-link{
    font-size: 24rpx;
    text-decoration: none;
    margin-top: 16px;
}
.product-item-pic{
    width: 200px;
    height: 200px;
    margin-top: 30px;
}

/* site footer */
.site-footer{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
    background: #4C98D0;
    padding:40px 5px 40px 5px;
    bottom: 0 !important;
}
.site-footer-content{
    margin:0px auto;
    width: 100%;
    /* max-width: 1500px; */
    padding:0px 20px;
}

.site-footer-content p{
    margin: 0px;
    padding:0px;
}
.contract-us-wrap {
    max-width: 320px;
}
.mobile-flex .contract-us-wrap{
    max-width: unset;
}
.contact-p-header,.site-footer-menu-label-header,.site-link-header,.subscribe-wrap-header,.follow-us-header{
    /* font-size: 17px; */
    
}
.site-footer-menu-label-header,.site-link-header{
    font-weight: bold;
}
.site-footer-menu-label{
    color:inherit;
    display: block;
    text-decoration: none !important;
}
.site-footer-menu.product-menu{
    padding:0px 40px;
}
.site-link.other-link-wrap{
    padding-right: 30px;
}


.fllow-us{
    margin-top: 40px;
}
.share-icon{
    margin-top: 20px;
}
.share-icon-item{
    width: 36px;
    height: 36px;
}
.subscribe-ipt-wrap{
    padding: 2px 20px 2px 10px;
    height: 50px;
    background-color: white;
    border-radius: 35px;
    overflow: hidden;
    width: 280px;
}
.subscribe-ipt-wrap input{
    width: 85%;
    border: none;
    height: 80%;
    font-size: 18rem;
}
.subscribe-ipt-wrap input:focus,.subscribe-ipt-wrap input:active,.subscribe-ipt-wrap input:focus-visible{
    border:none;
    outline: none;
}
.subscribe-send-icon{
    width: 26px;
    height: 26px;
}
.site-link  a{
    text-decoration: none !important;
}
.translateSelectLanguage{
    display: none !important;
}
.whatapp-link{
    display: none;
    position: fixed;
    left: 10px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    z-index: 1000;
}

.preview-video{
    width: 100vw;
   /* height: calc(100vh - 20px); */
   /* width: 100vw; */
   height: 100vh;
   /* min-height: 100vh; */
   position: fixed;
   z-index: 1500;
   top:0;
   left: 0;
   display: none;
   background-color: rgba(0,0,0,0.8);
}
.preview-video.active{
   display: block;
}

.video-close{
   font-size: 30px;
   position: absolute;
   top:10px;
   right: 10px;
   color: white;
   cursor: pointer;
   z-index: 550;
}
.share-media{
    padding:30px;
    max-width: 510px;
}
.share-media .fa {
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .share-media .fa:hover {
      opacity: 0.7;
  }
  
  .share-media .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .share-media .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .share-media .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .share-media .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .share-media .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .share-media .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .share-media .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .share-media .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .share-media .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .share-media .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .share-media .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .share-media .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .share-media .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .share-media .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .share-media .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .share-media .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .share-media .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .share-media .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .share-media .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .share-media .fa-reddit {
    background: #ff5700;
    color: white;
  }
  
  .share-media .fa-rss {
    background: #ff6600;
    color: white;
  }

  .share-media .fa-phone {
    background: #49c639;
    color: white;
  }
  .share-media a{
    border-radius: 50%;
  }
  .social-media-icon-item{
    width: 50px;
    height: auto;
  }
  .social-media-icon-item2{
    width: 35px;
    height: auto;
  }