h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #171717;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #171717;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #171717;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #171717;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #171717;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #171717;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 175%;
}

.download-banner-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171717;
  text-decoration: none;
}

.download-text {
  display: inline;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.text-yellow {
  color: #ffd707;
}

.download-arrow {
  display: inline;
  margin-left: 8px;
}

.download-logo {
  width: 40px;
}

.video-wrapper {
  background-color: #171717;
}

.video-wrapper.img-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 256px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, 0.6)), to(hsla(0, 0%, 9%, 0.6))), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 9%, 0.6), hsla(0, 0%, 9%, 0.6)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-wrapper.img-bg.audio {
  min-height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 9%, 0.7)), to(hsla(0, 0%, 9%, 0.7))), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 9%, 0.7), hsla(0, 0%, 9%, 0.7)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video {
  width: 100vw;
  height: 56.25vw;
}

.stream-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stream-bar.bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stream-status-dot {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 6px;
  background-color: #00c697;
}

.stream-status-text {
  opacity: 0.4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.tab-button {
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 0px;
  background-color: transparent;
  color: #8f92a1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.tab-button.w--current {
  border-bottom: 2px solid #171717;
  background-color: transparent;
  color: #171717;
}

.tabs-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 2px solid rgba(143, 146, 161, 0.2);
}

.detail-row {
  padding: 28px 20px;
  border-bottom: 1px solid rgba(143, 146, 161, 0.2);
}

.detail-row.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-row.last {
  margin-bottom: 80px;
  border-bottom-style: none;
}

.section {
  color: #8f92a1;
}

.h5-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #8f92a1;
  line-height: 150%;
}

.label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
}

.h1 {
  margin-top: 10px;
  color: #171717;
  font-size: 30px;
  line-height: 150%;
  font-weight: 900;
}

.avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-image: url('../images/avatar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-inline {
  display: inline-block;
}

.flex-horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3 {
  color: #171717;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

.right-margin-10 {
  margin-right: 10px;
}

.display {
  font-size: 16px;
  line-height: 175%;
}

.bottom-margin-20 {
  margin-bottom: 20px;
}

.eps-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.h4 {
  color: #171717;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.body-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #8f92a1;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}

.bottom-margin-2 {
  margin-bottom: 2px;
}

.banner-wrapper {
  margin-top: 100px;
  padding: 20px 20px 28px;
}

.banner-wrapper.audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-white {
  color: #fff;
}

.countdown {
  padding-top: 10px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
}

.countdown-small {
  font-size: 16px;
  font-weight: 400;
}

.download-body {
  overflow: hidden;
  background-color: #e2f6f5;
}

.download-body.pingfan {
  background-color: #F0C9B9;
}

.download-body.franklingyin {
  background-color: #FFFFFF;
}

.wechat-click-arrow {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
}

.download-content {
  width: 100%;
  max-width: 320px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.download-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-right {
    text-align: right;
  }

  .banner-wrapper.audio {
    margin-top: 60px;
  }

  .countdown {
    font-size: 54px;
  }

  .download-content.android {
    margin-top: 80px;
  }
}