@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}

@media (max-width: 960px) {
  body.offcanvas-show {
    overflow-y: hidden;
  }
}
body.modal-show {
  overflow-y: hidden;
}

#_html {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  position: relative;
  flex: 1;
  padding-top: 64px;
}

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1103;
  background-color: rgba(255, 255, 255, 0.6);
}
#loading::before {
  content: "";
  color: #136ff6;
  animation: spinner-border 0.75s linear infinite;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border-radius: 50%;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.loader {
  margin: 75px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 20px;
  -webkit-clip-path: inset(0 3ch 0 0);
          clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(4) infinite;
  color: #8d8e90;
}
@keyframes l4 {
  to {
    -webkit-clip-path: inset(0 -1ch 0 0);
            clip-path: inset(0 -1ch 0 0);
  }
}
.loader::before {
  content: "正在加载...";
}

.placeholder-item {
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.0666666667) 33%, rgba(0, 0, 0, 0.3333333333) 50%, rgba(0, 0, 0, 0.0666666667) 66%) #f2f2f2;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {
    background-position: right;
  }
}
.placeholder-item:nth-of-type(even) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.0666666667) 33%, rgba(0, 0, 0, 0.3333333333) 50%, rgba(0, 0, 0, 0.0666666667) 66%) #ffffff;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
}

.toggleSize {
  animation: toggleSize 1.5s infinite;
}
@keyframes toggleSize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

i.icon {
  display: inline-block;
}

.download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.download .android_download,
.download .ios_download {
  width: 120px;
}
.download .android_download a,
.download .ios_download a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
  width: 100%;
  margin-top: 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #0d0d0d;
  color: white;
  font-size: 14px;
}
.download .android_download a:active,
.download .ios_download a:active {
  transform: scale(0.98);
}

.app_info {
  line-height: 1.8;
}
.app_info tr td:nth-of-type(1) {
  width: 180px;
}

.content_container {
  padding: 80px 0;
  line-height: 2;
  margin: 0 auto;
  width: 66.7%;
  text-align: justify;
}
.content_container header {
  margin-bottom: 20px;
}
.content_container header .time {
  margin-top: 10px;
}
.content_container h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .content_container {
    padding: 50px 0;
    width: 83.33333333%;
  }
}

.footer_1 {
  height: 160px;
  width: 100%;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #031630;
  gap: 16px;
}

.error_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 20px;
}

input {
  width: 100%;
  outline: none;
  border: none;
}
input::-moz-placeholder {
  color: #9d9d9d !important;
}
input::placeholder {
  color: #9d9d9d !important;
}
input:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 93, 255, 0.3);
}

*[role=button],
button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: unset;
}

a {
  cursor: pointer;
  color: unset;
  text-decoration: none;
}

ul,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

ol li {
  list-style-type: decimal;
}

.btn {
  display: inline-block;
  min-width: 140px;
  padding: 10px 38px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 700;
  color: #ffffff;
  background: #1877f2;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
}
.btn:hover {
  background: #3e8df4;
}
.btn:active {
  background: #0a56b7;
}

.btn.disabled {
  color: #a7a7a7;
  background: #f2f2f2;
}

.btn.btn-giant {
  min-width: 180px;
  padding: 12px 58px;
  font-size: 16px;
  border-radius: 10px;
}

.btn.btn-outline {
  color: #1877f2;
  background: #ffffff;
  border: 2px solid #1877f2;
}
.btn.btn-outline:hover {
  background: #ecf4fe;
}
.btn.btn-outline:active {
  background: #c5ddfc;
}

.btn.btn-ghost {
  color: #1877f2;
  background: transparent;
}
.btn.btn-ghost:hover {
  background: #ecf4fe;
}
.btn.btn-ghost:active {
  background: #c5ddfc;
}

.h4,
.h3,
.h2,
.h1 {
  line-height: 1.5;
  margin: 0;
}

.h1 {
  font-size: 48px;
  font-weight: 900;
}

