.download_wrapper {
  padding: 80px 0;
  text-align: center;
}

.download_wrapper .flex-wrapper>div {
  flex-grow: 1;
  background: #fff;
  transition: all .5s;
}

.download_wrapper .flex-wrapper>div:nth-of-type(2) {
  margin: 0 30px;
}

.download_wrapper h6 {
  font-size: 24px;
  color: #333333;
  padding: 60px 0 30px;
}

.download_wrapper p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 35px;
}

.download_wrapper .icon {
  position: relative;
}

.download_wrapper .icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../imgs/Android.png) no-repeat center;
  margin-bottom: 50px;
}

.download_wrapper .icon span:last-of-type {
  background: url(../imgs/Apple.png) no-repeat center;
  margin-left: 80px;
}

.download_wrapper .btns span {
  display: inline-block;
  background: #FFAA33;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all .5s;
}

.download_wrapper .btns span:last-of-type {
  margin-left: 20px;
}

.download_wrapper .item.active {
  box-shadow: 0px 50px 50px 0px rgba(153, 153, 153, 0.35);
}

.download_wrapper .item.active .btns .activeBtn {
  opacity: 0.5;
}

.qrcode {
  width: 50%;
  height: 200px;
  position: absolute;
  top: -30px;
  display: none;
}

.qrcode:nth-of-type(2n+1) {
  left: 40px;
}

.qrcode:nth-of-type(2n) {
  right: 0;
}