.main {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  height: 1240px;
  background: url(https://img.fxegames.com/fxegames/sgmweb/paihang/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.fixedlogo {
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/paihang/logo.png);
  width: 274px;
  height: 76px;
  position: absolute;
  top: 37px;
  left: 37px;
}
.main .bigwa {
  height: 1006px;
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/paihang/common_wa.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 919px;
  position: absolute;
  left: 50%;
  right: 0;
  margin: auto;
  margin-left: -780px;
  pointer-events: none;
}

.banbenjump {
  position: relative;
  margin: auto;
  width: 416px;
  height: 130px;
  top: 800px;
}
.banbenjump .banbenshou {
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/paihang/common_bbbg.png);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 130px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.banbenjump .banbenshou::after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/paihang/common_bbjt.png);
  width: 55px;
  height: 53px;
}
.banbenjump .banbenlist {
  width: 370px;
  height: 0;
  padding-top: 0;
  position: absolute;
  background-color: #fff;
  border-radius: 12px;
  top: 70px;
  left: 50%;
  margin-left: -185px;
  overflow: hidden;
  transition: all ease 0.1s;
}
.banbenjump:hover .banbenlist {
  height: auto;
  padding-top: 50px;
}
.banbenjump .banbenlist a {
  display: block;
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #3f2721;
  font-size: 26px;
}
.banbenjump .banbenlist a:hover {
  color: #a82c07;
  background-color: #ffe4b7;
}
