html, body {
    padding: 0;
    margin: 0;
    font-family: "-apple-system","PingFang TC","Microsoft JhengHei","Source Sans Pro", Helvetica, sans-serif; }
  
  h6 {
    padding: 0;
    margin: 0;
    font-weight: normal; }
  
  p {
    padding: 0;
    margin: 0;
    color: #fff; }
  
  .popup {
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 60%;
    position: fixed;
    top: 40%;
    line-height: 22px;
    color: #fff;
    border-radius: 10px;
    padding: 25px 35px;
    display: none; }
  
  .toastBtn {
    width: 152px;
    height: 33px;
    line-height: 33px;
    border: 2px #E0A124 solid;
    border-radius: 16.5px;
    background-color: #f7d99a;
    margin: 10px auto 0;
    font-size: 17px;
    color: #2c240f; }
  
  .clear-both {
    clear: both; }
  
  #jsremindPop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85); }
    #jsremindPop[show] {
      display: block; }
    #jsremindPop .pop_bg {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  
  img {
    max-width: 100%; }
  
  a {
    text-decoration: none; }
  
  body {
    background: #3E362C;
    color: #fff;
    font-size: 22px; }
  
  button:focus {
    outline: none; }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    vertical-align: top; }
  
  .area_main_desktop {
    position: relative;
    background: url("../images/banner.jpg") no-repeat top center;
    background-size: cover;
    min-height: 570px; }
  
  .area_main .logo {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 50px;
    position: relative; }
  
  .area_main .area_main_word {
    position: absolute;
    top: 30%;
    right: 25%; }
  
  .area_main .area_main_qrcode {
    color: #A09485;
    font-size: 1.8rem;
    font-weight: normal;
    padding-left: 7%; }
    .area_main .area_main_qrcode h6 {
      padding-left: 4%; }
  
  .area_reason {
    padding-top: 2rem; }
    .area_reason .iphone {
      width: 40%;
      float: left;
      display: block; }
      .area_reason .iphone img {
        padding-top: 2rem; }
    .area_reason .three_reason {
      width: 56%;
      float: right;
      display: block; }
      .area_reason .three_reason .three_reason_dialogue {
        font-size: 1.8rem;
        border-radius: 50px;
        text-align: center;
        background: rgba(0, 0, 0, 0.55);
        padding: 1rem;
        max-width: 650px;
        letter-spacing: 1px;
        position: relative; }
        .area_reason .three_reason .three_reason_dialogue .three_reason_dialogue_trangle {
          position: absolute;
          top: -25px;
          right: 30%; }
      .area_reason .three_reason ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 2rem; }
        .area_reason .three_reason ul li {
          line-height: 3.6rem;
          font-weight: normal;
          position: relative;
          padding-left: 8.5rem; }
        .area_reason .three_reason ul li:before {
          content: url(/i999/images/icon-check.png);
          position: absolute;
          left: 6rem;
          top: 2px; }
        .area_reason .three_reason ul li:nth-child(4) {
          color: #FFB711; }
        .area_reason .three_reason ul li:nth-child(4):before {
          content: url(/images/icon-check-orange.png);
          position: absolute;
          top: 9px; }
        .area_reason .three_reason ul a {
          color: #FFB711;
          font-size: 2rem;
          position: relative;
          margin-left: 5px; }
          .area_reason .three_reason ul a:after {
            position: absolute;
            content: '';
            bottom: 4px;
            left: 0;
            width: 100%;
            background: #FFB711;
            height: 1px; }
  
  .area_social {
    margin-top: -180px;
    background: url("../images/7f54f5acdc6b8f41.png") no-repeat top center;
    background-size: 100%;
    padding-top: 160px; }
    .area_social .area_social_box {
      background: rgba(0, 0, 0, 0.7);
      padding: 3rem; }
      .area_social .area_social_box .area_social_box_row {
        border-bottom: 1px solid rgba(216, 216, 216, 0.4);
        margin-bottom: 2.4rem;
        vertical-align: top;
        position: relative; }
        .area_social .area_social_box .area_social_box_row img {
          float: left;
          display: block;
          margin-right: 1.4rem; }
        .area_social .area_social_box .area_social_box_row h5 {
          font-size: 1.6rem;
          color: #FFB711;
          padding: 0;
          margin: 0;
          margin-bottom: 10px; }
        .area_social .area_social_box .area_social_box_row p {
          line-height: 2rem;
          margin-bottom: 1rem; }
        .area_social .area_social_box .area_social_box_row a {
          width: 100px;
          position: absolute;
          text-align: center;
          display: block;
          z-index: 5;
          padding: .5rem 2.5rem;
          border-radius: 50px;
          right: 0px;
          top: 1.4rem;
          border: 1px solid #AC7800;
          background: rgba(132, 93, 4, 0.23);
          color: #FFB711; }
      .area_social .area_social_box .area_social_box_row:last-child {
        margin-bottom: .6rem;
        border-bottom: 0; }
  
  .install-step {
    padding: 3rem 0;
    text-align: center; }
    .install-step h2 {
      color: #FFB711;
      position: relative;
      font-weight: normal;
      letter-spacing: 1px; }
    .install-step p {
      font-size: 1.2rem; }
  
  .area_install {
    background: rgba(0, 0, 0, 0.7);
    padding: 5rem 0;
    margin-top: 3rem; }
    .area_install .install-row {
      margin: 4rem 0; }
      .area_install .install-row .install-word {
        display: inline-block;
        width: 49%; }
        .area_install .install-row .install-word h2 {
          font-weight: normal;
          color: #FFB711;
          position: relative;
          padding-bottom: 1.2rem;
          margin-bottom: 2rem;
          font-size: 2rem;
          letter-spacing: 1px; }
          .area_install .install-row .install-word h2:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            background: #85610E;
            width: 200px;
            height: 1px; }
        .area_install .install-row .install-word ul {
          list-style: decimal;
          padding: 0;
          margin: 0; }
          .area_install .install-row .install-word ul li {
            line-height: 3.2rem;
            margin-left: 1.4rem; }
      .area_install .install-row .install-icon {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        text-align: center; }
    .area_install .install-icon-ios {
      padding-top: 7rem; }
    .area_install .install-icon-android {
      padding-top: 3rem; }
  
  button.yellow {
    border: 1px solid #FFB711;
    font-size: 1.2rem;
    padding: .9rem;
    border-radius: 50px;
    background: #fffddb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fffddb 0%, #e6b900 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fffddb 0%, #e6b900 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fffddb 0%, #e6b900 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffddb', endColorstr='#e6b900',GradientType=0 );
    /* IE6-9 */ }
  
  .area-potato {
    background: url("../images/1f41094111d8ab71.jpg") no-repeat top center;
    min-height: 500px;
    background-size: cover; }
    .area-potato .potato_heart {
      text-align: center;
      padding: 8rem 0; }
      .area-potato .potato_heart h2 {
        color: #FFB711;
        font-weight: normal;
        padding: 0;
        margin: 0;
        margin-top: 0rem; }
      .area-potato .potato_heart p {
        margin-top: .2rem; }
      .area-potato .potato_heart button {
        margin-top: 3rem;
        padding: .9rem;
        width: 200px; }
  
  .pop_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 201; }
  
  .pop_content {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85.9375%;
    border-radius: 20px;
    background-color: #c6bdaa;
    text-align: center;
    padding: 0 35px;
    padding-top: 25px;
    color: #1e1b14; }
  
  .pop_content_header {
    margin-bottom: 18px; }
    .pop_content_header h3 {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 36px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1.389;
      margin-bottom: 8px; }
    .pop_content_header p {
      font-size: 24px;
      line-height: 1.75;
      color: #1e1b14; }
      .pop_content_header p span {
        color: #ac1f38; }
  
  .pop_content_detail {
    border-radius: 6px;
    background-color: #e9e1ce;
    padding: 0 12px;
    padding-bottom: 41px;
    margin-bottom: 28px; }
  
  .pop_content_detail_method {
    display: flex;
    padding-top: 29px;
    padding-left: 38px;
    align-items: center; }
    .pop_content_detail_method_num {
      margin-right: 39px;
      width: 54px; }
    .pop_content_detail_method_num-text {
      font-size: 24px;
      font-weight: 600;
      padding-top: 30px; }
    .pop_content_detail_method_num-num {
      font-size: 90px;
      line-height: 120px;
      font-weight: 300;
      margin-top: -10px; }
    .pop_content_detail_method_list {
      font-size: 24px;
      line-height: 1.75; }
      .pop_content_detail_method_list ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: left; }
        .pop_content_detail_method_list ul li {
          display: flex;
          font-size: 24px; }
          .pop_content_detail_method_list ul li div:nth-child(1) {
            width: 12px; }
          .pop_content_detail_method_list ul li div:nth-child(2) {
            margin-left: 15px; }
          .pop_content_detail_method_list ul li span {
            color: #d25a09; }
  
  .pop_content_detail-line {
    border-top: 1px dashed #87acaa;
    width: 100%;
    margin-top: 29px; }
  
  .pop_content-desc {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 6px 0;
    justify-content: center;
    width: 95.25%;
    margin-bottom: 28px; }
    .pop_content-desc p {
      font-size: 24px;
      color: #ac1f38;
      margin: 0 7px; }
    .pop_content-desc img {
      width: 22px; }
  
  .pop_content-btn_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
    .pop_content-btn_wrapper .pop_content-btn {
      flex: 0 0 47%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 72px;
      font-size: 26px;
      letter-spacing: 1px;
      text-align: center;
      color: #ffffff;
      border-radius: 36px;
      background: #d44746; }
      .pop_content-btn_wrapper .pop_content-btn-testflight {
        flex-direction: column;
        background: #584b35; }
      .pop_content-btn_wrapper .pop_content-btn span {
        font-size: 20px; }
  
  .floatBall {
    position: fixed;
    top: 70%;
    right: 1.33333vw;
    z-index: 1; }
    .floatBall img {
      width: 14.4vw;
      height: 15.46667vw; }
  
  @media (max-width: 1360px) {
    .area_main_desktop {
      min-height: 400px; }
    .container {
      max-width: 960px;
      width: 80%; }
    .area_install .install-row {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .area_main_desktop .area_main .area_main_word {
      right: 15%; } }
  
  @media (max-width: 1064px) {
    .area_main_desktop .area_main .area_main_word {
      right: 3%; }
      .area_main_desktop .area_main .area_main_word img {
        width: 80%; }
    .area_main_desktop .area_main .area_main_qrcode > img {
      width: 230px; }
    .area_main_desktop .area_main .area_main_qrcode h6 {
      padding-left: 3%; }
    .area_reason .three_reason .three_reason_dialogue {
      font-size: 1.5rem; } }
  
  @media (max-width: 991px) {
    .area_reason .three_reason ul li {
      padding-left: 3.5rem; }
    .area_reason .three_reason ul li:before {
      left: 1.8rem; } }
  
  @media (max-width: 768px) {
    body {
      font-size: 16px; }
    .area_main .logo {
      background: rgba(0, 0, 0, 0.8);
      top: 0;
      z-index: 5;
      position: fixed;
      left: 0;
      height: 50px;
      padding-top: 10px; }
      .area_main .logo img {
        height: 45px;
        padding-left: 20px; }
    .area_main .red_button {
      background: #E73737;
      position: absolute;
      right: 20px;
      top: 10px;
      color: #fff;
      padding: .4rem;
      width: 120px;
      text-align: center;
      border: 1px solid #E73737;
      font-size: 1.1rem;
      letter-spacing: 1px;
      border-radius: 50px;
      z-index: 2; }
    .area_main_mobile {
      padding-top: 0px; }
    .area_social {
      margin-top: 0px;
      background: url("../images/1354e92c3aaea16f.jpg") no-repeat top center;
      background-size: 100%; }
      .area_social .area_social_box {
        padding: 1.5rem;
        width: 80%;
        margin: 0 auto;
        margin-top: 10rem; }
        .area_social .area_social_box .area_social_box_row img {
          width: 80px; }
        .area_social .area_social_box .area_social_box_row a {
          padding: .7rem; }
    .area_reason {
      padding-top: 0rem;
      margin-top: 0rem; }
      .area_reason .iphone {
        width: 38%;
        z-index: 3; }
        .area_reason .iphone img {
          padding-top: 0; }
      .area_reason .three_reason {
        width: 62%;
        margin-top: -1rem; }
        .area_reason .three_reason ul {
          margin-top: 1rem; }
          .area_reason .three_reason ul li {
            line-height: 3.2rem;
            padding-left: 3.2rem;
            font-size: 1.4rem; }
            .area_reason .three_reason ul li:before {
              left: 2rem;
              content: url(/i999/images/icon-check.png); }
        .area_reason .three_reason .three_reason_dialogue {
          font-size: 1.7rem;
          text-align: left;
          padding: .5rem 1.5rem; }
          .area_reason .three_reason .three_reason_dialogue .three_reason_dialogue_trangle {
            top: -15px; }
    .download_button {
      clear: both;
      display: block;
      text-align: center;
      padding-top: 1rem; }
      .download_button button {
        padding: .8rem 0;
        font-size: 1.4rem;
        width: 94%;
        margin: 0 auto;
        margin-bottom: .8rem; }
        .download_button button img {
          width: 25px; }
      .download_button .download_button_ios, .download_button .download_button_android {
        display: inline-block;
        width: 49%; }
    .mobile_install_title {
      background: rgba(0, 0, 0, 0.7);
      color: #FFB711;
      padding: 1rem; }
    .area_install {
      background: transparent;
      padding: 0; }
      .area_install h2 {
        padding: 0rem 1rem;
        font-size: 2rem;
        font-weight: normal;
        letter-spacing: 1px; }
        .area_install h2 p {
          color: #fff;
          font-size: 1.2rem;
          padding-left: 4.5rem; }
    .step_box {
      display: inline-block;
      width: 49%;
      vertical-align: top;
      margin: 3rem 0 .5rem 0; }
      .step_box img {
        width: 95%; }
      .step_box h3 {
        font-size: 1.2rem;
        font-weight: normal; }
    .pop_content {
      padding: 0 4.55729vw;
      padding-top: 3.25521vw; }
    .pop_content_header h3 {
      font-size: 4.6875vw; }
    .pop_content_header p {
      font-size: 3.125vw; }
    .pop_content_detail {
      padding-bottom: 5.33854vw;
      margin-bottom: 3.64583vw; }
    .pop_content_detail_method {
      padding-top: 3.77604vw;
      padding-left: 4.94792vw; }
      .pop_content_detail_method_num {
        width: 7.03125vw; }
      .pop_content_detail_method_num-text {
        font-size: 3.125vw; }
      .pop_content_detail_method_num-num {
        font-size: 11.71875vw;
        line-height: 15.625vw; }
      .pop_content_detail_method_list {
        font-size: 3.125vw; }
        .pop_content_detail_method_list li {
          font-size: 3.125vw; }
    .pop_content_detail-line {
      margin-top: 3.77604vw; }
    .pop_content-desc {
      padding: vw(6) 0;
      border-radius: 3.125vw;
      margin-bottom: 3.64583vw; }
      .pop_content-desc p {
        font-size: 3.125vw; }
      .pop_content-desc img {
        width: 2.86458vw; }
    .pop_content-btn_wrapper {
      margin-bottom: 4.16667vw; }
      .pop_content-btn_wrapper .pop_content-btn {
        height: 9.375vw;
        font-size: 3.125vw;
        letter-spacing: 0.13021vw; }
        .pop_content-btn_wrapper .pop_content-btn span {
          font-size: 2.34375vw; } }
  
  @media (max-width: 640px) {
    body {
      font-size: 14px; }
    li {
      font-size: 12px; }
    .area_social {
      padding-top: 40px; }
      .area_social .area_social_box .area_social_box_row {
        margin-bottom: 1rem; }
        .area_social .area_social_box .area_social_box_row img {
          width: 45px;
          margin-right: .4rem; }
        .area_social .area_social_box .area_social_box_row h5 {
          font-size: 1.1rem;
          margin-bottom: 0; }
        .area_social .area_social_box .area_social_box_row p {
          font-size: .8rem;
          line-height: 1.4rem; }
        .area_social .area_social_box .area_social_box_row a {
          width: 70px;
          top: 0rem; }
    .install-step p {
      font-size: .9rem; }
    .area_install h2 {
      font-size: 1.2rem;
      font-weight: 500; }
      .area_install h2 img {
        width: 25px; }
      .area_install h2 p {
        font-size: .9rem;
        font-weight: normal;
        letter-spacing: 0;
        padding-left: 2rem;
        padding-top: .3rem; }
    .step_box {
      margin: 2rem 0 1rem 0; }
      .step_box h3 {
        font-size: 1rem;
        margin: 0;
        margin-top: 5px; }
    .download_button button {
      width: 100%; }
    .download_button {
      padding-top: 2rem; }
    .download_button button {
      font-size: 1rem; }
    .area_reason .iphone {
      width: 30%; }
    .area_reason .three_reason {
      width: 70%; }
      .area_reason .three_reason ul {
        margin-top: 1rem; }
        .area_reason .three_reason ul li {
          line-height: 2.2rem;
          padding-left: 2.2rem;
          font-size: .9rem; }
          .area_reason .three_reason ul li:before {
            left: .9rem; }
      .area_reason .three_reason .three_reason_dialogue {
        font-size: 1rem;
        padding: .5rem 1.5rem; }
        .area_reason .three_reason .three_reason_dialogue .three_reason_dialogue_trangle {
          top: -15px; } }
  
  @media (max-width: 576px) {
    .pop_content_header {
      margin-bottom: 3.125vw; }
      .pop_content_header h3 {
        font-size: 5.55556vw;
        margin-bottom: 1.38889vw; }
      .pop_content_header p {
        font-size: 3.125vw; }
    .pop_content_detail {
      margin-bottom: 4.16667vw; }
    .pop_content_detail_method_num {
      margin-right: 6.07639vw;
      width: 8.33333vw; }
    .pop_content_detail_method_num-text {
      font-size: 3.47222vw;
      padding-top: 3.47222vw; }
    .pop_content_detail_method_num-num {
      font-size: 13.02083vw;
      line-height: 17.36111vw;
      margin-top: -10px; }
    .pop_content_detail_method_list {
      font-size: 3.47222vw;
      line-height: 1.75; }
      .pop_content_detail_method_list ul li {
        font-size: 3.47222vw; }
        .pop_content_detail_method_list ul li div:nth-child(1) {
          width: 12px; }
        .pop_content_detail_method_list ul li div:nth-child(2) {
          margin-left: 15px; }
    .pop_content-desc {
      margin-bottom: 4.16667vw;
      border-radius: 8.68056vw; }
      .pop_content-desc p {
        font-size: 3.47222vw; }
    .pop_content-btn_wrapper {
      margin-bottom: 4.16667vw; }
      .pop_content-btn_wrapper .pop_content-btn {
        height: 9.375vw;
        font-size: 3.38542vw;
        letter-spacing: 0.13021vw; }
        .pop_content-btn_wrapper .pop_content-btn span {
          font-size: 2.60417vw; } }
  
  @media (max-width: 414px) {
    .pop_content {
      padding-top: 4.83092vw; }
    .pop_content_header h3 {
      font-size: 4.83092vw; }
    .pop_content_header p {
      font-size: 3.26087vw; }
    .pop_content_detail {
      padding: 0 1.93237vw;
      padding-bottom: 5.33854vw;
      margin-bottom: 4.16667vw; }
    .pop_content_detail_method {
      padding-top: 3.77604vw;
      padding-left: 3.62319vw; }
      .pop_content_detail_method_num {
        margin-right: 4.83092vw; }
      .pop_content_detail_method_num-text {
        padding-top: 4.83092vw; }
      .pop_content_detail_method_num-num {
        font-size: 13.28502vw;
        margin-top: -10px;
        font-weight: 100; }
      .pop_content_detail_method_list ul li {
        font-size: 3.26087vw; }
        .pop_content_detail_method_list ul li div:nth-child(2) {
          margin-left: 5px; }
    .pop_content-desc {
      border-radius: 12.07729vw; }
    .pop_content-btn_wrapper {
      margin-bottom: 7.72947vw; }
      .pop_content-btn_wrapper .pop_content-btn {
        height: 11.45833vw;
        font-size: 3.38542vw;
        letter-spacing: 0.24155vw; }
        .pop_content-btn_wrapper .pop_content-btn span {
          font-size: 2.08333vw; } }
  
  @media (max-width: 320px) {
    .download_button button img {
      width: 15px; }
    .download_button button {
      font-size: .9rem; }
    .area_reason .three_reason ul li {
      padding-left: 1.2rem; }
    .area_reason .three_reason ul li:before {
      left: .2rem; }
    .install-step h2 img {
      width: 50px; } }
  
  .headerWrap {
    width: 100%;
    top: 0;
    z-index: 5;
    position: fixed;
    left: 0; }
    .headerWrap .logoWrap {
      display: flex;
      align-items: center;
      padding-left: 20px;
      padding-top: 13px;
      padding-bottom: 13px;
      background: rgba(0, 0, 0, 0.7); }
      .headerWrap .logoWrap .topLogo {
        width: 30.4vw; }
    .headerWrap .headerRight {
      width: 100%; }
      .headerWrap .headerRight img {
        float: right;
        width: 24vw;
        padding-right: 15px; }
  
  .slognWrap {
    position: relative;
    width: 100%;
    z-index: -1; }
    .slognWrap .topSlogan {
      position: absolute;
      top: 120px;
      left: 50%;
      width: 72.8vw;
      transform: translate(-50%, 0); }
  
  .announcement {
    display: flex;
    padding-left: 8px;
    height: 22px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.4); }
    .announcement .annTitle {
      min-width: 30px;
      color: #f3cb71; }
  
  .reasonWrap {
    width: 90%;
    margin: -15px auto 0; }
    .reasonWrap .reasonLeft {
      text-align: center; }
      .reasonWrap .reasonLeft img {
        width: 34.93333vw; }
    .reasonWrap .reasonRight {
      padding-left: 4.53333vw; }
      .reasonWrap .reasonRight li {
        line-height: 2rem; }
      .reasonWrap .reasonRight li:before {
        margin-right: 10px;
        content: url(/i999/images/icon-check.png); }
      .reasonWrap .reasonRight img {
        width: 42.13333vw; }
    .reasonWrap .reasonImg {
      display: flex;
      margin-bottom: 40px; }
  
  .pageTitle {
    padding-left: 5%;
    background: linear-gradient(to right, #1D1921, #3E3633);
    color: #f3cb71;
    font-size: 16px;
    line-height: 30px; }
  
  .container {
    width: 90%;
    margin-top: 22px; }
  
  .downloadWrap {
    display: flex;
    font-size: vw(31);
    color: #f3cb71; }
    .downloadWrap .androidWrap, .downloadWrap .iosWrap {
      position: relative;
      width: 50%;
      text-align: center;
      padding-top: 15px; }
    .downloadWrap .androidWrap {
      margin-right: 5px; }
      .downloadWrap .androidWrap img {
        position: absolute;
        width: 57px;
        top: 5px;
        left: 50%;
        transform: translate(-50%, 0); }
    .downloadWrap .iosWrap {
      margin-left: 5px; }
      .downloadWrap .iosWrap img {
        position: absolute;
        width: 52px;
        top: 2px;
        left: 50%;
        transform: translate(-50%, 0); }
    .downloadWrap .downloadBtn {
      margin-top: 20px;
      border: 1px #e0a124 solid;
      background-color: #2f240e;
      border-radius: 5px;
      padding: 11px 0; }
  
  .goldLine {
    text-align: center; }
    .goldLine img {
      width: 80%; }
  
  .instructions {
    text-align: center;
    margin: 12px 0;
    font-size: 10px;
    line-height: 16px; }
  
  .informationWrap {
    width: 90%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    margin: 20px auto 20px; }
    .informationWrap .area_social_box_row {
      position: relative;
      display: flex;
      padding: 22px 0; }
      .informationWrap .area_social_box_row .informationItem {
        margin-left: 10px; }
      .informationWrap .area_social_box_row h5 {
        padding: 0;
        margin: 0;
        font-size: 1.1rem; }
      .informationWrap .area_social_box_row p {
        font-size: 12px; }
    .informationWrap .grayLine {
      width: 90%;
      height: 1px;
      margin: 0 auto;
      background-color: rgba(216, 216, 216, 0.4); }
    .informationWrap img {
      margin-left: 10px;
      width: 10.66667vw;
      height: 10.66667vw; }
    .informationWrap .clickCopy {
      padding: 0 15px;
      height: 32px;
      line-height: 32px;
      background-color: #f7da99;
      border-radius: 20px;
      text-align: center;
      position: absolute;
      right: 10px;
      top: 50%;
      color: #000;
      transform: translate(0, -50%); }
  
  .installWraps {
    background: #524839;
    padding-bottom: 25px; }
    .installWraps p {
      font-size: 13px;
      line-height: 25px; }
    .installWraps .installItem {
      margin-top: 25px;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      background: #191815;
      height: 40px; }
      .installWraps .installItem .item {
        position: relative;
        width: 24%;
        line-height: 40px;
        text-align: center; }
      .installWraps .installItem .active p {
        color: #f3cb71; }
      .installWraps .installItem .activeLine {
        position: absolute;
        bottom: -7px;
        height: 3px;
        width: 100%;
        background-color: #F3CB71; }
    .installWraps .installAndroid, .installWraps .iosSignature, .installWraps .iosLasting {
      width: 90%;
      margin: 0 auto; }
      .installWraps .installAndroid .installImg, .installWraps .iosSignature .installImg, .installWraps .iosLasting .installImg {
        text-align: center; }
        .installWraps .installAndroid .installImg img, .installWraps .iosSignature .installImg img, .installWraps .iosLasting .installImg img {
          width: 66.13333vw; }
    .installWraps .stepText {
      display: flex; }
    .installWraps .step {
      margin-right: 5px;
      color: #ffce00;
      min-width: 60px; }
    .installWraps .step:before {
      content: url(/i999/images/icon-check.png); }
    .installWraps .installStore {
      width: 90%;
      margin: 0 auto; }
      .installWraps .installStore .tfBtn {
        width: 42.4vw; }
      .installWraps .installStore .av9Btn {
        width: 36.8vw; }
      .installWraps .installStore .installNotes {
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        padding: 19px 11px 14px;
        border-radius: 10px; }
      .installWraps .installStore .installIcon {
        margin-right: 19px;
        width: 16vw; }
      .installWraps .installStore .endNotes {
        background: rgba(0, 0, 0, 0.4);
        padding: 19px 11px 14px;
        border-radius: 10px; }
  
  .footer {
    position: relative;
    text-align: center;
    background-size: cover; }
    .footer .footerText {
      font-size: 10px;
      width: 100%;
      position: absolute;
      padding: 8px 0;
      background: rgba(0, 0, 0, 0.6); }
  
  .desktop_show .fixHeader {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2; }
    .desktop_show .fixHeader .logo {
      margin: 1.82292vw 0 0 14.47917vw;
      width: 16.875vw; }
    .desktop_show .fixHeader .feedback {
      float: right;
      width: 12.13542vw;
      margin: 2.55208vw 11.61458vw 0 0; }
    .desktop_show .fixHeader .desktopWatch {
      float: right;
      width: 12.13542vw;
      margin: 2.55208vw 2.60417vw 0 0; }
  
  .desktop_show .deskHeader {
    position: relative;
    font-size: 1.5625vw; }
    .desktop_show .deskHeader .chatbox {
      width: 32.96875vw;
      height: 6.875vw;
      position: absolute;
      top: 17.76042vw;
      left: 10.98958vw;
      background-image: url(../images/b7ef525b298d4971.png);
      background-size: cover;
      text-align: center;
      line-height: 5.20833vw; }
      .desktop_show .deskHeader .chatbox span {
        color: #f3cb71; }
    .desktop_show .deskHeader .threeReason {
      position: absolute;
      top: 25.78125vw;
      left: 13.64583vw; }
      .desktop_show .deskHeader .threeReason li {
        line-height: 3.90625vw; }
      .desktop_show .deskHeader .threeReason li:before {
        margin-right: 0.52083vw;
        content: url(/i999/images/icon-check.png); }
    .desktop_show .deskHeader .slogan {
      position: absolute;
      width: 36.35417vw;
      top: 12.91667vw;
      right: 15.05208vw; }
  
  .desktop_show .watchQrcodeWrap {
    width: 25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.30208vw;
    background: #FFF;
    border-radius: 1.30208vw;
    padding: 1.5625vw;
    text-align: center;
    z-index: 1; }
    .desktop_show .watchQrcodeWrap p {
      color: #000;
      margin-bottom: 1.04167vw;
      line-height: 1.5; }
  
  .desktop_show .qrcodeWrap {
    margin-left: 15.67708vw; }
  
  .desktop_show .phoneImg {
    margin-left: 16.14583vw;
    width: 24.16667vw; }
  
  .desktop_show .qrcodeDescription {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.1875vw; }
    .desktop_show .qrcodeDescription img {
      margin-right: 0.67708vw; }
  
  .desktop_show .qrcodeBackground {
    background: #FFF;
    border-radius: 1.30208vw;
    padding: 1.5625vw;
    text-align: center; }
  
  .desktop_show canvas {
    width: 18.22917vw; }
  
  .desktop_show .desktopInformationWrap {
    display: flex;
    justify-content: space-around;
    margin: 3.38542vw 0 5.26042vw; }
  
  .desktop_show .desktopInformationItem {
    background-color: #131310;
    width: 23.95833vw;
    text-align: center;
    border-radius: 2.08333vw;
    padding-bottom: 1.97917vw; }
    .desktop_show .desktopInformationItem img {
      width: 6.5625vw;
      margin-top: 1.875vw; }
    .desktop_show .desktopInformationItem .itemTitle {
      font-size: 2.34375vw;
      margin-top: 1.30208vw; }
    .desktop_show .desktopInformationItem .itemText {
      font-size: 1.5625vw;
      margin-top: 0.46875vw; }
    .desktop_show .desktopInformationItem .itemBtn {
      width: 13.22917vw;
      height: 4.375vw;
      background-color: #f7da99;
      border-radius: 2.34375vw;
      color: #2e230f;
      text-align: center;
      line-height: 4.375vw;
      margin: 1.97917vw auto 0;
      font-size: 1.82292vw;
      cursor: pointer; }
  
  .desktop_show .desktopFooter {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 1.5625vw;
    line-height: 2.86458vw;
    padding: 1.25vw 0; }
  
  /*# sourceMappingURL=style.css.map */
  