/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  background: #fff;
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  padding: 0;
  font-family: "Source Han Sans", sans-serif; }

.headPaper {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-size: cover;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

.fullscreenRedSong {
  background-image: url("../img/red_index.jpg"); }

.fullscreenRedSongJoin {
  background-image: url("../img/red_introduction@2x.jpg"); }

.hero {
  width: 100%;
  height: auto; }

#out-share-pic {
  display: none; }

.marginHor {
  margin-left: 20px;
  margin-right: 20px; }

.slide {
  margin-top: 57px; }

.slide h1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 18px;
  font-weight: normal; }

.slide h3 {
  font-size: 14px;
  color: #F8b837;
  letter-spacing: 3px;
  margin-bottom: 0; }

.titleLiSquare {
  background: #F8b837;
  width: 10px;
  height: 22px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle; }

.slide p {
  font-size: 14px;
  color: #6a6863;
  line-height: 30px; }

.slide .p2 p {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
  line-height: 30px; }

.slide .highLightBold {
  font-weight: bold;
  color: #333; }

.slide .highLightColor {
  color: #F8b837; }

.slide .highLightBigColor {
  color: #F8b837;
  font-size: 18px; }

.center {
  text-align: center; }

.downloadQRWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.QRLi {
  display: flex;
  flex-direction: column;
  align-items: center; }

.qrBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 90px;
  height: 24px;
  border: solid 1px #F8b837;
  color: #F8b837;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 13px; }

.QRLi img {
  width: 90px;
  height: 90px; }

.table {
  width: 342px;
  border: solid 1px #F8b837;
  margin: auto;
  font-size: 12px; }

.td1 {
  width: 120px;
  background-color: #F8b837;
  font-size: 12px;
  height: 28px;
  padding-left: 10px; }

.td3 {
  border-bottom: solid 1px #F8b837;
  font-size: 12px;
  height: 28px;
  text-align: center; }

.td2 {
  border-top: solid 1px #F8b837;
  border-bottom: solid 1px #F8b837;
  font-size: 12px;
  height: 28px;
  text-align: center; }

.relContainer {
  position: relative; }

.dot {
  background-color: #F8b837;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: -12px;
  top: 5px; }

.bigTd {
  padding: 10px 10px 10px 20px;
  font-size: 12px; }

.bigTd2 {
  border-top: solid 1px #F8b837;
  text-align: center;
  font-size: 12px;
  background-color: #F8b837;
  padding: 10px 0; }

p.longPress {
  line-height: 18px;
  font-size: 12px;
  margin-top: 5px; }

#activitiesScroller {
  overflow-x: scroll; }

#activitiesUl {
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  height: 181px; }

#aijiaActivities a {
  display: block; }

#aijiaActivities a img {
  width: 242px;
  height: 181px; }

.aijiaActivityBg {
  width: 100%;
  height: 264px;
  background: #fff url(../img/bg@2x.png) 0 45px repeat-x;
  -webkit-background-size: 375px 219px;
  background-size: 375px 219px; }

.modalBg {
  background: #000;
  opacity: 0.65;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed; }

#turnOnBtn {
  width: 52px;
  height: 50px; }

#menuHandle {
  clear: right;
  display: block;
  margin-top: 7px;
  width: 52px;
  float: right; }

#menusWrapper {
  position: fixed;
  bottom: 24%;
  right: 0;
  text-align: right;
  overflow-x: hidden; }

#menus {
  float: right;
  text-align: right; }

#menus a {
  display: block;
  margin-bottom: 10px; }

#menus img {
  width: 79px;
  height: 53px; }

#menuGuide {
  position: fixed;
  bottom: 24%;
  right: 0; }

#menuGuide img {
  width: 189px;
  height: 175px;
  margin-right: 30px;
  margin-bottom: 50px; }

#knowBtn {
  position: fixed;
  bottom: 20%;
  right: 0;
  left: 0;
  text-align: center;
  display: block; }

#knowBtn img {
  width: 139px;
  height: 52px; }

#toast {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40%;
  height: 80px;
  width: 120px;
  margin: auto;
  text-align: center; }

#toast.x2 {
  height: 160px;
  width: 240px; }

#toastBg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40%;
  height: 80px;
  width: 120px;
  margin: auto;
  border-radius: 3px;
  background-color: #000;
  opacity: 0.65; }

#toastBg.x2 {
  width: 240px;
  height: 160px;
  border-radius: 6px; }

#toastIcon {
  margin: 15px auto 10px auto;
  width: 26px;
  height: 26px; }

#toastIcon.x2 {
  margin: 30px auto 20px auto;
  width: 52px;
  height: 52px; }

#toastTf {
  margin: 0;
  font-size: 14px;
  color: #fff; }

#toastTf.x2 {
  font-size: 28px; }

