html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  /* background-image: linear-gradient(#4780f0, #4a45ed);
  background-image: -webkit-linear-gradient(#4780f0, #4a45ed); */
}

.weui-btn_primary {
  background-color: #4960ee;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
  color: hsla(0deg, 0%, 100%, 0.6);
  background-color: #3f51b5;
}

.weui-dialog__btn {
  color: #4960ee;
}

.index .title {
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
}
.index .banner img {
  width: 100%;
}
.index .weui-cell__hd img {
  width: 2.6rem;
  margin-right: 10px;
}
.index .weui-cells:after,
.index .weui-cells:before {
  display: none;
}
.index .weui-cell:before {
  display: none;
}
.index .weui-cell {
  padding: 0.8rem 1.2rem;
}

.list {
  padding-top: 0.6rem;
}
.list .title {
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
}
.list .weui-cell__hd img {
  width: 2.6rem;
  margin-right: 10px;
}
.list .weui-cell {
  padding: 0.8rem 1.2rem;
}
.list .weui-cells {
  margin-top: 0;
}

.lists strong {
  color: #3D80EE;
}

.detail {
  overflow-x: hidden;
}
.detail .title {
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.detail .content {
  padding: 0.4rem 1rem;
}
.detail .content > h2 {
  font-size: 1rem;
}
.detail .content > p {
  padding: 0.2rem 0;
  line-height: 1.8;
}
.detail .content img {
  max-width: 100%;
}
.detail .content span.warn {
  color: #fd0500;
}
.detail .content .qr {
  margin: 2rem 0 1rem;
  text-align: center;
}
.detail .content .qs-title {
  color: #3D80EE;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.detail .content .qs-p {
  background-color: aliceblue;
  padding: 0.4rem 0.6rem;
  margin-top: 10px;
  letter-spacing: 0.4px;
}

.video .title {
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
}
.video .list {
  flex-wrap: wrap;
  padding: 5px;
}
.video .item {
  width: 50%;
  padding: 5px 15px;
  box-sizing: border-box;
}

.back {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 1rem;
  margin-top: 1rem;
  background: url(../img/icon-back.svg) no-repeat center/100%;
  text-indent: -9999px;
}

.wxts {
  color: red;
}

.bh {
  color: red;
  text-decoration: underline;
}

.index, .detail {
  padding-bottom: 1.5rem;
}/*# sourceMappingURL=style.css.map */