


#down {
  position: absolute;
  right: 376px;
  top: 736px;
}

.qr_code {
  position: absolute;
  top: -220px;
  left: 729px;
  width: 494px;
  height: 207px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  overflow: hidden;
}

.qr_code div {
  position: absolute;
  top: 207px;
  height: 207px;
  width: 207px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}

.qr_code div img {
  width: 150px;
  height: 150px;
  margin-top: 28px;
}

.qr_code .sj {
  left: 15px;
}

.qr_code .wx {
  right: 15px;
}

.btns {
  width: 495px;
  height: 135px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btns div {
  width: 241px;
  height: 59px;
  position: relative;
}

.btns div img {
  position: absolute;
  top: 0;
  left: 0;
}

.btns div img:active {
  top: 1px;
  left: 1px;
}


.wq_tit {
  margin: 0 auto;
  width: 323px;
  height: 55px;
}

.wq_lb {
  width: 1175px;
  height: 345px;
  margin-top: 25px;
  background: url(../images/wq_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.prev, .next {
  position: absolute;
  top: 140px;
  width: 47px;
  height: 61px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.img_list {
  width: 1054px;
  height: 264px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 62px;
}

.img_list ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 264px;
}

.img_list ul li {
  height: 264px;
  width: 195px;
  float: left;
  margin-right: 19px;
}
