#float .float_bottom {
  z-index: 3;
  background-color: #ffffff;
  width: 390px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
    
  overflow: hidden;
  transform: translate(0, 371px);
  transition: all 500ms;
}
 #float .float_bottom .leave {
  padding: 5px 15px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #cf2e2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 #float .float_bottom .leave text {
  font-size: 15px;
  line-height: 45px;
  color: #fff;
}
 #float .float_bottom .leave .img_b {
  overflow: hidden;
  width: 25px;
  height: 25px;
  transform: translate(0, -40%);
  cursor: pointer;
  transition: all 500ms;
}
 #float .float_bottom .leave .img_b img {
  width: 100%;
  transform: translate(0, 50%);
}
 #float .float_bottom .leave .this_float_click1_img {
  transform: translate(0, 40%);
}
 #float .float_bottom .leave .this_float_click1_img img {
  transform: translate(0, -50%);
}
 #float .float_bottom .send {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
 #float .float_bottom .send .this_input {
  margin: 5px 0;
  border: 1px solid #e5e5e5;
  line-height: 18px;
  display: block;
  border-radius: 15px;
  padding: 10px 10px;
  width: 100%;
}
 #float .float_bottom .send .this_detail {
  border-radius: 15px;
  height: 100px;
  background-color: #ffffff;
}
 #float .float_bottom .send .this_send {
  margin-top: 30px;
  background-color: #36a9e1;
  color: #fff;
  padding: 5px 0;
  border-radius: 15px;
}
 #float .float_bottom .send input::input-placeholder {
  color: #757575;
}
 #float .float_bottom .send input::-webkit-input-placeholder {
  color: #757575;
}
 #float .float_bottom .send input::-moz-placeholder {
  color: #757575;
}
 #float .float_bottom .send input::-moz-placeholder {
  color: #757575;
}
 #float .float_bottom .send input::-ms-input-placeholder {
  color: #757575;
}
 #float .float_bottom_click {
  transform: translate(0, 0);
}
 #float .float_right {
  z-index: 2;
  padding: 5px 0;
  position: fixed;
  bottom: 210px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(260px, 0);
  transition: all 300ms;
}
 #float .float_right .this_child {
  width: 300px;
  transition: all 300ms;
  border-radius: 10px;
  padding: 0;
  margin: 3px 0;
  background-color: #4d9fb3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 #float .float_right .this_child span {
  color: #fff;
}
 #float .float_right .this_child > .img_b {
  margin-right: 10px;
  width: 40px;
  padding: 8px;
}
 #float .float_right .this_child > .img_b img {
  width: 100%;
}
 #float .float_right .this_qr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 45px;
  overflow: hidden;
  transition: all 500ms;
}
 #float .float_right .this_qr > .img_b {
  width: 40px;
  padding: 8px;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
 #float .float_right .this_qr .this_right {
  display: flex;
  flex-direction: column;
}
 #float .float_right .this_qr .this_right span {
  margin-top: 10px;
  font-size: 16px;
}
 #float .float_right .this_qr .this_right .img_b {
  margin-top: 10px;
  overflow: hidden;
}
 #float .float_right:hover {
  transform: translate(0, 0);
}
 #float .float_right:hover .this_qr {
  height: 190px;
}

@media screen and (min-width: 1681px) and (max-width: 1919px) {
  #service .service_left img {
    width: 120% !important;
    max-width: 120%;
  }
}
@media screen and (min-width: 1464px) and (max-width: 1680px) {
  #service .service_left img {
    width: 125% !important;
    max-width: 125%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1463px) {
  #service .service_left img {
    width: 135% !important;
    max-width: 135%;
  }
   #advantages .adv_right p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1316px) and (max-width: 1439px) {
  #service .service_left img {
    width: 155% !important;
    max-width: 155%;
  }
   #advantages .adv_right h1 {
    font-size: 32px;
  }
   #advantages .adv_right h1 span {
    font-size: 32px;
  }
   #advantages .adv_right p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1315px) {
  #service .service_left img {
    width: 173% !important;
    max-width: 173%;
  }
   #advantages .adv_right h1 {
    font-size: 32px;
  }
   #advantages .adv_right h1 span {
    font-size: 32px;
  }
   #advantages .adv_right p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
   #product .width_40 h2 {
    font-weight: bold;
    font-size: 2rem;
  }
   #service .service_left img {
    width: 230% !important;
    max-width: 230%;
  }
   #advantages .adv_right {
    margin-top: 0;
  }
   #advantages .adv_right h1 {
    font-size: 32px;
  }
   #advantages .adv_right h1 span {
    font-size: 32px;
  }
   #advantages .adv_right p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
   #product .pro_text h3 {
    font-size: 20px;
  }
   #product .width_40 h2 {
    font-weight: bold;
    font-size: 1.8rem;
  }
   #product .width_40 .button_hover5 {
    font-size: 1em;
  }
   #service {
    flex-direction: column;
  }
   #service .service_left {
    flex: none;
    width: 100%;
  }
   #service .service_right {
    width: 100%;
  }
   #advantages {
    flex-wrap: wrap;
  }
   #advantages .adv_left {
    width: 100%;
  }
   #advantages .adv_right {
    width: 100%;
    margin-top: 3%;
  }
   #advantages .adv_right h1 {
    font-size: 2rem;
  }
   #advantages .adv_right h1 span {
    font-size: 2rem;
  }
   #advantages .adv_right p {
    font-size: 16px;
    line-height: 2;
    margin: 25px 0;
  }
}
@media screen and (max-width: 639px) {
   #friend .friend_child {
    width: 50%;
    padding: 0 40px 0px 40px;
  }
   #advantages {
    flex-wrap: wrap;
  }
   #advantages .adv_left {
    width: 100%;
  }
   #advantages .adv_right {
    width: 100%;
    margin-top: 3%;
  }
   #advantages .adv_right h1 {
    font-size: 2rem;
  }
   #advantages .adv_right h1 span {
    font-size: 2rem;
  }
   #advantages .adv_right p {
    font-size: 16px;
    line-height: 2;
    margin: 25px 0;
  }
   #product .pro_text h3 {
    font-size: 20px;
  }
   #product .width_40 h2 {
    font-weight: bold;
    font-size: 1.8rem;
  }
   #product .width_40 .button_hover5 {
    font-size: 1em;
  }
   #service {
    flex-direction: column;
  }
   #service .service_left {
    flex: none;
    width: 100%;
  }
   #service .service_right {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */