:root {
  --px-70: 4.8vw;
  --px-64: 4.4vw;
  --px-24: 1.6vw;
  --px-20: 1.3vw;
  --px-16: 1.1vw;
}

html {
  font-size: 0.0694vw;
  scroll-behavior: smooth;
  width: 100vw;
}

.text-24 {
  font-size: var(--px-24);
}

.text-20 {
  font-size: var(--px-20);
}

.text-16 {
  font-size: var(--px-16);
}

.text-bold {
  font-weight: 500;
}

.my-index {
  margin: 0;
  width: 100vw;
  padding-top: 52rem;
  padding-left: 107rem;
  padding-right: 7.5vw;
  min-width: 375px !important;
  position: relative;
  z-index: 1;
}

.bg-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.bg-box img.animate {
  /* 修改背景放大结束值 */
  transform: scale(1.1);
}

.bg-box img {
  /* 修改背景放大初始值 */
  transform: scale(0.8);
  /* 修改背景放大持续时间，目前是1s */
  transition: transform 1s linear;
  width: 100%;

  height: 100%;
  margin-top: -5.5vw;
}

.contact-us {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.contact-us a:first-child {
  width: 56rem;
  height: 56rem;
  background: linear-gradient(180deg, #5d2dfd 0%, #7f5ef0 100%);

  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us a:first-child img {
  width: 40%;
}

.contact-us-mobile {
  display: none;
}

.contact-us a:last-child {
  width: 184rem;
  height: 56rem;
  border-radius: 50rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 20rem;
  background: linear-gradient(180deg, #5d2dfd 0%, #7f5ef0 100%);
  align-items: center;
}

.and-never-define {
  text-align: center;
  margin: 300rem auto;
}

.and-never-define img {
  width: 98%;
}

.and-never-define img:last-child {
  display: none;
}

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

.module-content li {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 30rem;
  font-size: 24rem;
  font-weight: 300;
  width: 27vw;
  height: 20vw;
}

.module-content li p {
  font-weight: 500;
}

.module-content li:first-child {
  background-image: url("../img/design.svg");
}

.module-content li:nth-child(2) {
  background-image: url("../img/intelligent.svg");
}

.module-content li:last-child {
  background-image: url("../img/life.svg");
}

.inception {
  text-align: center;
  margin: 10vw auto 5.4vw;
  display: flex;
  justify-content: center;
}

.inception-box {
  display: inline-block;
  width: 184rem;
  height: 56rem;
  display: flex;
  font-size: 20rem;
  line-height: 14rem;
  background: linear-gradient(180deg, #5d2dfd 0%, #7f5ef0 100%);
  border-radius: 50rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}

.product {
  text-align: center;
}

.coming-soon img {
  opacity: 0;
  width: 100%;
}

.product-box {
  margin-top: -4.2vw;
}

#product-box {
  transform: scale(0.7);
  width: 100%;
  transform-origin: bottom;
}

.abstract {
  box-sizing: border-box;
  /* background-image: url("../img/glass.svg");
    background-repeat: no-repeat;
    background-size: cover; */
  text-align: center;
  margin-top: 96rem;

  font-size: 100rem;
  line-height: 100rem;
  font-weight: 550;
}

.abstract p {
  font-size: 42rem;

  color: #5d2dfd;
  line-height: 72rem;
  font-weight: 500;
}

.content-main {
  display: flex;
  margin-top: 103rem;
}

.content-left {
  flex: 4;
  display: flex;
  flex-direction: column;
  background-image: url("../img/vector.svg");
  background-repeat: no-repeat;
  background-size: 2px 100%;
}

.content-left-text.animate {
  transform: scale(1.1);
  transform-origin: left;
}

.content-right {
  display: flex;
  flex-direction: column;
}

.content-left li,
.content-right li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-right li {
  position: relative;
  margin-bottom: 51rem;
  transform-origin: center center;
}

.content-right li:hover {
  transform: scale(1.1);
}

.content-left li {
  position: relative;
  box-sizing: border-box;
  padding-left: 10%;
  font-size: 40rem;
  line-height: 48rem;
}

.now-li {}

.content-left li p {
  color: #5d2dfd;
  margin-top: 2rem;
}

.content-left li span {
  position: absolute;
  top: 45%;
  left: -7.5rem;
}

.content-right li img {
  width: 100%;
  height: 100%;
}

.content-right li div {
  display: none;
  position: absolute;
  top: 30%;
  left: 20%;
  font-size: 8rem;
  line-height: 9rem;
}

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

.our-team {
  display: flex;
  margin-top: 200rem;
  justify-content: space-between;
}

.department {
  width: 60vw;
}

#team-detail {
  max-width: 21vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-detail-h {
  font-size: 4.4vw;
  line-height: 5.5vw;
  margin-top: -0.5vw;
  font-weight: 520;
  color: #642aff;
}

.team-detail-p {
  font-size: 1.3vw;
  line-height: 2.2vw;
}

.team-detail-bottom {
  height: 12vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3vw;
}

.department>li {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 392rem;
  height: 280rem;
  margin: 0 1.6vw 1.9vw 0;
  text-align: center;
  border-radius: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 24rem;
  font-weight: 500;
  line-height: 28rem;
}

.department>li p {
  font-size: 20rem;
  line-height: 28rem;
  font-weight: 300;
}

.department>li:first-child {
  position: relative;
  background-image: url("../img/cpyfb.svg");
}

.department>li:nth-child(2) {
  position: relative;
  background-image: url("../img/ppsjb.svg");
}

.department>li:nth-child(3) {
  position: relative;
  background-image: url("../img/jszc.svg");
}

.department>li:last-child {
  position: relative;
  background-image: url("../img/zczt.svg");
}

.behind {
  display: none;
  position: absolute;
  padding: 2.3vw;
  box-sizing: border-box;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3%;
  background-color: #642aff;
}

.behind>p {
  font-size: 1.6vw !important;
}

.behind ul {
  margin-top: 6rem;
}

.behind ul li {
  list-style: disc inside;
  line-height: 2.2vw;
  font-weight: 300;
}

.team-detail-btn {
  height: 56rem;
  line-height: 12rem;

  text-align: center;
  font-size: 24rem;
  bottom: 0;
  background: linear-gradient(180deg, #5d2dfd 0%, #7f5ef0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12rem;
}

.team-top {
  display: none;
}

.location,
.location-mobile {
  position: relative;
  height: 33vw;
  background-image: url("../img/location.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 200rem auto 15rem;
  border-radius: 12px;
  padding: 5.5vw 7.2vw;
}

.location-mobile {
  display: none;
  position: relative;

  background-image: url("../img/location-mobile.png");
  background-size: cover;
  border-radius: 5rem;
  margin-top: 10rem;
  box-sizing: border-box;
  padding: 7% 5%;
}

.location-mobile-log {
  position: relative;
  box-sizing: border-box;

  margin-left: 46rem;
  margin-top: 52rem;
  height: 113rem;
  width: 285rem;
  background-image: url("../img/this.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 2rem 0;
}

.location-detail {
  box-sizing: border-box;
  width: 42%;
}

.location-mobile p:first-child,
.location-detail p:first-child {
  font-size: var(--px-64);
  line-height: var(--px-70);
  font-weight: 700;
}

.location-detail p:nth-child(2) {
  margin: 3.8vw auto 2.8vw;
}

.location-mobile p:last-child {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4rem;
}

.location-mobile p:last-child {
  margin-top: 23rem;

  font-size: 20rem;
  margin-bottom: 68rem;
  line-height: 26rem;
  margin-left: 39rem;
  font-weight: 700;
}

.location-log {
  position: absolute;
  top: 39%;
  left: 70%;
  height: 103rem;
  width: 288rem;
  background-image: url("../img/this.svg");
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: 2rem 0; */
}

.location-mobile-log span,
.location-log span {
  position: absolute;
  bottom: 8rem;
  left: -16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25rem;
  height: 25rem;
  border-radius: 25rem;
  background-color: #6032fc;
  border: 1px solid #fff;
}

.location-mobile-log span {
  box-sizing: border-box;
  padding: 0.5rem;
  display: flex;
  font-size: 24rem;
  left: -8rem;
  bottom: 16.5rem;
  justify-content: center;
  align-items: center;
}

.location-log span p {
  height: 13rem;

  margin: 0 auto;
  border-radius: 13rem;
  background-color: #f98536;
  width: 13rem;
}

.location-mobile-log h6,
.location-log h6 {
  font-size: 24rem;
  font-weight: 400;

  line-height: 24rem;
  font-family: Roboto;
  margin-left: 20rem;
  margin-top: 14rem;
}

.location-mobile-log h6 {}

.footer {
  width: 100vw;
 
  background-color: #6032fc;
  padding: 43rem 144rem;
  margin-top: 200rem;
}

.footer-content {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.footer-left {
  flex: 1;
  margin-top: 5rem;
}

.footer-right {
  flex: 1;
  margin-top: 4.5rem;
  font-size: 14rem;
  font-weight: 300;
  line-height: 18rem;
}

.footer-topic-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 0.26vw;
  }

  .my-index {}

  #logo {
    width: 56rem;
    height: 56rem;
    margin-top: 24rem;
    margin-left: 16rem;
  }

  .bg-box img {
    width: 1440rem;
    transform-origin: top;
  }

  .contact-us a:last-child {
    display: none;
  }

  .my-index {
    padding: 0;
    width: 100vw;
  }

  .and-never-define img:first-child {
    display: none !important;
  }

  .and-never-define {
    text-align: center;

    margin-top: 180rem;
    margin-bottom: 135rem;
  }

  .and-never-define img:last-child {
    display: inline-block;
    width: 288rem;
  }

  .contact-us-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-us-mobile a {
    width: 184rem;
    height: 56rem;
    font-size: 24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
    background: linear-gradient(180deg, #5d2dfd 0%, #7f5ef0 100%);
  }

  .module-content {
    flex-direction: column;
    display: flex;
    padding: 0 9rem;
    margin-top: 103rem;
  }

  .module-content li {
    background-size: cover;
    width: 100%;
    height: 255rem;
    margin-top: 20rem;
  }

  .inception {
    margin: 58rem auto 0;
  }

  .inception-box {
    width: 184rem;
    min-width: 46rem;
  }

  .coming-soon {
    opacity: 0;
  }

  .product-box {
    overflow: hidden;
  }

  #product-box {
    object-fit: cover;
    margin-top: 120rem;
    margin-left: 0;
    object-position: 10rem;
    transform: scale(1.5);
  }

  .abstract {
    margin: 5rem auto 3rem;
    width: 100%;
    font-size: 9rem;
    line-height: 3rem;
    background-image: none;
  }

  .abstract p {
    font-size: 20rem;
    line-height: 50rem;
  }

  .content-main {
    margin-top: 50rem;
    padding: 0 9rem;
    padding-right: 12rem;
  }

  .content-left {
    display: none;
  }

  .content-right {
    width: 100%;
  }

  .content-right li:hover {
    transform: scale(1);
  }

  .content-right li {
    margin-bottom: 24rem;
    display: block;
    overflow: hidden;
    border-radius: 20rem;
  }

  #team-detail {
    max-width: 100%;
  }

  .team-detail>div:first-child {
    display: none;
  }

  .team-detail-p {
    font-size: 20rem;
    line-height: 32rem;
  }

  .team-detail-btn {
    width: 288rem;
    height: 56rem;
    border-radius: 12rem;
    margin-top: 26rem;
  }

  .department>li {
    width: 100%;

    background-size: cover;
  }

  #out-team {
    display: flex;
    flex-direction: column;
  }

  .team-top {
    display: block;
    display: flex;
    margin: 3rem 10rem;
    flex-direction: column;
    align-items: center;
  }

  .team-top p:first-child {
    font-size: 64rem;
    text-align: center;
    line-height: 80rem;
    color: #642aff;
  }

  .team-top p:nth-child(2) {
    font-size: 20rem;
    margin-top: 12rem;
    line-height: 32rem;
    width: 88%;
  }

  .team-bottom {
    display: block;
  }

  .team-bottom p:first-child {
    font-size: 5rem;
  }

  .team-bottom p:last-child {
    left: 10%;
    width: 80%;
  }

  .our-team {
    padding: 0 9rem;
    margin-top: 5rem;
    flex-direction: column;
  }

  .department {
    width: 100%;
    margin-top: 36rem;
  }

  .department>li {
    height: 280rem;
    margin: 0;
    border-radius: 12rem;
    margin-bottom: 24rem;
  }

  .team-detail-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    height: auto;
  }

  .location {
    display: none;
  }

  .location-mobile {
    display: flex;
    flex-direction: column;
    margin: 45rem 9rem 0;
    padding: 0;
    height: auto;
  }

  .location-mobile p:first-child {
    font-size: 48rem;
    line-height: 50rem;
    text-align: center;
  }

  .location-mobile-header {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 59rem;
    font-weight: 500;
  }

  .location-mobile-head {
    font-size: 48rem;
    line-height: 50rem;
  }

  .location-mobile-our-location {
    font-size: 40rem;
    line-height: 50rem;
  }

  .location-mobile-log img {
    width: 13rem;
    height: 13rem;
  }

  .footer {
    box-sizing: border-box;
    margin-bottom: 0;
    width: 100%;
    margin-top: 80rem;
    padding: 30rem;
    min-width: 375px !important;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .footer-topic-mobile {
    display: block;
    margin: 5rem auto 3.5rem;
    font-weight: 400;
    margin-bottom: 22rem;
  }

  .footer-left img {
    width: 180rem;
    height: 62rem;
    margin-bottom: 39rem;
  }

  .abstract {
    display: block;
    font-size: 36rem;
    line-height: 36rem;
    margin-top: 20rem;
  }

  .abstract-empty-box {
    display: none;
  }

  .content-right li img {
    height: 280rem;
    object-fit: cover;
    object-position: -245rem;
    width: 100%;
    box-sizing: border-box;
  }

  .content-right li div {
    display: block;
    font-size: 30rem;
    line-height: 35rem;
    top: 77rem;
    left: 50rem;
  }

  .product-empty-box {
    display: none;
  }

  .product {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* .behind {
    display: none !important;
  } */
  .behind ul li {
    line-height: 4.5rem;
    font-size: 18rem;
    padding: 10rem;
  }

  .department>li p {
    font-size: 20rem !important;
    box-sizing: border-box;
    padding: 10rem;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 400px) {
  .footer {}
}

/*Modify by timrao 2022/4/20*/
.content-left i.content-left-text {
  font-weight: 600;
}

.department>li {
  cursor: pointer;
}

.department>li:hover .behind {
  display: block !important;
}