:root {
  --baseWidth: 83rem
}

* {
  padding: 0;
  margin: 0;
  font-family: DINPro-Bold;
}

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

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

* {
  box-sizing: border-box;
}

.container {
  padding-bottom: 9.75rem;
}



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

.mb-show {
  display: none !important;
}

.pc-banner-wrapper {
  width: 100%;
  height: 30rem;
  background: rgba(19, 22, 34, 0.5);
  backdrop-filter: blur(50px);
  position: relative;
}

.pc-banner-box-l {
  width: 40%;
}

.pc-banner-box-r {
  width: 60%;
  position: absolute;
  right: -10%;
}

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


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

.pc-banner-box-l div:nth-of-type(1) {
  font-size: 2.7rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 2.7rem;
}

.pc-banner-box-l div:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 1.4rem;
}

.pc-banner-box-l div:nth-of-type(3) {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 2.7rem;
}

.base-btn {
  display: inline-block;
  padding: 0.82rem 4.1rem;
  background: #7751FF;
  border-radius: 22px;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* .bannner-decorate {
  width: 100%;
  height: 50rem;
  background: url("../images/background.png") no-repeat;
  position: absolute;
  top: 15rem;
  right: 0;
} */

.bannner-decorate-n {
  width: 100%;
  height: 97rem;
  background: url("../images/background.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.basis-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

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

.base-tit {
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFFFFF;
}

.basis-content {
  margin-top: 2.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem 2rem;
}

.basis-item-bg {
  width: 100%;
  height: 11rem;
  background-image: url("../images/card.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: .3s;
  margin-bottom: 1.4rem;
}

.basis-item-bg img {
  width: 10rem;
  transition: .3s;
  transform-origin: center;
}

.basis-item-bg:hover {
  box-shadow: 0 0 2rem #7751ff;
}

.basis-item-bg:hover img {
  transform: scale(1.5);
}

.basis-item p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}

.basis-item span {
  font-size: 1rem;
  font-weight: 400;
  color: #85889C;
}

.advance-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

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

.advance-box p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #85889C;
  margin: 1.4rem 0 2.7rem;
}

.advance-box ul li {
  height: 5.5rem;
  border-radius: 20px;
  list-style: none;
  padding: 1rem 1.3rem;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  transition: .3s;
  transform-origin: left;
}

.advance-box ul li:hover {
  transform: scale(1.1);
  box-shadow: 0 0 30px #000;
}

.advance-box ul li .tips {
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%);
  border-radius: 10px;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.3rem;
  margin-right: 1.4rem;
}

.advance-box ul li .tips-l {
  font-size: 2.2rem;
  font-weight: 600;
  margin-right: 6px;
}

.advance-box ul li .tips-r {
  font-size: 0.8rem;
  transform: translateY(0.4rem);
  font-weight: 400;
}

.advance-box ul li .desc {
  display: flex;
  flex-direction: column;
}

.advance-box ul li .top {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}

.advance-box ul li .bottom {
  font-size: 0.96rem;
  font-weight: 400;
  color: #FFFFFF;
}

.advance-box ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.advance-box ul li:nth-of-type(1) {
  width: 100%;
  background: linear-gradient(90deg, #A284FA 0%, rgba(86, 136, 228, 0.2) 100%);
}

.advance-box ul li:nth-of-type(1) .tips-l {
  color: #A88CFA;
}

.advance-box ul li:nth-of-type(1) .tips-r {
  color: #283552;
}

.advance-box ul li:nth-of-type(2) {
  width: 85%;
  background: linear-gradient(90deg, #7A9CFC 0%, rgba(46, 182, 221, 0.2) 100%);
}

.advance-box ul li:nth-of-type(2) .tips-l {
  color: #799BFA;
}

.advance-box ul li:nth-of-type(2) .tips-r {
  color: #1F4051;
}

.advance-box ul li:nth-of-type(3) {
  width: 70%;
  background: linear-gradient(90deg, #27D29F 0%, rgba(0, 213, 44, 0.2) 100%);
}

.advance-box ul li:nth-of-type(3) .tips-l {
  color: #26D09B;
}

.advance-box ul li:nth-of-type(3) .tips-r {
  color: #154428;
}

.advance-box ul li:nth-of-type(4) {
  width: 55%;
  background: linear-gradient(90deg, #94D800 0%, rgba(210, 202, 29, 0.2) 100%);
}

.advance-box ul li:nth-of-type(4) .tips-l {
  color: #99D80D;
}

.advance-box ul li:nth-of-type(4) .tips-r {
  color: #464724;
}

.advance-box ul li:nth-of-type(5) {
  width: 45%;
  background: linear-gradient(90deg, #D5CC02 0%, rgba(249, 160, 77, 0.2) 100%);
}

.advance-box ul li:nth-of-type(5) .tips-l {
  color: #D4CA03;
}

.advance-box ul li:nth-of-type(5) .tips-r {
  color: #4F3D2F;
}

.advance-box ul li:nth-of-type(6) {
  width: 35%;
  background: linear-gradient(90deg, #F6A971 0%, rgba(251, 123, 124, 0.2) 100%);
}

.advance-box ul li:nth-of-type(6) .tips-l {
  color: #F4A770;
}

.advance-box ul li:nth-of-type(6) .tips-r {
  color: #4E343B;
}

.channel-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

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

.channel-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2.75rem;
}

.channel-content>div {
  width: 48%;
  height: 19rem;
  padding: 2rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 100%);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.channel-content img {
  width: 5.1rem;
  margin-bottom: 1.5rem;

}

.channel-content p {
  font-size: 1.65rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.3rem;
}

.channel-content span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #85889C;
}


.work-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

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

.work-decorate {
  width: 2.48rem;
  margin-top: 2.75rem;
}

.work-box p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 1.37rem;
}

.work-box ol,
.work-box ul {
  margin-top: 2.75rem;
}

.work-box ol li,
.work-box ul li {
  list-style: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: 20px;
  border: 1px solid rgba(119, 28, 255, 0.2);
  display: inline-block;
  padding: 0.6rem 1.37rem;
  margin-right: 1.37rem;
  margin-bottom: 1.65rem;
  cursor: pointer;
  transition: .3s;
}


.work-box ol li div,
.work-box ul li div {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  background: #7751FF;
  opacity: 0.6;
  transform: translateY(-0.1rem);
}

.work-box ol li span,
.work-box ul li span {
  font-size: 1.1rem;
  font-weight: 400;
  color: #85889C;
}

.work-box ol li b {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
}

.notice-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

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

.notice-box ul {
  margin-top: 1.37rem;
}

.notice-box ul li {
  font-size: 1.1rem;
  font-weight: 400;
  color: #85889C;
  list-style: none;
  margin-bottom: 1.37rem;
}


.dialog {
  width: 480px;
  height: 230px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 1);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 10;
  display: none;
}

.dialog-tit {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;

}

.dialog-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dialog-content img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.dialog-content-box {
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
}

.dialog-content-box a {
  font-size: 14px;
  color: #FFFFFF;
}

.dialog-content-info {
  margin-top: 8px;
}

.dialog-content-info div:not(:last-child) {
  margin-bottom: 10px;
}

.dialog-content-box:first-child {
  margin-bottom: 15px;
}

.right-nav {
  position: fixed;
  right: 20px;
  top: 250px;
  z-index: 10;
}

.right-nav li {
  list-style: none;
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  transition: .3s;
}

.right-nav li:hover {
  background: #7751FF;
}

.right-nav li.active {
  background: #7751FF;
}

.right-nav li:first-child {
  border-radius: 10px 10px 0px 0px;
}

.right-nav li:last-child {
  border-radius: 0px 0px 10px 10px;
}

.right-nav li:not(:last-child) {
  margin-bottom: 4px;
}




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

  .pc-show {
    display: none !important;
  }

  .mb-show {
    display: block !important;
  }


  .container {
    padding-bottom: 2rem;
  }

  .pc-banner-box-l div:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 35px;
  }


  .bannner-decorate,
  .bannner-decorate-n {
    display: none;
  }

  .pc-banner-wrapper {
    overflow: hidden;
  }

  .pc-banner-box-r {
    width: 70%;
    position: absolute;
    right: -57px;
    top: 19px;
  }

  .pc-banner-box-l div:nth-of-type(2) {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .pc-banner-wrapper {
    height: 360px;
    padding: 0 16px;
  }

  .pc-banner-box-l div:nth-of-type(3) {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .pc-banner-box {
    height: 260px;
    align-items: flex-end;
  }

  .base-btn {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
  }

  .base-tit {
    font-size: 20px;
    padding: 0 16px;
  }

  .basis-box {
    margin-bottom: 60px;
  }

  .basis-content {
    margin-top: 20px;
    display: flex;
    overflow-y: scroll;
    padding: 0 16px;
    gap: 20px;
  }

  .basis-item-bg {
    width: 280px;
    height: 118px;
    margin-bottom: 20px;
    pointer-events: none;
  }

  .basis-item p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .basis-item span {
    font-size: 12px;
  }

  .basis-item-bg img {
    width: 150px;
  }

  .advance-box p {
    padding: 0 16px;
    font-size: 12px;
    margin-top: 20px;
  }

  .advance-box ul {
    padding: 0 16px;
  }

  .advance-box ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .advance-box ul li {
    height: 64px;
    padding: 13px 10px;
    pointer-events: none;
  }

  .advance-box ul li .tips {
    padding: 0 10px;
    margin-right: 10px;
  }

  .advance-box ul li .tips-l {
    font-size: 20px;
  }

  .advance-box ul li .tips-r {
    font-size: 12px;
    transform: translateY(0);
  }

  .advance-box ul li .top {
    font-size: 16px;
    margin-bottom: 1px;
  }

  .advance-box ul li .bottom {
    font-size: 12px;
  }

  .advance-box ul li:nth-of-type(2) {
    width: 95%;
  }

  .advance-box ul li:nth-of-type(3) {
    width: 90%;
  }

  .advance-box ul li:nth-of-type(4) {
    width: 85%;
  }

  .advance-box ul li:nth-of-type(5) {
    width: 80%;
  }

  .advance-box ul li:nth-of-type(6) {
    width: 75%;
  }

  .channel-box {
    margin-top: 60px;
  }

  .channel-content {
    padding: 0 16px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .channel-content>div {
    width: 100%;
    height: auto;
    padding: 16px 21px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .channel-content img {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }

  .channel-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .channel-content span {
    font-size: 12px;
    line-height: 17px;
    display: block;
  }

  .channel-content .info-box {
    width: calc(100% - 90px);
  }

  .work-box {
    margin-top: 54px;
  }

  .work-decorate {
    margin: 20px 0 0 16px;
    width: 36px;
  }

  .work-box p {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 16px;
  }

  .work-box ol,
  .work-box ul {
    margin-top: 20px;
    padding: 0 16px;
  }

  .work-box ol li,
  .work-box ul li {
    padding: 10px 16px;
    margin-right: 0;
    margin-bottom: 14px;
    pointer-events: none;
  }

  .work-box ol li span,
  .work-box ul li span {
    font-size: 14px;
  }

  .work-box ol li b {
    font-size: 14px;
  }

  .work-box ol li div,
  .work-box ul li div {
    width: 8px;
    height: 8px;
  }

  .notice-box {
    margin-top: 45px;
  }

  .notice-box ul {
    padding: 0 16px;
    margin-top: 20px;
  }

  .notice-box ul li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .dialog {
    width: 95%;
    height: 275px;
    padding: 16px;
    top: -20%;

    z-index: 10;
  }

  .dialog-tit {
    font-size: 16px;
  }

  .dialog-content-box {
    flex-direction: column;
  }

  .right-nav {
    display: none;
  }
}