:root {
  --baseWidth: 83rem
}

* {
  padding: 0;
  margin: 0;
  font-family: Outfit-ExtraLight;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow: auto;
}

html {
  font-size: calc(100vw / 120);
}

* {
  box-sizing: border-box;
}



#header-container {
  position: relative;
  z-index: 99999;
}

#container {
  width: 100vw;
  padding-bottom: 9.75rem;
  overflow: hidden;
  position: relative;
}

.pc-content {
  width: 100%;
  height: auto;
  position: relative;
}

.mb-banner img {
  width: 100%;
  margin-bottom: 11px;
}

.decorate-1 {
  top: -10rem;
  right: -49rem;
}

.decorate-2 {
  top: 19rem;
  left: -57rem;
}

.decorate-3 {
  top: 140rem;
  right: -59rem;
}


.base-decorate {
  width: 97.5rem;
  height: 60.2rem;
  position: absolute;
  background: url("../images/decorate.png") no-repeat;
  background-size: 100%;
  z-index: 0;
}

.banner-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #6b3bef;
  padding: 10rem 0 7rem;
}

.banner-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../images/bg-2.png") no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner-box {
  width: 100%;
  max-width: var(--baseWidth);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-box-l {
  width: 45%;
  transform: translateY(-5rem);
  position: relative;
  z-index: 2;
}



.banner-box-r {
  position: absolute;
  right: 4rem;
  top: 4.3rem;
  width: 49rem;
}

.banner-box-r img {
  width: 100%;
}

.banner-box-l .tips {
  font-size: 3.3rem;
  font-weight: bold;
  font-family: Outfit-Bold;
  text-align: left;
  color: #fea807;
}

.banner-box-l .price {
  font-size: 6.2rem;
  font-family: Outfit-Bold;
  font-weight: bold;
  color: #fff;
  transform: translateY(-0.7rem);
}

.banner-box-l .info {
  font-size: 1.65rem;
  transform: translateY(-1.3rem);
  font-weight: bold;
  font-family: Outfit-Bold;
  color: #fff;
}

.banner-box-l .desc {
  font-size: 1.45rem;
  font-weight: 200;
  color: #fefeff;
  margin-top: 0.5rem;
  line-height: 2.2rem;
}

.banner-box-l .desc span {
  font-family: Outfit-Bold;
}

.base-btn {
  width: 14.5rem;
  height: 4.6rem;
  line-height: 4.6rem;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  border-radius: 18px;
  background-color: #fea807;
  cursor: pointer;
  text-align: center;
}

.down-btn {
  display: none;
}

.banner-btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 5.3rem;
}

.btn-box-r,
.btn-box-l {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-box-c {
  width: 1px;
  height: 6rem;
  background-color: #c7c6d3;
}

.btn-box-r span,
.btn-box-l span {
  display: inline-block;
  padding: 0 10%;
  font-size: 1.1rem;
  margin-top: 1rem;
  text-align: center;
}

.btn-box-l span {
  color: #fea807;
}

.btn-box-r span {
  color: #fff;
}

.btn-box-r .base-btn {
  background-color: #32295f;
}


.introduction-wrapper {
  width: 100%;
  position: relative;
}

.introduction-box {
  width: 100%;
  max-width: var(--baseWidth);
  height: 100%;
  margin: -4rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background-color: #32295f;
  padding: 3.1rem 3.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.introduction-box-l,
.introduction-box-r {
  width: 45%;
}

.introduction-box-l {
  display: flex;
  justify-content: center;
}

.introduction-box-l img {
  width: 28rem;
}

.introduction-box-r .tit {
  font-family: Outfit-SemiBold;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3rem;
}

.introduction-box-r .info {
  font-size: 1.65rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2rem;
}

.introduction-box-r .desc {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.8rem;
}

.service-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.service-box {
  width: 100%;
  max-width: var(--baseWidth);
  height: 100%;
  margin: 8.6rem auto 2rem;
}

.service-box .tit {
  width: 38rem;
  text-align: center;
  font-family: Outfit-SemiBold;
  font-size: 3rem;
  font-weight: 400;
  color: #28263a;
  margin: 0 auto 5.3rem;
}

.service-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 24rem;
  grid-auto-rows: 24rem;
  gap: 2.75rem 5rem;
}

.service-content-item {
  padding: 3.4rem 2.3rem;
  text-align: center;
  box-sizing: border-box;
  transition: .3s;
  cursor: pointer;
}

.service-content-item:hover {
  border-radius: 46px;
  box-shadow: 0px 35px 101px 0 rgba(40, 38, 58, 0.3);
  background-color: #f3f2f7;

}

.service-content-item:hover p {
  color: #28263a;
}

.service-content-item img {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 2.6rem;
}

.service-content-item p {
  font-family: Outfit-SemiBold;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  transition: .3s;
  color: #807f91;
}

.trade-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 8rem 0 17.9rem;
  background-color: #f5f3ff;
}