.h2 {
  font-size: 30px;
  font-weight: 700;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
}

.h4 {
  font-size: 20px;
  font-weight: 500;
}

small {
  font-size: 14px;
}

@media (max-width: 960px) {
  .btn {
    min-width: 120px;
    padding: 8px 32px;
    font-size: 14px;
    border-radius: 7px;
  }
  .btn.btn-giant {
    min-width: 140px;
    padding: 8px 38px;
    font-size: 16px;
    border-radius: 8px;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .btn {
    min-width: 100px;
    padding: 6px 26px;
    font-size: 12px;
    border-radius: 6px;
  }
  .btn.btn-giant {
    min-width: 120px;
    padding: 6px 32px;
    font-size: 14px;
    border-radius: 7px;
  }
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
}
section #content br {
  display: none !important;
}

.flex {
  display: flex !important;
}

.flex-col {
  flex-direction: column !important;
}

.justify-center {
  justify-content: center !important;
}

.items-center {
  align-items: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.icon { background-image: url(/static/images/icons.png);background-size: 923px 724px;}
.about_c2_icon1 { width: 40px; height: 40px; background-position: -878px -86px; }
.about_c2_icon2 { width: 40px; height: 40px; background-position: -650px -566px; }
.about_c2_icon3 { width: 40px; height: 40px; background-position: -694px -566px; }
.about_c2_icon4 { width: 40px; height: 40px; background-position: -738px -566px; }
.about_c2_icon5 { width: 40px; height: 40px; background-position: -782px -566px; }
.about_c2_icon6 { width: 40px; height: 40px; background-position: -826px -566px; }
.btn_bg { width: 170px; height: 60px; background-position: -650px -86px; }
.complete { width: 40px; height: 40px; background-position: -870px -566px; }
.download_fig1 { width: 321px; height: 200px; background-position: 0px 0px; }
.download_fig2 { width: 321px; height: 200px; background-position: -325px 0px; }
.download_fig3 { width: 321px; height: 200px; background-position: 0px -204px; }
.download_fig4 { width: 321px; height: 200px; background-position: -325px -204px; }
.download_fig5 { width: 321px; height: 200px; background-position: 0px -408px; }
.download_fig6 { width: 321px; height: 200px; background-position: -325px -408px; }
.download_rectangle { width: 273px; height: 82px; background-position: -650px 0px; }
.home_c1_item1 { width: 78px; height: 78px; background-position: -818px -318px; }
.home_c1_item2 { width: 78px; height: 78px; background-position: -650px -402px; }
.home_c1_item3 { width: 78px; height: 78px; background-position: -732px -402px; }
.home_c1_item4 { width: 78px; height: 78px; background-position: -814px -402px; }
.home_c1_item5 { width: 78px; height: 78px; background-position: -650px -484px; }
.home_c1_item6 { width: 78px; height: 78px; background-position: -732px -484px; }
.home_c1_item7 { width: 78px; height: 78px; background-position: -814px -484px; }
.home_c3_item1 { width: 72px; height: 72px; background-position: 0px -612px; }
.home_c3_item2 { width: 72px; height: 72px; background-position: -76px -612px; }
.home_c3_item3 { width: 72px; height: 72px; background-position: -152px -612px; }
.home_c3_item4 { width: 72px; height: 72px; background-position: -228px -612px; }
.home_c3_item5 { width: 72px; height: 72px; background-position: -304px -612px; }
.icon_ac { width: 32px; height: 32px; background-position: -80px -688px; }
.icon_Android { width: 18px; height: 20px; background-position: -902px -150px; }
.icon_arrow { width: 22px; height: 12px; background-position: -900px -318px; }
.icon_close { width: 36px; height: 36px; background-position: -870px -612px; }
.icon_code { width: 32px; height: 32px; background-position: -116px -688px; }
.icon_cross { width: 32px; height: 32px; background-position: -152px -688px; }
.icon_cs { width: 32px; height: 32px; background-position: -188px -688px; }
.icon_download { width: 32px; height: 32px; background-position: -224px -688px; }
.icon_id { width: 32px; height: 32px; background-position: -260px -688px; }
.icon_iOS { width: 18px; height: 20px; background-position: -902px -174px; }
.icon_open { width: 36px; height: 36px; background-position: 0px -688px; }
.icon_password { width: 36px; height: 36px; background-position: -40px -688px; }
.icon_person { width: 32px; height: 32px; background-position: -296px -688px; }
.icon_phone { width: 32px; height: 32px; background-position: -332px -688px; }
.icon_search { width: 40px; height: 40px; background-position: -650px -612px; }
.icon_step1_active { width: 50px; height: 50px; background-position: -824px -86px; }
.icon_step1 { width: 50px; height: 50px; background-position: -380px -612px; }
.icon_step2_active { width: 50px; height: 50px; background-position: -434px -612px; }
.icon_step2 { width: 50px; height: 50px; background-position: -488px -612px; }
.icon_step3_active { width: 50px; height: 50px; background-position: -542px -612px; }
.icon_step3 { width: 50px; height: 50px; background-position: -596px -612px; }
.icon_tg { width: 40px; height: 40px; background-position: -694px -612px; }
.icon_toggler { width: 40px; height: 40px; background-position: -738px -612px; }
.icon_wechat { width: 40px; height: 40px; background-position: -782px -612px; }
.icon_whatsapp { width: 40px; height: 40px; background-position: -826px -612px; }
.partnerships_c1_icon1 { width: 80px; height: 80px; background-position: -650px -150px; }
.partnerships_c1_icon2 { width: 80px; height: 80px; background-position: -734px -150px; }
.partnerships_c1_icon3 { width: 80px; height: 80px; background-position: -818px -150px; }
.partnerships_c1_icon4 { width: 80px; height: 80px; background-position: -650px -234px; }
.partnerships_c1_icon5 { width: 80px; height: 80px; background-position: -734px -234px; }
.partnerships_c1_icon6 { width: 80px; height: 80px; background-position: -818px -234px; }
.partnerships_c1_icon7 { width: 80px; height: 80px; background-position: -650px -318px; }
.partnerships_c1_icon8 { width: 80px; height: 80px; background-position: -734px -318px; }
:root {
  --form-item-height: 40px;
  --form-fz: 16px;
}

.form-item {
  display: flex;
  position: relative;
  width: 100%;
  height: var(--form-item-height);
  font-size: var(--form-fz);
}
.form-item i {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.form-item input {
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: var(--form-item-height);
  outline: none;
  font-size: var(--form-fz);
  box-shadow: none;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #222222;
}
.form-item .icon_close,
.form-item .icon_open {
  left: unset;
  right: 10px;
  cursor: pointer;
  transform-origin: center;
  transform: scale(0.7) translateY(-75%);
}

.form-item.error input {
  border-color: #c9363c;
}
.form-item.error input:focus {
  box-shadow: none;
}

.input-tip {
  min-height: var(--form-item-height);
  line-height: calc(var(--form-item-height) * 0.7);
  color: #e92020;
}

.input-tip.success {
  color: #5ca500;
}
.register .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .flex_box .banner {
  width: 50%;
  display: flex;
  justify-content: center;
  height: 857px;
  padding-top: 96px;
  background: no-repeat center/cover url(/static/images/banner1.png);
}
.register .flex_box .banner h1 {
  color: white;
}
.register .flex_box .banner h1 br {
  display: none;
}
.register .flex_box .register_container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .flex_box .register_container .inner {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}
.register .flex_box .register_container form .form-item.captcha-f1 button,
.register .flex_box .register_container form .form-item.captcha-f1 .re-btn {
  margin-left: 30px;
  font-size: 16px;
}
.register .flex_box .register_container form button[type=submit] {
  width: 400px;
  height: 48px;
  margin-top: 24px;
}

@media (max-width: 1280px) {
  .register .flex_box {
    flex-direction: column;
  }
  .register .flex_box .banner {
    justify-content: flex-start;
    width: 100%;
    height: 460px;
    padding-top: 135px;
    padding-left: 11.71%;
    background-image: url(/static/images/banner1_1280.png);
  }
  .register .flex_box .banner h1 br {
    display: block;
  }
  .register .flex_box .register_container {
    width: 100%;
    padding: 120px 0;
  }
}
@media (max-width: 500px) {
  .register .flex_box .banner {
    justify-content: flex-start;
    width: 100%;
    height: 230px;
    padding-top: 32px;
    padding-left: 7.6%;
    background-image: url(/static/images/banner1_420.png);
  }
  .register .flex_box .banner h1 {
    font-size: 24px;
  }
  .register .flex_box .register_container {
    padding: 48px 0 0;
  }
  .register .flex_box .register_container .inner {
    width: 100%;
  }
  .register .flex_box .register_container .inner form {
    width: 100%;
    max-width: 356px;
    margin: 0 auto;
  }
  .register .flex_box .register_container .inner form .form-item.captcha-f1 button,
  .register .flex_box .register_container .inner form .form-item.captcha-f1 .re-btn {
    margin-left: 16px;
    font-size: 16px;
  }
  .register .flex_box .register_container .inner form button[type=submit] {
    width: 100%;
    margin-top: 24px;
  }
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

.nav_1 {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  border-bottom: 2px solid #d2d2d2;
  background: #fff;
}
.nav .navbar {
  max-width: 1320px;
  min-width: 1075px;
  height: 64px;
  margin: 0 auto;
  padding: 0 3.125vw;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}
.nav .flex_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav .toggler {
  display: none;
}
.nav .brand {
  flex-shrink: 0;
}
.nav .brand a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #1877f2;
  gap: 10px;
}
.nav .brand img {
  width: 140px;
  aspect-ratio: 1912/511;
}
.nav .offcanvas {
  flex: 1;
}
.nav .close {
  display: none;
}
.nav .body {
  position: relative;
  overflow: hidden;
  width: 710px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.nav .body li {
  width: 56px;
  text-align: center;
}
.nav .body li a {
  position: relative;
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
}
.nav .body li a:hover {
  font-weight: bold;
}
.nav .body li a.active {
  font-weight: bold;
}
.nav .body li a.active::after {
  content: "";
  background: #1877f2;
  left: 0;
  bottom: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 56px;
}

@media (max-width: 960px) {
  .nav .navbar {
    position: relative;
    justify-content: space-between;
    padding: 0 30px;
    min-width: unset;
  }
  .nav .toggler {
    display: block;
  }
  .nav .toggler:focus {
    outline: 4px solid rgba(13, 110, 253, 0.25);
  }
  .nav .brand img {
    width: 125px;
  }
  .nav .offcanvas {
    position: absolute;
    top: 0;
    left: -400px;
    flex: unset;
    width: 400px;
    height: 100vh;
    padding: 30px;
    background-color: #444;
    z-index: 1041;
    transition: left 300ms;
  }
  .nav .offcanvas .close {
    display: block;
    margin-bottom: 30px;
  }
  .nav .offcanvas .close:focus {
    outline: 4px solid rgba(255, 255, 255, 0.25);
  }
  .nav .offcanvas .body {
    display: flex;
    flex-direction: column;
    width: unset;
    gap: 0px;
    color: white;
  }
  .nav .offcanvas .body li {
    width: 100%;
    text-align: left;
  }
  .nav .offcanvas .body li a {
    color: #bdbdbd;
  }
  .nav .offcanvas .body li a.active {
    color: white;
  }
  .nav .offcanvas.show {
    left: 0px;
  }
  .nav #nav-backdrop {
    display: none;
    background-color: #000;
    height: 100vh;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
  }
}
@media (max-width: 500px) {
  .nav .navbar {
    padding: 0 30px;
    gap: 15px;
  }
  .nav .brand img {
    width: 100px;
  }
  .nav .flex_box {
    gap: 15px;
  }
  .nav .toggler {
    transform: scale(0.8);
  }
}
.step {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 120px;
}
.step::before, .step::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d2d2d2;
  top: 50%;
  transform: translateY(-50%);
}
.step::after {
  background-color: #1877f2;
  left: 0;
  z-index: 8;
  width: 0%;
  transition: all 300ms;
}
.step .step_item {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #d2d2d2;
  background-color: #ffffff;
  color: #d2d2d2;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
}
.step .step_item i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  top: -55px;
}
.step .step_item span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  bottom: -38px;
  color: #d2d2d2;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
}
.step .step_item.active,
.step .step_item.complete {
  background-color: #1877f2;
  border: none;
  line-height: 40px;
  color: white;
}
.step .step_item.active span,
.step .step_item.complete span {
  color: #222222;
}
.step .step_item.complete {
  background-color: #1877f2;
}