.azhLiIntro p, .azhIntro2 {
  font-size: 36px;
  color: #333333; }

.topTabBar {
  background-color: #fff;
  height: 40px;
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  display: flex;
  justify-content: space-around; }

.topTabBar a {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  height: 34px;
  padding-top: 6px;
  display: inline-block;
  text-decoration: none; }

.topTabBar a.active {
  border-bottom: solid 2px #ce2826; }

.rsVideoIntro1 {
  font-size: 20px;
  font-weight: bold;
  margin: 16px auto 1px; }

.rsVideoIntro2 {
  margin: 0 auto 3px;
  font-size: 16px; }

.rsIntroRed {
  color: #ce2826; }

.rsVideoIntro {
  margin: 0 auto;
  width: 354px; }

#rsVideoGrid {
  margin: 0 auto;
  text-align: center;
  width: 354px; }

.rsGridLi {
  width: 157px;
  height: 170px;
  border: solid 1px #e9e9e9;
  margin: 9px 18px 9px 0;
  float: left;
  position: relative; }

.rsGridLi2 {
  width: 335px;
  height: 195px;
  border: none;
  margin: 9px auto 9px;
  position: relative;
  border-radius: 5px; }

.rsGridLiThumb {
  width: 157px;
  height: 108px;
  background-color: #cccccc;
  display: block; }

.rsGridLi2 .rsGridLiThumb {
  width: 335px;
  height: 168px;
  border-radius: 5px; }

.rsVidPlayBtn {
  top: 0;
  left: 0;
  right: 0;
  height: 108px;
  position: absolute; }

.rsGridLi2 .rsVidPlayBtn {
  height: 168px; }

.rsVidPlayBtn img {
  width: 32px;
  height: 32px;
  margin-top: 38px; }

.rsGridLi2 .rsVidPlayBtn img {
  width: 45px;
  height: 45px;
  margin-top: 62px; }

.rsGridLiTitle {
  font-size: 12px;
  color: #333;
  line-height: 1em;
  margin: 7px auto 0px; }

.rsGridLiScore {
  font-size: 12px;
  color: #ce2826;
  font-weight: bold;
  line-height: 1em;
  margin: 7px auto 0px; }

.rsGridLiBtn {
  font-size: 12px;
  color: #fff;
  background-color: #ce2826;
  border-radius: 3px;
  line-height: 1em;
  margin: 7px auto 0;
  text-decoration: none;
  width: 80px;
  padding: 4px 0;
  display: none; }

.rsGridLiBtn.disabled {
  background-color: #333; }

.rsGridLiNum {
  transform: rotate(-45deg);
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px; }

.rsGridLiNumBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-image: url("../img/tap_375.png"); }

#rsVideoPlayer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000; }

#rsVideo {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 50%;
  width: 100%; }

#rsVideo video {
  width: 100%;
  height: 100%; }

#rsVoteFullScreen {
  text-align: center;
  font-size: 16px;
  width: 121px;
  padding: 8px 0; }

.rsVideoClose {
  margin-top: 20px;
  margin-left: 8px;
  margin-bottom: 30px; }

.rsVideoClose img {
  width: 40px;
  height: 32px; }

.rsRow {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px; }

@media only screen and (max-width: 374px) {
  .rsGridLi {
    margin: 9px 10px 9px 0;
    width: 140px; }

  .rsGridLiThumb {
    width: 140px; }

  #rsVideoGrid, .rsVideoIntro {
    width: 310px;
    padding-left: 10px; }

  .rsGridLi2, .rsGridLi2 .rsGridLiThumb {
    width: 300px; }

  .rsGridLi2 {
    margin: 9px 10px  0 0; } }
@media only screen and (min-width: 606px) {
  #rsVideoGrid, .rsVideoIntro {
    width: 531px; } }
@media only screen and (min-width: 1024px) {
  #rsVideoGrid, .rsVideoIntro {
    width: 708px; }

  .rsGridLiNum {
    font-size: 13px;
    width: 49px;
    height: 44px; }

  .rsGridLiNumBg {
    width: 49px;
    height: 44px;
    background-size: 49px 44px;
    background-image: url("../img/tap_1024.png"); } }
#rsRankWrapper {
  width: 100%; }

#rsRankBg {
  background-image: url("../img/rank-bg.jpeg");
  background-size: cover;
  background-position: 50% 100%;
  position: fixed;
  z-index: -1;
  width: 100%;
  min-height: 100%; }

#rsRankContent {
  margin: 0px 0 0px 20px;
  padding: 16px 0 16px; }

#rsRankWrapper h2 {
  margin: 0;
  color: #CE2826;
  font-size: 20px; }

.rsRankName {
  font-size: 13px;
  color: #333;
  line-height: 18px;
  padding: 0;
  margin: 17px auto 4px; }

.rsRankNum {
  background-color: #545454;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  float: left;
  margin: 0;
  width: 50px;
  max-width: 50px;
  text-align: center;
  height: 15px;
  padding-top: 2px; }

