.common-banner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid #f7f5f5
}

.common-banner .banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  background: #fafafa;
  border-radius: 24px;
  height: 440px;
  overflow: visible;
  margin: 55px 0;
  padding-left: 115px;
  padding-right: 70px
}

.common-banner .banner-inner>div {
  max-width: 500px
}

.common-banner .banner-inner .title {
  font-size: 32px;
  line-height: 1.13;
  color: #43454f;
  font-weight: 300
}

.common-banner .banner-inner .subtitle {
  font-size: 21px;
  line-height: 32px;
  color: #777a8c;
  margin-top: 16px;
  max-width: 400px;
  font-weight: 300
}

.common-banner .banner-inner .home-banner {
  width: 500px;
  height: 500px
}

@media (max-width:1024px) {
  .common-banner {
    width: 100%;
    padding: 0 1em;
    background: #fff
  }

  .common-banner .banner-inner {
    width: 100%;
    padding: 0;
    background: #fff !important;
    flex-direction: column;
    height: unset;
    align-items: center
  }

  .common-banner .banner-inner>div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
  }

  .common-banner .banner-inner>img.home-banner {
    width: 100%;
    height: unset
  }

  .common-banner .banner-inner .title {
    max-width: 325px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #43454f;
    text-align: center;
    font-weight: 500;
    margin-left: 0;
    font-weight: 400
  }

  .common-banner .banner-inner .subtitle {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    color: #777a8c;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 325px
  }

  .common-banner .banner-inner .home-download>div {
    margin-left: 0
  }

  .common-banner .banner-inner .home-download {
    margin: 20px 0 45px 0
  }

  .common-banner .banner-inner .banner {
    width: 100%;
    padding-right: 0
  }

  .common-banner .banner-inner .banner.pc {
    display: none
  }

  .common-banner .banner-inner .banner.mobile {
    display: initial
  }
}

.home-page .download-btn {
  width: 138px;
  height: 48px;
  background: #468bdf;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #fafcff
}

@media (max-width:960px) {
  .home-page .common-banner .banner-inner .home-download>div {
    margin-left: 0
  }

  .home-page .common-banner .banner-inner .home-download {
    margin: 20px 0 45px 0
  }
}

.home-page .feature {
  background-color: #468bdf;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0 70px 0
}

.home-page .feature .feature-inner {
  width: 100%;
  max-width: 1168px
}

.home-page .feature .feature-inner .title {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #fff
}

.home-page .feature .feature-inner .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 10px
}

.home-page .feature .feature-inner .feature-cards {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around
}

.home-page .feature .feature-inner .feature-cards .feature-item {
  width: 375px;
  height: 180px;
  background: hsla(0, 0%, 100%, .1);
  border: 1px solid hsla(0, 0%, 100%, .2);
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap
}

.home-page .feature .feature-inner .feature-cards .feature-item .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #fff
}

.home-page .feature .feature-inner .feature-cards .feature-item .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: hsla(0, 0%, 100%, .5);
  margin-top: 10px
}

@media (max-width:960px) {
  .home-page .feature {
    padding-left: 15px;
    padding-right: 15px
  }

  .home-page .feature .feature-inner .title {
    font-size: 25px
  }

  .home-page .feature .feature-inner .subtitle,
  .home-page .feature .feature-inner .title {
    text-align: left;
    margin-left: 15px
  }

  .home-page .feature .feature-inner .feature-cards .feature-item {
    border-radius: 0;
    border: 0;
    margin-bottom: 2px;
    align-items: flex-start;
    height: 140px
  }

  .home-page .feature .feature-inner .feature-cards .feature-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .home-page .feature .feature-inner .feature-cards .feature-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
  }
}

.home-page .product {
  display: flex;
  justify-content: center;
  margin: 0 auto
}

.home-page .product .product-inner {
  width: 100%;
  max-width: 1168px
}

.home-page .product .product-inner .product-defi,
.home-page .product .product-inner .product-imkey,
.home-page .product .product-inner .product-tokenlon,
.home-page .product .product-inner .product-wallet {
  justify-content: space-around;
  padding: 90px 0
}

.home-page .product .product-inner .product-defi>div,
.home-page .product .product-inner .product-imkey>div,
.home-page .product .product-inner .product-tokenlon>div,
.home-page .product .product-inner .product-wallet>div {
  max-width: 500px
}

.home-page .product .product-inner .product-defi .flex-row .ant-divider-vertical,
.home-page .product .product-inner .product-imkey .flex-row .ant-divider-vertical,
.home-page .product .product-inner .product-tokenlon .flex-row .ant-divider-vertical,
.home-page .product .product-inner .product-wallet .flex-row .ant-divider-vertical {
  display: block;
  width: 1px;
  background-color: #e1e6ea;
  height: 4rem;
  margin: 0 30px
}

.home-page .product .product-inner .product-defi .flex-row .chevron-right,
.home-page .product .product-inner .product-imkey .flex-row .chevron-right,
.home-page .product .product-inner .product-tokenlon .flex-row .chevron-right,
.home-page .product .product-inner .product-wallet .flex-row .chevron-right {
  position: relative;
  top: -1px
}

.home-page .product .product-inner .product-defi .flex-row .ant-divider-vertical,
.home-page .product .product-inner .product-imkey .flex-row .ant-divider-vertical,
.home-page .product .product-inner .product-tokenlon .flex-row .ant-divider-vertical {
  height: 1rem
}

.home-page .product .product-inner .title {
  font-size: 32px;
  line-height: 44px;
  color: #191c1e;
  font-weight: 300
}

.home-page .product .product-inner .subtitle {
  font-size: 21px;
  line-height: 28px;
  color: #777a8c;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 8px
}

.home-page .product .product-inner .number {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #468bdf;
  margin-bottom: 10px
}

.home-page .product .product-inner .desc {
  color: #777a8c;
  font-weight: 300;
  font-size: 17px;
  margin-top: 1px
}

.home-page .product .product-inner .product-defi>div {
  position: relative
}

.home-page .product .product-inner .billboard {
  border-radius: 8px;
  padding: 0;
  position: absolute;
  left: 40px;
  top: 20px;
  width: 356px
}

.home-page .product .product-inner .billboard .ant-card-body {
  padding: 0
}

.home-page .product .product-inner .billboard .item {
  padding: 14px 20px 14px 20px;
  border-bottom: 1px solid #eaecf6
}

.home-page .product .product-inner .billboard .item:last-child {
  border-bottom: 0
}

.home-page .product .product-inner .billboard .item .profit {
  font-weight: 500;
  font-size: 25px;
  color: #fac166;
  margin-bottom: 0
}

.home-page .product .product-inner .billboard .item .item-right {
  justify-content: space-between;
  flex: 1;
  padding-left: 20px
}

.home-page .product .product-inner .billboard .item .item-right .item-title {
  font-size: 17px;
  line-height: 27px;
  color: #777a8c;
  margin-top: 10px
}

.home-page .product .product-inner .billboard .item .item-right .item-subtitle {
  font-size: 17px;
  line-height: 27px;
  color: #777a8c;
  font-weight: 300
}

.home-page .product .product-inner .billboard .item .item-right i,
.home-page .product .product-inner .billboard .item .item-right svg {
  color: #c4c9d9
}

.home-page .product .product-inner .billboard .item:hover {
  background: #f2f4f5
}

.home-page .product .product-inner .billboard .item:hover .desc,
.home-page .product .product-inner .billboard .item:hover .item-right .item-subtitle,
.home-page .product .product-inner .billboard .item:hover .item-right .item-title {
  color: #191c1e
}

.ant-card-bordered {
  border: 1px solid #e8e8e8;
  background: #fff
}

@media (max-width:960px) {

  .home-page .product .product-inner .product-defi .flex-row .chevron-right,
  .home-page .product .product-inner .product-imkey .flex-row .chevron-right,
  .home-page .product .product-inner .product-tokenlon .flex-row .chevron-right,
  .home-page .product .product-inner .product-wallet .flex-row .chevron-right {
    top: -2px
  }

  .home-page .product .product-inner>div {
    flex-flow: column nowrap;
    padding: 70px 25px !important
  }

  .home-page .product .product-inner>div>img,
  .home-page .product .product-inner>div div img {
    max-width: 100%
  }

  .home-page .product .product-inner>div div .title {
    font-size: 25px;
    margin-top: 60px
  }

  .home-page .product .product-inner>div div .subtitle {
    font-size: 15px;
    margin-bottom: 40px
  }

  .home-page .product .product-inner>div div .number {
    font-size: 25px;
    line-height: 48px;
    margin-bottom: 0
  }

  .home-page .product .product-inner>div div .billboard {
    left: 20px;
    top: 30px;
    width: calc(100vw - 40px)
  }

  .home-page .product .product-inner>div div .billboard .item .item-right .item-subtitle,
  .home-page .product .product-inner>div div .billboard .item .item-right .item-title {
    font-size: 15px;
    margin-top: 0;
    line-height: 22px
  }

  .home-page .product .product-inner>div div .billboard .item .profit {
    font-weight: 500;
    font-size: 21px;
    line-height: 23px
  }

  .home-page .product .product-inner>div div .billboard .item .desc {
    font-size: 15px
  }

  .home-page .product .product-inner>div.product-defi,
  .home-page .product .product-inner>div.product-tokenlon {
    flex-direction: column-reverse
  }

  .home-page .product .product-inner>div.flex-row {
    align-items: flex-start
  }

  .home-page .product .product-inner>div.product-defi {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .home-page .product .product-inner>div.product-defi .subtitle,
  .home-page .product .product-inner>div.product-defi .title {
    margin-left: 25px
  }
}

.home-page .partner {
  width: 100%;
  background-color: #fafbfc;
  background-color: #f6f8fb
}

.home-page .partner .partner-inner {
  width: 1168px;
  margin: 0 auto;
  padding: 100px 0;
  padding-top: 70px;
  padding-bottom: 70px
}

@media only screen and (max-width:1024px) {
  .home-page .partner .partner-inner {
    width: 100%;
    padding: 80px 1em
  }
}

.home-page .partner .partner-inner .title {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #191c1e;
  font-weight: 300;
  margin-bottom: 40px
}

.home-page .partner .partner-inner .partner-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap
}

.home-page .partner .partner-inner .partner-list .partner-item {
  margin: 6px 0
}

.home-page .partner .partner-inner .partner-list img {
  display: block;
  width: 204px
}

@media (max-width:960px) {
  .home-page .partner {
    padding: 0
  }

  .home-page .partner .partner-inner {
    width: 100%
  }

  .home-page .partner .partner-inner .title {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 25px
  }

  .home-page .partner .partner-inner .partner-list {
    width: 100%
  }

  .home-page .partner .partner-inner .partner-list .partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%
  }

  .home-page .partner .partner-inner .partner-list img {
    width: 100%;
    margin: 1em
  }
}

.home-page .contact {
  width: 100%;
  background-color: #fafbfc;
  background-color: #fff
}

.home-page .contact .contact-inner {
  width: 1168px;
  margin: 0 auto;
  padding: 100px 0;
  padding-top: 80px;
  padding-bottom: 60px
}

@media only screen and (max-width:1024px) {
  .home-page .contact .contact-inner {
    width: 100%;
    padding: 80px 1em
  }
}

.home-page .contact .contact-inner .title {
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 1px;
  color: #191c1e
}

.home-page .contact .contact-inner .flex-row {
  justify-content: space-between;
  margin-top: 50px
}

.home-page .contact .contact-inner .contact-items {
  align-items: flex-start
}

.home-page .contact .contact-inner .contact-items .contact-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 270px;
  text-align: center;
  font-weight: 400
}

.home-page .contact .contact-inner .contact-items .contact-item:hover .item-title {
  font-weight: 500;
  color: #191c1e
}

.home-page .contact .contact-inner .contact-items .contact-item:hover .item-link {
  color: #191c1e
}

.home-page .contact .contact-inner .contact-items .contact-item .item-title {
  font-size: 24px;
  line-height: 28px;
  color: #777a8c;
  margin-top: 20px;
  display: block;
  font-weight: 400
}

.home-page .contact .contact-inner .contact-items .contact-item .item-link {
  font-size: 17px;
  line-height: 30px;
  color: #777a8c;
  margin-top: 10px;
  font-weight: 400
}

.home-page .contact .contact-inner .contact-items .contact-item .item-subtitle {
  font-size: 17px;
  color: #c4c9d9
}

@media (max-width:960px) {
  .home-page .contact .contact-inner {
    width: 100%;
    padding: 70px 30px 20px
  }

  .home-page .contact .contact-inner .title {
    font-size: 25px;
    text-align: left
  }

  .home-page .contact .contact-inner .contact-items {
    flex-flow: column nowrap
  }

  .home-page .contact .contact-inner .contact-items .contact-item {
    flex-flow: row nowrap;
    align-items: flex-start;
    width: calc(100vw - 80px);
    margin-bottom: 55px
  }

  .home-page .contact .contact-inner .contact-items .contact-item img {
    width: 33px;
    height: 33px
  }

  .home-page .contact .contact-inner .contact-items .contact-item>div {
    padding-left: 20px;
    text-align: left
  }

  .home-page .contact .contact-inner .contact-items .contact-item>div .item-title {
    margin-top: 0;
    font-size: 17px;
    line-height: 20px
  }

  .home-page .contact .contact-inner .contact-items .contact-item>div .item-link {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400
  }

  .home-page .contact .contact-inner .contact-items .contact-item>div .item-subtitle {
    font-size: 13px;
    line-height: 15px;
    color: #c4c9d9;
    margin-top: 10px
  }
}

.download.waist[data-v-57606062] {
  background: #f6f8fb;
  height: 200px
}

.download.waist p[data-v-57606062] {
  margin-bottom: 0
}

.download.waist .download-btn[data-v-57606062] {
  width: 138px;
  height: 48px;
  background: #468bdf;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #fafcff
}

.download.waist .experience_desc[data-v-57606062] {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: .4px;
  color: #777a8c;
  margin-bottom: 20px
}

.download.waist .content[data-v-57606062] {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between
}

.download.waist .content .title[data-v-57606062] {
  font-size: 17px;
  line-height: 26px;
  color: #777a8c;
  margin-bottom: 7px
}

.download.waist .content .subtitle[data-v-57606062] {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: .4px;
  color: #777a8c;
  font-weight: 300
}

.download.waist .content .app-logo[data-v-57606062] {
  width: 50px;
  height: 50px;
  margin-right: 15px
}

.download.waist .content .example[data-v-57606062] {
  height: 200px
}

.download.waist .content .mini-download[data-v-57606062] {
  margin-left: 50px
}

.home-page .announce {
  height: 50px;
  background: #f5f7fa;
  padding: 15px 0
}

