.home-banner {
  position: relative;
  height: 70vw;
  min-height: 500px;
  background-color: #000;
  overflow: hidden;
}
.home-banner .wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home-banner .media {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
.home-banner .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  color: #fff;
  transform: translate(0, -20%);
  max-width: 70%;
}
.home-banner .desc h2,
.home-banner .desc h2 pre {
  font-size: 8vw;
}
.home-banner .desc .sub-title {
  margin: 20px 0;
  font-size: 4vw;
  font-weight: 300;
}
.home-banner .desc .sub-title pre {
  font-size: 4vw;
}
.home-banner .desc .btn {
  padding: 1vw 4vw 1vw 1vw;
  font-size: 4vw;
  line-height: 5vw;
  border-radius: 5vw;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.home-banner .desc .btn::before {
  margin-right: 8px;
  width: 8vw;
  height: 8vw;
  content: "\e787";
  font-size: 2vw;
  font-family: "iconfont";
  color: #fff;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 8vw;
  background-color: #364AFF;
}
.home-banner .desc .tips {
  max-width: 65%;
  margin-top: 40px;
  font-size: 3vw;
  line-height: 1.35;
  display: none;
  color: rgba(255, 255, 255, 0.5);
}
.serice-scope-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serice-scope-list > li {
  position: relative;
  margin-top: 5vw;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.serice-scope-list > li .icon {
  padding: 2vw;
  flex: 1;
  margin-bottom: 10px;
  font-family: "iconfont";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15vw;
  box-sizing: border-box;
}
.serice-scope-list > li .icon img {
  transform: scale(0.5);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serice-scope-list > li .figcaption {
  padding-bottom: 3vw;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.serice-scope-list > li .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.cases-wrap {
  margin: 24px 0;
  margin-right: -20px;
  overflow: auto;
}
.cases-list {
  display: flex;
  flex-wrap: nowrap;
}
.cases-list > li {
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  height: 55vw;
}
.cases-list > li > a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.cases-list > li > a > figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cases-list > li > a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-list > li .content {
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
.cases-list > li .content .musk {
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px) brightness(0.8);
}
.cases-list > li .content .info {
  display: none;
}
.cases-list > li .content .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3vw;
}
.cases-list > li .content .author .author-info {
  display: flex;
  align-items: center;
}
.cases-list > li .content .author .avatar {
  margin-right: 10px;
  width: 10vw;
  height: 10vw;
  border-radius: 10vw;
  overflow: hidden;
  border: 1px solid #fff;
  flex-shrink: 0;
}
.cases-list > li .content .author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-list > li .content .author .name {
  font-size: 3vw;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.cases-list > li .content .author .total {
  max-width: 30vw;
  font-size: 2.5vw;
}
.cases-list > li .category {
  margin-left: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 90vw;
  height: 100%;
  background-color: #364AFF;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
}
.cases-list > li .category > a {
  margin: 20px 5px;
  padding: 5px 10px;
  font-size: 3vw;
  height: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}
.tier-swiper {
  overflow: hidden;
}
.tier-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.tier-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}
.tier-swiper .change-buttons {
  margin-top: 10vw;
  display: flex;
  justify-content: center;
}
.tier-swiper .change-buttons .next {
  font-family: "iconfont";
}
.top-tier .text-info h2 {
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 400;
}
.top-tier .text-info .subtitle {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 500;
}
.top-tier .text-info .desc {
  margin-top: 1vw;
  font-size: 3vw;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.top-tier .features {
  padding: 3vw 0 6vw;
}
.top-tier .features > li {
  margin-top: 4vw;
  display: flex;
  align-items: center;
}
.top-tier .features > li .icon {
  margin-right: 10px;
  flex-shrink: 0;
  width: 10vw;
  height: 10vw;
  border-radius: 3vw;
  font-size: 4vw;
  font-family: "iconfont";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #131B31;
  background: #f5f5f5;
}
.top-tier .features > li:nth-of-type(1)::before {
  content: "\e64a";
}
.top-tier .features > li:nth-of-type(2)::before {
  content: "\e648";
}
.top-tier .features > li:nth-of-type(3)::before {
  content: "\e64b";
}
.top-tier .features > li .title {
  margin-bottom: 2px;
  color: #000;
  font-weight: 400;
  font-size: 4vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-tier .features > li p {
  text-align: justify;
}
.top-tier .human-wrap {
  margin-top: 10vw;
  overflow: hidden;
}
.top-tier .human-list {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll-left 20s ease-in-out infinite 2s;
  animation-play-state: running;
}
.top-tier .human-list:hover {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.top-tier .human {
  position: relative;
  padding: 20px 20px 0;
  width: 100%;
  height: 110vw;
  flex-shrink: 0;
  color: #fff;
  box-sizing: border-box;
  background: linear-gradient(180deg, #222932 0%, #6D757F 100%);
}
.top-tier .human .content {
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-tier .human .content .name {
  font-size: 8vw;
  font-weight: 600;
  line-height: 1;
}
.top-tier .human .content .desc {
  max-width: 80%;
  font-size: 3.5vw;
  margin-top: 5vw;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.top-tier .human .content .avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-tier .human .content .avatar img {
  max-width: 70%;
  display: block;
}
.top-tier .human .content .buttons {
  padding-bottom: 20px;
  display: flex;
  justify-content: end;
}
.top-tier .human .content .buttons .btn {
  padding: 7px 18px 7px 7px;
  line-height: 5vw;
  text-align: center;
  display: block;
  font-size: 3vw;
  color: #fff;
  border-radius: 5vw;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px) brightness(0.8);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
.top-tier .human .content .buttons .btn:hover {
  transform: scale(1.1);
}
.top-tier .human .content .buttons .btn:before {
  margin-right: 6px;
  width: 6vw;
  height: 6vw;
  line-height: 6vw;
  border-radius: 6vw;
  font-size: 2vw;
  content: "\e787";
  font-family: "iconfont";
  color: #000;
  background-color: #fff;
}
.tier-scopes {
  padding: 3vw 0 6vw;
}
.tier-scopes .tier-scopes-list > li {
  margin-top: 4vw;
  padding: 4vw;
  background: rgba(0, 0, 0, 0.04);
}
.tier-scopes .tier-scopes-list > li .title {
  font-size: 4vw;
  line-height: 1.2;
}
.tier-scopes .tier-scopes-list > li .desc {
  margin-top: 2vw;
  font-size: 3vw;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.tier-scopes > figure {
  margin-top: 10vw;
}
.setp-wrap {
  margin-top: 10vw;
  overflow: auto;
}
.setp-wrap .setp-list {
  padding-bottom: 1vw;
  display: flex;
  flex-wrap: nowrap;
}
.setp-wrap .setp-list > li {
  margin-right: 30px;
  width: 50vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.setp-wrap .setp-list > li > header {
  margin-bottom: 10px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  background: url("//s1.uxabc.com/static/uxabc/images/line.png") repeat-x 50% 50%;
  background-size: 50% 50%;
}
.setp-wrap .setp-list > li > header em {
  padding: 0 12px;
  background-color: #fff;
  font-size: 15vw;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.3);
}
.setp-wrap .setp-list > li:nth-of-type(2) .content .icon {
  background: #364AFF;
}
.setp-wrap .setp-list > li:nth-of-type(3) .content .icon {
  background: #15D100;
}
.setp-wrap .setp-list > li .content {
  position: relative;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.setp-wrap .setp-list > li .content:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0.5px;
  height: 80%;
  top: 10%;
  background-color: rgba(0, 0, 0, 0.1);
}
.setp-wrap .setp-list > li .content .icon {
  margin-top: 3vw;
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  font-family: "iconfont";
  color: #fff;
  border-radius: 50%;
  background: #000;
}
.setp-wrap .setp-list > li .content .title {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.setp-wrap .setp-list > li .content .desc {
  width: 60%;
  line-height: 1.28;
  font-size: 2.5vw;
  color: rgba(0, 0, 0, 0.5);
}
.setp-wrap .setp-list > li .btn {
  margin-top: -2vw;
  padding: 15px;
  font-size: 3vw;
  font-weight: 600;
  color: #000;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  display: block;
  box-sizing: border-box;
}
.client-reviews-wrap {
  overflow: auto;
}
.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 {
  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;
}
.recommend {
  position: relative;
  padding: 40px 20px;
  background: url("//s1.uxabc.com/static/uxabc/images/recommend-bg.png") no-repeat 0 100%;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
}
.recommend .header {
  font-size: 4vw;
  color: rgba(255, 255, 255, 0.5);
}
.recommend .header .title {
  margin-bottom: 2vw;
  font-size: 5vw;
  color: #fff;
}
.recommend .content {
  margin-top: 5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend .content .rows {
  width: 100%;
}
.recommend .content .rows > .check {
  margin-top: 10px;
  width: 100%;
  border-radius: 6px;
}
.recommend .content .rows > .check .icon {
  margin-right: 2vw;
  font-family: "iconfont";
}
.recommend .content .check {
  padding: 2vw;
  width: 48%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px) brightness(0.8);
  display: flex;
  box-sizing: border-box;
  font-size: 3vw;
  align-items: center;
  flex-shrink: 0;
}
.recommend .content .check > figure {
  margin-right: 2vw;
  width: 13vw;
  height: 13vw;
  padding: 2vw;
  font-family: "iconfont";
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 15px;
  flex-shrink: 0;
}
.recommend .content .check > figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