.rsRankNumTri {
  background-image: url("../img/triangle_grey.png");
  background-color: transparent;
  background-repeat: no-repeat;
  float: left;
  margin: 0;
  padding: 0;
  background-size: 5px 17px;
  width: 5px;
  height: 17px; }

.rsRankRedTri {
  background-image: url("../img/triangle_red.png");
  background-color: transparent;
  background-repeat: no-repeat;
  float: left;
  margin: 0 0 0 4px;
  padding: 0;
  background-size: 6px 17px;
  width: 6px;
  height: 17px; }

.rsRankRed {
  background-color: #CE2826;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  float: left;
  margin: 0;
  height: 17px;
  width: 1px;
  padding: 0;
  transition: width 1s; }

.rsRankVotes {
  float: left;
  color: #CE2826;
  font-size: 16px;
  line-height: 1em;
  padding: 0;
  margin-left: 11px; }

.rsNewsLi {
  border-bottom: solid 1px #f2f2f2;
  padding: 18px 20px 13px; }

.rsNewsLiThumb {
  width: 103px;
  height: 61px;
  display: block;
  background-color: #ccc;
  float: left;
  margin-right: 10px; }

.rsNewsTitle {
  font-size: 14px;
  color: #333;
  margin: 0;
  text-decoration: none;
  height: 34px;
  overflow-y: hidden;
  display: block; }

.rsNewsNote {
  font-size: 12px;
  color: #999;
  margin: 13px 0 0 0;
  display: block; }

#rsNewsDetail {
  padding: 20px; }

#rsNewsDetailTitle {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  padding: 0;
  margin: 0;
  font-weight: bold; }

#rsNewsDetailNote {
  color: #999;
  font-size: 13px;
  text-align: right;
  margin: 5px 0 8px; }

#rsNewsContent img {
  display: block;
  width: 100%;
  height: auto; }

#azhScreen1 {
  min-height: 1000px;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  display: flex; }

.azhIntro {
  font-size: 36px;
  color: #333333;
  line-height: 54px;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 103px; }

.azhHighLight {
  color: #F8B837; }

.azhHeadLine {
  margin-top: 6px; }

.azhIntroGroup {
  margin-top: 22px; }

.azhLastLine {
  margin-bottom: 4px; }

#downSlideArrow {
  margin: 0 auto 30px;
  text-align: center; }

#downSlideArrow a {
  display: block;
  margin: 0 auto 30px;
  text-align: center; }

#downSlideArrow img {
  animation: myfirst 1s infinite; }

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, -10px); }
  100% {
    transform: translate(0px, 0px); } }
.azhReport {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; }

.azhReport .panel {
  background-color: #f8b837;
  border-radius: 20px;
  width: 620px;
  height: 415px;
  display: flex;
  margin: auto;
  position: fixed;
  align-self: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px; }

.azhReport .closeBtn {
  top: 40px;
  left: 40px;
  position: absolute;
  display: block; }

.azhReport .title {
  color: #fff;
  font-size: 34px;
  margin: 38px 0 12px 0; }

.azhReport .formLi {
  border-bottom: solid 1px #FFF;
  display: flex;
  justify-content: flex-start;
  width: 460px;
  align-items: center;
  height: 80px;
  padding-top: 30px;
  padding-left: 30px;
  position: relative; }

.azhReport input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  margin: 0 0 0 26px;
  opacity: 0.85;
  width: 100%; }

.azhReport input::placeholder {
  color: #fff; }

.azhReport .err {
  position: absolute;
  top: 10px;
  left: 92px;
  font-size: 24px;
  color: #d50303; }

.azhReport .btnWhite2 {
  border-radius: 40px;
  color: #f8b837;
  background-color: #fff;
  width: 500px;
  height: 80px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  margin: 56px auto auto; }

.azhDotFrame {
  border: dotted 8px #F8B837;
  width: 536px;
  height: 174px;
  margin: 60px auto 66px;
  padding-top: 40px; }

.azhDotFrame p {
  font-size: 36px;
  color: #333333;
  line-height: 72px;
  margin: 0;
  text-align: center; }

.azhLi {
  margin-right: 14px;
  margin-bottom: 16px; }

.azhLiIntro {
  text-align: center; }

.azhLiIntro p {
  display: inline-block;
  line-height: 1em;
  margin: 0; }

.azhHighLight2 {
  background-image: url("../img/azh2-03.png");
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 184px;
  min-height: 28px;
  display: inline-block;
  margin-left: 30px;
  text-align: center; }

.azhIntro2 {
  text-align: center;
  line-height: 1em;
  margin-bottom: 36px; }

.azhP2 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin: 0 80px;
  text-align: justify;
  letter-spacing: 1px; }

#azhBtn {
  border-radius: 40px;
  background-color: #f8b837;
  width: 360px;
  height: 80px;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  margin: 30px auto 16px; }

.azhNote {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin: 0 80px 36px;
  text-align: center;
  letter-spacing: 1px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1080px) {
  /* Style adjustments for viewports that meet the condition */
  body {
    width: 1080px;
    margin: auto; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