.home-page .announce .announce-inner {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.home-page .announce .announce-inner a {
  font-size: 13px;
  line-height: 15px;
  color: #777a8c;
  margin-left: 16px
}

.feature-wrapper[data-v-f0fb69f2] {
  width: 696px;
  margin: auto
}

.section-wrap .section-inner .title[data-v-f0fb69f2] {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #191c1e;
  font-weight: 300
}

.section-wrap .section-inner>.flex-row.feature-row[data-v-f0fb69f2] {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 45px
}

.section-wrap .section-inner>.flex-row.feature-row .flex-column[data-v-f0fb69f2] {
  width: 270px
}

.section-wrap .section-inner>.flex-row.feature-row .flex-column>div[data-v-f0fb69f2] {
  display: flex;
  flex-flow: column nowrap;
  align-items: center
}

.section-wrap .section-inner>.flex-row.feature-row .flex-column>div .title[data-v-f0fb69f2] {
  font-size: 21px;
  line-height: 25px;
  color: #43454f;
  margin-bottom: 14px;
  margin-top: 24px
}

@media (max-width:1024px) {
  .section-wrap .section-inner>.flex-row.feature-row[data-v-f0fb69f2] {
    flex-flow: column nowrap;
    align-items: center
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column[data-v-f0fb69f2] {
    flex-flow: row nowrap;
    width: calc(100vw - 50px);
    margin-bottom: 30px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div[data-v-f0fb69f2] {
    flex-flow: row nowrap;
    align-items: flex-start
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div img[data-v-f0fb69f2] {
    width: 33px;
    height: 33px;
    flex: none
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div>div[data-v-f0fb69f2] {
    padding-left: 20px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div>div .title[data-v-f0fb69f2] {
    text-align: left;
    font-size: 17px;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 9px;
    font-weight: 400
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div>div .subtitle[data-v-f0fb69f2] {
    text-align: left;
    font-size: 13px;
    line-height: 19px
  }
}

.section-wrap .section-inner>.flex-row.feature-row .flex-column>div .subtitle[data-v-f0fb69f2] {
  font-size: 17px;
  line-height: 25px;
  color: #949ea6;
  text-align: center;
  margin-top: 0;
  font-weight: 300
}

.fake-warning[data-v-f0fb69f2] {
  width: 457px;
  background: #fffaf0;
  border: .5px solid #f9eac8;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  margin-top: 35px;
  padding: 15px 24px;
  text-align: left;
  z-index: 1
}

.fake-warning a[data-v-f0fb69f2],
.fake-warning div[data-v-f0fb69f2] {
  font-size: 13px;
  font-weight: 400
}

.fake-warning .make-sure-correct-addr[data-v-f0fb69f2] {
  margin-right: 50px
}

.fake-warning .fake-warning__line[data-v-f0fb69f2] {
  width: 418px;
  height: 1px;
  background: #f9eac8;
  border-radius: 16px;
  margin: 10px 0
}

.fake-warning .learn-more[data-v-f0fb69f2] {
  display: flex;
  align-items: center
}

.fake-warning .learn-more .learn-more-link[data-v-f0fb69f2] {
  color: #d87400;
  font-size: 13px;
  margin-right: 5px
}

.guard-img[data-v-f0fb69f2] {
  position: absolute;
  right: -2.89px;
  top: -25px
}

.right-domain[data-v-f0fb69f2] {
  margin-top: 6px
}

.fake-tip-item[data-v-f0fb69f2] {
  display: flex;
  align-items: center;
  margin: 3px 0;
  position: relative
}

.fake-tip-item .list-prefix[data-v-f0fb69f2] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #000;
  margin-right: 5px;
  position: absolute;
  top: 8px;
  left: -8px
}

@media (max-width:860px) {
  .fake-tip-wrapper[data-v-f0fb69f2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
  }

  .fake-tip-wrapper .make-sure-correct-addr[data-v-f0fb69f2] {
    margin-right: 0
  }

  .fake-warning .fake-warning__line[data-v-f0fb69f2],
  .fake-warning[data-v-f0fb69f2] {
    width: 100%
  }

  .guard-img[data-v-f0fb69f2] {
    display: none
  }

  .fake-warning img[data-v-f0fb69f2] {
    max-width: 100%
  }
}

.download-page[data-v-f0fb69f2] {
  font-weight: 300
}

.download-page .download-inner[data-v-f0fb69f2] {
  padding-top: 10px;
  padding-bottom: 0
}

.download-page .download-inner>.flex-row[data-v-f0fb69f2] {
  margin-bottom: 110px
}

.download-page .line[data-v-f0fb69f2] {
  width: 375px;
  max-width: 100%;
  height: 1px;
  box-shadow: inset 0 .5px 0 0 #e1e6ea;
  background-color: #fff;
  margin: 20px auto 0
}

.download-page .flex-row[data-v-f0fb69f2] {
  display: flex;
  flex-direction: row;
  align-items: center
}

.download-page .version-download[data-v-f0fb69f2] {
  font-family: PingFangSC;
  font-size: 17px;
  line-height: 1.53;
  color: #949ea6
}

.download-page .download-link[data-v-f0fb69f2] {
  color: #949ea6;
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.download-page .download-link[data-v-f0fb69f2]:hover {
  color: #098de5
}

.download-page .navbar-placeholder[data-v-f0fb69f2] {
  height: 80px;
  background-color: #fafbfc
}

.download-page .title[data-v-f0fb69f2] {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
  color: #11293b;
  margin-bottom: 20px;
  font-weight: 400;
  margin-bottom: 80px
}

@media only screen and (max-width:1024px) {
  .download-page .title[data-v-f0fb69f2] {
    font-size: 32px;
    padding: 0 16px
  }
}

.download-page .download-container[data-v-f0fb69f2] {
  width: 100%;
  background-color: #fafbfc
}

.download-page .download-container .download-area-title[data-v-f0fb69f2] {
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #43454f;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0
}

.download-page .download-container .download-area-subtitle[data-v-f0fb69f2] {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: .4px;
  color: #777a8c;
  margin-bottom: 10px;
  margin-top: 10px
}

.download-page .download-container .download-area-desc[data-v-f0fb69f2] {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #63727d;
  font-family: PingFangSC;
  font-size: 17px;
  line-height: 1.53;
  color: #949ea6
}

.download-page .download-container .download-area-icon[data-v-f0fb69f2] {
  width: 72px;
  height: 72px
}

.download-page .download-container .download-area[data-v-f0fb69f2] {
  background: #fff;
  display: none
}

.download-page .download-container .download-area-active[data-v-f0fb69f2] {
  display: block
}

.download-page .download-container .download-area-inner[data-v-f0fb69f2] {
  width: 720px;
  margin: 0 auto;
  padding: 100px 0;
  padding-bottom: 30px;
  padding-top: 120px;
  text-align: center;
  align-items: center
}

@media only screen and (max-width:1024px) {
  .download-page .download-container .download-area-inner[data-v-f0fb69f2] {
    width: 100%;
    padding: 80px 1em
  }
}

.download-page .download-switch-line[data-v-f0fb69f2] {
  display: none
}

@media (max-width:980px) {
  .download-page .navbar-mobile[data-v-f0fb69f2] {
    border-bottom: none
  }

  .download-page .navbar-placeholder[data-v-f0fb69f2] {
    background: #fff;
    height: 80px
  }

  .download-page .download-container[data-v-f0fb69f2] {
    background: #fff
  }

  .download-page .download-container .download-inner .section-inner[data-v-f0fb69f2],
  .download-page .download-container .download-inner[data-v-f0fb69f2] {
    padding-top: 0;
    padding-bottom: 0
  }

  .download-page .download-container .download-inner .flex-row[data-v-f0fb69f2] {
    margin-bottom: 30px;
    margin-top: 0
  }

  .download-page .download-container .download-area-inner[data-v-f0fb69f2] {
    flex-direction: column;
    padding: 70px 1.2em 0
  }

  .download-page .download-container .line[data-v-f0fb69f2] {
    width: 90%;
    margin: 35px auto
  }

  .download-page .float-downloader[data-v-f0fb69f2] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    z-index: 100;
    box-shadow: inset 0 .5px 0 #e1e6ea;
    padding: 10px 20px 0
  }

  .download-page .float-downloader .desc[data-v-f0fb69f2] {
    color: #c4c9d9
  }

  .feature-wrapper[data-v-f0fb69f2] {
    width: auto
  }
}

.download.waist[data-v-f0fb69f2] {
  background: #f6f8fb;
  height: 200px
}

.download.waist p[data-v-f0fb69f2] {
  margin-bottom: 0
}

.download.waist .download-btn[data-v-f0fb69f2] {
  width: 138px;
  height: 48px;
  background: #468bdf;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #fafcff
}

.download.waist .experience_desc[data-v-f0fb69f2] {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: .4px;
  color: #777a8c;
  margin-bottom: 20px
}

.download.waist .content[data-v-f0fb69f2] {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between
}

.download.waist .content .title[data-v-f0fb69f2] {
  font-size: 17px;
  line-height: 26px;
  color: #777a8c;
  margin-bottom: 7px
}

.download.waist .content .subtitle[data-v-f0fb69f2] {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: .4px;
  color: #777a8c;
  font-weight: 300
}

.download.waist .content .app-logo[data-v-f0fb69f2] {
  width: 50px;
  height: 50px;
  margin-right: 15px
}

.download.waist .content .example[data-v-f0fb69f2] {
  height: 200px
}

.download.waist .content .mini-download[data-v-f0fb69f2] {
  margin-left: 50px
}

.mini-download.platforms>div[data-v-f0fb69f2] {
  margin-right: 12px;
  align-items: flex-start
}

.mini-download.platforms>div>div[data-v-f0fb69f2] {
  margin-right: 5px
}

.mini-download.platforms>div a[data-v-f0fb69f2] {
  text-align: left;
  margin-top: 2px;
  max-width: 155px
}

.mini-download.platforms>div a.link-hover[data-v-f0fb69f2] {
  margin-top: 10px
}

.mini-download.platforms .qrcode[data-v-f0fb69f2] {
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  border-radius: 6px;
  margin-top: 2px;
  cursor: pointer;
  position: relative
}

.mini-download.platforms a[data-v-f0fb69f2] {
  color: #777a8c
}

.mini-download.platforms .link-hover span[data-v-f0fb69f2] {
  white-space: normal
}

.mini-download.platforms .chevron-right[data-v-f0fb69f2] {
  position: relative;
  top: -1px
}

.mini-download .desc[data-v-f0fb69f2] {
  margin-top: 30px
}

.mini-download .desc span[data-v-f0fb69f2] {
  color: #949ea6
}

.mini-download .desc .more-detail[data-v-f0fb69f2] {
  margin-left: 10px
}

@media (max-width:1024px) {
  .mini-download[data-v-f0fb69f2] {
    align-items: center
  }

  .mini-download .flex-row[data-v-f0fb69f2] {
    margin-right: 0 !important
  }

  .mini-download .flex-row .flex-column[data-v-f0fb69f2]:last-child {
    margin-right: 0
  }

  .mini-download .desc[data-v-f0fb69f2] {
    margin-top: 15px
  }

  .mini-download .app-store[data-v-f0fb69f2] {
    width: 150px;
    height: 47px
  }

  .mini-download .ant-btn[data-v-f0fb69f2] {
    height: 47px;
    border: 1px solid #000;
    width: 150px;
    border-radius: 8px
  }

  .mini-download .ant-btn span[data-v-f0fb69f2] {
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 46px !important;
    color: #000 !important
  }
}

.checksum-wrapper[data-v-f0fb69f2] {
  width: 457px;
  background: #fafafa;
  padding: 15px;
  padding-top: 35px;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  top: -25px
}

.checksum-wrapper .checksum_header[data-v-f0fb69f2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer
}

.checksum-wrapper .arrow-bottom[data-v-f0fb69f2] {
  transition: all .2s
}

.checksum-wrapper .checksum_line[data-v-f0fb69f2] {
  display: flex;
  align-items: center
}

.checksum-wrapper .apk-version[data-v-f0fb69f2],
.checksum-wrapper .verify-security[data-v-f0fb69f2] {
  font-size: 12px;
  font-weight: 400
}

.checksum-wrapper .checksum_body[data-v-f0fb69f2] {
  margin-top: 5px;
  background: #fff;
  border-radius: 8px
}

.checksum-wrapper .checksum_body .hash-block[data-v-f0fb69f2] {
  text-align: left;
  width: 427px;
  padding: 10px;
  color: #555;
  font-size: 12px;
  font-weight: 400
}

.checksum-wrapper .checksum_body .hash-block .hash[data-v-f0fb69f2] {
  word-wrap: break-word
}

.checksum-wrapper .checksum_expand[data-v-f0fb69f2] {
  width: 16px;
  height: 16px;
  margin-right: 4px
}

@media (max-width:860px) {

  .checksum-wrapper .checksum_body .hash-block[data-v-f0fb69f2],
  .checksum-wrapper[data-v-f0fb69f2] {
    width: 100%
  }
}

.ant-popover[data-v-f0fb69f2] {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: 400;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.qrcodes[data-v-f0fb69f2] {
  transform-origin: 50% -4px;
  top: 50px;
  left: -80px;
  position: absolute
}

.ant-popover-hidden[data-v-f0fb69f2] {
  display: none
}

.qrcode:hover .ant-popover-hidden[data-v-f0fb69f2] {
  display: block
}

.wallet-page p[data-v-2b34dbe0] {
  margin-bottom: 0
}

.wallet-page .navbar-placeholder[data-v-2b34dbe0] {
  height: 80px
}

.wallet-page .common-banner .banner-inner[data-v-2b34dbe0] {
  background: #f3fafc
}

.wallet-page .store[data-v-2b34dbe0] {
  background: #f6f8fb;
  padding-bottom: 90px
}

.wallet-page .transfer[data-v-2b34dbe0] {
  padding-bottom: 130px
}

.wallet-page .wallet-chains .chains-card[data-v-2b34dbe0] {
  display: flex;
  flex-flow: row wrap;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
  margin: 45px auto 60px auto
}

.wallet-page .wallet-chains .chains-card>div[data-v-2b34dbe0] {
  width: 50%;
  padding-top: 25px;
  padding-left: 35px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: .5px solid #eaecf6;
  border-right: .5px solid #eaecf6
}

.wallet-page .wallet-chains .chains-card>div[data-v-2b34dbe0]:last-child,
.wallet-page .wallet-chains .chains-card>div[data-v-2b34dbe0]:nth-last-of-type(2) {
  border-bottom: 0
}

.wallet-page .wallet-chains .chains-card>div[data-v-2b34dbe0]:nth-child(2n) {
  border-right: 0
}

.wallet-page .wallet-chains .chains-card>div img[data-v-2b34dbe0] {
  margin-right: 20px;
  position: relative;
  top: -2px
}

.wallet-page .wallet-chains .chains-card>div .item-title[data-v-2b34dbe0] {
  font-size: 21px;
  color: #2b3330
}

.wallet-page .wallet-chains .chains-card>div .item-title .new-tag[data-v-2b34dbe0] {
  margin-left: 10px;
  position: relative;
  top: -5px;
  display: inline-block;
  background: #f67676;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 4px
}

.wallet-page .wallet-chains .chains-card>div .item-subtitle[data-v-2b34dbe0] {
  font-size: 17px;
  line-height: 29px;
  color: #777a8c;
  font-weight: 300
}

.wallet-page .wallet-chains .usdx-list[data-v-2b34dbe0] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 70px;
  margin-bottom: 70px;
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
  border-radius: 8px
}

.wallet-page .wallet-chains .usdx-list a[data-v-2b34dbe0] {
  display: inline-block;
  text-align: center;
  padding: 2.8rem 0;
  flex: 1
}

.wallet-page .wallet-chains .usdx-list a img[data-v-2b34dbe0] {
  width: 4rem;
  height: 4rem
}

.wallet-page .wallet-chains .usdx-list a p[data-v-2b34dbe0] {
  margin-top: 1.8rem;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #363c4d;
  font-weight: 400
}

.wallet-page .wallet-chains .usdx-list a[data-v-2b34dbe0]:hover {
  background: #f6f8fb;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05)
}

.wallet-page .wallet-chains .usdx-list div[data-v-2b34dbe0] {
  width: 1px;
  background: #eaecf6;
  height: 80px;
  opacity: .7
}

.wallet-page .wallet-chains .ant-divider[data-v-2b34dbe0] {
  width: 56%;
  min-width: unset;
  margin: 0 auto
}

.wallet-page .wallet-chains .end-line.subtitle[data-v-2b34dbe0] {
  margin-top: 0;
  font-weight: 300
}

@media (max-width:1024px) {
  .wallet-page .common-banner .banner-inner[data-v-2b34dbe0] {
    background: #fff
  }

  .wallet-page .wallet-chains .section-inner[data-v-2b34dbe0] {
    padding: 0 20px
  }

  .wallet-page .wallet-chains .section-inner .subtitle[data-v-2b34dbe0],
  .wallet-page .wallet-chains .section-inner .title[data-v-2b34dbe0] {
    text-align: left
  }

  .wallet-page .wallet-chains .section-inner .subtitle[data-v-2b34dbe0] {
    font-size: 15px;
    line-height: 28px
  }

  .wallet-page .wallet-chains .section-inner .chains-card[data-v-2b34dbe0] {
    margin-bottom: 30px
  }

  .wallet-page .wallet-chains .section-inner .chains-card>div[data-v-2b34dbe0] {
    width: 100%;
    padding: 20px;
    border-right: 0
  }

  .wallet-page .wallet-chains .section-inner .chains-card>div .item-title[data-v-2b34dbe0] {
    font-size: 17px
  }

  .wallet-page .wallet-chains .section-inner .chains-card>div .item-title .new-tag[data-v-2b34dbe0] {
    margin-left: 10px;
    position: relative;
    top: -3px;
    display: inline-block;
    background: #f67676;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 4px
  }

  .wallet-page .wallet-chains .section-inner .chains-card>div .item-subtitle[data-v-2b34dbe0] {
    font-size: 11px;
    line-height: 19px
  }

  .wallet-page .wallet-chains .section-inner .usdx-list[data-v-2b34dbe0] {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: unset;
    box-shadow: unset
  }

  .wallet-page .wallet-chains .section-inner .usdx-list a[data-v-2b34dbe0] {
    width: 140px;
    height: 170px;
    margin: 0 .5rem 1rem .5rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
    border-radius: 8px;
    flex: unset
  }

  .wallet-page .wallet-chains .section-inner .usdx-list a img[data-v-2b34dbe0] {
    width: 48px !important;
    height: 48px !important
  }

  .wallet-page .wallet-chains .section-inner .usdx-list a p[data-v-2b34dbe0] {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.17082px;
    color: #363c4d
  }

  .wallet-page .wallet-chains .section-inner .usdx-list div[data-v-2b34dbe0] {
    display: none
  }

  .wallet-page .store[data-v-2b34dbe0] {
    padding-bottom: 0
  }

  .wallet-page .transfer[data-v-2b34dbe0] {
    padding-bottom: 80px
  }
}

.dapp-page .navbar-placeholder[data-v-456ceac8] {
  height: 80px
}

.dapp-page p[data-v-456ceac8] {
  font-weight: 300;
  margin-bottom: 0
}

.dapp-page .common-banner .banner-inner[data-v-456ceac8] {
  background: rgba(6, 147, 194, .05)
}

.dapp-page .common-banner .banner-inner .learn-more[data-v-456ceac8] {
  margin-top: 25px
}

.dapp-page .common-banner .banner-inner .learn-more img[data-v-456ceac8] {
  position: relative;
  top: -1px
}

.dapp-page .example-section[data-v-456ceac8] {
  background: #0693c2;
  padding-bottom: 0
}

.dapp-page .example-section .section-inner .flex-row[data-v-456ceac8] {
  justify-content: space-around;
  align-items: center
}

.dapp-page .example-section .section-inner .flex-row img[data-v-456ceac8] {
  width: 428px;
  height: 428px
}

.dapp-page .example-section .section-inner .flex-row .i-title[data-v-456ceac8] {
  color: #fff
}

.dapp-page .example-section .section-inner .flex-row .i-subtitle[data-v-456ceac8] {
  margin-top: 15px;
  color: hsla(0, 0%, 100%, .5)
}

.dapp-page .co-section[data-v-456ceac8] {
  background: #f6f8fb;
  padding-bottom: 90px
}

.dapp-page .co-section .section-inner .flex-row[data-v-456ceac8] {
  margin-top: 45px;
  justify-content: space-between
}

.dapp-page .co-section .section-inner .flex-row a[data-v-456ceac8] {
  padding: 20px 20px 24px 20px
}

.dapp-page .co-section .section-inner .flex-row a img[data-v-456ceac8] {
  width: 100px;
  height: 100px
}

.dapp-page .co-section .section-inner .flex-row a p[data-v-456ceac8] {
  text-align: center;
  margin-top: 4px
}

.dapp-page .co-section .section-inner .flex-row a[data-v-456ceac8]:hover {
  background: rgba(25, 28, 30, .05) !important;
  border-radius: 32px !important;
  padding: 20px 20px 24px 20px !important
}

.dapp-page .co-section .section-inner .flex-row a:hover p.link-hover[data-v-456ceac8] {
  color: #191c1e !important
}

.dapp-page .contact-section .section-inner .flex-row[data-v-456ceac8] {
  justify-content: space-around;
  margin-top: 45px
}

.dapp-page .contact-section .section-inner .flex-row .flex-column[data-v-456ceac8] {
  align-items: center;
  text-align: center
}

.dapp-page .contact-section .section-inner .flex-row .flex-column .title[data-v-456ceac8] {
  font-size: 21px;
  line-height: 25px;
  color: #43454f;
  margin-top: 40px
}

.dapp-page .contact-section .section-inner .flex-row .flex-column .link-btn[data-v-456ceac8] {
  display: block;
  border-radius: 5px;
  margin-top: 16px;
  color: #777a8c;
  text-align: center
}

.dapp-page .contact-section .section-inner .flex-row .flex-column .link-btn img[data-v-456ceac8] {
  width: 16px;
  height: 16px
}

@media (max-width:1024px) {
  .dapp-page .common-banner .banner-inner[data-v-456ceac8] {
    background: #fff
  }

  .dapp-page .common-banner .banner-inner .learn-more[data-v-456ceac8] {
    margin-top: 10px
  }

  .dapp-page .common-banner .banner-inner .learn-more img[data-v-456ceac8] {
    position: relative;
    top: 0
  }

  .dapp-page .example-section .section-inner .flex-row[data-v-456ceac8] {
    flex-flow: column-reverse nowrap
  }

  .dapp-page .example-section .section-inner .flex-row .i-title[data-v-456ceac8] {
    font-size: 25px;
    line-height: 42px;
    text-align: center
  }

  .dapp-page .example-section .section-inner .flex-row .i-subtitle[data-v-456ceac8] {
    font-size: 17px;
    line-height: 27px;
    margin-top: 0;
    text-align: center
  }

  .dapp-page .example-section .section-inner .flex-row img[data-v-456ceac8] {
    width: 90%;
    height: unset;
    margin-top: 30px
  }

  .dapp-page .co-section[data-v-456ceac8] {
    padding-bottom: 50px
  }

  .dapp-page .co-section .section-inner[data-v-456ceac8] {
    padding: 0
  }

  .dapp-page .co-section .section-inner .subtitle[data-v-456ceac8],
  .dapp-page .co-section .section-inner .title[data-v-456ceac8] {
    text-align: center
  }

  .dapp-page .co-section .section-inner .flex-row[data-v-456ceac8] {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
  }

  .dapp-page .co-section .section-inner .flex-row .dapp-row[data-v-456ceac8] {
    width: 70%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 36px
  }

  .dapp-page .co-section .section-inner .flex-row .dapp-row .flex-col[data-v-456ceac8] {
    padding: 0
  }

  .dapp-page .co-section .section-inner .flex-row .dapp-row img[data-v-456ceac8] {
    width: 80px;
    height: 80px
  }

  .dapp-page .co-section .section-inner .flex-row .dapp-row.even[data-v-456ceac8] {
    width: 100%
  }

  .dapp-page .contact-section[data-v-456ceac8] {
    padding-bottom: 20px
  }

  .dapp-page .contact-section .section-inner .flex-row[data-v-456ceac8] {
    flex-flow: column nowrap;
    align-items: flex-start
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column[data-v-456ceac8] {
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 30px
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column img[data-v-456ceac8] {
    width: 33px;
    height: 33px;
    margin-right: 0
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column div[data-v-456ceac8] {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column div .title[data-v-456ceac8] {
    margin-top: 0;
    font-size: 17px;
    line-height: 20px
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column div .subtitle[data-v-456ceac8] {
    margin-top: 10px;
    font-size: 15px;
    line-height: 19px;
    height: unset
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column div .link-btn[data-v-456ceac8] {
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px
  }

  .dapp-page .contact-section .section-inner .flex-row .flex-column div .link-btn img[data-v-456ceac8] {
    position: relative;
    top: -1px
  }
}

.common-banner[data-v-1da4c532] {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid #f7f5f5
}

.common-banner .banner-inner[data-v-1da4c532] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  background: #fafafa;
  border-radius: 24px;
  height: 440px;
  overflow: visible;
  margin: 55px 0;
  padding-left: 115px;
  padding-right: 70px
}

.common-banner .banner-inner>div[data-v-1da4c532] {
  max-width: 500px
}

.common-banner .banner-inner .title[data-v-1da4c532] {
  font-size: 32px;
  line-height: 1.13;
  color: #43454f;
  font-weight: 300
}

.common-banner .banner-inner .subtitle[data-v-1da4c532] {
  font-size: 21px;
  line-height: 32px;
  color: #777a8c;
  margin-top: 16px;
  max-width: 400px;
  font-weight: 300
}

.common-banner .banner-inner .home-banner[data-v-1da4c532] {
  width: 500px;
  height: 500px
}

.feature[data-v-1da4c532] {
  background-color: #057fb8;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0 70px 0
}

.feature .feature-inner[data-v-1da4c532] {
  width: 100%;
  max-width: 1168px
}

.feature .feature-inner .title[data-v-1da4c532] {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: 300
}

.feature .feature-inner .subtitle[data-v-1da4c532] {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 10px
}

.feature-cards[data-v-1da4c532] {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around
}

.feature .feature-inner .feature-cards .feature-item[data-v-1da4c532] {
  width: 375px;
  height: 180px;
  background: hsla(0, 0%, 100%, .1);
  border: 1px solid hsla(0, 0%, 100%, .2);
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap
}

.feature .feature-inner .feature-cards .feature-item .title[data-v-1da4c532] {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #fff
}

.feature .feature-inner .feature-cards .feature-item .subtitle[data-v-1da4c532] {
  font-size: 18px;
  line-height: 28px;
  color: hsla(0, 0%, 100%, .5);
  margin-top: 10px
}

.ant-card[data-v-1da4c532] {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all .3s
}

.ant-card-body[data-v-1da4c532] {
  padding: 24px;
  zoom: 1
}

.ant-card-body[data-v-1da4c532]:after,
.ant-card-body[data-v-1da4c532]:before {
  display: table;
  content: ""
}

@media (max-width:1024px) {
  .common-banner[data-v-1da4c532] {
    width: 100%;
    padding: 0 1em;
    background: #fff
  }

  .common-banner .banner-inner[data-v-1da4c532] {
    width: 100%;
    padding: 0;
    background: #fff !important;
    flex-direction: column;
    height: unset;
    align-items: center
  }

  .common-banner .banner-inner>div[data-v-1da4c532] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
  }

  .common-banner .banner-inner>img.home-banner[data-v-1da4c532] {
    width: 100%;
    height: unset
  }

  .common-banner .banner-inner .title[data-v-1da4c532] {
    max-width: 325px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #43454f;
    text-align: center;
    font-weight: 500;
    margin-left: 0;
    font-weight: 400
  }

  .common-banner .banner-inner .subtitle[data-v-1da4c532] {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    color: #777a8c;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 325px
  }
}

.about-company[data-v-1da4c532] {
  background-image: url(../img/map-bg-d79e6d811b9bdfd59ad6b0eb4facb8fb.b2a8ff1c.png);
  background-size: cover;
  background-repeat: no-repeat
}

.section-wrap .section-inner>.flex-row.feature-row .flex-column[data-v-1da4c532] {
  width: 270px
}

.about-company .section-inner .flex-row .flex-column[data-v-1da4c532] {
  width: 300px;
  align-items: center;
  justify-content: space-between
}

.about-company .section-inner .flex-row .flex-column .subtitle[data-v-1da4c532] {
  font-size: 17px;
  line-height: 32px;
  color: #777a8c
}

.about-company .section-inner .company-media[data-v-1da4c532] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 90px
}

.about-company .section-inner .company-media .video-wrap[data-v-1da4c532] {
  width: 790px;
  height: 444px;
  overflow: hidden;
  border-radius: 12px
}

.about-company .section-inner .company-media .company-photos[data-v-1da4c532] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 440px;
  position: relative
}

.about-company .section-inner .company-media.company-media-mobile .company-photo[data-v-1da4c532] {
  width: 100%;
  height: 177px
}

.about-company .section-inner .company-media.company-photo[data-v-1da4c532] {
  width: 566px;
  height: 345px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover
}

.about-company .section-inner .company-media.company-media-mobile[data-v-1da4c532] {
  flex-flow: column nowrap;
  width: 100%;
  margin-top: 70px
}

.about-company .section-inner .company-media.company-media-mobile .video-wrap[data-v-1da4c532] {
  width: 100%;
  height: 177px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px
}

.about-company .section-inner .company-photo[data-v-1da4c532] {
  width: 375px;
  height: 240px;
  border-radius: 8px
}

.join-us .section-inner .flex-row[data-v-1da4c532] {
  justify-content: space-around;
  flex-direction: row-reverse
}

.join-us .section-inner .flex-row img[data-v-1da4c532] {
  width: 670px;
  height: 250px
}

.join-us .section-inner .flex-row .o-download[data-v-1da4c532] {
  display: inline-block;
  width: 145px;
  height: 48px;
  border: 1px solid #43454f;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 48px;
  text-align: center;
  color: #43454f;
  margin-top: 20px
}

.join-us .section-inner .flex-row .o-download[data-v-1da4c532]:hover {
  background: #43454f;
  color: #fff
}

.events[data-v-1da4c532] {
  background: #f6f8fb;
  padding-bottom: 228px
}

.events .section-inner .big-events[data-v-1da4c532] {
  position: relative;
  height: 190px;
  margin-top: 90px
}

.events .section-inner .big-events .event-line[data-v-1da4c532] {
  display: flex;
  flex-flow: row nowrap;
  position: absolute
}

.events .section-inner .big-events .event-line.reversed-line .line[data-v-1da4c532]:before {
  top: auto;
  bottom: -3px
}

.events .section-inner .big-events .event-line.reversed-line .event-desc[data-v-1da4c532] {
  padding-top: 78px
}

.events .section-inner .big-events .event-line .line[data-v-1da4c532] {
  width: 10px;
  height: 220px;
  border-left: .5px dashed #2f3133;
  position: relative;
  top: 10%
}

.events .section-inner .big-events .event-line .line[data-v-1da4c532]:before {
  content: " ";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%
}

.events .section-inner .big-events .event-line .event-desc[data-v-1da4c532] {
  padding-left: 5px
}

.events .section-inner .big-events .event-line .event-desc .event-title[data-v-1da4c532] {
  max-width: 200px;
  margin-top: 4px
}

.events .section-inner .big-events .event-line .event-desc a[data-v-1da4c532],
.events .section-inner .big-events .event-line .event-desc p[data-v-1da4c532],
.events .section-inner .big-events .event-line .event-desc span[data-v-1da4c532] {
  font-size: 15px;
  line-height: 19px;
  color: #777a8c
}

.events .section-inner .big-events .event-line .event-desc a img[data-v-1da4c532],
.events .section-inner .big-events .event-line .event-desc p img[data-v-1da4c532],
.events .section-inner .big-events .event-line .event-desc span img[data-v-1da4c532] {
  margin-left: 5px;
  opacity: .8
}

.events .section-inner .big-events .event-line .event-desc a:hover span[data-v-1da4c532],
.events .section-inner .big-events .event-line .event-desc a[data-v-1da4c532]:hover {
  color: #191c1e
}

.events .section-inner .big-events .event-line .event-desc a:hover img[data-v-1da4c532] {
  opacity: 1
}

.events .section-inner .x-axis[data-v-1da4c532] {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 2px solid #2f3133
}

.events .section-inner .x-axis .year[data-v-1da4c532] {
  height: 8px;
  border-left: 3px solid #2f3133
}

.events .section-inner .x-axis .year h3[data-v-1da4c532] {
  font-weight: 800;
  font-size: 25px;
  color: #2f3133;
  margin-top: 10px;
  position: relative;
  left: -30px
}

.events .section-inner .x-axis .year.year-2016[data-v-1da4c532] {
  width: 313px
}

.events .section-inner .x-axis .year.year-2016 h3[data-v-1da4c532] {
  left: 0
}

.events .section-inner .x-axis .year.year-2018[data-v-1da4c532],
.events .section-inner .x-axis .year.year-2019[data-v-1da4c532],
.events .section-inner .x-axis .year.year-2020[data-v-1da4c532] {
  width: 220px
}

@media (max-width:780px) {
  .feature[data-v-1da4c532] {
    padding-left: 15px;
    padding-right: 15px
  }

  .feature .feature-inner .title[data-v-1da4c532] {
    font-size: 25px
  }

  .feature .feature-inner .subtitle[data-v-1da4c532],
  .feature .feature-inner .title[data-v-1da4c532] {
    text-align: left;
    margin-left: 15px
  }

  .feature .feature-inner .feature-cards .feature-item[data-v-1da4c532] {
    border-radius: 0;
    border: 0;
    margin-bottom: 2px;
    align-items: flex-start;
    height: 140px
  }

  .feature .feature-inner .feature-cards .feature-item[data-v-1da4c532]:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
  }

  .about-page .feature .feature-inner .feature-cards .feature-item[data-v-1da4c532]:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
  }

  .about-company .section-inner .flex-row .flex-column[data-v-1da4c532] {
    height: unset;
    width: 100%
  }

  .about-company .section-inner .company-photo[data-v-1da4c532] {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px
  }

  .about-company .section-inner .company-media .company-photos[data-v-1da4c532] {
    flex-flow: column nowrap;
    height: unset
  }

  .join-us .section-inner .flex-row[data-v-1da4c532] {
    flex-flow: column-reverse nowrap
  }

  .join-us .section-inner .flex-row img[data-v-1da4c532] {
    width: 100vw;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 30px
  }

  .join-us .section-inner .flex-row .text-part[data-v-1da4c532],
  .join-us .section-inner .flex-row .text-part p[data-v-1da4c532] {
    text-align: center
  }

  .events[data-v-1da4c532] {
    padding-bottom: 70px
  }

  .events .section-inner .mobile-event-wrap[data-v-1da4c532] {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 40px
  }

  .events .section-inner .y-axis[data-v-1da4c532] {
    width: 14px;
    border-left: 1px solid #c4c9d9;
    display: flex;
    flex-flow: column nowrap
  }

  .events .section-inner .y-axis .year[data-v-1da4c532] {
    border-top: 1px solid #c4c9d9
  }

  .events .section-inner .y-axis .year h3[data-v-1da4c532] {
    font-weight: 700;
    font-size: 21px;
    color: #c4c9d9;
    position: relative;
    top: -16px;
    left: 20px
  }

  .section-wrap[data-v-1da4c532] {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 70px 0 70px 0
  }

  .section-wrap .section-inner[data-v-1da4c532] {
    width: 100%;
    max-width: 1168px
  }

  .section-wrap .section-inner .title[data-v-1da4c532] {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #191c1e;
    font-weight: 300
  }

  .section-wrap .section-inner .subtitle[data-v-1da4c532] {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #777a8c;
    margin-top: 10px;
    font-weight: 300
  }

  .section-wrap .section-inner>.flex-row.feature-row[data-v-1da4c532] {
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 45px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column[data-v-1da4c532] {
    width: 270px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div[data-v-1da4c532] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div .title[data-v-1da4c532] {
    font-size: 21px;
    line-height: 25px;
    color: #43454f;
    margin-bottom: 14px;
    margin-top: 24px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div .subtitle[data-v-1da4c532] {
    font-size: 17px;
    line-height: 25px;
    color: #949ea6;
    text-align: center;
    margin-top: 0;
    font-weight: 300
  }

  .section-wrap .section-inner>.flex-row[data-v-1da4c532] {
    justify-content: space-around;
    align-items: center;
    margin-top: 45px
  }

  .section-wrap .section-inner>.flex-row .text-part[data-v-1da4c532] {
    max-width: 440px
  }

  .section-wrap .section-inner>.flex-row .text-part p[data-v-1da4c532] {
    text-align: left
  }

  .events .section-inner .y-axis .year.year-2016[data-v-1da4c532] {
    height: 260px
  }

  .events .section-inner .y-axis .year.year-2018[data-v-1da4c532] {
    height: 450px
  }

  .events .section-inner .y-axis .year.year-2019[data-v-1da4c532] {
    height: 160px
  }

  .events .section-inner .y-axis .year.year-2020[data-v-1da4c532] {
    height: 165px
  }

  .events .section-inner .y-axis .year.year-2021[data-v-1da4c532] {
    height: 151px
  }

  .events .section-inner .mobile-big-events[data-v-1da4c532] {
    flex: 1;
    position: relative
  }

  .events .section-inner .mobile-big-events .event-line[data-v-1da4c532] {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    left: -12px
  }

  .events .section-inner .mobile-big-events .event-line .line[data-v-1da4c532] {
    width: 30px;
    border-bottom: 1px dashed #c4c9d9
  }

  .events .section-inner .mobile-big-events .event-line .line[data-v-1da4c532]:after {
    content: " ";
    position: absolute;
    left: 30px;
    top: -2px;
    width: 5px;
    height: 5px;
    background-color: #c4c9d9;
    border-radius: 50%
  }

  .events .section-inner .mobile-big-events .event-line .event-desc[data-v-1da4c532] {
    position: relative;
    left: 20px;
    top: -10px;
    width: 250px;
    padding-top: 3px
  }

  .events .section-inner .mobile-big-events .event-line .event-desc .date[data-v-1da4c532] {
    font-size: 15px;
    line-height: 15px;
    color: #43454f;
    font-weight: 300
  }

  .events .section-inner .mobile-big-events .event-line .event-desc .event-title[data-v-1da4c532] {
    margin-top: 7px
  }

  .events .section-inner .mobile-big-events .event-line .event-desc .event-title a[data-v-1da4c532],
  .events .section-inner .mobile-big-events .event-line .event-desc .event-title span[data-v-1da4c532] {
    font-size: 15px;
    color: #43454f;
    font-weight: 500;
    font-weight: 300
  }

  .events .section-inner .mobile-big-events .event-line .event-desc .event-title img[data-v-1da4c532] {
    margin-left: 5px
  }
}

.download.waist[data-v-1da4c532] {
  background: #f6f8fb;
  height: 200px
}

.download.waist p[data-v-1da4c532] {
  margin-bottom: 0
}

.download.waist .download-btn[data-v-1da4c532] {
  width: 138px;
  height: 48px;
  background: #468bdf;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #fafcff
}

.download.waist .experience_desc[data-v-1da4c532] {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: .4px;
  color: #777a8c;
  margin-bottom: 20px
}

.download.waist .content[data-v-1da4c532] {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between
}

.download.waist .content .app-logo[data-v-1da4c532] {
  width: 50px;
  height: 50px;
  margin-right: 15px
}

.download.waist .content .example[data-v-1da4c532] {
  height: 200px
}

@media (max-width:890px) {
  .contact[data-v-1da4c532] {
    padding-top: 0
  }

  .contact .content[data-v-1da4c532] {
    flex-direction: column;
    margin-top: 40px
  }

  .contact .content main .content-inner[data-v-1da4c532] {
    width: 100%
  }

  .contact .content aside[data-v-1da4c532] {
    margin-left: 0;
    margin-top: 40px
  }

  .contact .content aside .item[data-v-1da4c532]:last-child {
    margin-bottom: 0
  }
}

@media (max-width:1024px) {
  .section-wrap .section-inner>.flex-row.feature-row[data-v-1da4c532] {
    flex-flow: column nowrap;
    align-items: center
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column[data-v-1da4c532] {
    flex-flow: row nowrap;
    width: calc(100vw - 50px);
    margin-bottom: 30px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div[data-v-1da4c532] {
    flex-flow: row nowrap;
    align-items: flex-start
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div img[data-v-1da4c532] {
    width: 33px;
    height: 33px;
    flex: none
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div>div[data-v-1da4c532] {
    padding-left: 20px
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div>div .title[data-v-1da4c532] {
    text-align: left;
    font-size: 17px;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 9px;
    font-weight: 400
  }

  .section-wrap .section-inner>.flex-row.feature-row .flex-column>div>div .subtitle[data-v-1da4c532] {
    text-align: left;
    font-size: 13px;
    line-height: 19px
  }
}

@media (max-width:1024px) {
  .section-wrap .section-inner[data-v-1da4c532] {
    padding: 0 30px
  }

  .section-wrap .section-inner .title[data-v-1da4c532] {
    font-size: 25px;
    line-height: 29px;
    text-align: left
  }

  .section-wrap .section-inner .subtitle[data-v-1da4c532] {
    font-size: 15px;
    line-height: 28px;
    text-align: left
  }
}

.careers-page .navbar-placeholder[data-v-7378c04c] {
  height: 80px
}

.careers-page .join[data-v-7378c04c] {
  width: 100%;
  height: 282px;
  background-color: #fafbfc
}

.careers-page .join .join-inner[data-v-7378c04c] {
  width: 1024px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  padding: 0;
  height: 282px
}

@media only screen and (max-width:1024px) {
  .careers-page .join .join-inner[data-v-7378c04c] {
    width: 100%;
    padding: 80px 1em
  }
}

.careers-page .join .join-inner .content[data-v-7378c04c] {
  position: absolute;
  top: 60px;
  right: 0
}

.careers-page .join .join-inner .title[data-v-7378c04c] {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.41;
  color: #11293b
}

.careers-page .join .join-inner .jobs[data-v-7378c04c] {
  display: inline-block;
  min-width: 158px;
  border-radius: 4px;
  background-color: #098de6;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .15s ease;
  padding: 10px 40px;
  text-align: center;
  margin-top: 24px
}

.careers-page .join .join-inner .jobs[data-v-7378c04c]:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.careers-page .join .join-inner .icon[data-v-7378c04c] {
  position: absolute;
  bottom: 0;
  left: 0
}

.careers-page .about[data-v-7378c04c] {
  width: 780px;
  margin: 0 auto;
  padding: 100px 0
}

@media only screen and (max-width:1024px) {
  .careers-page .about[data-v-7378c04c] {
    width: 100%;
    padding: 80px 1em
  }
}

.careers-page .about article[data-v-7378c04c] {
  margin-bottom: 60px
}

.careers-page .about article[data-v-7378c04c]:last-child {
  margin-bottom: 0
}

.careers-page .about article .title[data-v-7378c04c] {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
  color: #11293b;
  margin-bottom: 20px;
  text-align: left;
  margin-bottom: 12px;
  padding: 0 !important
}

@media only screen and (max-width:1024px) {
  .careers-page .about article .title[data-v-7378c04c] {
    font-size: 32px;
    padding: 0 16px
  }
}

.careers-page .about article .subhead[data-v-7378c04c] {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px
}

.careers-page .about article .desc[data-v-7378c04c] {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.68;
  color: #63727d;
  text-align: left;
  margin: 0
}

.careers-page .office[data-v-7378c04c] {
  width: 100%;
  background-color: #363c4d;
  background-image: url(/_next/static/images/map-90163ebb75e68ef379698174f3135b8a.svg);
  background-size: contain
}

.careers-page .office .title[data-v-7378c04c] {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
  color: #fff;
  margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
  .careers-page .office .title[data-v-7378c04c] {
    font-size: 32px;
    padding: 0 16px
  }
}

.careers-page .office .desc[data-v-7378c04c] {
  width: 860px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.68;
  text-align: center;
  color: #c2c8cc;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 42px;
  font-size: 18px
}

@media only screen and (max-width:1024px) {
  .careers-page .office .desc[data-v-7378c04c] {
    width: 100%;
    font-size: 18px
  }
}

.careers-page .office .card-container[data-v-7378c04c] {
  width: 660px;
  margin: 0 auto;
  padding: 100px 0
}

@media only screen and (max-width:1024px) {
  .careers-page .office .card-container[data-v-7378c04c] {
    width: 100%;
    padding: 80px 1em
  }
}

.careers-page .office .card-container .swiper-container[data-v-7378c04c] {
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .5);
  background-color: #fff
}

.careers-page .office .card-container .swiper-wrapper .card[data-v-7378c04c] {
  display: flex;
  padding: 50px 45px;
  background-color: #fff
}

.careers-page .office .card-container .swiper-wrapper .card .pic[data-v-7378c04c] {
  width: 260px;
  height: 150px;
  border-radius: 4px
}

.careers-page .office .card-container .swiper-wrapper .card .content[data-v-7378c04c] {
  margin-left: 36px;
  padding-top: 4px
}

.careers-page .office .card-container .swiper-wrapper .card .content .title[data-v-7378c04c] {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #11293b;
  margin-bottom: 6px;
  margin-bottom: 24px;
  text-align: left
}

.careers-page .office .card-container .swiper-wrapper .card .content .desc[data-v-7378c04c] {
  font-size: 14px;
  font-weight: 300;
  color: #949ea6;
  line-height: 1.43;
  text-align: left;
  margin-bottom: 0
}

.careers-page .office .card-container .swiper-pagination-bullet[data-v-7378c04c] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c2c8cc
}

.careers-page .office .card-container .swiper-pagination-bullet-active[data-v-7378c04c] {
  opacity: 1;
  background-color: #363c4d
}

.careers-page .jobs .jobs-inner[data-v-7378c04c] {
  width: 824px;
  margin: 0 auto;
  padding: 100px 0
}

@media only screen and (max-width:1024px) {
  .careers-page .jobs .jobs-inner[data-v-7378c04c] {
    width: 100%;
    padding: 80px 1em
  }
}

.careers-page .jobs .jobs-inner .title[data-v-7378c04c] {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
  color: #11293b;
  margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
  .careers-page .jobs .jobs-inner .title[data-v-7378c04c] {
    font-size: 32px;
    padding: 0 16px
  }
}

.careers-page .jobs .jobs-inner .desc[data-v-7378c04c] {
  width: 860px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.68;
  text-align: center;
  color: #344857;
  margin: 0 auto
}

@media only screen and (max-width:1024px) {
  .careers-page .jobs .jobs-inner .desc[data-v-7378c04c] {
    width: 100%;
    font-size: 18px
  }
}

.careers-page .jobs .jobs-inner .careers[data-v-7378c04c] {
  display: flex;
  margin-top: 50px
}

.careers-page .jobs aside[data-v-7378c04c] {
  width: 250px
}

.careers-page .jobs aside nav[data-v-7378c04c] {
  display: flex;
  flex-direction: column
}

.careers-page .jobs aside nav .position-type[data-v-7378c04c] {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #979da1;
  margin-bottom: 18px;
  cursor: pointer
}

.careers-page .jobs aside nav .position-type.active[data-v-7378c04c],
.careers-page .jobs aside nav .position-type[data-v-7378c04c]:hover {
  color: #11293b
}

.careers-page .jobs main[data-v-7378c04c] {
  flex: 1
}

.careers-page .jobs main .position-item[data-v-7378c04c] {
  position: relative;
  border-radius: 4px;
  border: 1px solid #e9ebee;
  padding: 0 30px;
  margin-bottom: 20px;
  height: 118px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer
}

.careers-page .jobs main .position-item.hide[data-v-7378c04c] {
  display: none
}

.careers-page .jobs main .position-item .position[data-v-7378c04c] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #098de6;
  position: relative
}

.careers-page .jobs main .position-item .position .hot[data-v-7378c04c] {
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  top: -1px;
  margin-left: 8px
}

.careers-page .jobs main .position-item .location[data-v-7378c04c] {
  display: flex;
  align-items: center;
  margin-top: 10px
}

.careers-page .jobs main .position-item .location .location-item[data-v-7378c04c] {
  display: flex;
  align-items: center;
  margin-right: 16px
}

.careers-page .jobs main .position-item .location .location-item .region[data-v-7378c04c] {
  margin-right: 6px
}

.careers-page .jobs main .position-item .location .location-item p[data-v-7378c04c] {
  font-size: 16px;
  font-weight: 400;
  color: #979da1;
  margin: 0
}

.careers-page .jobs main .position-item .entry[data-v-7378c04c] {
  position: absolute;
  right: 20px;
  top: 55px
}

.careers-page .jobs main .unsolicited.hide[data-v-7378c04c] {
  display: none
}

.careers-page .jobs main .unsolicited .unsolicited-title[data-v-7378c04c] {
  font-size: 20px;
  color: #11293b;
  line-height: 24px;
  margin: 0;
  font-weight: 400
}

.careers-page .jobs main .unsolicited p[data-v-7378c04c] {
  font-size: 16px;
  line-height: 28px;
  color: #63727d;
  margin: 30px 0;
  font-weight: 300
}

.careers-page .jobs main .unsolicited p .email[data-v-7378c04c] {
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  color: #098de6;
  margin-left: 4px
}

@media (max-width:890px) {
  .careers-page .join .join-inner[data-v-7378c04c] {
    padding: 60px 1em;
    background-image: url(/_next/static/images/joinUs-bg-0ac0554aad17c803e985466132246b30.png);
    background-size: cover
  }

  .careers-page .join .join-inner .content[data-v-7378c04c] {
    position: static
  }

  .careers-page .join .join-inner .content .title[data-v-7378c04c] {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    color: #11293b
  }

  .careers-page .join .join-inner .icon[data-v-7378c04c] {
    display: none
  }
}

@media (max-width:660px) {
  .careers-page .office .card-container .swiper-wrapper .card[data-v-7378c04c] {
    padding: 0;
    flex-direction: column
  }

  .careers-page .office .card-container .swiper-wrapper .card .pic[data-v-7378c04c] {
    width: 100%;
    height: 57%;
    border-radius: 0
  }

  .careers-page .office .card-container .swiper-wrapper .card .content[data-v-7378c04c] {
    padding: 30px 10px;
    margin: 0
  }

  .careers-page .office .card-container .swiper-wrapper .card .content .title[data-v-7378c04c] {
    padding: 0;
    margin-bottom: 10px
  }

  .careers-page .office .card-container .swiper-wrapper .card .content .desc[data-v-7378c04c] {
    margin-bottom: 20px
  }
}

@media (max-width:824px) {
  .careers-page .jobs .jobs-inner .careers[data-v-7378c04c] {
    flex-direction: column
  }

  .careers-page .jobs .jobs-inner .careers aside[data-v-7378c04c] {
    width: 100%
  }

  .careers-page .jobs .jobs-inner .careers aside nav[data-v-7378c04c] {
    display: flex;
    flex-direction: row;
    margin-bottom: 36px
  }

  .careers-page .jobs .jobs-inner .careers aside nav .position-type[data-v-7378c04c] {
    height: 30px;
    border-radius: 6px;
    background-color: #fafbfc;
    border: 1px solid #f2f4f5;
    color: #63727d;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 0
  }

  .careers-page .jobs .jobs-inner .careers aside nav .position-type.active[data-v-7378c04c] {
    background-color: #363c4d;
    color: #fff
  }

  .careers-page .jobs .jobs-inner .careers main .position-item[data-v-7378c04c] {
    height: 86px;
    padding: 0 10px;
    margin-bottom: 16px
  }

  .careers-page .jobs .jobs-inner .careers main .position-item .location .location-item p[data-v-7378c04c] {
    font-size: 14px
  }

  .careers-page .jobs .jobs-inner .careers main .position-item .entry[data-v-7378c04c] {
    top: 39px
  }
}

.modal__overlay[data-v-7378c04c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999
}

.modal__container[data-v-7378c04c] {
  background-color: #fff;
  width: 740px;
  border-radius: 4px;
  box-sizing: border-box
}

.modal__container .modal__header[data-v-7378c04c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 40px
}

.modal__container .modal__title[data-v-7378c04c] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #098de6;
  box-sizing: border-box
}

.modal__container .modal__close[data-v-7378c04c] {
  background: transparent;
  border: 0;
  outline: none
}

.modal__container .modal__header .modal__close[data-v-7378c04c]:before {
  content: "\2715"
}

.modal__container .modal__content[data-v-7378c04c] {
  padding: 0 40px;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
  max-height: 380px;
  overflow-y: auto
}

.modal__container .modal__content .modal__content__title[data-v-7378c04c] {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #11293b;
  border-left: 3px solid #0084ff;
  padding-left: 10px;
  margin-bottom: 12px
}

.modal__container .modal__content ul[data-v-7378c04c] {
  padding-left: 1em;
  margin-bottom: 2em;
  margin-top: 0
}

.modal__container .modal__content ul li[data-v-7378c04c] {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: normal;
  color: #344857
}

.modal__container .modal__footer[data-v-7378c04c] {
  border-top: .5px solid #d8d8d8;
  padding: 28px 0;
  text-align: center
}

.modal__container .modal__btn[data-v-7378c04c] {
  font-size: .875rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-radius: 4px;
  background-color: #098de6;
  box-shadow: 0 2px 8px 0 #e6e8eb;
  color: #fff;
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out
}

.modal__container .modal__btn[data-v-7378c04c]:focus,
.modal__container .modal__btn[data-v-7378c04c]:hover {
  transform: scale(1.05)
}

.modal__container .modal__btn-primary[data-v-7378c04c] {
  background-color: #098de6;
  color: #fff
}

@media (max-width:740px) {
  .modal__container[data-v-7378c04c] {
    width: 90%
  }

  .modal__container .modal__header[data-v-7378c04c] {
    height: 70px;
    padding: 0 16px
  }

  .modal__container .modal__content[data-v-7378c04c] {
    padding: 0 16px
  }
}

p[data-v-266f0c37] {
  margin-bottom: 0;
  color: #777a8c
}

.feature-row[data-v-266f0c37] {
  width: 700px !important;
  justify-content: space-between !important;
  margin: auto;
  margin-top: 45px
}

.block-imtoken_info[data-v-266f0c37] {
  display: flex;
  align-items: center
}

.block-imtoken_info-block[data-v-266f0c37] {
  margin-left: 80px;
  display: flex;
  margin-right: 160px
}

.transfer-amount[data-v-266f0c37] {
  margin-right: 80px
}

.common-banner .banner-inner[data-v-266f0c37] {
  background: rgba(17, 209, 186, .1)
}

.common-banner .banner-inner .learn-more[data-v-266f0c37] {
  margin-top: 10px
}

.common-banner .banner-inner .learn-more img[data-v-266f0c37] {
  position: relative;
  top: -1px
}

section[data-v-266f0c37] {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start
}

.support[data-v-266f0c37] {
  background: #35c9b7
}

.support .section-inner .title[data-v-266f0c37] {
  color: #fff
}

.support .section-inner .list[data-v-266f0c37] {
  display: flex;
  flex-flow: row wrap;
  margin-top: 3.5rem
}

.support .section-inner .list a[data-v-266f0c37],
.support .section-inner .list div[data-v-266f0c37] {
  display: inline-block;
  width: 150px;
  height: 206px;
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
  border-radius: 8px;
  text-align: center;
  padding: 1.8rem 0;
  margin-right: .8rem;
  margin-bottom: 1rem
}

.support .section-inner .list a img[data-v-266f0c37],
.support .section-inner .list div img[data-v-266f0c37] {
  width: 4rem;
  height: 4rem
}

.support .section-inner .list a p[data-v-266f0c37],
.support .section-inner .list div p[data-v-266f0c37] {
  margin-top: 1.8rem;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #363c4d;
  font-weight: 400
}

.support .section-inner .list>div[data-v-266f0c37] {
  margin-right: 0
}

.support .section-inner .list a[data-v-266f0c37]:hover {
  background: #f6f8fb;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05)
}

support .section-inner .list div p[data-v-266f0c37] {
  color: rgba(54, 60, 77, .2)
}

.data .section-inner .list[data-v-266f0c37] {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.data .section-inner .list>div[data-v-266f0c37] {
  box-shadow: 0 4px 40px rgba(0, 0, 0, .05);
  border-radius: 12px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding: 40px 50px 20px 50px;
  min-width: 560px;
  justify-content: space-between;
  position: relative
}

.data .section-inner .list>div .title[data-v-266f0c37] {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 40px;
  color: #777a8c
}

.data .section-inner .list>div .key[data-v-266f0c37] {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0
}

.data .section-inner .list>div .value[data-v-266f0c37] {
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 0;
  font-size: 45px;
  color: #43454f;
  margin-bottom: 35px
}

.data .section-inner .list>div .value-small[data-v-266f0c37] {
  font-size: 32px;
  color: #43454f;
  margin-bottom: 10px
}

.data .section-inner .list>div img[data-v-266f0c37] {
  width: 115px;
  height: 115px;
  position: absolute;
  right: 1rem;
  bottom: 1rem
}

.imtoken[data-v-266f0c37] {
  background: #f6f8fb
}

.about[data-v-266f0c37] {
  border-bottom: 1px solid #e1e6ea
}

.about .section-inner .ant-collapse[data-v-266f0c37] {
  border: 0;
  margin-top: 36px
}

.about .section-inner .ant-collapse .ant-collapse-item[data-v-266f0c37] {
  background: #fff;
  padding: 8px 0;
  border-color: #f3f3f4
}

.about .section-inner .ant-collapse .ant-collapse-item[data-v-266f0c37]:first-child {
  border-top: 1px solid #f3f3f4
}

.about .section-inner .ant-collapse .ant-collapse-item .ant-collapse-content[data-v-266f0c37] {
  border-top: 0
}

.about .section-inner .ant-collapse .ant-collapse-item .ant-collapse-header[data-v-266f0c37] {
  font-size: 21px;
  line-height: 35px;
  color: #43454f
}

.about .section-inner .ant-collapse .ant-collapse-item .ant-collapse-content-box[data-v-266f0c37] {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #777a8c
}

.ant-collapse-content-inactive[data-v-266f0c37] {
  display: none
}

.ant-collapse-content-inactives[data-v-266f0c37] {
  display: block;
  overflow: hidden;
  transition-duration: .3s
}

.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow[data-v-266f0c37] {
  right: 16px;
  left: auto
}

.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow.up[data-v-266f0c37] {
  cursor: pointer;
  transform: rotate(180deg)
}

@media (max-width:1024px) {
  .common-banner[data-v-266f0c37] {
    width: 100%;
    padding: 0 1em;
    background: #fff
  }

  .common-banner .banner-inner[data-v-266f0c37] {
    width: 100%;
    padding: 0;
    background: #fff !important;
    flex-direction: column;
    height: unset;
    align-items: center
  }

  .common-banner .banner-inner>div[data-v-266f0c37] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
  }

  .common-banner .banner-inner>img.home-banner[data-v-266f0c37] {
    width: 100%;
    height: unset
  }

  .common-banner .banner-inner .title[data-v-266f0c37] {
    max-width: 325px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #43454f;
    text-align: center;
    font-weight: 500;
    margin-left: 0;
    font-weight: 400
  }

  .common-banner .banner-inner .subtitle[data-v-266f0c37] {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    color: #777a8c;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 325px
  }

  .common-banner .banner-inner .home-download>div[data-v-266f0c37] {
    margin-left: 0
  }

  .common-banner .banner-inner .home-download[data-v-266f0c37] {
    margin: 20px 0 45px 0
  }

  .common-banner .banner-inner .banner[data-v-266f0c37] {
    width: 100%;
    padding-right: 0
  }

  .common-banner .banner-inner .banner.pc[data-v-266f0c37] {
    display: none
  }

  .common-banner .banner-inner .banner.mobile[data-v-266f0c37] {
    display: initial
  }
}

@media (max-width:980px) {
  section .wrapper[data-v-266f0c37] {
    padding: 0 1rem
  }

  section .wrapper h1[data-v-266f0c37] {
    font-size: 1.75rem;
    font-weight: 500
  }

  section .wrapper .list[data-v-266f0c37] {
    flex-flow: column nowrap
  }

  .feature-row[data-v-266f0c37] {
    width: auto !important
  }

  .block-imtoken_info[data-v-266f0c37] {
    display: block
  }

  .block-imtoken_info-block[data-v-266f0c37] {
    margin: 0;
    display: block
  }

  .transfer-amount[data-v-266f0c37] {
    margin-right: 0
  }

  .support .section-inner[data-v-266f0c37] {
    padding: 0 20px
  }

  .support .section-inner .title[data-v-266f0c37] {
    text-align: center
  }

  .support .section-inner p.desc[data-v-266f0c37] {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    color: rgba(54, 60, 77, .5);
    margin-top: .5rem
  }

  .support .section-inner .list[data-v-266f0c37] {
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 2.25rem
  }

  .support .section-inner .list a[data-v-266f0c37] {
    width: 140px;
    height: 170px;
    margin: 0 .5rem 1rem .5rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 0
  }

  .support .section-inner .list a img[data-v-266f0c37] {
    width: 48px !important;
    height: 48px !important
  }

  .support .section-inner .list a p[data-v-266f0c37] {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.17082px;
    color: #363c4d
  }

  .support .section-inner .list>div[data-v-266f0c37] {
    display: none
  }

  .data[data-v-266f0c37] {
    padding-bottom: 50px
  }

  .data .section-inner .title[data-v-266f0c37] {
    text-align: center
  }

  .data .section-inner .list[data-v-266f0c37] {
    flex-flow: column nowrap
  }

  .data .section-inner .list>div[data-v-266f0c37] {
    width: 100%;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 1.25rem;
    min-width: unset
  }

  .data .section-inner .list>div p.title[data-v-266f0c37] {
    font-size: 25px;
    margin-bottom: 30px
  }

  .data .section-inner .list>div p.key[data-v-266f0c37] {
    font-size: 15px;
    margin-top: 1.5rem
  }

  .data .section-inner .list>div p.value[data-v-266f0c37] {
    font-size: 23px;
    margin-bottom: 25px
  }

  .data .section-inner .list>div p.value-small[data-v-266f0c37] {
    margin-bottom: 0
  }

  .data .section-inner .list>div img[data-v-266f0c37] {
    width: 75px;
    height: 75px;
    margin-left: 1rem
  }

  .about[data-v-266f0c37] {
    border-bottom: 0
  }

  .about .section-inner .title[data-v-266f0c37] {
    text-align: center
  }

  .about .section-inner .ant-collapse .ant-collapse-item[data-v-266f0c37] {
    padding: 0
  }

  .about .section-inner .ant-collapse .ant-collapse-item .ant-collapse-header[data-v-266f0c37] {
    font-size: 17px
  }

  .about .section-inner .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-content-box[data-v-266f0c37] {
    font-size: 15px;
    line-height: 26px;
    padding: 0 16px
  }
}

common-banner[data-v-89818004] {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid #f7f5f5
}

.common-banner .banner-inner[data-v-89818004] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  background: #fafafa;
  border-radius: 24px;
  height: 440px;
  overflow: visible;
  margin: 55px 0;
  padding-left: 115px;
  padding-right: 70px
}

.common-banner .banner-inner>div[data-v-89818004] {
  max-width: 500px
}

.common-banner .banner-inner .title[data-v-89818004] {
  font-size: 32px;
  line-height: 1.13;
  color: #43454f;
  font-weight: 300
}

.common-banner .banner-inner .subtitle[data-v-89818004] {
  font-size: 21px;
  line-height: 32px;
  color: #777a8c;
  margin-top: 16px;
  max-width: 400px;
  font-weight: 300
}

.common-banner .banner-inner .home-banner[data-v-89818004] {
  width: 500px;
  height: 500px
}

@media (max-width:1024px) {
  .common-banner[data-v-89818004] {
    width: 100%;
    padding: 0 1em;
    background: #fff
  }

  .common-banner .banner-inner[data-v-89818004] {
    width: 100%;
    padding: 0;
    background: #fff !important;
    flex-direction: column;
    height: unset;
    align-items: center
  }

  .common-banner .banner-inner>div[data-v-89818004] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
  }

  .common-banner .banner-inner>img.home-banner[data-v-89818004] {
    width: 100%;
    height: unset
  }

  .common-banner .banner-inner .title[data-v-89818004] {
    max-width: 325px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #43454f;
    text-align: center;
    font-weight: 500;
    margin-left: 0;
    font-weight: 400
  }

  .common-banner .banner-inner .subtitle[data-v-89818004] {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    color: #777a8c;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 325px
  }

  .common-banner .banner-inner .home-download>div[data-v-89818004] {
    margin-left: 0
  }

  .common-banner .banner-inner .home-download[data-v-89818004] {
    margin: 20px 0 45px 0
  }

  .common-banner .banner-inner .banner[data-v-89818004] {
    width: 100%;
    padding-right: 0
  }

  .common-banner .banner-inner .banner.pc[data-v-89818004] {
    display: none
  }

  .common-banner .banner-inner .banner.mobile[data-v-89818004] {
    display: initial
  }
}

.desc-section[data-v-89818004] {
  background: #468bdf;
  padding: 124px 0 96px 0
}

.desc-section .desc-inner[data-v-89818004] {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between
}

.desc-section .desc-inner .o-download[data-v-89818004] {
  display: inline-block;
  width: 145px;
  height: 46px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin-top: 20px
}

.desc-section .desc-inner .o-download[data-v-89818004]:hover {
  background: #fff;
  color: #468bdf
}

.desc-section .desc-inner img[data-v-89818004] {
  height: 400px
}

.desc-section .desc-inner div[data-v-89818004] {
  max-width: 450px;
  padding-right: 30px
}

.desc-section .desc-inner div p[data-v-89818004] {
  color: #fff
}

.desc-section .desc-inner div p.title[data-v-89818004] {
  font-size: 32px
}

.desc-section .desc-inner div p.subtitle[data-v-89818004] {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300
}

.desc-section .desc-inner div a.link-hover[data-v-89818004] {
  color: #fff !important;
  margin-top: 10px;
  opacity: .9
}

.desc-section .desc-inner div a.link-hover[data-v-89818004]:hover {
  color: #fff !important;
  opacity: 1
}

.desc-section .desc-inner div a.link-hover[data-v-89818004]:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNzUgMTRsNC41LTQuNUw2Ljc1IDUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==)
}

.banner-template[data-v-89818004],
.imkey-template[data-v-89818004],
.tokenfans-template[data-v-89818004],
.tokenlon-template[data-v-89818004] {
  padding-top: 55px;
  padding-bottom: 100px
}

.banner-template .section-inner .title[data-v-89818004],
.imkey-template .section-inner .title[data-v-89818004],
.tokenfans-template .section-inner .title[data-v-89818004],
.tokenlon-template .section-inner .title[data-v-89818004] {
  font-size: 32px;
  margin-bottom: 15px
}

.banner-template .section-inner .subtitle[data-v-89818004],
.imkey-template .section-inner .subtitle[data-v-89818004],
.tokenfans-template .section-inner .subtitle[data-v-89818004],
.tokenlon-template .section-inner .subtitle[data-v-89818004] {
  margin-bottom: 15px
}

.banner-template .section-inner .o-download[data-v-89818004],
.imkey-template .section-inner .o-download[data-v-89818004],
.tokenfans-template .section-inner .o-download[data-v-89818004],
.tokenlon-template .section-inner .o-download[data-v-89818004] {
  display: inline-block;
  width: 145px;
  height: 48px;
  border: 1px solid #43454f;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 48px;
  text-align: center;
  color: #43454f;
  margin-top: 20px
}

.banner-template .section-inner .o-download[data-v-89818004]:hover,
.imkey-template .section-inner .o-download[data-v-89818004]:hover,
.tokenfans-template .section-inner .o-download[data-v-89818004]:hover,
.tokenlon-template .section-inner .o-download[data-v-89818004]:hover {
  background: #43454f;
  color: #fff
}

.tokenlon-template[data-v-89818004] {
  background: #f6f8fb
}

.tokenlon-template .section-inner .flex-row[data-v-89818004] {
  flex-direction: row-reverse
}

.imkey-template[data-v-89818004] {
  background: #f6f8fb
}

.imkey-template .section-inner .flex-row[data-v-89818004] {
  flex-direction: row-reverse
}

.banner-template .section-inner .capable-version[data-v-89818004] {
  font-size: 15px;
  line-height: 27px;
  color: #43454f;
  margin-left: 20px
}

@media (max-width:960px) {
  .desc-section[data-v-89818004] {
    padding: 80px 25px 75px 25px
  }

  .desc-section .desc-inner[data-v-89818004] {
    flex-flow: column
  }

  .desc-section .desc-inner img[data-v-89818004] {
    width: 100%;
    height: unset;
    margin-bottom: 40px
  }

  .desc-section .desc-inner div[data-v-89818004] {
    padding-right: 0
  }

  .desc-section .desc-inner div p.title[data-v-89818004] {
    font-size: 25px
  }

  .desc-section .desc-inner div p.subtitle[data-v-89818004] {
    font-size: 15px;
    line-height: 32px
  }

  .banner-template[data-v-89818004],
  .imkey-template[data-v-89818004],
  .tokenfans-template[data-v-89818004],
  .tokenlon-template[data-v-89818004] {
    padding-top: 0;
    padding-bottom: 40px
  }

  .banner-template .section-inner[data-v-89818004],
  .imkey-template .section-inner[data-v-89818004],
  .tokenfans-template .section-inner[data-v-89818004],
  .tokenlon-template .section-inner[data-v-89818004] {
    padding: 0 10px
  }

  .banner-template .section-inner .flex-row[data-v-89818004],
  .imkey-template .section-inner .flex-row[data-v-89818004],
  .tokenfans-template .section-inner .flex-row[data-v-89818004],
  .tokenlon-template .section-inner .flex-row[data-v-89818004] {
    margin-top: 20px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  .banner-template .section-inner .flex-row img[data-v-89818004],
  .imkey-template .section-inner .flex-row img[data-v-89818004],
  .tokenfans-template .section-inner .flex-row img[data-v-89818004],
  .tokenlon-template .section-inner .flex-row img[data-v-89818004] {
    width: 100%
  }

  .banner-template .section-inner .flex-row .text-part[data-v-89818004],
  .imkey-template .section-inner .flex-row .text-part[data-v-89818004],
  .tokenfans-template .section-inner .flex-row .text-part[data-v-89818004],
  .tokenlon-template .section-inner .flex-row .text-part[data-v-89818004] {
    padding: 20px 15px 0 15px
  }

  .banner-template .section-inner .flex-row .text-part .title[data-v-89818004],
  .imkey-template .section-inner .flex-row .text-part .title[data-v-89818004],
  .tokenfans-template .section-inner .flex-row .text-part .title[data-v-89818004],
  .tokenlon-template .section-inner .flex-row .text-part .title[data-v-89818004] {
    font-size: 25px
  }

  .banner-template .section-inner .flex-row .text-part .subtitle[data-v-89818004],
  .imkey-template .section-inner .flex-row .text-part .subtitle[data-v-89818004],
  .tokenfans-template .section-inner .flex-row .text-part .subtitle[data-v-89818004],
  .tokenlon-template .section-inner .flex-row .text-part .subtitle[data-v-89818004] {
    font-size: 17px
  }

  .banner-template .section-inner .flex-row .text-part .o-download[data-v-89818004],
  .imkey-template .section-inner .flex-row .text-part .o-download[data-v-89818004],
  .tokenfans-template .section-inner .flex-row .text-part .o-download[data-v-89818004],
  .tokenlon-template .section-inner .flex-row .text-part .o-download[data-v-89818004] {
    margin-top: 25px
  }
}

.blog-page .content[data-v-57785764] {
  width: 1168px;
  margin: 0 auto;
  padding-bottom: 80px
}

.blog-page .content h1[data-v-57785764] {
  font-size: 32px;
  line-height: 37px;
  color: #383838
}

.blog-page .content .articles[data-v-57785764] {
  padding-top: 76px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start
}

.blog-page .content .article-card[data-v-57785764] {
  display: block;
  background: #fff;
  box-shadow: 0 2px 12px hsla(0, 0%, 83.9%, .5);
  border-radius: 8px;
  width: 362px;
  height: 440px;
  margin-bottom: 40px;
  position: relative;
  margin-right: 25px;
  transition: all .3s ease
}

.blog-page .content .article-card[data-v-57785764]:hover {
  transform: translateY(-5px)
}

.blog-page .content .article-card img[data-v-57785764] {
  border-radius: 8px;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-page .content .article-card .card-content[data-v-57785764] {
  padding: 20px
}

.blog-page .content .article-card .card-content .title[data-v-57785764] {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 500
}

.blog-page .content .article-card .card-content .updated-at[data-v-57785764] {
  font-size: 11px;
  line-height: 13px;
  color: #666;
  position: absolute;
  bottom: 20px
}

.blog-page .content .article-card .card-content .article-body[data-v-57785764] {
  margin-top: 15px;
  font-weight: 300;
  color: #666;
  height: 96px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a
}

.blog-page .content .article-card .card-content .article-body em span[data-v-57785764] {
  word-break: break-all
}

.blog-page .content .load-more[data-v-57785764] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px
}

.blog-page .content .load-more .button[data-v-57785764] {
  display: inline-block;
  background: #098de6;
  box-shadow: 0 2px 8px #e6e8eb;
  border-radius: 4px;
  padding: 8px 43px;
  cursor: pointer
}

.blog-page .content .load-more p[data-v-57785764] {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -.128571px;
  color: #fff;
  margin-bottom: 0
}

@media (max-width:860px) {
  .blog-page .content[data-v-57785764] {
    padding: 0 1rem;
    width: 100%
  }

  .blog-page .content .articles[data-v-57785764] {
    padding-top: 40px
  }

  .blog-page .content .article-card[data-v-57785764] {
    width: calc(100vw - 2em);
    margin-right: 0
  }

  .blog-page .content .load-more[data-v-57785764] {
    margin-top: 40px;
    padding-bottom: 85px
  }
}

.staking-page .staking-content[data-v-2d8669d2] {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%
}

.staking-page .common-banner .banner-inner[data-v-2d8669d2] {
  background: #f0f4fd
}

.staking-page .common-banner .banner-inner .learn-more[data-v-2d8669d2] {
  margin-top: 25px
}

.staking-page .common-banner .banner-inner .learn-more img[data-v-2d8669d2] {
  position: relative;
  top: -1px
}

.staking-page .navbar-placeholder[data-v-2d8669d2] {
  height: 80px
}

.staking-page .divider[data-v-2d8669d2] {
  width: 180px;
  height: 1px;
  background: #e1e6ea;
  margin: 35px auto
}

.staking-page .wrapper[data-v-2d8669d2] {
  max-width: 1168px;
  width: 100%
}

.staking-page .page-block[data-v-2d8669d2] {
  padding-top: 55px
}

.staking-page .support-projects[data-v-2d8669d2] {
  background: #5e78e5;
  padding-bottom: 20px
}

.staking-page .support-projects .section-inner .title[data-v-2d8669d2] {
  color: #dfe0ea;
  margin-bottom: 50px
}

.staking-page .support-projects .section-inner .projects .project[data-v-2d8669d2] {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 33.3%;
  margin-bottom: 50px
}

.staking-page .support-projects .section-inner .projects .project .logo[data-v-2d8669d2] {
  margin-bottom: 40px
}

.staking-page .support-projects .section-inner .projects .project p[data-v-2d8669d2] {
  font-size: 21px;
  line-height: 26px;
  color: #dfe0ea;
  margin-top: 10px;
  font-weight: 300
}

.staking-page .support-projects .section-inner .projects .project .coming-soon[data-v-2d8669d2] {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  padding: 4px 20px;
  color: #fff;
  border: .5px solid hsla(0, 0%, 100%, .4);
  box-sizing: border-box;
  border-radius: 36px
}

.staking-page .cosmos-staking-data[data-v-2d8669d2] {
  width: 100%;
  text-align: center
}

.staking-page .cosmos-staking-data .section-inner>.title[data-v-2d8669d2] {
  margin-bottom: 50px
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper .divider-vertical[data-v-2d8669d2] {
  width: 1px;
  height: 160px;
  background: #eeefef;
  position: relative;
  top: 170px
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper>div.block[data-v-2d8669d2] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper>div.block .data-wrapper[data-v-2d8669d2] {
  text-align: left
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper>div.block .data-wrapper .number[data-v-2d8669d2] {
  font-weight: 500;
  font-size: 32px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #43454f
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper>div.block .data-wrapper .title[data-v-2d8669d2] {
  font-size: 17px;
  line-height: 26px;
  color: #344857;
  margin-top: 10px;
  text-align: left
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper>div.block .data-wrapper img[data-v-2d8669d2] {
  margin-top: 50px
}

.staking-page .cosmos-staking-data .section-inner .staking-data[data-v-2d8669d2],
.staking-page .how-it-works .section-inner .steps[data-v-2d8669d2],
.staking-page .partners .section-inner .list[data-v-2d8669d2],
.staking-page .sparkpool[data-v-2d8669d2] {
  display: flex;
  align-items: center;
  justify-content: center
}

.staking-page .cosmos-staking-data .section-inner .staking-data>.wrapper[data-v-2d8669d2],
.staking-page .how-it-works .section-inner .steps .wrapper[data-v-2d8669d2],
.staking-page .partners .section-inner .list .wrapper[data-v-2d8669d2],
.staking-page .support-projects .section-inner .projects[data-v-2d8669d2] {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around
}

.staking-page .sparkpool[data-v-2d8669d2] {
  background: #f6f8fb;
  padding: 33px 0;
  width: 100%
}

.staking-page .sparkpool .wrapper[data-v-2d8669d2] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center
}

.staking-page .sparkpool .wrapper .title[data-v-2d8669d2] {
  font-size: 21px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #363c4d
}

.staking-page .sparkpool .wrapper .card[data-v-2d8669d2] {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e1e6ea;
  box-shadow: 0 6px 8px rgba(29, 115, 232, .05);
  max-width: 325px
}

.staking-page .sparkpool .wrapper .card p[data-v-2d8669d2] {
  font-size: 11px;
  line-height: 11px;
  color: #98a2a9
}

.staking-page .sparkpool .wrapper .card .validator[data-v-2d8669d2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}

.staking-page .sparkpool .wrapper .card .validator p[data-v-2d8669d2] {
  text-align: right
}

.staking-page .sparkpool .wrapper .card .validator .yield-number[data-v-2d8669d2] {
  font-size: 15px;
  color: #344857;
  margin-bottom: 4px
}

.staking-page .sparkpool .wrapper .card .form-horizontal[data-v-2d8669d2] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.staking-page .sparkpool .wrapper .card .form-horizontal>div[data-v-2d8669d2] {
  flex: 1
}

.staking-page .sparkpool .wrapper .card .form-horizontal img[data-v-2d8669d2] {
  margin: 0 10px;
  position: relative;
  top: -4px
}

.staking-page .sparkpool .wrapper .card .form-horizontal p[data-v-2d8669d2] {
  margin-bottom: 7px;
  padding-left: 10px;
  white-space: nowrap
}

.staking-page .sparkpool .wrapper .card .form-horizontal input[data-v-2d8669d2] {
  width: 100%;
  height: 36px;
  background: rgba(29, 115, 232, .02);
  border: .5px solid rgba(29, 115, 232, .1);
  box-sizing: border-box;
  border-radius: 18px;
  outline: none;
  padding: 0 8px;
  text-align: center;
  font-size: 15px;
  color: #98a2a9;
  -webkit-appearance: none
}

.staking-page .sparkpool .wrapper .card .form-horizontal input[data-v-2d8669d2]:focus {
  border: .5px solid rgba(49, 81, 214, .4);
  outline: none
}

.staking-page .sparkpool .wrapper .card .form-horizontal #reward[data-v-2d8669d2] {
  background: rgba(49, 81, 214, .1);
  border: .5px solid rgba(29, 115, 232, .1);
  font-size: 17px;
  color: #3151d6
}

.staking-page .how-it-works[data-v-2d8669d2] {
  width: 100%;
  text-align: center;
  padding: 55px 0 75px 0
}

.staking-page .how-it-works .section-inner>.title[data-v-2d8669d2] {
  margin-bottom: 20px
}

.staking-page .how-it-works .section-inner .subtitle[data-v-2d8669d2] {
  display: block;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #344857;
  font-weight: 300;
  margin: 0 auto
}

.staking-page .how-it-works .section-inner .subtitle .subtitle-link[data-v-2d8669d2] {
  font-size: inherit;
  margin-top: 0
}

.staking-page .how-it-works .section-inner .steps[data-v-2d8669d2] {
  margin-top: 60px
}

.staking-page .how-it-works .section-inner .steps .wrapper>div[data-v-2d8669d2] {
  flex: 1
}

.staking-page .how-it-works .section-inner .steps .wrapper>div p[data-v-2d8669d2] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px
}

.staking-page .how-it-works .section-inner .steps .wrapper>div .step-title[data-v-2d8669d2] {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #43454f;
  font-weight: 300
}

.staking-page .stake-with-imtoken[data-v-2d8669d2] {
  width: 100%;
  text-align: center;
  padding: 55px 0 75px 0;
  background: #f6f8fb
}

.staking-page .stake-with-imtoken .section-inner>div .subtitle a[data-v-2d8669d2] {
  color: #777a8c !important;
  font-weight: 400
}

.staking-page .partners[data-v-2d8669d2] {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e1e6ea;
  padding-left: 100px;
  padding-right: 100px
}

.staking-page .partners .section-inner .title[data-v-2d8669d2] {
  margin-bottom: 20px
}

@media (max-width:980px) {
  .staking-page .swiper-pagination[data-v-2d8669d2] {
    display: block;
    bottom: 0 !important
  }

  .staking-page .page-block[data-v-2d8669d2] {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 55px
  }

  .staking-page .common-banner[data-v-2d8669d2] {
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .staking-page .common-banner .banner-inner[data-v-2d8669d2] {
    background: unset
  }

  .staking-page .common-banner .banner-inner .home-banner[data-v-2d8669d2] {
    width: 90%
  }

  .staking-page .support-projects .section-inner .title[data-v-2d8669d2] {
    text-align: center
  }

  .staking-page .support-projects .section-inner .projects .wrapper.swiper-container[data-v-2d8669d2] {
    padding-bottom: 30px
  }

  .staking-page .support-projects .section-inner .projects .project[data-v-2d8669d2] {
    min-width: 100%;
    margin-top: 20px
  }

  .staking-page .support-projects .section-inner .projects .project p[data-v-2d8669d2] {
    font-size: 17px;
    line-height: 26px;
    padding: 0 20px
  }

  .staking-page .cosmos-staking-data .section-inner .title[data-v-2d8669d2] {
    text-align: center
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data[data-v-2d8669d2] {
    flex-flow: row wrap
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data .wrapper .divider-vertical[data-v-2d8669d2] {
    width: 180px;
    height: 1px;
    position: unset;
    top: unset;
    margin: 35px 0
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data .wrapper div.block[data-v-2d8669d2] {
    padding: 0 !important
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data .wrapper div.block .data-wrapper[data-v-2d8669d2] {
    text-align: center !important
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data .wrapper div.block .data-wrapper .number[data-v-2d8669d2] {
    text-align: center;
    font-size: 21px;
    line-height: 25px
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data .wrapper div.block .data-wrapper .title[data-v-2d8669d2] {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px
  }

  .staking-page .cosmos-staking-data .section-inner .staking-data .wrapper div.block .data-wrapper img[data-v-2d8669d2] {
    width: 210px;
    height: 210px
  }

  .staking-page .sparkpool[data-v-2d8669d2] {
    padding-top: 55px
  }

  .staking-page .sparkpool .wrapper .title[data-v-2d8669d2] {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 27px
  }

  .staking-page .sparkpool .wrapper .card[data-v-2d8669d2] {
    width: calc(100vw - 56px)
  }

  .staking-page .how-it-works .section-inner .subtitle[data-v-2d8669d2] {
    display: block;
    font-size: 17px;
    text-align: left
  }

  .staking-page .how-it-works .section-inner .steps[data-v-2d8669d2] {
    margin-top: 30px
  }

  .staking-page .how-it-works .section-inner .steps .steps-wrapper[data-v-2d8669d2] {
    display: flex;
    flex-flow: column nowrap
  }

  .staking-page .how-it-works .section-inner .steps .steps-wrapper>div[data-v-2d8669d2] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 20px 0
  }

  .staking-page .how-it-works .section-inner .steps .steps-wrapper>div img[data-v-2d8669d2] {
    width: 30px;
    height: 30px
  }

  .staking-page .how-it-works .section-inner .steps .steps-wrapper>div p[data-v-2d8669d2] {
    margin-top: 0;
    margin-left: 30px
  }

  .staking-page .how-it-works .section-inner .steps .steps-wrapper>div p .step-title[data-v-2d8669d2] {
    font-size: 17px;
    line-height: 18px;
    color: #43454f;
    font-weight: 400
  }

  .staking-page .partners[data-v-2d8669d2] {
    border-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
  }

  .staking-page .partners .section-inner .title[data-v-2d8669d2] {
    text-align: center;
    margin-bottom: 30px
  }

  .staking-page .partners .section-inner .list a[data-v-2d8669d2] {
    margin-bottom: 30px
  }
}

.chain-page p[data-v-3df0b9bd] {
  font-weight: 300
}

.chain-page .banner[data-v-3df0b9bd] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-3df0b9bd] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-3df0b9bd] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-3df0b9bd] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-3df0b9bd] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-3df0b9bd] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-3df0b9bd] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-3df0b9bd] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-3df0b9bd] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-3df0b9bd] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-3df0b9bd] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-3df0b9bd] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-3df0b9bd] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-3df0b9bd] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-3df0b9bd] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-3df0b9bd] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-3df0b9bd] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-3df0b9bd] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-3df0b9bd] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-3df0b9bd] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-3df0b9bd] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-3df0b9bd] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p[data-v-09f041c2] {
  font-weight: 300
}