.trade-box {
  width: 100%;
  max-width: var(--baseWidth);
  height: 100%;
  margin: 0 auto;
}

.trade-box .tit {
  font-family: Outfit-SemiBold;
  font-size: 3rem;
  font-weight: 400;
  color: #28263a;
  margin-bottom: 11rem;
}

.trade-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.trade-content .step-img {
  width: 3.1rem;
  transform: translateY(3rem);
}

.trade-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
}

.trade-content div img {
  width: 9.65rem;
  margin-bottom: 4.5rem;
}

.trade-content div p {
  font-family: Outfit-SemiBold;
  font-size: 1.65rem;
  font-weight: 600;
  text-align: center;
  color: #28263a;
}

.trade-content div span {
  font-family: Outfit-SemiBold;
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #7650ff;
  cursor: pointer;
}

.step-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.step-box {
  width: 100%;
  max-width: var(--baseWidth);
  height: 100%;
  margin: -6.4rem auto 0;
  border-radius: 50px;
  padding: 6.34rem 6.34rem 9.68rem;
  box-sizing: border-box;
  box-shadow: 0px 35px 101px 0 rgba(40, 38, 58, 0.3);
  background-color: #6b3bef;
  position: relative;
}

.step-bg {
  width: 100%;
  max-width: var(--baseWidth);
  height: 100%;
  background: url(../images/bg-2.png) no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}


.step-box .tit {
  font-family: Outfit-SemiBold;
  font-size: 3rem;
  font-weight: 600;
  color: #28263a;
  margin-bottom: 6.8rem;
  position: relative;
  z-index: 3;
}

.step-box .tit span {
  color: #fff;
}

