.pc {
  width: 100vw;
  background-color: #100E1A;
}

.pc-container {
  width: 1440rem;
  margin: 0 auto;
}

.pc .subscript {
  width: 50rem;
  height: 50rem;
}

.pc .subscript.rb {
  right: -25rem;
  bottom: -25rem;
}

.pc .subscript.lb {
  left: -25rem;
  bottom: -25rem;
}

.hr {
  height: 1rem;
  background-color: #37374B;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.u-l-corner {
  width: 30rem;
  height: 56rem;
  top: 24rem;
  left: 24rem;
}

.pc-container .notice {
  width: 1200rem;
  font-size: 14rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14rem;
  color: var(--text-color);
  height: 54rem;
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
}

.pc-container .notice-img {
  width: 24rem;
  height: 24rem;
  margin-right: 8rem;
}

.pc-container .notice p {
  /* max-width: 600rem; */
  padding-right: 20rem;
}

.pc-container .download {
  width: 1200rem;
  height: 144rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
}

.pc-container .download-content {
  margin: 0 auto;
  width: 800rem;
  height: 96rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(/public/img/pc/download-content.png) no-repeat;
  background-size: 800rem 96rem;
}

.pc-container .download-content .logo-top {
  width: 172rem;
  height: 56rem;
  margin-left: 40rem;
}

.pc-container .download-content .version {
  margin-right: 40rem;
  display: flex;
  align-items: center;
}

.pc-container .download-content .version .new {
  font-weight: 500;
  font-size: 14rem;
  color: #37374B;
}

.pc-container .download-content .version .old {
  margin: 0 24rem;
  font-weight: 400;
  font-size: 14rem;
  color: #918CA9;
}