@keyframes step1_active {
  0% {
    width: 0%;
  }
  100% {
    width: 15%;
  }
}
.step.step1_active::after {
  animation: step1_active 1s forwards;
}

@keyframes step2_active {
  0% {
    width: 15%;
  }
  100% {
    width: 50%;
  }
}
.step.step2_active::after {
  animation: step2_active 1.5s forwards;
}

@keyframes step3_active {
  0% {
    width: 50%;
  }
  100% {
    width: 85%;
  }
}
.step.step3_active::after {
  animation: step3_active 2s forwards;
}
.ac_footer {
  display: block;
  width: 100%;
  padding: 27px 0;
}
.ac_footer .row1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 16px;
}
.ac_footer .row1 .brand {
  width: 130px;
  height: 37px;
  margin-bottom: 12px;
  background: no-repeat center/contain url(/static/images/logo.png);
}
.ac_footer .row1 h2 {
  font-size: 18px;
}
.ac_footer .row1 .app_link {
  position: relative;
  width: 170px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.ac_footer .row1 .app_link .btn_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ac_footer .row1 .app_link span {
  position: relative;
  z-index: 1;
}
.ac_footer .row2 .app_info {
  margin: 0 auto;
}
.modal-box {
  width: 100vw;
  height: 100vh;
}

.modal {
  overflow: hidden;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  border-radius: 8px;
  background-color: white;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 180ms ease-in;
}
.modal.show {
  opacity: 1;
  top: 50%;
  visibility: visible;
  transition: all 180ms ease-out;
}
.modal .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 94vh;
  padding: 20px 0;
}
.modal .modal-header {
  padding: 16px;
}
.modal .modal-body {
  padding: 16px;
  overflow-y: auto;
  flex: 1 1 auto;
  text-align: justify;
  line-height: 2;
}
.modal .modal-body ol {
  padding-left: 16px;
}
.modal .modal-footer {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.modal-backdrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1054;
}
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
  transition: all 180ms ease-in-out;
}

@media screen and (max-width: 500px) {
  .modal {
    width: 93vw;
  }
  .modal .modal-content {
    max-height: 86vh;
  }
}
.qrcode_wrapper {
  width: 80%;
}

.step_tutorial {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10%;
  margin: 80px 10% 0;
  font-size: 14px;
  text-align: center;
}
.step_tutorial::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #d2d2d2;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.step_tutorial div {
  position: relative;
}
.step_tutorial div::before {
  content: "1";
  position: absolute;
  top: -40px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d2d2d2;
  border-radius: 50%;
  color: white;
}
.step_tutorial div:nth-of-type(1)::before {
  background-color: #1877f2;
}
.step_tutorial div:nth-of-type(2)::before {
  content: "2";
}
.step_tutorial div:nth-of-type(3)::before {
  content: "3";
}
.step_tutorial div:nth-of-type(4)::before {
  content: "4";
}