<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: Lexend Deca;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/LexendDeca-Regular.ttf"), url("./fonts/LexendDeca-Regular.ttf") format("ttf"); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #1E1C2C;
  text-decoration: none;
  -webkit-backface-visibility: hidden; }

li {
  list-style: none; }

html, body {
  width: 100%; }

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: none; }

.file-uploads.file-uploads-html5 input[type="file"] {
  overflow: hidden;
  z-index: -1;
  display: none; }

/* size */
/* square */
/* color */
/* gradient */
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px; } }
@media (min-width: 415px) and (max-width: 768px) {
  /*414px之上的*/
  html {
    font-size: 18px; } }
body {
  font-family: "Lexend Deca", sans-serif; }
  body.open {
    overflow: hidden; }

button,
input,
select,
textarea {
  font-family: "Lexend Deca", sans-serif; }

select::-ms-expand {
  display: none; }

input::-ms-clear,
input::-ms-reveal {
  display: none; }

body {
  overflow-x: hidden; }

#app {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }

.wrapper {
  position: relative;
  margin: 0 auto !important;
  width: 1364px !important; }

.p-wrapper {
  max-width: 1088px;
  margin: auto; }

.fh1 {
  font-size: 64px;
  line-height: 80px; }

.fh2 {
  font-size: 58px;
  line-height: 73px; }

.fh3 {
  font-size: 46px;
  line-height: 69px; }

.fh4 {
  font-size: 36px;
  line-height: 54px; }

.fh5 {
  font-size: 26px;
  line-height: 36px; }

.fb0 {
  font-size: 20px;
  line-height: 40px; }

.fb1 {
  font-size: 20px;
  line-height: 30px; }

.fb2 {
  font-size: 16px;
  line-height: 24px; }

.fb3 {
  font-size: 14px;
  line-height: 21px; }

.fb4 {
  font-size: 14px;
  line-height: 28px; }

.color-pro {
  color: #1e1c2c; }

.color-vice {
  color: #8e8b9d; }

#app {
  width: 100%; }
  #app .fade-enter {
    opacity: 0; }
  #app .fade-enter-active {
    transform: translateY(30px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #app .fade-enter-to {
    opacity: 1;
    transform: translateY(0); }
  #app .fade-leave {
    opacity: 1;
    transform: translateY(0); }
  #app .fade-leave-active {
    transform: translateY(-30px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #app .fade-leave-to {
    opacity: 0; }
  #app .header-slide-enter-active {
    transform: translateX(-100%) scaleX(0);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center; }
  #app .header-slide-enter-to {
    transform: translateX(0) scaleX(1); }
  #app .header-slide-leave {
    transform: translateX(0) scaleX(1); }
  #app .header-slide-leave-active {
    transform: translateX(-100%) scaleX(0);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center; }
  #app .fade-tabs-enter,
  #app .bottom-to-top-fade-enter {
    opacity: 0; }
  #app .fade-tabs-enter-active,
  #app .bottom-to-top-fade-enter-active {
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  #app .fade-tabs-enter-to,
  #app .bottom-to-top-fade-enter-to {
    opacity: 1;
    transform: translateY(0); }
  #app .fade-tabs-leave,
  #app .bottom-to-top-fade-leave {
    opacity: 1;
    transform: translateY(0); }
  #app .fade-tabs-leave-active,
  #app .bottom-to-top-fade-leave-active {
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  #app .fade-tabs-leave-to,
  #app .bottom-to-top-fade-leave-to {
    opacity: 0; }
  #app .fade-skeleton-enter-active,
  #app .fade-skeleton-leave-active {
    transition: all 0.2s; }
  #app .fade-skeleton-enter,
  #app .fade-skeleton-leave-to {
    opacity: 0; }
  #app .rolling-subtitles-enter-active,
  #app .rolling-subtitles-leave-active {
    position: relative;
    transition: all 0.5s cubic-bezier(0.45, 0, 0.55, 1); }
  #app .rolling-subtitles-enter {
    transform: translateY(100%); }
  #app .rolling-subtitles-enter-to,
  #app .rolling-subtitles-leave {
    transform: translateY(0); }
  #app .rolling-subtitles-leave-to {
    transform: translateY(-100%); }

.yellow-semicircle {
  animation: yellow-semicircle-anim 9s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

@keyframes yellow-semicircle-anim {
  40% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(40px) rotate(-1deg); } }
@media (max-width: 1364px) {
  body {
    overflow-x: auto; } }
@media (max-width: 768px) {
  html {
    font-size: 14px; }

  .wrapper {
    position: relative;
    margin: 0 auto !important;
    width: 100% !important;
    overflow: hidden; }

  .p-wrapper {
    max-width: 1088px;
    margin: auto; } }
.mark {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

.svg-script {
  display: none !important; }

.loding {
  position: relative;
  text-indent: -9999px; }
  .loding span, .loding i {
    display: none; }
  .loding::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 29px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/load-icon.svg);
    animation: loding 1s 0s cubic-bezier(0.51, 0.48, 0.56, 0.54) infinite; }