.pc-container .download-content .version .download-btn {
  width: 120rem;
  height: 64rem;
  border-radius: 40rem 40rem 40rem 40rem;
  border: 1rem solid rgba(104, 74, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pc-container .download-content .version .download-btn span {
  width: 96rem;
  height: 40rem;
  line-height: 40rem;
  text-align: center;
  background: #684AFF;
  font-weight: 500;
  border-radius: 40rem 40rem 40rem 40rem;
  font-size: 16rem;
  color: #FFFFFF;
  box-shadow: 0rem 4rem 16rem 0rem rgba(0, 0, 0, 0.1);
}

.pc-container .introduction {
  width: 1200rem;
  height: 455rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
  background: url(/public/img/pc/introduction.png) no-repeat;
  background-size: 722rem 493rem;
  background-position: top center;
}

.pc-container .introduction .introduction-content {
  width: 522rem;
  height: 293rem;
  padding: 0 36rem;
}

.pc-container .introduction .introduction-content h1 {
  font-weight: 500;
  font-size: 56rem;
  line-height: 80rem;
  background: linear-gradient(180deg, #512B00 0%, #000000 50%, #1E0053 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pc-container .introduction .introduction-content .sub-title {
  margin-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40rem;
}

.pc-container .introduction .introduction-content .sub-title h4 {
  font-weight: 400;
  font-size: 28rem;
  background: linear-gradient(180deg, #512B00 0%, #1E0053 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pc-container .introduction .introduction-content .sub-title h4:nth-child(1) {
  color: #1E0053;
}

.pc-container .introduction .introduction-content .sub-title h4:nth-child(3) {
  color: #512B00;
}

.pc-container .introduction .introduction-content .tip {
  font-weight: 400;
  font-size: 20rem;
  color: #000000;
  margin-top: 24rem;
  text-align: center;
  line-height: 36rem;
  width: 161rem;
  height: 36rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40rem 40rem 40rem 40rem;
}

.pc-container .product-title {
  width: 1200rem;
  height: 129rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
}

.pc-container .product-title h2 {
  font-weight: 400;
  font-size: 40rem;
  color: #918CA9;
  margin-left: 24rem;
}

.pc-container .product-title .arrow-img {
  width: 48rem;
  height: 32rem;
  margin-right: 24rem;
}

.product-bg {
  width: 1440rem;
  height: 810rem;
  background: url(/public/img/pc/product-bg.png) no-repeat;
  background-size: 1440rem 810rem;
}

.pc-container .both-arrow-down {
  width: 1200rem;
  height: 129rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
}

.pc-container .both-arrow-down .arrow-img {
  width: 23rem;
  height: 40rem;
}

.pc-container .case {
  width: 1200rem;
  height: 377rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  align-items: center;
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
}

.pc-container .case .case-item {
  padding: 32rem 20rem 20rem;
  height: 377rem;
}

.pc-container .case .case-item:nth-child(2) {
  border-left: 1rem solid #37374B;
  border-right: 1rem solid #37374B;
}

.pc-container .case .case-item h4 {
  padding-left: 20rem;
  font-weight: 400;
  font-size: 16rem;
  color: #918CA9;
  padding-bottom: 89rem;
}

.pc-container .case .case-item .user {
  display: flex;
  align-items: center;
  gap: 24rem;
}

.pc-container .case .case-item .user .user-avatar {
  width: 56rem;
  height: 56rem;
  border-radius: 50%;
}

.pc-container .case .case-item .user .user-jop {
  width: 248rem;
  height: 56rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20rem;
  line-height: 28rem;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pc-container .case .case-item .user-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 4rem;
  margin: 16rem 0;
}

.pc-container .case .case-item .user-tags .tag {
  padding: 6rem 8rem;
  height: 28rem;
  background: #2B2B3E;
  font-weight: 400;
  font-size: 12rem;
  color: #E5E2F7;
}

.pc-container .case .case-item .user-introduction {
  height: 80rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  color: #918CA9;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.pc-container .footer {
  width: 1440rem;
  height: 400rem;
  background: #181622;
}

.pc-container .footer .footer-content {
  width: 1200rem;
  height: 318rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 280rem;
  padding: 80rem 0;
  border-bottom: 1rem solid #37374B;
}

.pc-container .footer .footer-content .cell {
  display: flex;
  flex-direction: column;
}

.pc-container .footer .footer-content .cell .logo-bottom {
  width: 172rem;
  height: 56rem;
}

.pc-container .footer .footer-content .cell .title {
  margin-top: 68rem;
  font-weight: 400;
  font-size: 24rem;
  color: var(--text);
}

.pc-container .footer .footer-content .cell .cell-title {
  font-weight: 400;
  font-size: 32rem;
  color: var(--text);
  margin-bottom: 8rem;
}

.pc-container .footer .footer-content .cell .link {
  text-decoration: none;
  margin-top: 24rem;
  font-weight: 400;
  font-size: 20rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16rem;
}

.pc-container .footer .footer-content .cell .link img {
  width: 28rem;
  height: 28rem;
}

.pc-container .footer .footer-content .cell.platform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pc-container .footer .footer-content .cell.platform .code-img {
  width: 120rem;
  height: 120rem;
  background: #2B2B3E;
  border-radius: 8rem 8rem 8rem 8rem;
}

.pc-container .footer .footer-content .cell.platform .code-title {
  font-weight: 400;
  font-size: 16rem;
  color: var(--text);
  text-align: center;
  height: 22rem;
  line-height: 22rem;
  margin-top: 16rem;
}

.pc-container .footer .copyright {
  margin: 0 auto;
  width: 1200rem;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #68637D;
  font-weight: 400;
  font-size: 14rem;
}

.pc-container .footer .copyright a {
  text-decoration: none;
  color: #68637D;
}

.pc-container .footer .copyright .right {
  gap: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 媒体查询 1440rem 以下 */
@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block !important;
  }
}

/* 移动端样式 */
.mobile {
  background-color: #100E1A;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-notice {
  padding: 0 24rem;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16rem;
}

.mobile-notice .notice-img {
  width: 48rem;
  height: 48rem;
}

.mobile-hr {
  width: 750rem;
  height: 2rem;
  background: #37374B;
  position: relative;
}

.mobile-script {
  position: absolute;
  width: 56rem;
  height: 56rem;
}

.mrc {
  right: 24rem;
  top: 50%;
  transform: translateY(-50%);
}

.mlc {
  left: 24rem;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-notice .notice-content {
  /* flex: 1; */
  /* width: 400rem; */
  height: 40rem;
  font-weight: 400;
  font-size: 28rem;
  line-height: 40rem;
  color: var(--text);
  overflow: hidden;
  white-space: nowrap;
}


.mobile-notice .notice-content span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-text 15s linear infinite;
  white-space: nowrap;
  vertical-align: top;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mobile-download {
  width: 702rem;
  height: 340rem;
  background: url('/public/img/mobile/download-bg.png') no-repeat;
  background-size: 702rem 340rem;
  border-radius: 48rem 48rem 48rem 48rem;
  margin: 32rem auto 52rem;
}

.mobile-download .logo {
  width: 270rem;
  height: 80rem;
  margin: 32rem 0 68rem 32rem;
}

.mobile-download .download-content {
  width: 638rem;
  height: 128rem;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 32rem;
}

.mobile-download .download-content .new {
  font-weight: 500;
  font-size: 24rem;
  color: var(--text);
}

.mobile-download .download-content .old {
  font-weight: 400;
  font-size: 24rem;
  color: #918CA9;
}

.mobile-download .download-content .btn {
  width: 240rem;
  height: 128rem;
  border-radius: 80rem 80rem 80rem 80rem;
  border: 2rem solid #545464;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-download .download-content .btn a {
  width: 192rem;
  height: 80rem;
  background: #FFFFFF;
  box-shadow: 0px 8rem 32rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 80rem 80rem 80rem 80rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 32rem;
  color: #37374B;
  text-align: center;
  line-height: 80rem;
}

.mobile-introduction {
  width: 750rem;
  height: 632rem;
  background: url('/public/img/mobile/introduction.png') no-repeat;
  background-size: 750rem 760rem;
}

.mobile-introduction h1 {
  text-align: left;
  padding-left: 88rem;
  padding-top: 154rem;
  font-weight: 600;
  font-size: 64rem;
  line-height: 96rem;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #512B00 0%, #000000 50%, #1E0053 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-introduction .introduction-content {
  margin-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48rem;
}

.mobile-introduction .introduction-content h3 {
  font-weight: 400;
  font-size: 40rem;
  color: #1E0053;
  height: 56rem;
  line-height: 56rem;
}

.mobile-introduction .introduction-content h3:nth-child(2) {
  background: linear-gradient(180deg, #512B00 0%, #1E0053 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-introduction .introduction-content h3:nth-child(3) {
  color: #512B00;
}

.mobile-introduction .tip {
  margin-left: 88rem;
  margin-top: 28rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40rem 40rem 40rem 40rem;
  width: 322rem;
  height: 72rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 80rem 80rem 80rem 80rem;
  font-weight: 400;
  font-size: 40rem;
  color: #000000;
  text-align: center;
  line-height: 72rem;
}

.mobile-product-title {
  height: 234rem;
  padding: 0 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 56rem;
  color: #918CA9;
}

.mobile-product-title .arrow-img {
  width: 90rem;
  height: 60rem;
}

.mobile-product-bg {
  margin-bottom: 108rem;
  width: 750rem;
  height: 421rem;
  background: url('/public/img/mobile/product-bg.png') no-repeat;
  background-size: 750rem 421rem;
}

.mobile-case {
  margin: 74rem 0 48rem 24rem;
  height: 48rem;
  font-weight: 500;
  font-size: 32rem;
  color: #918CA9;
  line-height: 48rem;
}

.mobile-case-list {
  /* position: relative; */
  padding-left: 24rem;
  height: 554rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile-case-list::-webkit-scrollbar {
  display: none;
}

.mobile-case-list .cell {
  padding: 32rem;
  margin-right: 16rem;
  width: 672rem;
  height: 464rem;
  border-radius: 32rem 32rem 32rem 32rem;
  border: 2rem solid #37374B;
  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.mobile-case-dots {
  position: relative;
  top: -48rem;
  left: 50%;
  transform: translateX(-50%);
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.mobile-case-dots .dot {
  width: 24rem;
  height: 6rem;
  background: #37374B;
  border-radius: 4rem;
}

.mobile-case-dots .dot.active {
  background: #918CA9;
}

.mobile-case-list .cell .user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48rem;
  height: 112rem;
}

.mobile-case-list .cell .user-job {
  width: 448rem;
  height: 112rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 40rem;
  color: #E5E2F7;
  line-height: 56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mobile-case-list .cell .user-img {
  width: 112rem;
  height: 112rem;
  border-radius: 50%;
}

.mobile-case-list .cell .user-tags {
  margin: 16rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8rem;
  overflow: hidden;
}

.mobile-case-list .cell .user-tags .tag {
  padding: 11rem 8rem;
  background: #37374B;
  border-radius: 8rem 8rem 8rem 8rem;
  font-weight: 400;
  font-size: 22rem;
  color: #E5E2F7;
  white-space: nowrap;
}

.mobile-case-list .cell .user-introduction {
  height: 200rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28rem;
  color: #918CA9;
  line-height: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.mobile-footer {
  background: #181622;
  padding: 64rem 24rem 88rem;
}

.mobile-footer .hr {
  background: #454560;
  height: 2rem;
}

.mobile-footer .logo {
  width: 270rem;
  height: 80rem;
  margin-bottom: 32rem;
}

.mobile-footer h3 {
  margin-bottom: 48rem;
  font-weight: 400;
  font-size: 40rem;
  color: #E5E2F7;
}

.mobile-footer .contact {
  margin: 48rem 0 32rem;
  height: 68rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 48rem;
  line-height: 68rem;
  color: #E5E2F7;
}

.mobile-footer .contact-link {
  margin-bottom: 48rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16rem;
  font-weight: 400;
  font-size: 32rem;
  color: #E5E2F7;
}

.mobile-footer .contact-link img {
  width: 48rem;
  height: 48rem;
}

.mobile-code {
  /* height: ; */
  padding: 48rem 0;
  display: flex;
  align-items: center;
  gap: 80rem;
}

.mobile-code .code {
  width: 240rem;
  height: 240rem;
  background: #2B2B3E;
  border-radius: 16rem 16rem 16rem 16rem;
}

.mobile-code .code-title {
  font-weight: 400;
  font-size: 28rem;
  color: #E5E2F7;
  text-align: center;
  height: 40rem;
  line-height: 40rem;
  margin-top: 32rem;
}

.mobile-copyright {
  padding: 48rem 0 0 0;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 24rem;
  color: #918CA9;
  line-height: 34rem;
}

.mobile-copyright .links {
  margin-top: 48rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64rem;
}

.mobile-copyright a {
  color: #918CA9;
  text-decoration: none;
}

.back-top {
  position: fixed;
  right: 32rem;
  bottom: 88rem;
  width: 96rem;
  height: 96rem;
  background: #37374B;
  border-radius: 80rem 80rem 80rem 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-top img {
  width: 56rem;
  height: 56rem;
}

/* 隐私政策 导航栏 */
.pc .nav {
  width: 1440rem;
  height: 56rem;
  background: #100E1A;
  display: flex;
  align-items: center;  
}

.pc .nav .home {
  margin-left: 40rem;
  text-decoration: none;
}

.pc .nav .home img {
  width: 98rem;
  height: 32rem;
  cursor: pointer;
}

.pc .privacy-terms {  
  width: 1440rem;
  padding: 16rem 0 40rem;  
}

.pc .privacy-terms-content {
  width: 1200rem;
  margin: 0 auto;
  width: 900rem;    
  background: #181622;
  border-radius: 2rem 2rem 2rem 2rem;
  padding-bottom: 40rem;
}
.pc .privacy-terms-content h1 {
  padding: 40rem 0;
  font-weight: 500;
  font-size: 32rem;
  color: var(--text);
  text-align: center;
}

.pc .privacy-terms-content h3 {
  padding-left: 50rem;
  font-weight: 500;
  font-size: 20rem;
  color: var(--text);
  line-height: 34rem;
  margin-bottom: 16rem;
}

.pc .privacy-terms-content p {
  padding:0 50rem;
  font-weight: 400;
  font-size: 14rem;
  color: var(--text);
  line-height: 24rem;
  margin-bottom: 16rem;
}

/* mobile 隐私政策 导航栏 */
.mobile .mobile-nav {
  height: 80rem;
  background: #100E1A;
  display: flex;
  align-items: center;  
}

.mobile .mobile-nav .home {
  margin-left: 32rem;
  text-decoration: none;
}

.mobile .mobile-nav .home img {
  width: 146rem;
  height: auto;
  cursor: pointer;
}

.mobile .mobile-privacy-terms {    
  padding: 32rem 0;  
}

.mobile .mobile-privacy-terms-content {  
  margin: 0 auto;
  padding: 0 24rem;
}
.mobile .mobile-privacy-terms-content h1 {
  margin-bottom: 32rem;
  font-weight: 500;
  font-size: 40rem;
  color: var(--text);
  text-align: center;
}

.mobile .mobile-privacy-terms-content h3 {  
  font-weight: 500;
  font-size: 32rem;
  color: var(--text);
  line-height: 54rem;
  margin-bottom: 24rem;
}

.mobile .mobile-privacy-terms-content p {  
  font-weight: 400;
  font-size: 24rem;
  color: var(--text);
  line-height: 40rem;
  margin-bottom: 20rem;
}