@charset "utf-8";
/*
Theme ID: user28
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lanniaofei.com/
*/
* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #49484a;
  background: #f3f3f3;
  height: 100%;
  font-family: "-apple-system","PingFang TC","Microsoft JhengHei","Source Sans Pro", Helvetica, sans-serif; }

img {
  max-width: 100%; }

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

h2.title_blue_line {
  color: #49484a;
  font-size: 1.3rem;
  margin: 0;
  position: relative;
  padding-left: 10px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.title_blue_line:before {
    position: absolute;
    content: '';
    background: #4d94ff;
    width: 3px;
    height: 90%;
    left: 0px;
    top: 2px; }

p {
  color: #49484a;
  margin: 0; }

.description_p {
  line-height: 1.8rem;
  margin-top: 15px; }
  .description_p b {
    font-weight: normal; }

.clear-both {
  clear: both;
  display: block; }

section {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #f3f3f3; }

.popup3 {
  background: rgba(0, 0, 0, 0.65);
  z-index: 4;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  width: 60%;
  top: 25%;
  position: fixed;
  z-index: 999;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  border-radius: 10px;
  padding: 35px 35px; }

.popup {
  background: #fff;
  border: 1px solid #ddd;
  z-index: 4;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  width: 65%;
  top: 35%;
  position: fixed;
  z-index: 999;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  border-radius: 10px;
  padding: 25px 20px; }
  .popup b {
    color: #f4e200;
    font-weight: normal;
    padding: 0 .5rem; }
  .popup a {
    border: 1px solid #fff;
    border-radius: 2px;
    display: block;
    color: #fff;
    margin-top: .9rem;
    background: rgba(0, 0, 0, 0.8);
    padding: .2rem;
    text-align: center; }
  .popup p {

    font-size: 1rem;
    line-height: 1.5rem; }

.popup2 {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%; }
  .popup2 .popup_box {
    position: absolute;
    color: #2f2a30;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 65%;
    top: 30%;
    padding-bottom: 0; }
    .popup2 .popup_box b {
      color: #0368ff;
      font-weight: normal;
      margin: 0 5px; }
    .popup2 .popup_box .button2 li {
      width: 48.5%; }
      .popup2 .popup_box .button2 li .member_button_blue,
      .popup2 .popup_box .button2 li .member_button_disable {
        padding: .1rem; }
    .popup2 .popup_box .input_row {
      border: 1px solid #ddd;
      background: #fff;
      width: 100%;
      margin: 0 auto;
      margin-bottom: .5rem;
      margin-top: 1rem;
      position: relative; }
      .popup2 .popup_box .input_row input {
        width: 100%;
        padding: .7rem .5rem;
        outline: none;
        border: none; }
        .popup2 .popup_box .input_row input:focus {
          outline: none; }
      .popup2 .popup_box .input_row .icon_eyes {
        position: absolute;
        right: .7rem;
        top: .7rem; }
        .popup2 .popup_box .input_row .icon_eyes img {
          width: 20px; }
    .popup2 .popup_box .input_row_valid {
      border-color: #f74646; }
    .popup2 .popup_box .input_row_valid_text {
      position: absolute;
      bottom: -1.9rem;
      font-size: .9rem;
      color: #f74646; }

#top-nav {
  max-width: 750px;
  margin: 0 auto; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900; }

.sticky2 {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 900; }

.sticky3 {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 900; }

.pop_qrcode {
  display: none;
  top: 20%;
  width: 250px;
  padding-top: 2.5rem; }
  .pop_qrcode .pop_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 99; }
    .pop_qrcode .pop_close:hover {
      cursor: pointer; }

.display-block {
  display: block !important; }

header {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  /* background: #0368ff; */
  background-image: linear-gradient(to right, #4f97ff, #14b3ff);
  padding: 10px 20px;
  position: relative;
  height: 65px;
  border-bottom: 11px solid #fff; }
  header h1 {
    display: none; }

.logo {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 58%;
  bottom: -15px; }
  .logo img {
    max-width: 220px; }

.user_img-conatiner {
  display: block;
  float: right;
  text-align: right;
  padding-top: 0px; }

.user_img {
  border-radius: 50%;
  border: 3px solid #fff;
  max-width: 37px; }

.hamburger-container {
  width: 28px;
  height: 28px;
  float: left;
  display: block;
  cursor: pointer; }

.hamburger {
  position: relative;
  width: 28px;
  height: 2px;
  border-radius: 25px;
  background: white;
  margin-top: 15px; }

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 25px;
  background: white; }

.hamburger-container .hamburger::before {
  transform: translateY(-8px); }

.hamburger::after {
  transform: translateY(8px); }

.card-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  background-color: #ffffff; }

.card-padding {
  padding: 1rem 15px; }

.card-margin {
  margin-top: .5rem; }

.slider-container {
  padding-top: 0px;
  padding-bottom: 8px; }

.swiper-container {
  transition: opacity .6s ease; }
  .swiper-container.loading {
    opacity: 0;
    visibility: hidden; }
  .swiper-container:hover .swiper-button-prev,
  .swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

[class^="swiper-button-"] {
  transition: all .3s ease; }

.swiper-button-prev {
  transform: translateX(50px); }

.swiper-button-next {
  transform: translateX(-50px); }

.top-slider {
  width: 100%;
  padding-bottom: 30px; }
  .top-slider .swiper-slide {
    text-align: center; }
  .top-slider .swiper-slide img {
    max-width: 96%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.top-slider .swiper-slide a {
  display: block; }

.slider-container {
  position: relative; }

.swiper-container-page {
  position: relative; }

.page-area {
  position: absolute;
  height: 40px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99 !important;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  padding: .5rem; }

.marquee_container {
  margin-top: 0px;
  vertical-align: top;
  margin-bottom: 18px; }
  .marquee_container span {
    display: block;
    background: #0368ff;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: .8rem;
    padding: .1rem .5rem;
    width: 60px;
    max-width: 80%;
    margin-right: .5rem;
    margin-left: 20px;
    height: 20px;
    line-height: 17px;
    margin-top: 16px; }
  .marquee_container .marquee_span {
    display: inline-block;
    width: 18%;
    vertical-align: middle;
    height: 38px; }
  .marquee_container .marquee {
    display: inline-block;
    padding-left: 10px;
    width: 80%;
    vertical-align: top;
    height: 2.6rem;
    overflow: hidden;
    position: relative; }
    .marquee_container .marquee ul {
      width: 100%;
      position: absolute;
      list-style: none;
      padding: 0;
      margin: 0; }
    .marquee_container .marquee a {
      color: #49484a;
      font-size: 1rem;
      display: block;
      line-height: 2.6rem;
      padding-top: .4rem;
      text-decoration: underline;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.col-md-4 {
  display: inline-block;
  width: 32.2%; }

.col-md-3 {
  display: inline-block;
  width: 23.7%; }

.pass_card, .fast_card {
  text-align: center; }
  .pass_card a, .fast_card a {
    margin: 0 auto;
    text-align: center; }
    .pass_card a img, .fast_card a img {
      width: 95%;
      margin: 0 auto; }
    .pass_card a img.secmenu, .fast_card a img.secmenu {
      width: 70%; }

.social_link {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social_link li {
    display: inline-block;
    padding: 2px 2px; }
    .social_link li img {
      max-width: 60px; }

.limit_card {
  width: 93%;
  margin: 0 auto; }
  .limit_card .limit_card_img {
    position: relative;
    clear: both; }
    .limit_card .limit_card_img .limit_card_tip {
      position: absolute;
      left: 0px;
      top: 2px; }
    .limit_card .limit_card_img .limit_card_push {
      position: absolute;
      left: 0;
      top: 0px; }
    .limit_card .limit_card_img .limit_card_download {
      position: absolute;
      right: 0;
      bottom: 10px;
      z-index: 2;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-size: .8rem;
      padding: 2px 5px;
      -webkit-border-top-left-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-radius-topleft: 50px;
      -moz-border-radius-bottomleft: 50px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
      .limit_card .limit_card_img .limit_card_download img {
        width: 12px;
        margin-right: 2px; }
    .limit_card .limit_card_img img.push {
      width: 25px; }
    .limit_card .limit_card_img img.limit {
      width: 80px; }
    .limit_card .limit_card_img img.card {
      width: 100%;
      -webkit-border-radius: 7px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius: 7px;
      -moz-border-radius-topleft: 0;
      border-radius: 7px;
      border-top-left-radius: 0;
      border: 2px solid #0368ff; }
  .limit_card img.card_noline {
    width: 100%;
    border-radius: 5px;
    height: 128px;
  }
  .limit_card .limit_card_time {
    text-align: center; }
    .limit_card .limit_card_time p {
      display: inline-block; }
    .limit_card .limit_card_time p.clock b {
      background: #49484a;
      color: #fff;
      display: inline-block;
      text-align: center;
      padding: 3px;
      width: 18px;
      margin: 0 1px;
      font-size: .8rem;
      border-radius: 5px; }

.limit_card_wait {
  width: 93%;
  margin: 0 auto; }
  .limit_card_wait .limit_card_img {
    position: relative; }
    .limit_card_wait .limit_card_img .limit_card_tip {
      position: absolute;
      left: 0;
      top: 0px; }
    .limit_card_wait .limit_card_img .limit_card_download {
      position: absolute;
      right: 0;
      bottom: 10px;
      z-index: 2;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-size: .8rem;
      padding: 2px 5px;
      -webkit-border-top-left-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-radius-topleft: 50px;
      -moz-border-radius-bottomleft: 50px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
      .limit_card_wait .limit_card_img .limit_card_download img {
        width: 12px;
        margin-right: 2px; }
    .limit_card_wait .limit_card_img img.limit {
      width: 80px; }
    .limit_card_wait .limit_card_img img.card {
      width: 100%;
      -webkit-border-radius: 7px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius: 7px;
      -moz-border-radius-topleft: 0;
      border-radius: 7px;
      border-top-left-radius: 0; }
  .limit_card_wait .limit_card_time {
    text-align: center; }
    .limit_card_wait .limit_card_time p {
      display: inline-block;
      color: #9cb3d6; }
    .limit_card_wait .limit_card_time p.clock b {
      background: #dae4f4;
      color: #9cb3d6;
      display: inline-block;
      text-align: center;
      padding: 3px;
      width: 18px;
      margin: 0 1px;
      font-size: .8rem;
      border-radius: 5px; }

.link_button {
  color: #4d94ff;
  display: block;
  float: right;
  font-size: 1rem;
  padding-top: 0px;
  font-weight: normal;
  justify-self: flex-end; }
  .link_button img {
    margin-left: 3px;
    height: 13px;
    padding-bottom: 2px; }

.fast_card {
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  margin-bottom: 15px; }
  .fast_card .fast_card_img {
    position: relative; }
    .fast_card .fast_card_img img {
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      width: 100%; }
  .fast_card .fast_card_mask {
    text-align: center;
    position: absolute;
    z-index: 80;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100% - 40px);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .fast_card .fast_card_mask span {
      color: #fff;
      display: block;
      margin-top: 25%;
      font-weight: normal;
      font-size: .9rem;
      letter-spacing: 1px;
      text-align: center; }
      .fast_card .fast_card_mask span img {
        width: 30px;
        clear: both;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px; }
  .fast_card .fast_card_label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
    .fast_card .fast_card_label img {
      width: 70px; }
    .fast_card .fast_card_label span {
      width: 90px;
      white-space: nowrap;
      display: block;
      font-size: 1rem;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-right-radius: 5px;
      padding: .4rem .5rem;
      color: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5); }
    .fast_card .fast_card_label .label1 {
      background: #0046be; }
    .fast_card .fast_card_label .label2 {
      background: #38a8ff; }
    .fast_card .fast_card_label .label3 {
      background: #0ea3c4; }
  .fast_card .fast_card_text {
    clear: both;
    text-align: left;
    padding: 8px 15px 15px 15px; }
    .fast_card .fast_card_text p.tip {
      color: #969696;
      font-size: 1rem;
      margin-bottom: 5px; }
    .fast_card .fast_card_text p.description {
      font-size: 1.1rem;
      font-weight: bold; }
      .fast_card .fast_card_text p.description span {
        font-size: 1rem;
        padding-top: 2px;
        font-weight: normal;
        float: right;
        display: block;
        color: #4d94ff; }
        .fast_card .fast_card_text p.description span img {
          width: 17px;
          margin-right: 2px; }
  .fast_card .fast_card_content {
    padding: 8px 10px 15px 10px; }
    .fast_card .fast_card_content > div {
      display: inline-block;
      vertical-align: top; }
    .fast_card .fast_card_content .fast_card_content_img {
      width: 18%; }
      .fast_card .fast_card_content .fast_card_content_img img {
        border-radius: 15px;
        height: 60px;
      }
    .fast_card .fast_card_content .fast_card_content_description {
      width: 60%;
      text-align: left;
      padding-left: 5px; }
      .fast_card .fast_card_content .fast_card_content_description h3 {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
        color: #49484a;
        margin-bottom: 4px; }
      .fast_card .fast_card_content .fast_card_content_description p {
        color: #969696;
        font-size: 1rem;
        margin: 0rem; }
    .fast_card .fast_card_content .fast_card_content_download {
      vertical-align: bottom;
      width: 18%;
      color: #4d94ff;
      font-size: 1rem; }
      .fast_card .fast_card_content .fast_card_content_download img {
        width: 12px;
        margin-right: 4px; }

/** SVG */
.svg-image-grid-left {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: calc(63% - 0px);
  float: left;
  display: block; }

.svg-image-grid-right {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: calc(37% - 0px);
  float: left;
  display: block; }

.image-svg-big {
  display: block;
  padding-bottom: calc(118% - 0px);
  position: relative;
  width: calc(100% - 0px); }
  .image-svg-big svg {
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
    margin-top: -1px; }

.image-svg-right-top svg {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px; }

.image-svg {
  display: block;
  padding-bottom: calc(100% - 0px);
  position: relative;
  width: 100%; }

svg {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

/** Responsive grid */
.image,
.image-fit,
.image-bg,
.image-svg {
  width: calc(100% - 0px); }

.button_change {
  background: #20a0ff;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 100rem;
  margin: 0 auto;
  padding: .5rem 8rem;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(53, 172, 255, .25);
  outline: none;
 }

.app_card {
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  margin-bottom: 5px;
  padding: 12px 7px 8px 10px; }
  .app_card div {
    vertical-align: top; }
  .app_card .app_card_img {
    display: inline-block;
    width: 23%; }
    .app_card .app_card_img img {
      border-radius: 15px;
      height: 75px;
    }
  .app_card .app_card_description {
    display: inline-block;
    width: 75%;
    padding-left: 5px; }
    .app_card .app_card_description h3,
    .rank-text h3 {
      margin: 0;
      padding: 0;
      font-size: 1.1rem;
      color: #49484a;
      margin-bottom: 4px; }
      .app_card .app_card_description h3 b ,
      .rank-text h3 b{
        color: #0368ff;
        font-size: 1.7rem;
        line-height: 1.7rem;
        margin-right: 5px;
        font-weight: normal; }
    .app_card .app_card_description p,
    .rank-text p {
      color: #969696;
      font-size: 1rem;
      margin: 0rem; }
    .app_card .app_card_description p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .app_card .app_card_description span {
      border: 1px solid #88cbff;
      color: #4d94ff;
      padding: 1px 4px;
      border-radius: 3px;
      margin-top: 3px;
      display: inline-block; }
  .app_card .app_card_download {
    vertical-align: bottom;
    text-align: right;
    display: inline-block;
    color: #4d94ff;
    float: right;
    display: block;
    font-size: 1.2rem;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-top: 2px; }
    .app_card .app_card_download img {
      width: 12px;
      margin-right: 4px; }
  .app_card .label_download {
    margin-top: .5rem; }

.app_card_half_row .app_card_half:nth-child(even) {
  margin-left: 1%; }

.app_card_half {
  float: left;
  width: 49.5%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  margin-bottom: 5px;
  padding: 8px 7px 5px 9px; }
  .app_card_half div {
    vertical-align: top; }
  .app_card_half .app_card_number {
    display: inline-block;
    color: #969696;
    padding-top: 1.2rem;
    font-size: 1.1rem;
    width: 9%;
    text-align: center; }
  .app_card_half .app_card_img {
    display: inline-block;
    width: 36%;
    text-align: center; }
    .app_card_half .app_card_img img {
      border-radius: 10px;
      border: 2px solid #fff;
      height: 55px;
    }
  .app_card_half .app_card_description {
    display: inline-block;
    width: 47%;
    padding-left: 5px;
    padding-top: .5rem;
    color: #49484a;
    font-weight: bold;
    font-size: 1rem; }

.link {
  padding: 0;
  margin: 0;
  list-style: none; }
  .link li {
    display: inline-block;
    width: 32%;
    margin-bottom: .6rem; }
    .link li a {
      color: #49484a;
      font-size: .9rem;
      text-align: center;
      border: 1px solid #999;
      border-radius: .2rem;
      padding: .7rem .3rem;
      display: block;
      width: 95%;
      margin: 0 auto; }
      .link li a:hover {
        background: #0368ff;
        color: #fff; }

footer {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: 0px;
  height: 100px;
  background: #686768;
  padding: 1.8rem 1rem; }
  footer .footer_logo {
    display: inline-block;
    width: 50%;
    text-align: right; }
    footer .footer_logo img {
      width: 155px;
      padding-right: 5px; }
  footer .footer_info {
    display: inline-block;
    width: 48%;
    text-align: left; }
    footer .footer_info span {
      display: block;
      width: 130px;
      border-radius: 3px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.6);
      padding: .1rem; }
    footer .footer_info p {
      color: #fff;
      font-weight: normal;
      font-size: .8rem; }
      footer .footer_info p b {
        font-weight: normal;
        color: #FFEC00; }

/** new add  */
#gotop img{
  max-width: 135% !important;
}
#mainLogo {
  display: block;
}
#sub-logo {
  display: none;
}
#sub-header {
  width: 100%;
  display: block;
  height: 22vw;
  max-height: 160px;
  position: relative;
}
#sub-header img {
  width: 100%;
  max-height: 143px;
  height: 19.06vw;
  position: absolute;
  bottom: 0;
}
.title-box {
  display: flex;
  align-items: flex-start;
}
.rank-section--title {
  margin-bottom: 0 !important;
}
.rank-section--title::after {
  content: '';
  display: inline-block;
  align-items: center;
  background-image: url(../images/cup.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: .8rem;
  margin-left: 3px;
  margin-right: auto;
}
.white-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.nav-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 15px;
  padding: 1.5rem 0;
  background-color: #fff;
}
.nav-card--link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav-card--link img {
  width: 45%;
  box-shadow: 0 4px 8px 0 #bed8ff;
  border-radius: 50%;
}

.nav-card--link p {
  font-size: 1rem;
  margin-top: .5rem;
  font-size: #49484a;
  font-weight: normal;
}

.article-card {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  max-height: 220px;
  height: 30vw;
  min-height: 120px;
  padding: 1rem 0;
}

.article-card:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.article-card:not(:first-child) {
  padding-top: 1rem;
}

.article-card--img-box {
  width: 47.5%;
  max-height: 100%;
  cursor: pointer;
  height: auto;
}

.article-card--img-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  object-fit: cover;
}

.article-card .text-box {
  width: 50%;
  position: relative;
}

.article-title {
  width: 98%;
  margin: 0;
  font-size: 1.1rem;
  color: #49484a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-info {
  display: inline-block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.article-tag {
  display: block;
  float: left;
  font-size: .9rem;
}

.article-time {
  display: flex;
  float: right;
  align-items: center;
}

.article-tag div {
  color: #4d94ff;
  padding: 1px 3px;
  border: 1px solid #88cbff;
  border-radius: 5px;
}

.article-info img {
  width: .8rem;
  margin-right: 3px;
}

.article-time span {
  font-size: .8rem;
  color: #969696;
  margin-right: 3px;
}

.article-card .link {
  float: left;
  display: block;
}

.rank {
  width: 100%;
  height: 100%;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.rank .swiper-slide {
  border: 1px solid #84b5ff62;
  box-shadow: 1px 2px 2px 0 rgba(0,0,0,.05);
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  background: #fff;

}
.rank .swiper-slide:nth-child(n){

}

.rank-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rank-header figure {
  grid-row: 1 / 1;
  grid-column: 1 / -1;
  margin: -4rem 0 0 0;
}

.rank-header figure img {
  width: 85%;
  object-fit: cover;
  display: block;
}

.rank-title {
  grid-row: 1 / 1;
  grid-column: 2 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rank-title h5 {
  white-space: nowrap;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #363636;
}

.rank-title img {
  margin: 0 .5rem;
  height: 1rem;
}

.rank-app {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem 0;
}

.rank-app:last-child {
  margin-bottom: 2rem;
}

.rank-app img {
  height: 4rem;
  border-radius: 10px;
}

.rank-text {
  width: 45%;
  text-align: start;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.rank-text p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rank-download {
  width: 2.5rem;
  height: 2.5rem !important;
}

.white-slide-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
}

.tab-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.5rem;
}

.slide-tab {
  cursor: pointer;
  color: #92beff;
  font-size: 1.3rem;
  line-height: 1.8;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-tab:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #ccc;
}

.slide-tab--active {
  color: #0368ff;
}

.swiper-article {
  margin: 1.5rem auto .5rem !important;
}

.underline {
  border-bottom: #0368ff 3px solid;
}

.tags-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.tag {
  cursor: pointer;
  text-align: center;
  padding: 2px 2rem;
  color: #0368ff;
  border: #0368ff 1px solid;
  border-radius: 100rem;
}

.tag--selected {
  color: #fff;
  background-color: #0368ff;
}

.everyone .swiper-wrapper .swiper-slide {
  cursor: pointer;
  margin-left: -7px;
}

.everyone .swiper-wrapper .swiper-slide img {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 10px;
  margin: 0 auto;
}

.everyone .swiper-wrapper .swiper-slide p {
  margin-top: .5rem;
  text-align: center;
}

#strategy .title_blue_line::after {
  content: '';
  display: inline-block;
  background-image: url(../images/game_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: .5rem;
  margin-right: auto;
}

.mb-5 {
  margin-bottom: .5rem;
}

.tag-content {
  display: none;
}

.tag-content--active {
  display: block !important;
}

.card_top_tag {
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 2px .5rem;
  color: #fff;
  background-color: #f7b500;
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
}

.button_blue_disabled {
  /* color: #6a636c !important; */
  color: #f1f1f1 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* background-image: linear-gradient(to bottom, #d8d8d8, #d8d8d8) !important; */
  background-image: linear-gradient(to bottom, #a9a9a9, #a9a9a9) !important;
}

.strategy-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.every-one-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 1rem;
}

.every-one-container a {
  cursor: pointer;
  text-align: center;
}

.every-one-container a img {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
}

.every-one-container a p {
  display: block;
  margin-top: .75rem;
  font-size: 1.1rem;
}

.strategy_article img {
  display: block;
  margin: .75rem auto;
}

.strategy_article p {
  color: #2f2a30;
  font-size: 1rem;
  line-height: 1.75;
  margin: .5rem auto;
}

.relate_card {
  text-align: center;
}

.relate_card_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  justify-items: center;
}

.relate_card img {
  width: 7rem;
  height: 7rem;
  border-radius: 10px;
}

.relate_card p {
  text-align: center;
}

.button_change_download {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 5px 25px;
  font-size: 1.1rem;
  color: #0091ff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(135deg, #fff, #fff), linear-gradient(135deg, #51d5ff, #0368ff);
  border-radius: 100rem;
  border: 2px solid transparent;
  margin-top: 1rem;
}

.social_media_ul li:first-of-type img{
  box-shadow: 0 3px 3px 0 rgba(227, 255, 197, 1);
}

.social_media_ul li:nth-of-type(2) img {
  box-shadow: 0 3px 3px 0 rgba(187, 226, 255, 1);
}

.social_media_ul li:last-of-type img {
  box-shadow: 0 3px 3px 0 rgba(255, 238, 191, 1);
}

.divider {
  width: 95%;
  height: 1px;
  margin: 0 auto;
  background-color: #dcdcdc;
}

#sztseng::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: auto;
  background-image: url(../images/diamond_icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 780px) {
  .article-card--img-box {
    width: 45%;
  }
  
  .swiper-article {
    margin: .5rem auto !important;
  }

  .slide-tab {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  
  .slide-tab:not(:last-child)::after {
    width: 1.5px;
  }
  .white-slide-card {
    padding: 1rem .5rem;
  }
}

@media (max-width: 680px) {
  .every-one-container a img {
    width: 5rem;
    height: 5rem;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
  }

  .every-one-container a p {
    margin-top: .45rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 420px) {
  .every-one-container a img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .relate_card img {
    width: 6rem;
    height: 6rem;
  }

  .button_change {
    padding: .5rem 6rem;
  }
}

/* === */

@media (max-width: 580px) {
  .rank-title h5 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  html, body {
    font-size: 15px; } 
  .rank .swiper-slide:nth-child(n) {

  }
  .everyone .swiper-wrapper .swiper-slide img {
    width: 4.75rem;
    height: 4.75rem;
  }
  .tag {
    padding: 2px 1.3rem;
  }
}

@media (max-width: 375px) {
  body, html {
    font-size: 15px; }

  .fast_card .fast_card_mask {
    height: calc(100% - 45px); }

  h2.title_blue_line:before {
    height: 18px; } }
@media (max-width: 360px) {
  body, html {
    font-size: 14px; }

  .limit_card .limit_card_time p.clock b,
  .limit_card_wait .limit_card_time p.clock b {
    padding: 2px;
    width: 13px;
    border-radius: 3px; }

  .app_card .app_card_img img {
    border-radius: 10px; }

  .app_card_half .app_card_description {
    padding-left: 2px;
    padding-top: .2rem; } 
    .rank-title h5 {
      font-size: 1.3rem;
    }
  }
.menu_main {
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .menu_main .menu_footer {
    width: 100%;
    text-align: center;
    background: #0368ff;
    height: 70px;
    padding: 10px 15px;
    font-size: .9rem;
    bottom: 0;
    left: 0; }
    .menu_main .menu_footer img {
      width: 13px;
      margin-right: 3px; }
    .menu_main .menu_footer p {
      color: #fff; }
      .menu_main .menu_footer p b {
        font-weight: normal;
        text-decoration: underline; }
    .menu_main .menu_footer a {
      color: #fff;
      margin: 5px 3px;
      display: inline-block; }
  .menu_main .menu_back {
    background: #0368ff;
    color: #fff;
    padding: 9px 15px;
    width: 100%;
    text-align: center;
    height: 55px;
    letter-spacing: 1px;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 40px; }
    .menu_main .menu_back a {
      float: left;
      display: block;
      left: 0;
      padding-top: 5px; }
    .menu_main .menu_back img {
      width: 20px; }
  .menu_main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 55px;
    padding-bottom: 20px; }
    .menu_main ul li {
      padding-left: 2rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .menu_main ul li a {
        background: url("../images/arrow_gray.png") no-repeat;
        background-size: 8px;
        background-position: 95% 50%;
        color: #49484a;
        padding: .6rem 0;
        display: block; }
    .menu_main ul li.title {
      background: #d1e3ff;
      border-bottom: none;
      padding-left: 1rem; }
      .menu_main ul li.title a {
        color: #064dbf;
        font-size: 1.1rem;
        font-weight: bold; }

.dropdown_menu_bg {
  transform: translateY(-100%);
  transition: transform 0.6s ease;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dropdown_menu2 {
  background: #fff;
  padding: .5rem;
  z-index: 3;
  max-width: 750px;
  margin: 0 auto;
  transform: translateY(-100%);
  transition: transform 0.6s ease; }
  .dropdown_menu2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 97%;
    margin: 0 auto; }
    .dropdown_menu2 ul li {
      display: inline-block;
      font-size: .9rem;
      border-radius: 50px;
      padding: .3rem 1rem;
      border: 1px solid #b8b8b8;
      margin: .3rem 0; }
      .dropdown_menu2 ul li:hover {
        cursor: pointer; }
    .dropdown_menu2 ul li.focus {
      background: #0368ff;
      border: 1px solid #0368ff;
      color: #fff; }

.open {
  transition: transform 0.6s ease;
  transform: translateX(0%); }

.open_drop {
  transition: transform 0.6s ease;
  transform: translateX(0%); }

.btn-top {
  position: fixed;
  right: 1.5rem;
  bottom: 10rem;
  display: none;
  z-index: 99;
  text-align: center;
  width: 44px;
  height: 44px;
  cursor: pointer; }

.padding-left15 {
  padding-left: 10px; }

.breadcrumb {
  list-style-type: none;
  display: block;
  font-size: 1rem;
  color: #0368ff;
  background: #d1e3ff;
  padding: 0.3rem 0.5rem;
  margin: 0;
  margin-bottom: 7px;
  white-space: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
  .breadcrumb a {
    color: #0368ff; }

    .breadcrumb-item {
    display: inline;}
.breadcrumb > * + *::before {
  content: url("/images/breadcrumb.png");
  padding: 0 5px; }
.breadcrumb::after {
  content: '';
  clear: both;
  display: table;
}

.title_tab {
  clear: both;
  display: block; }
  .title_tab h2 {
    margin-bottom: 1rem; }
  .title_tab .title_blue_line {
    float: left;
    display: block; }

.swiper1 {
  float: right;
  display: block; }
  .swiper1 .swiper-wrapper {
    width: 90px !important;
    text-align: right; }
  .swiper1 .swiper-slide {
    white-space: nowrap;
    width: 40px !important;
    color: #7D7B7D;
    font-size: 1.1rem;
    text-align: center; }

.swiper-slide {
  vertical-align: top; }
  .swiper-slide video {
    max-width: 100%;
    height: auto; }

.selected {
  color: #0368ff !important; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.swiper2 {
  clear: both;
  display: block; }

.tr {
  text-align: right; }

.button_blue {
  background: #0368ff;
  float: right;
  display: block;
  text-align: center;
  font-size: 1rem;
  min-width: 4.16rem;
  color: #fff;
  border-radius: 50px;
  padding: .2rem .5rem; }

.button_change_container {
  padding-top: .5rem;
  text-align: center; }
#latest_area {
  margin-bottom: 1rem;
}
.blue_menu {
  position: relative;
  background: #064dbf;
  color: #fff;
  z-index: 3; }
  .blue_menu .dropdown {
    display: block;
    height: 50px;
    width: 40px;
    text-align: right;
    position: absolute;
    z-index: 900;
    right: 0;
    top: 0; }
    .blue_menu .dropdown img {
      height: 50px; }
  .blue_menu .swiper-slide {
    padding: 15px 0;
    white-space: nowrap;
    width: 70px;
    color: #fff;
    font-size: .9rem;
    text-align: center; }
  .blue_menu .selected {
    color: #f4e200 !important;
    position: relative; }
    .blue_menu .selected:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 4px;
      background: #f4e200;
      bottom: 0px;
      left: 0; }

.arrow-down {
  width: 50px;
  height: 50px;
  background: red;
  position: relative; }

.arrow-down.active {
  background: blue; }

.arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: white;
  position: absolute;
  top: 20px;
  transition: transform .5s; }

.arrow-down:before {
  right: 21px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg); }

.arrow-down:after {
  right: 10px;
  transform: rotate(-45deg); }

.arrow-down.active:before {
  transform: rotate(-45deg); }

.arrow-down.active:after {
  transform: rotate(45deg); }

.line {
  position: relative; }
  .line:after {
    position: absolute;
    right: -5px;
    top: 4px;
    background: #ccc;
    width: 1px;
    height: 18px;
    content: ''; }

.app_introduction {
  vertical-align: top; }
  .app_introduction .app_introduction_img {
    display: inline-block;
    width: 28%; }
    .app_introduction .app_introduction_img img {
      margin-top: 5px;
      border-radius: 15px; }
  .app_introduction .app_introduction_description {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 10px; }
    .app_introduction .app_introduction_description h3 {
      margin: 0;
      padding: 0;
      margin-bottom: 5px; }
    .app_introduction .app_introduction_description p {
      color: #969696;
      margin-bottom: 10px; }
    .app_introduction .app_introduction_description span {
      color: #4d94ff;
      font-size: 1rem;
      margin-bottom: 8px; }
      .app_introduction .app_introduction_description span img {
        width: 12px;
        margin-right: 5px; }

.download_button {
  text-align: center;
  margin: 1rem 0;
  clear: both;
  display: block;
  width: 100%;
  text-align: center; }
  .download_button div {
    display: inline-block;
    width: 48%;
    margin: .5%; }
  .download_button:hover {
    cursor: pointer; }

.button_download_app {
  background: #0368ff;
  color: #fff;
  padding: .7rem;
  border-radius: 5px; 
display: inline-block;
width: 45%;
}
  .button_download_app img {
    margin-right: 5px;
    width: 25px; }

.button_disable {
  background: #D8D8D8;
  color: #fff; }

.download_button_tip {
  clear: both;
  display: block;
  text-align: left;
  font-size: .8rem;
  margin: 10px auto;
  width: 99%; }
  .download_button_tip span {
    background: #0368ff;
    color: #fff;
    padding: .2rem;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
    width: 72px;
    float: left;
    display: block; }
  .download_button_tip p {
    padding-left: 80px;
    padding-top: 2px; }

.masonry .grid-item-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px; }
.masonry .grid-item {
  margin-bottom: 1rem;
  display: flex; 
width: 49%;
float: left;
}
.masonry .grid-item:nth-child(2n){
float: right;
}



.masonry .grid-item img {
    max-width: 100%; }
.masonry a {
  color: #49484a; }
.masonry .grid {
  display: flex; }
.masonry .grid-col {
  flex: 1;
  padding: 0 .4em; }
.masonry .grid-col--2, .masonry .grid-col--3,
.masonry .grid-col--6, .masonry .grid-col--7 {
  display: none; }
.masonry .grid-item-img {
  position: relative; }
  .masonry .grid-item-img img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .masonry .grid-item-img img.circle {
    border-radius: 10px;
    padding-bottom: 0; }
.masonry .grid-item-text {
  padding: .1rem .4rem .3rem .4rem; }
.masonry .content {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  bottom: 3px;
  height: 1.3rem;
  font-size: 1rem;
  padding: .1rem .4rem;
  font-size: .95rem; }
  .masonry .content span {
    display: block;
    float: right;
    font-size: .95rem; }
    .masonry .content span img {
      width: 15px;
      margin-right: 3px; }
.masonry .content2 {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  bottom: 4px;
  height: 1.8rem;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1rem;
  padding: .3rem .4rem .1rem .4rem;
  font-size: .95rem; }
  .masonry .content2 span {
    display: block;
    float: right;
    font-size: .95rem; }
    .masonry .content2 span img {
      width: 15px;
      margin-right: 3px; }

.hot_new {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  display: block; }
  .hot_new li {
    white-space: nowrap;
    width: 45px !important;
    display: inline-block;
    font-size: 1.1rem;
    text-align: center; }
    .hot_new li a {
      color: #7D7B7D !important; }
  .hot_new .selected a {
    color: #0368ff !important; }
  .hot_new .line {
    position: relative; }
    .hot_new .line:after {
      position: absolute;
      right: -3px;
      top: 2px;
      background: #ccc;
      width: 1px;
      height: 18px;
      content: ''; }

.beauty_info h1 {
  font-size: 1.2rem;
  margin: 0;
  line-height: 2rem; }
.beauty_info h2 {
  color: #969696;
  font-size: .9rem;
  margin: 0;
  font-weight: normal;
  padding: .3rem 0 .7rem 0;
  display: inline-block;
 }
.beauty_info h3 {
  font-size: .9rem;
  font-weight: normal;
  margin: .5rem 0;
  color: #969696; }
  .beauty_info h3 b {
    color: #4d94ff;
    font-weight: normal; }
  .beauty_info h3 span {
    display: block;
    float: right;
    color: #4d94ff; }
    .beauty_info h3 span img {
      width: 17px;
      margin-right: 4px; }

.social_media_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
  .social_media_ul span {
    display: block;
    padding-top: 10px;
    color: #4d94ff; }
    .social_media_ul span img {
      width: 17px;
      margin-right: 4px; }
  .social_media_ul li {
    display: inline-block;
    vertical-align: middle;
    color: #969696;
    font-size: .9rem; }
    .social_media_ul li img {
      width: 35px;
      border-radius: 5px;}

.area_post {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding: 0;
  line-height: 1.8rem; }
  .area_post p {
    margin: 20px 0;
    padding: 0;}
  .area_post p img{
    display: flex;
    justify-content: center;
  }

.beauty_pic_nav {
  padding: 1rem 0 0 0;
  text-align: center; }
  .beauty_pic_nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .beauty_pic_nav ul li {
      display: inline-block;
      padding: 0 .5rem; }
      .beauty_pic_nav ul li img {
        width: 7px; }
      .beauty_pic_nav ul li img.left {
        margin-right: 5px; }
      .beauty_pic_nav ul li img.right {
        margin-left: 5px; }
    .beauty_pic_nav ul li.bg_gray {
      background: rgba(216, 216, 216, 0.65);
      padding: .3rem .6rem;
      border-radius: 3px; }

.download_picture {
  background-color: #0368ff;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
  width: 90%;
  margin: 20px auto;
  margin-bottom: 8px;
  padding: 0.5rem; }

.beauty_tag {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  display: block; }
  .beauty_tag li {
    display: inline-block;
    margin: 0 .19rem; }
    .beauty_tag li a {
      color: #969696;
      display: block;
      padding: .4rem .5rem;
      border-radius: 3px;
      margin-bottom: .4rem;
      font-size: .9rem;
      border: 1px solid #d8d8d8; }
  .beauty_tag li.active a {
    background: #4d94ff;
    color: #fff;
    border-color: #4d94ff; }

@media (max-width: 375px) {
  .beauty_tag li {
    margin: 0 .19rem; }
    .beauty_tag li a {
      padding: .5rem .5rem;
      margin-bottom: .4rem; } }
.footer_app_info {
  color: white;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.8);
  width: 90%;
  max-width: 700px;
  position: fixed;
  height: 66px;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2rem;
  padding: .7rem;
  display: none; }
  .footer_app_info .footer_app_info_close {
    position: absolute;
    top: 0px;
    right: 0px; }
    .footer_app_info .footer_app_info_close img {
      background: rgba(255, 255, 255, 0.8);
      width: 20px;
      border-radius: 0px;
      padding: .2rem;
      border: 1px solid #333; }
  .footer_app_info .footer_app_info_img {
    float: left;
    display: block; }
    .footer_app_info .footer_app_info_img img {
      width: 40px;
      border-radius: 7px; }
  .footer_app_info .footer_app_info_description {
    padding: 0 50px; }
    .footer_app_info .footer_app_info_description h3 {
      margin: 0; }
    .footer_app_info .footer_app_info_description p {
      color: #bbb;
      font-size: .9rem; }
    .footer_app_info .footer_app_info_description span {
      position: absolute;
      right: 10px;
      top: 25px; }
      .footer_app_info .footer_app_info_description span a {
        text-align: center;
        white-space: nowrap;
        font-size: .8rem;
        font-weight: bold;
        border-radius: 50px;
        padding: .35rem .5rem;
        background: #f4e200;
        color: #2f2a30;
        display: block; }

.topic .content {
  margin: 0 auto; }
.topic .tabs {
  position: relative;
  z-index: 5;
  display: flex;
  height: 40px;
  line-height: 36px;
  background: #064dbf;
  padding: 3px 0; 
  /* margin-bottom: 10px; } */
}
.topic .tabs__item {
  flex-grow: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative; }
.topic .tabs__item--active {
  color: #f4e200;
  position: relative; }
  .topic .tabs__item--active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    height: 3px;
    background: #f4e200;
    width: 100%;
    left: 0; }
.topic .tabs-content__item {
  display: none;
  position: relative; }
.topic .tabs-content__item--active {
  display: block; }

.margin-bottom-0 {
  margin-bottom: 0; }

.post_popular {
  border: 2px solid #0368ff;
  margin-top: 15px;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 25px;
  margin-top: 40px;
  position: relative;
  background: #fff; }
  .post_popular .post_popular_title {
    position: absolute;
    margin: 0 auto;
    top: -20px;
    left: 0;
    right: 0;
    border: 2px solid #0368ff;
    color: #0368ff;
    background: #fff;
    padding: .4rem;
    width: 120px;
    border-radius: 50px;
    text-align: center; }
  .post_popular ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 5px 0 0px 0; }
    .post_popular ul li {
      position: relative;
      padding-left: 45px;
      padding-top: 15px;
      padding-bottom: 5px; }
      .post_popular ul li:after {
        position: absolute;
        margin: 0;
        bottom: -5px;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #dcdcdc; }
    .post_popular ul li:before {
      position: absolute;
      content: 'HOT';
      text-align: center;
      width: 40px;
      border-radius: 3px;
      left: 0px;
      font-size: .8rem;
      top: 17px;
      background: #4d94ff;
      color: #fff; }
    .post_popular ul li:last-child:after {
      height: 0; }

.moreless-button {
  float: right;
  display: block;
  color: #969696;
  font-size: .9rem;
  font-weight: normal;
  position: relative; }

.more-button-open:before {
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 2;
  content: url(../images/arrow-open.png); }

.more-button-close:before {
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 2;
  content: url(../images/arrow-close.png); }

.moretext {
  display: none; }

.margin15 {
  margin: 15px 0; }

.app_area {
  text-align: center;
  margin: 20px 0; }
  .app_area img.applogo {
    max-width: 100px;
    border-radius: 10px;
    box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, .1),
                3px 3px 3px 1px rgba(0, 0, 0, .1);
  }
  .app_area h3 {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    color: #49484a;
    margin-bottom: 4px; }
  .app_area p {
    color: #969696;
    font-size: 1rem;
    margin: 0rem; }
  .app_area .button_blue {
    float: none;
    margin: 10px auto; }
    .app_area .button_blue a {
      color: #fff; }
  .app_area .social_media_ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .app_area .social_media_ul span {
      display: block;
      float: right;
      padding-top: 10px;
      color: #4d94ff; }
      .app_area .social_media_ul span img {
        width: 17px;
        margin-right: 4px; }
    .app_area .social_media_ul li {
      display: inline-block;
      vertical-align: middle;
      color: #969696;
      font-size: .9rem; }
      .app_area .social_media_ul li img {
        width: 35px; }
      .app_area .social_media_ul li img.large {
        width: 45px; }

.share_to {
  color: #969696;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-top: 15px; }
  .share_to:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #ccc;
    left: 0px;
    top: 10px; }
  .share_to:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #ccc;
    right: 0px;
    top: 10px; }

.app_card_row {
  margin: 20px 0; }
  .app_card_row .app_card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    clear: both;
    display: block;
    margin: 10px 0; }

.card_top_banner {
  position: relative; }
  .card_top_banner .card_top_banner_text {
    padding: 0 15px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url("/images/white_gradient.png") repeat-x left bottom;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
   }

.AppImg {
  display: inline-block;
  width: 80px;
  vertical-align: middle; }
  .AppImg img {
    width: 70px;
    border-radius: 10px;
  }

.AppDescription {
  display: flex;
  width: calc(100% - 185px);
  height: 70px;
  flex-direction: column;
  justify-content: space-evenly;
 }
  .AppDescription h3 {
    margin: 0;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: normal; }
  .AppDescription p {
    color: #969696;
    font-size: .95rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
 }

.AppDownload {
  display: inline-block;
  width: 95px;
  vertical-align: bottom;
  text-align: right; }

.button_blue_l {
  float: right;
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  border-radius: 150em;
  padding: .5rem 1rem;
  background-color: #20a0ff;
  box-shadow: 0 6px 8px 0 rgba(53, 172, 255, .25);
 }
  
@media (min-width: 500px) {
  .member_information {
    height: 380px; } }
.member_information {
  min-height: 270px;
  vertical-align: top;
  background: url("/images/member/member_bg.png") no-repeat top center;
  background-size: 100%;
  position: relative; }

.member_information_box {
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  width: 90%;
  margin: 0px auto;
  padding: 20px 15px 10px 20px;
  padding-top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  top: 80px;
  text-align: center; }

.member_information_user_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px; }
  .member_information_user_img img {
    width: 100px;
    border-radius: 50%;
    border: 4px solid #fff; }

p.gray {
  color: #969696;
  font-size: .9rem; }

p.black {
  font-size: .9rem; }

.button_blue2 {
  background: #0368ff;
  border: none;
  display: block;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  margin: 15px auto;
  color: #fff;
  padding: .6rem .1rem;
  margin: .5rem auto; }

.button_blue_line {
  color: #0368ff;
  text-align: center;
  width: 250px;
  margin: 15px auto;
  display: block; }

.member_main_list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .member_main_list ul li {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff url("/images/member/arrow.png") no-repeat;
    margin-bottom: .5rem;
    position: relative;
    background-size: 2%;
    background-position: 95% 50%; }
    .member_main_list ul li a {
      display: block;
      padding: .8rem 1rem; }
      .member_main_list ul li a b {
        color: #0368ff;
        font-weight: normal;
        padding-left: .5rem; }
    .member_main_list ul li img {
      width: 25px;
      margin-right: .6rem; }
.member_main_list .information {
  position: absolute;
  right: 2.5rem;
  top: .8rem; }

.member_footer {
  background: #064dbf;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  margin-top: 120px;
  height: 90px;
  margin-bottom: 0; }
  .member_footer .member_footer_img {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0; }
    .member_footer .member_footer_img img {
      height: 80px; }
  .member_footer .member_footer_img_2 {
    position: absolute;
    top: -130px;
    right: 1rem; }
    .member_footer .member_footer_img_2 img {
      height: 120px; }
  .member_footer b {
    color: #fff;
    text-decoration: underline;
    font-weight: normal; }

.member_information_user_title {
  background: #0368ff;
  border-radius: 3px;
  text-align: center;
  width: 100px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 85px;
  color: #fff;
  padding: .2rem; }

.member_modify {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3; }
  .member_modify img {
    width: 35px; }

.member_login ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 1.9rem;
  text-align: left; }
  .member_login ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: .6rem; }
    .member_login ul li::before {
      position: absolute;
      content: '';
      background: #4d94ff;
      width: 3px;
      height: 16px;
      left: 0;
      top: 2.8px; }
  .member_login ul .member_unbond {
    color: #f74646;
    display: block;
    vertical-align: top; }
    .member_login ul .member_unbond img {
      width: 12px;
      margin-right: 2px; }
  .member_login ul .member_confirm {
    color: #1ea400;
    display: block;
    vertical-align: top; }
    .member_login ul .member_confirm img {
      width: 12px;
      margin-right: 2px; }

.p_gray {
  color: #969696;
  font-size: .9rem; }

.padding_info {
  padding: 0.5rem 0rem 0rem 5rem; }

.red_button_small {
  background: #e02020;
  font-size: .9rem;
  padding: .2rem .4rem;
  border-radius: 3px;
  text-align: center;
  color: #fff; }

.member_input_section {
  text-align: center; }
  .member_input_section h2 {
    color: #0368ff;
    position: relative;
    font-size: 1.2rem;
    padding-bottom: .5rem;
    margin: 2rem 0 .2rem 0; }
    .member_input_section h2:before {
      position: absolute;
      background: #0368ff;
      width: 90px;
      height: 3px;
      content: '';
      margin: 0 auto;
      bottom: 0px;
      left: 0;
      right: 0; }
  .member_input_section h3 {
    font-weight: normal;
    margin: .7rem;
    font-size: .9rem;
    margin-bottom: 1.5rem; }
  .member_input_section .input_row {
    border: 1px solid #ddd;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-bottom: .5rem;
    position: relative; }
    .member_input_section .input_row .icon_eyes {
      position: absolute;
      right: .7rem;
      top: .7rem; }
      .member_input_section .input_row .icon_eyes img {
        width: 20px; }
    .member_input_section .input_row label {
      color: #0368ff;
      width: 3rem;
      text-align: justfy; }
  .member_input_section input {
    padding: .9rem .5rem;
    width: 80%;
    border: none;
    font-size: 1rem; }
    .member_input_section input:focus {
      outline: none; }
  .member_input_section .input_row_valid {
    border-color: #f74646;
    position: relative;
    margin-bottom: 1.5rem; }
    .member_input_section .input_row_valid .input_row_valid_text {
      position: absolute;
      bottom: -1.4rem;
      color: #f74646;
      font-size: .9rem; }

input, textarea {
  font-size: initial; }

.member_button_disable {
  border-radius: 5px;
  margin: 0 auto;
  padding: .5rem;
  width: 200px;
  left: 0;
  right: 0;
  color: #969696;
  display: block;
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px; }
  .member_button_disable:focus {
    outline: none; }

.member_button_blue {
  border-radius: 5px;
  margin: 0 auto;
  padding: .5rem;
  width: 200px;
  left: 0;
  right: 0;
  color: #fff;
  display: block;
  background-color: #0368ff;
  text-align: center;
  border: 1px solid #0368ff;
  margin-bottom: 10px; }
  .member_button_blue:focus {
    outline: none; }

.blue_link {
  color: #0368ff;
  font-size: .95rem;
  margin: .5rem 0;
  text-decoration: underline;
  display: block;
  text-align: center; }

.password_register_ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .password_register_ul li {
    display: inline-block;
    position: relative;
    padding: 0 .5rem;
    font-size: .95rem; }
  .password_register_ul li:first-child:after {
    position: absolute;
    content: '';
    background: #ccc;
    width: 1px;
    height: 20px;
    right: -.2rem;
    top: 8px; }

.button2 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 2.2rem 0 1rem 0; }
  .button2 li {
    display: inline-block;
    width: 49%; }
    .button2 li .member_button_blue, .button2 li .member_button_disable {
      width: 100%; }

.button_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: .5rem 0;
  padding-bottom: 2rem; }
  .button_ul li {
    display: inline-block;
    width: 49%; }
    .button_ul li a.button_blue2 {
      width: 100%; }

.button_padding {
  width: 90%;
  margin: 0 auto; }

.wait_icon {
  text-align: center;
  padding: 6.5rem 1rem; }
  .wait_icon img {
    width: 100px; }
  .wait_icon p {
    margin-top: 1rem; }

.share_area {
  background: #0368ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0368ff 0%, #51d5ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0368ff 0%, #51d5ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0368ff 0%, #51d5ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0368ff', endColorstr='#51d5ff',GradientType=0 );
  /* IE6-9 */ }

.share_area_img {
  text-align: center; }
  .share_area_img img {
    width: 80%; }

.col-md-6 {
  display: inline-block;
  width: 48%; }

.col-md-6:nth-child(even) {
  margin-left: 2.5%; }

.user_box {
  text-align: center;
  position: relative;
  border-radius: 5px;
  padding: 2rem .7rem 0.5rem .7rem;
  margin-bottom: 1rem; }
  .user_box .user_box_label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 60px; }
    .user_box .user_box_label img {
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px; }
  .user_box .user_box_img {
    position: relative; }
    .user_box .user_box_img img {
      width: 100px;
      border-radius: 50%; }
  .user_box .user_box_img_stars {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -20px; }
    .user_box .user_box_img_stars img {
      width: 50px;
      border-radius: 0; }
  .user_box .user_box_title {
    background: #0368ff;
    border-radius: 3px;
    text-align: center;
    width: 100px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: .2rem;
    bottom: -15px; }
  .user_box .user_box_title_gray {
    background: #d2dae7; }
  .user_box .user_box_text {
    color: #969696; }
    .user_box .user_box_text p {
      color: #cccccc;
      font-size: .9rem;
      height: 84px;
      padding-top: .8rem; }
    .user_box .user_box_text h2 {
      font-size: 1.1rem;
      margin: 0 auto;
      margin-top: 2rem;
      position: relative;
      font-weight: normal;
      width: 135px; }
      .user_box .user_box_text h2::before {
        position: absolute;
        content: '';
        width: 27px;
        height: 1px;
        background: #ccc;
        left: 5px;
        top: 10px; }
      .user_box .user_box_text h2::after {
        position: absolute;
        content: '';
        width: 27px;
        height: 1px;
        background: #ccc;
        right: 5px;
        top: 10px; }
  .user_box ul {
    list-style-type: decimal;
    padding: 0;
    margin: 0;
    height: 65px;
    width: 95%;
    margin: 10px auto;
    max-width: 160px; }
    .user_box ul li {
      text-align: left;
      font-size: .9rem;
      line-height: 1.4rem;
      margin-left: 1.5rem; }

.vertical-top {
  vertical-align: top; }

.user_box_no1 {
  padding: 3rem 0 3.5rem 0;
  background: #fff url("/images/member/bg.png") no-repeat bottom center;
  background-size: 85%; }

.button_backto {
  background: #0368ff;
  color: #fff;
  font-size: 1.1rem;
  display: block;
  border-radius: 5px;
  padding: 7px;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center !important;
  border: 1px solid #0368ff;
  width: 60%;
  max-width: 140px;
  margin-top: 2rem; }

.icon_scan {
  text-align: right; }
  .icon_scan img {
    width: 140px;
    padding: 30px 20px 0 0; }

.news_box {
  width: 90%;
  margin: 0 auto;
  padding: 1.4rem 1rem;
  padding-bottom: 2rem;
  text-align: left;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-top: 10px; }
  .news_box h4 {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
  .news_box p {
    color: #969696;
    border-bottom: 1px solid #eee;
    padding-bottom: .7rem;
    margin-bottom: .7rem; }
  .news_box span.top {
    background: #0368ff;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    padding: .1rem .3rem;
    font-size: .8rem; }
  .news_box span.more {
    color: #0368ff;
    display: block;
    padding-right: 1rem;
    background: url("/images/breadcrumb.png") no-repeat right top;
    float: right;
    font-size: .9rem;
    background-position: 98% 40%; }

@media (max-width: 360px) {
  .fast_card .fast_card_mask {
    height: calc(100% - 42px) !important; } 
  }
.breadcrumb {
  max-width: 750px;
  margin: 0 auto; }

  @media (max-width: 320px) {
    .col-md-6:nth-child(even) {
      margin-left: 2%; }
      .tag {
        padding: 2px 1rem;
      }
    }

  @media (min-width: 768px) {

  .app_card_half .app_card_img img {
  height:105px; }

   .app_card .app_card_img img {
      height: 135px;}

  .limit_card img.card_noline {
    height: 260px;}

  .fast_card .fast_card_content .fast_card_content_img img {
   height: 110px; }

  .limit_card .limit_card_img img.push {
    width: 45px;
  }
  .button_change {
    padding: .5rem 10rem;
  }
}


/****内容页tags***/
.taglist{
	margin-top:20px; 
}
.taglist a{
    border: 1px solid #88cbff;
    color: #4d94ff;
    padding: 1px 4px;
    border-radius: 3px;
    margin-top: 3px;
    display: inline-block;
}

/****分页导航****/
.pagenavi {font-size:0;line-height:normal;text-align:center;padding:15px 0 35px;}
.pagenavi a, .pagenavi .now-page {display:inline-block;height:32px;line-height:32px;border:1px solid #ddd;padding:0 12px;font-size:14px;margin:0 2px;color:#555;}
.pagenavi a:hover,.pagenavi .now-page {background-color:#5c93ea;color:#fff;border-color:#5c93ea;}