@keyframes loding {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.to-top-etc {
  position: fixed;
  right: 60px;
  bottom: 36%;
  z-index: -9999;
  display: flex;
  justify-content: space-between;
  width: 74px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease; }
  .to-top-etc .to-top,
  .to-top-etc .help {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s; }
  .to-top-etc .to-top {
    background-color: rgba(229, 230, 237, 0.6); }
    .to-top-etc .to-top:before, .to-top-etc .to-top:after {
      position: absolute;
      top: 45%;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      display: block;
      width: 30%;
      height: 3px;
      border-radius: 3px;
      background-color: #fff;
      transition: all 0.3s; }
    .to-top-etc .to-top:before {
      transform: translateX(-32%) rotate(-45deg); }
    .to-top-etc .to-top:after {
      transform: translateX(32%) rotate(45deg); }
    .to-top-etc .to-top:hover {
      background-color: #d6d6d6; }
      .to-top-etc .to-top:hover:before {
        transform: translateX(-38%) rotate(-38deg); }
      .to-top-etc .to-top:hover:after {
        transform: translateX(38%) rotate(38deg); }
  .to-top-etc .help {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5555; }
    .to-top-etc .help span {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff; }
    .to-top-etc .help:hover {
      background-color: #ff3939; }
  .to-top-etc.show {
    z-index: 1001;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.equipment {
  max-width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px; }
  .equipment.blank .icon-box .arrow-icon {
    fill: #1e1c2c; }
  .equipment.blue .icon-box .arrow-icon {
    fill: #77a4ff;
    background: rgba(0, 84, 255, 0.1); }
  .equipment.white .icon-box a:hover .arrow-icon {
    fill: #0054ff;
    background: rgba(0, 84, 255, 0.08); }
  .equipment.white .icon-box .arrow-icon {
    fill: #cfcfd4;
    background: rgba(255, 255, 255, 0.2); }
  .equipment .icon-box {
    display: flex;
    align-items: center; }
    .equipment .icon-box a {
      display: inline-block;
      margin-right: 8px; }
      .equipment .icon-box a:hover .arrow-icon {
        fill: #0054ff; }
    .equipment .icon-box .arrow-icon {
      display: block;
      fill: #8e8b9d;
      width: 34px;
      height: 34px;
      background-color: rgba(142, 139, 157, 0.1);
      cursor: pointer; }

.gray span {
  color: #8e8b9d; }

.blank span {
  color: #1e1c2c; }

.pop-cookie {
  border: 1px solid #e9e8ef;
  border-radius: 6px;
  padding: 13px 24px;
  position: fixed;
  left: 5px;
  bottom: 5px;
  max-width: 320px;
  height: 150px;
  z-index: -99;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; }
  .pop-cookie.on {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease; }
  .pop-cookie p {
    font-size: 14px;
    line-height: 22px;
    color: #8e8b9d; }
    .pop-cookie p a {
      text-decoration: underline;
      color: #8e8b9d;
      cursor: pointer; }
      .pop-cookie p a:hover {
        opacity: 0.8;
        transition: all 0.4s ease; }
  .pop-cookie .second {
    display: flex;
    font-size: 14px;
    line-height: 28px;
    color: #0054ff;
    padding-top: 10px;
    cursor: pointer;
    align-items: center; }
    .pop-cookie .second .check-circle {
      display: block;
      margin-right: 10px; }
    .pop-cookie .second .arrow-check {
      display: none; }
    .pop-cookie .second:hover {
      opacity: 0.8;
      transition: all 0.4s ease; }
  .pop-cookie .close {
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/common/close-round.svg) no-repeat; }

.windows_page {
  display: block; }

.mobile_page {
  display: none; }

.flexbox {
  display: flex;
  justify-content: space-between; }

._link {
  color: #0054ff;
  cursor: pointer;
  transition: all 0.3s ease; }
  ._link:hover {
    opacity: 0.7;
    transition: all 0.3s ease; }

a.back:hover {
  color: #0054ff;
  text-decoration: underline; }

.asknetForm {
  display: none !important; }

/* common-down */
.common-down {
  position: relative;
  background: linear-gradient(0deg, rgba(83, 124, 235, 0.19) 0%, #fff 100%); }
  .common-down .wrapper .down_bg1 {
    position: absolute;
    bottom: 0;
    left: -274px; }
  .common-down .wrapper .down_women {
    position: relative;
    left: -100px;
    top: 3px;
    z-index: 2; }
  .common-down .wrapper .point_purple {
    position: absolute;
    left: 359px;
    top: 114px; }
  .common-down .wrapper .point_green {
    position: absolute;
    right: -54px;
    top: -30px; }
  .common-down .wrapper ._down_text {
    position: absolute;
    top: 77px;
    left: 700px; }
    .common-down .wrapper ._down_text p {
      font-size: 24px;
      line-height: 54px; }
    .common-down .wrapper ._down_text h3 {
      display: inline-block;
      width: 570px;
      font-size: 40px;
      line-height: 60px;
      margin-bottom: 40px; }
    .common-down .wrapper ._down_text .mobile {
      display: none !important; }
    .common-down .wrapper ._down_text .d_btn {
      display: flex;
      align-items: center; }
      .common-down .wrapper ._down_text .d_btn .button-combe {
        margin-right: 10px; }
  .common-down .mob-pic {
    display: none; }

/* notify */
.notify.wrapper {
  height: 908px;
  padding: 200px 0; }
  .notify.wrapper h2 {
    position: relative;
    margin: 60px 0 40px;
    color: #1e1c2c;
    font-size: 64px;
    line-height: 80px; }
  .notify.wrapper p {
    color: #8e8b9d;
    font-size: 20px;
    line-height: 30px; }

@media (max-width: 768px) {
  .to-top-etc {
    display: none; }

  .equipment {
    display: none; }

  .pop-cookie {
    width: 100vw;
    max-width: inherit;
    height: 5rem;
    top: 0;
    left: 0;
    bottom: auto;
    z-index: -9999;
    padding: 0.2142857143rem 1.1428571429rem;
    border-radius: 0;
    border: none;
    background: #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease; }
    .pop-cookie.on {
      z-index: 9999;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease; }
    .pop-cookie p {
      margin-left: 0;
      width: 20rem;
      font-size: 0.8571428571rem;
      line-height: 1.1428571429rem;
      color: #8e8b9d; }
      .pop-cookie p a {
        text-decoration: underline;
        color: #8e8b9d;
        cursor: pointer; }
        .pop-cookie p a:hover {
          color: #8e8b9d;
          opacity: 1; }
    .pop-cookie .second {
      width: auto;
      margin-left: auto;
      margin-right: 0;
      font-size: 0.8571428571rem;
      line-height: 1.1428571429rem;
      color: #8e8b9d;
      padding-top: 0; }
      .pop-cookie .second .check-circle {
        display: none; }
      .pop-cookie .second .arrow-check {
        display: block;
        margin-right: 4px;
        width: 11px;
        height: 8px;
        fill: #8e8b9d !important;
        fill: #8e8b9d !important; }
      .pop-cookie .second path {
        fill: #8e8b9d !important;
        fill: #8e8b9d !important; }
      .pop-cookie .second:hover {
        opacity: 1; }
    .pop-cookie .close {
      display: none; }

  body.popyes {
    padding-top: 5rem; }

  .windows_page {
    display: none; }

  .mobile_page {
    display: block; }

  /* Ad */
  .itop-ad {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #1965fd 0%, #7700ff 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: -99;
    visibility: hidden;
    opacity: 0;
    bottom: -20%;
    transition: all 0.4s ease; }
    .itop-ad .android,
    .itop-ad .ios {
      display: none; }
    .itop-ad.on {
      z-index: 99;
      visibility: visible;
      opacity: 1;
      bottom: 0%;
      transition: all 0.4s ease; }
      .itop-ad.on .android,
      .itop-ad.on .ios {
        display: block; }
    .itop-ad .close {
      display: block;
      width: 0.7142857143rem;
      height: 0.7142857143rem;
      margin-left: 0.7142857143rem;
      background: url("../images/ad/close.svg") no-repeat;
      background-size: 0.7142857143rem; }
    .itop-ad .ad-box {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0.2857142857rem 0; }
      .itop-ad .ad-box ._left {
        margin-left: 1.1428571429rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .itop-ad .ad-box ._left &gt; img {
          width: 3.1428571429rem;
          height: 3.1428571429rem;
          margin-right: 0.7142857143rem; }
        .itop-ad .ad-box ._left .ad-txt p {
          font-size: 1rem;
          line-height: 1.5714285714rem;
          color: #fff; }
        .itop-ad .ad-box ._left .ad-txt span {
          font-size: 0.7142857143rem;
          line-height: 1.1428571429rem;
          color: #92b3ff; }
    .itop-ad .install {
      display: block;
      margin-right: 1.4285714286rem;
      font-size: 1rem;
      line-height: 1.1428571429rem;
      border: 1px solid #fff;
      border-radius: 0.4285714286rem;
      padding: 0.3571428571rem 1.2857142857rem;
      background: none;
      color: #fff; }

  /* notify */
  .notify.wrapper {
    padding: 7.1428571429rem 1.0714285714rem;
    height: 32.4285714286rem; }
    .notify.wrapper h2 {
      margin: 2.1428571429rem 0 1.4285714286rem;
      font-size: 2.2857142857rem;
      line-height: 2.8571428571rem; }
    .notify.wrapper p {
      font-size: 0.8571428571rem;
      line-height: 1.1428571429rem; } }
@keyframes toTop {
  0% {
    opacity: 1;
    -webkit-filter: blur(0); }
  to {
    opacity: 0;
    -webkit-transform: translate(0, -300px);
    transform: translate(0, -300px);
    -webkit-filter: blur(2px); } }
.pc-btn {
  display: flex;
  align-items: center; }

.button-combe {
  display: inline-block;
  margin-right: 10px; }
  .button-combe.button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 1s;
    cursor: pointer; }
    .button-combe.button .combe-img {
      position: absolute; }
    .button-combe.button .arrow-winds {
      display: block;
      width: 20px;
      height: 23px;
      fill: #fff; }
    .button-combe.button .arrow-icon,
    .button-combe.button .arrow-icon-windows,
    .button-combe.button .arrow-icon-mac,
    .button-combe.button .arrow-icon-android,
    .button-combe.button .arrow-icon-ios {
      display: block;
      position: absolute;
      top: 50%;
      left: 35px;
      margin-top: -12px;
      width: 20px;
      height: 23px;
      fill: #fff;
      transition: all 0.5s; }
    .button-combe.button .combe-text {
      position: absolute;
      white-space: nowrap;
      font-weight: 500; }
    .button-combe.button .downLoad-img,
    .button-combe.button .arrow-winds {
      position: absolute; }
    .button-combe.button.btn-not .arrow-icon.android {
      margin-top: -17px;
      width: 34px;
      height: 34px; }
    .button-combe.button:hover .arrow-icon,
    .button-combe.button:hover .arrow-icon-windows,
    .button-combe.button:hover .arrow-icon-mac,
    .button-combe.button:hover .arrow-icon-android,
    .button-combe.button:hover .arrow-icon-ios {
      left: -10px;
      transform: scale(0.1);
      opacity: 0;
      transition: all 0.5s; }
  .button-combe.btn-primary {
    width: 276px;
    height: 60px;
    background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
    border-radius: 6px; }
    .button-combe.btn-primary .combe-img {
      top: 15px;
      left: 35px;
      width: 30px;
      height: 30px;
      transition: all 0.8s; }
    .button-combe.btn-primary .combe-text {
      top: 20px;
      left: 40%;
      color: #fff;
      transition: all 0.5s; }
    .button-combe.btn-primary .noIcon {
      width: 100%;
      display: inline-block;
      position: absolute;
      font-size: 16px;
      line-height: 20px;
      left: 50%;
      top: 50%;
      color: #fff;
      transform: scale(1) translate(-50%, -50%);
      transform-origin: left top;
      transition: all 0.5s; }
    .button-combe.btn-primary .downLoad-img,
    .button-combe.btn-primary .arrow-winds {
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.2s; }
    .button-combe.btn-primary:hover {
      background: linear-gradient(90deg, #1965fd 0%, #7700ff 100%);
      transition: all 1s; }
      .button-combe.btn-primary:hover .combe-img {
        left: -10px;
        transform: scale(0.1);
        opacity: 0;
        transition: all 0.5s; }
      .button-combe.btn-primary:hover .combe-text {
        left: 80%;
        transform: scale(0.1);
        opacity: 0;
        transition: all 0.5s; }
      .button-combe.btn-primary:hover .noIcon {
        left: 80%;
        transform: scale(0.1) translate(-50%, -50%) !important;
        transform-origin: left top;
        opacity: 0 !important;
        transition: all 0.5s !important; }
      .button-combe.btn-primary:hover .downLoad-img,
      .button-combe.btn-primary:hover .arrow-winds {
        width: 16px;
        height: 19px;
        opacity: 1;
        transform: translate(-50%, -50%);
        transition-delay: 0.2s;
        transition: all 0.2s; }
      .button-combe.btn-primary:hover .arrow-winds {
        width: 16px;
        height: 19px; }
  .button-combe.btn-default {
    width: 276px;
    height: 60px;
    background: #fff;
    border: 1px solid rgba(0, 84, 255, 0.27);
    border-radius: 6px; }
    .button-combe.btn-default .combe-img {
      top: 15px;
      left: 35px;
      width: 30px;
      height: 30px;
      transition: all 0.8s; }
    .button-combe.btn-default .combe-text {
      top: 20px;
      left: 40%;
      color: #1965fd;
      transition: all 0.5s; }
    .button-combe.btn-default .noIcon {
      width: 100%;
      display: inline-block;
      position: absolute;
      font-size: 16px;
      line-height: 20px;
      left: 50%;
      top: 50%;
      color: #1965fd;
      transform: scale(1) translate(-50%, -50%);
      transform-origin: left top;
      transition: all 0.5s; }
    .button-combe.btn-default .downLoad-img {
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.2s; }
    .button-combe.btn-default:hover {
      background: linear-gradient(90deg, #1965fd 0%, #7700ff 100%);
      border: 1px solid transparent; }
      .button-combe.btn-default:hover .combe-img {
        left: -10px;
        transform: scale(0.1);
        opacity: 0;
        transition: all 0.5s; }
      .button-combe.btn-default:hover .combe-text {
        left: 80%;
        transform: scale(0.1);
        color: #fff;
        opacity: 0;
        transition: all 0.5s; }
      .button-combe.btn-default:hover .noIcon {
        color: #fff;
        left: 50% !important;
        transform: scale(0.1) translate(-50%, -50%) !important;
        transform-origin: left top;
        opacity: 0 !important;
        transition: all 0.5s !important; }
      .button-combe.btn-default:hover .downLoad-img {
        width: 16px;
        height: 19px;
        opacity: 1;
        transform: translate(-50%, -50%);
        transition-delay: 0.2s;
        transition: all 0.2s; }
  .button-combe.btn-nav {
    width: 180px;
    height: 32px;
    background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
    border-radius: 6px; }
    .button-combe.btn-nav .combe-img {
      top: 15px;
      left: 35px;
      width: 30px;
      height: 30px;
      transition: all 0.8s; }
    .button-combe.btn-nav .combe-text {
      font-size: 14px;
      line-height: 18px;
      top: 20px;
      left: 40%;
      color: #fff;
      transition: all 0.5s;
      font-size: 0;
      line-height: 0; }
    .button-combe.btn-nav .noIcon {
      display: inline-block;
      width: 100%;
      position: absolute;
      font-size: 14px;
      line-height: 18px;
      left: 50%;
      top: 50%;
      color: #fff;
      transform: scale(1) translate(-50%, -50%);
      transform-origin: left top;
      transition: all 0.5s; }
    .button-combe.btn-nav .downLoad-img {
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.2s; }
    .button-combe.btn-nav:hover {
      background: linear-gradient(90deg, #1965fd 0%, #7700ff 100%);
      transition: all 1s; }
      .button-combe.btn-nav:hover .combe-img {
        left: -10px;
        transform: scale(0.1);
        opacity: 0;
        transition: all 0.5s; }
      .button-combe.btn-nav:hover .combe-text {
        font-size: 0;
        line-height: 0;
        left: 80%;
        transform: scale(0.1);
        opacity: 0;
        transition: all 0.5s; }
      .button-combe.btn-nav:hover .noIcon {
        font-size: 0;
        line-height: 0;
        left: 50% !important;
        transform: scale(0.1) translate(-50%, -50%) !important;
        transform-origin: left top;
        opacity: 0 !important;
        transition: all 0.5s !important; }
      .button-combe.btn-nav:hover .downLoad-img {
        width: 10px;
        height: 12px;
        opacity: 1;
        transform: translate(-50%, -50%);
        transition-delay: 0.2s;
        transition: all 0.2s; }
  .button-combe.btn-mac .arrow-icon {
    margin-top: -17px;
    width: 34px;
    height: 34px;
    transition: all 0.5s; }
  .button-combe.btn-mac .combe-text {
    top: 18px;
    left: 36%;
    color: #fff;
    transition: all 0.5s; }
  .button-combe.btn-android .arrow-icon-android {
    margin-top: -15px;
    width: 32px;
    height: 24px;
    fill: #fff; }

.button-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 1s;
  border-radius: 6px; }
  .button-link .arrow-right-img {
    position: relative;
    opacity: 0;
    transform: translate(-50%);
    transition: all 0.3s; }
  .button-link .combe-text {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-weight: 500; }
  .button-link .arrow-right {
    display: block;
    position: relative;
    width: 15px;
    height: 9px;
    opacity: 0;
    fill: #fff;
    transform: translate(-50%);
    transition: all 0.3s; }
  .button-link .load-icon {
    display: none; }
  .button-link:hover {
    background: linear-gradient(90deg, #1965fd 0%, #7700ff 100%);
    transition: all 0.3s ease-in; }
    .button-link:hover .combe-text {
      left: 0;
      transform: translate(0%);
      transition: all 0.3s; }
    .button-link:hover .arrow-right {
      opacity: 1;
      transform: scale(1);
      transition: all 0.3s; }
    .button-link:hover .arrow-right-img {
      opacity: 1;
      transform: scale(1);
      transition: all 0.3s; }
  .button-link.on .arrow-right,
  .button-link.on .combe-text {
    display: none; }
  .button-link.on .load-icon {
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 27px;
    height: 30px;
    background: url("../images/common/load-icon.svg") no-repeat;
    animation: loading 1s linear infinite; }

.btn-account {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
  width: 240px;
  height: 40px;
  background: none;
  border: 1px solid rgba(0, 84, 255, 0.27);
  transition: all 0.3s;
  padding: 0 25px 0 34px;
  border-radius: 6px; }
  .btn-account .combe-text {
    position: relative;
    color: #0054ff;
    font-size: 14px;
    line-height: 28px;
    left: 50%;
    transform: translate(-50%); }
  .btn-account .arrow-right {
    display: block;
    position: relative;
    width: 15px;
    height: 9px;
    opacity: 0;
    fill: #fff;
    transform: translate(-50%);
    transition: all 0.3s; }
  .btn-account:hover {
    border: none;
    background: linear-gradient(90deg, #1965fd, #70f);
    transition: all 0.3s; }
    .btn-account:hover .combe-text {
      color: #fff;
      left: 0;
      transform: translate(0%);
      transition: all 0.3s; }
    .btn-account:hover .arrow-right {
      opacity: 1;
      transform: scale(1);
      transition: all 0.3s; }

.btn-primary {
  width: 276px;
  height: 60px;
  text-align: center;
  background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
  border-radius: 6px;
  padding: 0 18px; }
  .btn-primary .combe-text {
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s; }

.btn-primary-pro {
  width: 383px;
  height: 60px;
  background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
  border-radius: 6px;
  padding: 0 18px; }
  .btn-primary-pro .combe-text {
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s; }

.btn-default {
  width: 276px !important;
  height: 60px;
  background: #fff;
  border-radius: 6px;
  padding: 0 18px;
  border: 1px solid rgba(0, 84, 255, 0.27) !important; }
  .btn-default .combe-text {
    color: #0054ff;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-default:hover .combe-text {
    color: #ffffff;
    transform: translate(0%); }

.btn-disabled {
  width: 276px;
  height: 60px;
  border-radius: 6px;
  padding: 0 18px;
  cursor: not-allowed;
  background: #615e6f !important;
  color: #fff; }
  .btn-disabled .combe-text {
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-disabled:hover .combe-text {
    left: 50%;
    transform: translate(-50%); }

.btn-disabled-pro {
  width: 383px;
  height: 60px;
  border-radius: 6px;
  padding: 0 18px;
  cursor: not-allowed;
  background: #615e6f !important;
  color: #fff; }
  .btn-disabled-pro .combe-text {
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-disabled-pro:hover .combe-text {
    left: 50%;
    transform: translate(-50%); }
  .btn-disabled-pro:hover .arrow-right {
    display: none; }

.btn-nav {
  width: 180px;
  height: 32px;
  background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
  border-radius: 6px;
  padding: 9.5px 14px !important; }
  .btn-nav .combe-text {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-nav:hover {
    background: linear-gradient(90deg, #1965fd 0%, #7700ff 100%);
    transition: all 1s; }
    .btn-nav:hover .combe-text {
      transform: translate(0%); }

.btn-nav-gold {
  width: 180px;
  height: 32px;
  background: linear-gradient(90deg, #ffc144 0%, #ffc144 100%);
  border-radius: 6px;
  padding: 0 25px; }
  .btn-nav-gold .combe-text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-nav-gold .arrow-right {
    fill: #000 !important; }
  .btn-nav-gold:hover {
    background: linear-gradient(90deg, #ffc144 0%, #ffc144 100%);
    transition: all 1s ease-in; }
    .btn-nav-gold:hover .combe-text {
      transform: translate(0%); }

.btn-gold {
  width: 276px !important;
  height: 60px;
  background: none;
  border-radius: 6px;
  padding: 0 18px;
  border: 1px solid rgba(255, 193, 68, 0.31) !important; }
  .btn-gold .combe-text {
    color: #ffc144;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-gold .arrow-right {
    fill: #ffc144 !important; }
  .btn-gold:hover {
    background: linear-gradient(90deg, #ffc144 0%, #ffc144 100%);
    border-color: #ffc144 !important; }
    .btn-gold:hover .combe-text {
      color: #000;
      transform: translate(0%); }

.btn-gold2 {
  width: 100% !important;
  height: 100%;
  background: none;
  border-radius: 6px;
  padding: 0 18px;
  border: 1px solid #d2d1d8 !important; }
  .btn-gold2 .combe-text {
    color: #8e8b9d;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-gold2 .arrow-right {
    fill: #ffc144 !important; }
  .btn-gold2:hover {
    background: linear-gradient(90deg, #ffc144 0%, #ffc144 100%);
    border-color: #ffc144 !important; }
    .btn-gold2:hover .combe-text {
      color: #000;
      left: -20%;
      transform: translate(0%); }

.btn-gold-def {
  width: 100% !important;
  height: 100%;
  background: none;
  border-radius: 6px;
  padding: 0 18px;
  border: 1px solid #ffb21c !important;
  background: #ffb21c; }
  .btn-gold-def .combe-text {
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s; }
  .btn-gold-def .arrow-right {
    fill: #ffc144 !important; }
  .btn-gold-def:hover {
    background: #ff951c;
    border-color: #ffc144 !important; }
    .btn-gold-def:hover .combe-text {
      color: #fff; }

.btn-down {
  display: inline-block;
  cursor: pointer;
  text-align: left; }
  .btn-down a {
    position: relative; }

.btn-green {
  position: relative;
  width: 264px;
  height: 25px;
  overflow: visible;
  font: 400 20px/25px Lexend Deca;
  padding-bottom: 6px;
  display: flex;
  align-items: center; }
  .btn-green::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #30deb4;
    transition: all 0.3s; }
  .btn-green:hover::before {
    height: 4px;
    transition: all 0.3s; }
  .btn-green .icon-right {
    display: none; }
  .btn-green .arrow-winds {
    display: block;
    margin-right: 12px;
    width: 20px;
    height: 23px;
    transform: scale(0.8); }
  .btn-green .icon {
    margin-right: 11px;
    vertical-align: middle; }
  .btn-green:hover {
    color: #30deb4;
    transition: all 0.3s; }
    .btn-green:hover .arrow-winds {
      fill: #30deb4; }
    .btn-green:hover .icon-left {
      position: relative;
      bottom: 2px; }

.btn-warning {
  position: relative;
  width: 126px;
  height: 20px;
  font: 400 16px/20px Lexend Deca;
  color: #8e8b9d;
  padding-bottom: 7px;
  display: inline-block;
  box-sizing: content-box;
  transition: all 0.2s; }
  .btn-warning::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #ffb21c; }
  .btn-warning .icon-left {
    display: none; }
  .btn-warning .arrow-right {
    display: block;
    width: 14px;
    height: 8px;
    fill: #ffb21c; }
  .btn-warning .icon-right {
    position: absolute;
    right: -2px;
    top: -2px; }
  .btn-warning:hover {
    transition: all 0.2s;
    width: 136px;
    color: #ffb21c;
    cursor: pointer; }
    .btn-warning:hover::before {
      height: 4px; }

.btn-white {
  position: relative;
  width: 309px;
  height: 25px;
  font: 400 20px/30px Lexend Deca;
  color: #fff;
  padding-bottom: 8px;
  display: inline-block;
  box-sizing: content-box; }
  .btn-white::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #fff; }
  .btn-white .icon-left {
    display: none; }
  .btn-white .icon-right {
    position: absolute;
    right: 0;
    top: -3px; }
  .btn-white:hover {
    color: #fff;
    cursor: pointer;
    width: 329px;
    display: inline-block;
    transition: all 0.2s; }
    .btn-white:hover::before {
      height: 4px; }

button.mit {
  position: relative;
  display: block; }
  button.mit .load-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -14px;
    width: 28px;
    height: 30px;
    background: url("../images/common/load-icon.svg") no-repeat;
    animation: loading 1s linear infinite; }

@media (max-width: 768px) {
  .btn-nav {
    padding: 0 !important; }

  .pc-btn {
    display: block;
    text-align: center; }

  .button-combe {
    margin-right: 0; }
    .button-combe.button {
      position: relative;
      display: inline-block;
      overflow: hidden;
      transition: all 1s;
      width: 14.6428571429rem;
      height: 3.2142857143rem;
      border-radius: 0.2142857143rem;
      cursor: pointer; }
      .button-combe.button .arrow-icon,
      .button-combe.button .arrow-icon-windows,
      .button-combe.button .arrow-icon-mac,
      .button-combe.button .arrow-icon-android,
      .button-combe.button .arrow-icon-ios {
        display: none; }
      .button-combe.button .combe-img {
        display: none; }
      .button-combe.button .combe-text {
        font-size: 1rem;
        line-height: 1.1428571429rem;
        position: absolute;
        white-space: nowrap; }
      .button-combe.button .noIcon {
        font-size: 1rem;
        line-height: 1.1428571429rem; }
      .button-combe.button .downLoad-img {
        display: none; }
      .button-combe.button:hover .arrow-icon,
      .button-combe.button:hover .arrow-icon-windows,
      .button-combe.button:hover .arrow-icon-mac,
      .button-combe.button:hover .arrow-icon-android,
      .button-combe.button:hover .arrow-icon-ios {
        display: none; }
      .button-combe.button:hover .combe-text {
        left: auto;
        top: auto;
        transform: none;
        opacity: 1; }
    .button-combe.btn-primary {
      text-align: center;
      border-radius: 0.2142857143rem; }
      .button-combe.btn-primary .combe-img {
        display: none; }
      .button-combe.btn-primary .combe-text {
        position: relative;
        left: auto;
        top: auto; }
      .button-combe.btn-primary .downLoad-img {
        display: none; }
      .button-combe.btn-primary:hover .combe-text {
        left: auto;
        top: auto;
        transform: none;
        opacity: 1; }
    .button-combe.btn-android {
      display: flex;
      align-items: center;
      justify-content: center; }
      .button-combe.btn-android .arrow-icon,
      .button-combe.btn-android .arrow-icon-windows,
      .button-combe.btn-android .arrow-icon-mac,
      .button-combe.btn-android .arrow-icon-android,
      .button-combe.btn-android .arrow-icon-ios {
        display: none; }
      .button-combe.btn-android .noIcon {
        position: relative;
        width: 100%;
        left: 0%;
        top: 0%;
        transform: none !important; }
      .button-combe.btn-android:hover .noIcon {
        left: 0% !important;
        transform: none !important;
        opacity: 1 !important; }
      .button-combe.btn-android:hover .arrow-icon {
        display: none; }

  .button-link {
    display: none;
    padding: 0;
    margin: 10px auto 0;
    width: 14.6428571429rem !important;
    height: 3.2142857143rem;
    line-height: 3.2142857143rem;
    border-radius: 0.2142857143rem;
    justify-content: center;
    align-items: center; }
    .button-link .arrow-right {
      display: none; }
    .button-link .combe-text {
      left: 0;
      font-size: 1rem;
      line-height: 1.1428571429rem;
      transform: translate(0%); }
    .button-link:hover .combe-text {
      left: 0%;
      transform: translate(0%); }
    .button-link.on .load-icon {
      left: 0%;
      transform: translate(0%); }

  .btn-primary {
    background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%); }
    .btn-primary .combe-text {
      color: #fff; }

  .btn-default .combe-text {
    font-size: 12px;
    line-height: 16px; }

  .btn-green {
    width: 11.1428571429rem;
    height: 1.5714285714rem;
    font-size: 1rem;
    line-height: 1.5714285714rem;
    padding-bottom: 0.1428571429rem; }
    .btn-green::before {
      content: "";
      position: absolute;
      top: 100%;
      width: 100%;
      height: 0.2142857143rem;
      background: #30deb4;
      transition: all 0.3s; }
    .btn-green:hover::before {
      height: 4px;
      transition: all 0.3s; }
    .btn-green .icon-right {
      display: none; }
    .btn-green .arrow-winds {
      margin-right: 0.2857142857rem; }
    .btn-green .icon {
      margin-right: 0.7857142857rem;
      vertical-align: middle; }
      .btn-green .icon .down-svg {
        width: 0.5714285714rem;
        height: 0.6428571429rem; }
    .btn-green:hover {
      transition: all 0.3s; }
      .btn-green:hover #md-download {
        fill: #30deb4; }
      .btn-green:hover .icon-left {
        position: relative;
        bottom: 2px; }

  .btn-account {
    width: 100% !important;
    background: none; }
    .btn-account .combe-text {
      left: 0%;
      text-align: center;
      width: 100% !important;
      transform: translate(0%); }
    .btn-account .arrow-right {
      display: none; }
    .btn-account:hover {
      border: none;
      background: linear-gradient(90deg, #1965fd, #70f);
      transition: all 0.3s; }
      .btn-account:hover .combe-text {
        color: #fff;
        left: 0;
        transform: translate(0%);
        transition: all 0.3s; }
      .btn-account:hover .arrow-right {
        display: none;
        opacity: 1;
        transform: scale(1);
        transition: all 0.3s; } }
.iss,
._isr {
  display: none !important; }

.header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1364px;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 30px;
  z-index: 9999; }
  .header-nav.header-product .header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .header-nav.header-product .header-wrapper .nav-list.login {
      display: none !important; }
  .header-nav .nav-left {
    margin: auto;
    margin-left: 0;
    display: flex;
    align-items: center; }
    .header-nav .nav-left .nav-menu {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-left: 20px; }
      .header-nav .nav-left .nav-menu .nav-list {
        position: relative;
        padding: 0 18px;
        text-align: center;
        margin-right: 18px;
        cursor: pointer;
        transition: height 0.3s, opacity 0.3s; }
        .header-nav .nav-left .nav-menu .nav-list.pricing {
          position: relative;
          left: -5px; }
        .header-nav .nav-left .nav-menu .nav-list.help {
          display: none !important; }
        .header-nav .nav-left .nav-menu .nav-list.five .nav-item {
          width: 274px; }
        .header-nav .nav-left .nav-menu .nav-list .nav-help,
        .header-nav .nav-left .nav-menu .nav-list .nav-login {
          position: relative; }
          .header-nav .nav-left .nav-menu .nav-list .nav-help::after,
          .header-nav .nav-left .nav-menu .nav-list .nav-login::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -2px;
            left: 0;
            background-color: #0054ff;
            transform: scale(0);
            transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list .nav-help:hover::after,
          .header-nav .nav-left .nav-menu .nav-list .nav-login:hover::after {
            transform: scale(1);
            transition: all 0.3s; }
        .header-nav .nav-left .nav-menu .nav-list span {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #1e1c2c;
          padding: 8px 0px;
          font-size: 14px;
          line-height: 22px; }
          .header-nav .nav-left .nav-menu .nav-list span i {
            display: inline-block;
            width: 10px;
            height: 5px;
            margin-left: 18px;
            transform: rotate(0deg);
            transition: transform 0.3s;
            background-image: url("../images/common/arrow-down-pc.svg"); }
        .header-nav .nav-left .nav-menu .nav-list .fb2 {
          font-size: 14px;
          line-height: 22px; }
        .header-nav .nav-left .nav-menu .nav-list .nav-item {
          width: 194px;
          height: 218px;
          position: absolute;
          z-index: 2;
          top: 40px;
          left: 0px;
          overflow: hidden;
          height: auto;
          text-align: left;
          height: 0;
          opacity: 0;
          padding: 0;
          display: flex;
          flex-direction: column;
          border-radius: 12px;
          backdrop-filter: blur(10px);
          background-color: rgba(255, 255, 255, 0.9); }
          .header-nav .nav-left .nav-menu .nav-list .nav-item._mid {
            width: 246px; }
          .header-nav .nav-left .nav-menu .nav-list .nav-item a {
            display: inline-block;
            text-align: left;
            padding: 13px 0; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item a em {
              position: relative;
              color: #1e1c2c;
              padding: 13px 0;
              line-height: 20px;
              font-style: normal; }
              .header-nav .nav-left .nav-menu .nav-list .nav-item a em::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 10px;
                width: 100%;
                height: 3px;
                background-color: #0054ff;
                transform: scale(0);
                transition: transform 0.3s; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item a:hover em::before {
              transform: scale(1);
              transition: transform 0.3s; }
        .header-nav .nav-left .nav-menu .nav-list .nav-pricing {
          padding: 9.5px 0; }
        .header-nav .nav-left .nav-menu .nav-list:hover .nav-item, .header-nav .nav-left .nav-menu .nav-list.active .nav-item {
          height: auto;
          border: 1px solid #ebebeb;
          opacity: 1;
          padding-left: 18px;
          padding-right: 6px;
          padding-top: 5px;
          padding-bottom: 5px;
          transition: height 0.3s, opacity 0.3s; }
        .header-nav .nav-left .nav-menu .nav-list:hover span i, .header-nav .nav-left .nav-menu .nav-list.active span i {
          transform: rotate(-180deg);
          transition: transform 0.3s; }
  .header-nav .nav-btns {
    margin-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .header-nav .nav-btns a {
      margin-left: 30px;
      color: #1e1c2c;
      cursor: pointer;
      padding: 0; }
      .header-nav .nav-btns a.btn-nav {
        padding: 0 14px !important; }
    .header-nav .nav-btns .nav-help,
    .header-nav .nav-btns .nav-login {
      position: relative; }
      .header-nav .nav-btns .nav-help::after,
      .header-nav .nav-btns .nav-login::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -2px;
        left: 0;
        background-color: #0054ff;
        transform: scale(0);
        transition: all 0.3s; }
      .header-nav .nav-btns .nav-help:hover::after,
      .header-nav .nav-btns .nav-login:hover::after {
        transform: scale(1);
        transition: all 0.3s; }
  .header-nav .nav-mobile-btns,
  .header-nav .mobile-bg,
  .header-nav .mobile-nav,
  .header-nav .mobile-close {
    display: none; }
  .header-nav .hidePricing {
    display: none !important; }
  .header-nav .nav-help,
  .header-nav .nav-login {
    display: flex; }

.nav-bg {
  background-color: rgba(255, 255, 255, 0.72);
  /* 目前 Safari 系浏览器仅支持 -webkit-backdrop-filter */
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px); }

.scroll-header .nav-bg {
  background-color: transparent;
  /* 目前 Safari 系浏览器仅支持 -webkit-backdrop-filter */
  -webkit-backdrop-filter: none;
  backdrop-filter: none; }
  .scroll-header .nav-bg.on {
    background-color: rgba(255, 255, 255, 0.72);
    /* 目前 Safari 系浏览器仅支持 -webkit-backdrop-filter */
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); }

.homePageNav {
  padding: 18px 140px;
  background: rgba(30, 28, 44, 0.82) !important; }
  .homePageNav .nav-left .nav-menu .nav-list .color-pro {
    color: #fff; }
  .homePageNav .nav-left .nav-menu .nav-list span {
    color: #fff; }
  .homePageNav .nav-btns a {
    color: #fff; }

.isPurchase {
  top: 40px !important; }

@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px)) {
  /* 支持 backdrop-filter 时应用的效果，记得把一些属性覆盖掉 */
  .nav-bg {
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); } }
.header-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 76px;
  position: relative;
  z-index: 10; }

@media (min-width: 769px) {
  .header-nav {
    padding: 0; }
    .header-nav .header-main-bg {
      position: absolute;
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      background-color: white;
      transition: all 0.5s; }
      .header-nav .header-main-bg.header-main-bg-move {
        height: 451px; }
    .header-nav .nav-left {
      height: 100%; }
      .header-nav .nav-left .nav-logo {
        display: block;
        width: 156px;
        height: 43px; }
        .header-nav .nav-left .nav-logo .logo-box-mob {
          display: none; }
        .header-nav .nav-left .nav-logo .logo-box-pc {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          position: relative;
          overflow: hidden; }
          .header-nav .nav-left .nav-logo .logo-box-pc .logo {
            width: auto;
            height: 32px;
            margin-right: 7px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease 0.2s; }
          .header-nav .nav-left .nav-logo .logo-box-pc .logo-move {
            height: 42.6px;
            left: 0;
            transform: translate(0, -50%);
            transition: all 1s cubic-bezier(0.19, 0, 0.1, 1) 0s; }
          .header-nav .nav-left .nav-logo .logo-box-pc .logo-text {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            transition: all 0.5s; }
            .header-nav .nav-left .nav-logo .logo-box-pc .logo-text .logo-text-it {
              font-size: 20px;
              font-weight: bold;
              color: #267dff;
              opacity: 0;
              transform: translateY(-15px);
              transition: all 0.3s ease-in; }
            .header-nav .nav-left .nav-logo .logo-box-pc .logo-text .logo-text-best {
              font-size: 12px;
              font-weight: 500;
              color: #267dff;
              opacity: 0;
              transform: translateY(-3px);
              transition: all 0.3s ease-in; }
            .header-nav .nav-left .nav-logo .logo-box-pc .logo-text .logo-text-it-move {
              opacity: 1;
              transform: translateY(0);
              transition: all 0.7s ease 0.4s; }
            .header-nav .nav-left .nav-logo .logo-box-pc .logo-text .logo-text-best-move {
              opacity: 1;
              transform: translateY(0);
              transition: all 0.7s ease 0.4s; }
      .header-nav .nav-left .nav-menu {
        height: 100%; }
        .header-nav .nav-left .nav-menu .nav-list {
          height: 100%;
          display: flex;
          align-items: center; }
          .header-nav .nav-left .nav-menu .nav-list .nav-item {
            top: 56px; }
        .header-nav .nav-left .nav-menu .apps {
          position: initial; }
          .header-nav .nav-left .nav-menu .apps .nav-item {
            display: none; }
          .header-nav .nav-left .nav-menu .apps .header-main {
            width: 100vw;
            height: 375px;
            position: absolute;
            z-index: -1;
            top: -1000px;
            left: 0;
            cursor: default;
            overflow: hidden;
            display: flex;
            opacity: 0;
            transform: translateY(-20px); }
            .header-nav .nav-left .nav-menu .apps .header-main.header-main-show {
              top: 76px;
              opacity: 1;
              transform: translateY(0);
              transition: opacity 0.5s, transform 0.5s;
              transition-delay: 0.4s; }
            .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis {
              width: 755px;
              height: 100%;
              position: relative; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis .lis-box {
                position: absolute;
                top: 52px;
                right: 0;
                width: 212px;
                height: 273px;
                border-right: 1px solid #d6d3d3;
                display: flex;
                flex-direction: column; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis .lis-box a {
                  display: inline-block;
                  text-align: left;
                  padding: 8px 0; }
                  .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis .lis-box a em {
                    position: relative;
                    color: #1e1c2c;
                    padding: 14px 0;
                    line-height: 20px;
                    font-style: normal; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis .lis-box a em::before {
                      content: "";
                      position: absolute;
                      left: 0;
                      bottom: 10px;
                      width: 100%;
                      height: 3px;
                      background-color: #0054ff;
                      transform: scale(0);
                      transition: transform 0.3s; }
                  .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis .lis-box a:hover em {
                    color: #0054ff; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis .lis-box a:hover em::before {
                      transform: scale(1);
                      transition: transform 0.3s; }
            .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change {
              width: 1165px;
              height: 100%;
              position: relative; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main {
                width: 100%;
                height: 100%;
                padding: 52px 50px 0 50px;
                display: flex;
                overflow: hidden;
                transform: translateY(-375px);
                display: flex;
                position: absolute;
                top: -600px; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main.apps-main-show {
                  position: relative;
                  top: 0;
                  opacity: 1;
                  transform: translateY(0);
                  transition: all 0.5s; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main &gt; a &gt; img {
                  width: 500px;
                  height: 259px;
                  margin-right: 20px; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text &gt; a .apps-title {
                  font-size: 32px;
                  margin-bottom: 23px;
                  font-weight: 600;
                  text-align: left; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .app-text {
                  width: 375px;
                  text-align: left;
                  font-size: 14px;
                  line-height: 26px;
                  margin-bottom: 34px; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box {
                  display: flex; }
                  .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down {
                    display: inline-block;
                    width: 210px;
                    height: 50px;
                    min-width: 151px;
                    min-height: 36px;
                    margin-bottom: 10px;
                    border-radius: 5px;
                    box-shadow: 0 12px 24px rgba(14, 187, 255, 0.25);
                    background: linear-gradient(90deg, #0858ff, #11f6c0 50%, #0858ff);
                    background-size: 200% 100%;
                    background-position: 200% 0;
                    animation: bg_move 5s ease-in infinite; }
  @keyframes bg_move {
    from {
      background-position: 200% 0; }
    to {
      background-position: 0 0; } }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .arrow-icon {
                      width: 20px;
                      height: 23px;
                      margin-top: -12px;
                      left: 24px; }
                      .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .arrow-icon.mac {
                        left: 22px; }
                      .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .arrow-icon.adr {
                        left: 28px; }
                      .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .arrow-icon.ios {
                        left: 34px; }
                      .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .arrow-icon use {
                        fill: white; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .arrow-winds {
                      width: 16px;
                      height: 19px; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down .combe-text {
                      font-size: 14px;
                      color: white;
                      top: 50%;
                      margin-top: -20px;
                      left: 64px; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down:hover .arrow-icon {
                      left: -10px !important; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .free-down:hover .combe-text {
                      left: 80%; }
                  .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .get-off {
                    display: flex;
                    width: 230px;
                    height: 50px;
                    min-width: 151px;
                    min-height: 36px;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0 10px;
                    border: 1px solid #ffa811 !important;
                    border-radius: 5px;
                    transition: all 0.3s; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .get-off .combe-text {
                      display: inline-block;
                      color: #ffa811;
                      line-height: 50px;
                      font-size: 14px;
                      font-weight: 500;
                      position: relative;
                      padding: 0;
                      left: 50%;
                      transform: translateX(-50%);
                      transition: all 0.3s; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .get-off .arrow-right {
                      width: 15px;
                      height: 9px;
                      fill: white;
                      transform: translateX(-5px);
                      opacity: 0;
                      transition: all 0.3s; }
                    .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .get-off:hover {
                      background: #ffa811; }
                      .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .get-off:hover .combe-text {
                        color: white;
                        left: 0;
                        transform: translateX(0); }
                      .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-main .apps-text .btn-box .get-off:hover .arrow-right {
                        width: 15px;
                        height: 9px;
                        transform: translateX(0);
                        opacity: 1; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac &gt; a &gt; img {
                width: 450px;
                height: 270px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac .apps-text .apps-title {
                position: relative; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac .apps-text .apps-title &gt; img {
                  position: absolute;
                  left: 318px;
                  bottom: 0;
                  width: 55px;
                  height: 34px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac .apps-text .mac-text {
                width: 420px; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac .apps-text .mac-text li {
                  position: relative;
                  padding-left: 26px; }
                  .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac .apps-text .mac-text li img {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -7px;
                    width: 14px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-mac .apps-text .btn-box .free-down .arrow-icon {
                width: 32px;
                height: 32px;
                left: 29px;
                margin-top: -17px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-and &gt; a {
                width: 376px;
                height: 100%;
                position: relative; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-and &gt; a &gt; img {
                  width: 265px;
                  height: auto;
                  position: absolute;
                  top: -30px;
                  left: 46px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-and .apps-text .and-text {
                position: relative; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-and .apps-text .and-text::after {
                  content: "";
                  display: block;
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 4px;
                  height: 100%;
                  background-color: #30deb4; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-and .apps-text .and-text li {
                  margin-left: 16px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-and .apps-text .btn-box .free-down .arrow-icon {
                width: 23px;
                height: 14px;
                left: 34px;
                margin-top: -7px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-ios &gt; a {
                width: 376px;
                height: 100%;
                position: relative; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-ios &gt; a &gt; img {
                  width: 265px;
                  height: auto;
                  position: absolute;
                  top: -30px;
                  left: 46px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-ios .apps-text .and-text {
                position: relative; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-ios .apps-text .and-text::after {
                  content: "";
                  display: block;
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 4px;
                  height: 100%;
                  background-color: #30deb4; }
                .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-ios .apps-text .and-text li {
                  margin-left: 16px; }
              .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-change .apps-ios .apps-text .btn-box .free-down .arrow-icon {
                width: 20px;
                height: 24px;
                left: 35px;
                margin-top: -12px; } }
@media (max-width: 1680px) {
  .header-wrapper {
    padding: 0 10px; }

  .header-nav .nav-left .nav-menu {
    margin-left: 0; }
    .header-nav .nav-left .nav-menu .nav-list {
      padding: 0 8px;
      margin-right: 8px; }
      .header-nav .nav-left .nav-menu .nav-list.five .nav-item {
        width: 234px; }
      .header-nav .nav-left .nav-menu .nav-list .nav-item {
        width: 164px; }
        .header-nav .nav-left .nav-menu .nav-list .nav-item a.fb3 {
          font-size: 12px;
          line-height: 20px; }
      .header-nav .nav-left .nav-menu .nav-list:hover .nav-item, .header-nav .nav-left .nav-menu .nav-list.active .nav-item {
        padding-left: 8px;
        padding-right: 6px; }
  .header-nav .nav-btns a {
    margin-left: 20px;
    padding: 0; }
    .header-nav .nav-btns a.btn-nav {
      padding: 0 14px !important; } }
@media (max-width: 768px) {
  .isPop {
    top: 50px !important; }

  .scroll-header .nav-bg {
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72); }
    .scroll-header .nav-bg.on {
      backdrop-filter: saturate(180%) blur(20px);
      background-color: rgba(255, 255, 255, 0.72); }

  .header-nav {
    min-width: auto !important;
    max-width: none !important;
    padding: 0;
    height: 3.5714285714rem;
    border-bottom: 1px solid #e5e4e9;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
    z-index: 9999; }
    .header-nav.popyes {
      top: 5rem; }
    .header-nav .header-wrapper {
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      height: 3.5714285714rem;
      position: relative;
      z-index: 10; }
    .header-nav .nav-left .nav-logo {
      width: auto;
      height: auto; }
      .header-nav .nav-left .nav-logo .logo-box-pc {
        display: none; }
      .header-nav .nav-left .nav-logo .logo-box-mob .logo {
        width: 5.4285714286rem;
        height: 1.5714285714rem;
        margin-left: 23px; }
    .header-nav .nav-left .nav-menu {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 100002;
      padding-top: 9.4285714286rem;
      margin: 0;
      width: 20rem;
      height: 100vh;
      background: #fff;
      transform: translateX(100%);
      transition: opacity 0.5s, transform 0.5s ease;
      transition: transform 0.5s ease; }
      .header-nav .nav-left .nav-menu.show {
        transform: translateX(0%);
        transition: transform 0.5s ease; }
      .header-nav .nav-left .nav-menu .apps .header-main {
        display: none; }
      .header-nav .nav-left .nav-menu .apps .nav-item {
        display: block; }
      .header-nav .nav-left .nav-menu .nav-list {
        display: block;
        height: auto;
        padding: 0;
        text-align: left;
        line-height: 3.5714285714rem;
        margin-right: 0;
        margin-bottom: 0.7142857143rem; }
        .header-nav .nav-left .nav-menu .nav-list.login, .header-nav .nav-left .nav-menu .nav-list.help, .header-nav .nav-left .nav-menu .nav-list.pricing {
          display: block !important;
          left: 0px; }
          .header-nav .nav-left .nav-menu .nav-list.login a, .header-nav .nav-left .nav-menu .nav-list.help a, .header-nav .nav-left .nav-menu .nav-list.pricing a {
            padding: 0 2rem;
            font-size: 1.2857142857rem;
            line-height: 3.5714285714rem; }
        .header-nav .nav-left .nav-menu .nav-list .nav-help:hover::after,
        .header-nav .nav-left .nav-menu .nav-list .nav-login:hover::after {
          display: none; }
        .header-nav .nav-left .nav-menu .nav-list span {
          position: relative;
          display: block;
          padding: 0 2rem; }
          .header-nav .nav-left .nav-menu .nav-list span.fb2 {
            font-size: 1.2857142857rem;
            line-height: 3.5714285714rem;
            text-align: left; }
          .header-nav .nav-left .nav-menu .nav-list span i {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 3.5714285714rem;
            height: 3.5714285714rem;
            margin: 0;
            transform: rotate(-180deg);
            background-image: url("../images/common/arrow-down.svg") !important;
            background-size: 0.8571428571rem 8rem;
            background-position: center center;
            background-repeat: no-repeat; }
        .header-nav .nav-left .nav-menu .nav-list .nav-item {
          padding: 0;
          width: 100%;
          position: relative;
          top: 0;
          left: 0;
          height: 0;
          max-height: 0;
          border-radius: 0;
          padding-left: 2.2857142857rem;
          padding-right: 2.2857142857rem;
          background-color: #fff;
          backdrop-filter: none !important;
          transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list .nav-item a {
            display: block;
            text-align: left;
            padding: 1.0714285714rem 0;
            color: #8e8b9d; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item a em {
              padding: 0;
              font-size: 1.0714285714rem;
              line-height: 1.5714285714rem; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item a:hover em::before {
              display: none !important; }
        .header-nav .nav-left .nav-menu .nav-list.nav_tool .nav-item {
          height: 4.2857142857rem;
          max-height: 4.2857142857rem; }
        .header-nav .nav-left .nav-menu .nav-list:hover .nav-item {
          border: none;
          height: 0;
          max-height: 0;
          padding-left: 2.2857142857rem;
          padding-right: 2.2857142857rem;
          transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list:hover .nav-item a em {
            color: #8e8b9d;
            font-size: 1rem;
            line-height: 1.4285714286rem; }
        .header-nav .nav-left .nav-menu .nav-list:hover span i {
          transform: rotate(-180deg);
          transition: transform 0.3s; }
        .header-nav .nav-left .nav-menu .nav-list.active .nav-item {
          padding: 0;
          height: 15.7142857143rem;
          max-height: 15.7142857143rem;
          border: none;
          padding-left: 2.2857142857rem;
          padding-right: 2.2857142857rem;
          backdrop-filter: none;
          transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list.active .nav-item a em {
            color: #8e8b9d;
            font-size: 1rem;
            line-height: 1.4285714286rem; }
        .header-nav .nav-left .nav-menu .nav-list.active.one .nav-item {
          height: 21.4285714286rem;
          max-height: 21.4285714286rem; }
        .header-nav .nav-left .nav-menu .nav-list.active span i {
          transform: rotate(0deg);
          transition: transform 0.3s; }
    .header-nav .nav-btns {
      display: flex;
      position: fixed;
      top: 5.4285714286rem;
      right: 0;
      z-index: -100002;
      margin-right: 0;
      width: 20rem;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%); }
      .header-nav .nav-btns .button-link {
        margin: 0 auto;
        padding: 0;
        width: 14.2857142857rem;
        height: 3.2142857143rem;
        border-radius: 0.4285714286rem; }
      .header-nav .nav-btns .nav-help,
      .header-nav .nav-btns .nav-login {
        display: none; }
      .header-nav .nav-btns.show {
        z-index: 100002;
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        transition: opacity 0.5s, transform 0.5s ease; }
        .header-nav .nav-btns.show .button-link {
          display: flex; }
    .header-nav .mobile-nav {
      display: block;
      position: relative;
      width: 3.5714285714rem;
      height: inherit;
      cursor: pointer; }
      .header-nav .mobile-nav .navIcon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 12px;
        background-image: url("../images/common/menu.png");
        background-repeat: no-repeat;
        background-size: 18px; }
    .header-nav .mobile-bg {
      display: none;
      position: fixed;
      width: 100%;
      top: 0;
      right: 0;
      height: 100vh;
      background: rgba(35, 35, 35, 0.7);
      color: #fff;
      overflow: hidden;
      z-index: 100001; }
      .header-nav .mobile-bg.show {
        display: block; }
    .header-nav .mobile-close {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 100003;
      width: 3.5714285714rem;
      height: 3.5714285714rem;
      align-items: center;
      justify-content: center; }
      .header-nav .mobile-close .claseIcon {
        display: block;
        width: 1.2857142857rem;
        height: 1.2857142857rem;
        background-image: url(../images/common/menu-close.svg);
        background-repeat: no-repeat;
        background-size: 1.2857142857rem; }
      .header-nav .mobile-close.show {
        display: flex; }

  .header-nav .nav-btns a.nav-login {
    display: none; }

  .header-nav .nav-btns a.btn-nav {
    margin: 0 auto; } }
.apple_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 50px;
  border-radius: 6px;
  padding: 11px 33px;
  background-color: #615e6f;
  cursor: pointer; }
  .apple_btn img {
    cursor: pointer; }

.btn-thankyou {
  background-color: #000000;
  border: 1px solid #615e6f; }

.google_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 166px;
  height: 50px;
  border-radius: 6px;
  padding: 11px 25px;
  background-color: #615e6f;
  cursor: pointer; }
  .google_btn img {
    cursor: pointer; }

.btn-thankyou {
  background-color: #000000;
  border: 1px solid #615e6f; }

.my-select {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 32px;
  outline: none;
  background: #615e6f 0% 0% no-repeat padding-box;
  border: 1px solid rgba(97, 94, 111, 0.6);
  border-radius: 6px;
  opacity: 0.6;
  box-sizing: border-box;
  cursor: pointer; }
  .my-select:hover {
    background-color: #dfdee3; }
  .my-select ._icon {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 16px;
    top: 7px;
    z-index: 1; }
  .my-select ._value {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding-left: 40px;
    font-size: 12px; }
  .my-select .select-options {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 6px 6px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 4px; }
    .my-select .select-options p {
      width: 100%;
      font-size: 12px;
      line-height: 15px;
      color: #1e1c2c;
      background: rgba(97, 94, 111, 0.3); }
      .my-select .select-options p a {
        display: block;
        padding: 10px;
        width: 100%;
        margin-right: 0;
        color: #5a5864; }
        .my-select .select-options p a:hover {
          color: #5a5864; }
      .my-select .select-options p:hover {
        color: #0054ff;
        background: #fff; }
        .my-select .select-options p:hover a {
          color: #0054ff; }
          .my-select .select-options p:hover a:hover {
            color: #0054ff; }
  .my-select .open {
    height: 152px;
    opacity: 1;
    transition: all 0.4s;
    background-color: #fff;
    overflow-y: scroll; }
  .my-select .directionUp {
    bottom: 98%;
    top: auto; }

.isOpen {
  background: #ffffff;
  opacity: 1; }
  .isOpen:hover {
    background-color: #fff; }
  .isOpen .directionUp {
    background: #d2d2d5; }
    .isOpen .directionUp p {
      background: rgba(97, 94, 111, 0.3); }

.iconLeft {
  padding-left: 40px; }

.arrow_down {
  position: absolute;
  right: 10px;
  width: 12px;
  height: 7px;
  top: 50%;
  margin-top: -3.5px; }

.footer {
  position: relative;
  z-index: 8;
  padding: 0 120px;
  min-width: 1364px;
  background-color: #1e1c2c; }
  .footer .footer-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
    align-items: center;
    border-bottom: 1px solid rgba(142, 139, 157, 0.1); }
    .footer .footer-head p {
      color: #5a576b;
      font-size: 16px;
      line-height: 24px; }
    .footer .footer-head .btngroup div {
      float: left; }
      .footer .footer-head .btngroup div:first-child {
        margin-right: 10px; }
  .footer .footer-cnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 74px 0px 40px 0px;
    border-bottom: 1px solid rgba(142, 139, 157, 0.1);
    box-sizing: border-box; }
    .footer .footer-cnt ._left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-width: 120px; }
      .footer .footer-cnt ._left ._logo {
        width: 116px;
        height: 32px; }
      .footer .footer-cnt ._left ._contact {
        margin-top: 70px;
        color: #5a576b; }
      .footer .footer-cnt ._left ._contact_list {
        margin-top: 21px; }
        .footer .footer-cnt ._left ._contact_list svg {
          width: 32px;
          height: 32px;
          margin-right: 25px; }
        .footer .footer-cnt ._left ._contact_list #svg-box:hover {
          cursor: pointer; }
          .footer .footer-cnt ._left ._contact_list #svg-box:hover #facebook_box,
          .footer .footer-cnt ._left ._contact_list #svg-box:hover #email-box {
            fill: #fff !important; }
          .footer .footer-cnt ._left ._contact_list #svg-box:hover #facebook,
          .footer .footer-cnt ._left ._contact_list #svg-box:hover #email {
            fill: #0054ff !important; }
    .footer .footer-cnt ._right {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      .footer .footer-cnt ._right li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 180px;
        margin-left: 50px; }
        .footer .footer-cnt ._right li:last-child {
          margin-right: 0; }
        .footer .footer-cnt ._right li p {
          font-size: 20px;
          line-height: 25px;
          color: #5a576b;
          margin-bottom: 20px; }
        .footer .footer-cnt ._right li a {
          font-size: 16px;
          line-height: 20px;
          color: #8e8b9d;
          margin-bottom: 10px; }
          .footer .footer-cnt ._right li a:hover {
            color: #fff; }
  .footer .footer-copy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 34px 0px; }
    .footer .footer-copy ._left {
      color: #5a576b;
      min-width: 300px; }
    .footer .footer-copy ._right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-width: 450px; }
      .footer .footer-copy ._right a {
        color: #5a576b;
        margin-right: 60px;
        font: normal normal normal 14px/18px Lexend Deca; }
        .footer .footer-copy ._right a:hover {
          color: #fff; }
  @media (max-width: 768px) {
    .footer .footer-head {
      display: none; } }

.footer-mobile {
  display: none;
  padding: 0 16px;
  background-color: #1e1c2c; }
  .footer-mobile .logo {
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 0.0714285714rem solid #2a2839; }
    .footer-mobile .logo a {
      display: inline-block;
      width: 105px; }
      .footer-mobile .logo a img {
        width: 100%; }
  .footer-mobile .nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #2a2839; }
    .footer-mobile .nav-menu .nav-list {
      width: 100%;
      padding-bottom: 1rem; }
      .footer-mobile .nav-menu .nav-list .nav-title {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        color: #8e8b9d;
        padding: 8px 0px;
        font-size: 1.2rem; }
        .footer-mobile .nav-menu .nav-list .nav-title .arrow_down {
          display: inline-block;
          width: 15px;
          height: 15px;
          transform: rotateX(0deg);
          transition: transform 0.3s;
          background: url("../images/common/arrow_down_mobile.svg");
          background-size: cover; }
      .footer-mobile .nav-menu .nav-list .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-height: 0;
        transition: all 0.3s;
        overflow: hidden; }
        .footer-mobile .nav-menu .nav-list .nav-item a {
          padding: 10px 0;
          padding-left: 20px;
          color: #fff;
          color: #8e8b9d; }
          .footer-mobile .nav-menu .nav-list .nav-item a:hover {
            color: #fff; }
    .footer-mobile .nav-menu .last_nav {
      padding: 0; }
    .footer-mobile .nav-menu .active .nav-item {
      max-height: 300px;
      transition: all 0.3s; }
    .footer-mobile .nav-menu .active .nav-title .arrow_down {
      transform: rotateX(180deg);
      transition: transform 0.3s; }
  .footer-mobile .footer-contact {
    padding: 27px 0;
    text-align: center; }
    .footer-mobile .footer-contact ._content-box {
      display: inline-block; }
      .footer-mobile .footer-contact ._content-box .facebook {
        margin-right: 55px; }
  .footer-mobile ._lag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #2a2839;
    border-bottom: 1px solid #2a2839; }
    .footer-mobile ._lag ._link {
      color: #8e8b9d; }
      .footer-mobile ._lag ._link a:nth-child(2) {
        margin-left: 22px; }
  .footer-mobile ._copy_right {
    padding-top: 26px;
    padding-bottom: 33px;
    color: #8e8b9d;
    text-align: center; }

@media (max-width: 1680px) {
  .footer {
    padding: 0 60px; }
    .footer .footer-head p {
      font-size: 14px;
      line-height: 22px; }
    .footer .footer-cnt .fb1 {
      font-size: 18px;
      line-height: 28px; }
    .footer .footer-cnt ._right {
      width: auto; }
      .footer .footer-cnt ._right li p {
        font-size: 18px;
        line-height: 24px; }
      .footer .footer-cnt ._right li a {
        font-size: 14px;
        line-height: 20px; } }
  @media (max-width: 1680px) and (max-width: 768px) {
    .footer .footer-head {
      display: none; } }

@media (max-width: 768px) {
  .footer-mobile {
    display: block; }
    .footer-mobile .copyright {
      font: normal normal normal 14px/20px Lexend Deca;
      letter-spacing: 0px;
      color: #8e8b9d;
      text-align: center;
      padding: 25px; }

  .footer {
    display: none; } }
.footer .subscribe-cnt .subscribe-desc,
.footer-mobile .subscribe-cnt .subscribe-desc {
  font-size: 24px;
  line-height: 36px;
  color: #5a576b;
  font-weight: 600;
  margin-bottom: 16px; }
.footer .subscribe-cnt .zone-describe,
.footer-mobile .subscribe-cnt .zone-describe {
  color: #8E8B9D;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }
.footer .subscribe-cnt,
.footer-mobile .subscribe-cnt {
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid rgba(142, 139, 157, 0.1); }
.footer .subscribe-container,
.footer-mobile .subscribe-container {
  position: relative;
  max-width: 460px;
  margin: 0 auto; }
.footer .subscribe-zone,
.footer-mobile .subscribe-zone {
  position: relative;
  width: 350px;
  height: 40px;
  margin: 0 auto;
  margin-block-end: 16px; }
  .footer .subscribe-zone .email-bar,
  .footer-mobile .subscribe-zone .email-bar {
    position: relative;
    background-color: rgba(142, 139, 157, 0.6);
    border-radius: 4px;
    padding-inline-start: 10px;
    width: 100%;
    height: inherit;
    cursor: text;
    align-items: center;
    display: flex;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0.4, 0, 0.2, 1); }
    .footer .subscribe-zone .email-bar.onerror,
    .footer-mobile .subscribe-zone .email-bar.onerror {
      border: 1px solid #601715;
      background: #240f0e;
      animation-name: shake-base;
      animation-duration: 400ms;
      animation-timing-function: ease-in-out; }
      .footer .subscribe-zone .email-bar.onerror .email-input,
      .footer-mobile .subscribe-zone .email-bar.onerror .email-input {
        color: #f60; }
        .footer .subscribe-zone .email-bar.onerror .email-input::placeholder,
        .footer-mobile .subscribe-zone .email-bar.onerror .email-input::placeholder {
          color: #f60; }
        .footer .subscribe-zone .email-bar.onerror .email-input::-webkit-input-placeholder,
        .footer-mobile .subscribe-zone .email-bar.onerror .email-input::-webkit-input-placeholder {
          color: #f60; }
        .footer .subscribe-zone .email-bar.onerror .email-input:-moz-placeholder,
        .footer-mobile .subscribe-zone .email-bar.onerror .email-input:-moz-placeholder {
          color: #f60; }
        .footer .subscribe-zone .email-bar.onerror .email-input::-moz-placeholder,
        .footer-mobile .subscribe-zone .email-bar.onerror .email-input::-moz-placeholder {
          color: #f60; }
        .footer .subscribe-zone .email-bar.onerror .email-input:-ms-input-placeholder,
        .footer-mobile .subscribe-zone .email-bar.onerror .email-input:-ms-input-placeholder {
          color: #f60; }
        .footer .subscribe-zone .email-bar.onerror .email-input::-ms-input-placeholder,
        .footer-mobile .subscribe-zone .email-bar.onerror .email-input::-ms-input-placeholder {
          color: #f60; }
      .footer .subscribe-zone .email-bar.onerror .subscribe-btn,
      .footer-mobile .subscribe-zone .email-bar.onerror .subscribe-btn {
        height: 34px;
        color: #240f0e;
        background: #523131;
        cursor: default; }
        .footer .subscribe-zone .email-bar.onerror .subscribe-btn:hover, .footer .subscribe-zone .email-bar.onerror .subscribe-btn:active,
        .footer-mobile .subscribe-zone .email-bar.onerror .subscribe-btn:hover,
        .footer-mobile .subscribe-zone .email-bar.onerror .subscribe-btn:active {
          background: #523131; }
  .footer .subscribe-zone .email-input,
  .footer-mobile .subscribe-zone .email-input {
    position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    caret-color: #8E8B9D;
    color: #1E1C2C;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: text;
    outline: 0;
    padding: 0;
    position: relative;
    width: 0;
    flex: 1;
    flex-shrink: 0;
    font-family: "Lexend", sans-serif; }
    .footer .subscribe-zone .email-input::placeholder,
    .footer-mobile .subscribe-zone .email-input::placeholder {
      font-size: 14px;
      color: #1E1C2C; }
    .footer .subscribe-zone .email-input::-webkit-input-placeholder,
    .footer-mobile .subscribe-zone .email-input::-webkit-input-placeholder {
      font-size: 14px;
      color: #1E1C2C; }
    .footer .subscribe-zone .email-input:-moz-placeholder,
    .footer-mobile .subscribe-zone .email-input:-moz-placeholder {
      font-size: 14px;
      color: #1E1C2C; }
    .footer .subscribe-zone .email-input::-moz-placeholder,
    .footer-mobile .subscribe-zone .email-input::-moz-placeholder {
      font-size: 14px;
      color: #1E1C2C; }
    .footer .subscribe-zone .email-input:-ms-input-placeholder,
    .footer-mobile .subscribe-zone .email-input:-ms-input-placeholder {
      font-size: 14px;
      color: #1E1C2C; }
    .footer .subscribe-zone .email-input::-ms-input-placeholder,
    .footer-mobile .subscribe-zone .email-input::-ms-input-placeholder {
      font-size: 14px;
      color: #1E1C2C; }
  .footer .subscribe-zone .subscribe-btn,
  .footer-mobile .subscribe-zone .subscribe-btn {
    -webkit-tap-highlight-color: transparent;
    border-radius: 3px;
    background: #DDDCE2;
    color: #1E1C2C;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    flex-shrink: 0;
    height: 36px;
    margin-inline-end: 2px;
    margin-inline-start: 2px;
    outline: 0;
    overflow: hidden;
    user-select: none;
    vertical-align: middle;
    min-width: 80px;
    border: none;
    align-items: center;
    font-family: "Lexend", sans-serif; }
    .footer .subscribe-zone .subscribe-btn:hover, .footer .subscribe-zone .subscribe-btn:active,
    .footer-mobile .subscribe-zone .subscribe-btn:hover,
    .footer-mobile .subscribe-zone .subscribe-btn:active {
      background: #fff; }
  .footer .subscribe-zone .subscribe-result,
  .footer-mobile .subscribe-zone .subscribe-result {
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #DDDCE2;
    background: #0054ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .footer .subscribe-zone .subscribe-result.onsuss,
    .footer-mobile .subscribe-zone .subscribe-result.onsuss {
      display: flex !important;
      transform: translate3d(-380%, 0, 0); }
      .footer .subscribe-zone .subscribe-result.onsuss .result-check,
      .footer-mobile .subscribe-zone .subscribe-result.onsuss .result-check {
        background: url(../images/common/result_hook.svg) no-repeat;
        background-position: 0 0;
        background-size: 18px 18px;
        animation-play-state: paused; }
    .footer .subscribe-zone .subscribe-result .result-check,
    .footer-mobile .subscribe-zone .subscribe-result .result-check {
      display: block;
      text-indent: -9999px;
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      background: url(../images/common/icon_send.png) no-repeat;
      background-position: 0 0;
      overflow: hidden; }
    .footer .subscribe-zone .subscribe-result.on,
    .footer-mobile .subscribe-zone .subscribe-result.on {
      display: flex !important;
      animation-name: result-button-move;
      animation-duration: 800ms;
      animation-delay: 400ms;
      animation-timing-function: liner;
      animation-fill-mode: forwards; }
      .footer .subscribe-zone .subscribe-result.on .result-check,
      .footer-mobile .subscribe-zone .subscribe-result.on .result-check {
        animation-name: flyaway-move;
        animation-duration: 800ms;
        animation-delay: 800ms;
        animation-timing-function: liner;
        animation-iteration-count: infinite; }

@keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg); }
  4% {
    transform: translate(-2.5px, -1.5px) rotate(0.5deg); }
  6% {
    transform: translate(1.5px, 1.5px) rotate(-1.5deg); }
  8% {
    transform: translate(-1.5px, -2.5px) rotate(0.5deg); }
  10% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  12% {
    transform: translate(-1.5px, 1.5px) rotate(-1.5deg); }
  14% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
  16% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
  18% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
  20% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg); }
  22% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  24% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  26% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  28% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  30% {
    transform: translate(-2.5px, 0.5px) rotate(0.5deg); }
  32% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  34% {
    transform: translate(0.5px, -2.5px) rotate(-1.5deg); }
  36% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
  38% {
    transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
  40% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg); }
  42% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  44% {
    transform: translate(-2.5px, -2.5px) rotate(0.5deg); }
  46% {
    transform: translate(0.5px, -2.5px) rotate(0.5deg); }
  48% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
  50% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  52% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg); }
  54% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg); }
  56% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
  58% {
    transform: translate(-2.5px, -2.5px) rotate(-0.5deg); }
  60% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
  62% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  64% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  66% {
    transform: translate(-2.5px, 0.5px) rotate(-0.5deg); }
  68% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  70% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg); }
  72% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
  74% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg); }
  76% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  78% {
    transform: translate(-0.5px, -2.5px) rotate(0.5deg); }
  80% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg); }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  84% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg); }
  86% {
    transform: translate(0.5px, -0.5px) rotate(-1.5deg); }
  88% {
    transform: translate(-2.5px, -2.5px) rotate(-1.5deg); }
  90% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  92% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
  94% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  96% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  98% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); } }
@keyframes flyaway-move {
  0% {
    transform: translate(-40px, 40px); }
  25% {
    transform: translate(-20px, 20px); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(20px, -20px); }
  100% {
    transform: translate(40px, -40px); } }
@keyframes result-button-move {
  0% {
    transform: translate3d(0%, 0, 0); }
  100% {
    transform: translate3d(-380%, 0, 0); } }
.footer-mobile {
  display: none;
  padding: 0 16px;
  background-color: #1e1c2c; }
  .footer-mobile .logo {
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 0.0714285714rem solid #2a2839; }
    .footer-mobile .logo a {
      display: inline-block;
      width: 105px; }
      .footer-mobile .logo a img {
        width: 100%; }
  .footer-mobile .nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #2a2839; }
    .footer-mobile .nav-menu .nav-list {
      width: 100%;
      padding-bottom: 1rem; }
      .footer-mobile .nav-menu .nav-list .nav-title {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        color: #8e8b9d;
        padding: 8px 0px;
        font-size: 1.2rem; }
        .footer-mobile .nav-menu .nav-list .nav-title .arrow_down {
          display: inline-block;
          width: 15px;
          height: 15px;
          transform: rotateX(0deg);
          transition: transform 0.3s;
          background: url("../images/common/arrow_down_mobile.svg");
          background-size: cover; }
      .footer-mobile .nav-menu .nav-list .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-height: 0;
        transition: all 0.3s;
        overflow: hidden; }
        .footer-mobile .nav-menu .nav-list .nav-item a {
          padding: 10px 0;
          padding-left: 20px;
          color: #fff;
          color: #8e8b9d; }
          .footer-mobile .nav-menu .nav-list .nav-item a:hover {
            color: #fff; }
    .footer-mobile .nav-menu .last_nav {
      padding: 0; }
    .footer-mobile .nav-menu .active .nav-item {
      max-height: 300px;
      transition: all 0.3s; }
    .footer-mobile .nav-menu .active .nav-title .arrow_down {
      transform: rotateX(180deg);
      transition: transform 0.3s; }
  .footer-mobile .footer-contact {
    padding: 27px 0;
    text-align: center; }
    .footer-mobile .footer-contact ._content-box {
      display: inline-block; }
      .footer-mobile .footer-contact ._content-box .facebook {
        margin-right: 55px; }
  .footer-mobile ._lag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #2a2839;
    border-bottom: 1px solid #2a2839; }
    .footer-mobile ._lag ._link {
      color: #8e8b9d; }
      .footer-mobile ._lag ._link a:nth-child(2) {
        margin-left: 22px; }
  .footer-mobile ._copy_right {
    padding-top: 26px;
    padding-bottom: 33px;
    color: #8e8b9d;
    text-align: center; }

@media (max-width: 768px) {
  .footer-mobile .subscribe-cnt .subscribe-desc {
    font-size: 20px;
    line-height: 32px; }
  .footer-mobile .subscribe-container {
    max-width: 350px;
    width: 100%; }
  .footer-mobile .subscribe-zone {
    max-width: 350px;
    width: 100%; }

  .footer-mobile {
    display: block; }
    .footer-mobile .copyright {
      font: normal normal normal 14px/20px Lexend Deca;
      letter-spacing: 0px;
      color: #8e8b9d;
      text-align: center;
      padding: 25px; }

  .footer {
    display: none; } }
.ip-banner-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  height: 40px;
  background-color: #000; }
  .ip-banner-top .ip-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 646px;
    font-size: 12px;
    line-height: 13px;
    color: #fff; }
    .ip-banner-top .ip-wrapper p {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      font-weight: 700; }
      .ip-banner-top .ip-wrapper p span:nth-child(1) {
        font-weight: 500; }
      .ip-banner-top .ip-wrapper p .jumpOffer {
        position: relative;
        top: 0;
        font-size: 12px;
        font-weight: 700;
        background: none;
        outline: none;
        cursor: pointer;
        padding: 0; }
        .ip-banner-top .ip-wrapper p .jumpOffer::after {
          content: "";
          position: relative;
          left: 4px;
          top: 2px;
          display: inline-block;
          width: 15px;
          height: 14px;
          background-repeat: no-repeat; }
      .ip-banner-top .ip-wrapper p ._exposed {
        color: #fc3c54; }
        .ip-banner-top .ip-wrapper p ._exposed::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4wOTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNS4wOTQgMTQiPg0KICA8cGF0aCBpZD0id2FybmluZyIgZD0iTTkuMjI1LDExLjU2OXYtMS42YS4yNjkuMjY5LDAsMCwwLS4wOC0uMi4yNTguMjU4LDAsMCwwLS4xODktLjA4SDcuMzQxYS4yNTguMjU4LDAsMCwwLS4xODkuMDguMjcuMjcsMCwwLDAtLjA4LjJ2MS42YS4yNjkuMjY5LDAsMCwwLC4wOC4yLjI1OC4yNTgsMCwwLDAsLjE4OS4wOEg4Ljk1NWEuMjU4LjI1OCwwLDAsMCwuMTg5LS4wOC4yNjkuMjY5LDAsMCwwLC4wOC0uMlpNOS4yMDgsOC40MjMsOS4zNiw0LjU2MWEuMTg2LjE4NiwwLDAsMC0uMDg0LS4xNi4zMjUuMzI1LDAsMCwwLS4yLS4wOTJINy4yMjNhLjMyNy4zMjcsMCwwLDAtLjIuMDkyLjIuMiwwLDAsMC0uMDg0LjE3N2wuMTQzLDMuODQ1YS4xNjEuMTYxLDAsMCwwLC4wODQuMTM5LjM2My4zNjMsMCwwLDAsLjIuMDU1SDguOTIyYS4zNDIuMzQyLDAsMCwwLC4yLS4wNTUuMTg4LjE4OCwwLDAsMCwuMDg4LS4xMzlaTTkuMDkuNTY0bDYuNDYyLDExLjg0NmExLDEsMCwwLDEtLjAxNywxLjA2LDEuMDc3LDEuMDc3LDAsMCwxLS45MjYuNTNIMS42ODZhMS4wNzYsMS4wNzYsMCwwLDEtLjkyNS0uNTMsMSwxLDAsMCwxLS4wMTctMS4wNkw3LjIwNi41NjRBMS4wNzUsMS4wNzUsMCwwLDEsNy42LjE1MiwxLjA2NCwxLjA2NCwwLDAsMSw4LjcuMTUyYTEuMDc1LDEuMDc1LDAsMCwxLC40LjQxMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjYwMSAtMC4wMDEpIiBmaWxsPSIjZmMzYzU0Ii8+DQo8L3N2Zz4NCg==); }
      .ip-banner-top .ip-wrapper p ._protected {
        width: 13px;
        color: #30deb4; }
        .ip-banner-top .ip-wrapper p ._protected::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4xMjkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMy4xMjkgMTUiPgogIDxnIGlkPSJpY29uLXByb3RlY3RlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM5MC41NjUgMTQ4ODUpIj4KICAgIDxwYXRoIGlkPSLot6/lvoRfNTIxMSIgZGF0YS1uYW1lPSLot6/lvoQgNTIxMSIgZD0iTTEwOC45NjUsMCwxMDIuNCwyLjI1VjYuMjYzYTguODUzLDguODUzLDAsMCwwLDQuNjI4LDcuNjI4TDEwOC45NjUsMTVsMS45MzctMS4xMWE4Ljg1Myw4Ljg1MywwLDAsMCw0LjYyOC03LjYyOFYyLjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0OTIuOTY1IC0xNDg4NSkiIGZpbGw9IiMzMGRlYjQiLz4KICAgIDxwYXRoIGlkPSLot6/lvoRfNTIxMCIgZGF0YS1uYW1lPSLot6/lvoQgNTIxMCIgZD0iTTExNi45Myw4NS44MTEsMTE1Ljg2Myw4OC4zaDEuOTc1bC0zLjE2MSw1LjAxM2gtMS4wNjVsMS4yLTMuMTczaC0yLjIxOGwxLjgyOC00LjMyNGgyLjUwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDk5LjIzIC0xNDk2Ny4xMzkpIi8+CiAgPC9nPgo8L3N2Zz4=); }

@media (max-width: 768px) {
  .ip-banner-top {
    padding: 0.9285714286rem 1.8214285714rem; }
    .ip-banner-top .ip-wrapper {
      justify-content: space-between;
      padding: 0; }
      .ip-banner-top .ip-wrapper ._city {
        display: none; }
      .ip-banner-top .ip-wrapper p ._exposed {
        top: 0.0714285714rem;
        font-size: 12px; }
        .ip-banner-top .ip-wrapper p ._exposed::after {
          display: none !important; } }
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px; } }
@media screen and (min-width: 415px) and (max-width: 769px) {
  /*414px之上的*/
  html {
    font-size: 18px; } }
._footer {
  background-color: #1e1c2c;
  padding-top: 57px;
  padding-bottom: 37px;
  margin-top: 100px; }
  ._footer ._list {
    padding: 0 74px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    ._footer ._list ._item {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 400px;
      height: 120px;
      padding: 30px 0;
      background-color: #282637;
      border-radius: 4px; }
      ._footer ._list ._item:nth-child(2) {
        margin: 0 8px; }
      ._footer ._list ._item span {
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        color: #fff;
        margin-left: 22px; }
  ._footer .copyRight {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #8e8b9d;
    margin-top: 69px; }

.pricing-box {
  background-color: #f3f3f5;
  font-family: "Spartan"; }
  .pricing-box .mob {
    display: none !important; }
  .pricing-box .pc {
    display: block; }
  .pricing-box .wrapper {
    padding: 0 74px; }
    .pricing-box .wrapper ._nav {
      border-bottom: 1px solid #d8dfee;
      padding: 30px 0; }
      .pricing-box .wrapper ._nav img {
        display: block;
        width: 100px;
        height: 30px; }
    .pricing-box .wrapper ._head {
      padding-top: 40px; }
      .pricing-box .wrapper ._head h3 {
        font-size: 24px;
        line-height: 27px;
        font-weight: 700;
        color: #000; }
      .pricing-box .wrapper ._head ._head2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 23px; }
        .pricing-box .wrapper ._head ._head2 ._list {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          flex-wrap: wrap;
          width: 632px; }
          .pricing-box .wrapper ._head ._head2 ._list p {
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            color: #1e1c2c;
            padding-left: 5px;
            font-weight: 500;
            margin-top: 12px; }
            .pricing-box .wrapper ._head ._head2 ._list p img {
              position: relative;
              width: 72px;
              height: 20px;
              top: 4px; }
            .pricing-box .wrapper ._head ._head2 ._list p:nth-child(1) {
              margin-top: 0; }
            .pricing-box .wrapper ._head ._head2 ._list p:nth-child(2) {
              margin-top: 0; }
            .pricing-box .wrapper ._head ._head2 ._list p:nth-child(2n-1) {
              min-width: 400px; }
            .pricing-box .wrapper ._head ._head2 ._list p::before {
              content: "";
              position: relative;
              top: 5px;
              left: -5px;
              display: inline-block;
              width: 19px;
              height: 15px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNC40NDgiIHZpZXdCb3g9IjAgMCAxOSAxNC40NDgiPg0KICA8cGF0aCBpZD0ibWQtY2hlY2ttYXJrIiBkPSJNMTAuNTUxLDE5LjEwOSw2LjA4MywxNC42MzUsNC41LDE2LjE0NGw2LjA1MSw2LjAzOEwyMy41LDkuMjQzLDIxLjkxNyw3LjczNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjUgLTcuNzM0KSIgZmlsbD0iIzAwNTRmZiIvPg0KPC9zdmc+DQo=); }
    .pricing-box .wrapper .pricing-list .pro-list {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 69px; }
      .pricing-box .wrapper .pricing-list .pro-list .soldOut_img {
        position: absolute;
        width: 100%;
        display: none;
        height: 100%;
        z-index: 99;
        left: 0; }
      .pricing-box .wrapper .pricing-list .pro-list .pro-item {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 400px;
        height: 255px;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s;
        border: 1px solid #e6e9f1; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item .check_box {
          position: absolute;
          top: 13px;
          right: 13px;
          width: 16px;
          height: 16px;
          background-image: url("../images/2021specialdeal/price/ischeck.svg"); }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item ._sale {
          position: absolute;
          left: -1px;
          top: -40px;
          width: 400px;
          height: 40px;
          border-radius: 4px 4px 0 0;
          background-color: #fc3c54;
          font-size: 16px;
          line-height: 40px;
          font-weight: 700;
          color: #fff;
          border: 2px solid #fc3c54; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-type {
          font-size: 14px;
          line-height: 16px;
          margin-top: 44px;
          font-weight: 700; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item .year-box span {
          font-weight: 700;
          display: inline-block; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .year-box span:nth-child(1) {
            text-align: left; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .year-box span:nth-child(2) {
            color: #0054ff; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price {
          position: relative;
          font-size: 14px;
          margin-top: 19px; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big {
            font-size: 16px;
            color: #1e1c2c;
            font-weight: 700; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big span {
              font-weight: 700; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big .currency {
              text-align: left;
              display: inline-block;
              font-weight: 700; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big .yuan {
              text-align: left;
              font-size: 40px;
              line-height: 44px;
              display: inline-block;
              font-weight: 700; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big .jiao {
              font-size: 40px;
              line-height: 44px;
              text-align: left;
              display: inline-block;
              font-weight: 700; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price .sale {
            position: absolute;
            font-size: 14px;
            line-height: 28px;
            left: 0;
            top: -28px;
            text-decoration: line-through; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box {
          position: absolute;
          width: 280px;
          left: 50%;
          top: 132px;
          transform: translate(-50%);
          padding: 10px 20px;
          background-color: #dee9ff;
          border-radius: 19px; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box span,
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box p {
            font-size: 12px;
            line-height: 13px; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box ._count {
            display: inline-block;
            color: #0054ff;
            font-weight: 700; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box ._count span {
              font-weight: 700;
              display: inline-block;
              min-width: 18px; }
              .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box ._count span:last-child {
                min-width: 28px; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-billed {
          font-size: 14px;
          line-height: 17px;
          margin-top: 84px; }
      .pricing-box .wrapper .pricing-list .pro-list .check_ed {
        background: white;
        border: 2px solid #fc3c54;
        transition: all 0.1s; }
        .pricing-box .wrapper .pricing-list .pro-list .check_ed ._sale {
          width: 400px;
          left: -2px;
          border: 2px solid #fc3c54;
          transition: all 0.2s; }
        .pricing-box .wrapper .pricing-list .pro-list .check_ed .check_box {
          width: 18px;
          background-image: url("../images/2021specialdeal/price/checked.svg"); }
      .pricing-box .wrapper .pricing-list .pro-list .soldOut {
        border: 2px solid #cfced4;
        border-top: none; }
        .pricing-box .wrapper .pricing-list .pro-list .soldOut .soldOut_img {
          display: block; }
        .pricing-box .wrapper .pricing-list .pro-list .soldOut ._sale {
          background-color: #cfced4;
          border-color: #cfced4; }
        .pricing-box .wrapper .pricing-list .pro-list .soldOut .year-box span {
          color: #8e8b9d !important; }
        .pricing-box .wrapper .pricing-list .pro-list .soldOut .pro-price {
          color: #8e8b9d !important; }
          .pricing-box .wrapper .pricing-list .pro-list .soldOut .pro-price span {
            color: #8e8b9d !important; }
        .pricing-box .wrapper .pricing-list .pro-list .soldOut .countdown_box {
          background-color: #8e8b9d; }
          .pricing-box .wrapper .pricing-list .pro-list .soldOut .countdown_box p,
          .pricing-box .wrapper .pricing-list .pro-list .soldOut .countdown_box span {
            color: #fff !important; }
    .pricing-box .wrapper .point {
      position: absolute;
      right: -91px;
      top: 464px; }
    .pricing-box .wrapper .badge {
      position: absolute;
      width: 200px;
      top: 100px;
      right: 0;
      display: none; }
  .pricing-box .email-box {
    padding-top: 60px; }
    .pricing-box .email-box h2 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 24px;
      line-height: 37px;
      font-weight: 700; }
    .pricing-box .email-box ._p1 {
      margin-top: 10px;
      color: #8e8b9d; }
    .pricing-box .email-box ._submit {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin-top: 17px; }
      .pricing-box .email-box ._submit .input_box {
        position: relative;
        width: 400px; }
        .pricing-box .email-box ._submit .input_box ._input {
          width: 100%;
          padding: 23px;
          border: 1px solid rgba(141, 83, 235, 0.17);
          border-radius: 4px;
          font-family: "Spartan", sans-serif;
          /* 文本输入框删除按钮 */
          /* 密码框小眼睛 */ }
          .pricing-box .email-box ._submit .input_box ._input::-ms-clear {
            display: none; }
          .pricing-box .email-box ._submit .input_box ._input::-ms-reveal {
            display: none; }
          .pricing-box .email-box ._submit .input_box ._input::-webkit-input-placeholder {
            color: #e3e3e8; }
          .pricing-box .email-box ._submit .input_box ._input:-moz-placeholder {
            /* Firefox 18- */
            color: #e3e3e8; }
          .pricing-box .email-box ._submit .input_box ._input::-moz-placeholder {
            /* Firefox 19+ */
            color: #e3e3e8; }
          .pricing-box .email-box ._submit .input_box ._input:-ms-input-placeholder {
            color: #e3e3e8; }
        .pricing-box .email-box ._submit .input_box .email_img {
          position: absolute;
          right: 25px;
          top: 25px; }
      .pricing-box .email-box ._submit ._btn {
        margin-left: 8px; }
        .pricing-box .email-box ._submit ._btn ._submit_btn {
          font-family: "Spartan", sans-serif;
          padding: 21px 63px;
          font-size: 16px;
          line-height: 18px;
          font-weight: 600;
          color: #fff;
          border-radius: 4px;
          background-color: #fc3c54;
          cursor: pointer; }
          .pricing-box .email-box ._submit ._btn ._submit_btn:hover {
            background-color: #d52f44;
            transition: background-color 0.2s; }
        .pricing-box .email-box ._submit ._btn ._disable {
          background: #615e6f !important;
          cursor: not-allowed; }
    .pricing-box .email-box .error.invalid {
      display: none;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      color: #ff7e7e;
      background-color: #ffe9e9;
      border-radius: 6px;
      padding-left: 16px;
      margin-bottom: 10px;
      margin-top: 5px; }
    .pricing-box .email-box .mod_img {
      display: none; }

@media screen and (max-width: 768px) {
  .pricing-box {
    display: inline-block !important;
    width: 100%; }
    .pricing-box .mob {
      display: block !important; }
    .pricing-box .pc {
      display: none !important; }
    .pricing-box .wrapper {
      padding: 0 1.8214285714rem; }
      .pricing-box .wrapper ._nav {
        padding: 1.3571428571rem 0; }
        .pricing-box .wrapper ._nav img {
          width: 6.9642857143rem;
          height: 2.1428571429rem; }
      .pricing-box .wrapper ._head {
        padding-top: 2.1428571429rem; }
        .pricing-box .wrapper ._head h3 {
          font-size: 1.4285714286rem;
          line-height: 1.5714285714rem; }
        .pricing-box .wrapper ._head ._head2 {
          margin-top: 0.7857142857rem; }
          .pricing-box .wrapper ._head ._head2 ._list {
            flex-direction: column;
            width: auto; }
            .pricing-box .wrapper ._head ._head2 ._list p {
              font-size: 0.8571428571rem;
              line-height: 0.9642857143rem;
              min-width: auto !important;
              padding-left: 0.5357142857rem;
              margin-top: 0;
              margin-bottom: 1rem; }
              .pricing-box .wrapper ._head ._head2 ._list p:last-child {
                margin-top: -5px; }
              .pricing-box .wrapper ._head ._head2 ._list p img {
                width: 5.1428571429rem;
                height: 1.4285714286rem; }
              .pricing-box .wrapper ._head ._head2 ._list p::before {
                width: 1.0714285714rem;
                height: 0.8571428571rem;
                left: -rem(15);
                top: 0;
                background-size: cover; }
          .pricing-box .wrapper ._head ._head2 ._pc {
            display: none; }
      .pricing-box .wrapper .pricing-list .pro-list {
        flex-direction: column;
        margin-top: 0.64rem; }
        .pricing-box .wrapper .pricing-list .pro-list .pro-item {
          width: 100%;
          height: auto;
          margin-bottom: 3rem;
          padding-bottom: 2rem; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .check_box {
            width: 1.0714285714rem;
            height: 1.0714285714rem;
            background-size: cover; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item ._sale {
            font-size: 1rem;
            line-height: 2.5rem;
            width: auto;
            height: 2.5rem;
            left: 0;
            right: 0;
            top: -2.5rem;
            box-sizing: content-box; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-type {
            margin-top: 2.1785714286rem; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-type span {
              font-size: 0.8571428571rem;
              line-height: 0.9642857143rem;
              font-weight: 700; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-type ._free {
              color: #0054ff; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big span {
            font-size: 1.1428571429rem;
            font-weight: 700; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big .currency {
            font-size: 1.1428571429rem;
            font-weight: 700; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big .yuan,
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-price ._big .jiao {
            font-size: 2.8571428571rem;
            line-height: 3.2142857143rem;
            font-weight: 700; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box {
            position: relative;
            top: 0;
            margin-top: 0.4285714286rem; }
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box p,
            .pricing-box .wrapper .pricing-list .pro-list .pro-item .countdown_box span {
              font-size: 0.8571428571rem;
              line-height: 0.9642857143rem; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item .pro-billed {
            margin-top: 2.2142857143rem;
            font-size: 0.8571428571rem;
            line-height: 1.0357142857rem; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item:nth-child(2) {
            margin-bottom: 0.5rem; }
          .pricing-box .wrapper .pricing-list .pro-list .pro-item:nth-child(1) {
            margin-bottom: 0.5rem;
            margin-top: 2rem; }
        .pricing-box .wrapper .pricing-list .pro-list .check_ed {
          border: 1px solid #fc3c54;
          transition: none; }
          .pricing-box .wrapper .pricing-list .pro-list .check_ed .check_box {
            width: 1.2857142857rem; }
          .pricing-box .wrapper .pricing-list .pro-list .check_ed ._sale {
            transition: none;
            left: -1px;
            right: -1px; }
      .pricing-box .wrapper .pricing-list .soldOut ._sale {
        left: -2px !important;
        right: -2px !important; }
    .pricing-box .email-box h2 {
      font-size: 1.4285714286rem;
      line-height: 1.8928571429rem; }
    .pricing-box .email-box ._p1 {
      font-size: 0.8571428571rem;
      line-height: 1.1428571429rem;
      margin-top: 1.1428571429rem;
      color: #1e1c2c; }
    .pricing-box .email-box ._submit {
      flex-direction: column; }
      .pricing-box .email-box ._submit .input_box {
        width: 100%; }
        .pricing-box .email-box ._submit .input_box ._input {
          font-size: 0.8571428571rem;
          line-height: 0.9642857143rem;
          border-radius: 0.1428571429rem;
          padding: 27px 15px; }
      .pricing-box .email-box ._submit ._btn {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5714285714rem; }
        .pricing-box .email-box ._submit ._btn ._submit_btn {
          width: 100%;
          padding: 1.8571428571rem 0;
          border-radius: 0.1428571429rem; }
    .pricing-box .email-box .mod_img {
      display: block;
      text-align: center; }
      .pricing-box .email-box .mod_img .price_m {
        position: relative;
        width: 18.4285714286rem;
        margin-top: 7px; }
    .pricing-box ._footer {
      padding-bottom: 3.5714285714rem;
      margin-top: 3.5714285714rem;
      padding-top: 3.6428571429rem; }
      .pricing-box ._footer ._list {
        padding: 0 1.8214285714rem; }
        .pricing-box ._footer ._list ._item {
          flex-direction: column;
          justify-content: center;
          padding: 2.2857142857rem 0.3571428571rem;
          height: auto;
          text-align: center; }
          .pricing-box ._footer ._list ._item img {
            width: 30px;
            height: 30px; }
          .pricing-box ._footer ._list ._item span {
            display: inline-block;
            font-size: 0.8571428571rem;
            line-height: 1.2857142857rem;
            margin: 0;
            text-align: center;
            margin-top: 1.4285714286rem; }
          .pricing-box ._footer ._list ._item:nth-child(1) span {
            width: 2.5714285714rem; }
          .pricing-box ._footer ._list ._item:nth-child(2) span {
            width: 6.2142857143rem; }
          .pricing-box ._footer ._list ._item:nth-child(3) span {
            width: 3.7857142857rem; }
      .pricing-box ._footer .copyRight {
        font-size: 0.8571428571rem;
        line-height: 1rem;
        margin-top: 2.8571428571rem; } }
.delay0 {
  transition-delay: 0s; }

.delay1 {
  transition-delay: 0.1s; }

.delay2 {
  transition-delay: 0.2s; }

.delay3 {
  transition-delay: 0.3s; }

.delay4 {
  transition-delay: 0.4s; }

.delay5 {
  transition-delay: 0.5s; }

.delay6 {
  transition-delay: 0.6s; }

.delay7 {
  transition-delay: 0.7s; }

.delay8 {
  transition-delay: 0.8s; }

.delay9 {
  transition-delay: 0.9s; }

.delay10 {
  transition-delay: 1s; }

.delay11 {
  transition-delay: 1.1s; }

.delay12 {
  transition-delay: 1.2s; }

.delay13 {
  transition-delay: 1.3s; }

.delay14 {
  transition-delay: 1.4s; }

.delay15 {
  transition-delay: 1.5s; }

.delay16 {
  transition-delay: 1.6s; }

.delay17 {
  transition-delay: 1.7s; }

.delay18 {
  transition-delay: 1.8s; }

.delay19 {
  transition-delay: 1.9s; }

.delay20 {
  transition-delay: 2s; }

.delay21 {
  transition-delay: 2.1s; }

.delay22 {
  transition-delay: 2.2s; }

.delay23 {
  transition-delay: 2.3s; }

.delay24 {
  transition-delay: 2.4s; }

.delay25 {
  transition-delay: 2.5s; }

.delay26 {
  transition-delay: 2.6s; }

.delay27 {
  transition-delay: 2.7s; }

.delay28 {
  transition-delay: 2.8s; }

.delay29 {
  transition-delay: 2.9s; }

.delay30 {
  transition-delay: 3s; }

.delay31 {
  transition-delay: 3.1s; }

.delay32 {
  transition-delay: 3.2s; }

.delay33 {
  transition-delay: 3.3s; }

.delay34 {
  transition-delay: 3.4s; }

.delay35 {
  transition-delay: 3.5s; }

.delay36 {
  transition-delay: 3.6s; }

.delay37 {
  transition-delay: 3.7s; }

.delay38 {
  transition-delay: 3.8s; }

.adelay0 {
  animation-delay: 0s; }

.adelay1 {
  animation-delay: 0.1s; }

.adelay2 {
  animation-delay: 0.2s; }

.adelay3 {
  animation-delay: 0.3s; }

.adelay4 {
  animation-delay: 0.4s; }

.adelay5 {
  animation-delay: 0.5s; }

.adelay6 {
  animation-delay: 0.6s; }

.adelay7 {
  animation-delay: 0.7s; }

.adelay8 {
  animation-delay: 0.8s; }

.adelay9 {
  animation-delay: 0.9s; }

.adelay10 {
  animation-delay: 1s; }

.adelay11 {
  animation-delay: 1.1s; }

.adelay12 {
  animation-delay: 1.2s; }

.adelay13 {
  animation-delay: 1.3s; }

.adelay14 {
  animation-delay: 1.4s; }

.adelay15 {
  animation-delay: 1.5s; }

.adelay16 {
  animation-delay: 1.6s; }

.adelay17 {
  animation-delay: 1.7s; }

.adelay18 {
  animation-delay: 1.8s; }

.adelay19 {
  animation-delay: 1.9s; }

.adelay20 {
  animation-delay: 2s; }

.adelay21 {
  animation-delay: 2.1s; }

.adelay22 {
  animation-delay: 2.2s; }

.adelay23 {
  animation-delay: 2.3s; }

.adelay24 {
  animation-delay: 2.4s; }

.adelay25 {
  animation-delay: 2.5s; }

.adelay26 {
  animation-delay: 2.6s; }

.adelay27 {
  animation-delay: 2.7s; }

.adelay28 {
  animation-delay: 2.8s; }

.adelay29 {
  animation-delay: 2.9s; }

.adelay30 {
  animation-delay: 3s; }

.adelay31 {
  animation-delay: 3.1s; }

.adelay32 {
  animation-delay: 3.2s; }

.adelay33 {
  animation-delay: 3.3s; }

.adelay34 {
  animation-delay: 3.4s; }

.adelay35 {
  animation-delay: 3.5s; }

.adelay36 {
  animation-delay: 3.6s; }

.adelay37 {
  animation-delay: 3.7s; }

.adelay38 {
  animation-delay: 3.8s; }

.showup {
  transition-duration: 0.6s;
  transition-property: all;
  opacity: 0;
  transform: translate3d(0, 50%, 0); }
  .showup.on {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.scroll-animation.on .showup {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

@keyframes point {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes _check_point_home {
  from {
    left: 5px; }
  to {
    left: 41px; } }
@keyframes roundImg {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes spinClockwise {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spinCounterclockwise {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@keyframes showCountry {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes showLabelImg {
  from {
    width: 0;
    display: none; }
  to {
    display: block;
    width: 120px; } }
@keyframes _way_open_img1 {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_open_img2 {
  from {
    left: 312px;
    bottom: 257px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: -8px;
    bottom: 22px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_open_img3 {
  from {
    right: 312px;
    top: 257px;
    opacity: 0;
    transform: scale(0); }
  to {
    right: -38px;
    top: 60px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_open_img4 {
  from {
    left: 200px;
    top: 106px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: -257px;
    top: 104px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_open_img7 {
  from {
    right: 200px;
    top: 106px;
    opacity: 0;
    transform: scale(0); }
  to {
    right: -257px;
    top: 104px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_open_img5 {
  from {
    width: 0; }
  to {
    width: 243px; } }
@keyframes _way_open_img8 {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img0 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: 256px;
    top: 122px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img1 {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img2 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: -24px;
    top: 119px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img3 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: 215px;
    top: 236px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img4 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: -54px;
    top: 222px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img5 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    top: 72px;
    left: 601px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img6 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    top: 176px;
    left: 669px;
    opacity: 1;
    transform: scale(1); } }
@keyframes _way_close_img7 {
  from {
    left: 306px;
    top: 212px;
    opacity: 0;
    transform: scale(0); }
  to {
    left: -290px;
    top: 255px;
    opacity: 1;
    transform: scale(1); } }
@keyframes showImg {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes _check_point {
  from {
    left: 35px; }
  to {
    left: 70px; } }
@keyframes bgRemove {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: -5500px; }
  100% {
    background-position-x: 0; } }
@keyframes showPoint {
  from {
    opacity: 0;
    transform: scale(0);
    transform-origin: center 80%; }
  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: center 80%; } }
@keyframes showPoint2 {
  from {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%; }
  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%; } }
@keyframes loading {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes bg-circle {
  0% {
    opacity: 0;
    transform: scale(0); }
  30% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1); }
  90% {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 1;
    transform: scale(1); } }
/* showios */
@keyframes showiosone {
  0% {
    bottom: 84px;
    left: -110px; }
  100% {
    left: -70px;
    bottom: 120px; } }
@keyframes showiosone_1 {
  0% {
    left: -70px;
    bottom: 120px; }
  100% {
    left: -34px;
    bottom: 86px; } }
@keyframes showiosone_test {
  0% {
    transform: translate(0px, 0px); }
  60% {
    transform: translate(40px, -44px); }
  100% {
    transform: translate(72px, -6px); } }
@keyframes showiostwo {
  0% {
    bottom: 136px;
    right: -76px; }
  100% {
    right: -54px;
    bottom: 60px; } }
@keyframes showiostwo_1 {
  0% {
    right: -54px;
    bottom: 60px; }
  100% {
    right: -36px;
    bottom: 102px; } }
@keyframes showiostwo_test {
  0% {
    transform: translate(0px, 0px); }
  60% {
    transform: translate(-22px, 76px); }
  100% {
    transform: translate(-30px, 14px); } }
@keyframes showiosthree {
  0% {
    top: -36px;
    left: 136px; }
  100% {
    top: -64px;
    left: 168px; } }
@keyframes showiosthree_1 {
  0% {
    top: -64px;
    left: 168px; }
  100% {
    top: -32px;
    left: 128px; } }
@keyframes showiosthree_test {
  0% {
    transform: translate(0px, 0px); }
  60% {
    transform: translate(32px, -28px); }
  100% {
    transform: translate(-8px, 4px); } }
/* circleprogress */
.circleprogress {
  position: absolute;
  top: 124px;
  left: 298px;
  z-index: 4;
  margin: 0 auto;
  width: 154px;
  height: 154px; }
  .circleprogress ._circlebox {
    width: 77px;
    height: 154px;
    position: absolute;
    top: 0;
    overflow: hidden; }
  .circleprogress ._cright {
    right: 0; }
  .circleprogress ._cleft {
    left: 0; }
  .circleprogress ._cinner {
    width: 154px;
    height: 154px;
    border: 10px solid #393b55;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg); }
    .circleprogress ._cinner.rightcircle {
      border-top: 10px solid #0054ff;
      border-right: 10px solid #0054ff;
      right: 0;
      animation: circleProgressLoad_right 1s linear forwards;
      animation-delay: 3s; }
    .circleprogress ._cinner.leftcircle {
      border-bottom: 10px solid #0054ff;
      border-left: 10px solid #0054ff;
      left: 0;
      animation: circleProgressLoad_left 1s linear forwards;
      animation-delay: 3s; }

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(-135deg); }
  50%,
  100% {
    transform: rotate(45deg); } }
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(-135deg); }
  100% {
    transform: rotate(45deg); } }
@keyframes eyestop {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-96px); } }
@keyframes eyesopacity {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes eyescircleleft {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(24px); } }
@keyframes lightopacity {
  0% {
    opacity: 0.28; }
  100% {
    opacity: 1; } }
@keyframes lighton {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical &gt; .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow &gt; .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column &gt; .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical
&gt; .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical
&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical
&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal
&gt; .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal
&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal
&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl
&gt; .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal &gt; .swiper-pagination-progressbar,
.swiper-container-vertical
&gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical &gt; .swiper-pagination-progressbar,
.swiper-container-horizontal
&gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/*# sourceMappingURL=global.css.map */
</pre></body></html>