.chain-page .banner[data-v-09f041c2] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-09f041c2] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-09f041c2] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-09f041c2] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-09f041c2] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-09f041c2] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-09f041c2] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-09f041c2] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-09f041c2] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-09f041c2] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-09f041c2] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-09f041c2] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-09f041c2] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-09f041c2] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-09f041c2] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-09f041c2] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-09f041c2] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-09f041c2] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-09f041c2] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-09f041c2] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-09f041c2] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-09f041c2] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p[data-v-45c56e78] {
  font-weight: 300
}

.chain-page .banner[data-v-45c56e78] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-45c56e78] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-45c56e78] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-45c56e78] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-45c56e78] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-45c56e78] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-45c56e78] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-45c56e78] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-45c56e78] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-45c56e78] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-45c56e78] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-45c56e78] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-45c56e78] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-45c56e78] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-45c56e78] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-45c56e78] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-45c56e78] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-45c56e78] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-45c56e78] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-45c56e78] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-45c56e78] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-45c56e78] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p[data-v-8942bcac] {
  font-weight: 300
}

.chain-page .banner[data-v-8942bcac] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-8942bcac] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-8942bcac] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-8942bcac] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-8942bcac] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-8942bcac] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-8942bcac] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-8942bcac] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-8942bcac] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-8942bcac] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-8942bcac] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-8942bcac] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-8942bcac] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-8942bcac] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-8942bcac] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-8942bcac] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-8942bcac] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-8942bcac] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-8942bcac] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-8942bcac] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-8942bcac] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-8942bcac] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p[data-v-4ba6f7b9] {
  font-weight: 300
}

