.banner {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 40vh;
}
.banner .content {
  padding: 10vw 0 10vw 0;
}
.banner .title {
  padding-right: 10vw;
  font-size: 8vw;
  font-weight: 500;
}
.banner .desc {
  margin-top: 4vw;
  font-size: 4vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.35;
  text-align: justify;
}
.banner .article-swiper-wrap .swiper-container {
  width: 90vw;
  overflow: auto;
}
.banner .article-swiper-wrap .swiper-wrapper {
  padding-bottom: 5vw;
  display: flex;
  flex-wrap: nowrap;
}
.banner .article-swiper-wrap .swiper-wrapper > a {
  margin-right: 5vw;
  height: 70vw;
  width: 90vw;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  border-radius: 10vw;
}
.banner .article-swiper-wrap .swiper-wrapper > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remote-steps {
  padding-top: 5vw;
}
.remote-steps > li {
  position: relative;
  margin-top: 3vw;
  padding: 20px 100px 20px 20px;
  min-height: 110px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #F5F5F5;
}
.remote-steps > li figure {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 80px;
  height: 80px;
}
.remote-steps > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remote-steps > li .title {
  font-size: 5vw;
}
.remote-steps > li .desc {
  margin-top: 3vw;
  font-size: 3.5vw;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
}
.connection {
  padding-bottom: 5vw;
  min-height: 40vh;
  background: url("/images/connetion.png") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.connection .detail-box {
  margin-top: 20vw;
  padding: 3vw;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(24px);
  font-weight: 300;
}
.connection .detail-box .header {
  display: flex;
  align-items: center;
  font-size: 2.5vw;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}
.connection .detail-box .header .avatars {
  display: flex;
  flex-shrink: 0;
}
.connection .detail-box .header .avatars > figure {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
.connection .detail-box .header .avatars > figure:nth-of-type(2) {
  transform: translate(-20%, 0);
}
.connection .detail-box .header .avatars > figure:nth-of-type(3) {
  transform: translate(-40%, 0);
}
.connection .detail-box .footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.connection .detail-box .footer .aside {
  max-width: 80%;
}
.connection .detail-box .footer .caption {
  font-size: 3vw;
  line-height: 1.3;
}
.connection .detail-box .footer .content {
  font-size: 2.5vw;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}
.connection .detail-box .footer .button {
  flex-shrink: 0;
}
.connection .detail-box .footer a {
  padding: 10px;
  color: #fff;
  font-size: 2vw;
  border-radius: 6vw;
  background: rgba(255, 255, 255, 0.08);
}
.client-reviews-wrap {
  margin-right: -20px;
  overflow: auto;
  padding-bottom: 10px;
}
.client-reviews-wrap .client-reviews-list {
  padding: 10vw 0 1vw;
  display: flex;
  flex-wrap: nowrap;
}
.client-reviews-wrap .client-reviews-list > li {
  width: 70vw;
  flex-shrink: 0;
  padding-right: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client-reviews-wrap .client-reviews-list > li:nth-of-type(n+2) {
  position: relative;
  padding-left: 10vw;
}
.client-reviews-wrap .client-reviews-list > li:nth-of-type(n+2)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.5px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.client-reviews-wrap .client-reviews-list > li:hover .title {
  color: #364AFF;
}
.client-reviews-wrap .client-reviews-list > li .content {
  padding: 3vw 0 0 3vw;
}
.client-reviews-wrap .client-reviews-list > li .content .title {
  position: relative;
  font-size: 5vw;
  line-height: 1.14;
}
.client-reviews-wrap .client-reviews-list > li .content .title::before {
  position: absolute;
  left: -3vw;
  top: -3vw;
  content: "\e64c";
  width: 3vw;
  height: 3vw;
  font-size: 3vw;
  line-height: 1;
  font-family: "iconfont";
}
.client-reviews-wrap .client-reviews-list > li .content .desc {
  margin: 4vw 0 8vw;
  font-size: 3.5vw;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
}
.client-reviews-wrap .client-reviews-list > li .author {
  position: relative;
  display: flex;
  font-size: 3.5vw;
  align-items: center;
  line-height: 1.5;
}
.client-reviews-wrap .client-reviews-list > li .author .title {
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.5);
}
.client-reviews-wrap .client-reviews-list > li .author .avatar {
  margin-right: 3vw;
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  background-color: #000;
  border-radius: 10vw;
}
.client-reviews-wrap .client-reviews-list > li .author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-reviews-wrap .client-reviews-list > li .author .give-me-five {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 3vw;
  font-family: "iconfont";
  color: #364AFF;
}
.source-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.source-list > li {
  margin-top: 3vw;
  width: 45%;
}
.source-list > li .icon {
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  font-family: "iconfont";
  border-radius: 2vw;
  font-size: 7vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
}
.source-list > li .title {
  margin: 2vw 0 3vw;
  font-size: 4.5vw;
}
.source-list > li .desc {
  font-size: 3.5vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.analysis {
  min-height: 30vh;
  color: #fff;
  background-color: #364AFF;
}
.analysis ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.analysis ul > li {
  width: 50%;
  box-sizing: border-box;
  display: flex;
}
.analysis ul > li:nth-of-type(3) {
  margin-top: 10vw;
  width: 70%;
}
.analysis ul > li .total {
  font-size: 10vw;
  flex-shrink: 0;
}
.analysis ul > li .total em {
  padding-bottom: 6px;
}
.analysis ul > li .desc {
  margin-left: 10px;
  font-size: 3vw;
  color: rgba(255, 255, 255, 0.5);
}
.analysis ul > li:nth-of-type(1) em {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAAMBAMAAABSEsRMAAAAHlBMVEX///8AAAD////////////////////////////////5kORPAAAACnRSTlPMALOmZk0amQ2/MPlVPAAAAHRJREFUKM+d0iEOg1AQhOFJXxtS+TdpNXVI6iqRSDgCN+AMhIPDAoYQQjJjvuyqESPGPrWApz65dOvAUy/N+cPOYvN38S/UBHfwVBlk4KklT/DUGvA8lO/DdFI2Qb67VQUP8NQQfMFzmU06mcX1X7zLrAY8J28HNYoPFuBvAAAAAElFTkSuQmCC") no-repeat 0 100%;
  background-size: contain;
}
.analysis ul > li:nth-of-type(2) em {
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
}
.analysis ul > li:nth-of-type(3) em {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATEAAAAKBAMAAAAugXSBAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACXRSTlMAzLMzmYBmTRoIvmUdAAAAdElEQVQ4y+3OTRGCYBRA0Ys/6JILCi6lgTaABthAG2gDae68+TK4ewXOHCoVGP3C7A0evuHlAh8nuHuF1QY2XmBnB3sHqO3h4Bm2tnBUwGDGYObCPINZgplgDasqVhfWEFYPdWFOwbSA2uQsZznLWc7+PfsBJ113Oa4swYEAAAAASUVORK5CYII=") no-repeat 0 100%;
  background-size: contain;
}
.check-list li {
  font-size: 3.5vw;
  line-height: 5vw;
  display: flex;
  align-items: center;
  color: #000;
}
.check-list li:before {
  margin-right: 2vw;
  width: 3.5vw;
  height: 3.5vw;
  line-height: 3.5vw;
  font-size: 1.5vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 3.5vw;
  background-color: rgba(0, 0, 0, 0.06);
  content: "\e78e";
  font-family: "iconfont";
  flex-shrink: 0;
}
.check-list li.checked::before {
  color: #000;
  background-color: #15D100;
}
.dealer-box {
  margin-top: 4vw;
  padding: 6px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
.dealer-box.active {
  color: #fff;
  background: radial-gradient(142.06% 77.63% at 9.87% 0%, #15D100 0%, #000000 58.96%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.dealer-box > header {
  padding: 14px;
}
.dealer-box > header h3 {
  font-size: 6vw;
}
.dealer-box > header .sub {
  margin-top: 5px;
  font-size: 4vw;
}
.dealer-box > header .price {
  margin-top: 10px;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.dealer-box > header .price:after {
  margin-left: 2vw;
  content: "";
  width: 4vw;
  height: 4vw;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABTAgMAAAAKOnphAAAACVBMVEUAAAD///////9zeKVjAAAAA3RSTlMAgFCqng1hAAAALklEQVRIx2OgOghNGJWjUA4hPCqHITxs5UITRuWQCTA9KodKANGo3KjcqBwN5QDqv+q93FnBeQAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: contain;
}
.dealer-box .detail {
  padding: 15px;
  background-color: #fff;
  border-radius: 16px;
  color: #000;
}
.dealer-box .detail .content-box {
  margin-bottom: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dealer-box .detail .content-box .crash .desc {
  font-size: 3.5vw;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.5);
}
.dealer-box .detail .content-box .crash figure {
  margin-top: 2vw;
  width: 48vw;
}
.dealer-box .detail .content-box .crash figure img {
  max-width: 100%;
  display: block;
}
.dealer-box .detail .content-box .caption {
  font-size: 5vw;
}
.dealer-box .detail .content-box .icon {
  width: 10vw;
  height: 10vw;
  border-radius: 10vw;
  font-size: 3.5vw;
  line-height: 10vw;
  text-align: center;
  font-family: "iconfont";
  color: #000;
  background-color: #15D100;
}
.faq-list-flex-wrap {
  margin-top: 10vw;
  padding: 20px;
  background-color: #fff;
  border-radius: 5vw;
}
.faq-list > li {
  padding: 15px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
}
.faq-list > li .question {
  font-size: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
}
.faq-list > li .question:after {
  margin-left: 5%;
  flex-shrink: 0;
  width: 4.5vw;
  height: 4.5vw;
  line-height: 4.5vw;
  border-radius: 4.5vw;
  color: #000;
  font-size: 2.5vw;
  text-align: center;
  content: "\e610";
  font-family: "iconfont";
  background-color: rgba(0, 0, 0, 0.04);
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.faq-list > li .answer {
  font-size: 3.5vw;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 100%);
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  text-align: justify;
}
.faq-list > li.expand .question::after {
  transform: rotate(-90deg);
  color: #fff;
  background-color: #364AFF;
}
.faq-list > li.expand .answer {
  margin-top: 10px;
  opacity: 1;
  max-height: 500px;
  transform: translate(0, 0);
}
.card-list .card {
  margin-top: 4vw;
  padding: 15px 15px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.card-list .card > header {
  padding: 2vw 0;
  overflow: hidden;
}
.card-list .card > header h3 {
  font-size: 6vw;
}
.card-list .card > header h4 {
  font-size: 5vw;
}
.card-list .card > header h4 em {
  display: block;
  font-size: 3.5vw;
  line-height: 1.3;
}
.card-list .card > header .desc {
  padding-right: 10%;
  margin: 3vw 0;
  font-size: 3.5vw;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
}
.card-list .card > header.group {
  display: flex;
  justify-content: space-between;
}
.card-list .card > header.group .avatar {
  position: relative;
  flex-shrink: 0;
  width: 15vw;
  height: 15vw;
}
.card-list .card > header.group .avatar figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.card-list .card > header.group .avatar::after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  content: "\e779";
  font-family: "iconfont";
  color: #000;
  border-radius: 2vw;
  font-size: 2vw;
  background-color: #fff;
}
.card-list .card > header.group .desc {
  margin: 1vw 0;
  max-width: 80%;
}
.card-list .card > footer {
  margin-top: 5vw;
  display: flex;
  line-height: 5vw;
  justify-content: space-between;
}
.card-list .card > footer > a {
  color: #fff;
  font-size: 3vw;
  display: flex;
}
.card-list .card > footer > a:before {
  width: 5vw;
  height: 5vw;
  font-size: 4vw;
  border-radius: 5vw;
  font-family: "iconfont";
}
.card-list .card > footer > a.whatsapp:before {
  content: "\ec2d";
}
.card-list .card > footer > a.mail:before {
  content: "\e653";
}
.card-list .card .caption {
  margin: 5vw 0 3vw;
  font-size: 5vw;
}
.card-list .card .price-intro {
  margin: 3vw 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 3.5vw;
  color: rgba(0, 0, 0, 0.5);
}
.card-list .card .price-intro .price {
  line-height: 1.3;
}
.card-list .card .price-intro .price em {
  margin-right: 5px;
  color: #000;
  font-weight: 600;
  font-size: 6vw;
}
.card-list .card .button {
  padding: 2.5vw 0;
  text-align: center;
  font-size: 4vw;
  background-color: #000;
  color: #fff;
  display: block;
  border-radius: 10vw;
}
.card-list .card.active {
  color: #fff;
  background: radial-gradient(142.06% 77.63% at 9.87% 0%, #15D100 0%, #000000 58.96%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.card-list .card.active > header .desc {
  color: rgba(255, 255, 255, 0.5);
}
.card-list .card.active .price-intro {
  color: rgba(255, 255, 255, 0.5);
}
.card-list .card.active .price-intro em {
  color: #fff;
}
.card-list .card.active .check-list li {
  color: #fff;
}
.card-list .card.active .check-list li::before {
  color: #fff;
}
.card-list .card.active .button {
  background-color: #fff;
  color: #000;
}
.table .thead {
  padding: 1vw 0.5vw;
  display: flex;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4vw;
  position: sticky;
  top: 60px;
  align-self: flex-start;
  z-index: 2;
}
.table .thead span {
  margin: 0.5vw;
  padding: 3vw 0;
  flex: 1;
  font-size: 4.5vw;
  background-color: #fff;
  text-align: center;
  border-radius: 1vw;
}
.table .thead span:first-of-type {
  border-radius: 3vw 1vw 1vw 3vw;
}
.table .thead span:last-of-type {
  border-radius: 1vw 3vw 3vw 1vw;
}
.table .summary {
  padding: 4vw 4vw 0;
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
}
.table .tbody > li {
  padding-top: 5vw;
}
.table .tbody > li > header {
  font-size: 4.5vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.table .tbody > li .check-list {
  padding: 5vw 0;
  display: flex;
}
.table .tbody > li .check-list > li {
  flex: 1;
  display: flex;
  justify-content: center;
}
.table .tbody > li .check-list > li::before {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.table .tbody > li .check-list > li.checked::before {
  background-color: #000;
}
.table .tbody > li:nth-of-type(n+2) {
  border-top: 0.5px solid #e4e4e7;
}
.tabs-wrap {
  margin-right: -20px;
  overflow: auto;
}
.tabs-wrap .tabs-list {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
}
.tabs-wrap .tabs-list > dl {
  width: 54vw;
  padding: 16px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.tabs-wrap .tabs-list > dl dt {
  font-size: 5vw;
  line-height: 1.5;
  font-weight: 500;
}
.tabs-wrap .tabs-list > dl dd {
  padding: 5vw 0;
  font-size: 3.5vw;
  display: flex;
  align-items: center;
}
.tabs-wrap .tabs-list > dl dd:nth-of-type(n+2) {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.tabs-wrap .tabs-list > dl dd:before {
  margin-right: 2vw;
  flex-shrink: 0;
  font-size: 3vw;
  content: "\e77f";
  font-family: "iconfont";
  color: rgba(0, 0, 0, 0.5);
}
.tabs-wrap .tabs-list > dl.success {
  background-color: #000;
  color: #fff;
}
.tabs-wrap .tabs-list > dl.success dd {
  border-color: rgba(255, 255, 255, 0.5);
}
.tabs-wrap .tabs-list > dl.success dd:before {
  content: "\e789";
  color: #fff;
}
.project-list > li {
  margin-bottom: 50px;
}
.project-list > li .figure {
  display: block;
  overflow: hidden;
  border-radius: 5vw;
}
.project-list > li .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-list > li .title {
  margin-top: 5vw;
  font-size: 6vw;
}
.project-list > li .desc {
  margin: 3vw 0 6vw;
  padding-right: 10%;
  font-size: 3.5vw;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
}
.keywords > li {
  display: flex;
  align-items: center;
  font-size: 4vw;
  line-height: 1.3;
}
.keywords > li:before {
  margin-right: 2vw;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 1vw;
  background-color: rgba(0, 0, 0, 0.3);
}
.team-info {
  margin: 5vw 0;
  display: flex;
  align-items: center;
  font-size: 4vw;
  line-height: 1.2;
}
.team-info .avatars {
  margin-right: 2vw;
  display: flex;
  align-items: center;
}
.team-info .avatars > figure {
  width: 10vw;
  height: 10vw;
  border: 1px solid #fff;
  flex-shrink: 0;
  border-radius: 10vw;
  overflow: hidden;
}
.team-info .avatars > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-info .avatars > figure:nth-of-type(n+2) {
  margin-left: -5vw;
}
.team-info .team-desc {
  color: rgba(0, 0, 0, 0.5);
}
.mission-wrap {
  padding-top: 20px;
  background-size: 60vw;
}
.mission {
  padding: 10vw 4vw;
}
.mission .caption {
  font-size: 6vw;
}
.mission .description {
  position: relative;
  margin: 6vw 0;
  padding: 3vw;
  line-height: 1.5;
  text-align: justify;
  font-size: 4.5vw;
}
.mission .description .icon {
  position: absolute;
  font-size: 2vw;
  font-family: "iconfont";
  content: "\e64c";
}
.mission .description::before {
  position: absolute;
  font-size: 2vw;
  font-family: "iconfont";
  content: "\e64c";
  left: 0;
  top: 0;
}
.mission .description::after {
  position: absolute;
  font-size: 2vw;
  font-family: "iconfont";
  content: "\e64c";
  right: 0;
  bottom: 0;
}
.mission > footer {
  display: flex;
  align-items: center;
  font-size: 3.5vw;
  line-height: 1.5;
}
.mission > footer .avatar {
  margin-right: 3vw;
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  background-color: #000;
  border-radius: 10vw;
}
.mission > footer .avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mission > footer .info-title {
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.5);
}
.gallery-wrap {
  margin-right: -20px;
  overflow: auto;
}
.gallery {
  padding: 20px 0 10px;
  display: flex;
  flex-wrap: nowrap;
}
.gallery > li {
  position: relative;
  margin-right: 5vw;
  width: 80vw;
  flex-shrink: 0;
}
.gallery > li .region {
  display: none;
}
.gallery > li:first-of-type .region {
  position: absolute;
  left: 5vw;
  top: 5vw;
  padding: 4vw;
  border-radius: 3vw;
  font-size: 5vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.06);
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  box-shadow: 0px 4px 26px -2px rgba(0, 0, 0, 0.25);
}
.gallery > li:first-of-type .region:before {
  margin-right: 2vw;
  content: "\e66a";
  font-family: "iconfont";
  vertical-align: top;
}
.gallery > li .figure {
  border-radius: 10vw;
  overflow: hidden;
}
.gallery > li .figcaption {
  margin-top: 1vw;
  font-size: 4vw;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.values-list > li {
  margin: 20px 0 0;
}
.values-list > li .icon {
  font-family: "iconfont";
  font-size: 8vw;
  color: #364AFF;
}
.values-list > li .title {
  margin: 4vw 0 2vw;
  font-size: 5vw;
}
.values-list > li .desc {
  padding-right: 10%;
  font-size: 3.5vw;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.culture-wrap {
  margin-right: -20px;
  overflow: auto;
}
.culture {
  padding: 20px 0 10px;
  display: flex;
  flex-wrap: nowrap;
}
.culture > li {
  position: relative;
  margin-right: 5vw;
  width: 100vw;
  flex-shrink: 0;
}
.culture > li .figure {
  border-radius: 10vw;
  overflow: hidden;
}
.culture > li .figcaption {
  margin-top: 1vw;
  font-size: 4vw;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.member-wrap {
  margin-right: -20px;
  overflow: auto;
}
.member-wrap .member-list {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 740vw;
}
.member-wrap .member-list > li {
  margin-top: 5vw;
  padding-right: 5vw;
  display: flex;
  width: 80vw;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
}
.member-wrap .member-list > li .avatar {
  margin-right: 2vw;
  width: 20vw;
  height: 20vw;
  overflow: hidden;
  flex-shrink: 0;
  filter: grayscale(1);
}
.member-wrap .member-list > li .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-wrap .member-list > li .desc {
  font-size: 3vw;
  line-height: 1.3;
  text-align: justify;
}
.contact-flexbox {
  padding-bottom: 50px;
}
.contact-flexbox .module {
  padding: 20px;
}
.contact-flexbox .module:last-of-type {
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(100px);
}
.contact-flexbox .card {
  margin: 0;
}
.form-list {
  padding-bottom: 5vw;
}
.form-list li {
  margin-top: 5vw;
  line-height: 5vw;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.form-list li label {
  display: block;
  font-size: 3.5vw;
}
.form-list li input,
.form-list li textarea {
  padding: 2vw 0;
  width: 100%;
  border: 0 none;
  outline: none;
  font-size: 3.5vw;
  line-height: 5vw;
  background-color: transparent;
}
.submit {
  padding: 3.5vw 0;
  width: 100%;
  background-color: #000;
  font-size: 5vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5vw;
}
.submit::before {
  margin-right: 1vw;
  content: "\e77c";
  font-family: "iconfont";
}
.bingo {
  margin: 0 auto;
  width: 60vw;
  text-align: center;
  padding: 10vw 0;
}
.bingo .icon {
  display: flex;
  justify-content: center;
}
.bingo .icon::before {
  content: "";
  width: 8vw;
  height: 8vw;
  border-radius: 8vw;
  background-color: #000;
}
.bingo .icon::after {
  content: "\e78e";
  font-family: "iconfont";
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  color: #fff;
  text-align: center;
  border-radius: 8vw;
  background: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(19.5px);
  transform: translate(-40%, 0);
  box-shadow: 0px 5.2px 20.8px 0px rgba(0, 0, 0, 0.2);
}
.bingo > h3 {
  margin: 3vw 0;
  font-size: 5vw;
}
.bingo > p {
  font-size: 3.5vw;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
}
