section {
  padding-top: 1.1rem;
  padding-bottom: 1.333333rem; }
  section h1.title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .44rem; }
    section h1.title span.title-text {
      position: relative;
      color: #201F1C;
      font-size: .426667rem;
      z-index: 3;
      margin-right: 1.066667rem;
      font-weight: bold; }
    section h1.title span.title-text::after {
      content: '';
      position: absolute;
      display: inline-block;
      background-image: url("../images/index/title-icon.png");
      background-size: 100% 100%;
      width: 1.2rem;
      right: -0.5rem;
      height: .48rem;
      z-index: 1;
      bottom: -.1rem; }
    section h1.title .more {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 16px;
      font-weight: 400;
      color: #91979D;
      height: 32px;
      line-height: 32px; }
      section h1.title .more .more-icon {
        position: relative;
        padding-right: 18px; }
        section h1.title .more .more-icon::after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          background-image: url("../images/index/back.png");
          background-size: 100% 100%;
          display: block;
          width: 18px;
          height: 18px; }
    section h1.title .other-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #7C818A;
      font-size: .213333rem;
      padding-top: .233333rem; }
      section h1.title .other-info .rule {
        position: relative;
        margin-left: .266667rem; }
        section h1.title .other-info .rule a {
          color: #7C818A; }
        section h1.title .other-info .rule:hover > a {
          color: #35D4A5; }
        section h1.title .other-info .rule:hover .rule-dialog {
          display: block; }
        section h1.title .other-info .rule .rule-dialog {
          position: absolute;
          display: none;
          top: 25px;
          right: -15px;
          width: 4.666667rem;
          background-color: #ffffff;
          border-radius: .106667rem;
          -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
          border: 1px solid #E8EAEB;
          z-index: 10; }
          section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box {
            position: relative;
            padding: 0 .266667rem .32rem; }
            section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box h2 {
              font-size: .266667rem;
              padding: .333333rem 0 .133333rem;
              color: #201F1C; }
              section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box h2 a {
                color: #201F1C; }
            section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box p {
              font-size: .186667rem; }
              section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box p span {
                color: #201F1C; }
                section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box p span a {
                  color: #201F1C; }
            section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box .tips {
              margin-bottom: .266667rem; }
            section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box .update_time {
              margin-bottom: .066667rem; }
            section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box:before {
              -webkit-box-sizing: content-box;
              box-sizing: content-box;
              width: 0px;
              height: 0px;
              position: absolute;
              top: -16px;
              right: .546667rem;
              padding: 0;
              border-bottom: .106667rem solid #FFFFFF;
              border-top: .106667rem solid transparent;
              border-left: .106667rem solid transparent;
              border-right: .106667rem solid transparent;
              display: block;
              content: '';
              z-index: 12; }
            section h1.title .other-info .rule .rule-dialog .rule-dialog-content-box:after {
              -webkit-box-sizing: content-box;
              box-sizing: content-box;
              width: 0px;
              height: 0px;
              position: absolute;
              top: -18px;
              right: .533333rem;
              padding: 0;
              border-bottom: .12rem solid #cccccc;
              border-top: .12rem solid transparent;
              border-left: .12rem solid transparent;
              border-right: .12rem solid transparent;
              display: block;
              content: '';
              z-index: 10; }
    section h1.title .ranking-tab{
      position: relative; }
    section h1.title .ranking-tab ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: .2rem;
      position: absolute;
      top: -.27rem;
      left: 0;
      width: 6rem; }
      section h1.title .ranking-tab ul li {
        margin-right: .533333rem;
        position: relative; }
        section h1.title .ranking-tab ul li::before {
          content: '';
          display: none;
          position: absolute;
          bottom: -0.03rem;
          left: 0;
          width: .293333rem;
          height: .106667rem;
          background-color: #57EBC0; }
        section h1.title .ranking-tab ul li:hover::before, section h1.title .ranking-tab ul li.active::before {
          display: block; }
        section h1.title .ranking-tab ul li:hover a, section h1.title .ranking-tab ul li.active a {
          font-weight: bold; }
        section h1.title .ranking-tab ul li a {
          position: relative;
          z-index: 1;
          font-size: .213333rem;
          color: #201F1C; }
  section .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section .content-box > aside {
      overflow: hidden;
      width: 3.466667rem;
      border: 1px solid #E8EAEB;
      margin-right: .8rem;
      padding-bottom: .32rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      section .content-box > aside .title-img {
        width: 100%;
        height: 1.146667rem; }
        section .content-box > aside .title-img img {
          width: 100%;
          height: 100%; }
      section .content-box > aside .aside-box {
        padding: 0 20px; }
        section .content-box > aside .aside-box dl {
          padding-top: .426667rem; }
        section .content-box > aside .aside-box dt:last-child {
          margin-bottom: none; }
        section .content-box > aside .aside-box dt {
          padding-bottom: .266667rem;
          border-bottom: 1px solid #E7EAEB; }
          section .content-box > aside .aside-box dt h1 {
            font-size: .373333rem;
            color: #201F1C;
            font-weight: bold; }
        section .content-box > aside .aside-box dd {
          margin-top: .133333rem; }
          section .content-box > aside .aside-box dd ul li:last-child {
            margin-bottom: 0; }
          section .content-box > aside .aside-box dd ul li {
            margin-bottom: .186667rem;
            border-radius: 2px;
            overflow: hidden; }
            section .content-box > aside .aside-box dd ul li a {
              display: block;
              height: .48rem;
              line-height: .48rem;
              padding: 0 .133333rem;
              color: #201F1C;
              font-size: .213333rem; }
            section .content-box > aside .aside-box dd ul li.active, section .content-box > aside .aside-box dd ul li:hover {
              background-color: #F6F6F9; }
              section .content-box > aside .aside-box dd ul li.active a, section .content-box > aside .aside-box dd ul li:hover a {
                color: #FF7526; }
    section .content-box .content-box-1 {
      margin-top: .32rem; }
    section .content-box .content-box-1 .ranking-box {
    height: 18rem;
    overflow-y: hidden;
    position: relative; }
    section .content-box .content-box-1 .ranking-box:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url("../images/default/mask.png");
    background-size: 100% 100%;
    width: 100%;
    height: 4rem;
    z-index: 1;
    right: 0;
    bottom: 0; }
    section .content-box .content-box-1 .ranking-box.ranking-box-noafter {
      overflow-y: initial;
      height: auto;
    }
    section .content-box .content-box-1 .ranking-box.ranking-box-noafter:after {
      content: none;
    }
  section .right-box {
    width: 100%; }
  section .ranking-box ul {
    width: 100%; }
  section .ranking-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .266667rem 0;
    cursor: pointer; }
    section .ranking-box li:nth-of-type(1) .index {
      color: #FC1832; }
    section .ranking-box li:nth-of-type(2) .index {
      color: #FD7247; }
    section .ranking-box li:nth-of-type(3) .index {
      color: #FDC42E; }
    section .ranking-box li + li {
      border-top: 1px solid #E7EAEB; }
    section .ranking-box li .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    section .ranking-box li:hover {
      background-color: #F6F6F9; }
      section .ranking-box li:hover .right {
        display: none; }
    section .ranking-box li .index {
      font-size: .213333rem;
      color: #91979D;
      width: .6rem;
      text-align: left; }
    section .ranking-box li .audio-info {
      margin-left: .213333rem; }
      section .ranking-box li .audio-info h1 {
        font-size: .266667rem;
        color: #201F1C;
        width: 8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      section .ranking-box li .audio-info h2 {
        color: #91979D;
        font-size: .16rem;
        margin: .16rem 0 .28rem; }
        section .ranking-box li .audio-info h2 span:nth-child(2) {
          padding-left: 0.2rem;}
      section .ranking-box li .audio-info h3 {
        font-size: .16rem;
        color: #91979D; }
        section .ranking-box li .audio-info h3 span {
          margin-right: .266667rem;}
          section .ranking-box li .audio-info h3 span.robot {
          color: #FF7526; }
    section .ranking-box li .right {
      display: none; }
      section .ranking-box li .right .type1 {
        width: .346667rem;
        height: .346667rem;
        margin-top: .306667rem;
        margin-right: .4rem; }
        section .ranking-box li .right .type1 .img-box,
        section .ranking-box li .right .type1 img {
          width: 100%;
          height: 100%; }
      section .ranking-box li .right .type2 {
        margin-top: .16rem;
        margin-right: .4rem;
        text-align: center;
        color: #FF7526;
        font-size: .186667rem; }
        section .ranking-box li .right .type2 .img-box {
          width: .64rem;
          height: .64rem;
          border-radius: 50%;
          overflow: hidden; }
        section .ranking-box li .right .type2 img {
          width: 48px;
          height: 48px; }
        section .ranking-box li .right .type2 p {
          margin-top: .2rem; }
  section .more-box {
    margin-top: .666667rem; }
  section .h5-title-body {
    display: none; }
    section .h5-title-body > div {
      display: none;
      overflow-x: scroll; }
      section .h5-title-body > div .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      section .h5-title-body > div a {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        padding: 0 .32rem;
        height: .64rem;
        line-height: .64rem;
        text-align: center;
        border-radius: .32rem;
        background-color: #F6F6F9;
        font-size: .32rem;
        color: #7C818A; }
        section .h5-title-body > div a + a {
          margin-left: .4rem; }
        section .h5-title-body > div a.active {
          color: #35D4A5;
          background-color: #ECF9F5; }
    section .h5-title-body > div:nth-of-type(1) {
      display: block; }
#rank_header {
  position: fixed;
  display: none !important;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%; }
  #rank_header .h5 {
    display: none; }
    #rank_header .h5 .detail {
      height: 1.333333rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 .533333rem;
      background-color: #fff;
      -webkit-box-shadow: 0px 2px 0.64rem 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 2px 0.64rem 0px rgba(0, 0, 0, 0.06); }
      #rank_header .h5 .detail a.back {
        display: block;
        width: .56rem;
        height: .56rem;
        background-image: url("../images/default/h5-back-2.png");
        background-size: 100% 100%; }
      #rank_header .h5 .detail p {
        font-size: .426667rem;
        color: #000; }
      #rank_header .h5 .detail a.search {
        display: block;
        width: .533333rem;
        height: .533333rem;
        background-image: url("../images/default/search-h5-2.png");
        background-size: 100% 100%; }
      .h5-title{
	    display: none; }
@media screen and (max-width: 1024px) {
  #header {}
  #rank_header {
    display: block !important; }
  aside {
    display: none; }
  section {
    padding: 1.866667rem 0 .4rem; }
  section h1.title {
    height: auto;
    display: none; }
  section .h5-title {
    display: block; }
    section .h5-title li a {
      font-size: .426667rem; }
  section .h5-title-body {
    display: block;
    margin-top: .506667rem; }
  .ranking-box li {
    padding: .266667rem 0 .266667rem 0 !important;
	height: auto; }
  .Navigation-Tags{
	display: none;}
  .h5-title{
	display: none; }
  .ranking-box li .audio-info h2 span{
	font-size: .3rem; } }