.chain-page .banner[data-v-4ba6f7b9] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-4ba6f7b9] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-4ba6f7b9] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-4ba6f7b9] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-4ba6f7b9] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-4ba6f7b9] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-4ba6f7b9] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-4ba6f7b9] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-4ba6f7b9] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-4ba6f7b9] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-4ba6f7b9] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-4ba6f7b9] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-4ba6f7b9] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-4ba6f7b9] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-4ba6f7b9] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-4ba6f7b9] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-4ba6f7b9] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-4ba6f7b9] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-4ba6f7b9] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-4ba6f7b9] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-4ba6f7b9] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-4ba6f7b9] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p[data-v-ca5ae82a] {
  font-weight: 300
}

.chain-page .banner[data-v-ca5ae82a] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-ca5ae82a] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-ca5ae82a] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-ca5ae82a] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-ca5ae82a] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-ca5ae82a] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-ca5ae82a] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-ca5ae82a] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-ca5ae82a] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-ca5ae82a] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-ca5ae82a] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-ca5ae82a] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-ca5ae82a] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-ca5ae82a] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-ca5ae82a] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-ca5ae82a] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-ca5ae82a] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-ca5ae82a] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-ca5ae82a] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-ca5ae82a] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-ca5ae82a] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-ca5ae82a] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p[data-v-794a4b70] {
  font-weight: 300
}

