@import "/css/common/modal.css";
@import "/css/common/navbar.mobile.css";
@import "/css/common/title.mobile.css";
@import "/css/common/join.mobile.css";
@import "/css/common/sidebar-mobile.css";

html {
  font-size: 87px;
  display: flex;
  flex-direction: column;
}

.banner {
  width: 100%;
  height: 2.48rem;
  /* max-height: 2.08rem; */
  position: relative;
}

.banner .swiper {
  width: 100%;
  height: 100%;
  font-family: SourceHanSerif;
  overflow-x: hidden;
}

.banner .swiper .swiper-list {
  height: 100%;
  display: flex;
}

.banner .swiper .swiper-item {
  width: 100%;
  min-width: 100%;
  height: 100%;
  /* max-height: 2.08rem; */
  position: relative;
}

.banner .swiper .swiper-item .mask {
  width: 100%;
  height: 100%;
  display: flex;
}

.banner .swiper .swiper-item img {
  width: 100%;
  height: 100%;
  /* max-height: 2.08rem; */
  object-fit: cover;
}

.banner .swiper .swiper-item .content {
  width: 100%;
  bottom: 0.26rem;
  left: 0.28rem;
  position: absolute;
}

.banner .swiper .swiper-list .swiper-item .content .title1 {
  font-family: SourceHanSerifHeavy;
  font-weight: 800;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.32rem;
  text-shadow: 0px 0px 0px rgba(50, 19, 88, 0.44);
}

.banner .swiper .swiper-list .swiper-item .content .title2 {
  font-family: AlibabaRegular;
  font-size: 0.12rem;
  color: #c6c6c6;
  line-height: 0.17rem;
  text-shadow: 0px 0px 0px rgba(50, 19, 88, 0.44);
  margin-top: 0.08rem;
}

.banner .control {
  width: 100%;
  padding: 0 0.28rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  bottom: 0.12rem;
  left: 0;
  position: absolute;
}

.banner .control .stepper {
  display: none;
}

.banner .indicator {
  display: flex;
  align-items: center;
  gap: 0.04rem;
}

.banner .indicator div {
  width: 0.04rem;
  height: 0.04rem;
  background-color: #ffffff;
}

.banner .indicator .active {
  width: 0.22rem;
  background-color: #5e2a9b;
}

.concept {
  width: 100%;
  padding: 0.56rem 0.28rem;
  box-sizing: border-box;
  background: url("/assest/index/concept/background.jpg") no-repeat;
  background-size: 100% 100%;
}

.concept .card {
  width: 100%;
}

.concept .card .label {
  font-family: SourceHanSerif;
  font-weight: 500;
  font-size: 0.17rem;
  color: rgba(85, 59, 114, 0.8);
  line-height: 0.29rem;
  margin-top: 0.29rem;
}

.concept .card .label div:first-child {
  display: none;
}

.concept .card .divider {
  display: none;
}

.concept .card .classification .detail {
  padding: 0.26rem 0.19rem 0.32rem;
  box-sizing: border-box;
  background: url("/assest/index/concept/background-card.jpg") 100% 100%
    no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-top: 0.24rem;
}

.concept .card .classification .detail img {
  width: 0.48rem;
  height: 0.42rem;
}

.concept .card .classification .detail div {
  font-size: 0.14rem;
  color: #c6ace0;
  line-height: 0.24rem;
  margin-top: 0.18rem;
}

.service {
  padding: 0.67rem 0.28rem;
  box-sizing: border-box;
  background: url("/assest/index/service/background-mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.service .label {
  font-family: SourceHanSerif;
  font-weight: 500;
  font-size: 0.17rem;
  color: #beb2c6;
  line-height: 0.29rem;
  margin-top: 0.24rem;
  display: flex;
}

.service .label div:first-child {
  display: none;
}

.service .divider {
  display: none;
}

.service .image {
  width: 3.01rem;
  height: 5.7rem;
  background: url("/assest/index/service/image-mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0.32rem auto 0;
}

.group {
  padding: 0.56rem 0.28rem;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.group .label {
  font-family: SourceHanSerif;
  font-weight: 500;
  font-size: 0.17rem;
  color: #553b72;
  line-height: 0.29rem;
  margin-top: 0.24rem;
  display: flex;
}

.group .label div:first-child {
  display: none;
}

.group .label div:last-child {
  font-weight: 500;
  font-size: 0.17rem;
  color: #553b72;
  line-height: 0.29rem;
}

.group .divider {
  display: none;
}

.group .image {
  width: 3.8rem;
  height: 2.86rem;
  background: url("/assest/index/group/image-mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0.19rem auto 0;
}

.process {
  padding: 0.67rem 0.28rem;
  box-sizing: border-box;
  background-color: #efe9f6;
  display: flex;
  flex-direction: column;
}

.process .image {
  width: 3.3rem;
  height: 4.07rem;
  background: url("/assest/index/process/image-mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0.48rem 0 0;
}
