/* bootstrap scss mixins overwrite */
@font-face {
  font-family: 'FuturaBT-BoldItalic';
  src: url("../eot/futura-md-bt-bold-italic.eot");
  src: url("../eot/futura-md-bt-bold-italicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/futura-md-bt-bold-italic.woff2") format("woff2"), url("../woff/futura-md-bt-bold-italic.woff") format("woff"), url("../ttf/futura-md-bt-bold-italic.ttf") format("truetype"), url("../svg/futura-md-bt-bold-italic.svg#glyphicons_halflingsregular") format("svg"); }
html[lang=en] .section-vip .free-intro > .heading, .section-vip html[lang=en] .free-intro > .heading, html[lang=en] .section-vip .vip-intro .heading, .section-vip .vip-intro html[lang=en] .heading, html[lang=en] .site-index .section h2, .site-index .section html[lang=en] h2, html[lang=en] .site-index .main-banner > .content h2, .site-index .main-banner > .content html[lang=en] h2, html[lang=en] .site-index .section-learning h3, .site-index .section-learning html[lang=en] h3 {
  font-family: FuturaBT-BoldItalic; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.stories {
  margin-top: 125px;
  margin-bottom: 158px; }
  .stories > .line {
    border-top: 2px dashed #9524F3;
    position: relative; }
    .stories > .line > .circle {
      position: absolute;
      top: -14px;
      content: '';
      width: 27px;
      height: 27px;
      border-radius: 13.5px;
      background-color: #FFBB4C; }
      .stories > .line > .circle > span {
        font-size: 23px;
        line-height: 35px;
        color: #000000;
        left: -12px;
        font-weight: bold; }
      .stories > .line > .circle.circle1 {
        left: 0; }
      .stories > .line > .circle.circle2 {
        left: 36.3105175292%; }
        .stories > .line > .circle.circle2 > span {
          position: absolute;
          bottom: 60px; }
      .stories > .line > .circle.circle3 {
        left: 76.2103505843%; }
        .stories > .line > .circle.circle3 > span {
          position: absolute;
          top: 27px; }
      .stories > .line > .circle.circle4 {
        left: 89.6494156928%; }
        .stories > .line > .circle.circle4 > span {
          position: absolute;
          top: 27px; }
    .stories > .line .range2012 {
      position: absolute;
      content: '';
      border: 1px solid #D3D3D3;
      border-top: 0;
      left: 13px;
      top: 24px;
      width: 36.3939899833%;
      height: 18px; }
      .stories > .line .range2012:before {
        position: absolute;
        content: '';
        height: 39px;
        width: 2px;
        background-color: #D3D3D3;
        top: 18px;
        left: 50%; }
    .stories > .line .range201218 {
      position: absolute;
      content: '';
      border: 2px solid #D3D3D3;
      border-bottom: 0;
      width: 40.0667779633%;
      height: 18px;
      left: 37.3956594324%;
      bottom: 25px; }
    .stories > .line .range2018 {
      position: absolute;
      content: '';
      width: 2px;
      height: 26px;
      background-color: #D3D3D3;
      left: 77.4624373957%;
      top: 52px; }
    .stories > .line .range2019 {
      position: absolute;
      content: '';
      width: 15.9432387312%;
      height: 2px;
      background-color: #D3D3D3;
      right: 20px;
      bottom: 43px; }
      .stories > .line .range2019:after {
        position: absolute;
        content: '';
        right: 0;
        top: -9px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #D3D3D3; }
    .stories > .line:after {
      position: absolute;
      content: '';
      right: -5px;
      top: -14px;
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 26px solid #9524F3; }
  .stories > .story-list {
    overflow: hidden; }
    .stories > .story-list > div {
      padding: 20px;
      color: white;
      font-size: 20px;
      line-height: 35px;
      border-radius: 5px; }
    .stories > .story-list > .story2012 {
      float: left;
      background-color: #786AFF;
      width: 24.3739565943%;
      margin-left: 7.0951585977%;
      margin-top: 100px; }
    .stories > .story-list > .story2018 {
      float: left;
      background-color: #A03AFF;
      width: 24.3739565943%;
      margin-left: 35.3923205342%;
      margin-top: 100px; }
    .stories > .story-list > .story201218 {
      float: right;
      background-color: #FFB53B;
      width: 20.6176961603%;
      margin-right: 11.6026711185%;
      margin-bottom: 66px; }
    .stories > .story-list > .story2019 {
      float: right;
      background-color: #5AA6FF;
      width: 25.959933222%;
      margin-bottom: 66px; }
  .stories em {
    color: #FEAC2B;
    font-style: normal; }

.video {
  width: 874px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.55);
  border: 7px solid;
  border-image: linear-gradient(221deg, #3d9afe, #9624f3) 7 7;
  text-align: center; }
  .video video {
    display: block;
    width: 100%; }

.video-wrap {
  width: 874px;
  max-width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: auto; }

.section-vip {
  padding: 125px 0 0;
  background-color: #F8F8F8; }
  .section-vip .free-intro {
    color: white;
    background-color: #1E1E1E;
    padding: 0 60px 30px 30px;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    border-radius: 10px; }
    .section-vip .free-intro > .heading {
      font-size: 40px;
      line-height: 68px; }
  .section-vip .vip-intro {
    background-color: #932AF4;
    border-radius: 10px;
    color: white;
    font-size: 22px;
    line-height: 43px;
    padding: 0 25px 25px; }
    .section-vip .vip-intro .heading {
      font-size: 48px;
      line-height: 68px;
      margin-left: -8px;
      margin-right: -8px; }
      .section-vip .vip-intro .heading img {
        width: 87px;
        top: -37px;
        position: relative; }
  .section-vip .section-content {
    margin-left: -106px;
    margin-right: -40px; }
  .section-vip .item-free {
    margin-top: 25px;
    width: 303px; }
  .section-vip .item-vip {
    width: 468px;
    margin-left: -50px;
    padding-bottom: 96px; }
  .section-vip .item-shouji {
    margin-left: 80px;
    flex: 1;
    position: relative; }
    .section-vip .item-shouji img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%; }
  @media (max-width: 1200px) {
    .section-vip .section-content {
      margin-left: 0;
      margin-right: 0;
      justify-content: center; } }

html {
  font-size: calc(100vw / 7.5); }

body {
  font-size: 16px; }

.site-index img {
  max-width: 100%; }
.site-index .card {
  padding: 35px 25px;
  background-color: #FFFFFF;
  border-radius: 18px;
  color: #181818; }
  .site-index .card .card-icon {
    width: 53px; }
  .site-index .card .card-icon + .card-body {
    margin-left: 22px; }
  .site-index .card.deck {
    background-position: top right;
    background-repeat: no-repeat; }
  .site-index .card h4 {
    margin-top: 0; }
  .site-index .card p {
    font-size: 14px; }
  .site-index .card p:last-child {
    margin-bottom: 0; }
  .site-index .card.card-border {
    border: 1px solid #E0E5EE; }
  .site-index .card.card-shadow, .site-index .card.card-hover:hover {
    -webkit-box-shadow: 0px 9px 18px 0px rgba(206, 217, 238, 0.5);
    -moz-box-shadow: 0px 9px 18px 0px rgba(206, 217, 238, 0.5);
    -ms-box-shadow: 0px 9px 18px 0px rgba(206, 217, 238, 0.5);
    box-shadow: 0px 9px 18px 0px rgba(206, 217, 238, 0.5);
    border-color: white; }
  .site-index .card + .card {
    margin-top: 24px; }
.site-index .section h2 {
  font-size: 35px;
  font-weight: 600;
  color: black;
  line-height: 1.8;
  padding-bottom: 10px;
  text-align: center; }
.site-index .main-banner > .content {
  text-align: left; }
  .site-index .main-banner > .content h2 {
    font-size: 80px;
    color: white;
    font-weight: normal;
    line-height: 93px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.56); }
    .site-index .main-banner > .content h2 + p {
      margin-top: 36px; }
  .site-index .main-banner > .content p {
    font-size: 32px;
    font-weight: 400;
    color: white;
    line-height: 35px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.56); }
.site-index .section-app {
  padding-top: 80px; }
  .site-index .section-app .download-links {
    margin-top: 63px; }
  .site-index .section-app .app-intro {
    padding-left: 10%; }
.site-index .section-scenario {
  padding-top: 70px; }
.site-index .section-one2one {
  padding-top: 70px;
  background: #F5F8FD; }
  .site-index .section-one2one .card {
    max-width: 355px; }
.site-index .section-comments {
  background: white;
  padding: 70px 0 87px; }
  .site-index .section-comments .comments-list {
    margin-top: 30px;
    overflow-x: scroll;
    padding-top: 92px;
    color: #181818; }
    .site-index .section-comments .comments-list .comment-item {
      width: 326px;
      flex: 0 0 auto;
      margin-right: 27px;
      padding: 30px 30px 14px;
      background: #F9FBFF;
      border-radius: 18px; }
    .site-index .section-comments .comments-list .comment-avatar {
      width: 114px;
      height: 114px;
      overflow: hidden;
      border-radius: 10px;
      margin: -92px auto 0; }
    .site-index .section-comments .comments-list .comment-nickname {
      font-size: 19px;
      margin: 18px 0 30px;
      text-align: center; }
    .site-index .section-comments .comments-list .comment-hsk {
      margin-top: 22px; }
      .site-index .section-comments .comments-list .comment-hsk .content {
        text-align: right;
        color: #FF7F00; }
    .site-index .section-comments .comments-list .comment-content {
      font-size: 14px;
      margin-top: 30px;
      text-align: justify;
      max-height: 120px;
      overflow-y: scroll;
      position: relative; }
      .site-index .section-comments .comments-list .comment-content:after {
        display: block;
        content: '';
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        height: 16px;
        background-color: rgba(249, 251, 255, 0.9);
        z-index: 1; }
.site-index .section-learning {
  padding: 80px 0 138px; }
  .site-index .section-learning img {
    width: 161px; }
  .site-index .section-learning h3 {
    font-size: 30px;
    font-weight: normal;
    color: black;
    line-height: 30px; }
  .site-index .section-learning .desc {
    font-size: 20px;
    color: black;
    text-align: center; }
.site-index .section-pot {
  padding: 72px 0; }
  .site-index .section-pot .desc {
    margin-top: 30px;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 60px; }
  .site-index .section-pot img {
    width: 120px; }
  .site-index .section-pot .intro {
    margin-top: 20px;
    font-size: 20px;
    line-height: 37px; }
.site-index .section-users {
  background-color: #F8F8F8;
  padding: 80px 0 160px; }
  .site-index .section-users .video-wrap {
    margin-top: 63px; }
  .site-index .section-users .vip-users-wrap {
    margin: 0 auto;
    width: 1015px;
    max-width: 80%;
    position: relative; }
    .site-index .section-users .vip-users-wrap > .next {
      position: absolute;
      left: 62px;
      bottom: 18px;
      color: white; }
      .site-index .section-users .vip-users-wrap > .next img {
        width: 67px;
        max-width: none;
        vertical-align: bottom;
        cursor: pointer; }
        @media (max-width: 1459px) {
          .site-index .section-users .vip-users-wrap > .next img {
            width: 36px; } }
        .site-index .section-users .vip-users-wrap > .next img:hover {
          opacity: .8; }
  .site-index .section-users .vip-users {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-index .section-users .vip-users > li:first-child {
      position: relative; }
      .site-index .section-users .vip-users > li:first-child .picture {
        margin-top: 163px;
        width: 100%; }
      .site-index .section-users .vip-users > li:first-child .comment {
        position: absolute;
        right: -223px;
        bottom: 82px;
        background-color: #932AF4;
        border-radius: 10px;
        width: 572px;
        padding: 65px 57px 47px 57px;
        color: white;
        font-size: 22px;
        line-height: 33px; }
        .site-index .section-users .vip-users > li:first-child .comment:before {
          content: '';
          position: absolute;
          left: 18px;
          top: 30px;
          background: url("../png/quo1%402x.png") no-repeat center center;
          width: 38px;
          height: 34px;
          background-size: cover; }
        .site-index .section-users .vip-users > li:first-child .comment:after {
          content: '';
          position: absolute;
          right: 24px;
          bottom: 51px;
          background: url("../png/quo2%402x.png") no-repeat center center;
          width: 37px;
          height: 33px;
          background-size: cover; }
        .site-index .section-users .vip-users > li:first-child .comment .info {
          color: #FEAC2B;
          font-size: 20px;
          line-height: 20px; }
        @media (max-width: 1459px) {
          .site-index .section-users .vip-users > li:first-child .comment {
            position: static;
            border-radius: 0;
            width: 100%;
            min-height: 0; } }
    .site-index .section-users .vip-users > li:nth-child(n + 2) {
      position: absolute;
      bottom: 48px; }
      @media (max-width: 1459px) {
        .site-index .section-users .vip-users > li:nth-child(n + 2) {
          display: none; } }
      .site-index .section-users .vip-users > li:nth-child(n + 2) .comment {
        display: none; }
      .site-index .section-users .vip-users > li:nth-child(n + 2) .picture {
        width: 369px; }
      .site-index .section-users .vip-users > li:nth-child(n + 2):after {
        content: '';
        background-color: rgba(0, 0, 0, 0.53);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
    .site-index .section-users .vip-users > li:nth-child(2) {
      left: -207px; }
    .site-index .section-users .vip-users > li:nth-child(3) {
      left: -594px; }
    .site-index .section-users .vip-users > li:nth-child(4) {
      left: -981px; }
    .site-index .section-users .vip-users > li:nth-child(5) {
      left: -1368px; }
.site-index .section-brands {
  color: #3A3A45;
  padding: 55px 0 70px; }
  .site-index .section-brands h2 {
    color: #181818; }
  .site-index .section-brands .desc {
    font-size: 16px;
    line-height: 35px;
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .site-index .section-brands .more {
    margin-top: 70px;
    text-align: center; }
.site-index .section-companies {
  padding: 108px 0; }
  .site-index .section-companies .companies {
    margin: -35px -15px;
    padding: 0;
    list-style: none; }
    .site-index .section-companies .companies > li {
      height: 143px;
      text-align: center;
      padding: 35px 15px; }
      .site-index .section-companies .companies > li img {
        max-height: 100%; }
.site-index .section-story {
  background-color: #F8F8F8;
  padding: 80px 0 100px; }
.site-index .section-news {
  padding: 70px 0; }
  .site-index .section-news ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .site-index .section-news ul a {
      color: #181818;
      font-size: 20px;
      line-height: 35px; }
  .site-index .section-news ul {
    padding-left: 15px; }
  .site-index .section-news li a {
    display: block;
    padding: 8px 0; }
  .site-index .section-news .news-title {
    color: #343434;
    display: block;
    margin-right: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .site-index .section-news .news-author {
    color: #b8b8b8;
    margin-top: -35px; }
  .site-index .section-news .news-list {
    margin-top: 50px;
    margin-left: -70px;
    margin-right: -70px; }
    .site-index .section-news .news-list > div {
      padding-left: 70px;
      padding-right: 70px; }
      .site-index .section-news .news-list > div + div {
        position: relative; }
        .site-index .section-news .news-list > div + div:before {
          content: '';
          position: absolute;
          position: absolute;
          left: -1px;
          top: 0;
          bottom: 0;
          width: 1px;
          border-right: 1px dashed #dddddd; }
    @media (max-width: 991px) {
      .site-index .section-news .news-list {
        margin-left: 0;
        margin-right: 0; }
        .site-index .section-news .news-list > div {
          padding-left: 0;
          padding-right: 0; } }
.site-index .carousel-control {
  width: 10%; }
.site-index .live-banner > .content h2 {
  font-size: 76px;
  text-shadow: none; }
  .site-index .live-banner > .content h2 + p {
    margin-bottom: 45px; }
.site-index .live-banner > .content p {
  font-size: 75px;
  color: #F8E71C;
  text-shadow: none;
  line-height: 40px;
  font-family: PingFangSC-Semibold, PingFang SC; }
.site-index .en > .content h2 {
  font-size: 69px; }
  .site-index .en > .content h2 + p {
    margin-top: 0;
    margin-bottom: 25px; }
.site-index .en > .content p {
  font-size: 60px;
  line-height: 71px; }

@media (min-width: 1200px) {
  .site-index .live-banner > .content .container {
    margin-bottom: 100px; }

  .site-index .en > .content .container {
    margin-bottom: 130px; } }
.dev-mobile .main-banner .start-learn {
  display: none; }
.dev-mobile .download-app-qrcode {
  display: none; }

@media (max-width: 992px) {
  body {
    font-size: .28rem; }

  .row.flex-row {
    display: block; }

  .navbar-inverse .container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
  .navbar-inverse .dropdown:hover:not(.open) > .dropdown-menu {
    display: none; }
  .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    border: 0;
    background-color: transparent; }
  .navbar-inverse .navbar-collapse {
    border: 0;
    max-height: calc(100vh - 100px);
    background-color: white;
    padding-bottom: 15px;
    color: #3A3A45 !important;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); }
    .navbar-inverse .navbar-collapse a {
      color: #3A3A45 !important; }
  .navbar-inverse.affix .navbar-toggle .icon-bar {
    background-color: #3A3A45; }
  .navbar-inverse .navbar-right {
    border-top: 1px solid #EAEAEA;
    margin-right: 0;
    margin-left: 0; }

  .navbar-transparent .navbar-nav > li > a {
    color: #3A3A45 !important; }

  .site-index .card {
    padding: .4rem;
    border-radius: .26rem; }
    .site-index .card .card-icon {
      width: .7rem; }
    .site-index .card + .card {
      margin-top: .3rem; }
  .site-index .main-banner > .banner-img {
    padding-top: 6rem !important; }
  .site-index .main-banner > .content {
    text-align: center; }
    .site-index .main-banner > .content h2 {
      font-size: .48rem;
      line-height: .66rem; }
    .site-index .main-banner > .content h2 + p {
      margin-top: .3rem;
      margin-bottom: .42rem; }
    .site-index .main-banner > .content p {
      font-size: .32rem; }
    .site-index .main-banner > .content br {
      display: none; }
  .site-index .section {
    padding-top: .5rem !important; }
    .site-index .section h2 {
      font-size: .4rem;
      line-height: .56rem; }
    .site-index .section h4 {
      font-size: .32rem; }
  .site-index .section-app h4 {
    font-size: .32rem;
    line-height: .44rem; }
  .site-index .section-app .app-screenshot {
    padding-left: 10%;
    padding-right: 10%; }
  .site-index .section-app .app-intro {
    padding-left: 15px; }
  .site-index .section-app .download-links {
    margin-top: 25px;
    margin-bottom: 25px; }
    .site-index .section-app .download-links .download-link {
      width: 46%;
      text-align: center; }
  .site-index .section-scenario .app-intro {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .site-index .section-one2one {
    padding-bottom: .5rem; }
    .site-index .section-one2one br {
      display: none; }
    .site-index .section-one2one .card {
      max-width: none; }
  .site-index .section-comments {
    padding-bottom: .5rem; }
    .site-index .section-comments .comments-list {
      margin-top: .2rem; }
      .site-index .section-comments .comments-list .comment-nickname {
        font-size: .36rem; }
  .site-index .section-brands {
    padding-bottom: .5rem; }
    .site-index .section-brands .desc {
      line-height: 1.7; }
    .site-index .section-brands .more {
      margin-top: .5rem; }
  .site-index .section-news {
    padding-bottom: .5rem; }
    .site-index .section-news .news-list {
      margin-top: .5rem; }
      .site-index .section-news .news-list ul {
        padding-left: 0; }
      .site-index .section-news .news-list div:before {
        display: none; }
    .site-index .section-news .news-author {
      margin-top: -.4rem; }
    .site-index .section-news ul a {
      font-size: .28rem;
      line-height: .4rem; }
    .site-index .section-news br {
      display: none; } }

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