@charset "UTF-8";
.site-hero {
  padding: 1.39rem 0 .6rem;
}
.site-hero .site-hero__container {
  width: 8.11rem;
  margin: 0 auto;
}
.site-hero .site-hero__homepage {
  box-sizing: border-box;
}
.site-hero .site-hero__homepage .site-hero__info {
  width: 8.42rem;
}
.site-hero .site-hero__homepage .site-hero__info .site-hero__subject {
  width: 58vw;
  font-family: PBold;
  color: #000;
  font-size: 0.64rem;
  line-height: 0.96rem;
}
.site-hero .site-hero__homepage .site-hero__info .site-hero__subtitle {
  font-family: PBold;
  color: #000;
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}
.site-hero__btn {
  text-align: center;
}
.site-hero__btn a {
  margin-right: .2rem;
}
.site-hero__btn a:last-of-type {
  margin-right: 0;
}
.site-hero .site-hero__homepage .site-hero__info .site-hero__remark {
  width: 7.51rem;
  margin-top: 0.11rem;
  font-family: PRegular;
  color: #C4C4C4;
  line-height: 0.3rem;
  margin-left: 0.08rem;
}
.site-hero .site-hero__homepage .site-hero__img {
  width: 4.62rem;
  margin-left: -1.4rem;
}
.site-hero__capture img {
  display: inline-block;
  width: 5.68rem;
  object-fit: cover;
  margin-top: -.55rem;
}
.site-hero__capture-feature__item {
  display: block;
  width: 2.5rem;
  height: .9rem;
  line-height: .85rem;
  box-sizing: border-box;
  border-radius: .05rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-hero__capture-feature__item svg {
  width: 2rem;
  height: .75rem;
  position: relative;
  top: -.02rem;
}

.site-ad {
  background-color: #000;
  color: #fff;
}
.site-ad .site-ad__container {
  width: 11.22rem;
  margin: 0 auto;
}
.site-ad .site-ad__hd {
  padding: 1.12rem 0 0.45rem 0;
  line-height: 0.42rem;
}
.site-ad .site-ad__bd {
  padding: 0 0 0.63rem 0;
}
.site-ad .site-ad__bd .site-ad__bd--panel {
  width: 5.84rem;
  box-sizing: border-box;
  padding-bottom: 0.35rem;
}
.site-ad .site-ad__bd .site-ad__bd--panel:nth-of-type(even) {
  width: 5.18rem;
  padding: 0 0 0 0.2rem;
}
.site-ad .site-ad__bd .site-ad__bd--panel .site-ad__bd-img {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 0.63rem;
  height: 0.6rem;
}
.site-ad .site-ad__bd .site-ad__bd--panel .site-ad__bd--subject {
  line-height: 0.3rem;
  margin: 0.22rem 0 0.07rem;
}
.site-ad .site-ad__bd .site-ad__bd--panel .site-ad__bd--subtitle {
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
  color: #fff;
  /* color: rgba(255, 255, 255, 0.6); */
}

.site-area {
  padding: 0.78rem 0 0.84rem;
}
.site-area .site-area__title {
  width: 10.02rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.43rem;
  color: #000;
  font-family: PBold;
  line-height: 0.48rem;
}
.site-area .site-area__number {
  margin: 0 auto 0.42rem;
  width: 9.58rem;
}
.site-area .site-area__number .area__number--col {
  width: 1.92rem;
}
.site-area .site-area__number .area__number--col .area__number_val {
  font-family: PRegular;
  color: #11C966;
  font-size: 0.42rem;
  line-height: 0.61rem;
}
.site-area .site-area__number .area__number--col .area__number_remark {
  font-family: PRegular;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.24rem;
  margin-top: 0.05rem;
}
.site-area .site-area__number .area__number--col:first-of-type {
  margin-right: 1.78rem;
}
.site-area .site-area__number .area__number--col:nth-of-type(2) {
  margin-right: 1.58rem;
}
.site-area .site-area__number--remark {
  font-family: PRegular;
  line-height: 0.36rem;
  width: 9.88rem;
  box-sizing: border-box;
  padding-left: 0.18rem;
  margin: 0 auto;
  color: #000;
}
.site-area .site-area__number--remark.second {
  margin-bottom: 0.58rem;
  margin-top: 0.12rem;
  padding-left: 0;
  width: 10.61rem;
}
.site-area .site-area__number--bg {
  margin: 0 auto;
  width: 6.34rem;
  height: 0.54rem;
  /* background: url("../images/area-btn-pc.png") no-repeat 0 0/contain; */
}

.site-use .site-use__design {
  background-color: #000;
  width: 7.2rem;
  overflow-x: hidden;
  position: relative;
}
.site-use .site-use__design .site-use__index__container {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.2rem;
  font-size: 0;
}
.site-use .site-use__design .site-use__index__container .site-use__index__col {
  display: inline-block;
  width: 0.24rem;
  height: 0.04rem;
  background-color: #4C4C4C;
  margin-right: 0.08rem;
  cursor: pointer;
}
.site-use .site-use__design .site-use__index__container .site-use__index__col.active {
  background-color: #fff;
}
.site-use .site-use__design .site-use__design__inner {
  height: 100%;
  transition: transform 0.5s ease;
}
.site-use .site-use__design .site-use__design__inner img {
  width: 100%;
}
.site-use .site-use__flow {
  background-color: #fafafa;
  padding: 0.66rem 0.08rem 0.65rem 0.6rem;
}
.site-use .site-use__flow .site-use__title {
  font-family: PBold;
  line-height: 0.48rem;
  color: #000;
  margin-bottom: 0.09rem;
  width: 4.83rem;
}
.site-use .site-use__flow .site-use__subtitle {
  font-family: PRegular;
  line-height: 0.24rem;
  color: #222;
  opacity: 0.6;
  margin-bottom: 0.51rem;
  width: 5.5rem;
}
.site-use .site-use__flow .site-use__flow-detail > div:hover .site-use__flow--index .site-use__flow--cirtle, .site-use .site-use__flow .site-use__flow-detail > div.active .site-use__flow--index .site-use__flow--cirtle {
  background-color: #000;
  color: #2DE582;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--index {
  width: 0.7rem;
  position: relative;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--index .site-use__flow--cirtle {
  width: 100%;
  height: 0.7rem;
  border-radius: 100%;
  text-align: center;
  line-height: 0.7rem;
  background-color: #fafafa;
  box-sizing: border-box;
  font-family: PSemiBold;
  border: 0.03rem solid #000;
  color: #000;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--index .site-use__flow--solid {
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 100%;
  height: 100%;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--index .site-use__flow--solid:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--remark {
  margin-left: 0.3rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--remark .site-use__flow--title {
  line-height: 0.27rem;
  color: #000;
  font-family: PSemiBold;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow--remark .site-use__flow--subtitle {
  line-height: 0.24rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: PRegular;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-1 .site-use__flow--remark {
  padding-bottom: 0.43rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-1 .site-use__flow--remark .site-use__flow--title {
  margin-bottom: 0.1rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-1 .site-use__flow--remark .site-use__flow--subtitle {
  width: 4.91rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-2 .site-use__flow--remark {
  padding-bottom: 0.28rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-2 .site-use__flow--remark .site-use__flow--title {
  margin-bottom: 0.09rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-2 .site-use__flow--remark .site-use__flow--subtitle {
  width: 5.08rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-3 .site-use__flow--remark {
  padding-bottom: 0.28rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-3 .site-use__flow--remark .site-use__flow--title {
  margin-bottom: 0.04rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-3 .site-use__flow--remark .site-use__flow--subtitle {
  width: 4.97rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-4 .site-use__flow--remark {
  padding-bottom: 0.54rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-4 .site-use__flow--remark .site-use__flow--title {
  width: 4.21rem;
  margin-bottom: 0.07rem;
}
.site-use .site-use__flow .site-use__flow-detail .site-use__flow-4 .site-use__flow--remark .site-use__flow--subtitle {
  width: 5.2rem;
  margin-bottom: 0.11rem;
}

.site-spec .site-spec__hd {
  padding: 1rem 0 0.72rem 0;
  line-height: 0.48rem;
  font-family: PBold;
  color: #000;
}
.site-spec .site-spec__bd {
  margin-bottom: 0.11rem;
}
.site-spec .site-spec__bd .site-spec__col {
  width: 33.33%;
  position: relative;
  overflow-x: hidden;
}
.site-spec .site-spec__bd .site-spec__col:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.site-spec .site-spec__bd .site-spec__col:first-of-type {
  background-color: #fafafa;
  padding: 0.7rem 0 1.7rem;
}
.site-spec .site-spec__bd .site-spec__col:first-of-type:after {
  right: -0.68rem;
  bottom: 0.41rem;
  width: 2.28rem;
  height: 1.78rem;
  /* background-image: url("../images/home_spec1.png"); */
}
.site-spec .site-spec__bd .site-spec__col:first-of-type:hover:after {
  /* background-image: url("../images/home_spec1_hoved.png"); */
}
.site-spec .site-spec__bd .site-spec__col:first-of-type .site-spec__col--title {
  padding: 0 0.23rem 0 0.88rem;
  font-family: PSemiBold;
  line-height: 0.4rem;
  color: #000;
  margin-bottom: 0.16rem;
}
.site-spec .site-spec__bd .site-spec__col:first-of-type .site-spec__col--subtitle {
  padding: 0 0.11rem 0 0.88rem;
  font-family: PRegular;
  line-height: 0.24rem;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(2) {
  padding: 0.77rem 0 1.55rem;
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(2):after {
  right: -0.56rem;
  bottom: 0.42rem;
  width: 1.62rem;
  height: 1.81rem;
  /* background-image: url("../images/home_spec2.png"); */
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(2):hover:after {
  /* background-image: url("../images/home_spec2_hoved.png"); */
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(2) .site-spec__col--title {
  padding: 0 0.4rem 0 0.67rem;
  font-family: PSemiBold;
  line-height: 0.4rem;
  color: #000;
  margin-bottom: 0.07rem;
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(2) .site-spec__col--subtitle {
  width: 2.8rem;
  padding-left: 0.72rem;
  font-family: PRegular;
  line-height: 0.27rem;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(3) {
  background-color: #fafafa;
  padding: 0.77rem 0 1.3rem;
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(3):after {
  right: -0.58rem;
  bottom: 0.15rem;
  width: 1.77rem;
  height: 1.97rem;
  /* background-image: url("../images/home_spec3.png"); */
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(3):hover:after {
  /* background-image: url("../images/home_spec3_hoved.png"); */
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(3) .site-spec__col--title {
  padding: 0 0.23rem 0 0.74rem;
  font-family: PSemiBold;
  line-height: 0.48rem;
  color: #000;
  margin-bottom: 0.15rem;
}
.site-spec .site-spec__bd .site-spec__col:nth-of-type(3) .site-spec__col--subtitle {
  padding: 0 0.61rem 0 0.82rem;
  font-family: PRegular;
  line-height: 0.27rem;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.site-eco {
  color: #fff;
  background-color: #202020;
  padding-bottom: 1.18rem;
}
.site-eco .site-eco__container {
  width: 11.11rem;
  margin: 0 auto;
}
.site-eco .site-eco__hd {
  padding: 0.65rem 0 0.91rem;
  line-height: 0.48rem;
  font-family: PBold;
}
.site-eco .site-eco__bd .site-eco--left {
  width: 6rem;
  padding-top: 0.36rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__title {
  font-family: PBold;
  line-height: 0.48rem;
  margin-bottom: 0.16rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__subtitle {
  font-family: PRegular;
  line-height: 0.27rem;
  margin-bottom: 0.1rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div {
  font-size: 0;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:first-of-type {
  margin-right: 0.84rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:first-of-type .site-eco__business--logo {
  width: 0.7rem;
  height: 0.7rem;
  object-fit: contain;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:first-of-type .site-eco__business--name {
  line-height: 0.24rem;
  font-family: PSemiBold;
  color: #fff;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:nth-of-type(2) {
  margin-right: 0.8rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:nth-of-type(2) .site-eco__business--logo {
  width: 0.87rem;
  height: 0.57rem;
  object-fit: contain;
  margin-bottom: 0.12rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:nth-of-type(2) .site-eco__business--name {
  line-height: 0.24rem;
  font-family: PSemiBold;
  color: #fff;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:last-of-type .site-eco__business--logo {
  width: 0.5rem;
  height: 0.23rem;
  border-radius: 0.6rem;
  border: 1px solid #6b6b6b;
  font-size: 0;
  line-height: 0.32rem;
  margin-bottom: 0.43rem;
  position: relative;
  top: 0.15rem;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:last-of-type .site-eco__business--logo i {
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #6B6B6B;
  border-radius: 100%;
}
.site-eco .site-eco__bd .site-eco--left .site-eco__business > div:last-of-type .site-eco__business--name {
  line-height: 0.24rem;
  font-family: PSemiBold;
  color: #6B6B6B;
}
.site-eco .site-eco__bd .site-eco--right {
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-left: 0.76rem;
  padding: 0.11rem 0 0.47rem 0;
  width: 5.04rem;
  overflow-x: hidden;
}
.site-eco .site-eco__bd .site-eco--right .quote-left {
  font-size: 0.6rem;
  height: 0.5rem;
  line-height: 0.9rem;
  color: #010101;
  font-family: PBold;
  margin-bottom: 0.11rem;
}
.site-eco .site-eco__bd .site-eco--right .site-eco__content {
  position: relative;
  width: 3.24rem;
  overflow-x: hidden;
}
.site-eco .site-eco__bd .site-eco--right .site-eco__content p {
  width: 100%;
  line-height: 0.24rem;
  font-family: PRegular;
  color: #000;
}
.site-eco .site-eco__bd .site-eco--right .quote-right {
  position: absolute;
  right: 0.31rem;
  bottom: 1.34rem;
  width: 0.38rem;
  height: 0.27rem;
  font-size: 0.6rem;
  color: #010101;
  font-family: PBold;
}
.site-eco .site-eco__bd .site-eco--right .site-eco--userinfo {
  margin-top: 0.28rem;
  color: #000;
}
.site-eco .site-eco__bd .site-eco--right .site-eco--userinfo .site-eco--userinfo--left {
  font-family: PBold;
  line-height: 0.24rem;
}
.site-eco .site-eco__bd .site-eco--right .site-eco--userinfo .site-eco--userinfo--left .site-eco--userinfo__rank {
  margin-bottom: 0.06rem;
}
.site-eco .site-eco__bd .site-eco--right .site-eco--userinfo .site-eco--userinfo--right {
  font-size: 0;
}
.site-eco .site-eco__bd .site-eco--right .site-eco--userinfo .site-eco--userinfo--right .site-eco--userinfo__avatar {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: contain;
}
.site-eco .site-eco__arrow {
  font-size: 0;
  text-align: right;
  padding: 0.24rem 0 0 0;
}
.site-eco .site-eco__arrow .site-eco__arrow--inner {
  display: inline-block;
  width: 4.35rem;
}
.site-eco .site-eco__arrow .site-eco__arrow--inner .site-eco__po img {
  width: 0.41rem;
  height: 0.16rem;
  object-fit: contain;
}

/* 移动端 */
.mobile-hero,
.mobile-ad,
.mobile-safety,
.mobile-chain,
.mobile-dapp,
.mobile-ecoe,
.mobile-vert {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .site-hero,
.site-ad,
.site-safety,
.site-chain,
.site-dapp,
.site-ecoe,
.site-vert {
    display: none;
  }
  .mobile-hero {
    display: block;
    padding: 1.1rem 0.56rem .2rem 0.56rem;
  }
  .mobile-hero .mobile-hero__a1 + .mobile-hero__a1 {
    margin-top: 0.05rem;
  }
  .mobile-hero .mobile-hero__a1 .mobile-hero__title {
    font-family: PBold;
    font-size: 0.5rem;
    line-height: .7rem;
  }
  .mobile-hero .mobile-hero__a1 .mobile-hero__subtitle {
    font-family: PBold;
    font-size: 0.5rem;
    line-height: 0.75rem;
  }
  .mobile-hero .mobile-hero__s1 {
    line-height: 0.3rem;
    color: #C4C4C4;
    font-family: PMedium;
    margin: 0.05rem 0 0.39rem;
  }
  .mobile-hero__btn {
    margin-top: .35rem;
  }
  .mobile-hero__btn a {
    font-size: .35rem;
    line-height: .35rem;
    font-style: italic;
    padding: 0.18rem 0.45rem;
    border-radius: 0.4rem;
  }
  .mobile-hero .mobile-hero__btn--link {
    display: block;
    width: 100%;
    border-radius: 0.1rem;
    font-size: 0.45rem;
    line-height: 0.45rem;
    padding: 0.3rem 0 0.38rem;
    color: #000;
    font-family: PSemiBold;
    background-color: #2DE582;
  }
  .mobile-hero .mobile-hero__btn--link i {
    display: inline-block;
    width: 0.33rem;
    height: 0.29rem;
    margin-left: 0.49rem;
    /* background: url(../images/right-arrow.png) no-repeat 0 0/cover; */
  }
  .mobile-hero__topic {
    font-size: .35rem;
    font-family: PRegular;
    line-height: .4rem;
    margin-top: .35rem;
  }
  .mobile-hero__capture img {
    /* width: 8.25rem;
    margin-left: -1.2rem; */
    width: 100%;
    margin-top: -.5rem;
  }
  .mobile-hero__capture-feature {
    width: 4.88rem;
    margin: 0 auto;
  }
  .mobile-hero__capture-feature__item {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .75rem;
  }
  .mobile-hero__capture-feature__item svg {
    /* display: block; */
    width: 3.6rem;
    height: .8rem;
  }
  .mobile-ad {
    display: block;
    background-color: #000;
    padding: 1.25rem 0 0.84rem;
  }
  .mobile-ad .mobile-ad__hd {
    padding: 0 0.95rem 0 .95rem;
    font-size: 0.34rem;
    line-height: 0.51rem;
    color: #fff;
    font-family: PBold;
  }
  .mobile-ad .mobile-ad__bd {
    padding: 0 0.95rem 0 0.95rem;
  }
  .mobile-ad__by {
    margin-top: .9rem;
    font-size: .4rem;
    line-height: .58rem;
    color: #fff;
    font-family: PBold; 
  }
  .mobile-ad .mobile-ad__bd .mobile-ad__bd__row {
    padding-top: 0.48rem;
  }
  .mobile-ad .mobile-ad__bd .mobile-ad__bd__row svg {
    width: 0.62rem;
    height: 0.6rem;
    object-fit: cover;
  }
  .mobile-ad .mobile-ad__bd .mobile-ad__bd__row h3 {
    margin: 0.47rem 0 0.21rem;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.48rem;
    font-family: PSemiBold;
    color: #fff;
  }
  .mobile-ad .mobile-ad__bd .mobile-ad__bd__row p {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.33rem;
    font-family: PRegular;
    color: rgba(255, 255, 255, 0.6);
  }
  .mobile-ad__adjust {

  }
  .mobile-ad__adjust > div {
    flex-basis: 50%;
  }
  .mobile-ad__adjust > div span:first-of-type {
    color: #FCD535;
    font-size: .48rem;
    line-height: .68rem;
  }
  .mobile-ad__adjust > div span:last-of-type {
    color: #fff;
    font-size: .23rem;
    line-height: .25rem;
    display: block;
  }

  .mobile-safety {
    display: block;
    padding: .7rem .3rem .3rem .3rem;
  }
  .mobile-safety h3 {
    font-family: PBold;
    font-size: .44rem;
    line-height: .68rem;
  }
  .mobile-safety a {
    /* margin-top: .25rem; */
    display: inline-block;
    font-size: .35rem;
    line-height: .35rem;
    font-style: italic;
    padding: 0.18rem 0.45rem;
    border-radius: 0.4rem;
    background-color: #FCD535;
    font-weight: 700;
    color: #111722;
  }
  .mobile-safety h4 {
    text-align: left;
    font-family: PBold;
    font-size: .34rem;
    line-height: .42rem;
    margin-top: .45rem;
    padding: 0 .25rem 0 .75rem;
  }
  .mobile-safety p {
    font-family: PSemiBold;
    font-size: .24rem;
    line-height: .36rem;
    margin-top: .2rem;
    padding: 0 .45rem 0 .75rem;
    text-align: left;
  }
  .mobile-safety img {
    display: block;
    width: 6.82rem;
    margin-top: .5rem;
  }

  .mobile-chain {
    display: block;
    padding: 1.2rem 0 .8rem;
    background: linear-gradient(#2F2C30, #6B6E77);
  }
  .mobile-chain__ad {
    padding: 0 .4rem 0 1.4rem;
    font-family: PBold;
    color: #fff;
    font-size: .48rem;
    line-height: .72rem;
  }
  .mobile-chain__ject {
    color: #B4B4B6;
    font-family: PRegular;
    font-size: .24rem;
    line-height: .36rem;
    padding: .3rem .8rem .6rem 1rem;
  }
  .mobile-chain__show img {
    width: 4rem;
    margin-top: -.15rem;
  }
  .mobile-chain__show--capture {
    font-size: 0;
    font-family: PRegular;
    margin-top: .55rem;
    margin-left: -.45rem;
  }
  .mobile-chain__show--capture li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .15rem;
    height: .15rem;
    border-radius: 100%;
    background-color: #FBD535;
    margin-right: .12rem;
  }
  .mobile-chain__show--capture li p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: .5rem;
    font-size: .24rem;
  }

  .mobile-dapp {
    display: block;
    background: linear-gradient(#53BBFF, #2B91EE);
    padding: 1.2rem 0 0;
  }
  .mobile-dapp h2 {
    color: #fff;
    font-family: PBold;
    font-size: .52rem;
    line-height: .85rem;
    margin-bottom: .3rem;
  }
  .mobile-dapp h3 {
    padding: 0 1rem;
    font-family: PBold;
    font-size: .31rem;
    line-height: .42rem;
    color: #fff;
  }
  .mobile-dapp p {
    font-family: PRegular;
    font-size: .24rem;
    line-height: .36rem;
    color: #fff;
    padding: .2rem 1rem;
  }
  .mobile-dapp a {
    display: block;
    color: #fff;
    font-size: .24rem;
    line-height: .36rem;  
    padding: 0 1rem;
    font-family: PSemiBold;
  }
  .mobile-dapp img {
    display: block;
    width: 5.85rem;
    margin: .2rem auto 0;
  }

  .mobile-ecoe {
    padding: 1.2rem 0;
    display: block;
  }
  .mobile-ecoe h3 {
    font-family: PBold;
    font-size: .48rem;
    line-height: .72rem;
  }

  .mobile-vert {
    display: block;
    padding: 1rem 0; 
    color: #fff;
    background-color: #0E0E0F;
  }
  .mobile-vert h3 {
    padding: 0 1rem;
    font-family: PBold;
    font-size: .48rem;
    line-height: .72rem;
  }
  .mobile-vert h4 {
    padding: 0 .2rem 0 1rem;
    font-family: PRegular;
    font-size: .26rem;
    line-height: .73rem;
  }
  .mobile-vert a {
    display: block;
    width: 4.12rem;
    line-height: .7rem;
    color: #000;
    background-color: #FBD535;
    font-family: PRegular;
    font-size: .28rem;
    margin: 0 auto;
    border-radius: .14rem;
    margin-top: .25rem;
    position: relative;
    left: -.55rem;
  }

  .mobile-area {
    display: block;
    padding: 0.92rem 0.79rem 0 0.94rem;
  }
  .mobile-area .mobile-area__title {
    font-size: 0.46rem;
    font-weight: 700;
    line-height: 0.69rem;
    font-family: PBold;
    color: #000;
  }
  .mobile-area .mobile-area__num {
    margin: 0.38rem 0 0.58rem;
  }
  .mobile-area .mobile-area__num .mobile-area__num--domain {
    margin-bottom: 0.85rem;
  }
  .mobile-area .mobile-area__num .num--val {
    font-size: 0.48rem;
    font-weight: 400;
    line-height: 0.7rem;
    font-family: PRegular;
    color: #11C966;
  }
  .mobile-area .mobile-area__num .num--desc {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.36rem;
    font-family: PRegular;
    color: #000;
  }
  .mobile-area .mobile-area__s p {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.36rem;
    font-family: PRegular;
    color: #000;
  }
  .mobile-area .mobile-area__s.f {
    margin-bottom: 0.28rem;
  }
  .mobile-area .mobile-area__s.l {
    margin-bottom: 0.59rem;
  }
  .mobile-use {
    display: block;
    padding: 0.83rem 1.03rem 0 0.92rem;
    background-color: #f6f6f6;
  }
  .mobile-use .mobile-use__title {
    font-size: 0.46rem;
    font-weight: 700;
    line-height: 0.69rem;
    font-family: PBold;
    color: #000;
  }
  .mobile-use .mobile-use__subtitle {
    margin-top: 0.24rem;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.33rem;
    font-family: PRegular;
    color: rbga(34, 34, 34, 0.6);
  }
  .mobile-use .mobile-use__flow {
    margin-top: 0.73rem;
    padding-bottom: 0.64rem;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left {
    position: relative;
    margin-right: 0.5rem;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left .line {
    position: absolute;
    left: 50%;
    top: 0.7rem;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left .circle {
    width: 0.7rem;
    height: 0.7rem;
    box-sizing: border-box;
    border: 0.04rem solid #000;
    background-color: #fff;
    border-radius: 100%;
    font-size: 0;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left .circle.active {
    background-color: #000;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left .circle.active span {
    color: #2DE582;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left .circle:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--left .circle span {
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.42rem;
    font-family: PSemiBold;
    color: #000;
    vertical-align: middle;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--right .mobile-use__col__title {
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.48rem;
    font-family: PSemiBold;
    color: #000;
    margin-bottom: 0.09rem;
  }
  .mobile-use .mobile-use__flow .mobile-use__row .mobile-use__col--right .mobile-use__col__subtitle {
    width: 4.84rem;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.33rem;
    font-family: PRegular;
    color: rgba(0, 0, 0, 0.6);
  }
  .mobile-spec {
    display: block;
  }
  .mobile-spec .mobile-spec_child1 {
    padding: 1.49rem 1.16rem 0 1.26rem;
    font-size: 0.46rem;
    font-weight: 700;
    line-height: 0.69rem;
    font-family: PBold;
    color: #000;
    margin-bottom: 0.71rem;
  }
  .mobile-spec .mobile-spec__title {
    font-size: 0.55rem;
    font-weight: 700;
    line-height: 0.65rem;
    font-family: PBold;
    color: #000;
    position: relative;
    z-index: 1;
  }
  .mobile-spec .mobile-spec__subtitle {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.33rem;
    font-family: PRegular;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
  }
  .mobile-spec .mobile-spec_child2 {
    width: 100%;
    box-sizing: border-box;
    background-color: #fafafa;
    position: relative;
    padding: 1.49rem 1.72rem 0.71rem 0.98rem;
    overflow-x: hidden;
  }
  .mobile-spec .mobile-spec_child2 div {
    margin-top: 0.37rem;
  }
  .mobile-spec .mobile-spec_child2:after {
    content: "";
    position: absolute;
    width: 3.57rem;
    height: 2.78rem;
    right: -1.07rem;
    bottom: 0.5rem;
    /* background: url("../images/home_spec1.png") no-repeat 0 0/contain; */
  }
  .mobile-spec .mobile-spec_child3 {
    width: 100%;
    box-sizing: border-box;
    padding: 1.09rem 0.51rem 1.02rem 1.13rem;
    position: relative;
    overflow-x: hidden;
  }
  .mobile-spec .mobile-spec_child3:after {
    content: "";
    position: absolute;
    width: 2.56rem;
    height: 2.57rem;
    right: -1.4rem;
    bottom: 0.67rem;
    /* background: url("../images/home_spec2.png") no-repeat 0 0/contain; */
  }
  .mobile-spec .mobile-spec_child3 div {
    margin-top: 0.15rem;
  }
  .mobile-spec .mobile-spec_child4 {
    background-color: #fafafa;
    padding: 1.09rem 0.51rem 1.02rem 1.13rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
  }
  .mobile-spec .mobile-spec_child4:after {
    content: "";
    position: absolute;
    width: 2.82rem;
    height: 2.82rem;
    right: -0.89rem;
    bottom: 0;
    /* background: url("../images/home_spec3.png") no-repeat 0 0/contain; */
  }
  .mobile-spec .mobile-spec_child4 div {
    margin-top: 0.15rem;
  }
  .mobile-eco {
    display: block;
    padding: 0.81rem 0 0.57rem;
    background-color: #202020;
  }
  .mobile-eco .mobile-eco-a {
    padding: 0 0.69rem 0 0.93rem;
  }
  .mobile-eco .mobile-eco-a .mobile-eco-a__title {
    margin-bottom: 0.17rem;
    font-size: 0.46rem;
    font-weight: 700;
    line-height: 0.69rem;
    font-family: PBold;
    color: #fff;
  }
  .mobile-eco .mobile-eco-a .mobile-eco-a__subtitle {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.33rem;
    font-family: PRegular;
    color: #fff;
    min-height: 2.24rem;
  }
  .mobile-eco .mobile-eco-card {
    padding: 0 1.07rem 0 0.92rem;
    margin: 0.25rem 0 0.56rem;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col img {
    object-fit: contain;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col p {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.24rem;
    font-family: PSemiBold;
    color: #fff;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col div {
    display: inline-block;
    width: 0.5rem;
    height: 0.3rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 0.2rem;
    font-family: PBold;
    color: #6B6B6B;
    border: 1px solid #6B6B6B;
    border-radius: 0.3rem;
    margin: 0.49rem 0 0.22rem;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col:first-of-type img {
    width: 0.7rem;
    height: 0.7rem;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col:nth-of-type(2) img {
    width: 0.9rem;
    height: 0.34rem;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col:last-of-type img {
    width: 0.9rem;
    height: 0.34rem;
  }
  .mobile-eco .mobile-eco-card .mobile-eco__col:last-of-type p {
    color: #6B6B6B;
  }
  .mobile-eco .mobile-eco-quote {
    background-color: #fff;
    padding: 0.39rem 0 0.47rem 0;
    width: 5.97rem;
    margin-left: 0.78rem;
    overflow-x: hidden;
    border-radius: 0.1rem;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner {
    transition: transform 0.5s ease;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.36rem 0 0.74rem;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote--left {
    margin-left: 0.13rem;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 0.9rem;
    font-family: PBold;
    color: #010101;
    margin-bottom: 0.06rem;
    width: 0.43rem;
    height: 0.63rem;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__content {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.36rem;
    font-family: PRegular;
    color: #000;
    width: 4.32rem;
    position: relative;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__content .quote--right {
    position: absolute;
    right: -0.55rem;
    bottom: -0.17rem;
    width: 0.48rem;
    height: 0.34rem;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 0.6rem;
    font-family: PBold;
    color: #010101;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__person {
    padding-top: 0.5rem;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__person p {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.36rem;
    font-family: PBold;
    color: #000;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__person p:last-of-type {
    margin-top: 0.08rem;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__person .person--avatar {
    padding-right: 0.26rem;
  }
  .mobile-eco .mobile-eco-quote .mobile-eco-quote__inner .mobile-eco-quote__row .quote__person .person--avatar img {
    width: 0.7rem;
    height: 0.69rem;
    object-fit: cover;
    vertical-align: top;
  }
  .mobile-eco .mobile-eco-arrow {
    padding: 0.5rem 0.75rem 0 0.83rem;
  }
  .mobile-eco .mobile-eco-arrow img {
    width: 0.52rem;
    height: 0.2rem;
    object-fit: cover;
  }
}



.try-btn {
  margin-left: 0.15rem;
  /* font-weight: 600; */
}

.site-hero__btn {
  margin-top: 0.2rem;
}

.site-hero__btn a {
  font-size: 0.2rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-style: italic;
}

.site-hero__topic {
  margin-top: .18rem;
}

.site-hero__topic p {
  font-size: .2rem;
  line-height: .28rem;
  text-align: center;
}

.site-ad__adjust {
  width: 9.6rem;
  margin: 0 auto .4rem;
}

.site-ad__adjust > div {
  flex: 0 0 20%;
  text-align: center;
}

.site-ad__adjust span {
  display: block;
}

.site-ad__adjust .sh {
  font-size: .38rem;
  line-height: .55rem;
  color: #FCD535;
}

.site-ad__adjust .sf {
  color: #fff;
  font-size: .14rem;
  line-height: .21rem;
}

.site-ad__by {
  font-size: .4rem;
  font-weight: 900;
  line-height: .7rem;
  text-align: center;
  margin-bottom: .6rem;
}

.site-ad__bd-container {
  width: 11.4rem;
}


.site-safety {
  padding: .9rem 0 .4rem;
}

.site-safety__ad {
  font-family: PBold;
  width: 8.12rem;
  margin: 0 auto;
  font-size: .4rem;
  line-height: .5rem;
}

.site-safety__bd {
  width: 9.2rem;
  margin: .4rem auto 0;
}

.site-safety__bd img {
  width: 7rem;
  object-fit: cover;
  margin-left: -1.85rem;
}

.site-safety__bd .site-safety__bd--subject {
  width: 6rem;
  margin-left: -.5rem;
  padding-top: .3rem;
}

.site-safety__bd .site-safety__bd--subject li h3 {
  font-family: PBold;
  line-height: .36rem;
}

.site-safety__bd .site-safety__bd--subject li p {
  line-height: .24rem;
}

.site-safety__bd .site-safety__bd--subject li:last-of-type {
  margin-top: .1rem;
}


.site-chain {
  background: linear-gradient(#2F2C30, #6B6E77);
  padding: .9rem 0;
}

.site-chain__ad {
  font-family: PBold;
  color: #fff;
  font-size: .4rem;
  line-height: .5rem;
  width: 8.32rem;
  margin: 0 auto;
}

.site-chain__ject {
  width: 7.1rem;
  margin: 0 auto;
  color: #B4B4B6;
  line-height: .24rem;
  margin-top: .1rem;
  padding-left: .8rem;
}

.site-chain__show {
  width: 10.5rem;
  margin: 0 auto;
}

.site-chain__show img {
  width: 3.13rem;
  object-fit: cover;
}

.site-chain__show--capture li {
  font-size: 0;
}

.site-chain__show--capture li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: .07rem;
  height: .07rem;
  border-radius: 100%;
  background-color: #FBD535;
  margin-right: .12rem;
}

.site-chain__show--capture li p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: .3rem;
}

.site-dapp {
  padding-top: .4rem;
  background-color: #53BBFF;
}

.site-dapp__inner {
  width: 10.65rem;
  margin: 0 auto;
}

.site-dapp img {
  width: 5.31rem;
  object-fit: cover;
}

.site-dapp__remark {
  flex-basis: 5.28rem;
  color: #fff;
}

.site-dapp__remark h2 {
  font-family: PBold;
  line-height: .72rem;
  font-size: .48rem;
}

.site-dapp__remark h3 {
  line-height: .36rem;
}

.site-dapp__remark p {
  margin-top: .15rem;
  line-height: .25rem;
}

.site-dapp__remark a {
  margin-top: .15rem;
  display: block;
  color: #fff;
  line-height: .21rem;
  font-family: PBold;
}

.site-ecoe {
  width: 11.7rem;
  margin: 0 auto;
  padding: .4rem 0 .6rem;
}

.site-ecoe h3 {
  font-family: PBold;
  font-size: .36rem;
  line-height: .54rem;
}

.site-vert__inner {
  background-color: #000;
  border-radius: .1rem;
  padding: .5rem .5rem .5rem .7rem;
  box-sizing: border-box;
  width: 11.7rem;
  margin: 0 auto;
  color: #fff;
}

.site-vert--left h3 {
  font-family: PBold;
  line-height: .42rem;
}

.site-vert--left p {
  font-family: PBold;
  font-size: .15rem;
  line-height: .23rem;
  margin-top: .05rem;
}

.site-vert__qarde {
  display: inline-block;
  vertical-align: middle;
  width: .56rem;
  height: .48rem;
  box-sizing: border-box;
  border-radius: .05rem;
  border: 1px solid #fff;
}

.site-vert__download {
  display: inline-block;
  vertical-align: middle;
  background-color: #FBD535;
  border-radius: .05rem;
  padding: 0 .15rem;
  line-height: .45rem;
  font-family: PBold;
  color: #000;
  margin-left: .25rem;
}


