main .bg .swiper-container {
  position: relative;
  height: 560px;
  cursor: pointer;
}
main .bg .swiper-container .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
main .bg .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .bg .swiper-container .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
}
main .bg .swiper-container .swiper-slide .txt .b-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}
main .bg .swiper-container .swiper-slide .txt .b-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  width: 500px;
  margin: 34px 0 70px;
}
main .bg .swiper-container .swiper-slide .txt .b-btn {
  width: 189px;
  height: 62px;
  border-radius: 6px;
  opacity: 1;
  background: linear-gradient(270deg, #02b3fa 0%, #55d9cc 100%);
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
main .bg .swiper-container .swiper-slide .txt .b-btn a {
  color: #fff;
  text-decoration: none;
}
main .bg .swiper-container .swiper-pagination-bullet {
  background-color: white;
  width: 30px;
  height: 2px;
}
main .bg > .cys {
  margin-top: 133px;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
}
main .bg > .cys .image {
  width: 677px;
}
main .bg > .cys .cys-right {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 40px;
}
main .bg > .cys .cys-right .cys-brand {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #666;
}
main .bg > .cys .cys-right .cys-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333;
}
main .bg > .cys .cys-right .cys-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0px;
  color: #666;
  margin-top: 26px;
}
main .bg > .cys .cys-right .cys-boxes {
  display: flex;
  justify-content: space-around;
  margin-top: 21px;
}
main .bg > .cys .cys-right .cys-boxes .cys-box {
  margin-right: 10px;
  width: 168px;
  height: 164px;
  opacity: 1;
  background: #f7f8fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .bg > .cys .cys-right .cys-boxes .cys-box .cys-box-label {
  width: 36px;
  height: 40px;
  margin-top: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
}
main .bg > .cys .cys-right .cys-boxes .cys-box img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
main .bg > .role > .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333;
  text-align: center;
}
main .bg > .role > .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-top: 21px;
  margin-bottom: 65px;
}
main .bg > .role > .collapse-list {
  display: flex;
  align-items: center;
  justify-content: start;
  /* 除了最后一个元素，其他右边距为20px */
}
main .bg > .role > .collapse-list .collapse {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 184px;
  height: 450px;
  overflow: hidden;
}
main .bg > .role > .collapse-list .collapse .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: 35% 100%;
  background-repeat: no-repeat;
}
main .bg > .role > .collapse-list .collapse .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
main .bg > .role > .collapse-list .collapse .fg .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0px;
  color: #fff;
  height: 44px;
  margin: 0;
}
main .bg > .role > .collapse-list .collapse .fg .short-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: justify;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 23px;
}
main .bg > .role > .collapse-list .collapse .fg .title-select-container {
  display: flex;
  align-items: center;
}
main .bg > .role > .collapse-list .collapse .fg .title-select-container .title-select {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  color: #191919;
  padding-left: 10px;
}
main .bg > .role > .collapse-list .collapse .fg .title-select-container .title-select-mark {
  width: 7px;
  height: 23px;
  opacity: 1;
  background: #0066ff;
}
main .bg > .role > .collapse-list .collapse .fg .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  color: #191919;
}
main .bg > .role > .collapse-list .collapse .fg .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main .bg > .role > .collapse-list .collapse .fg .tags .tag:not(:first-child) {
  margin-left: 10px;
}
main .bg > .role > .collapse-list .collapse .fg .tags .tag {
  width: 102px;
  height: 54px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.39);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(67deg, #ffffff 3%, #ffffff 93%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  color: #000;
  border-radius: 4px;
}
main .bg > .role > .collapse-list .collapse .fg .buttons {
  display: flex;
  align-items: center;
  margin-top: 94px;
}
main .bg > .role > .collapse-list .collapse .fg .case {
  width: 153px;
  height: 53px;
  border-radius: 4px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 6px 10px #27335524;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
main .bg > .role > .collapse-list .collapse .fg .case a {
  color: #000;
}
main .bg > .role > .collapse-list .collapse .fg .demo {
  width: 153px;
  height: 53px;
  border-radius: 4px;
  opacity: 1;
  background: linear-gradient(270deg, #02b3fa 0%, #55d9cc 100%);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
main .bg > .role > .collapse-list .collapse .fg-bac-active {
  background: radial-gradient(130% 98% at 111% 119%, rgba(238, 240, 255, 0.68) 0%, #eef0ff 100%) !important;
}
main .bg > .role > .collapse-list .collapse .content {
  padding: 20px 30px;
  box-sizing: border-box;
}
main .bg > .role > .collapse-list .collapse .normal {
  width: 184px;
  left: 0px;
  transition: left 0.3 ease-in-out;
}
main .bg > .role > .collapse-list .collapse .select {
  width: 387px;
  left: 184px;
  transition: left 0.3 ease-in-out;
}
main .bg > .role > .collapse-list .collapse:not(:last-child) {
  margin-right: 20px;
}
main .bg > .role > .collapse-list .collapse:nth-of-type(1) {
  width: 387px;
}
main .bg > .role > .collapse-list .collapse:nth-of-type(1) .bg-fa {
  background: linear-gradient(#2872e7 41%, rgba(40, 114, 231, 0) 100%);
}
main .bg > .role > .collapse-list .collapse:nth-of-type(1) .normal {
  left: -184px;
}
main .bg > .role > .collapse-list .collapse:nth-of-type(1) .select {
  left: 0px;
}
main .bg > .role > .collapse-list .collapse:not(:first-child) .normal {
  left: 0;
}
main .bg > .role > .collapse-list .collapse:not(:first-child) .select {
  left: 184px;
}
main .bg > .role > .collapse-list .collapse:nth-of-type(2) .bg-fa {
  background: linear-gradient(#02a2fe 41%, rgba(2, 162, 254, 0) 100%);
}
main .bg > .role > .collapse-list .collapse:nth-of-type(3) .bg-fa {
  background: linear-gradient(#535fc2 41%, rgba(83, 95, 194, 0) 100%);
}
main .bg > .role > .collapse-list .collapse:nth-of-type(4) .bg-fa {
  background: linear-gradient(#2872e7 41%, rgba(40, 114, 231, 0) 100%);
}
main .bg > .role > .collapse-list .collapse:nth-of-type(5) .bg-fa {
  background: linear-gradient(#0fbacc 41%, rgba(10, 185, 203, 0) 100%);
}
main .bg > .role > .collapse-list .collapse:hover {
  width: 387px;
}
main .bg > .role > .card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 120px;
}
main .bg > .role > .card-list .card {
  width: 387px;
  height: 100px;
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 6px;
}
main .bg > .role > .card-list .card .title {
  position: absolute;
  left: 40px;
  top: 0px;
  width: calc(100% - 80px);
  height: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  color: #191919;
  display: flex;
  align-items: center;
}
main .bg > .role > .card-list .card .card-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .bg > .role > .card-list .card .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-image: linear-gradient(104deg, #f3f5f8 3%, #fefefe 100%);
  box-shadow: 0 0 14px #233f7633;
  background: linear-gradient(270deg, transparent 0%, white 50%);
}
main .bg > .cases-title .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333;
  text-align: center;
}
main .bg > .cases-title .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 65px;
}
main .bg > .cases {
  margin-bottom: 120px;
}
main .bg > .cases .photo_nr {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px auto;
}
main .bg > .cases .photo_nr #cases-cols-first,
main .bg > .cases .photo_nr #cases-cols-second,
main .bg > .cases .photo_nr #cases-cols-third {
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
main .bg > .cases .photo_nr #cases-cols-first li,
main .bg > .cases .photo_nr #cases-cols-second li,
main .bg > .cases .photo_nr #cases-cols-third li {
  float: left;
  margin: 0 10px;
  line-height: 30px;
  text-align: center;
}
main .bg > .cases .photo_nr #cases-cols-first li img,
main .bg > .cases .photo_nr #cases-cols-second li img,
main .bg > .cases .photo_nr #cases-cols-third li img {
  box-sizing: border-box;
  transition: all 0.7s ease 0s;
  height: 279px;
  width: auto;
  object-fit: cover;
  border-radius: 14px;
}
main .bg #picList1 {
  width: 100%;
  overflow: hidden;
}
main .bg > .companies .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333;
  text-align: center;
}
main .bg > .companies .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 65px;
}
main .bg > .companies .comment-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .bg > .companies .comment-list .comment {
  background-repeat: no-repeat;
  width: 387px;
  height: 211px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f3f5f7 0%, #ffffff 100%);
  box-shadow: 0 10px 20px #1c3e751c;
  position: relative;
}
main .bg > .companies .comment-list .comment:hover {
  background-image: url('../images/img/package1/bg1.png');
}
main .bg > .companies .comment-list .comment:hover .bg {
  display: none;
}
main .bg > .companies .comment-list .bg {
  position: absolute;
  top: 30px;
  left: 87px;
}
main .bg > .companies .comment-list .fg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
main .bg > .companies .comment-list .icon {
  margin-top: -50px;
}
main .bg > .companies .comment-list .right {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: justify;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-left: 25px;
}
main .bg > .companies .comment-list .who {
  align-self: end;
}
main .bg > .companies .comment:not(:first-child) {
  margin-left: 20px;
}
main .bg > .genossenschaften .company-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 20px;
  gap: 20px;
  row-gap: 20px;
  margin-top: 80px;
}
main .bg > .genossenschaften .company-list .company {
  max-height: 180px;
  border-radius: 6px;
  opacity: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .bg > .genossenschaften .company-list .company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .bg > .team {
  margin: 120px auto;
}
main .bg > .team .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333;
  text-align: center;
}
main .bg > .team .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 75px;
}
main .bg > .team .member-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
main .bg > .team .member-list .member {
  height: 326px;
  width: 240px;
  margin-bottom: 10px;
}
main .bg > .team .member-list .member .top {
  position: relative;
  text-align: center;
}
main .bg > .team .member-list .member .top .avatar {
  object-fit: cover;
}
main .bg > .team .member-list .member .top .name {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0;
  width: 240px;
  height: 38px;
  opacity: 1;
  background: linear-gradient(270deg, rgba(1, 89, 255, 0) 0%, #0058ff 100%);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 10px;
}
main .bg > .team .member-list .member .content {
  color: #3a3a3a;
  padding: 27px 0;
}
main .bg > .team .member-list .member .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: justify;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin: 0 20px;
}
main .bg > .team .member-list .member .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: justify;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin: 13px 20px 0;
}
main .bg > .team .member-list .member:hover {
  background: linear-gradient(0deg, #0288fa 0%, rgba(0, 136, 255, 0) 85%);
}
main .bg > .team .member-list .member:hover .content {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .cys {
    flex-direction: column;
  }
  .image {
    width: 100%;
  }
  .cys-right {
    margin: 30px;
  }
  .cys-box {
    width: 80px;
    height: 80px;
  }
  .card-list {
    flex-direction: column;
  }
  .card {
    width: 100% !important;
    margin: 30px 30px 0;
  }
  .banner {
    align-items: center;
    text-align: center;
  }
  .txt {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .card {
    width: 387px;
  }
  .card:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .bg .banner .swiper-container {
    position: relative;
    height: 21.25rem;
    cursor: pointer;
  }
  main .bg .banner .swiper-container .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main .bg .banner .swiper-container .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main .bg .banner .swiper-container .swiper-slide .txt {
    position: absolute;
    top: 3.375rem;
    left: 3.1875rem;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    transform: translateX(0%);
  }
  main .bg .banner .swiper-container .swiper-slide .txt .b-title {
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.193rem;
    letter-spacing: 0rem;
    color: #fff;
    margin: 0;
    display: initial;
    word-break: normal;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  main .bg .banner .swiper-container .swiper-slide .txt .b-desc {
    font-family: 苹方;
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.908rem;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    width: 100%;
    margin: 1.25rem 0 0;
  }
  main .bg .banner .swiper-container .swiper-slide .txt .b-btn {
    display: none;
  }
  main .bg .banner .swiper-container .swiper-pagination-bullet {
    display: none;
  }
  main .bg > .cys {
    position: relative;
    flex-direction: column;
    margin-top: 3.125rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 2.4375rem;
  }
  main .bg > .cys .image {
    position: absolute;
    left: 0;
    top: 15.6875rem;
    width: 100%;
    height: 21.75rem;
    object-fit: cover;
  }
  main .bg > .cys .cys-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0;
  }
  main .bg > .cys .cys-right .cys-brand {
    display: none;
  }
  main .bg > .cys .cys-right .cys-title {
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    text-align: center;
    color: #1d2129;
  }
  main .bg > .cys .cys-right .cys-desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2.1rem;
    letter-spacing: 0px;
    color: #86909c;
    margin-top: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  main .bg > .cys .cys-right .cys-boxes {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 27.125rem;
  }
  main .bg > .cys .cys-right .cys-boxes .cys-box {
    margin-right: 0;
    width: 13.125rem;
    height: 12.75rem;
    opacity: 1;
    background: #f7f8fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main .bg > .cys .cys-right .cys-boxes .cys-box img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
  }
  main .bg > .cys .cys-right .cys-boxes .cys-box .cys-box-label {
    width: auto;
    height: auto;
    margin-top: 1.875rem;
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.755rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .bg > .h5-role {
    padding: 0 2.5rem;
  }
  main .bg > .h5-role .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .bg > .h5-role .head .title {
    margin-top: 5rem;
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .bg > .h5-role .head .desc {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
  }
  main .bg > .h5-role .role-list-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
  main .bg > .h5-role .role-list-ul li {
    position: relative;
    width: 20.625rem;
    height: 20.375rem;
    border-radius: 0.75rem;
    padding: 1.5625rem 1.875rem;
    box-sizing: border-box;
    background: #00000050;
  }
  main .bg > .h5-role .role-list-ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
    z-index: -1;
  }
  main .bg > .h5-role .role-list-ul li .title {
    font-family: PingFangSC-Semibold;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.34rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    display: initial;
    word-break: normal;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  main .bg > .h5-role .role-list-ul li .desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.755rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 16px 0 2.0625rem;
    display: initial;
    word-break: normal;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  main .bg > .h5-role .role-list-ul li .btn {
    position: absolute;
    bottom: 1.625rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 16.875rem;
    height: 4.1875rem;
    background: #ffffff;
    box-shadow: 0px 0.625rem 0.375rem 0px rgba(39, 51, 85, 0.1);
    border-radius: 0.25rem;
  }
  main .bg > .h5-role .role-list-ul li .btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: ' 苹方-简-常规';
    font-size: 1.75rem;
    font-weight: normal;
    text-align: center;
    line-height: 4.1875rem;
    letter-spacing: 0px;
    color: #0056ff;
    z-index: 0;
  }
  main .bg > .cases-title .title {
    margin-top: 5rem;
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .bg > .cases-title .desc {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
  }
  main .bg .h5-site-cases {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    row-gap: 10px;
    width: 100%;
  }
  main .bg .h5-site-cases .h5-cases-swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  main .bg .h5-site-cases .h5-cases-swiper-container .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main .bg .h5-site-cases .h5-cases-swiper-container .swiper-slide .swiper-slide-page {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 1.875rem;
  }
  main .bg .h5-site-cases .h5-cases-swiper-container .swiper-slide .swiper-slide-page > .item {
    width: 20.625rem;
    height: 11.5rem;
    object-fit: cover;
    border-radius: 0.625rem;
    margin-right: 1.875rem;
    margin-bottom: 2.375rem;
  }
  main .bg .h5-site-cases .h5-cases-swiper-container .swiper-slide .swiper-slide-page > .item:nth-child(2n) {
    margin-right: 0;
  }
  main .bg .h5-site-cases .swiper-pagination-box {
    display: block;
    display: flex;
    justify-content: center;
  }
  main .bg .h5-site-cases .swiper-pagination-box .h5-cases-swiper-pagination {
    margin-top: 1.25rem;
  }
  main .bg .h5-site-cases .swiper-pagination-box .h5-cases-swiper-pagination .swiper-pagination-bullet {
    background-color: #295eef;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.875rem;
  }
  main .bg > .companies .title {
    margin-top: 5rem;
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .bg > .companies .desc {
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
  }
  main .bg > .companies .comment-list {
    display: none;
  }
  main .bg > .genossenschaften {
    padding: 0 1.875rem;
    box-sizing: border-box;
    margin-top: 2.5rem;
  }
  main .bg > .genossenschaften .company-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 1.25rem;
    gap: 1.875rem;
    margin-top: 0;
  }
  main .bg > .genossenschaften .company-list .company {
    border-radius: 6px;
    opacity: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .bg > .genossenschaften .company-list .company img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  main .bg > .team {
    margin: 5rem auto;
    padding: 0 2.5rem;
  }
  main .bg > .team .title {
    margin-top: 5rem;
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .bg > .team .desc {
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
  }
  main .bg > .team .member-list {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 3.125rem;
    row-gap: 1.875rem;
    justify-content: center;
  }
  main .bg > .team .member-list .member {
    height: auto;
    width: 18.75rem;
    margin-bottom: 0.625rem;
  }
  main .bg > .team .member-list .member .top {
    position: relative;
    text-align: center;
    background-color: transparent;
  }
  main .bg > .team .member-list .member .top .avatar {
    width: 11.25rem;
    height: 17.5rem;
    object-fit: cover;
  }
  main .bg > .team .member-list .member .top .name {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    background: linear-gradient(270deg, rgba(1, 89, 255, 0) 0%, #0058ff 100%);
    font-family: '苹方-简-常规';
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.34rem;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.8125rem 1.875rem;
    padding-right: 0;
    box-sizing: border-box;
  }
  main .bg > .team .member-list .member .content {
    color: #3a3a3a;
    padding: 1.875rem 1.875rem 0;
    height: 12.5rem;
    background: linear-gradient(1deg, #f4f4f4 1%, rgba(255, 255, 255, 0) 101%);
  }
  main .bg > .team .member-list .member .content .title {
    font-family: ' 苹方-简-常规';
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 2.901rem;
    letter-spacing: 0px;
    margin: 0;
    margin-bottom: 1.25rem;
  }
  main .bg > .team .member-list .member .content .desc {
    font-family: ' 苹方-简-常规';
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.708rem;
    letter-spacing: 0px;
    color: #4e5969;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  main .bg > .team .member-list .member:hover {
    background: transparent;
  }
  main .bg > .team .member-list .member:hover .content {
    color: transparent;
  }
}
