@charset "UTF-8";
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px !important; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px !important; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px !important; } }
@media (min-width: 415px) and (max-width: 768px) {
  /*414px之上的*/
  html {
    font-size: 18px !important; } }
@media (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: 10vw; } }
  @media screen and (min-width: 769px) and (max-width: 1920px) and (max-width: 1200px) {
    html {
      font-size: 120px !important; } }

@media (min-width: 1921px) {
  html {
    font-size: 10vw; } }
  @media screen and (min-width: 1921px) and (max-width: 1200px) {
    html {
      font-size: 120px !important; } }

body.pubg-vpn .header-nav.header-main {
  background-color: #fff; }

body.update .header-nav.header-main {
  background-color: rgba(255, 255, 255, 0.72); }

#header .button.button-new,
#header-nav .button.button-new,
.header-nav .button.button-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto !important; }
  #header .button.button-new:hover .btn-word,
  #header-nav .button.button-new:hover .btn-word,
  .header-nav .button.button-new:hover .btn-word {
    transform: translatex(-100%) scale(0.1);
    opacity: 0;
    transition: all 0.5s; }
  #header .button.button-new:hover .arrow-new,
  #header-nav .button.button-new:hover .arrow-new,
  .header-nav .button.button-new:hover .arrow-new {
    transform: translatex(100%) scale(0.1);
    opacity: 0;
    transition: all 0.5s; }
  #header .button.button-new:hover .new-svg,
  #header-nav .button.button-new:hover .new-svg,
  .header-nav .button.button-new:hover .new-svg {
    fill: #fff;
    opacity: 1;
    width: 12px;
    height: 16px;
    transition: all 0.2s; }
  #header .button.button-new:hover.button-link,
  #header-nav .button.button-new:hover.button-link,
  .header-nav .button.button-new:hover.button-link {
    line-height: 34px; }
    #header .button.button-new:hover.button-link.btn-default,
    #header-nav .button.button-new:hover.button-link.btn-default,
    .header-nav .button.button-new:hover.button-link.btn-default {
      justify-content: center;
      border: none !important;
      background: linear-gradient(90deg, #1965fd 0%, #70f 100%); }
      #header .button.button-new:hover.button-link.btn-default.btn-gold,
      #header-nav .button.button-new:hover.button-link.btn-default.btn-gold,
      .header-nav .button.button-new:hover.button-link.btn-default.btn-gold {
        background: #ffca1d; }
        #header .button.button-new:hover.button-link.btn-default.btn-gold .btn-word,
        #header-nav .button.button-new:hover.button-link.btn-default.btn-gold .btn-word,
        .header-nav .button.button-new:hover.button-link.btn-default.btn-gold .btn-word {
          color: #000000; }
        #header .button.button-new:hover.button-link.btn-default.btn-gold.btn-dark,
        #header-nav .button.button-new:hover.button-link.btn-default.btn-gold.btn-dark,
        .header-nav .button.button-new:hover.button-link.btn-default.btn-gold.btn-dark {
          border-color: transparent !important; }
          #header .button.button-new:hover.button-link.btn-default.btn-gold.btn-dark .btn-word,
          #header-nav .button.button-new:hover.button-link.btn-default.btn-gold.btn-dark .btn-word,
          .header-nav .button.button-new:hover.button-link.btn-default.btn-gold.btn-dark .btn-word {
            color: #000000; }
      #header .button.button-new:hover.button-link.btn-default .btn-word,
      #header-nav .button.button-new:hover.button-link.btn-default .btn-word,
      .header-nav .button.button-new:hover.button-link.btn-default .btn-word {
        color: #fff;
        opacity: 1;
        transform: translatex(23%) scale(1); }
      #header .button.button-new:hover.button-link.btn-default .arrow-new,
      #header-nav .button.button-new:hover.button-link.btn-default .arrow-new,
      .header-nav .button.button-new:hover.button-link.btn-default .arrow-new {
        transform: translatex(100%) scale(0); }
      #header .button.button-new:hover.button-link.btn-default .new-svg,
      #header-nav .button.button-new:hover.button-link.btn-default .new-svg,
      .header-nav .button.button-new:hover.button-link.btn-default .new-svg {
        opacity: 0; }
  #header .button.button-new .btn-word,
  #header-nav .button.button-new .btn-word,
  .header-nav .button.button-new .btn-word {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    flex: 1;
    vertical-align: middle; }
    #header .button.button-new .btn-word.btn-mobile,
    #header-nav .button.button-new .btn-word.btn-mobile,
    .header-nav .button.button-new .btn-word.btn-mobile {
      display: none; }
    #header .button.button-new .btn-word.solo,
    #header-nav .button.button-new .btn-word.solo,
    .header-nav .button.button-new .btn-word.solo {
      text-align: left;
      padding: 0 30px 0 0; }
  #header .button.button-new .arrow-new,
  #header-nav .button.button-new .arrow-new,
  .header-nav .button.button-new .arrow-new {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    margin-left: 36px;
    vertical-align: middle; }
    #header .button.button-new .arrow-new .new-svg,
    #header-nav .button.button-new .arrow-new .new-svg,
    .header-nav .button.button-new .arrow-new .new-svg {
      width: 12px;
      height: 16px;
      transform: translate(-50%, -50%) scale(0.7);
      opacity: 1;
      transform-origin: 50% 50% 0; }
  #header .button.button-new .new-svg,
  #header-nav .button.button-new .new-svg,
  .header-nav .button.button-new .new-svg {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s; }
  #header .button.button-new.button-combe,
  #header-nav .button.button-new.button-combe,
  .header-nav .button.button-new.button-combe {
    padding: 0 7px 0 23px;
    margin-right: 8px;
    width: auto;
    border-radius: 28px;
    background: transparent linear-gradient(90deg, #482ed2 0%, #2354d3 100%) 0% 0% no-repeat padding-box;
    margin-top: 0px;
    line-height: 22px; }
  #header .button.button-new.button-link.btn-default,
  #header-nav .button.button-new.button-link.btn-default,
  .header-nav .button.button-new.button-link.btn-default {
    padding: 0 7px 0 23px !important;
    border-radius: 28px;
    background: #fff;
    transition: all 0.2s ease;
    border: 1px solid #e2dcfe !important; }
    #header .button.button-new.button-link.btn-default.btn-gold,
    #header-nav .button.button-new.button-link.btn-default.btn-gold,
    .header-nav .button.button-new.button-link.btn-default.btn-gold {
      background: #ffb300;
      border: none !important;
      margin-top: 0px;
      line-height: 24px; }
      #header .button.button-new.button-link.btn-default.btn-gold .btn-word,
      #header-nav .button.button-new.button-link.btn-default.btn-gold .btn-word,
      .header-nav .button.button-new.button-link.btn-default.btn-gold .btn-word {
        color: #000000;
        font-size: 12px; }
      #header .button.button-new.button-link.btn-default.btn-gold .arrow-new,
      #header-nav .button.button-new.button-link.btn-default.btn-gold .arrow-new,
      .header-nav .button.button-new.button-link.btn-default.btn-gold .arrow-new {
        background: #e3a000; }
      #header .button.button-new.button-link.btn-default.btn-gold.btn-dark,
      #header-nav .button.button-new.button-link.btn-default.btn-gold.btn-dark,
      .header-nav .button.button-new.button-link.btn-default.btn-gold.btn-dark {
        margin-top: 0px; }
    #header .button.button-new.button-link.btn-default .btn-word,
    #header-nav .button.button-new.button-link.btn-default .btn-word,
    .header-nav .button.button-new.button-link.btn-default .btn-word {
      color: #482ed2; }
    #header .button.button-new.button-link.btn-default .arrow-new,
    #header-nav .button.button-new.button-link.btn-default .arrow-new,
    .header-nav .button.button-new.button-link.btn-default .arrow-new {
      background: #ede9fe; }
      #header .button.button-new.button-link.btn-default .arrow-new .new-svg,
      #header-nav .button.button-new.button-link.btn-default .arrow-new .new-svg,
      .header-nav .button.button-new.button-link.btn-default .arrow-new .new-svg {
        fill: #1c1a26;
        width: 8px;
        height: 12px; }

.scroll-header .header-nav {
  position: relative;
  top: 0;
  margin-bottom: 0; }
  .scroll-header .header-nav.header-main {
    background-color: rgba(255, 255, 255, 0.72); }
  .scroll-header .header-nav.header-product {
    margin-bottom: -0.3125rem; }

.header-nav {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 9999;
  margin-bottom: -0.4166666667rem;
  background-color: rgba(255, 255, 255, 0.72); }
  .header-nav.header-main .nav-left .nav-menu .nav-list:hover {
    background-color: #fff; }
    .header-nav.header-main .nav-left .nav-menu .nav-list:hover .fb2 {
      color: #0054ff; }
    .header-nav.header-main .nav-left .nav-menu .nav-list:hover span i {
      background-image: url(../images/common/arrow-down-pc-blue.svg); }
    .header-nav.header-main .nav-left .nav-menu .nav-list:hover.nav-list-link {
      background-color: transparent; }
      .header-nav.header-main .nav-left .nav-menu .nav-list:hover.nav-list-link .fb2 {
        color: #1e1c2c; }
        .header-nav.header-main .nav-left .nav-menu .nav-list:hover.nav-list-link .fb2:hover {
          color: #0054ff; }
  .header-nav.header-product {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0rem;
    z-index: 9998;
    margin-top: -0.0104166667rem;
    background-color: rgba(14, 12, 26, 0.72); }
    .header-nav.header-product .nav-list.login {
      display: none !important; }
    .header-nav.header-product.header-vpn .nav-left .nav-menu .nav-list:first-child .nav-item {
      width: 1.0416666667rem; }
    .header-nav.header-product.header-tdp .nav-left .nav-menu .nav-list .nav-item, .header-nav.header-product.header-ipb .nav-left .nav-menu .nav-list .nav-item {
      width: 0.9895833333rem; }
    .header-nav.header-product.header-idr .nav-left .nav-menu .nav-list .nav-item {
      width: 1.3020833333rem; }
    .header-nav.header-product .header-wrapper {
      padding: 0 1.09375rem;
      height: 0.3125rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .header-nav.header-product .nav-left .nav-logo {
      width: 0.2083333333rem;
      height: 0.2083333333rem; }
      .header-nav.header-product .nav-left .nav-logo img {
        vertical-align: middle;
        width: 100%;
        height: 100%; }
    .header-nav.header-product .nav-left .nav-menu {
      height: 0.3333333333rem;
      margin-left: 0.6302083333rem;
      flex: 1; }
      .header-nav.header-product .nav-left .nav-menu .nav-list.login {
        display: block;
        margin-left: auto;
        flex: 1;
        text-align: right;
        align-items: flex-end !important; }
      .header-nav.header-product .nav-left .nav-menu .nav-list:hover, .header-nav.header-product .nav-left .nav-menu .nav-list.active {
        backdrop-filter: none;
        -webkit-backdrop-filter: none; }
        .header-nav.header-product .nav-left .nav-menu .nav-list:hover .fb2, .header-nav.header-product .nav-left .nav-menu .nav-list.active .fb2 {
          color: #fff; }
        .header-nav.header-product .nav-left .nav-menu .nav-list:hover span i, .header-nav.header-product .nav-left .nav-menu .nav-list.active span i {
          background-image: url(../images/common/arrow-down-pc-white.png); }
      .header-nav.header-product .nav-left .nav-menu .nav-list .nav-item {
        top: 0.3333333333rem;
        width: 0.8854166667rem;
        border-radius: 0.0416666667rem;
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
      .header-nav.header-product .nav-left .nav-menu .nav-list .nav-link {
        color: #fff; }
        .header-nav.header-product .nav-left .nav-menu .nav-list .nav-link::after {
          background-color: #fff; }
      .header-nav.header-product .nav-left .nav-menu .nav-list span {
        color: #fff; }
        .header-nav.header-product .nav-left .nav-menu .nav-list span i {
          background: url(../images/common/arrow-down-pc-white.png) no-repeat; }
  .header-nav .header-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding: 0 1.09375rem;
    height: 0.4166666667rem;
    position: relative;
    z-index: 10; }
  .header-nav .nav-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1; }
    .header-nav .nav-left .nav-logo {
      display: block;
      width: 0.2083333333rem;
      height: 0.2083333333rem; }
      .header-nav .nav-left .nav-logo.logo-itop {
        width: 0.4947916667rem;
        height: 0.2604166667rem; }
      .header-nav .nav-left .nav-logo.logo-ipb {
        width: 0.2083333333rem;
        height: 0.2291666667rem; }
    .header-nav .nav-left .nav-menu {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex: 1;
      align-items: center;
      margin-left: 0.34375rem;
      height: 0.4166666667rem; }
      .header-nav .nav-left .nav-menu .nav-list {
        position: relative;
        padding: 0 0.1041666667rem;
        height: 100%;
        text-align: center;
        cursor: pointer;
        transition: height 0.3s, opacity 0.3s;
        display: flex;
        align-items: center; }
        .header-nav .nav-left .nav-menu .nav-list.nav-hot-sale {
          position: absolute;
          right: 2rem; }
          .header-nav .nav-left .nav-menu .nav-list.nav-hot-sale a {
            display: block;
            width: 141px;
            height: 50px;
            background: url(../images/2024hotsale/btn-spr.png) no-repeat 0 0;
            font-size: 0; }
            .header-nav .nav-left .nav-menu .nav-list.nav-hot-sale a:hover {
              background-position: 0 -70px; }
        .header-nav .nav-left .nav-menu .nav-list.nav-pdf a {
          display: flex;
          align-items: center; }
        .header-nav .nav-left .nav-menu .nav-list.nav-pdf em {
          color: #1e1c2c;
          padding: 0.0729166667rem 0;
          line-height: 0.1041666667rem;
          font-size: 0.0833333333rem;
          font-style: normal; }
        .header-nav .nav-left .nav-menu .nav-list.nav-pdf i {
          display: inline-block;
          margin-left: 0.046875rem;
          padding-left: 0.0260416667rem;
          padding-right: 0.0572916667rem;
          height: 0.078125rem;
          border-top-right-radius: 0.078125rem;
          border-bottom-right-radius: 0.078125rem;
          font-size: 0.0625rem;
          font-weight: bold;
          font-style: normal;
          line-height: 0.078125rem; }
          .header-nav .nav-left .nav-menu .nav-list.nav-pdf i.hot {
            color: #fff;
            background-color: #ff334d; }
          .header-nav .nav-left .nav-menu .nav-list.nav-pdf i.new {
            color: #0e0c1a;
            background-color: #01d990; }
        .header-nav .nav-left .nav-menu .nav-list.login {
          position: absolute;
          right: 1.09375rem; }
          .header-nav .nav-left .nav-menu .nav-list.login:hover {
            background-color: transparent; }
        .header-nav .nav-left .nav-menu .nav-list .fb2 {
          font-size: 0.0833333333rem;
          line-height: 0.125rem; }
        .header-nav .nav-left .nav-menu .nav-list .fb3 {
          font-size: 0.0729166667rem;
          line-height: 0.1041666667rem; }
        .header-nav .nav-left .nav-menu .nav-list .nav-link {
          position: relative; }
          .header-nav .nav-left .nav-menu .nav-list .nav-link::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 0.015625rem;
            bottom: -0.0104166667rem;
            left: 0;
            background-color: #0054ff;
            transform: scale(0);
            transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list .nav-link:hover::after {
            transform: scale(1);
            transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list .nav-link:hover.nav-list-link {
            background-color: transparent; }
        .header-nav .nav-left .nav-menu .nav-list span {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #1e1c2c;
          padding: 0.0416666667rem 0; }
          .header-nav .nav-left .nav-menu .nav-list span i {
            display: inline-block;
            width: 10px;
            height: 5px;
            margin-left: 0.0416666667rem;
            transform: rotate(0deg);
            transition: transform 0.3s;
            background-image: url("../images/common/arrow-down-pc.svg");
            background-size: contain; }
        .header-nav .nav-left .nav-menu .nav-list .nav-item {
          box-sizing: content-box;
          width: 0.9895833333rem;
          min-width: 170px;
          height: 1.1354166667rem;
          position: absolute;
          z-index: 2;
          top: 0.4166666667rem;
          left: 0rem;
          overflow: hidden;
          height: auto;
          text-align: left;
          height: 0;
          opacity: 0;
          padding: 0;
          display: flex;
          flex-direction: column;
          border-bottom-left-radius: 0.0625rem;
          border-bottom-right-radius: 0.0625rem;
          box-shadow: 0 30px 15px rgba(0, 0, 0, 0.04); }
          .header-nav .nav-left .nav-menu .nav-list .nav-item > a {
            display: inline-block;
            position: relative;
            text-align: left;
            padding: 0.0729166667rem 0; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item > a::before {
              content: "";
              display: none;
              position: absolute;
              left: -0.09375rem;
              bottom: 0;
              top: 0;
              margin: auto;
              width: 0.0364583333rem;
              height: 0.140625rem;
              background-color: #0054ff; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item > a em {
              color: #1e1c2c;
              padding: 0.0729166667rem 0;
              line-height: 0.1041666667rem;
              font-size: 0.0833333333rem;
              font-style: normal; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item > a i {
              display: inline-block;
              position: absolute;
              margin-left: 0.046875rem;
              padding-left: 0.0260416667rem;
              padding-right: 0.0572916667rem;
              height: 0.078125rem;
              border-top-right-radius: 0.078125rem;
              border-bottom-right-radius: 0.078125rem;
              font-size: 0.0625rem;
              font-weight: bold;
              font-style: normal;
              line-height: 0.078125rem; }
              .header-nav .nav-left .nav-menu .nav-list .nav-item > a i.hot {
                top: 0.1041666667rem;
                color: #fff;
                background-color: #ff334d; }
              .header-nav .nav-left .nav-menu .nav-list .nav-item > a i.new {
                top: 0.0833333333rem;
                color: #0e0c1a;
                background-color: #01d990; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item > a:hover::before {
              display: inline-block; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item > a:hover em {
              color: #0054ff; }
        .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .nav-item {
          padding-top: 0.1041666667rem;
          padding-bottom: 0.1041666667rem;
          width: 5.8177083333rem;
          height: 250px; }
          .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .nav-item > a {
            padding: 0.09375rem 0; }
        .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap {
          position: absolute;
          top: 0;
          right: 0;
          width: 4.7395833333rem;
          height: 100%; }
          .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap::before {
            content: "";
            position: absolute;
            top: 0.21875rem;
            left: 0;
            width: 0.0052083333rem;
            height: 0.9895833333rem;
            background-color: #dedde9; }
@keyframes item_move {
  from {
    opacity: 0.4;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
          .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item {
            display: none;
            padding-top: 0.2395833333rem; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.on {
              display: flex;
              animation: item_move 0.3s ease-in forwards; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .img {
              flex-shrink: 0;
              margin-left: 0.2083333333rem;
              margin-right: 0.0885416667rem;
              width: 1.8333333333rem;
              height: 0.953125rem; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item ._right {
              width: 2.5520833333rem; }
              .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item ._right .name {
                display: flex;
                align-items: center; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item ._right .name ._label {
                  height: 22px;
                  margin-left: 7px;
                  font-size: 12px;
                  font-weight: bold;
                  line-height: 22px;
                  padding: 0 14px 0 7px;
                  background: url(../images/header/_label.png) no-repeat;
                  background-size: 100% 100%; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .name {
              margin-top: 0.0833333333rem;
              font-size: 0.09375rem;
              font-weight: bold;
              line-height: 0.1145833333rem; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .desc {
              margin-top: 0.0416666667rem;
              margin-bottom: 0.125rem;
              font-size: 0.0625rem;
              font-weight: 500;
              line-height: 0.09375rem; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .desc-list {
              margin-top: 0.0416666667rem;
              margin-bottom: 0.09375rem;
              font-size: 0.0729166667rem;
              font-weight: 500;
              line-height: 0.09375rem; }
              .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .desc-list li {
                position: relative;
                padding-bottom: 0.0208333333rem;
                padding-left: 0.1041666667rem; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .desc-list li::before {
                  content: "";
                  position: absolute;
                  left: 0;
                  top: 0.0104166667rem;
                  width: 0.0729166667rem;
                  height: 0.0729166667rem;
                  background: url(../images/header/right.png) no-repeat;
                  background-size: 100%; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box {
              display: flex; }
              .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down {
                display: inline-block;
                width: 0.9895833333rem;
                height: 0.2083333333rem;
                min-width: 152px;
                min-height: 32px;
                margin-bottom: 0.0520833333rem;
                border-radius: 0.0260416667rem;
                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;
                transition: none; }
@keyframes bg_move {
  from {
    background-position: 200% 0; }
  to {
    background-position: 0 0; } }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down .arrow-icon {
                  width: 0.1041666667rem;
                  height: 0.1197916667rem;
                  margin-top: -0.046875rem;
                  left: 0.1302083333rem; }
                  .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down .arrow-icon use {
                    fill: white; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down .arrow-icon {
                  width: 0.0833333333rem;
                  height: 0.0989583333rem;
                  transition: none; }
                  .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down .arrow-icon.mac {
                    margin-top: -0.0572916667rem;
                    width: 0.1145833333rem;
                    height: 0.1145833333rem; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down .combe-text {
                  font-size: 0.0625rem;
                  color: white;
                  top: 50%;
                  margin-top: -0.1041666667rem;
                  left: 0.296875rem;
                  transition: none; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down.hover .arrow-icon {
                  transition: all 0.5s; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down.hover .combe-text {
                  transition: all 0.5s; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down:hover .arrow-icon {
                  left: -0.0520833333rem;
                  transition: all 0.5s; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .free-down:hover .combe-text {
                  left: 80%;
                  transition: all 0.5s; }
              .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off {
                display: flex;
                width: 0.9895833333rem;
                height: 0.2083333333rem;
                min-width: 152px;
                min-height: 32px;
                justify-content: space-between;
                align-items: center;
                padding: 0 0rem;
                border: 1px solid #ffa811 !important;
                border-radius: 0.0260416667rem;
                cursor: pointer;
                transition: none; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off .combe-text {
                  display: inline-block;
                  color: #ffa811;
                  line-height: 0.2083333333rem;
                  font-size: 0.0625rem;
                  font-weight: 500;
                  position: relative;
                  padding: 0;
                  top: 0;
                  left: 50%;
                  transform: translateX(-50%);
                  transition: none; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off .arrow-right {
                  width: 0.078125rem;
                  height: 0.046875rem;
                  fill: white;
                  transform: translateX(-0.0520833333rem);
                  opacity: 0;
                  transition: none; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off.hover .combe-text {
                  transition: all 0.5s; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off.hover .arrow-right {
                  transition: all 0.5s; }
                .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off:hover {
                  background: #ffa811; }
                  .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off:hover .combe-text {
                    color: white;
                    left: 44%; }
                  .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item .btn-box .get-off:hover .arrow-right {
                    width: 0.078125rem;
                    height: 0.046875rem;
                    transform: translateX(-0.0260416667rem);
                    opacity: 1; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.mac .name {
              display: inline-block;
              position: relative;
              margin-top: 0; }
              .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.mac .name::after {
                content: "";
                position: absolute;
                top: 0;
                right: -0.2291666667rem;
                width: 0.1875rem;
                height: 0.1145833333rem;
                background: url(../images/header/new.png) no-repeat;
                background-size: 100%; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.ios .img, .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.adr .img {
              margin-right: 0.3125rem;
              width: 1.2916666667rem;
              height: 1.15625rem; }
            .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.ios .desc-list li::before, .header-nav .nav-left .nav-menu .nav-list.nav-service:hover .service-wrap .service-item.adr .desc-list li::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 0.0208333333rem;
              height: 100%;
              background: #30deb4; }
        .header-nav .nav-left .nav-menu .nav-list.nav-privacy .nav-item {
          width: 1.4322916667rem; }
        .header-nav .nav-left .nav-menu .nav-list.nav-utility .nav-item {
          width: 1.1979166667rem; }
          .header-nav .nav-left .nav-menu .nav-list.nav-utility .nav-item > a i.hot {
            top: 0.0885416667rem; }
          .header-nav .nav-left .nav-menu .nav-list.nav-utility .nav-item > a i.new {
            top: 0.09375rem; }
        .header-nav .nav-left .nav-menu .nav-list.nav-blog .nav-item {
          width: 1.0677083333rem; }
        .header-nav .nav-left .nav-menu .nav-list:hover, .header-nav .nav-left .nav-menu .nav-list.active {
          backdrop-filter: saturate(180%) blur(50px);
          -webkit-backdrop-filter: saturate(180%) blur(50px);
          transition: all 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list:hover .nav-item, .header-nav .nav-left .nav-menu .nav-list.active .nav-item {
            height: auto;
            opacity: 1;
            padding-left: 0.09375rem;
            padding-right: 0.0833333333rem;
            padding-top: 0.0520833333rem;
            padding-bottom: 0.0520833333rem;
            transition: height 0.3s, opacity 0.3s;
            background-color: #fff;
            backdrop-filter: saturate(180%) blur(50px);
            -webkit-backdrop-filter: saturate(180%) blur(50px); }
            .header-nav .nav-left .nav-menu .nav-list:hover .nav-item::before, .header-nav .nav-left .nav-menu .nav-list.active .nav-item::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              filter: saturate(180%) blur(50px);
              -webkit-filter: saturate(180%) blur(50px); }
  .header-nav .nav-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .header-nav .nav-right a {
      margin-left: 16px;
      color: #fff;
      cursor: pointer;
      padding: 10px 16px;
      font-size: 16px;
      line-height: 35px !important; }
      .header-nav .nav-right a.nav-login {
        display: none !important; }
    .header-nav .nav-right .button-link.btn-default {
      line-height: 31px !important; }
    .header-nav .nav-right .button-combe {
      padding-top: 8px;
      height: 38px; }
      .header-nav .nav-right .button-combe .combe-text {
        position: static;
        font-size: 0.0729166667rem;
        font-weight: 500;
        transform: translateY(-0.0520833333rem);
        line-height: 1; }
    .header-nav .nav-right .btn-gold {
      height: 38px; }
      .header-nav .nav-right .btn-gold:hover .combe-text {
        transform: translate(1%); }
      .header-nav .nav-right .btn-gold:hover .arrow-right {
        transform: translate(-63%); }
      .header-nav .nav-right .btn-gold .combe-text {
        font-size: 0.0729166667rem;
        line-height: 0.09375rem; }
        .header-nav .nav-right .btn-gold .combe-text.combe-text-mob {
          display: none; }
      .header-nav .nav-right .btn-gold .arrow-right {
        fill: #000 !important;
        transform: translate(-200%); }
    .header-nav .nav-right .nav-login:hover {
      text-decoration: underline; }
    .header-nav .nav-right .nav-login .nav-account {
      position: relative; }
      .header-nav .nav-right .nav-login .nav-account:hover span {
        display: inline-block; }
      .header-nav .nav-right .nav-login .nav-account span {
        display: none;
        position: absolute;
        top: 0.2395833333rem;
        left: 0;
        padding: 0 0.0260416667rem;
        font-size: 12px;
        width: 60px;
        height: 22px;
        line-height: 22px;
        color: #1e1c2c;
        background-color: #fff;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }
    .header-nav .nav-right .nav-login img {
      width: 0.2083333333rem;
      height: 0.2083333333rem; }
  .header-nav .nav-mobile-btns,
  .header-nav .mobile-bg,
  .header-nav .mobile-nav,
  .header-nav .mobile-close {
    display: none; }

@supports (-webkit-backdrop-filter: saturate(180%) blur(35px)) or (backdrop-filter: saturate(180%) blur(35px)) {
  /* 支持 backdrop-filter 时应用的效果，记得把一些属性覆盖掉 */
  .nav-bg {
    background-color: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(35px);
    backdrop-filter: saturate(180%) blur(35px); }
    .nav-bg.header-product {
      background-color: rgba(14, 12, 26, 0.72);
      -webkit-backdrop-filter: saturate(400%) blur(20px) brightness(1.4);
      backdrop-filter: saturate(400%) blur(20px) brightness(1.4); } }
@media (min-width: 1100px) and (max-width: 1366px) {
  .header-nav .nav-left .nav-menu .nav-list .nav-item > a i {
    height: 13px;
    line-height: 13px; }
    .header-nav .nav-left .nav-menu .nav-list .nav-item > a i.hot {
      top: 13px; }

  .header-nav .nav-right .btn-gold:hover .arrow-right {
    transform: translate(-30%); } }
@media (min-width: 768px) and (max-width: 1110px) {
  .header-nav .nav-left .nav-menu .apps .header-main .heaader-main-lis {
    width: 2.0833333333rem; }

  .header-nav .header-wrapper {
    padding: 0 0.1041666667rem; }
  .header-nav .nav-left .nav-menu {
    margin-left: 0.0520833333rem; }
    .header-nav .nav-left .nav-menu .nav-list {
      padding: 0 0.1041666667rem; }
  .header-nav .nav-right a {
    margin-left: 0.0625rem;
    padding: 0.0520833333rem 0.0729166667rem; }
    .header-nav .nav-right a.nav-login, .header-nav .nav-right a.nav-help {
      padding: 0.03125rem 0; } }
@media (min-width: 768px) {
  .header-nav .nav-left .nav-logo .logo-box-mob {
    display: none; }

  .header-nav .nav-left .nav-menu .nav-list.black-store-nav {
    position: relative; }
    .header-nav .nav-left .nav-menu .nav-list.black-store-nav::after {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: url(../images/bf-pop/balloon-nav.png);
      left: 68px;
      top: 15px; }

  .header-nav .black-icon {
    position: absolute;
    right: 350px;
    width: 83px;
    height: 71px;
    display: none;
    background: url(../images/bf-pop/black-icon.svg); }
    .header-nav .black-icon.on {
      display: block; }
    .header-nav .black-icon a {
      display: block;
      width: 100%;
      height: 100px; }
      .header-nav .black-icon a i {
        position: absolute;
        display: block;
        width: 12px;
        height: 19px;
        right: 14px;
        top: 21px;
        transform-origin: 0px 16px;
        animation: wingLeft 6s linear 0s infinite forwards;
        background: url(../images/bf-pop/right-hand.svg) no-repeat right; }

  @keyframes wingLeft {
    27% {
      transform: rotate(0deg); }
    30% {
      transform: rotate(10deg); }
    35% {
      transform: rotate(-10deg); }
    40% {
      transform: rotate(10deg); }
    45% {
      transform: rotate(-10deg); }
    47% {
      transform: rotate(0deg); } } }
@media (min-width: 768px) {
  .header-nav.header-main .nav-left .nav-menu .nav-list.store-nav a:hover {
    text-decoration: none;
    color: #1e1c2c !important; }
    .header-nav.header-main .nav-left .nav-menu .nav-list.store-nav a:hover:after {
      display: none; }
  .header-nav.header-main .nav-left .nav-menu .nav-list.store-nav .store-banner {
    position: absolute;
    display: none;
    height: 0px;
    opacity: 0;
    width: 227px;
    height: 200px;
    left: -9px;
    top: 60px;
    border-radius: 5px;
    transition: all 0.3s;
    box-shadow: 0px 5px 10px rgba(244, 244, 244, 0.4);
    background: url(../images/v4-store/store-banner.png); }
  .header-nav.header-main .nav-left .nav-menu .nav-list.store-nav.on .store-banner {
    height: 200px;
    opacity: 1;
    display: block; }

  .header-nav .nav-left .nav-logo .logo-box-mob {
    display: none; } }
@media (max-width: 768px) {
  .scroll-header .header-nav {
    border: 0;
    top: 0; }
    .scroll-header .header-nav.header-product {
      top: 0; }

  .isPop {
    top: 50px !important; }

  .header-nav {
    top: 0;
    min-width: auto;
    z-index: 9999; }
    .header-nav.popyes {
      top: 2.8571428571rem; }
    .header-nav.header-main .nav-left .nav-menu .nav-list {
      background-color: #fff;
      transition: height 0.3s; }
      .header-nav.header-main .nav-left .nav-menu .nav-list.active:hover:not(:last-child) {
        background-color: #f0eff2; }
      .header-nav.header-main .nav-left .nav-menu .nav-list:hover .fb2 {
        color: #1e1c2c; }
    .header-nav.header-product.nav-bg {
      background-color: #1e1c2c; }
    .header-nav.header-product .header-wrapper {
      padding: 0;
      height: 3.5714285714rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .header-nav.header-product .nav-left .nav-logo {
      margin-left: 1.1428571429rem;
      width: 2.0714285714rem;
      height: 2.2857142857rem; }
    .header-nav.header-product .nav-left .nav-menu {
      height: auto;
      margin-left: 0; }
      .header-nav.header-product .nav-left .nav-menu.show {
        border-top: 1px solid #3a3a51;
        top: 3.5714285714rem; }
      .header-nav.header-product .nav-left .nav-menu .nav-list {
        background: #1e1c2c;
        transition: height 0.3s; }
        .header-nav.header-product .nav-left .nav-menu .nav-list.login {
          display: block; }
          .header-nav.header-product .nav-left .nav-menu .nav-list.login > .fb2 {
            color: #fff; }
        .header-nav.header-product .nav-left .nav-menu .nav-list:hover {
          background-color: #1e1c2c; }
          .header-nav.header-product .nav-left .nav-menu .nav-list:hover .nav-item {
            background-color: #1e1c2c; }
            .header-nav.header-product .nav-left .nav-menu .nav-list:hover .nav-item > a em {
              color: #fff; }
          .header-nav.header-product .nav-left .nav-menu .nav-list:hover span i {
            transform: rotate(0deg); }
        .header-nav.header-product .nav-left .nav-menu .nav-list.active {
          background-color: #292736;
          backdrop-filter: none;
          -webkit-backdrop-filter: none; }
          .header-nav.header-product .nav-left .nav-menu .nav-list.active .nav-item {
            background-color: #292736; }
            .header-nav.header-product .nav-left .nav-menu .nav-list.active .nav-item > a em {
              color: #fff; }
          .header-nav.header-product .nav-left .nav-menu .nav-list.active span i {
            transform: rotate(180deg); }
        .header-nav.header-product .nav-left .nav-menu .nav-list > .fb2 {
          border-bottom: 1px solid #3a3a51; }
        .header-nav.header-product .nav-left .nav-menu .nav-list .nav-item {
          top: 0;
          width: 100%;
          border-radius: 0;
          backdrop-filter: none; }
          .header-nav.header-product .nav-left .nav-menu .nav-list .nav-item > a {
            margin-left: 2.2857142857rem; }
        .header-nav.header-product .nav-left .nav-menu .nav-list .nav-link {
          color: #fff; }
        .header-nav.header-product .nav-left .nav-menu .nav-list span {
          color: #fff; }
          .header-nav.header-product .nav-left .nav-menu .nav-list span i {
            width: 3.5714285714rem;
            height: 3.5714285714rem;
            background: url(../images/common/arrow-down-mob-white.png) no-repeat !important;
            background-size: 100% !important;
            transform: rotate(0deg); }
    .header-nav.header-product .mobile-nav .navIcon {
      width: 3.5714285714rem;
      height: 3.5714285714rem;
      background: url(../images/common/arrow-down-mob-white.png) no-repeat;
      background-size: 100%; }
    .header-nav.header-product .mobile-close .claseIcon {
      width: 3.5714285714rem;
      height: 3.5714285714rem;
      background: url(../images/common/arrow-down-mob-white.png) no-repeat;
      background-size: 100%; }
    .header-nav.header-product .mobile-close.show {
      transform: rotate(180deg);
      transition: transform 0.3s; }
    .header-nav .header-wrapper {
      max-width: none;
      padding: 0;
      height: 3.5714285714rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .header-nav .nav-left .nav-logo {
      margin-left: 1.1428571429rem;
      width: 2.0714285714rem;
      height: 2.2857142857rem; }
      .header-nav .nav-left .nav-logo.logo-itop {
        width: 4.3571428571rem;
        height: 2.2857142857rem; }
    .header-nav .nav-left .nav-menu {
      display: block;
      position: absolute;
      top: -1000%;
      right: 0;
      z-index: 0;
      padding-top: 0;
      margin: 0;
      width: 100%;
      height: auto;
      border-top: 1px solid #e5e4e9;
      background: #fff;
      opacity: 0;
      transition: opacity 0.5s, transform 0.5s ease;
      transition: transform 0.5s ease; }
      .header-nav .nav-left .nav-menu.show {
        opacity: 1;
        z-index: 100002;
        top: 3.5714285714rem; }
      .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 {
        height: auto;
        width: 100%;
        padding: 0 1.1428571429rem;
        text-align: left;
        line-height: 4.2857142857rem;
        margin-right: 0;
        margin-bottom: 0;
        flex-direction: column;
        background-color: #fff;
        transition: height 0.3s; }
        .header-nav .nav-left .nav-menu .nav-list.nav-pdf a {
          display: block; }
        .header-nav .nav-left .nav-menu .nav-list.nav-pdf em {
          font-size: 1.2857142857rem; }
        .header-nav .nav-left .nav-menu .nav-list.nav-pdf i.new {
          line-height: 1.078125rem;
          border-radius: 1.078125rem 0 0 1.078125rem; }
        .header-nav .nav-left .nav-menu .nav-list.nav-service .service-wrap {
          display: none; }
        .header-nav .nav-left .nav-menu .nav-list:hover .fb2 {
          color: #1e1c2c; }
        .header-nav .nav-left .nav-menu .nav-list.active {
          background-color: #f0eff2; }
          .header-nav .nav-left .nav-menu .nav-list.active > .fb2 {
            border: 0;
            font-weight: bold;
            color: #1e1c2c; }
          .header-nav .nav-left .nav-menu .nav-list.active span i {
            background-image: url("../images/common/arrow-down.svg"); }
          .header-nav .nav-left .nav-menu .nav-list.active .nav-item {
            background-color: #f0eff2; }
        .header-nav .nav-left .nav-menu .nav-list:last-child > .fb2 {
          border: 0; }
        .header-nav .nav-left .nav-menu .nav-list > .fb2 {
          width: 100%;
          position: relative;
          display: block;
          border-bottom: 1px solid #e5e4e9;
          font-size: 1.2857142857rem;
          line-height: 4.2857142857rem;
          text-align: left; }
          .header-nav .nav-left .nav-menu .nav-list > .fb2.nav-link::after {
            display: none; }
          .header-nav .nav-left .nav-menu .nav-list > .fb2 i {
            position: absolute;
            top: 0.4285714286rem;
            right: -1.0714285714rem;
            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 !important;
          width: 100% !important;
          position: relative;
          top: 0;
          left: 0;
          height: 0;
          max-height: 0;
          border-radius: 0;
          padding-left: 3.7142857143rem;
          padding-right: 3.7142857143rem;
          background-color: #fff;
          backdrop-filter: none !important; }
          .header-nav .nav-left .nav-menu .nav-list .nav-item a {
            display: flex;
            text-align: left;
            padding: 1.0714285714rem 0 !important;
            color: #1e1c2c;
            font-size: 1.1428571429rem; }
            .header-nav .nav-left .nav-menu .nav-list .nav-item a i {
              position: relative;
              padding-left: 0.5rem;
              width: 3.2857142857rem;
              height: 1.2142857143rem;
              line-height: 1.2857142857rem;
              border-top-right-radius: 1.2142857143rem;
              border-bottom-right-radius: 1.2142857143rem; }
              .header-nav .nav-left .nav-menu .nav-list .nav-item a i.hot {
                top: 0.1428571429rem;
                left: 0.2857142857rem;
                font-size: 1rem;
                color: #1e1c2c; }
              .header-nav .nav-left .nav-menu .nav-list .nav-item a i.new {
                top: 0.1428571429rem;
                left: 0.2857142857rem;
                padding-left: 0.3571428571rem;
                line-height: 1.2142857143rem;
                font-size: 1rem; }
            .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:hover .nav-item {
          border: none;
          height: 0;
          max-height: 0;
          padding-left: 3.7142857143rem;
          padding-right: 3.7142857143rem;
          transition: height 0.3s, max-height 0.3s; }
          .header-nav .nav-left .nav-menu .nav-list:hover .nav-item a em {
            color: #1e1c2c;
            font-size: 1.1428571429rem;
            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: 3.2142857143rem;
          padding-right: 3.2142857143rem;
          backdrop-filter: none;
          box-shadow: none; }
        .header-nav .nav-left .nav-menu .nav-list.active span i {
          transform: rotate(0deg);
          transition: transform 0.3s; }
    .header-nav .nav-right {
      display: none;
      position: fixed;
      top: 5.4285714286rem;
      right: 0;
      z-index: -100002;
      margin-right: 0;
      width: 17.3571428571rem;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%); }
      .header-nav .nav-right .button-link {
        margin: 0 auto;
        padding: 0;
        width: 14.2857142857rem;
        height: 3.2142857143rem;
        border-radius: 0.4285714286rem; }
        .header-nav .nav-right .button-link .combe-text {
          font-size: 1rem;
          line-height: 1.4285714286rem; }
      .header-nav .nav-right.show {
        z-index: 100002;
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        transition: opacity 0.5s, transform 0.5s ease; }
        .header-nav .nav-right.show .button-link {
          display: flex; }
    .header-nav .mobile-nav {
      display: block;
      position: relative;
      width: 3.5714285714rem;
      height: inherit;
      cursor: pointer; }
      .header-nav .mobile-nav.hide {
        display: none; }
      .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;
        top: 3.6428571429rem; }
    .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-right a.nav-login {
    display: none; }

  .header-nav .nav-right a.btn-nav {
    margin: 0 auto;
    background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
    text-align: center; }
    .header-nav .nav-right a.btn-nav .combe-text.combe-text-pc {
      display: none; } }
.apple_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 0.8645833333rem;
  height: 0.2604166667rem;
  border-radius: 0.03125rem;
  padding: 0.0625rem 0.1770833333rem;
  background-color: #615e6f;
  cursor: pointer; }
  .apple_btn img {
    cursor: pointer; }

.btn-thankyou {
  background-color: #000;
  border: 1px solid #615e6f; }

.google_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 0.8645833333rem;
  height: 0.2604166667rem;
  border-radius: 0.03125rem;
  padding: 0.0625rem 0.1354166667rem;
  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: #0D0C17;
  border: 1px solid #000000;
  border-radius: 32px;
  opacity: 0.6;
  box-sizing: border-box;
  color: #8E8B9D;
  cursor: pointer;
  font-size: 0.0625rem;
  line-height: 32px; }
  .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: 0.0833333333rem;
    padding-left: 44px;
    font-size: 0.0729166667rem; }
  .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: 0.0625rem;
      line-height: 0.0833333333rem;
      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: #fff;
  opacity: 1; }
  .isOpen:hover {
    background-color: #fff; }
  .isOpen .directionUp {
    background: #d2d2d5; }
    .isOpen .directionUp p {
      background: rgba(97, 94, 111, 0.3); }

.iconLeft {
  padding-left: 0.2083333333rem; }

.arrow_down {
  position: absolute;
  right: 10px;
  width: 12px;
  height: 7px;
  top: 50%;
  margin-top: -3.5px; }

.footer {
  position: relative;
  z-index: 8;
  background-color: #1e1c2c; }
  .footer .footer-cnt {
    display: flex;
    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;
      align-items: flex-start;
      box-sizing: content-box;
      padding: 0.4166666667rem 0.7291666667rem;
      border-right: 1px solid rgba(142, 139, 157, 0.1);
      font-size: 0.1041666667rem;
      line-height: 0.1354166667rem; }
      .footer .footer-cnt ._left ._logo {
        margin-bottom: 0.5833333333rem;
        width: 0.4947916667rem;
        height: 0.2604166667rem; }
      .footer .footer-cnt ._left ._contact {
        margin-top: 0.34375rem;
        color: #5a576b; }
        .footer .footer-cnt ._left ._contact .fb1 {
          font-size: 0.1041666667rem;
          line-height: 0.1354166667rem; }
      .footer .footer-cnt ._left ._contact_list {
        margin-top: 0.1145833333rem; }
        .footer .footer-cnt ._left ._contact_list a:last-child svg {
          margin-right: 0rem; }
        .footer .footer-cnt ._left ._contact_list svg {
          width: 32px;
          height: 32px;
          margin-right: 0.1302083333rem; }
        .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 {
      width: 6.7708333333rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0.4166666667rem 0.7291666667rem; }
      .footer .footer-cnt ._right li {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .footer .footer-cnt ._right li:first-child {
          margin-left: 0; }
        .footer .footer-cnt ._right li:last-child {
          margin-right: 0; }
        .footer .footer-cnt ._right li p {
          font-size: 0.1041666667rem;
          line-height: 0.1354166667rem;
          color: #5a576b;
          font-weight: 600;
          margin-bottom: 0.1041666667rem; }
          .footer .footer-cnt ._right li p:nth-child(3) {
            margin-top: 0.1041666667rem; }
        .footer .footer-cnt ._right li a {
          font-size: 0.0833333333rem;
          line-height: 0.1041666667rem;
          color: #D1D2DF;
          margin-bottom: 0.0520833333rem; }
          .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: 0.1666666667rem 0.7291666667rem 0.1145833333rem; }
    .footer .footer-copy ._left {
      color: #5a576b;
      font-size: 0.0729166667rem;
      line-height: 0.09375rem; }
    .footer .footer-copy ._right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .footer .footer-copy ._right a {
        color: #5a576b;
        margin-left: 0.3125rem;
        font-size: 0.0729166667rem;
        font-weight: 600;
        line-height: 0.09375rem; }
        .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;
      height: 50px; }
      .footer-mobile .logo a img {
        height: 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 {
    display: block; }
    .footer-mobile .my-select ._value {
      font-size: 12px;
      line-height: 32px; }
    .footer-mobile .my-select .select-options p a {
      font-size: 12px; }
    .footer-mobile .copyright {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0px;
      color: #8e8b9d;
      text-align: center;
      padding: 25px; }

  .footer {
    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: 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; } }
.header-nav .nav-left .nav-logo.logo-itop {
  display: flex; }

.faq-box {
  display: flex;
  padding-top: 220px; }

.add-change-nav {
  border-bottom: 2px solid #f2f2f2; }
  .add-change-nav ul {
    width: 220px;
    margin-right: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: space-between; }
    .add-change-nav ul li {
      width: 100%;
      text-align: left;
      letter-spacing: 0px;
      position: relative;
      cursor: pointer;
      color: #1e1c2c;
      font-size: 18px;
      line-height: 54px; }
      .add-change-nav ul li.ac::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        background: #0054ff;
        height: 2px; }

.faq-0-list.p-wrapper {
  max-width: 1170px; }
.faq-0-list .p-wrapper {
  max-width: 1170px; }
.faq-0-list .pc {
  display: block; }
.faq-0-list .mob {
  display: none; }
.faq-0-list .header-blank {
  width: 99vw;
  height: 100px;
  background: #f2f2f2;
  margin-top: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%); }
  .faq-0-list .header-blank div {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    .faq-0-list .header-blank div p {
      font-size: 36px;
      line-height: 100px;
      font-weight: 400; }
    .faq-0-list .header-blank div a {
      margin-left: 39px;
      cursor: pointer;
      font-size: 18px; }
.faq-0-list .faq-0-list__title {
  width: 100%; }
  .faq-0-list .faq-0-list__title h1 {
    padding-top: 80px;
    color: #1e1c2c;
    text-align: left;
    font-weight: 400; }
.faq-0-list .faq-0-list__list {
  margin-bottom: 80px;
  background: #ffffff; }
  .faq-0-list .faq-0-list__list .unit {
    padding: 30px 0 32px 0;
    border-top: 1px solid #e8e8e8;
    transition: all 0.3s; }
    .faq-0-list .faq-0-list__list .unit:first-child {
      border-top: 0 !important; }
    .faq-0-list .faq-0-list__list .unit:last-child {
      border-bottom: 1px solid #e8e8e8; }
    .faq-0-list .faq-0-list__list .unit.active {
      transition: all 0.3s; }
      .faq-0-list .faq-0-list__list .unit.active h2::after {
        transform: rotate(90deg); }
      .faq-0-list .faq-0-list__list .unit.active div.cnt {
        padding-top: 20px;
        height: auto;
        transition: all 0.3s; }
    .faq-0-list .faq-0-list__list .unit h2 {
      position: relative;
      font-weight: 400;
      max-width: 90%;
      color: #1e1c2c;
      cursor: pointer; }
      .faq-0-list .faq-0-list__list .unit h2::after {
        content: " ";
        position: absolute;
        top: 0;
        right: -10%;
        width: 30px;
        height: 30px;
        line-height: 25px;
        color: #fff;
        text-align: center;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8ZyBpZD0i57uEXzg2NSIgZGF0YS1uYW1lPSLnu4QgODY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3NCAtNDI4KSI+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzEiIGRhdGEtbmFtZT0i6Lev5b6EIDEiIGQ9Ik03LjE3NSwxMi44NCwxMSw5Ljc1bDMuODI1LDMuMDlMMTYsMTEuODg5LDExLDcuODQsNiwxMS44ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDk5Ljg0IDQzMikgcm90YXRlKDkwKSIvPgogICAgPHJlY3QgaWQ9IuefqeW9ol8zNzUiIGRhdGEtbmFtZT0i55+p5b2iIDM3NSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDc0IDQyOCkiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAiLz4KICA8L2c+Cjwvc3ZnPgo=);
        transition: transform 0.3s; }
    .faq-0-list .faq-0-list__list .unit div.cnt {
      position: relative;
      margin-top: 0;
      font-size: 14px;
      font-weight: 400;
      color: #575860;
      line-height: 24px;
      height: 0;
      overflow: hidden;
      transition: all 0.3s; }
      .faq-0-list .faq-0-list__list .unit div.cnt .p {
        color: #8e8b9d; }
      .faq-0-list .faq-0-list__list .unit div.cnt b {
        font-weight: 600; }
      .faq-0-list .faq-0-list__list .unit div.cnt ul li {
        margin-top: 16px;
        list-style: inside disc;
        font-weight: 600; }
      .faq-0-list .faq-0-list__list .unit div.cnt a {
        color: #005fff;
        text-decoration: underline; }
.faq-0-list .blue-tips {
  width: 100%;
  background: #e6efff;
  border: 1px solid #0054ff;
  padding: 27px 44px 27px 34px;
  margin-bottom: 40px; }
  .faq-0-list .blue-tips p {
    font-weight: 400; }

.rightForm {
  flex: 1; }
  .rightForm .tips {
    line-height: 60px;
    font-size: 20px; }
  .rightForm p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 26px;
    color: #27282e;
    line-height: 32px; }
    .rightForm p a {
      font-weight: 600;
      color: #0270f6; }
  .rightForm .input-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .rightForm .input-box .input-item {
      position: relative; }
      .rightForm .input-box .input-item div.select-div {
        position: relative; }
        .rightForm .input-box .input-item div.select-div select {
          background: url("./img/arrow-down.svg") no-repeat right center;
          background-position-x: 280px;
          outline: none; }
      .rightForm .input-box .input-item select {
        padding-left: 34px; }
      .rightForm .input-box .input-item .input {
        width: 325px;
        height: 60px;
        border: 1px solid #d8d8d8;
        border-radius: 6px; }
        .rightForm .input-box .input-item .input.invalid {
          border-color: #fd3c3c;
          margin-bottom: 0; }
      .rightForm .input-box .input-item .code {
        width: 160px;
        height: 60px;
        padding-left: 15px;
        font-size: 30px; }
      .rightForm .input-box .input-item .code-pic {
        width: 138px;
        height: 60px;
        margin-left: 16px;
        border: 1px solid #e7f1ff;
        border-radius: 6px;
        cursor: pointer; }
        .rightForm .input-box .input-item .code-pic img {
          width: 100%;
          height: 100%; }
      .rightForm .input-box .input-item select {
        height: 55px;
        color: #373737;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: relative; }
        .rightForm .input-box .input-item select.m-color {
          color: #a8a8a8; }
        .rightForm .input-box .input-item select option {
          padding: 10px 0; }
    .rightForm .input-box .vcode {
      display: flex; }
  .rightForm .err-box {
    margin: 7px 0;
    font-size: 14px;
    max-width: 369px;
    display: none;
    position: relative;
    font-weight: 500;
    padding-left: 30px;
    line-height: 20px;
    color: #fd3b3c;
    height: auto !important;
    margin-bottom: 0 !important; }
    .rightForm .err-box.invalid {
      display: block; }
    .rightForm .err-box.invalid:after {
      filter: none; }
    .rightForm .err-box:after {
      content: "";
      width: 21px;
      position: absolute;
      height: 21px;
      left: 0;
      top: 0;
      border-radius: 50%;
      background: #fd3b3c url("img/err-icon.svg") no-repeat;
      background-position: center; }
  .rightForm .error {
    margin-left: 180px; }
  .rightForm .error-text {
    top: 130px;
    left: 180px; }
  .rightForm .openSys {
    margin: 50px 0 35px;
    position: relative; }
    .rightForm .openSys div {
      height: 60px;
      margin-bottom: 50px; }
      .rightForm .openSys div span {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        color: #27282e;
        line-height: 28px;
        width: 156px; }
      .rightForm .openSys div label {
        font-size: 16px;
        font-family: Poppins;
        font-weight: 500;
        color: #27282e;
        line-height: 28px; }
        .rightForm .openSys div label .input {
          width: calc(100% - 180px);
          height: 60px;
          border: 1px solid #d8d8d8;
          border-radius: 6px;
          position: absolute;
          right: 0;
          padding: 5px 15px;
          box-sizing: border-box; }
          .rightForm .openSys div label .input.invalid {
            border-color: #fd3c3c;
            margin-bottom: 0; }
        .rightForm .openSys div label:nth-child(3) .label1 {
          margin-left: 82px; }
      .rightForm .openSys div .label1 {
        margin-left: 47px;
        margin-right: 8px;
        margin-bottom: 3px; }
    .rightForm .openSys .txt {
      height: 150px !important; }
  .rightForm .upload-files .files {
    position: relative;
    margin-bottom: 5px; }
    .rightForm .upload-files .files button {
      border: 1px solid #767676;
      background: #f2f2f2;
      border-radius: 6px;
      margin-right: 10px;
      width: 230px;
      height: 60px;
      font-size: 20px;
      line-height: 30px; }
    .rightForm .upload-files .files span {
      font-size: 12px;
      color: #27282e; }
    .rightForm .upload-files .files input {
      position: absolute;
      left: 0;
      opacity: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      top: 0; }
  .rightForm .upload {
    padding-left: 180px;
    position: relative;
    top: 0; }
    .rightForm .upload li {
      display: inline-block;
      margin-bottom: 30px;
      margin-right: 30px;
      border: 1px solid #cccccc;
      background-color: transparent;
      padding: 5px 15px;
      border-radius: 6px;
      position: relative; }
      .rightForm .upload li a {
        position: absolute;
        top: -6px;
        right: -8px;
        cursor: pointer; }
  .rightForm .upload-tips {
    display: block;
    text-align: center;
    top: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #8e8b9d;
    position: relative;
    left: -25px; }
  .rightForm .btn.btn-primary {
    display: inline-block;
    width: 230px;
    height: 60px;
    border: 1px solid #707070;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    background-color: #f2f2f2;
    font-size: 20px;
    position: relative;
    left: -25px; }
  .rightForm .bom-btn {
    margin-left: 180px;
    margin-bottom: 108px; }
    .rightForm .bom-btn .submit-btn {
      display: block;
      width: 100%;
      height: 60px;
      background: transparent linear-gradient(90deg, #6584ff 0%, #0054ff 100%) 0% 0% no-repeat padding-box;
      border-radius: 6px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      font-size: 22px;
      margin-top: 68px;
      text-align: center;
      line-height: 60px;
      cursor: pointer; }

.link {
  color: #0054ff;
  cursor: pointer; }

font.point {
  color: #fd3b3c;
  position: relative;
  top: -4px; }

@media (min-width: 768px) and (max-width: 1200px) {
  .faq-0-list {
    width: 800px !important; }
    .faq-0-list .header-blank div {
      justify-content: flex-end;
      width: 800px !important; } }
@media screen and (max-width: 768px) {
  .add-change-nav {
    border-bottom: none; }
    .add-change-nav ul {
      flex-wrap: wrap; }
      .add-change-nav ul li {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #f2f2f2;
        padding: 12px 0;
        position: relative; }
        .add-change-nav ul li::after {
          content: "";
          background: url("../images/common/arrow-down-right-circle.svg") no-repeat center;
          width: 20px;
          height: 20px;
          background-size: cover;
          position: absolute;
          right: 0;
          top: 15px; }
        .add-change-nav ul li.ac {
          color: #0054ff; }
          .add-change-nav ul li.ac::before {
            display: none; }
          .add-change-nav ul li.ac::after {
            content: "";
            background: url("../images/common/arrow-down-right-circle-ac.svg") no-repeat center;
            background-size: cover; }

  .faq-0-list {
    padding: 3.6rem 16px 0; }
    .faq-0-list .add-change-nav {
      padding-top: 0; }
    .faq-0-list .pc {
      display: none !important; }
    .faq-0-list .mob {
      display: block !important; }
    .faq-0-list .header-blank {
      height: auto;
      margin-top: 0;
      padding: 0 16px;
      position: relative; }
      .faq-0-list .header-blank dt,
      .faq-0-list .header-blank dd p {
        font-size: 14px;
        line-height: 50px;
        letter-spacing: 0px;
        color: #1e1c2c;
        height: 50px; }
      .faq-0-list .header-blank p {
        text-decoration: underline; }
      .faq-0-list .header-blank dd {
        display: none; }
      .faq-0-list .header-blank dt {
        position: relative; }
        .faq-0-list .header-blank dt::after {
          content: "";
          position: absolute;
          top: 10px;
          right: 0;
          width: 30px;
          height: 30px;
          line-height: 25px;
          color: #fff;
          text-align: center;
          background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8ZyBpZD0i57uEXzg2NSIgZGF0YS1uYW1lPSLnu4QgODY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3NCAtNDI4KSI+CiAgICA8cGF0aCBpZD0i6Lev5b6EXzEiIGRhdGEtbmFtZT0i6Lev5b6EIDEiIGQ9Ik03LjE3NSwxMi44NCwxMSw5Ljc1bDMuODI1LDMuMDlMMTYsMTEuODg5LDExLDcuODQsNiwxMS44ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDk5Ljg0IDQzMikgcm90YXRlKDkwKSIvPgogICAgPHJlY3QgaWQ9IuefqeW9ol8zNzUiIGRhdGEtbmFtZT0i55+p5b2iIDM3NSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDc0IDQyOCkiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAiLz4KICA8L2c+Cjwvc3ZnPgo=);
          transition: transform 0.3s; }
        .faq-0-list .header-blank dt.ac + dd {
          display: block; }
        .faq-0-list .header-blank dt.ac::after {
          transform: rotate(90deg); }
    .faq-0-list .faq-0-list__title h1 {
      font-size: 1.2857142857rem;
      line-height: 1.9285714286rem;
      padding-top: 35px; }
    .faq-0-list .faq-0-list__list {
      margin-bottom: 2.8571428571rem; }
      .faq-0-list .faq-0-list__list .unit {
        padding: 15px 0; }
        .faq-0-list .faq-0-list__list .unit h2 {
          font-size: 0.8571428571rem;
          line-height: 1.5rem; }
          .faq-0-list .faq-0-list__list .unit h2::after {
            top: -5px;
            width: 20px;
            height: 20px; }
        .faq-0-list .faq-0-list__list .unit .cnt .p {
          font-size: 0.8571428571rem !important;
          line-height: 1.5rem !important; }
      .faq-0-list .faq-0-list__list .unit.active div.cnt {
        padding-top: 0.7142857143rem; }
    .faq-0-list .blue-tips {
      padding: 15px; }
      .faq-0-list .blue-tips p {
        font-size: 24;
        line-height: 42; }
    .faq-0-list .rightForm .tips {
      font-size: 24;
      line-height: 42 !important;
      width: 100%;
      margin-bottom: 10;
      display: block; }
    .faq-0-list .rightForm .input-item {
      width: 100%;
      margin-bottom: 50; }
      .faq-0-list .rightForm .input-item .input {
        width: 100%;
        height: 40px; }
      .faq-0-list .rightForm .input-item div.select-div select {
        background-position-x: 95%;
        padding-left: 10px; }
    .faq-0-list .rightForm .err-box {
      font-size: 12px;
      padding-left: 20px; }
      .faq-0-list .rightForm .err-box::after {
        width: 15px;
        height: 15px;
        top: 2px; }
    .faq-0-list .rightForm .error {
      margin-left: 0;
      margin-top: 50px;
      margin-bottom: 20px !important; }
    .faq-0-list .rightForm .error-text {
      top: 154px;
      left: 0; }
    .faq-0-list .rightForm .openSys {
      margin: 0; }
      .faq-0-list .rightForm .openSys div {
        height: 65px;
        margin-bottom: 50; }
      .faq-0-list .rightForm .openSys .txt span {
        display: block;
        font-size: 24;
        line-height: 42 !important;
        margin-bottom: 10; }
      .faq-0-list .rightForm .openSys .input-item {
        width: 100%; }
        .faq-0-list .rightForm .openSys .input-item .input {
          width: 100%;
          height: 40px; }
    .faq-0-list .rightForm .txt::-webkit-input-placeholder {
      /* placeholder字号  */
      font-size: 24; }
    .faq-0-list .rightForm .upload {
      position: relative;
      top: 50px;
      padding-left: 0; }
    .faq-0-list .rightForm .btn.btn-primary {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 24;
      left: 0; }
    .faq-0-list .rightForm .upload-tips {
      left: 0;
      text-align: center;
      font-size: 24; }
    .faq-0-list .rightForm .input-box {
      margin-top: 150; }
    .faq-0-list .rightForm .code-pic {
      height: 40px !important;
      margin-left: 10px !important; }
    .faq-0-list .rightForm .bom-btn {
      margin-left: 0;
      margin-bottom: 180; }
      .faq-0-list .rightForm .bom-btn a {
        height: 40px;
        font-size: 24;
        line-height: 40px;
        margin-top: 50; } }

/*# sourceMappingURL=faqs-web.css.map */
