.ydbg2 {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 999;
  width: 62px;
  height: 179px;
  opacity: 1;
  border-radius: 11px;

  text-align: center;
  background: url(../images/images/public/fix_bg.png) no-repeat center;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.wbbox {
  margin-top: 20px;
}

.wxewm {
  position: absolute;
  top: 0;
  left: -107px;
  width: 100px;
}

.wbewm {
  position: absolute;
  top: 74px;
  left: -107px;
  width: 100px;
}

@media (max-width: 1280px) {
  .ydbg2 {
    display: none;
  }
}