.event-img {
  width: 180px;
  height: 114px;
  background: url(../images/1.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  margin: 0 auto 30px;
  transform: translateX(-12%);
}


.step-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.step-conent-l {
  width: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.step-conent-l .line {
  width: 5px;
  height: 100%;
  background: url("../images/line-2.png") no-repeat;
  background-size: cover;
}

.step-conent-l span {
  width: 20px;
  height: 20px;
  display: block;
  background: #f6f5fa;
  border: 5px solid #D6D5E4;
  border-radius: 50%;
  position: absolute;
}

.step-conent-r {
  width: calc(100% - 20px - 4.8rem);
  transform: translateY(-0.6rem);
}

.event-top {
  display: flex;
  justify-content: space-between;
}

.event-top-l,
.event-top-r {
  width: 48%;
}

.event-top-l .stit {
  font-family: Outfit-SemiBold;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3.44rem;
}

.event-top-l .info {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3.1rem;
}


.event-top-l .stit span {
  font-family: Outfit-SemiBold;
  font-size: 2rem;
  font-weight: 600;
  color: #28263a;
}

.event-top-r img {
  width: 22rem;
  position: absolute;
  transform: translate(5rem, -18rem);
}

.event-bottom {
  margin-top: 5.1rem;
}

.event-bottom .circle {
  width: 20px;
  height: 20px;
  background: #f6f5fa;
  border: 5px solid #D6D5E4;
  border-radius: 50%;
  position: absolute;
  transform: translate(calc(-4.8rem - 20px), 0.6rem);
}

.event-bottom .stit {
  font-family: Outfit-SemiBold;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3.44rem;
}

.event-bottom .stit span {
  font-family: Outfit-SemiBold;
  font-size: 2rem;
  font-weight: 600;
  color: #28263a;
}

.event-bottom .info {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3.1rem;
}

.event-bottom .table {
  width: 49.6rem;
}

.event-bottom .table-head {
  border-radius: 25px 25px 0 0;
  height: 57px;
  width: 49.6rem;
  background: #fea807;
  display: flex;
}

.event-bottom .table-head div:first-child {
  border-right: 1px solid #ffc14c;
}

.event-bottom .table-head div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-bottom .table-head div span {
  font-family: Outfit-bold;
  font-size: 1.2rem;
  color: #fff;
}

.event-bottom .table-body {
  width: 100%;
}

.event-bottom .table-body img {
  width: 100%;
}

.event-bottom .desc {
  width: 49.6rem;
  margin-top: 3.65rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  margin-bottom: 3rem;
}

.event-bottom .desc span {
  font-weight: 600;
}

.n-base-btn {
  display: inline-block;
  padding: 0.76rem 2.75rem;
  font-size: 1.2rem;
  font-family: Outfit-SemiBold;
  font-weight: 600;
  color: #fff;
  border-radius: 18px;
  background-color: #28263a;
  cursor: pointer;
}

.step-footer {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translate(-50%);
  width: 83%;
  height: 15.1rem;
  padding: 1.3rem 6rem;
  border-radius: 30px;
  background-color: #28263a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  /* overflow: hidden; */
}


.step-footer .logo {
  width: 10rem;
}

.step-footer .logo img {
  width: 100%;
}

.step-footer .info {
  font-family: Outfit-bold;
  font-size: 2.75rem;
  color: #fff;
}

.step-footer .info span {
  font-family: Outfit-bold;
  font-size: 2.75rem;
  font-weight: 500;
  color: #7650ff;
}

.step-footer .line {
  width: 1px;
  height: 6.2rem;
  background-color: #454163;
}

.step-footer .icon-list>div {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}

.step-footer ul li {
  list-style: none;
  float: left;
}

.step-footer ul li:not(:last-child) {
  margin-right: 2.7rem;
}

.step-footer ul li img {
  width: 1.65rem;

}

.step-footer .ewm {
  text-align: center;
  position: relative;
}

.step-footer .ewm #qrcode {
  width: 8.1rem;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-footer .ewm .img1 {
  width: 6rem;
  position: absolute;
  top: -13rem;
  left: 0.5rem;
}

.step-footer .ewm .img2 {
  width: 7rem;
  position: absolute;
  top: -7rem;
  left: 0.5rem;
}

.step-footer .ewm #qrcode canvas {
  width: 100%;
  height: 100%;
}

.step-footer .ewm p {
  font-size: 12px;
  transform: translateY(1rem);
  font-weight: 600;
  color: #6e6b8c;
}

.step-footer .down {
  position: absolute;
  right: -4.5rem;
  width: 12rem;
  height: 3rem;
  border-radius: 31px;
  background-color: #fea807;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(-90deg);
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.ndownbtn {
  display: none;
}

.pc-show {
  display: inline-block;
}

.mb-show {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 20);
  }

  #container {
    padding-bottom: 12rem;
  }

  .pc-show {
    display: none;
  }

  .mb-show {
    display: inline-block;
  }


  .banner-box-l {
    width: 100%;
    transform: translateY(0);
    text-align: center;
  }

  .banner-box-l .tips {
    font-size: 26px;
    text-align: center;
  }

  .decorate-1,
  .decorate-2,
  .decorate-3 {
    display: none;
  }

  .banner-wrapper {
    padding: 40px 0 100px;
  }

  .banner-box {
    padding: 0 16px;
  }

  .banner-box-l .price {
    font-size: 45px;
    transform: translateY(0);
  }

  .banner-box-l .info {
    font-size: 16px;
    transform: translateY(0);
  }

  .banner-box-r {
    display: none;
  }

  .banner-box-l .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }

  .banner-btn-wrapper {
    margin-top: 35px;
  }

  .btn-box-r,
  .btn-box-l {
    width: 48%;
  }

  .btn-box-all {
    width: 100%;
  }

  .base-btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    font-size: 16px;
  }

  .btn-box-r span,
  .btn-box-l span {
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
  }

  .btn-box-c {
    height: 20px;
  }

  .introduction-wrapper {
    padding: 0 16px;
  }

  .introduction-box {
    margin-top: -35px;
    padding: 16px 20px;
    border-radius: 10px;
    flex-direction: column;
  }

  .introduction-box-l {
    width: 70%;
    transform: translateY(-2rem);
  }

  .introduction-box-l img {
    width: 100%;
  }

  .introduction-box-r {
    width: 100%;
  }

  .introduction-box-r .tit {
    font-size: 24px;
    margin-bottom: 44px;
    text-align: center;
  }

  .introduction-box-r .info,
  .introduction-box-r .desc {
    font-size: 14px;

    line-height: 24px;
  }

  .introduction-box-r .info {
    margin-bottom: 35px;
  }

  .service-box {
    margin: 30px auto;
    padding: 0 16px;
  }

  .service-box .tit {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .service-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 220px;
    grid-auto-rows: 220px;
    gap: 15px;
  }

  .service-content-item {
    padding: 16px 20px;
  }

  .service-content-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .service-content-item p {
    font-size: 16px;
  }

  .trade-wrapper {
    padding: 50px 0 160px;
  }

  .trade-box {
    padding: 0 16px;
  }

  .trade-box .tit {
    font-size: 24px;
    margin-bottom: 70px;
    text-align: center;
  }

  .trade-content {
    display: grid;
    grid-template-columns: 70% 30px 70% 30px 70%;
    overflow-y: scroll;
    /* flex-direction: column;
    align-items: center; */
  }

  .trade-content div {
    padding: 0 2%;
  }

  .trade-content div img {
    width: 120px;
    margin-bottom: 40px;
  }


  .trade-content div p {
    font-size: 16px;

  }

  .trade-content div:not(:last-child) p {
    margin-bottom: 50px;
  }

  .trade-content .step-img {
    width: 30px;
    transform: translateY(2rem);
  }

  .trade-content div span {
    margin-top: 15px;
    font-size: 14px;
  }

  .step-wrapper {
    padding: 0 16px;
  }

  .step-box {
    margin-top: 0;
    transform: translateY(-80px);
    padding: 30px 20px 20rem;
    border-radius: 10px;
  }


  .step-box .tit {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
  }

  .step-conent-l {
    display: none;
  }

  .step-conent-r {
    width: 100%;
    transform: translateY(0);
    text-align: center;
  }

  .event-top-l .stit,
  .event-bottom .stit {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .event-top-l .stit span,
  .event-bottom .stit span {
    font-size: 20px;
    display: block;
  }

  .event-top-l .info {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
  }

  .event-top-l {
    width: 100%;
    text-align: center;
  }

  .event-top-r {
    display: none;
  }


  .n-base-btn {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 17px 47px;
    text-align: center;
    margin: 0 auto;
  }

  .event-bottom {
    margin-top: 50px;
    text-align: center;
  }

  .event-bottom .info {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .event-bottom .table {
    width: 100%;
  }

  .step-bg {
    display: none;
  }

  .event-bottom .table-head {
    width: 100%;
    height: 47px;
  }

  .event-bottom .table-head div span {
    font-size: 12px;
    transform: scale(0.8);
    transform-origin: center center;
  }

  .event-bottom .desc {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
  }

  .step-footer {
    position: absolute;
    bottom: -10rem;
    width: 90%;
    height: auto;
    padding: 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
  }

  .step-footer .logo {
    width: 120px;
    margin-bottom: 40px;
  }

  .step-footer .info {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .step-footer .info span {
    font-size: 20px;
  }

  .step-footer .line {
    display: none;
  }

  .step-footer .icon-list>div {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .step-footer ul li img {
    width: 25px;
  }

  .step-footer ul li:not(:last-child) {
    margin-right: 30px;
  }

  .step-footer .ewm #qrcode {
    width: 100px;
    margin: 50px auto 0;
  }

  .step-footer .down {
    display: none;
  }

  .step-footer .ewm p {
    transform: translateY(10px);
  }

  .ewm .img1,
  .ewm .img2 {
    display: none;
  }

}