/* Your custom css code goes here */
@media screen and (max-width:768px){
  html{
    font-size: 14px;
  }
  .threeLine{
    width: 20px;
    height: 20px;
    background-image: url('../img/threeLine.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2rem;
    top: 40px;
  }
  .deleteIcon{
    width: 20px;
    height: 20px;
    background-image: url('../img/delete.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2rem;
    display: none;
    top: 40px;
  }
  .probootstrap-mobile-menu-active .probootstrap-nav{
    position: absolute;
    top: 90px;
    left: 0;
    background-color: #999999;
    height: 50px;
    width: 100vw;
    overflow: auto;
    margin-left: 0;
    display: block;
    padding: 0 20px 20px;
  }
  ul.probootstrap-main-nav{
    margin-top: 0!important;
    padding:1rem .3rem 1.5rem;
  } 
  .probootstrap-main-nav li 
  {
    /* border-bottom: 2px solid #444; */
    height: 30px;
    line-height: 30px;
  }
  .probootstrap-main-nav li a
  {
    display: inline!important;
  }
  .probootstrap-main-nav li::before{
    content:'';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background: #bfbfbf;
    margin-right: 4px;
  }
  .probootstrap-mobile-menu-active .probootstrap-main-nav li.active::before{
    background: #fff;
  }
  .probootstrap-mobile-menu-active .probootstrap-main-nav li{
    margin-bottom: 0;
    padding-right: 0;
  }
  .probootstrap-block-image{
    /* background: #f9f4f4; */
    /* padding: 10px; */
  }
  
  h4{
    font-size: 1.4rem!important;
  }
  .probootstrap-header{
    width: 100vw;
  }
  .probootstrap-block-image figure{
    width: 100%;
    height: 140px;
  }
  .productBox{
    width: 88%!important;
    max-height: 60%;
    margin: 0;
  }
  .productBox img{
    width: 15rem;
    height: 15rem;
    margin-left: 20px;
  }
  .probootstrap-block-image figure img{
    width: 100%;
  }
  .probootstrap-block-image img{
    /* margin:0 15px; */
    float: left !important;
  }
  .probootstrap-section_video h3{
    font-size: 22px;
    font-weight: 700;
  }
  ul.probootstrap-main-nav{
    padding: 0;
  }
  .probootstrap-main-content{
    top: 140px;
  }
  .contachPhone{
    margin-top: 10px;
    display: block;
    margin-left: 0!important;
  }
  p, ul, ol, figure{
    margin-bottom: 10px;
  }
  .probootstrap-block-image{
    margin-bottom: 0
  }
  .probootstrap-mobile-menu-active .probootstrap-main-nav li.active a{
    color: #fff;
  }
  .probootstrap-block-image h4.name{
    margin-top: 0px;
  }
  .productNameList{
    background: #fff;
    border-top: 1px solid #ccc;
  }
  .probootstrap-footer-section{
    padding: 3rem 0;
  }

  .probootstrap-section{
    padding-bottom: 0!important;
  }
}

@media screen and (max-width:375px){
  html{
    font-size: 12px;
  }
}
@media screen and (min-width:768px) and (max-width:1000px){
  .probootstrap-nav{
    margin-left: 0;
  }
}
@media screen and (min-width:992px){
  .container{
    width: 100%;
  }
  video{
    display: block;
    margin: 0 auto;
    height: calc(100% - 120px);
    width: 66%;
  }
  .probootstrap-slider.flexslider{
    padding: 0 15px;
  }
  .probootstrap-half.reverse{
    padding: 0 15px;
  }
  .padding_200{
    padding: 0 200px!important;
  }
  .padding_185{
    padding-left: 185px!important
  }
  .probootstrap-block-image figure img{
    width: 300px;
  }
  .probootstrap-block-image figure{
    width: 300px;
    height: 300px;
  }
  .productBoxContainer{
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
  }
  .probootstrap-footer-section{
    padding-top: 0;
  }
}
.logBg{
    width: 250px;
    height: 70px;
    background-image: url('../img/23.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.probootstrap-footer{
  position: relative;
  top:106px;
}
.probootstrap-footer-spacer,
.probootstrap-footer {
  height: 0;
}
.probootstrap-footer-section{
  background-color: #fff;
}
.productBoxContainer{
  height: 100%;
  overflow-y: auto;
}
.probootstrap-mobile-menu-active .probootstrap-nav{
  padding: 10px;
}
.contachPhone{
  margin-left: 60px;
}

.introduceTitle{
  background: rgb(43, 150, 146);
  color: #fff;
  padding: 3px 6px;
  display: inline-block;
}
.productName{
  background: rgb(47, 194, 128);
  color: #fff;
  padding: 4px;
  display: inline-block;
}
.allProductList{
  background: #fff!important;
}
.allProductList p{
  color: #000!important;
}

@media screen and (max-width:414px){
  .joinUs{
    height: 124px!important;
  }
  .togetherWin{
    height: 124px!important;
  }
}
.joinUs{
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/joinUs.jpg')
}
.togetherWin{
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/togetherWin.jpg')
}

.probootstrap-half.reverse{
  margin-bottom: 40px;
}