/* 新浮动下载框 */
.kefu_float_download_new {
  height: 468px;
  width: 176px;
  color: #f1e3a3;
  background: url(/statics/img/web/gamesite/module6/new_float_bg.png) no-repeat;
  position: fixed;
  top: 50%;
  right: 1.2%;
  transform: translateY(-50%);
  z-index: 100;
}
.kefu_float_download_new .search_server_new {
  position: absolute;
  top: 12px;
  left: 0;
  width: 176px;
  height: 56px;
}
.kefu_float_download_new .btn_search_server_new {
  display: block;
  width: 123px;
  height: 41px;
  margin-left: 25px;
  margin-top: 8px;
  background: url(/statics/img/web/gamesite/module6/new-search-server.png)
    no-repeat;
}
.kefu_float_download_new .btn_search_server_new:hover {
  background: url(/statics/img/web/gamesite/module6/new-search-server-active.png)
    no-repeat;
}
.kefu_float_download_new .qrcode1_new {
  width: 110px;
  height: 110px;
  background: #ffffff;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 92px;
  right: 32px;
}
.kefu_float_download_new .qrcode2_new {
  width: 110px;
  height: 110px;
  background: #ffffff;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 290px;
  right: 32px;
}
.kefu_float_download_new .qrcode1_new img,
.kefu_float_download_new .qrcode2_new img {
  width: 100% !important;
  height: 100% !important;
}
