.w-floating {
  position: fixed;
  top: 703px;
  left: 10px;
  z-index: 100;
}

/* @media screen and (max-width: 1500px) {
  .w-floating{
    left: 36px;
  }
} */
.w-floating  .floating-bg-back {
  cursor: pointer;
  display: none;
  /* margin-top: 11px; */
  width: 44px!important;
  height: 44px!important;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 1px 7px 0px rgba(182, 182, 182, 0.3); */
  /* border-radius: 1px; */
}
.w-floating  .floating-bg-back .floating-logo {
  /* margin-top: 14px;
  margin-left: 14px; */
  height: 44px !important;
  width: 44px !important;
}

@media (max-width:1500px) {
  .floadtingwindow-1500{
    right: 36px;
  }


}

@media (max-width:1199px) {
  .h-w-floating {
    position: fixed;
    bottom: 1.333333rem;
    right: .266667rem;
    z-index: 100;
  }
  
  
  .h-w-floating  .h-floating-bg-back {
    cursor: pointer;
    display: none;
    /* margin-top: 11px; */
    width: .853333rem!important;
    height: .853333rem!important;
    background: #FFFFFF;
    box-shadow: 0rem .026667rem .186667rem 0rem rgba(182, 182, 182, 0.3);
    border-radius: 50%;
  }
  .h-w-floating  .h-floating-bg-back .h-floating-logo {
    margin-top: .213333rem;
    margin-left: .213333rem;
    height: .426667rem !important;
    width: .426667rem !important;
  }


}

