@charset "UTF-8";
/* 兼容 1920、1440 */
.c-record,
.h-record {
  width: 300px;
  max-height: 418px;
  background: #1A1A1A;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  position: absolute;
  top: 63px;
  left: -215px; }
  .c-record .arrow,
  .h-record .arrow {
    background: url(https://static.huanxi.com/img/7.0-%E7%AE%AD%E5%A4%B41920.png) no-repeat top center;
    width: 19px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 218px; }
  .c-record .data,
  .h-record .data {
    max-height: 328px;
    overflow: hidden; }
  .c-record .no-login-div,
  .c-record .no-data,
  .c-record .has-data,
  .h-record .no-login-div,
  .h-record .no-data,
  .h-record .has-data {
    padding-bottom: 45px; }
    .c-record .no-login-div img,
    .c-record .no-data img,
    .c-record .has-data img,
    .h-record .no-login-div img,
    .h-record .no-data img,
    .h-record .has-data img {
      width: 120px;
      height: 120px;
      display: block;
      margin: 0px auto;
      margin-top: 17px; }
    .c-record .no-login-div p,
    .c-record .no-data p,
    .c-record .has-data p,
    .h-record .no-login-div p,
    .h-record .no-data p,
    .h-record .has-data p {
      color: #999999;
      line-height: 20px;
      margin-top: 4px; }
    .c-record .no-login-div .btn,
    .c-record .no-data .btn,
    .c-record .has-data .btn,
    .h-record .no-login-div .btn,
    .h-record .no-data .btn,
    .h-record .has-data .btn {
      width: 96px;
      height: 32px;
      background: linear-gradient(135deg, #93291E 0%, #B31217 0%, #E52D27 100%);
      border-radius: 24px;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 32px;
      margin-top: 20px;
      padding: 0;
      cursor: pointer; }
  .c-record .no-data,
  .h-record .no-data {
    padding-bottom: 60px; }
    .c-record .no-data img,
    .h-record .no-data img {
      margin-top: 60px; }
  .c-record .has-data,
  .h-record .has-data {
    padding: 20px 20px 14px; }
    .c-record .has-data p,
    .h-record .has-data p {
      margin: 0;
      color: #FFFFFF; }
    .c-record .has-data .over .fl,
    .h-record .has-data .over .fl {
      font-size: 14px;
      font-family: PingFangSC-Medium, PingFang SC;
      line-height: 14px; }
    .c-record .has-data .over .fr,
    .h-record .has-data .over .fr {
      font-size: 12px;
      line-height: 14px; }
      .c-record .has-data .over .fr .checkbox,
      .h-record .has-data .over .fr .checkbox {
        width: 80px;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0; }
      .c-record .has-data .over .fr .checkbox + label,
      .h-record .has-data .over .fr .checkbox + label {
        background: url(https://static.huanxi.com/img/6.0-%E6%9C%AA%E9%80%89%E4%B8%AD.png) no-repeat left center;
        width: 14px;
        height: 14px;
        cursor: pointer;
        padding-left: 20px; }
      .c-record .has-data .over .fr .checkbox:checked + label,
      .h-record .has-data .over .fr .checkbox:checked + label {
        background: url(https://static.huanxi.com/img/hx_select.png) no-repeat left center;
        background-size: contain; }
    .c-record .has-data .today .title,
    .h-record .has-data .today .title {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 14px;
      margin-top: 20px; }
    .c-record .has-data .list,
    .h-record .has-data .list {
      margin-top: 8px;
      cursor: pointer;
      display: block; }
      .c-record .has-data .list .fl,
      .h-record .has-data .list .fl {
        width: 90px; }
      .c-record .has-data .list img,
      .h-record .has-data .list img {
        width: 90px;
        height: 51px;
        margin: 0;
        border-radius: 4px; }
      .c-record .has-data .list .h-mask,
      .h-record .has-data .list .h-mask {
        width: 96%;
        height: 25px;
        background: linear-gradient(0, rgba(40, 40, 40, 0.7) 0%, rgba(18, 18, 18, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 25px;
        font-size: 12px;
        color: #FFFFFF;
        text-align: right;
        padding-right: 4px; }
      .c-record .has-data .list .fr,
      .h-record .has-data .list .fr {
        width: 162px; }
      .c-record .has-data .list .sub-title,
      .h-record .has-data .list .sub-title {
        font-size: 12px;
        line-height: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin-top: 8px; }
      .c-record .has-data .list .sub-s-title,
      .h-record .has-data .list .sub-s-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        margin-top: 5px; }
      .c-record .has-data .list .desc,
      .h-record .has-data .list .desc {
        font-size: 12px;
        color: #666666;
        line-height: 12px;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block; }
      .c-record .has-data .list .lock,
      .h-record .has-data .list .lock {
        margin-top: 12px; }
        .c-record .has-data .list .lock span,
        .h-record .has-data .list .lock span {
          color: #666666;
          font-size: 12px;
          position: absolute;
          left: 0;
          top: 0;
          transform: scale(0.8); }
        .c-record .has-data .list .lock p,
        .h-record .has-data .list .lock p {
          color: #666666;
          height: 12px;
          line-height: 12px;
          font-size: 12px;
          margin-left: 15px; }
    .c-record .has-data .list:hover .sub-s-title,
    .c-record .has-data .list:hover .sub-title,
    .h-record .has-data .list:hover .sub-s-title,
    .h-record .has-data .list:hover .sub-title {
      color: #B22020; }
    .c-record .has-data .no-data p,
    .h-record .has-data .no-data p {
      font-size: 14px;
      color: #999999;
      line-height: 20px;
      margin-top: 20px; }
    .c-record .has-data .loading,
    .h-record .has-data .loading {
      background: url(https://pic6.huanxi.com/8a9c4f34761dcc120176daf599ea6d28.png) no-repeat center;
      width: 32px;
      height: 32px;
      background-size: 100% 100%;
      margin-top: 40px;
      margin-bottom: 40px; }
  .c-record .all,
  .h-record .all {
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    margin-top: 14px; }
  .c-record .more,
  .h-record .more {
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    margin-top: 14px;
    text-align: center;
    display: block; }
  .c-record .more:hover,
  .c-record .all:hover,
  .h-record .more:hover,
  .h-record .all:hover {
    color: #B22020; }

@charset "UTF-8";
/* 1220、1024 */
@media (max-width: 1340px) {
  .wid {
    width: 1100px; }
  .c-record,
  .h-record {
    width: 240px;
    max-height: 348px;
    left: -169px; }
    .c-record .arrow,
    .h-record .arrow {
      left: 171px; }
    .c-record .data,
    .h-record .data {
      max-height: 280px; }
    .c-record .has-data .list .fr,
    .h-record .has-data .list .fr {
      width: 97px; }
  #header .menus ul a {
    margin-left: 26px; }
  #header .menus ul a.first {
    margin-left: 26px; }
  #header .menus ul a.special {
    margin-left: 30px; }
  #header .h-buttons ul li {
    margin-left: 16px; } }

@media (max-width: 1120px) {
  .wid {
    width: 944px; } }

@charset "UTF-8";
/* 默认 1920 */
#header {
  height: 80px;
  z-index: 100;
  background: linear-gradient(180deg, rgba(21, 17, 11, 0.87) 0%, rgba(17, 17, 17, 0) 100%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  #header .logo {
    height: 20px;
    margin-top: 30px;
    width: 132px; }
  #header .h-box {
    height: 100%;
    margin: 0px auto; }
  #header .menus ul {
    margin-top: 26px; }
    #header .menus ul li {
      float: left; }
    #header .menus ul .selected a {
      color: #d40000;
      font-family: PingFangSC-Medium, PingFang SC;
      font-size: 20px; }
    #header .menus ul a {
      display: block;
      height: 40px;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      margin-left: 30px;
      overflow: hidden; }
    #header .menus ul a.first {
      margin-left: 40px; }
    #header .menus ul a.special {
      margin-top: -6px; }
      #header .menus ul a.special img {
        width: auto;
        height: 100%; }
    #header .menus ul a:hover,
    #header .menus ul a:active {
      color: #b22020; }
    #header .menus ul #menus_name {
      font-size: 20px;
      font-family: PingFangSC-Semibold, PingFang SC;
      color: #b22020;
      line-height: 28px;
      line-height: 30px\0;
      line-height: 30px\9;
      cursor: default; }
  #header .h-buttons ul {
    margin-top: 17px; }
    #header .h-buttons ul li {
      margin-left: 24px;
      float: left; }
    #header .h-buttons ul li.h-vip {
      margin-left: 30px; }
  #header .h-buttons .h-history,
  #header .h-buttons .h-collect {
    position: relative; }
  #header .h-buttons .h-vip,
  #header .h-buttons .h-down,
  #header .h-buttons .c-bac,
  #header .h-buttons .h-bac {
    width: 24px;
    height: 60px;
    margin-top: 4px;
    text-align: center;
    cursor: pointer; }
    #header .h-buttons .h-vip img,
    #header .h-buttons .h-down img,
    #header .h-buttons .c-bac img,
    #header .h-buttons .h-bac img {
      float: left; }
    #header .h-buttons .h-vip p,
    #header .h-buttons .h-down p,
    #header .h-buttons .c-bac p,
    #header .h-buttons .h-bac p {
      font-size: 12px; }
    #header .h-buttons .h-vip p:last-child,
    #header .h-buttons .h-down p:last-child,
    #header .h-buttons .c-bac p:last-child,
    #header .h-buttons .h-bac p:last-child {
      margin-top: 10px; }
    #header .h-buttons .h-vip .red,
    #header .h-buttons .h-down .red,
    #header .h-buttons .c-bac .red,
    #header .h-buttons .h-bac .red {
      color: #aa0000; }
  #header .h-buttons .v-bac .icon {
    height: 24px;
    margin-top: 2px; }
    #header .h-buttons .v-bac .icon img {
      width: 100%; }
  #header .h-buttons .v-bac p:last-child {
    margin-top: 8px; }
  #header .h-buttons .h-down .img {
    height: 24px;
    font-size: 24px;
    opacity: 0.5; }
  #header .h-buttons .h-down .app-box {
    background: url(https://pic6.huanxi.com/5b4ffe3cd6db4.png) no-repeat center center;
    width: 340px;
    height: 212px;
    position: absolute;
    right: -76px;
    top: 40px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 40px;
    cursor: auto; }
    #header .h-buttons .h-down .app-box .app-box-l p,
    #header .h-buttons .h-down .app-box .app-box-r p {
      font-size: 14px;
      line-height: 14px;
      font-family: PingFangSC-Semibold;
      color: #111111;
      margin-top: 48px; }
    #header .h-buttons .h-down .app-box .app-box-l .icon {
      padding-top: 10px; }
      #header .h-buttons .h-down .app-box .app-box-l .icon a {
        width: 136px;
        height: 35px;
        margin-top: 10px;
        display: block; }
    #header .h-buttons .h-down .app-box .app-box-r img {
      width: 80px;
      height: 80px;
      margin-top: 20px;
      margin-left: 2px; }
  #header .h-buttons .h-down-hover .img,
  #header .h-buttons .h-down:hover .img,
  #header .h-buttons .v-bac:hover .img {
    color: linear-gradient(135deg, #aa0000 0%, #cc4b4b 100%);
    opacity: 1; }
  #header .h-buttons .h-down-hover p,
  #header .h-buttons .h-down:hover p,
  #header .h-buttons .v-bac:hover p {
    color: #aa0000; }
  #header .h-buttons .c-bac .img {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    font-size: 24px;
    opacity: 0.5; }
  #header .h-buttons .c-bac:hover .img {
    color: linear-gradient(135deg, #aa0000 0%, #cc4b4b 100%);
    width: 24px;
    height: 24px;
    opacity: 1; }
  #header .h-buttons .c-bac:hover p {
    color: #aa0000; }
  #header .h-buttons .h-bac .img {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    font-size: 24px;
    opacity: 0.5; }
  #header .h-buttons .h-bac:hover .img {
    width: 24px;
    height: 24px;
    color: linear-gradient(135deg, #aa0000 0%, #cc4b4b 100%);
    opacity: 1; }
  #header .h-buttons .h-bac:hover p {
    color: #aa0000; }
  #header .h-buttons .face {
    width: 39px;
    height: 39px;
    margin-top: 6px;
    position: relative; }
    #header .h-buttons .face .border {
      border: 2px #ffffff solid;
      border-radius: 50px;
      background: #fff;
      display: block; }
    #header .h-buttons .face .no-login {
      width: 36px;
      height: 36px;
      position: relative;
      background-size: cover;
      align-items: flex-end;
      border-radius: 50px;
      cursor: pointer; }
      #header .h-buttons .face .no-login .face-img {
        position: absolute;
        width: 41px;
        height: 41px;
        border-radius: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 3; }
      #header .h-buttons .face .no-login .face-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -4px;
        right: -6px;
        z-index: 1;
        display: none; }
    #header .h-buttons .face .face-novip {
      width: 46px;
      height: 46px;
      background: #9b9b9b; }
    #header .h-buttons .face .face-vip {
      width: 46px;
      height: 46px;
      background: linear-gradient(139deg, #d5ba93 0%, #a8865b 100%); }
    #header .h-buttons .face .face-svip {
      width: 46px;
      height: 46px;
      background: linear-gradient(139deg, #ffd993 0%, #e8b74f 100%); }
    #header .h-buttons .face .user-info {
      width: 235px;
      height: 459px;
      background: url(https://pic2.huanxi.com/8a9eb00f7410afc3017452068f1702f5.png) no-repeat center center;
      position: absolute;
      top: 45px;
      background-size: 100% 100%;
      right: -35px; }
      #header .h-buttons .face .user-info ul {
        margin: 0px auto;
        text-align: left;
        padding: 50px 0; }
        #header .h-buttons .face .user-info ul li {
          list-style: none;
          float: none;
          margin: 0px 40px; }
        #header .h-buttons .face .user-info ul .wz1 {
          font-size: 16px;
          color: #fff;
          line-height: 16px;
          margin-top: 0px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block; }
        #header .h-buttons .face .user-info ul .wz2 {
          font-size: 12px;
          color: #fff;
          line-height: 18px;
          margin-top: 15px; }
          #header .h-buttons .face .user-info ul .wz2 span {
            font-size: 12px; }
        #header .h-buttons .face .user-info ul .btn1 a {
          width: 78px;
          height: 30px;
          background: #8b1212;
          border-radius: 24px;
          line-height: 30px;
          font-size: 12px;
          color: #ffffff;
          margin-top: 20px; }
        #header .h-buttons .face .user-info ul .line {
          width: 190px;
          height: 2px;
          margin: 0px auto;
          margin-top: 20px;
          background: rgba(255, 255, 255, 0.05); }
        #header .h-buttons .face .user-info ul .click {
          margin-top: 13px; }
          #header .h-buttons .face .user-info ul .click .block {
            border: none;
            box-shadow: none;
            position: static; }
            #header .h-buttons .face .user-info ul .click .block span {
              font-size: 14px;
              color: #fff;
              line-height: 14px;
              margin-left: 14px;
              vertical-align: text-bottom; }
            #header .h-buttons .face .user-info ul .click .block span:first-child {
              margin-left: 0px;
              vertical-align: text-bottom; }
            #header .h-buttons .face .user-info ul .click .block .icon-vip {
              background: url(https://pic3.huanxi.com/FDS2dd66ecc4f7e401492b43afea0f6d3bb.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-play {
              background: url(https://pic3.huanxi.com/FDS520c7a57cc30424a9988525f3fa4daaa.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-favorite {
              background: url(https://pic8.huanxi.com/FDS8f350003f09f4252ba19724b7dfd0736.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-set {
              background: url(https://pic6.huanxi.com/FDS5d6966ac846f454f93720ea557e33537.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-quit {
              background: url(https://pic1.huanxi.com/FDSe1575f3602b94624954fb8f2fe8e9db6.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-hx_space {
              background: url(https://pic5.huanxi.com/5c2dcf69914f6.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-ticket {
              background: url(https://static.huanxi.com/img/head-coupon.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
            #header .h-buttons .face .user-info ul .click .block .icon-paper {
              background: url(https://static.huanxi.com/img/head-order.png) no-repeat center;
              width: 14px;
              height: 15px;
              background-size: cover;
              display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover span {
            color: #b22020; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-vip {
            background: url(https://pic8.huanxi.com/FDS32a01dca7ce44e149b86ff97f7c1bc92.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-play {
            background: url(https://pic4.huanxi.com/FDS3f12f2b72ecb4806a2410def106ecb52.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-favorite {
            background: url(https://pic7.huanxi.com/FDS284dc6cd90484611ad214b43a13d7876.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-set {
            background: url(https://pic8.huanxi.com/FDS5b49606365054cce932713279251b926.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-quit {
            background: url(https://pic5.huanxi.com/FDS0457a4040e3c4b8f817a6f3c33021a32.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-hx_space {
            background: url(https://static.huanxi.com/img/FDS8a8286e56ef46bb2016f3192be28006b.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-ticket {
            background: url(https://static.huanxi.com/img/head-coupon-select.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
          #header .h-buttons .face .user-info ul .click a:hover .icon-paper {
            background: url(https://static.huanxi.com/img/head-order-select.png) no-repeat center;
            width: 14px;
            height: 15px;
            background-size: cover;
            display: inline-block; }
  #header #menus ul {
    margin-top: 28px; }
  #header #menus a:hover {
    color: #d40000; }
  #header .h-help ul {
    margin-top: 30px; }
    #header .h-help ul .h-down {
      width: auto;
      height: auto;
      margin-top: -10px; }
      #header .h-help ul .h-down .down_bac p {
        width: 116px;
        height: 40px;
        background: #9b0a11;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        border-radius: 24px;
        line-height: 40px;
        text-align: center;
        color: #fff; }
      #header .h-help ul .h-down .app-box {
        right: -30px; }

.search-box {
  width: 400px;
  height: 40px;
  position: relative;
  border-radius: 8px;
  margin-top: 3px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px; }
  .search-box input {
    width: 325px;
    height: 40px;
    background: transparent;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 8px 0 0 8px;
    position: relative;
    z-index: 3;
    font-weight: 600;
    outline: none; }
  .search-box .icon-nav_search {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block; }
  .search-box .icon-nav_search:hover {
    color: #aa0000; }
  .search-box .placeholder {
    width: 330px;
    height: 14px;
    line-height: 14px;
    font-weight: 600;
    top: 13px;
    left: 20px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.searchResult {
  width: 400px;
  box-sizing: border-box;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 4px;
  position: relative;
  top: 0;
  z-index: 3; }
  .searchResult .search-hot,
  .searchResult .search-history,
  .searchResult .search-linkage {
    width: 100%;
    overflow: hidden; }
  .searchResult .search-hot .title2,
  .searchResult .search-history .title2 {
    color: #666666;
    line-height: 22px;
    font-family: PingFangSC-Medium, PingFang SC; }
  .searchResult dd {
    cursor: pointer; }
  .searchResult .search-history {
    margin-bottom: 16px; }
    .searchResult .search-history .search-trash {
      margin-top: 1px; }
    .searchResult .search-history .icon-hx_delete {
      cursor: pointer;
      font-size: 20px; }
    .searchResult .search-history .icon-hx_delete:hover {
      color: #aa0000; }
    .searchResult .search-history .history-cont {
      width: 100%; }
      .searchResult .search-history .history-cont dd {
        float: left;
        height: 30px;
        max-width: 340px;
        padding: 0 10px;
        line-height: 30px;
        background: #333333;
        border-radius: 4px;
        color: #999999;
        margin: 11px 12px 0 0; }
        .searchResult .search-history .history-cont dd div {
          width: 100%;
          height: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          max-width: 340px; }
      .searchResult .search-history .history-cont dd.dd-0 {
        color: #aa0000; }
  .searchResult .search-hot dd {
    height: 18px;
    line-height: 18px;
    color: #999999;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
    .searchResult .search-hot dd span {
      display: block;
      border-radius: 2px;
      float: left;
      width: 18px;
      height: 18px;
      background: #333333;
      text-align: center;
      font-size: 12px; }
    .searchResult .search-hot dd div {
      width: 333px;
      font-weight: 500;
      margin-left: 27px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
  .searchResult .search-hot dd:first-child {
    margin-top: 10px; }
  .searchResult .search-hot dd.dd-0 {
    color: #aa0000; }
  .searchResult .search-hot .sp-hot {
    background: linear-gradient(135deg, #aa0000 0%, #cc4b4b 100%);
    color: #fff; }
  .searchResult .search-linkage div {
    width: 360px;
    line-height: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #999999;
    cursor: pointer; }
  .searchResult .search-linkage div:first-child {
    margin-top: 0; }
  .searchResult .search-linkage div.div-0 {
    color: #aa0000; }

.multLogin {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(17, 17, 17, 0.7);
  display: none; }

.multLogin div.icon-hx_close2 {
  font-size: 39.2px;
  color: #fff;
  position: absolute;
  right: 56px;
  top: 56px;
  z-index: 30;
  cursor: pointer; }

.multLogin div.multLoginTK {
  width: 100%;
  position: relative;
  height: 100%; }

.multLogin div.multLoginTK div.cont1 {
  width: 357px;
  height: 203px;
  background: white;
  border-radius: 4.06px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -177.8px;
  margin-top: -101.5px; }

.multLogin div.multLoginTK div.cont1 div:first-child {
  width: 287px;
  height: 56px;
  font-size: 16.06px;
  font-family: PingFangSC-Regular;
  color: #0f0f0f;
  line-height: 28px;
  margin: 0px auto;
  text-align: center;
  margin-top: 49.98px;
  overflow: hidden; }

.multLogin div.multLoginTK div.cont1 div + div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.98px #dcdcdc solid;
  margin-top: 32.2px; }

.multLogin div.multLoginTK div.cont1 div + div a {
  display: block;
  width: 49%;
  text-align: center;
  height: 63.98px;
  line-height: 63.98px; }

.multLogin div.multLoginTK div.cont1 div + div a.btn {
  font-size: 15.96px;
  font-family: PingFangSC-Regular;
  color: #333333;
  border-right: 1px #dcdcdc solid; }

.multLogin div.multLoginTK div.cont1 div + div a.btn1 {
  font-size: 15.96px;
  font-family: PingFangSC-Medium;
  color: #b22020; }

input:-internal-autofill-selected {
  font-size: 1.14rem;
  font-family: PingFangSC-Medium, PingFangSC;
  color: #999999;
  line-height: 1.14rem;
  outline: none;
  border: none;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #999999 !important; }

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999; }

.redpack {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  z-index: 1110; }

.redpack-fly {
  width: 280px;
  z-index: 1110;
  top: -130px;
  left: 0; }

.redpack-right {
  left: 220px; }

.redpack-mask {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1100; }

.fade-out {
  animation: scaleOutAni 1s ease forwards; }

@keyframes scaleOutAni {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 0; } }

.footer-link, .footer-link-copy-2 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 14px;
  text-decoration: none; }

.footer-link-copy-2 {
  display: none; }

.footerBox .ul2 dd a,
.footerBox ul li,
.footerBox ul li a,
.footerBox3 .links,
.footerBox3 .links li a {
  color: #6c6c6c; }

.footer {
  width: 100%;
  padding-top: 35px;
  background: #cccccc; }

.footerBox {
  width: 1100px; }

.footer .item_1 {
  width: 670px; }

.footer .item_1 ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.footer .item_1 li {
  width: 115px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #6c6c6c;
  text-align: center; }

.footer .item_1 li:last-child {
  border: 0; }

.footer .item_2 {
  width: 713px;
  padding-top: 70px; }

.footer .item_2 ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.footer .item_2 li {
  width: auto;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding: 0 8px;
  float: left;
  text-align: center; }

.footer .item_3 {
  width: 698px; }

.footer .item_3 ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.footer .item_3 li {
  padding: 0 6px;
  margin-top: 30px;
  height: 20px;
  line-height: 20px; }

.footer .item_3 li,
.footer .item_3 li a {
  font-size: 14px; }

.footer .copy {
  height: 45px;
  line-height: 45px;
  background: #818181;
  margin-top: 33px;
  font-size: 14px;
  color: #fff; }

.footer .copy a {
  color: #fff; }

.footer-section {
  background: #1e2023;
  padding: 40px 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: PingFangSC, PingFang SC; }
  .footer-section .f-logo {
    width: 152px; }
    .footer-section .f-logo img {
      width: 100%; }
  .footer-section .f-label {
    color: #fff;
    font-weight: 500;
    margin-top: 30px; }
  .footer-section .f-label:first-child {
    margin-top: 0; }
  .footer-section .f-links {
    margin-top: 12px; }
    .footer-section .f-links a {
      color: rgba(253, 253, 253, 0.58);
      margin-right: 15px; }
  .footer-section .f-back a {
    line-height: 28px; }
  .footer-section .container {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 1; }

.footer-label {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-right: 16px; }

.footer-link {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 14px;
  text-decoration: none;
  color: rgba(253, 253, 253, 0.58); }

.footer-link-copy {
  color: #fdfdfd; }

.footer-links-wrapper {
  text-align: left; }

.copyright-section {
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  height: 86px;
  line-height: 86px;
  background: #1e2023;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 40px; }

.copyright {
  color: #999;
  text-align: left; }

.huanxi-section .flex-center {
  width: 1210px;
  padding-bottom: 15px; }

.fixed-tool {
  z-index: 20;
  position: fixed;
  right: 20px;
  bottom: 50px;
  align-items: flex-end; }
  .fixed-tool .icon {
    margin-top: 10px;
    position: relative;
    cursor: pointer; }
    .fixed-tool .icon .icon-up,
    .fixed-tool .icon .icon-advise {
      width: 40px;
      background: #333333;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
      text-align: center;
      border-radius: 50px;
      font-size: 22px; }
      .fixed-tool .icon .icon-up img,
      .fixed-tool .icon .icon-advise img {
        width: 20px;
        height: 20px;
        margin-top: 10px; }
    .fixed-tool .icon .icon-up {
      height: 31px;
      padding-top: 9px; }
    .fixed-tool .icon .icon-advise {
      height: 32px;
      padding-top: 8px; }
    .fixed-tool .icon .icon-backup {
      margin-top: 10px; }
    .fixed-tool .icon .ft-pop {
      width: 114px;
      position: absolute;
      right: 0px;
      top: 0px;
      height: 40px;
      background: #333333;
      border-radius: 50px;
      z-index: -1;
      font-size: 14px;
      color: white;
      line-height: 40px;
      text-align: left;
      padding-left: 14px;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
  .fixed-tool .icon:first-child {
    margin-top: 0px; }
  .fixed-tool .floating-poster {
    width: 240px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px; }
    .fixed-tool .floating-poster img {
      width: 100%; }
    .fixed-tool .floating-poster .floating-poster-close {
      width: 10px;
      height: 10px;
      background: url(https://static.huanxi.com/img/%E8%B7%AF%E5%BE%84%402x.png) no-repeat;
      background-size: cover;
      top: 10px;
      right: 10px; }

body,
html {
  width: 100%;
  overflow-x: hidden;
  background: #0c0c0f;
  font: 14px PingFang SC-Regular, PingFang SC, Microsoft Yahei;
  color: #fff; }

* {
  -webkit-overflow-scrolling: touch; }

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
p,
span,
table,
table tr,
table tr td,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  margin-block-start: 0;
  margin-block-end: 0; }

a {
  text-decoration: none;
  color: #fff; }

li {
  list-style-type: none; }

.fl {
  float: left; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-center {
  justify-content: center; }

.flex-middle {
  align-items: center; }

.fr {
  float: right; }

.pr {
  position: relative; }

.pf {
  position: fixed; }

.pa {
  position: absolute; }

.none {
  display: none; }

.block {
  display: block; }

.bd {
  border: 1px solid green; }

.tar {
  text-align: right; }

.z_1 {
  z-index: 1; }

.z_2 {
  z-index: 2; }

.z_3 {
  z-index: 3; }

.z_4 {
  z-index: 4; }

.z-99 {
  z-index: 99; }

.ft-s {
  font-family: PingFangSC-Semibold, PingFang SC; }

.ft-m {
  font-family: PingFangSC-Medium, PingFang SC; }

.wid100 {
  width: 100%; }

.mar {
  margin: 0 auto; }

.mt30 {
  margin-top: 30px; }

.over {
  overflow: hidden; }

.wid,
.width {
  width: 1680px;
  min-width: 944px; }

.tab_nav li,
.tac {
  text-align: center; }

.clr {
  clear: both; }

.pointer {
  cursor: pointer; }

.mask-tips {
  width: 156px;
  height: 156px;
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.7);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 112;
  flex-direction: column; }
  .mask-tips img {
    width: 46px; }
  .mask-tips div {
    font-size: 16px;
    color: #ffffff;
    margin-top: 22px; }

.pub-state-load, .search-page .c-load {
  height: 32px;
  line-height: 32px;
  color: #999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }
  .pub-state-load img, .search-page .c-load img {
    width: 32px;
    height: 32px;
    margin-right: 10px; }

.pub-state-err {
  width: 206px;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }
  .pub-state-err img {
    width: 160px;
    margin: 0 auto;
    display: block; }
  .pub-state-err .prompt {
    height: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 30px; }
  .pub-state-err .btns {
    margin-top: 30px; }
    .pub-state-err .btns a {
      width: 96px;
      height: 30px;
      line-height: 30px;
      border-radius: 24px;
      font-size: 16px; }
    .pub-state-err .btns a:first-child {
      color: #fff;
      background: #aa0000; }
    .pub-state-err .btns a:last-child {
      color: #aa0000;
      border: 1px solid #aa0000; }

.thire-channel-tips {
  width: 288px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
  color: #666666;
  box-sizing: border-box;
  border-radius: 12px; }
  .thire-channel-tips .title {
    height: 26px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #141414;
    line-height: 26px;
    margin-bottom: 20px; }
  .thire-channel-tips .submit {
    height: 46px;
    line-height: 46px;
    background: linear-gradient(135deg, #f5c9ab 0%, #fae9dc 100%);
    border-radius: 23px;
    color: #502512;
    margin-top: 20px;
    cursor: pointer; }

.search-page .c-load {
  width: 115px; }

#banner-loading {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }
  #banner-loading img {
    width: 100%; }

.load-box .first-loading {
  height: 400px;
  margin-top: 100px; }
  .load-box .first-loading .banner-loading {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .load-box .first-loading .banner-loading img {
      width: 100%; }

.load-box .loading {
  width: 390px;
  margin: 0px auto;
  margin-bottom: 30px;
  color: #999; }
  .load-box .loading .banner-loading {
    left: 116px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    .load-box .loading .banner-loading img {
      width: 100%; }

.load-box .banner-loading {
  width: 32px;
  height: 32px; }

.load-box #loadfaild {
  cursor: pointer; }
  .load-box #loadfaild .banner-loading {
    left: 90px; }

.load-box a:hover,
.load-box #loadfaild:hover {
  color: #b22020; }

.aFadeIn {
  animation: animate-fadeIn 0.3s ease-in-out forwards; }

.aFadeOut {
  animation: animate-fadeOut 0.3s ease-in-out forwards; }

@keyframes animate-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes animate-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animate-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes animate-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes animate-scale {
  0% {
    transform: scale(1) translate(-50%, -50%);
    transform-origin: 0 0; }
  100% {
    transform: scale(1.05) translate(-50%, -50%);
    transform-origin: 0 0; } }

@-moz-keyframes animate-scale {
  0% {
    -moz-transform: scale(1);
    transform-origin: 0 0; }
  100% {
    -moz-transform: scale(1.05);
    transform-origin: 0 0; } }

.tool {
  padding: 30px 0 0 0; }
  .tool .arror {
    right: 0;
    top: 33px; }
    .tool .arror a {
      width: 13px;
      height: 18px;
      line-height: 18px; }
  .tool .active {
    color: #aa0000; }
  .tool .pages {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    margin: 0 20px; }

.arror-l-2,
.arror-r-2 {
  width: 24px;
  height: 36px;
  background: url(https://static.huanxi.com/img/arror-s2.png) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2; }

.arror-l-2 {
  background-position: -10px -10px;
  left: 0; }

.arror-r-2 {
  background-position: -54px -10px;
  right: 0px; }

.arror-l-2:hover {
  background-position: -98px -10px; }

.arror-r-2:hover {
  background-position: -10px -66px; }

.arror-over {
  color: #999; }

.p-tag {
  padding: 3px 8px;
  background: linear-gradient(135deg, #f5c9ab 0%, #fae9dc 100%);
  border-radius: 8px 0 8px 0;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #502512;
  z-index: 1; }

.p-tag-2 {
  background: linear-gradient(135deg, #aa0000 0%, #cc4b4b 100%);
  color: #fff; }

.p-tag-3 {
  background: linear-gradient(225deg, #409b81 0%, #6fccb2 100%);
  color: #fff; }

.icon-hx_vip {
  font-size: 30px;
  margin: 8px 0 16px 0;
  cursor: pointer; }

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #999;
  opacity: 0.75;
  z-index: 999; }

/* banner-error 模块*/
.banner-error {
  height: 0;
  width: 206px; }
  .banner-error .img {
    width: 160px;
    height: 160px; }
  .banner-error .text {
    font-weight: 400;
    color: #999999;
    margin: 30px 0; }
  .banner-error .btn {
    width: 96px;
    height: 30px;
    line-height: 30px;
    background: #aa0000;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer; }
  .banner-error .btn2 {
    border: 1px solid #aa0000;
    background-color: #1a1a1a;
    color: #aa0000; }

/* 重置密码成功*/
.reserSuccess {
  background: url(https://static.huanxi.com/img/Group%203.png) no-repeat center;
  width: 156px;
  height: 156px;
  background-size: 100% 100%;
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

@charset "UTF-8";
/* Logo 字体 */
@font-face {
  font-family: 'iconfont';
  src: url("/fonts/iconfont.woff?t=1545807318834") format("woff"), url("/fonts/iconfont.woff2?t=1545807318834") format("woff2"), url("/fonts/iconfont.ttf?t=1545807318834") format("truetype"); }

[class*=' icon-'],
[class^='icon-'] {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-new_pinglun1:before {
  content: '\e67c'; }

.icon-new_weidianzan:before {
  content: '\e679'; }

.icon-new_pinglun:before {
  content: '\e67a'; }

.icon-new_dianzan:before {
  content: '\e67b'; }

.icon-new_jiangxiang_Close:before {
  content: '\e678'; }

.icon-new_dianping_more:before {
  content: '\e677'; }

.icon-new_Smartphone:before {
  content: '\e649'; }

.icon-new_more_up:before {
  content: '\e64d'; }

.icon-new_more_down:before {
  content: '\e676'; }

.icon-new_share:before {
  content: '\e640'; }

.icon-new_Smartphone:before {
  content: '\e649'; }

.icon-new_favorite_full:before {
  content: '\e638'; }

.icon-new_critique:before {
  content: '\e639'; }

.icon-new_favorite:before {
  content: '\e63e'; }

.icon-a-playcontro_PinP:before {
  content: '\e675'; }

.icon-personal_statement:before {
  content: '\e674'; }

.icon-refresh1:before {
  content: '\e632'; }

.icon-a-playcontro_voice0:before {
  content: '\e673'; }

.icon-a-playcontro_silence:before {
  content: '\e671'; }

.icon-silence:before {
  content: '\e672'; }

.icon-hx_sound:before {
  content: '\e670'; }

.icon-hx_alipay:before {
  content: '\e66e'; }

.icon-a-hx_wechatpay:before {
  content: '\e66f'; }

.icon-hx_select:before {
  content: '\e66d'; }

.icon-huiyuanicon:before {
  content: '\e66c'; }

.icon-a-miniplayerclose:before {
  content: '\e669'; }

.icon-a-miniplayerpause:before {
  content: '\e66a'; }

.icon-a-miniplayerplay:before {
  content: '\e66b'; }

.icon-search-triangle:before {
  content: '\e668'; }

.icon-search-more:before {
  content: '\e667'; }

.icon-hx_delete:before {
  content: '\e65d'; }

.icon-playcontro-full1:before {
  content: '\e666'; }

.icon-nav_collect:before {
  content: '\e662'; }

.icon-nav_record:before {
  content: '\e663'; }

.icon-nav_download:before {
  content: '\e665'; }

.icon-playcontro_more:before {
  content: '\e658'; }

.icon-playcontro_set:before {
  content: '\e641'; }

.icon-hx_share:before {
  content: '\e657'; }

.icon-hx_favorited:before {
  content: '\e664'; }

.icon-hx_favorite-:before {
  content: '\e64a'; }

.icon-hx_myspace:before {
  content: '\e64e'; }

.icon-hx_play2:before {
  content: '\e650'; }

.icon-hx_no_sound:before {
  content: '\e651'; }

.icon-hx_quit:before {
  content: '\e652'; }

.icon-hx_comment:before {
  content: '\e654'; }

.icon-hx_moments:before {
  content: '\e655'; }

.icon-hx_Qzone:before {
  content: '\e656'; }

.icon-hx_time:before {
  content: '\e659'; }

.icon-hx_Shape:before {
  content: '\e65a'; }

.icon-hx_QQ:before {
  content: '\e65b'; }

.icon-hx_phone:before {
  content: '\e65c'; }

.icon-hx_weibo:before {
  content: '\e65e'; }

.icon-hx_paper:before {
  content: '\e65f'; }

.icon-hx_set:before {
  content: '\e660'; }

.icon-hx_ticket:before {
  content: '\e661'; }

.icon-right:before {
  content: '\e63f'; }

.icon-nav_search:before {
  content: '\e63b'; }

.icon-left:before {
  content: '\e63c'; }

.icon-playcontro_pause_white:before {
  content: '\e63d'; }

.icon-advise:before {
  content: '\e642'; }

.icon-playcontro_play:before {
  content: '\e643'; }

.movie .vjs-control-bar .icon-playcontro_pause_white:before,
.movie .vjs-control-bar .icon-playcontro_play:before {
  color: #b3b3b3; }

.icon-voice2:before {
  content: '\e644'; }

.icon-up:before {
  content: '\e645'; }

.icon-playcontro_voice2_white:before {
  content: '\e646'; }

.icon-playcontro_next:before {
  content: '\e647'; }

.icon-refresh:before {
  content: '\e648'; }

.icon-playcontro_voice1:before {
  content: '\e64b'; }

.icon-playcontro_exitfullscreen:before {
  content: '\e64c'; }

.icon-Todayspick-voice:before {
  content: '\e64f'; }

.icon-Todayspick-silence:before {
  content: '\e653'; }

.icon-hx_play:before {
  content: '\e63a'; }

.icon-hx_close2:before {
  content: '\e634'; }

.icon-hx_mini_download:before {
  content: '\e635'; }

.icon-hx_more:before {
  content: '\e636'; }

.icon-hx_shrink:before {
  content: '\e637'; }

.icon-hx_back:before {
  content: '\e627'; }

.icon-hx_like_filled:before {
  content: '\e629'; }

.icon-hx_like:before {
  content: '\e62b'; }

.icon-hx_search:before {
  content: '\e62e'; }

.icon-hx_vip:before {
  content: '\e62f'; }

.icon-hx_critique:before {
  content: '\e623'; }

.icon-hx_favorite:before {
  content: '\e625'; }

@charset "UTF-8";
/* 兼容 1440 */
@media (max-width: 1700px) {
  .wid,
  .width {
    width: 1320px; }
  #header .h-buttons .face {
    width: 41px;
    height: 41px; }
    #header .h-buttons .face .user-info ul .wz1 {
      font-size: 14px; } }

@charset "UTF-8";
/* 兼容 1280 */
@media (max-width: 1340px) {
  .wid,
  .width {
    width: 1100px; }
  #header {
    height: 68px; }
    #header .logo {
      width: 119px;
      height: 17px;
      margin-top: 24px; }
    #header .search-box {
      width: 219px;
      height: 36px;
      border-radius: 6px; }
      #header .search-box input {
        width: 163px;
        height: 36px;
        font-size: 11px; }
      #header .search-box .icon-nav_search {
        font-size: 16px;
        position: absolute;
        right: 16px; }
    #header .menus ul {
      margin-top: 0px; }
      #header .menus ul a {
        font-size: 12px;
        margin-left: 20px;
        font-size: 16px;
        line-height: 19px;
        margin-top: 27px; }
      #header .menus ul .selected a {
        height: 20px;
        line-height: 20px; }
      #header .menus ul a.special {
        margin-top: 16px; }
      #header .menus ul #menus_name {
        line-height: 20px; }
    #header .h-buttons .h-vip,
    #header .h-buttons .h-down,
    #header .h-buttons .c-bac,
    #header .h-buttons .h-bac {
      margin-top: 2px; }
    #header .h-buttons ul {
      margin-top: 11px; }
      #header .h-buttons ul li {
        margin-left: 20px; }
      #header .h-buttons ul li.h-vip {
        margin-left: 16px; }
      #header .h-buttons ul .face {
        width: 39px;
        height: 39px;
        position: relative;
        margin-top: 2px; }
        #header .h-buttons ul .face .user-info {
          top: 37px; }
        #header .h-buttons ul .face .border {
          border: 2px #ffffff solid;
          border-radius: 50px;
          background: #fff;
          display: block; }
        #header .h-buttons ul .face .no-login {
          width: 40px;
          height: 40px; }
          #header .h-buttons ul .face .no-login .face-img {
            width: 35px;
            height: 35px; }
    #header .h-help ul {
      margin-top: 30px; }
      #header .h-help ul .h-down {
        width: auto;
        height: auto; }
    #header .search-box .placeholder {
      width: 159px; }
    #header .search-box .placeholder {
      top: 12px;
      font-size: 12px; }
    #header .searchResult {
      width: 219px;
      padding: 22px ​10px 10px 10px; }
      #header .searchResult .search-hot .title2,
      #header .searchResult .search-history .title2 {
        font-size: 12px; }
      #header .searchResult .search-history {
        margin-bottom: 9px; }
        #header .searchResult .search-history .icon-hx_delete {
          font-size: 16px; }
        #header .searchResult .search-history .history-cont dl dd {
          max-width: 165px;
          height: 28px;
          line-height: 28px;
          margin: 10px 10px 0 0;
          font-size: 12px; }
      #header .searchResult .search-hot dl dd {
        height: 16px;
        line-height: 16px;
        margin-top: 12px; }
        #header .searchResult .search-hot dl dd span {
          width: 16px;
          height: 16px; }
        #header .searchResult .search-hot dl dd div {
          width: 154px;
          font-size: 12px;
          margin-left: 25px; }
      #header .searchResult .search-linkage {
        padding: 5px 0; }
        #header .searchResult .search-linkage div {
          width: 199px;
          height: 12px;
          line-height: 12px;
          font-size: 12px;
          margin-top: 13px; }
        #header .searchResult .search-linkage div:first-child {
          margin-top: 0; }
  /*  播放器  */
  div.noselect #textarea1 {
    max-width: 630px; }
  /*  播放器 over  */ }

/* 兼容 1280 */
@media (max-width: 1330px) {
  #header .menus ul {
    margin-top: -3px; } }

@charset "UTF-8";
/* 兼容 ipad 1024、768 */
@media (max-width: 1120px) {
  .wid, .footerNew .w100 {
    width: 944px; }
  .width {
    width: 964px; }
  #header .search-box {
    margin-top: 5px; }
  #header .menus ul a.special {
    margin-top: 26px; }
    #header .menus ul a.special img {
      height: 22px; }
  #header .h-buttons ul .face .user-info {
    background: url(https://pic2.huanxi.com/8a9eb00f7410afc3017452068f1702f5.png) no-repeat center;
    top: 34px;
    right: -20px; }
  #header .h-buttons ul li {
    margin-left: 15px; }
  #header .h-help ul .h-down .down_bac p {
    width: 78px;
    height: 28px;
    line-height: 28px;
    margin-top: 4px; }
  #header .h-help #menus {
    margin-top: 15px; }
  .footer-link-copy {
    display: none; }
  .footer-link-copy-2 {
    display: block; }
  .huanxi-section .flex-center {
    width: 800px;
    flex-wrap: wrap; }
  .huanxi-section .footer-link {
    margin-bottom: 8px; }
  .searchResult {
    top: 0; }
  /*  播放器  */
  div.noselect #textarea1 {
    max-width: 586px; }
  /*  播放器 over  */ }


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