@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, textarea, input, select, ul, ol, li, fieldset, figure {
  margin: 0;
  padding: 0;
  border: none; }

html {
  background: #f2f2f2; }

body,
textarea,
input,
select {
  font-size: 16px;
  color: #151719;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Hoefler Text", "Songti TC", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  word-wrap: break-word; }

body.static {
  height: 100%;
  overflow: hidden; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

a {
  text-decoration: none;
  color: #151719;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease; }

.hidden {
  display: none; }

nav ul, nav ol,
footer ul,
footer ol {
  list-style: none; }

.global-nav {
  font-weight: bold;
  height: 114px; }
  .global-nav .global-nav-inner {
    border-bottom: 2px solid #151719;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    position: relative; }
  .global-nav .global-nav-logo {
    float: left;
    margin-top: 9px;
    background: #f2f2f2;
    margin-right: -120px; 
    height: 90px; }
  .global-nav .left-nav {
    float: left;
    margin-left: 132px; }
  .global-nav .right-nav {
    float: right;
    margin-left: -150px;
    margin-right: -31px; }
  .global-nav .nav-icon-item {
    width: 50px;
    height: 56px;
    position: relative; }
    .global-nav .nav-icon-item .nav-link {
      padding: 0; }
    .global-nav .nav-icon-item .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -14px;
      margin-left: -14px; }
  .global-nav .nav-search-item.active .nav-search-form {
    display: block; }
  .global-nav .nav-search-item.active .nav-link {
    display: none; }
  .global-nav .nav-search-item .nav-search-form {
    display: none; }
    .global-nav .nav-search-item .nav-search-form:before {
      content: '';
      position: absolute;
      height: 40px;
      width: 120px;
      top: 8px;
      left: -300px;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(right, #f2f2f2, rgba(242, 242, 242, 0));
      background-image: linear-gradient(to left,#f2f2f2, rgba(242, 242, 242, 0));
      background-color: transparent; }
    .global-nav .nav-search-item .nav-search-form .icon {
      position: absolute;
      top: 33px;
      left: -154px; }
  .global-nav .nav-search-item .nav-search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 220px;
    padding: 0 10px 0 35px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 10px; }
    .global-nav .nav-search-item .nav-search-input::-webkit-search-cancel-button {
      position: relative;
      right: 10px; }
  .global-nav .nav-label {
    font-size: 16px;
    color: #838383;
    padding: 0 10px; }
  .global-nav .nav-list-item {
    float: left; }
  .global-nav .nav-link {
    padding: 0 10px;
    display: block;
    text-align: center; }
    .global-nav .nav-link .nav-link-text {
      display: block;
      font-weight: normal; }
    .global-nav .nav-link.current .nav-link-text, .global-nav .nav-link:hover .nav-link-text {
      height: 54px;
      border-bottom: 2px solid #151719; }
  .global-nav .left-nav-bottom {
    height: 56px;
    overflow: hidden; }
    .global-nav .left-nav-bottom .nav-link.current .nav-link-text, .global-nav .left-nav-bottom .nav-link:hover .nav-link-text {
      height: 52px;
      line-height: 48px;
      margin-top: 2px;
      border-top: 2px solid #151719;
      border-bottom: none; }

.global-nav-footer {
  margin-top: 40px;
  position: relative;
  line-height: 56px; }
  .global-nav-footer .wrap {
    position: relative; }
    .global-nav-footer .wrap:before {
      content: '';
      position: absolute;
      top: 56px;
      left: 20px;
      right: 20px;
      border-bottom: 2px solid #151719; }
  .global-nav-footer .footer-links {
    margin-left: -10px; }
  .global-nav-footer .copyright-info {
    color: #838383;
    text-align: right; }
  .global-nav-footer .nav-list-item {
    float: left; }
  .global-nav-footer .nav-link {
    padding: 0 10px;
    display: block;
    text-align: center; }
    .global-nav-footer .nav-link .nav-link-text {
      display: block; }
    .global-nav-footer .nav-link.current .nav-link-text, .global-nav-footer .nav-link:hover .nav-link-text {
      height: 54px;
      border-bottom: 2px solid #151719; }

.mobile-nav {
  display: none; }
  .mobile-nav .mobile-navbar .global-nav-logo {
    background: #f2f2f2;
    float: left;
    font-size: 0.1px;
    margin-top: 7px;
    margin-right: 0; }
  .mobile-nav .mobile-navbar .mobile-menu-btn {
    float: right;
    width: 54px;
    height: 54px;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 15px;
    margin-right: -24px; }
    .mobile-nav .mobile-navbar .mobile-menu-btn .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -16px;
      margin-left: -16px; }
  .mobile-nav .mobile-nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.98);
    z-index: 20;
    padding: 0 15px;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    .mobile-nav .mobile-nav-menu.active {
      display: block; }
  .mobile-nav .mobile-nav-header {
    border-bottom: 2px solid #151719;
    height: 54px;
    line-height: 54px;
    position: relative; }
  .mobile-nav .mobile-nav-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 100%;
    margin-left: -15px; }
    .mobile-nav .mobile-nav-close .icon {
      position: absolute;
      top: 50%;
      left: 15px;
      margin-top: -10px; }
  .mobile-nav .mobile-nav-lang {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 100%;
    margin-right: -15px; }
    .mobile-nav .mobile-nav-lang .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -14px; }
  .mobile-nav .mobile-nav-profile {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 100%;
    margin-right: -15px; }
    .mobile-nav .mobile-nav-profile .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -14px; }
  .mobile-nav .mobile-nav-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 39px;
    right: 39px;
    text-align: center; }
    .mobile-nav .mobile-nav-search .nav-search-link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .mobile-nav .mobile-nav-search .nav-search-label .icon {
      vertical-align: -4px;
      margin-right: 4px; }
    .mobile-nav .mobile-nav-search .nav-search-form {
      display: none; }
    .mobile-nav .mobile-nav-search .nav-search-input {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: transparent;
      padding: 0 12px 0 20px; }
    .mobile-nav .mobile-nav-search .nav-search-dismiss {
      position: absolute;
      width: 54px;
      height: 100%;
      right: 0;
      top: 0;
      margin-right: -15px; }
      .mobile-nav .mobile-nav-search .nav-search-dismiss .icon {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        right: 15px;
        margin-top: -10px; }
    .mobile-nav .mobile-nav-search.active {
      text-align: left;
      left: 0;
      right: 0; }
      .mobile-nav .mobile-nav-search.active + .mobile-nav-close {
        display: none; }
        .mobile-nav .mobile-nav-search.active + .mobile-nav-close + .mobile-nav-profile {
          display: none; }
      .mobile-nav .mobile-nav-search.active .nav-search-label .text {
        display: none; }
      .mobile-nav .mobile-nav-search.active .nav-search-form {
        display: block; }
  .mobile-nav .nav-section {
    margin-top: 40px;
    position: relative; }
    .mobile-nav .nav-section:before {
      content: '';
      top: 0;
      left: 50%;
      border-left: 1px solid #d0cfce;
      width: 0;
      height: 100%;
      position: absolute;
      -webkit-transform: scaleX(0.5);
      -moz-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
      -o-transform: scaleX(0.5);
      transform: scaleX(0.5); }
    .mobile-nav .nav-section:after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -6px;
      bottom: -33px; }
    .mobile-nav .nav-section.secondary .nav-list-item {
      font-size: 17px; }
    .mobile-nav .nav-section + .nav-section {
      margin-top: 52px; }
  .mobile-nav .nav-section-title {
    position: absolute;
    top: -1em;
    left: 0;
    width: 1em;
    line-height: 1em;
    font-weight: normal;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 20px;
    color: #838383; }
  .mobile-nav .nav-list-item {
    width: 50%;
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: fontSize4;
    text-align: center; }
    .mobile-nav .nav-list-item.current .nav-link {
      color: #31afbe; }
  .mobile-nav .nav-link {
    display: block; }

.album .image {
  font-size: 0.1px;
  display: none; }
  .album .image.active {
    display: block; }
    .album .image.active .image {
      display: block; }
.album figure.image {
  position: relative;
  margin: 0; }
.album a.image {
  position: relative; }
.album .album-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 15px;
  padding: 0 12px;
  line-height: 34px;
  height: 34px;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }
  .album .album-counter .icon {
    vertical-align: -6px;
    margin-right: 5px; }
.album .nav-link {
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  cursor: w-resize; }
  .album .nav-link:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 80px;
    top: 50%;
    left: 0;
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.4); }
  .album .nav-link .icon {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -9px; }
  .album .nav-link:hover:before {
    background: black; }
  .album .nav-link.next {
    left: auto;
    right: 0;
    cursor: e-resize; }
    .album .nav-link.next:before {
      left: auto;
      right: 0; }
    .album .nav-link.next .icon {
      left: auto;
      right: 14px; }