.chain-page .banner[data-v-794a4b70] {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content[data-v-794a4b70] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div[data-v-794a4b70] {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img[data-v-794a4b70] {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title[data-v-794a4b70] {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc[data-v-794a4b70] {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article[data-v-794a4b70] {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content[data-v-794a4b70] {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2[data-v-794a4b70] {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body[data-v-794a4b70] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p[data-v-794a4b70] {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong[data-v-794a4b70] {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span[data-v-794a4b70] {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span[data-v-794a4b70] {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner[data-v-794a4b70] {
    padding-top: 60px
  }

  .chain-page .banner .content[data-v-794a4b70] {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download[data-v-794a4b70] {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row[data-v-794a4b70] {
    margin-right: 0
  }

  .chain-page .banner .content>div[data-v-794a4b70] {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title[data-v-794a4b70] {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc[data-v-794a4b70] {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content[data-v-794a4b70] {
    width: 100%;
    padding: 0 20px
  }
}

.chain-page p {
  font-weight: 300
}

.chain-page .banner {
  padding: 145px 0 68px 0;
  background: #fff
}

.chain-page .banner .content {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.chain-page .banner .content>div {
  position: relative;
  top: -32px;
  margin-left: 150px;
  max-width: 500px
}

.chain-page .banner .content .wallet-img {
  width: 320px !important;
  height: 330px
}

.chain-page .banner .content .wallet-title {
  font-size: 35px;
  line-height: 68px;
  color: #1c2e36;
  font-weight: 400
}

.chain-page .banner .content .wallet-desc {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
  color: #949ea6
}

.chain-page .article {
  padding: 90px 0 100px 0;
  background: #f6f8fb
}

.chain-page .article .content {
  width: 860px;
  margin: 0 auto
}

.chain-page .article .content h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 31px;
  color: #1a1a1a;
  font-weight: 400
}

.chain-page .article .content .article-body {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  font-weight: 300
}

.chain-page .article .content .article-body p {
  font-size: 15px;
  line-height: 25px;
  color: #43454f;
  margin: 1em 0
}

.chain-page .article .content .article-body p strong {
  font-size: large;
  font-weight: 400
}

.chain-page .article .content .article-body p span {
  font-weight: 300 !important;
  word-break: break-all
}

.chain-page .article .content .article-body em span {
  word-break: break-all
}

@media (max-width:860px) {
  .chain-page .banner {
    padding-top: 60px
  }

  .chain-page .banner .content {
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 20px
  }

  .chain-page .banner .content .mini-download {
    align-items: center;
    justify-content: center
  }

  .chain-page .banner .content .mini-download .flex-row {
    margin-right: 0
  }

  .chain-page .banner .content>div {
    top: 0;
    margin-left: 0
  }

  .chain-page .banner .content .wallet-title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #11293b;
    font-weight: 500;
    margin-top: 10px
  }

  .chain-page .banner .content .wallet-desc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    padding: 0 10px
  }

  .chain-page .article .content {
    width: 100%;
    padding: 0 20px
  }
}

.security-wrapper .security_banner-container[data-v-108fbb3b] {
  padding: 55px 0;
  border: .5px solid #e1e6ea
}

.security-wrapper .security_banner[data-v-108fbb3b] {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  border-bottom: .5px solid #ebf0f4;
  border-top: .5px solid #ebf0f4;
  padding: 70px 107px 72px 102px;
  background: linear-gradient(180deg, #f5faff, #f5faff);
  border-radius: 24px;
  margin: auto
}

.security-wrapper .security_banner .security_banner-title[data-v-108fbb3b] {
  font-family: PingFang SC;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #191c1e;
  margin-top: 80px
}

.security-wrapper .security_banner .security_banner-desc[data-v-108fbb3b] {
  font-family: PingFang SC;
  font-size: 21px;
  line-height: 32px;
  color: #777a8c;
  margin-top: 20px
}

.security-wrapper .risk_work_off_wrapper[data-v-108fbb3b] {
  margin-top: 45.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.security-wrapper .security_contact-with-us[data-v-108fbb3b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 54px
}

.security-wrapper .security_contact_blocks[data-v-108fbb3b] {
  width: 1018px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 133px
}

.security-section-wrapper[data-v-108fbb3b] {
  text-align: center
}

.security-section-wrapper .security-section_title[data-v-108fbb3b] {
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
  color: #191c1e
}

.security-section-wrapper .security-section_desc[data-v-108fbb3b] {
  font-family: PingFang SC;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -.128571px;
  color: #9598ab;
  margin: 20px 0
}

a[data-v-108fbb3b] {
  background: transparent
}

.security-title-section-wrapper .security-title-section_title[data-v-108fbb3b] {
  font-weight: 300;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #191c1e
}

.security-title-section-wrapper .security-title-section_desc[data-v-108fbb3b] {
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  color: #9598ab
}

.link-block-wrapper[data-v-108fbb3b] {
  width: 1018px;
  height: 115px;
  background: #fff;
  border: 1px solid #eeeff0;
  margin: 36px 0;
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  transition: background .2s;
  border-radius: 8px
}

.link-block-wrapper .link-block_info-wrapper[data-v-108fbb3b] {
  display: flex;
  align-items: center
}

.link-block-wrapper .link-block_info-wrapper .link-block_info[data-v-108fbb3b] {
  margin-left: 20px
}

.link-block-wrapper .link-block_title[data-v-108fbb3b] {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  color: #43454f
}

.link-block-wrapper .link-block_desc[data-v-108fbb3b] {
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  color: #9598ab;
  margin-top: 12px
}

.direction-link-block_arrow[data-v-108fbb3b] {
  width: 24px;
  height: 24px
}

.action-link-block_action-button[data-v-108fbb3b] {
  width: 150px;
  height: 45px;
  background: #538cd9;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer
}

.action-link-block_action-button[data-v-108fbb3b]:hover {
  background: #468bdf
}

@media (max-width:860px) {
  .security-wrapper .security_banner-container[data-v-108fbb3b] {
    padding: 0;
    border: none
  }

  .security-wrapper .security_banner[data-v-108fbb3b] {
    width: 100%;
    background: transparent;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none;
    padding: 0;
    padding-top: 55px;
    padding-bottom: 60px
  }

  .security-wrapper .security_banner .security_banner-title[data-v-108fbb3b] {
    font-size: 25px;
    margin-top: 0
  }

  .security-wrapper .security_banner .security_banner-desc[data-v-108fbb3b] {
    font-size: 17px;
    margin-bottom: 48px;
    margin-top: 4px
  }

  .security-wrapper .security_banner .security_banner-img[data-v-108fbb3b] {
    width: 60%
  }

  .security-wrapper .risk_work_off_wrapper[data-v-108fbb3b] {
    position: relative;
    padding: 0 15px
  }

  .security-wrapper .risk_work_off_wrapper .security_mobile-bg[data-v-108fbb3b] {
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: -1
  }

  .security-wrapper .security_contact_blocks[data-v-108fbb3b] {
    flex-direction: column;
    width: 100%;
    margin-bottom: 57px;
    margin-top: 0
  }

  .security-wrapper .security_contact-with-us[data-v-108fbb3b] {
    padding: 0 15px
  }
}

@media (max-width:860px) {
  .security-section-wrapper[data-v-108fbb3b] {
    text-align: left;
    width: 100%
  }

  .security-section-wrapper .security-section_title[data-v-108fbb3b] {
    text-align: left;
    font-size: 25px
  }

  .security-section-wrapper .security-section_desc[data-v-108fbb3b] {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media (max-width:860px) {
  .contact-block-wrapper[data-v-108fbb3b] {
    width: 100%;
    margin-top: 18px;
    height: 130px
  }
}

@media (max-width:860px) {
  .link-block-wrapper[data-v-108fbb3b] {
    width: 100%;
    height: 120px;
    padding: 24px 26px 24px 15px;
    margin-top: 18px
  }

  .link-block-wrapper .link-block_info-wrapper[data-v-108fbb3b] {
    margin-right: 33px
  }

  .link-block-wrapper .link-block_info-wrapper .link-block_info[data-v-108fbb3b] {
    margin-left: 0
  }

  .link-block-wrapper .link-block_title[data-v-108fbb3b] {
    font-size: 17px;
    font-weight: 400
  }

  .link-block-wrapper .link-block_desc[data-v-108fbb3b] {
    font-size: 13px
  }
}

.faq-page .content[data-v-c706be7a] {
  width: 1168px;
  margin: 0 auto
}

.faq-page .content h1[data-v-c706be7a] {
  font-size: 32px;
  line-height: 37px;
  color: #383838;
  font-weight: 500
}

.faq-page .content .sections[data-v-c706be7a] {
  padding-top: 60px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between
}

.faq-page .content .section[data-v-c706be7a] {
  width: 320px;
  padding-bottom: 60px
}

.faq-page .content .section a[data-v-c706be7a] {
  display: block;
  font-weight: 400
}

.faq-page .content .section .section-title[data-v-c706be7a] {
  font-size: 17px;
  line-height: 24px;
  color: #383838;
  margin-bottom: 20px
}

.faq-page .content .section .article-title[data-v-c706be7a] {
  font-size: 15px;
  line-height: 24px;
  color: #098de5;
  margin: 15px 0
}

.faq-page .content .section .article-title[data-v-c706be7a]:hover {
  text-decoration: underline
}

@media (max-width:860px) {
  .faq-page .content[data-v-c706be7a] {
    width: 100%;
    padding: 0 20px
  }

  .faq-page .content .section[data-v-c706be7a] {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px
  }

  .faq-page .content .section .section-title[data-v-c706be7a] {
    margin-bottom: 10px;
    font-size: 18px
  }

  .faq-page .content .section .article-title[data-v-c706be7a] {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eaecf6;
    font-size: 15px
  }
}

.loaderMore[data-v-22adb576] {
  color: #0c86c2;
  text-decoration: none;
  cursor: pointer
}

.loaderMore[data-v-22adb576]:hover {
  text-decoration: underline
}

body[data-v-22adb576] {
  background-color: #fff;
  color: #39414a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

h1[data-v-22adb576],
h2[data-v-22adb576],
h3[data-v-22adb576],
h4[data-v-22adb576],
h5[data-v-22adb576],
h6[data-v-22adb576] {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0
}

h1[data-v-22adb576] {
  font-size: 32px
}

h2[data-v-22adb576] {
  font-size: 22px
}

h3[data-v-22adb576] {
  font-size: 18px;
  font-weight: 600
}

@media (min-width:1024px) {
  body>main[data-v-22adb576] {
    min-height: 65vh
  }
}

a[data-v-22adb576] {
  color: #0c86c2;
  text-decoration: none;
  font-size: 15px;
  background-color: transparent
}

.header[data-v-22adb576] {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between
}

@media (min-width:1160px) {
  .header[data-v-22adb576] {
    padding: 0;
    width: 90%
  }
}

.logo img[data-v-22adb576] {
  max-height: 37px
}

a[data-v-22adb576]:active,
a[data-v-22adb576]:focus,
a[data-v-22adb576]:hover {
  text-decoration: underline
}

input[data-v-22adb576],
textarea[data-v-22adb576] {
  color: #000;
  font-size: 14px
}

input[data-v-22adb576] {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out
}

input[data-v-22adb576]:focus {
  border: 1px solid #0c86c2
}

input[disabled][data-v-22adb576] {
  background-color: #ddd
}

select[data-v-22adb576] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//theme.zdassets.com/theme_assets/1848125/27f536d448438fdd88b4004a3223bcc153fb621d.svg) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%
}

select[data-v-22adb576]:focus {
  border: 1px solid #0c86c2
}

select[data-v-22adb576]::-ms-expand {
  display: none
}

textarea[data-v-22adb576] {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px
}

textarea[data-v-22adb576]:focus {
  border: 1px solid #0c86c2
}

.container[data-v-22adb576] {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%
}

@media (min-width:1160px) {
  .container[data-v-22adb576] {
    padding: 0;
    width: 90%
  }
}

.container-divider[data-v-22adb576] {
  border-top: 1px solid #ddd;
  margin-bottom: 20px
}

ul[data-v-22adb576] {
  list-style: none;
  margin: 0;
  padding: 0
}

.section[data-v-22adb576] {
  margin-bottom: 40px
}

@media (min-width:768px) {
  .section[data-v-22adb576] {
    margin-bottom: 60px
  }
}

.section h2[data-v-22adb576] {
  margin-bottom: 10px;
  text-align: center
}

.hero[data-v-22adb576] {
  background-image: url(//theme.zdassets.com/theme_assets/1848125/17551f2502cd4e95148efea39f5abd3bcfafb67d.png);
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%
}

.hero-inner[data-v-22adb576] {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto
}

.hero[data-v-22adb576] {
  background-image: none;
  background: #00abd4;
  background: linear-gradient(to bottom left, #00abd4, #076bb8);
  height: 206px
}

.hero[data-v-22adb576]:before {
  content: "What can we do for you?";
  font-size: 28px;
  color: #fff;
  position: relative;
  top: 54px
}

.hero[lang=en][data-v-22adb576]:before {
  content: "我们能帮您什么?"
}

.search[data-v-22adb576] {
  position: relative
}

.search input[type=search][data-v-22adb576] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%
}

[dir=rtl] .search input[type=search][data-v-22adb576] {
  padding-right: 40px;
  padding-left: 20px
}

.search input[type=search][data-v-22adb576]:focus {
  border: 1px solid #0c86c2;
  color: #555
}

.search[data-v-22adb576]:before {
  font-family: -webkit-pictograph;
  font-style: normal;
  font-weight: 400;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px
}

[dir=rtl] .search[data-v-22adb576]:before {
  right: 15px;
  left: auto
}

.search-full input[type=search][data-v-22adb576] {
  border: 1px solid #fff
}

.blocks-list[data-v-22adb576] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0
}

@media (min-width:768px) {
  .blocks-list[data-v-22adb576] {
    margin: 0 -15px
  }
}

.blocks-item[data-v-22adb576] {
  border: 1px solid #0c86c2;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0c86c2;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center
}

@media (min-width:768px) {
  .blocks-item[data-v-22adb576] {
    margin: 0 15px 30px
  }
}

.blocks-item[data-v-22adb576]:active,
.blocks-item[data-v-22adb576]:focus,
.blocks-item[data-v-22adb576]:hover {
  background-color: #0c86c2
}

.blocks-item:active [data-v-22adb576],
.blocks-item:focus [data-v-22adb576],
.blocks-item:hover [data-v-22adb576] {
  color: #fff;
  text-decoration: none
}

.blocks-item-internal[data-v-22adb576] {
  background-color: transparent;
  border: 1px solid #ddd
}

.blocks-item-internal .icon-lock[data-v-22adb576]:before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative
}

.blocks-item-internal a[data-v-22adb576] {
  color: #39414a
}

.blocks-item-link[data-v-22adb576] {
  color: #0c86c2;
  padding: 20px 30px
}

.blocks-item-link[data-v-22adb576]:active,
.blocks-item-link[data-v-22adb576]:focus,
.blocks-item-link[data-v-22adb576]:hover {
  text-decoration: none
}

.blocks-item-title[data-v-22adb576] {
  margin-bottom: 0
}

.blocks-item-description[data-v-22adb576] {
  font-weight: 300;
  margin: 0
}

.blocks-item-description[data-v-22adb576]:not(:empty) {
  margin-top: 10px
}

h4[data-v-22adb576] {
  font-size: 16px;
  color: #0c86c2
}

.promoted-articles[data-v-22adb576] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

@media (min-width:1024px) {
  .promoted-articles[data-v-22adb576] {
    flex-direction: row
  }
}

.promoted-articles-item[data-v-22adb576] {
  flex: 1 0 auto
}

@media (min-width:1024px) {
  .promoted-articles-item[data-v-22adb576] {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%
  }

  [dir=rtl] .promoted-articles-item[data-v-22adb576] {
    padding: 0 0 0 30px
  }
}

.promoted-articles-item[data-v-22adb576]:nth-child(3n) {
  padding-right: 0
}

.promoted-articles-item a[data-v-22adb576] {
  border-bottom: 1px solid #ddd;
  color: #39414a;
  display: block;
  padding: 15px 0
}

.promoted-articles-item:last-child a[data-v-22adb576] {
  border: 0
}

@media (min-width:1024px) {
  .promoted-articles-item:last-child a[data-v-22adb576] {
    border-bottom: 1px solid #ddd
  }
}

.community[data-v-22adb576] {
  text-align: center
}

.community-image[data-v-22adb576] {
  min-height: 300px;
  background-image: url(//theme.zdassets.com/theme_assets/1848125/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  max-width: 100%
}

.activity[data-v-22adb576],
.community[data-v-22adb576] {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  margin-top: 30px
}

.recent-activity-header[data-v-22adb576] {
  margin-bottom: 10px;
  text-align: center
}

.recent-activity-list[data-v-22adb576] {
  padding: 0
}

.recent-activity-item[data-v-22adb576] {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0
}

.recent-activity-item-parent[data-v-22adb576] {
  font-size: 16px
}

.recent-activity-item-link[data-v-22adb576],
.recent-activity-item-parent[data-v-22adb576] {
  margin: 6px 0;
  color: #39414a;
  display: inline-block;
  width: 100%
}

@media (min-width:768px) {

  .recent-activity-item-link[data-v-22adb576],
  .recent-activity-item-parent[data-v-22adb576] {
    width: 70%;
    margin: 0
  }
}

.recent-activity-item-link[data-v-22adb576] {
  font-size: 14px;
  font-weight: 300
}

.recent-activity-item-meta[data-v-22adb576] {
  margin: 15px 0 0 0;
  float: none
}

@media (min-width:768px) {
  .recent-activity-item-meta[data-v-22adb576] {
    margin: 0;
    float: right
  }

  [dir=rtl] .recent-activity-item-meta[data-v-22adb576] {
    float: left
  }
}

.recent-activity-item-comment[data-v-22adb576],
.recent-activity-item-time[data-v-22adb576] {
  color: #657484;
  display: inline-block;
  font-size: 13px;
  font-weight: 300
}

.recent-activity-item-comment[data-v-22adb576] {
  padding-left: 5px
}

[dir=rtl] .recent-activity-item-comment[data-v-22adb576] {
  padding: 0 5px 0 0
}

.recent-activity-item-comment[data-v-22adb576]:before {
  display: inline-block
}

.recent-activity-item-comment span[data-v-22adb576]:before {
  font-family: -webkit-pictograph;
  font-style: normal;
  font-weight: 400;
  speak: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  color: #0c86c2;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle
}

[dir=rtl] .recent-activity-item-comment span[data-v-22adb576]:before {
  padding-left: 3px
}

.recent-activity-controls[data-v-22adb576] {
  padding-top: 15px
}

.footer[data-v-22adb576] {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0
}

.footer a[data-v-22adb576] {
  color: #657484
}

.footer-inner[data-v-22adb576] {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between
}

@media (min-width:1160px) {
  .footer-inner[data-v-22adb576] {
    padding: 0;
    width: 90%
  }
}

.footer-language-selector[data-v-22adb576] {
  color: #657484;
  display: inline-block;
  font-weight: 300
}

.dropdown[data-v-22adb576] {
  position: relative;
  display: inline-block
}

.dropdown-toggle[data-v-22adb576] {
  display: inline-block;
  vertical-align: middle
}

.dropdown-toggle[data-v-22adb576]:hover {
  text-decoration: none
}

.dropdown-toggle>[data-v-22adb576] {
  display: inline-block
}

.dropdown-menu[data-v-22adb576] {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000
}

.dropdown-toggle-icon[data-v-22adb576] {
  vertical-align: middle
}

.dropdown-toggle[data-v-22adb576] {
  cursor: pointer
}

.dropdown-toggle[data-v-22adb576]:after {
  vertical-align: middle;
  transform: translateY(-3px) rotate(45deg);
  color: #888;
  content: "";
  width: 6.5px;
  height: 6.5px;
  border: 2px solid #657484;
  border-top: none;
  border-left: none;
  display: inline-block;
  font-family: entypo;
  margin-left: 8px
}

.dropdown-menu-end.dropdown-menu-caret[data-v-22adb576]:before {
  left: auto;
  right: 9px
}

.dropdown-menu-end.dropdown-menu-caret[data-v-22adb576]:after {
  left: auto;
  right: 10px
}

[dir=ltr] .dropdown-menu [role=menuitem][data-v-22adb576] {
  text-align: left
}

.dropdown-menu [role=menuitem][data-v-22adb576] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: inherit;
  width: 100%
}

.dropdown-menu-top[data-v-22adb576] {
  bottom: 100%;
  margin-bottom: 1px;
  display: block;
  left: auto;
  right: 0
}

.dropdown-menu [role=menuitem][data-v-22adb576]:focus,
.dropdown-menu [role=menuitem][data-v-22adb576]:hover {
  background: #f3f3f3;
  text-decoration: none;
  color: #333
}

body [data-v-258b5545] {
  box-sizing: border-box
}

a[data-v-258b5545] {
  color: #333
}

header[data-v-258b5545] {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: hsla(0, 0%, 100%, .9803921568627451)
}

.common-navbar[data-v-258b5545] {
  display: flex;
  height: 80px;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased
}

.common-navbar .navbar-logo[data-v-258b5545] {
  margin-right: 40px
}

.common-navbar nav[data-v-258b5545] {
  display: flex;
  justify-content: flex-end;
  flex: 1
}

.common-navbar nav a[data-v-258b5545] {
  display: inline-block;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #344857;
  text-decoration: none;
  cursor: pointer
}

.banner[data-v-258b5545] {
  background: linear-gradient(270deg, #43acde, #0d7fcd);
  height: 383px;
  margin-top: 80px;
  padding: 51px 0 30px
}

.banner .wrapper[data-v-258b5545] {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex: 1;
  color: #fff
}

.banner .api-doc-img[data-v-258b5545] {
  width: 585px;
  height: 302px
}

.banner .title[data-v-258b5545] {
  font-size: 36px;
  line-height: 74px;
  letter-spacing: .2px
}

.banner .description[data-v-258b5545] {
  font-size: 20px;
  line-height: 30px
}

.main[data-v-258b5545] {
  background-color: #fafbfc;
  padding: 78px 0
}

.main .wrapper[data-v-258b5545] {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #fff
}

.main .item[data-v-258b5545] {
  margin: 18px;
  width: 548px;
  background: #fff;
  box-shadow: 0 2px 6px 0 #e6e8eb;
  padding: 39px 54px 47px 48px;
  text-decoration: none;
  transition: box-shadow .3s
}

.main .item-img[data-v-258b5545] {
  width: 28px;
  height: 28px
}

.main .item-title[data-v-258b5545] {
  color: #11293b;
  font-size: 16px;
  margin: 20px 0 22px;
  transition: color .3s
}

.main .item-desc[data-v-258b5545] {
  font-size: 16px;
  line-height: 27px;
  color: #63727d
}

.main .item[data-v-258b5545]:hover {
  box-shadow: 0 2px 15px 0 #e6e8eb
}

.main .item:hover .item-title[data-v-258b5545] {
  color: #098de6
}

.footer-container[data-v-258b5545] {
  width: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0
}

.footer[data-v-258b5545] {
  max-width: 1440px;
  padding: 54px 120px;
  margin: 0 auto;
  border-top: 1px solid #f2f4f5
}

.navInfo[data-v-258b5545] {
  justify-content: space-between;
  margin-top: 26px
}

.info[data-v-258b5545],
.navInfo[data-v-258b5545] {
  display: flex;
  align-items: center
}

.copyright[data-v-258b5545] {
  font-size: 13px;
  font-weight: 400;
  color: #949ea6;
  margin-right: 28px
}

.link[data-v-258b5545] {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #344857;
  margin-right: 28px;
  text-decoration: none;
  cursor: pointer
}

.link[data-v-258b5545]:hover {
  color: #098de6
}

.language[data-v-258b5545] {
  position: relative;
  display: flex;
  align-items: center
}

.currentLanguage[data-v-258b5545] {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #344857;
  margin-left: 8px;
  cursor: pointer
}

.trangle[data-v-258b5545] {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #c2c8cc transparent;
  margin-left: 6px;
  margin-top: 2px
}

.social[data-v-258b5545] {
  width: 300px;
  display: flex
}

.wechat[data-v-258b5545] {
  position: relative
}

.wechat:hover .wechatQrcodeContainer[data-v-258b5545] {
  display: block
}

.wechatQrcodeContainer[data-v-258b5545] {
  display: none;
  position: absolute;
  left: -50px;
  margin-left: 12px
}

.wechatQrcodeContainer[data-v-258b5545]:before {
  bottom: 40px;
  left: 40px;
  border: 1px solid #d5dce0
}

.wechatQrcodeContainer[data-v-258b5545]:after,
.wechatQrcodeContainer[data-v-258b5545]:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #fff
}

.wechatQrcodeContainer[data-v-258b5545]:after {
  bottom: 41px;
  left: 41px
}

.wechatQrcode[data-v-258b5545] {
  position: absolute;
  bottom: 47px;
  width: 100px;
  height: 100px;
  border: 1px solid #d5dce0;
  border-radius: 2px
}

.socialIcon[data-v-258b5545] {
  margin-right: 24px
}

.languagePicker[data-v-258b5545] {
  position: absolute;
  bottom: 40px;
  left: -82px;
  z-index: 1000;
  font-size: 15px;
  line-height: 26px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
  transform: rotate3d(1, 1, 0, 15deg);
  transform-origin: 0 100%;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .25s;
  display: none
}

.active[data-v-258b5545],
.is_show[data-v-258b5545] {
  display: block
}

.languagePicker[data-v-258b5545]:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 80px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-radius: 20px 0 3px 0;
  background-color: #fff
}

.optionList[data-v-258b5545] {
  color: #525f7f;
  white-space: nowrap;
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 10px 5px
}

.option[data-v-258b5545] {
  cursor: pointer
}

.option[data-v-258b5545]:hover {
  color: #32325d;
  background-color: rgba(196, 212, 232, .3803921568627451)
}

.optionLink[data-v-258b5545] {
  border-radius: 4px;
  display: block;
  line-height: 36px;
  margin: 0;
  padding: 0 30px;
  text-decoration: none
}

.optionLink[data-v-258b5545]:hover {
  background-color: #f6f9fc;
  color: #32325d
}

.selected[data-v-258b5545] {
  font-weight: 600;
  color: #32325d;
  background-color: rgba(196, 212, 232, .3803921568627451)
}

.selected.active[data-v-258b5545] {
  transform: none;
  opacity: 1;
  padding: 10px 5px
}

.mask[data-v-258b5545] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .12156862745098039);
  display: none
}

@media screen and (max-width:1024px) {
  .common-navbar[data-v-258b5545] {
    padding-left: 1em
  }

  .banner[data-v-258b5545] {
    text-align: center;
    padding: 0 1em 2em;
    height: auto
  }

  .banner .wrapper[data-v-258b5545] {
    display: block
  }

  .banner .detail[data-v-258b5545] {
    padding-top: 10px
  }

  .banner .title[data-v-258b5545] {
    line-height: auto
  }

  .banner .api-doc-img[data-v-258b5545] {
    display: none
  }

  .main[data-v-258b5545] {
    padding: 20px 0
  }

  .main .wrapper[data-v-258b5545] {
    width: 100%;
    padding: 0 1em;
    display: block
  }

  .main .wrapper .item[data-v-258b5545] {
    width: 548px;
    height: auto;
    display: block;
    margin: 15px auto
  }

  .footer[data-v-258b5545] {
    width: 100%;
    padding: 2em 1em 1em
  }
}

@media screen and (max-width:640px) {
  .main .wrapper .item[data-v-258b5545] {
    width: auto;
    height: auto;
    display: block;
    margin: 15px auto
  }

  .footer[data-v-258b5545] {
    width: 100%;
    padding: 2em 1em 1em
  }

  .navLinks[data-v-258b5545] {
    width: 100%;
    flex-wrap: wrap
  }

  .navInfo[data-v-258b5545] {
    flex-direction: column;
    align-items: flex-start
  }

  .social[data-v-258b5545] {
    width: 100%;
    margin-top: 2em
  }
}

html[data-v-4a3d12c8] {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: hidden
}

html [data-v-4a3d12c8] {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body[data-v-4a3d12c8] {
  font-family: PingFang-SC-Regular, HeitiJ-Light, Helvetica Neue, Helvetica, STHeiTi, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden
}

article[data-v-4a3d12c8],
aside[data-v-4a3d12c8],
blockquote[data-v-4a3d12c8],
body[data-v-4a3d12c8],
button[data-v-4a3d12c8],
code[data-v-4a3d12c8],
dd[data-v-4a3d12c8],
details[data-v-4a3d12c8],
div[data-v-4a3d12c8],
dl[data-v-4a3d12c8],
dt[data-v-4a3d12c8],
footer[data-v-4a3d12c8],
form[data-v-4a3d12c8],
h1[data-v-4a3d12c8],
h2[data-v-4a3d12c8],
h3[data-v-4a3d12c8],
h4[data-v-4a3d12c8],
h5[data-v-4a3d12c8],
h6[data-v-4a3d12c8],
header[data-v-4a3d12c8],
hgroup[data-v-4a3d12c8],
hr[data-v-4a3d12c8],
legend[data-v-4a3d12c8],
li[data-v-4a3d12c8],
nav[data-v-4a3d12c8],
ol[data-v-4a3d12c8],
p[data-v-4a3d12c8],
pre[data-v-4a3d12c8],
section[data-v-4a3d12c8],
td[data-v-4a3d12c8],
th[data-v-4a3d12c8],
ul[data-v-4a3d12c8] {
  margin: 0;
  padding: 0
}

del[data-v-4a3d12c8] {
  text-decoration: line-through
}

ol[data-v-4a3d12c8],
ul[data-v-4a3d12c8] {
  list-style: none
}

h1[data-v-4a3d12c8],
h2[data-v-4a3d12c8],
h3[data-v-4a3d12c8],
h4[data-v-4a3d12c8],
h5[data-v-4a3d12c8],
h6[data-v-4a3d12c8] {
  font-size: 100%;
  font-weight: 500
}

sub[data-v-4a3d12c8],
sup[data-v-4a3d12c8] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup[data-v-4a3d12c8] {
  top: -.5em
}

sub[data-v-4a3d12c8] {
  bottom: -.25em
}

a[data-v-4a3d12c8],
a[data-v-4a3d12c8]:active,
ins[data-v-4a3d12c8] {
  text-decoration: none
}

table[data-v-4a3d12c8] {
  border-spacing: 0;
  border-collapse: collapse
}

body[data-v-4a3d12c8],
h2[data-v-4a3d12c8],
h3[data-v-4a3d12c8],
h4[data-v-4a3d12c8],
h5[data-v-4a3d12c8] {
  font-size: 13px
}

.wrapper[data-v-4a3d12c8] {
  padding: .853rem
}

h1[data-v-4a3d12c8] {
  text-align: center;
  font-size: 16px;
  margin: .34rem 0 1.1rem
}

h1[data-v-4a3d12c8],
h2[data-v-4a3d12c8],
h3[data-v-4a3d12c8],
h4[data-v-4a3d12c8] {
  font-weight: 700
}

li[data-v-4a3d12c8],
p[data-v-4a3d12c8] {
  line-height: 1.4
}

.mb[data-v-4a3d12c8],
h2[data-v-4a3d12c8],
h3[data-v-4a3d12c8],
h4[data-v-4a3d12c8],
h5[data-v-4a3d12c8],
li[data-v-4a3d12c8],
p[data-v-4a3d12c8] {
  margin-bottom: .512rem
}

.strong[data-v-4a3d12c8] {
  font-weight: 700
}

.right[data-v-4a3d12c8] {
  text-align: right
}

.center[data-v-4a3d12c8] {
  text-align: center
}

.deepest-list[data-v-4a3d12c8] {
  margin-left: .5rem
}

em[data-v-4a3d12c8] {
  font-style: italic
}

.decoration[data-v-4a3d12c8] {
  text-decoration: underline
}

#tos li>span[data-v-4a3d12c8]:first-child {
  font-weight: 500;
  margin-right: 5px
}

.third-level[data-v-4a3d12c8] {
  padding-left: 10px
}

.fourth-level[data-v-4a3d12c8] {
  padding-left: 20px
}

.fifth-level[data-v-4a3d12c8] {
  padding-left: 30px
}

a[data-v-4a3d12c8],
a[data-v-4a3d12c8]:visited {
  color: #0052cc;
  text-decoration: underline
}