.download {
  height: 813px;
  background: url(../images/download/banner-04.jpg?v=1.0) no-repeat center;
  background-size: auto 100%;
}
.download .app-main {
  margin-top: 367px;
  margin-left: 730px;
}
.download .app-main .btn-list {
  margin-bottom: 50px;
}
.download .app-main .btn {
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  padding-left: 58px;
  border-radius: 23px;
  font-size: 20px;
  font-weight: 400;
  color: #004A8D;
  padding-right: 25px;
}
.download .app-main .btn.wx {
  margin-right: 26px;
  background: #FFFFFF url(../images/download/wx-icon.png) no-repeat 25px center;
  background-size: 22px 22px;
}
.download .app-main .btn.wx:hover,
.download .app-main .btn.wx.on {
  background: #004A8D url(../images/download/wx-hover-icon.png) no-repeat 25px center;
  background-size: 22px 22px;
  color: #fff;
}
.download .app-main .btn.phone {
  background: #FFFFFF url(../images/download/phone-icon.png) no-repeat 27px center;
  background-size: 18px 28px;
}
.download .app-main .btn.phone:hover,
.download .app-main .btn.phone.on {
  background: #004A8D url(../images/download/phone-hover-icon.png) no-repeat 27px center;
  background-size: 18px 28px;
  color: #fff;
}
.download .app-main .code-img {
  width: 200px;
  height: 200px;
  font-size: 0;
  text-align: center;
  line-height: 200px;
  border: 1px solid #fff;
  padding: 25px;
}