.article-content {
  font-size: 17px;
  line-height: 1.882; }
  .article-content img {
    max-width: 100%; }
  .article-content a {
    border-bottom: 2px solid #3ebde0;
    padding-bottom: 4px; }
    .article-content a:hover {
      color: #31afbe; }
  .article-content .intro {
    margin: 28px 0;
    color: #838383;
    min-height: 200px; }
    .article-content .intro::after {
      clear: both;
      content: "";
      display: table; }
    .article-content .intro .left {
      float: left;
      margin-left: 175px; }
    .article-content .intro .right {
      position: absolute; }
      .article-content .intro .right img {
        max-width: 150px; }
    .article-content .intro h3 {
      color: #151719;
      font-weight: bold; }
    .article-content .intro a {
      border: none;
      padding-bottom: 0; }
  .article-content .image {
    border: none;
    padding-bottom: 0; }
    .article-content .image img {
      width: 100%; }
    .article-content .image figcaption {
      font-size: 14px;
      margin-top: 10px;
      color: #838383;
      min-height: 26px; }
  .article-content .video {
    width: 100%;
    font-size: 0.1px;
    position: relative;
    height: 348px; }
    .article-content .video.active video {
      display: block; }
    .article-content .video.active .video-cover {
      display: none; }
    .article-content .video.active:before {
      display: none; }
    .article-content .video:hover:before {
      opacity: .9; }
    .article-content .video:before {
      content: 'Play Video';
      text-indent: -9999px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -38px;
      margin-left: -38px;
      z-index: 1;
      cursor: pointer; }
    .article-content .video .video-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      cursor: pointer; }
    .article-content .video video {
      width: 100%;
      height: 100%;
      display: none; }
    .article-content .video + .caption {
      margin-top: 12px;
      font-size: 14px;
      color: #838383; }
  .article-content .audio .audio-wrap {
    font-size: 0.1px; }
  .article-content .audio .caption {
    margin-top: 12px;
    font-size: 14px;
    color: #838383; }
  .article-content .audio-player {
    height: 44px;
    background: #e3e3e3;
    position: relative; }
    .article-content .audio-player .player-toggle {
      position: absolute;
      width: 32px;
      height: 32px;
      top: 50%;
      margin-top: -16px;
      left: 20px; }
    .article-content .audio-player .progress {
      position: absolute;
      background: white;
      left: 62px;
      right: 55px;
      height: 2px;
      top: 50%;
      margin-top: -1px; }
    .article-content .audio-player .progress-played {
      position: absolute;
      background: #3ebde0;
      left: 0;
      top: 0;
      height: 2px;
      width: 30%; }
    .article-content .audio-player .duration {
      position: absolute;
      line-height: 44px;
      width: 55px;
      text-align: center;
      right: 0;
      font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: #838383; }
  .article-content > blockquote {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #31afbe;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    margin: 28px 0 8px;
    padding: 16px;
    float: left; }
    .article-content > blockquote p {
      position: relative; }
    .article-content > blockquote > p:first-of-type:before {
      content: '“';
      text-indent: -9999px;
      position: absolute;
      opacity: .5;
      top: -16px;
      left: -16px; }
    .article-content > blockquote > p:last-of-type:after {
      content: '”';
      text-indent: -9999px;
      position: absolute;
      opacity: .5;
      bottom: -16px;
      right: -16px; }
    .article-content > blockquote.pull {
      float: left;
      padding: 40px;
      margin: 30px 20px 20px 0;
      text-align: center; }
      .article-content > blockquote.pull > p:first-of-type:before, .article-content > blockquote.pull > p:last-of-type:after {
        display: none; }
      .article-content > blockquote.pull:before {
        content: '“';
        text-indent: -9999px;
        position: absolute;
        width: 100%;
        top: 6px;
        left: 0;
        line-height: 0;
        border-top: 2px solid #c2c2c2; }
      .article-content > blockquote.pull:after {
        content: '“';
        text-indent: -9999px;
        position: absolute;
        width: 100%;
        bottom: 6px;
        left: 0;
        line-height: 0;
        border-top: 2px solid #c2c2c2; }
    .article-content > blockquote .source {
      margin-top: 24px;
      font-size: 16px;
      color: #838383;
      text-align: right;
      position: relative; }
    .article-content > blockquote cite {
      font-style: normal; }
  .article-content .album {
    margin: 20px 0; }
    .article-content .album img {
      min-height: 100px; }
    .article-content .album .page-indicator {
      float: right;
      font-size: 14px;
      color: #838383;
      margin-top: 12px; }
    .article-content .album figcaption {
      margin-top: 12px;
      margin-right: 24px; }
  .article-content .widget-twitter,
  .article-content .widget-weibo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: white;
    margin: 28px 0 0;
    padding: 15px;
    position: relative; }
    .article-content .widget-twitter .user,
    .article-content .widget-weibo .user {
      min-height: 50px;
      display: block; }
    .article-content .widget-twitter .avatar,
    .article-content .widget-weibo .avatar {
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 12px; }
    .article-content .widget-twitter .nickname,
    .article-content .widget-weibo .nickname {
      font-size: 16px;
      margin-top: 1px;
      display: inline-block; }
    .article-content .widget-twitter .name,
    .article-content .widget-weibo .name {
      font-size: 16px;
      color: #b3b3b3;
      display: block;
      line-height: 1;
      margin-top: 0px; }
    .article-content .widget-twitter .content,
    .article-content .widget-weibo .content {
      margin-top: 12px;
      line-height: 1.6; }
  .article-content .widget-twitter:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px; }
  .article-content .widget-weibo:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px; }
  .article-content .widget-number {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: white;
    margin: 28px 0 0;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px 15px;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }
    .article-content .widget-number .number {
      font-size: 72px;
      font-family: 'DIN Alternate';
      font-weight: bold; }
    .article-content .widget-number figcaption {
      color: #838383;
      position: relative;
      margin-top: 20px;
      line-height: 1.5; }
      .article-content .widget-number figcaption:before {
        content: '';
        position: absolute;
        width: 32px;
        height: 0;
        left: 50%;
        margin-left: -16px;
        top: -30px;
        border-top: 2px solid #d0cfce; }
  .article-content .widget-voice {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: white;
    margin: 28px 0 0;
    padding: 15px; }
    .article-content .widget-voice h3 {
      font-size: 20px;
      margin-bottom: 4px; }
      .article-content .widget-voice h3:after {
        content: '';
        display: inline-block;
        margin-left: 4px;
        vertical-align: -3px; }
    .article-content .widget-voice blockquote {
      margin: 0;
      font-size: 17px;
      line-height: 1.5; }
      .article-content .widget-voice blockquote + blockquote {
        border-top: 1px solid #e3e3e3;
        margin-top: 16px;
        padding-top: 18px; }
    .article-content .widget-voice .source {
      font-size: 14px;
      color: #838383;
      text-align: right;
      margin-top: 8px;
      font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }
      .article-content .widget-voice .source cite {
        font-style: normal;
        line-height: 1.2; }
        .article-content .widget-voice .source cite:before {
          content: '——';
          font-family: "Hoefler Text", "Songti TC", serif; }
        .article-content .widget-voice .source cite:empty:before {
          display: none; }
  .article-content .widget-wiki {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: white;
    margin: 28px 0 0;
    padding: 15px 15px 12px; }
    .article-content .widget-wiki h3 {
      font-size: 20px;
      position: relative;
      margin-bottom: 4px; }
      .article-content .widget-wiki h3:after {
        content: '';
        float: right;
        margin-top: 6px; }
    .article-content .widget-wiki figcaption {
      font-size: 14px;
      line-height: 1.5;
      font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }
  .article-content .widget-map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: white;
    margin: 28px 0 0;
    padding: 5px 5px 5px;
    font-size: 0.1px; }
    .article-content .widget-map .map {
      width: 100%;
      height: auto; }
    .article-content .widget-map figcaption {
      font-size: 14px;
      line-height: 1.5;
      color: #838383;
      text-align: center;
      font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
      margin-top: 10px;
      margin-bottom: 5px; }
      .article-content .widget-map figcaption:empty {
        margin-top: 0;
        margin-bottom: 0; }
  .article-content h1 {
    font-size: 20px; }
  .article-content h2 {
    font-size: 17px; }
  .article-content h3 {
    font-size: 14px; }
  .article-content h4 {
    font-size: 12px; }
    .article-content h4.brunch-title {
      color: #31afbe;
      font-size: 14px; }
  .article-content h1 + p,
  .article-content h2 + p,
  .article-content h3 + p,
  .article-content h4 + p {
    margin-top: 0.8em; }
  .article-content p.sub-content {
    color: #838383;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }
  .article-content ol,
  .article-content ul {
    padding-left: 28px; }
    .article-content ol li + li,
    .article-content ul li + li {
      margin-top: 4px; }
  .article-content p + p, .article-content p + h1, .article-content p + h2, .article-content p + h3, .article-content p + h4, .article-content p + ol, .article-content p + ul, .article-content p + figure,
  .article-content blockquote + p,
  .article-content blockquote + h1,
  .article-content blockquote + h2,
  .article-content blockquote + h3,
  .article-content blockquote + h4,
  .article-content blockquote + ol,
  .article-content blockquote + ul,
  .article-content blockquote + figure,
  .article-content figure + p,
  .article-content figure + h1,
  .article-content figure + h2,
  .article-content figure + h3,
  .article-content figure + h4,
  .article-content figure + ol,
  .article-content figure + ul,
  .article-content figure + figure,
  .article-content ol + p,
  .article-content ol + h1,
  .article-content ol + h2,
  .article-content ol + h3,
  .article-content ol + h4,
  .article-content ol + ol,
  .article-content ol + ul,
  .article-content ol + figure,
  .article-content ul + p,
  .article-content ul + h1,
  .article-content ul + h2,
  .article-content ul + h3,
  .article-content ul + h4,
  .article-content ul + ol,
  .article-content ul + ul,
  .article-content ul + figure {
    margin-top: 28px; }

.wechat-download-helper {
  height: 64px;
  padding: 0 15px;
  display: block;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 16;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: none; }
  .wechat-download-helper.active {
    display: block; }
  .wechat-download-helper .icon-safari {
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
  .wechat-download-helper .icon-arrow {
    position: absolute;
    top: 20px;
    right: 20px; }
  .wechat-download-helper .copy {
    line-height: 64px;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }

.mobile_download_banner {
  height: 64px;
  padding: 0 15px;
  display: block;
  background: #d6eff2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: none; }
  .mobile_download_banner .icon-logo-blue {
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
  .mobile_download_banner .banner-title {
    font-size: 17px;
    line-height: 64px; }
    .mobile_download_banner .banner-title .quotemark {
      margin: 0 -2px; }
    .mobile_download_banner .banner-title .name {
      position: relative;
      margin-right: 13px;
      margin-left: -5px; }
      .mobile_download_banner .banner-title .name:after {
        content: '';
        border-top: 1px solid #151719;
        width: 16px;
        height: 0;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -3px;
        margin-left: -5px; }
  .mobile_download_banner .banner-copy {
    font-size: 14px;
    color: #838383; }
  .mobile_download_banner .download-sign {
    float: right;
    line-height: 64px;
    color: #31afbe;
    font-size: 17px;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }
    .mobile_download_banner .download-sign .icon {
      vertical-align: -6px;
      margin-right: 4px; }

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  font-size: 0;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  font-size: 0.1px;
  background: black;
  background: rgba(0, 0, 0, 0.72);
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
  .modal-wrap.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    pointer-events: auto; }
    .modal-wrap.active .modal {
      visibility: visible;
      opacity: 1; }
  .modal-wrap .center-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px; }
  .modal-wrap .modal {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    background: #f2f2f2;
    margin: auto; }
  .modal-wrap .modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0; }
    .modal-wrap .modal-close .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -9px;
      margin-left: -9px; }

.modal {
  width: 380px;
  background: white;
  position: relative;
  margin: 60px auto 100px; }

.modal-title {
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  border-bottom: 2px solid #151719; }
  .modal-title .modal-title-text {
    font-size: 16px;
    font-weight: normal; }
  .modal-title .modal-title-list-item {
    float: left; }
  .modal-title .modal-title-tab {
    margin-left: -12px; }
  .modal-title .modal-title-link {
    padding: 0 12px;
    display: block; }
    .modal-title .modal-title-link.current .title-text {
      height: 48px;
      display: block;
      border-bottom: 2px solid #151719; }

.modal-content {
  padding: 25px 40px 40px; }
  .modal-content .base-input {
    width: 100%; }
  .modal-content .input-wrap + .input-wrap {
    margin-top: 10px; }
  .modal-content .input-wrap + .base-btn {
    margin-top: 30px; }
  .modal-content .base-btn {
    width: 100%; }
  .modal-content .additional-options {
    margin-top: 20px;
    margin-bottom: 20px; }

.input-wrap .error-msg {
  display: none;
  color: #e03e51;
  font-size: 14px;
  margin-bottom: 6px; }
.input-wrap.display-error-msg .error-msg {
  display: block; }
.input-wrap.display-error-msg .base-input {
  border-color: #e03e51;
  background: rgba(224, 62, 81, 0.08); }
  .input-wrap.display-error-msg .base-input:focus {
    background: white; }

.modal-msg {
  padding: 15px 0 0;
  font-size: 14px; }
  .modal-msg .centered {
    text-align: center; }
  .modal-msg a.link {
    border-bottom: 2px solid #151719;
    display: inline-block; }

.modal-signin .password-reset-link {
  float: right;
  font-size: 14px;
  line-height: 24px; }

.modal-signup .terms-statement {
  margin-top: 18px;
  text-align: center;
  color: #838383;
  font-size: 14px; }
.modal-signup .terms-link {
  color: #838383;
  display: inline-block;
  border-bottom: 2px solid #838383; }

.modal-qrcode {
  width: 280px; }
  .modal-qrcode .modal-content {
    padding: 32px 0; }
  .modal-qrcode .copy {
    margin-bottom: 20px; }
  .modal-qrcode .share-qrcode img {
    width: 200px;
    height: 200px;
    margin: 0 auto; }

.modal-404 .base-btn {
  margin-top: 20px; }

.clone {
  display: none; }

.container {
  padding: 40px 0; }
  .container.with-banner, .page-about .container.with-banner {
    padding-bottom: 85px; }
    .container.with-banner .mobile_download_banner, .page-about .container.with-banner .mobile_download_banner {
      display: block; }

.wrap {
  width: 940px;
  margin: 0 auto;
  padding: 0 20px; }

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-wrap .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover; }

.main {
  margin-top: 30px; }
  .main .floating-block-item {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    position: relative; }

.main-content {
  width: 620px;
  float: left; }
  .main-content .main-content-inner {
    margin-right: 20px; }
  .main-content .feature-article {
    margin-top: 0; }
  .main-content .pagination {
    margin-right: 20px; }
  .main-content .menu-item {
    margin-bottom: 150px; }

.side-content {
  width: 300px;
  float: left; }
  .side-content .floating-block-item {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    float: none; }
  .side-content .fixed-block-item {
    position: fixed;
    top: 20px;}

.page-index .wrap,
.page-channel .wrap {
  width: 1260px; }
.page-index .main-content,
.page-channel .main-content {
  width: 960px; }

.page-index .channel {
  margin-right: 20px; }

.page-channel .channel-title {
  margin-bottom: 30px; }

.kicker {
  font-size: 12px;
  position: absolute;
  color: white;
  top: 18px;
  right: 18px;
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.63);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .article-type + .kicker {
    right: 54px; }
  .feature-article .kicker {
    right: 120px; }

.channel-signifier {
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  padding-top: 8px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
  .channel-signifier:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

.feature-article {
  width: 940px;
  height: 626px;
  position: relative;
  float: left;
  overflow: auto; }
  .feature-article li {
    list-style: none;
    float: left; }
  .feature-article .feature-article-item {
    color: white;
    width: 940px;
    height: 626px;
    position: relative;
    display: block; }
    .feature-article .feature-article-item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 40%);
      background-image: linear-gradient(to top,rgba(0, 0, 0, 0.8) 0%, transparent 40%);
      background-color: transparent; }
  .feature-article .article-title-wrap {
    position: absolute;
    bottom: 32px;
    left: 40px;
    right: 40px;
    color: white;
    z-index: 1; }
  .feature-article .article-title {
    font-size: 32px;
    margin-bottom: 6px; }
  .feature-article .dots {
    position: absolute;
    top: 20px;
    right: 20px; }
  .feature-article .dot {
    width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    font-style: italic;
    line-height: 18px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease; }
    .feature-article .dot.active, .feature-article .dot:hover {
      background: white;
      color: #151719; }
    .feature-article .dot + .dot {
      margin-left: 10px; }

.article-item {
  width: 300px;
  height: 350px;
  overflow: hidden;
  float: left; }
  .article-item.big {
    width: 620px;
    height: auto; }
    .article-item.big .article-cover {
      height: 420px; }
    .article-item.big .article-title {
      font-size: 24px;
      margin-top: 24px; }
  .article-item.without-intro {
    height: auto; }
    .article-item.without-intro .article-intro {
      display: none; }
  .article-item.long {
    width: 620px;
    height: 100px; }
    .article-item.long .article-title {
      margin-top: 0; }
    .article-item.long .article-intro {
      font-size: 14px;
      margin-top: 8px; }
  .article-item .article-cover {
    position: relative;
    height: 200px; }
  .article-item .article-title {
    font-size: 18px;
    margin-top: 18px; }
  .article-item .article-intro {
    color: #838383;
    margin-top: 8px; }
  .article-item .article-type {
    position: absolute;
    top: 15px;
    right: 15px; }
  .article-item .thumbnail-wrap {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px; }
    .article-item .thumbnail-wrap .thumbnail {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-position: center;
      background-size: cover; }

.news-main .feature-article {
  width: 940px !important;
  height: 626px !important; }
.news-main .whats-news {
  width: 620px; }

.whatsnew .title {
  height: 41px;
  line-height: 46px;
  color: white;
  text-align: center;
  background: #31afbe;
  font-size: 20px;
  font-style: italic;
  font-weight: normal; }
.whatsnew .whatsnew-item {
  height: 117px;
  display: block;
  position: relative; }
  .whatsnew .whatsnew-item:after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .whatsnew .whatsnew-item:hover:after {
    background: rgba(0, 0, 0, 0.2); }
.whatsnew .num {
  position: absolute;
  line-height: 106px;
  z-index: 1;
  font-size: 30px;
  color: #31afbe;
  left: 24px;
  text-align: center; }
.whatsnew .item-title-wrap {
  display: table;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 2px; }
.whatsnew .item-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
  color: white;
  font-weight: normal;
  padding-left: 48px;
  padding-right: 20px; }

.menu-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding: 20px;
  width: 300px;
  height: 200px;
  display: block; }
  .menu-item.clone {
    display: none; }
  .menu-item.breakfast, .menu-item.breakfast .menu-title .icon, .menu-item.breakfast .menu-title .icon:before {
    background-color: #3ebde0; }
  .menu-item.midnight, .menu-item.midnight .menu-title .icon, .menu-item.midnight .menu-title .icon:before {
    background-color: #1d233d; }
  .menu-item.teatime, .menu-item.teatime .menu-title .icon, .menu-item.teatime .menu-title .icon:before {
    background-color: #ba9d59; }
  .menu-item .menu-title {
    color: white;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    text-align: right;
    overflow: hidden; }
    .menu-item .menu-title .icon {
      position: relative; }
      .menu-item .menu-title .icon:before {
        content: '';
        position: absolute;
        right: 100%;
        width: 10px;
        height: 100%;
        top: 0; }
    .menu-item .menu-title:before {
      content: '···································';
      position: absolute;
      left: 0;
      top: -2px;
      font-weight: bold;
      letter-spacing: 6px;
      opacity: .5; }
  .menu-item .quote-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .menu-item .quote-wrap .table-outer {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .menu-item .quote-wrap .table-inner {
      text-align: left;
      position: relative; }
  .menu-item .quote {
    font-size: 18px;
    padding: 0 15px;
    position: relative; }
  .menu-item .quote-source {
    text-align: right;
    margin-top: 12px;
    font-size: 16px;
    position: absolute;
    right: 35px; }
    .menu-item .quote-source:before {
      content: "——"; }
  .menu-item .menu-article-item {
    display: block;
    margin-right: -20px;
    margin-left: -20px;
    height: 62px;
    position: relative;
    padding-top: 13px; }
    .menu-item .menu-article-item .category {
      color: rgba(255, 255, 255, 0.5);
      margin-left: 20px;
      display: block; }
    .menu-item .menu-article-item .num {
      font-style: italic; }
    .menu-item .menu-article-item .title {
      color: white;
      font-size: 18px;
      margin-left: 20px; }
    .menu-item .menu-article-item + .menu-article-item:before {
      content: '';
      position: absolute;
      height: 2px;
      background: rgba(255, 255, 255, 0.1);
      left: 20px;
      right: 0;
      top: -1px;
      z-index: 1; }

.table-outer {
  display: table; }
  .table-outer .table-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.get-app-wrap {
  width: 100%;
  padding-right: 20px;
  border: 2px solid #151719;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .get-app-wrap .subscription {
    padding-top: 15px;
    border-bottom: 2px solid #151719; }
  .get-app-wrap .subscription-title {
    padding-left: 20px;
    font-size: 16px; }
  .get-app-wrap .subscription-input-wrap {
    position: relative;
    margin-top: 6px;
    margin-right: -20px; }
  .get-app-wrap .subscription-input {
    padding: 5px 34px 5px 20px;
    background: none;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .get-app-wrap .subscription-input:focus {
      background: white; }
      .get-app-wrap .subscription-input:focus + .subscription-submit {
        opacity: 1;
        visibility: visible; }
  .get-app-wrap .subscription-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }
    .get-app-wrap .subscription-submit .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -6px;
      margin-left: -9px; }
  .get-app-wrap .get-app {
    margin: 20px 0 20px 20px;
    background: #151719;
    display: block;
    line-height: 44px;
    text-align: center;
    color: white; }
    .get-app-wrap .get-app:hover {
      background: #3ebde0; }
    .get-app-wrap .get-app .icon {
      vertical-align: -2px;
      margin-left: 5px; }

.trending {
  background: white; }
  .trending .trending-title {
    padding-top: 16px;
    font-size: 16px;
    border-bottom: 2px solid #e3e3e3; }
  .trending .trending-title-text {
    padding: 0 20px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: -2px;
    border-bottom: 2px solid white; }
  .trending .trending-content {
    padding: 10px 0; }
  .trending .trending-item {
    padding: 12px 20px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block; }
  .trending .num {
    color: #31afbe;
    text-align: right;
    width: 24px;
    display: inline-block;
    margin-left: -12px;
    margin-right: 2px; }
    .trending .num:after {
      content: '.'; }

.base-input {
  height: 38px;
  line-height: 38px;
  padding: 0 8px;
  border-bottom: 2px solid #151719;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 14px;
  background: transparent; }
  .base-input:focus {
    background: #f2f2f2; }

.checkbox-label {
  font-size: 14px; }
  .checkbox-label .checkbox {
    display: none; }
    .checkbox-label .checkbox:checked + .base-checkbox .checked {
      width: 8px;
      height: 8px;
      background: #151719;
      position: absolute;
      top: 4px;
      left: 4px; }
  .checkbox-label .base-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: -4px; }
  .checkbox-label .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #151719;
    vertical-align: -4px; }

.base-btn {
  height: 40px;
  line-height: 40px;
  background: #151719;
  color: white;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0;
  border: none; }

.pagination {
  text-align: center;
  margin-top: 40px; }
  .pagination .icon {
    vertical-align: -9px;
    margin-right: 8px; }
  .pagination .icon-next {
    margin-right: 0;
    margin-left: 8px; }
  .pagination .prev {
    float: left; }
  .pagination .next {
    float: right; }
  .pagination .indicator {
    color: #838383;
    line-height: 29px; }

.channel {
  margin-top: 40px; }
  .channel + .ad-element {
    margin-top: 40px; }

.channel-title {
  font-size: 32px;
  border-bottom: 2px solid #151719;
  line-height: 22px; }
  .channel-title .channel-title-text {
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: -2px;
    display: inline-block;
    padding-right: 16px; }
    .channel-title .channel-title-text:hover {
      border-bottom: none; }

.channel-content {
  margin-top: 10px;
  margin-right: -20px; }

.channel-news-content {
  margin-top: -20px; }

.article-main .side-content {
  margin-top: 30px;
  margin-left: 20px; }

.article-body .article-kicker {
  color: #31afbe;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  display: inline-block;
  margin-bottom: 6px; }
.article-body .article-title {
  font-size: 32px; }
.article-body .article-intro {
  position: relative;
  padding-top: 16px;
  margin-top: 10px; }
  .article-body .article-intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 0;
    border-top: 2px solid #e3e3e3; }
.article-body .author-name {
  color: #838383;
  margin-right: 20px;
  font-size: 14px;
  vertical-align: 5px; }
  .article-body .author-name:empty {
    margin: 0; }
.article-body .article-meta {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #e3e3e3; }
  .article-body .article-meta:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #e3e3e3; }
  .article-body .article-meta .share-wrap {
    display: inline-block; }
.article-body .byline {
  width: 460px;
  background: white;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px; }
  .article-body .byline .avatar {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 12px; }
  .article-body .byline .name {
    font-size: 16px;
    font-weight: normal;
    margin-top: 3px; }
  .article-body .byline .role {
    color: #838383;
    margin-left: 2px; }
  .article-body .byline .bio {
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    color: #838383;
    margin-top: 4px; }
  .article-body .byline + .share-wrap {
    vertical-align: top;
    margin-left: 15px; }
.article-body .share-title {
  color: #838383;
  font-size: 14px;
  vertical-align: 5px;
  margin-right: 12px; }
.article-body .share-link + .share-link {
  margin-left: 15px; }
.article-body .posted-time {
  float: right;
  color: #838383; }
.article-body .article-hero {
  margin-top: 40px; }
  .article-body .article-hero img {
    width: 100%; }
  .article-body .article-hero figcaption {
    font-size: 14px;
    margin-top: 10px;
    color: #838383; }
  .article-body .article-hero .credit {
    float: right; }
.article-body .article-content {
  width: 620px;
  margin-top: 30px;
  padding-bottom: 50px;
  position: relative; }
  .article-body .article-content:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 4px; }
.article-body .article-sources {
  color: #838383; }
  .article-body .article-sources a {
    display: inline-block;
    border-bottom: 2px solid #3ebde0; }

.article-album-main .article-meta,
.article-video-main .article-meta {
  border-bottom: none; }
  .article-album-main .article-meta:after,
  .article-video-main .article-meta:after {
    display: none; }

.article-album-viewer {
  background: #151719;
  padding: 40px 0;
  margin-bottom: 15px; }
  .article-album-viewer .album img {
    width: 100%; }
  .article-album-viewer .album .nav-link {
    left: -40px; }
    .article-album-viewer .album .nav-link.next {
      left: auto;
      right: -40px; }
  .article-album-viewer .album .page-indicator {
    margin-top: 14px;
    font-size: 14px;
    float: right;
    color: #d5d5d5; }
  .article-album-viewer .album figcaption {
    margin-top: 15px;
    color: #d5d5d5;
    font-size: 14px;
    margin-right: 160px; }

.article-video-viewer {
  margin-bottom: 10px; }
  .article-video-viewer .article-video-viewer-inner {
    font-size: 0.1px;
    text-align: center;
    background: #151719; }
  .article-video-viewer .video {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    font-size: 0.1px;
    position: relative; }
    .article-video-viewer .video.active video {
      display: block; }
    .article-video-viewer .video.active .video-cover {
      display: none; }
    .article-video-viewer .video.active:before {
      display: none; }
    .article-video-viewer .video:hover:before {
      opacity: .9; }
    .article-video-viewer .video .video-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      cursor: pointer; }
    .article-video-viewer .video:before {
      content: 'Play Video';
      text-indent: -9999px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -38px;
      margin-left: -38px;
      z-index: 1;
      cursor: pointer; }
    .article-video-viewer .video video {
      width: 100%;
      height: 100%;
      display: none; }
  .article-video-viewer .article-video-caption {
    margin-top: 15px;
    color: #838383;
    font-size: 14px; }

.further-readings {
  margin-top: 30px; }
  .further-readings .further-readings-title {
    font-size: 17px;
    line-height: 9px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 15px; }
    .further-readings .further-readings-title .title-text {
      border-bottom: 2px solid #f2f2f2;
      margin-bottom: -2px;
      padding-right: 20px;
      display: inline-block; }

.further-reading-item {
  padding: 15px 0;
  display: block; }
  .further-reading-item .item-cover {
    width: 100px;
    height: 100px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 30px; }
  .further-reading-item .item-title {
    margin-top: 12px;
    font-weight: normal;
    line-height: 1.4; }
  .further-reading-item .channel-item {
    font-size: 15px;
    border-top: 2px solid #3ebde0;
    padding-top: 3px;
    display: inline-block; }

.search-box {
  position: relative; }
  .search-box .search-input {
    height: 58px;
    line-height: 36px;
    width: 100%;
    padding: 12px 20px 12px 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    border-bottom: 2px solid #151719; }
  .search-box .icon-search-focus {
    position: absolute;
    top: 19px;
    left: 20px; }

.search-results {
  margin-top: 20px; }

.search-result-item {
  display: block;
  padding: 15px 0; }
  .search-result-item + .search-result-item {
    border-top: 1px solid #e3e3e3; }
  .search-result-item .highlight {
    color: #31afbe; }
  .search-result-item .item-title {
    font-size: 20px; }
  .search-result-item .item-preview {
    font-size: 14px;
    color: #838383;
    margin-top: 6px; }

.page-download {
  position: relative; }
  .page-download .container {
    padding-top: 0; }
    .page-download .container .mobile_download_banner {
      display: none; }

.diagonal-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  .diagonal-line:before {
    content: '';
    position: absolute;
    width: 200%;
    right: 50%;
    margin-right: -670px;
    border-top: 1px solid #151719;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top; }

.download-main {
  position: relative;
  padding-top: 100px; }
  .download-main .wrap {
    position: relative; }
  .download-main .title-wrap {
    float: left; }
  .download-main .global-nav-logo {
    font-size: 0.1px; }
  .download-main .download-title {
    font-size: 35px;
    margin-top: 64px; }
  .download-main .download-slogan {
    font-size: 20px;
    font-weight: 200;
    margin-top: 10px;
    position: relative; }
  .download-main .icon-download-info {
    float: left;
    margin-top: 397px; }
  .download-main .download-sign {
    font-size: 20px;
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    width: 1em;
    text-align: center;
    display: inline-block;
    line-height: 1;
    margin-bottom: 70px;
    position: relative; }
    .download-main .download-sign .icon {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -108px; }
  .download-main .download-sign-wrap {
    float: right;
    margin-top: 340px;
    margin-right: 161px;
    text-align: center; }
  .download-main + .global-nav-footer {
    margin-top: 100px; }

.download-wrap {
  height: 44px;
  margin-top: 42px; }
  .download-wrap .download-desc {
    color: #31afbe; }
    .download-wrap .download-desc a {
      color: #838383;
      border-bottom: 1px solid #c2c2c2;
      padding-bottom: 5px; }
      .download-wrap .download-desc a:hover {
        color: #151719;
        border-color: #151719; }
  .download-wrap .error-msg {
    margin-top: 24px;
    color: #e03e51;
    font-size: 16px;
    display: none; }
    .download-wrap .error-msg.active {
      display: block; }

.download-btns {
  font-size: 0.1px; }
  .download-desc + .download-btns {
    margin-top: 18px; }
  .download-sign + .download-btns {
    margin-top: 42px; }
  .download-btns + .download-desc {
    color: #838383;
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 40px; }
  .download-btns .download-btn {
    width: 150px;
    line-height: 44px;
    height: 44px;
    background: white;
    border-radius: 1px 0 0 1px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: center; }
    .download-btns .download-btn + .download-btn {
      border-radius: 0 1px 1px 0;
      margin-left: 2px; }
    .download-btns .download-btn .icon {
      margin-right: 5px;
      vertical-align: -3px; }
    .download-btns .download-btn .icon-download-play {
      vertical-align: -4px; }
    .download-btns .download-btn .icon-download-android {
      vertical-align: -5px; }

.beta-invites-wrap {
  position: relative;
  display: inline-block; }
  .beta-invites-wrap .beta-invites-input {
    height: 44px;
    line-height: 44px;
    border-radius: 1px;
    padding: 0 14px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .beta-invites-wrap .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }
    .beta-invites-wrap .submit .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -6px;
      margin-left: -9px; }

.screen-wrap {
  position: relative;
  margin-top: 72px;
  margin-right: 160px;
  width: 302px;
  height: 646px;
  float: right; }
  .screen-wrap:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: #f2f2f2; }
  .screen-wrap .phone {
    position: relative; }
  .screen-wrap .screen {
    position: absolute;
    width: 272px;
    height: 479px;
    left: 50%;
    top: 83px;
    margin-left: -136px;
    background-size: cover;
    background-position: top;
    border-radius: 2px; }
    .screen-wrap .screen:before {
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.08);
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .screen-wrap .screenshot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease; }
    .screen-wrap .screenshot.current {
      visibility: visible;
      opacity: 1; }

.dl-copy {
  position: absolute;
  width: 210px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }
  .dl-copy.ready {
    visibility: visible;
    opacity: 0; }
  .dl-copy.current {
    visibility: visible;
    opacity: 1; }
  .dl-copy .dl-copy-title {
    font-size: 24px;
    line-height: 1.1; }
  .dl-copy .dl-copy-content {
    line-height: 1.69;
    font-weight: 200;
    margin-top: 10px; }
  .dl-copy.left {
    right: 100%;
    text-align: right;
    top: 100%;
    margin-top: -200px;
    margin-right: 90px; }
    .dl-copy.left .dl-copy-title:before {
      content: '';
      position: absolute;
      left: 100%;
      margin-left: 20px;
      top: 11px;
      border-top: 1px solid #151719;
      width: 50px;
      height: 0; }
  .dl-copy.right {
    left: 100%;
    top: 100%;
    margin-top: -400px;
    margin-left: 90px; }
    .dl-copy.right .dl-copy-title:before {
      content: '';
      position: absolute;
      right: 100%;
      margin-right: 20px;
      top: 11px;
      border-top: 1px solid #151719;
      width: 50px;
      height: 0; }
  .dl-copy.bottom-left {
    left: 36px;
    top: 100%;
    margin-top: 90px; }
    .dl-copy.bottom-left .dl-copy-title:before {
      content: '';
      position: absolute;
      left: 15px;
      bottom: 100%;
      margin-bottom: 20px;
      border-left: 1px solid #151719;
      width: 0;
      height: 50px; }
  .dl-copy.bottom-right {
    right: 36px;
    top: 100%;
    margin-top: 90px;
    text-align: right; }
    .dl-copy.bottom-right .dl-copy-title:before {
      content: '';
      position: absolute;
      right: 15px;
      bottom: 100%;
      margin-bottom: 20px;
      border-left: 1px solid #151719;
      width: 0;
      height: 50px; }

.misc-content-wrap {
  padding-left: 160px;
  font-size: 17px;
  line-height: 1.882; }
  .misc-content-wrap h1 {
    font-size: 32px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 16px;
    margin-bottom: 20px; }
    .misc-content-wrap h1:after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      height: 2px;
      border-bottom: 1px solid #e3e3e3; }

.misc-nav {
  float: left;
  margin-left: -140px;
  margin-top: 8px; }
  .misc-nav .nav-list-item + .nav-list-item {
    margin-top: 25px; }
  .misc-nav .nav-link {
    padding: 1px 0;
    display: inline-block; }
    .misc-nav .nav-link.current {
      border-bottom: 2px solid #151719; }
      .misc-content ul {
        margin-left: 30px; }
      .misc-content figcaption {
        font-size: 14px;
        margin-top: -5px;
        color: #838383;
        min-height: 26px; }
      .misc-content p {
        margin-top:28px; }

.ad-element {
  font-size: 0.1px;
  text-align: center;
  max-width: 100%; }
  .ad-element .ad-image {
    max-width: 100%;
    width: auto; }
  .ad-element.billboard {
    max-width: 970px;
    margin-top: 20px;
    margin-bottom: 40px; }

.ad-mobile {
  display: none; }

.page-about {
  position: relative; }
  .page-about .container {
    padding-top: 0; }

.about-main {
  position: relative;
  padding-top: 100px; }
  .about-main .global-nav-logo {
    font-size: 0.1px; }
  .about-main .about-title-wrap {
    margin-top: 44px;
    padding: 20px 0;
    background: #f2f2f2; }
  .about-main .about-title {
    font-size: 35px; }
  .about-main .about-slogan {
    font-size: 20px;
    font-weight: 200;
    margin-top: 10px;
    position: relative;
    line-height: 2; }
  .about-main .button-wrap {
    display: inline-block; }
  .about-main .button {
    background: white;
    height: 44px;
    line-height: 44px;
    padding: 0 44px;
    border-radius: 1px;
    display: inline-block; }
    .about-main .button .icon {
      margin-right: 6px;
      vertical-align: -4px; }
  .about-main .button-desc {
    font-size: 14px;
    color: #838383;
    text-align: center;
    margin-top: 8px;
    font-weight: 200; }
  .about-main .devices-wrap {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 20px;
    position: relative; }
    .about-main .devices-wrap .devices {
      display: inline-block;
      position: relative; }
    .about-main .devices-wrap .devices-caption {
      font-weight: 200;
      position: absolute;
      right: 50%;
      margin-right: 194px;
      top: -40px; 
      width: 120px; }
      .about-main .devices-wrap .devices-caption:after {
        content: '';
        position: absolute;
        width: 72px;
        height: 0;
        right: -60px;
        bottom: -40px;
        border-top: 1px solid #151719;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg); }
  .about-main .devices-intro {
    text-align: left;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 40px;
    margin-top: -70px;
    white-space: nowrap; }
    .about-main .devices-intro .device-intro-title {
      font-size: 24px;
      margin-bottom: 4px;
      margin-top: 30px; }

.bg-wrap {
  background-color: #151719; }

.trending-item:hover {
  background-color: #d6eff2; }

.bg,
.trending-item-cover,
.cover,
.article-intro,
.bg-wrap,
.whatsnew-item:after {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease; }

.article-item:hover .article-intro,
.trending-item:hover .article-intro,
.menu-article-item:hover .article-intro {
  color: #4d4d4d; }

.download-btn:hover,
.base-btn:hover {
  background-color: #3ebde0; }

.icon-profile:hover,
.icon-search:hover,
.icon-facebook:hover,
.icon-twitter:hover,
.icon-weixin:hover,
.icon-weibo:hover {
  opacity: .6; }

@media (max-width: 1300px) {
  .page-index .wrap,
  .page-channel .wrap {
    width: 940px; }
  .page-index .main-content,
  .page-channel .main-content {
    width: 640px; }

  .feature-article {
    width: 620px;
    height: 420px; }
    .feature-article .article-title-wrap {
      left: 20px;
      right: 20px;
      bottom: 18px; }

  .menu-item.clone {
    display: block; }
  .menu-item.cloned {
    display: none; }

  .news-main .feature-article {
    width: 620px !important;
    height: 420px !important; }
    .news-main .feature-article .feature-article-item {
      width: 620px !important;
      height: 420px !important; }

  .ad-element.billboard {
    margin-bottom: -10px; }
  .ad-element.leaderboard {
    margin-right: 20px; } }
@media (max-width: 980px) {
  .ad-element.top {
    display: none; }

  .main-content .main-content-inner {
    margin-right: 0; }

  .whatsnew {
    width: 620px; }
    .whatsnew.clone {
      display: block; }
    .whatsnew.cloned {
      display: none; }

  .container {
    padding-top: 25px; }

  .side-content {
    width: 100%; }
    .article-main .side-content {
      margin-left: 0; }
    .side-content .fixed-block-item {
      position: inherit;
      top: 0px;}

  .wrap,
  .page-index .wrap,
  .page-channel .wrap {
    width: 620px; }

  .page-download .wrap {
    width: auto; }

  .global-nav {
    display: none; }

  .modal {
    margin-top: 80px;
    margin-bottom: 0; }

  .global-nav-footer {
    display: block; }

  .mobile-nav {
    display: block; }
    .mobile-nav .mobile-navbar .global-nav-logo {
      margin-top: 10px;
      margin-bottom: 10px; }
      .mobile-nav .mobile-navbar .global-nav-logo .icon {
        width: 80px;
        height: 80px;
        background-size: 80px 80px; }
    .mobile-nav .mobile-navbar .mobile-menu-btn {
      margin-right: -15px; }

  .pagination {
    margin-bottom: 20px; }


  .article-body .article-content:after {
    bottom: 20px; }
  .article-body .byline {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .article-body .side-content {
    margin-left: 20px; }

  .article-content .video,
  .article-video-viewer .video {
    width: 100%;
    height: 52vw; }

  .article-album-viewer .album .nav-link {
    left: 0; }
    .article-album-viewer .album .nav-link.next {
      left: auto;
      right: 0; }
  .article-album-viewer .album figcaption {
    margin-right: 60px; }

  .download-main {
    padding-top: 40px; }
    .download-main .title-wrap {
      float: none;
      text-align: center; }
    .download-main .global-nav-logo {
      display: none; }
    .download-main .download-title {
      margin-top: 40px; }
    .download-main .icon-download-info {
      display: none; }
    .download-main .download-sign-wrap {
      float: none;
      margin: 40px auto 0; }
    .download-main + .global-nav-footer {
      margin-top: 40px; }

  .page-about .diagonal-line {
    display: none; }

  .about-main {
    padding-top: 20px; }
    .about-main .global-nav-logo {
      display: none; }
    .about-main .about-title-wrap {
      margin-top: 24px; }
    .about-main .devices-wrap {
      margin-bottom: 0; }
    .about-main .devices-wrap {
      text-align: left;
      margin-top: 20px;
      display: none; }
      .about-main .devices-wrap .devices-caption,
      .about-main .devices-wrap .icon-devices {
        display: none; }
    .about-main .button-wrap {
      margin-bottom: 20px; }
    .about-main .devices-intro {
      display: none; }

  .screen-wrap {
    float: none;
    margin: 240px auto 0; }

  .dl-copy {
    background-color: #f2f2f2;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dl-copy.left, .dl-copy.right, .dl-copy.bottom-left, .dl-copy.bottom-right {
      left: auto;
      right: auto;
      top: auto;
      bottom: 100%;
      text-align: center;
      width: 100%;
      margin: 0 0 10px 0; }
    .dl-copy .dl-copy-title:before {
      display: none; } }
@media (max-width: 660px) {
  .container {
    padding-top: 5px;
    padding-bottom: 20px; }
    .container.with-banner, .page-about .container.with-banner {
      padding-bottom: 72px; }
    .page-download .container.with-banner {
      padding-top: 0; }

  .main {
    margin-top: 20px; }
    .main .floating-block-item {
      margin-top: 2px; }

  .wrap,
  .page-index .wrap,
  .page-channel .wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto; }

  .page-index .main-content,
  .page-channel .main-content {
    width: 100%; }

  .main-content .menu-item {
    margin-bottom: 0;
    width: 100%; }

  .feature-article {
    width: 100%;
    height: 250px; }
    .feature-article .article-title {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 0; }
    .feature-article .article-intro {
      font-size: 12px; }
    .feature-article .article-title-wrap {
      left: 14px;
      right: 14px;
      bottom: 10px; }
    .feature-article .gradient {
      background-color: rgba(0, 0, 0, 0.8);
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
      background-image: linear-gradient(to top,rgba(0, 0, 0, 0.8) 0%, transparent 60%);
      background-color: transparent; }
    .feature-article .dots {
      top: 14px;
      right: 14px; }

  .whatsnew {
    width: 100%; }

  .menu-item {
    padding: 14px;
    width: auto; }
    .menu-item .menu-article-item {
      margin-right: -14px;
      margin-left: -14px; }

  .article-item {
    height: 150px; }
    .article-item.big {
      width: 100%;
      height: 250px; }
      .article-item.big .article-cover {
        height: 250px; }
      .article-item.big .article-title-wrap {
        bottom: 10px; }
      .article-item.big .article-title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 0; }
      .article-item.big .article-intro {
        display: block;
        font-size: 12px;
        color: white; }
    .article-item:hover .article-intro {
      color: white; }
    .article-item.without-intro {
      height: 150px; }
    .article-item .article-type {
      right: 9px;
      top: 9px; }
    .article-item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 40%);
      background-image: linear-gradient(to top,rgba(0, 0, 0, 0.8) 0%, transparent 40%);
      background-color: transparent; }
    .article-item .article-cover {
      height: 100%; }
    .article-item .article-title-wrap {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 8px;
      color: white;
      z-index: 1; }
    .article-item .article-title {
      font-size: 20px;
      line-height: 1.2; }
    .article-item .article-intro {
      color: white;
      margin-top: 0;
      font-size: 12px;
      display: none; }

  .channel-signifier {
    top: 14px;
    left: 14px; }

  .kicker {
    top: 12px;
    right: 12px; }

  .news-main {
    margin-left: -20px;
    margin-right: -20px; }
    .news-main .feature-article {
      width: 100% !important;
      height: 250px !important; }
      .news-main .feature-article .feature-article-item {
        width: 100% !important;
        height: 250px !important; }

  .channel {
    margin-left: -20px;
    margin-right: -20px; }
    .page-index .channel {
      margin-right: -20px; }

  .channel-title {
    font-size: 20px;
    margin: 24px 14px 20px;
    line-height: 10px; }

  .channel-content {
    margin-right: 0; }

  .article-item {
    width: 100%; }

  .pagination {
    margin-top: 20px;
    margin-left: 20px; }

  .main-content,
  .page-index .main-content {
    width: 100%; }

  .page-index .side-content .floating-block-item {
    margin-left: -20px;
    margin-right: -20px; }

  .side-content .floating-block-item {
    margin-bottom: 0; }
  .side-content .get-app-wrap {
    width: auto; }
  .side-content .ad-element {
    margin-top: 18px;
    margin-bottom: 18px; }

  .article-body .article-content {
    width: auto; }
  .article-body .author-name {
    display: block;
    margin-bottom: 12px; }

  .article-main .side-content {
    margin-left: 0; }

  .article-content blockquote {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .article-content blockquote.pull {
      margin-left: auto;
      margin-right: auto; }
  .article-content .widget-twitter,
  .article-content .widget-weibo {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .article-content .album {
    margin-left: -20px;
    margin-right: -20px; }
    .article-content .album figcaption {
      padding-left: 20px;
      padding-right: 20px; }
  .article-content .intro .left {
    margin-left: 0;
    width: 50%; }
  .article-content .intro .right {
    position: relative;
    float: right; }

  .global-nav-footer {
    text-align: center;
    margin-top: 20px; }
    .global-nav-footer .footer-links {
      margin-left: 0; }
    .global-nav-footer .nav-list-item {
      float: none;
      display: inline-block; }
    .global-nav-footer .copyright-info {
      text-align: center; }

  .page-download .diagonal-line {
    display: none; }

  .misc-nav {
    display: none; }

  .misc-content-wrap {
    padding-left: 0; }

  .ad-element {
    max-width: none; }
    .ad-element.billboard {
      margin-bottom: -20px;
      margin-left: -20px;
      margin-right: -20px; }
    .ad-element.leaderboard {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 2px; } }
@media (max-width: 420px) {
  .ad-mobile {
    display: block; }
  .modal {
    width: 100%;
    margin-top: 25px; }

  .article-album-viewer {
    padding: 0 0 20px; }
    .article-album-viewer .album a.image {
      margin-left: -20px;
      margin-right: -20px; }
    .article-album-viewer .album figcaption {
      margin-right: 40px; }

  .article-video-viewer .wrap {
    margin-left: -20px;
    margin-right: -20px; }

  .article-body .posted-time {
    float: none;
    margin-bottom: 12px;
    display: inline-block; }

  .download-main {
    padding-top: 60px; }
    .download-main .download-title {
      font-size: 28px;
      margin-top: 0; }
    .download-main .download-slogan {
      font-size: 16px; }
    .download-main .download-sign-wrap {
      display: none; }

  .article-body .article-title {
    font-size: 28px; }

  .page-about .container {
    padding-top: 72px; }

  .about-main {
    padding-top: 40px; }
    .about-main .about-title-wrap {
      margin-top: 0;
      padding: 0;
      margin-bottom: 20px; }
    .about-main .about-title {
      font-size: 28px; }
    .about-main .about-slogan {
      font-size: 16px; }

  .download-wrap {
    margin-top: 20px;
    height: auto; }
    .download-wrap .download-btn {
      border-radius: 1px;
      width: 180px;
      margin-left: 12px;
      margin-right: 12px; }
      .download-wrap .download-btn + .download-btn {
        border-radius: 1px;
        margin-top: 12px;
        margin-left: 12px; }
        .download-wrap .download-btn + .download-btn:before {
          display: none; }
    .download-wrap + .screen-wrap {
      margin-top: 30px; }
    .download-wrap .error-msg {
      margin-top: 12px; }

  .screen-wrap {
    width: 280px;
    height: 599px;
    margin: 160px auto 0;
    display: none; }
    .screen-wrap .screen {
      width: 252px;
      height: 444px;
      margin-left: -126px;
      top: 75px; }
    .screen-wrap .icon-phone {
      width: 280px;
      height: 599px;
      background-size: 280px 599px; }

  .page-download .global-nav-footer .wrap:before {
    display: none; }
  .page-download .global-nav-footer .footer-links {
    display: none; } }
@media (max-width: 375px) {
  .wechat-download-helper {
    padding: 0 12px; }
    .wechat-download-helper .copy {
      font-size: 14px; }
    .wechat-download-helper .icon-arrow {
      right: 12px; }

  .mobile_download_banner {
    padding: 0 12px; }
    .mobile_download_banner .icon-logo-blue {
      width: 40px;
      height: 40px;
      background-size: 40px 40px;
      margin-top: 12px;
      margin-right: 8px; }
    .mobile_download_banner .banner-title {
      font-size: 15px; }
      .mobile_download_banner .banner-title .name {
        margin-right: 10px; }
        .mobile_download_banner .banner-title .name:after {
          width: 13px; }
    .mobile_download_banner .download-sign {
      font-size: 14px; }
      .mobile_download_banner .download-sign .icon {
        width: 11px;
        height: 17px;
        background-size: 11px 17px;
        vertical-align: -3px;
        margin-right: 2px; } }
.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat !important; }

.icon-logo {
  width: 96px;
  height: 96px;
  background: url(../img/icons/logo.svg);
  background-size: 96px 96px; }

.icon-pdf {
  width: 14px;
  height: 17px;
  background: url(../img/icons/pdf.svg); }

.icon-logo-blue {
  width: 44px;
  height: 44px;
  background: url(../img/icons/logo-blue.svg);
  background-size: 44px 44px; }

.icon-opinion-logo {
  width: 108px;
  height: 37px;
  background: url(../img/icons/opinion-logo.svg);
  background-size: 108px 37px; }

.icon-search {
  width: 28px;
  height: 28px;
  background: url(../img/icons/search.svg); }

.icon-close {
  width: 18px;
  height: 19px;
  background: url(../img/icons/close.svg); }

.icon-phone {
  width: 302px;
  height: 646px;
  background: url(../img/icons/phone.svg);
  background-size: 302px 646px; }

.icon-search-focus {
  width: 18px;
  height: 18px;
  background: url(../img/icons/search-focus.svg); }

.icon-profile {
  width: 28px;
  height: 28px;
  background: url(../img/icons/profile.svg); }

.icon-quote-left {
  width: 18px;
  height: 34px;
  background: url(../img/icons/quote-left.svg); }

.icon-quote-right {
  width: 18px;
  height: 34px;
  background: url(../img/icons/quote-right.svg); }

.icon-quote-left-blue, .article-content > blockquote > p:first-of-type:before {
  width: 18px;
  height: 34px;
  background-color: #31afbe;
  -webkit-mask-image: url(../img/icons/quote-left.svg);
  mask-image: url(../img/icons/quote-left.svg); }

.icon-quote-right-blue, .article-content > blockquote > p:last-of-type:after {
  width: 18px;
  height: 34px;
  background-color: #31afbe;
  -webkit-mask-image: url(../img/icons/quote-right.svg);
  mask-image: url(../img/icons/quote-right.svg); }

.icon-send {
  width: 18px;
  height: 13px;
  background: url(../img/icons/send.svg); }

.icon-send-white {
  width: 18px;
  height: 13px;
  background-color: white;
  -webkit-mask-image: url(../img/icons/send.svg);
  mask-image: url(sendsvg); }

.icon-apple {
  width: 21px;
  height: 25px;
  background: url(../img/icons/apple.svg); }

.icon-android {
  width: 21px;
  height: 27px;
  background: url(../img/icons/android.svg); }

.icon-weixin {
  width: 24px;
  height: 19px;
  background: url(../img/icons/weixin.svg); }

.icon-weibo {
  width: 24px;
  height: 20px;
  background: url(../img/icons/weibo.svg); }

.icon-navigate-left {
  width: 10px;
  height: 17px;
  background: url(../img/icons/navigate-left.svg);
  background-size: 10px 17px; }

.icon-navigate-left-big {
  width: 19px;
  height: 34px;
  background: url(../img/icons/navigate-left.svg);
  background-size: 19px 34px; }

.icon-navigate-right {
  width: 10px;
  height: 17px;
  background: url(../img/icons/navigate-right.svg);
  background-size: 10px 17px; }

.icon-navigate-right-big {
  width: 19px;
  height: 34px;
  background: url(../img/icons/navigate-right.svg);
  background-size: 19px 34px; }

.icon-widget-weibo, .article-content .widget-weibo:before {
  width: 20px;
  height: 16px;
  background: url(../img/icons/widget-weibo.svg); }

.icon-twitter {
  width: 24px;
  height: 19px;
  background: url(../img/icons/twitter.svg); }

.icon-widget-twitter, .article-content .widget-twitter:before {
  width: 20px;
  height: 16px;
  background: url(../img/icons/widget-twitter.svg); }

.icon-widget-voice, .article-content .widget-voice h3:after {
  width: 12px;
  height: 17px;
  background: url(../img/icons/widget-voice.svg); }

.icon-widget-wiki, .article-content .widget-wiki h3:after {
  width: 60px;
  height: 18px;
  background: url(../img/icons/widget-wiki.svg);
  background-size: 60px 18px; }

.icon-facebook {
  width: 20px;
  height: 20px;
  background: url(../img/icons/facebook.svg); }

.icon-play, .article-content .video:before, .article-video-viewer .video:before {
  width: 76px;
  height: 76px;
  background: url(../img/icons/play.svg); }

.icon-play-small {
  width: 32px;
  height: 32px;
  background: url(../img/icons/play.svg);
  background-size: 32px 32px; }

.icon-end-ornament, .mobile-nav .nav-section:after, .article-body .article-content:after {
  width: 12px;
  height: 12px;
  background: url(../img/icons/end-ornament.svg); }

.icon-article-album {
  width: 28px;
  height: 22px;
  background: url(../img/icons/article-album.svg); }

.icon-article-video {
  width: 28px;
  height: 19px;
  background: url(../img/icons/article-video.svg); }

.icon-article-link {
  width: 24px;
  height: 24px;
  background: url(../img/icons/article-link.svg); }

.icon-title-breakfast {
  width: 88px;
  height: 13px;
  background: url(../img/icons/title-breakfast.svg);
  background-size: 88px 13px; }

.icon-title-midnight {
  width: 86px;
  height: 14px;
  background: url(../img/icons/title-midnight.svg);
  background-size: 86px 14px; }

.icon-title-teatime {
  width: 78px;
  height: 14px;
  background: url(../img/icons/title-teatime.svg);
  background-size: 78px 14px; }

.icon-big-arrow {
  width: 216px;
  height: 108px;
  background: url(../img/icons/big-arrow.svg);
  background-size: 216px 108px; }

.icon-download {
  width: 14px;
  height: 24px;
  background: url(../img/icons/download.svg); }

.icon-download-apple {
  width: 15px;
  height: 18px;
  background: url(../img/icons/download-apple.svg);
  background-size: 15px 18px; }

.icon-download-play {
  width: 16px;
  height: 18px;
  background: url(../img/icons/download-play.svg);
  background-size: 16px 18px; }

.icon-download-android {
  width: 16px;
  height: 20px;
  background: url(../img/icons/download-android.svg);
  background-size: 16px 20px; }

.icon-menu {
  width: 32px;
  height: 32px;
  background: url(../img/icons/menu.svg);
  background-size: 32px 32px; }

.icon-prev {
  width: 28px;
  height: 29px;
  background: url(../img/icons/prev.svg); }

.icon-next {
  width: 28px;
  height: 29px;
  background: url(../img/icons/next.svg); }

.icon-arrow {
  width: 16px;
  height: 19px;
  background: url(../img/icons/arrow.svg); }

.icon-lang-sc {
  width: 28px;
  height: 28px;
  background: url(../img/icons/lang-sc.svg); }

.icon-lang-tc {
  width: 28px;
  height: 28px;
  background: url(../img/icons/lang-tc.svg); }

.icon-safari {
  width: 44px;
  height: 44px;
  background: url(../img/icons/safari.png);
  background-size: 44px 44px; }

.icon-download-info {
  width: 355px;
  height: 511px;
  background: url(../img/icons/download-info.png);
  background-size: contain; }

.icon-devices {
  width: 692px;
  height: 736px;
  background-image: url(../img/icons/devices.20160223.png);
  background-size: 692px 736px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-devices {
    background-image: url(../img/icons/devices@2x.20160223.png); } }



.hp-banner-upper { max-width: 940px; }
.hp-banner-lower { max-width: 620px; }
@media (max-width:1300px) { .hp-banner-upper { max-width: 940px; } .hp-banner-lower { display: none; } }
@media (max-width:980px) { .hp-banner-upper { display: none !important;} }
@media (max-width:660px) { .hp-banner-upper { display: none !important;} }
