.full-banner {
  position: relative;
  background-image: linear-gradient(to bottom, #6d9bd5, #8ba9fc);
}
.full-banner__inner {
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}
.full-banner__inner .inner-image {
  width: 100%;
}
.redeem-view {
  position: relative;
  overflow: hidden;
  margin-top: -30%;
}
.redeem-view .redeem-view__scan .wrap {
  width: 1300px;
  padding: 80px 0;
  border-radius: 20px;
  background-color: #fefefe;
  box-shadow: 0 5px 11px 2px rgba(0, 0, 0, 0.03);
}
.redeem-view .redeem-view__scan .scan-title .index-title {
  margin-bottom: 49px;
}
.redeem-view .redeem-view__scan .scan-title__sub {
  display: flex;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}
.redeem-view .redeem-view__scan .scan-title__sub img {
  height: 24px;
  margin-right: 5px;
}
.redeem-view .redeem-view__scan .scan-code {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  padding: 0 100px;
}
.redeem-view .redeem-view__scan .scan-code__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.redeem-view .redeem-view__scan .scan-code__item img {
  width: 280px;
}
.redeem-view .redeem-view__scan .scan-code__item .item-btn {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #5B96FE;
  margin-top: 18px;
}
.redeem-view__tip {
  margin-top: 80px;
}
.redeem-view__tip .tip-tabs {
  display: flex;
  justify-content: space-around;
}
.redeem-view__tip .tip-tabs__item {
  width: 20%;
  border-radius: 5px;
  text-align: center;
  border: 0.5px solid #adcedf;
  padding: 30px 0;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.redeem-view__tip .tip-tabs__item .item-icon {
  height: 80px;
}
.redeem-view__tip .tip-tabs__item .item-icon img {
  height: 80px;
}
.redeem-view__tip .tip-tabs__item .item-icon__normal {
  display: inline-block;
}
.redeem-view__tip .tip-tabs__item .item-icon__check {
  display: none;
}
.redeem-view__tip .tip-tabs__item h6 {
  color: #000;
  margin-top: 30px;
  font-size: 28px;
}
.redeem-view__tip .tip-tabs__item.active {
  background-color: #0092fe;
}
.redeem-view__tip .tip-tabs__item.active .item-icon__normal {
  display: none;
}
.redeem-view__tip .tip-tabs__item.active .item-icon__check {
  display: inline-block;
}
.redeem-view__tip .tip-tabs__item.active h6 {
  color: #fff;
}
.redeem-view__tip .tip-content {
  padding: 0 50px;
  background-image: url(../../images/redeem/bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto;
}
.redeem-view__tip .tip-content__item {
  display: none;
  min-height: 800px;
}
.redeem-view__tip .tip-content__item.active {
  display: block;
}
.redeem-view__tip .tip-content__item h6 {
  color: #070707;
  font-size: 18px;
  line-height: 24px;
  margin: 50px 0 20px;
}
.redeem-view__tip .tip-content__item p {
  color: #070707;
  font-size: 18px;
  line-height: 32px;
}
