.plugin-popup-bg{
  background: rgba(29,29,31,.7);
  position: fixed;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.plugin-popup-imgbox{
  width: 206px;
  height: 110px;
  margin: 0 auto;
}
.plugin-popup{
  border-radius: 4px;
  position: fixed;
  padding: 10px 20px 0 20px;
  width: 340px;
  height: 302px;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -156px;
  background: #fff;
  z-index: 10001;
}
.plugin-popup h3{
  text-align: center;
  color: #3C3C3C;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.plugin-popup p{
  margin-top: 4px;
  text-align: center;
  color: #3C3C3C;
  font-size: 16px;
}
.plugin-popup-btnbox{
  margin-top: 20px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.plugin-popup-btn-left,.plugin-popup-btn-right{
  width: 160px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
}
.plugin-popup .plugin-popup-btn-left{
  background: #098FFA;
  color: #fff;
}
.plugin-popup .plugin-popup-btn-left:hover {
  color: #fff !important;
}
.plugin-popup .plugin-popup-btn-right{
  background: #fff;
  color: #fff;
  border: 1px solid #EAEAEA;
  color: #979797;
}
.plugin-popup .plugin-popup-btn-right:hover {
  color: #979797 !important;
}
.plugin-popup .plugin-popup-bottom-text{
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  color: #098FFA;
  font-size: 12px;
}
.plugin-popup-close{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../images/plugin-popup-close.png") no-repeat center center;
  cursor: pointer;
}
.left-float-window{
  position: fixed;
  top: 600px;
  left: 0;
  width: 26px;
  height: 78px;
  z-index: 9999;
  background: url("../images/left-float.png") no-repeat center center;
  cursor: pointer;
}
.none{
  display: none;
}
@media screen and (max-width: 1440px) {
  .left-float-window {
    top: 412px;
}
}

.layui-layer-tips .layui-layer-content {
  color: #000 !important;
}