.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 video {
  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, -10%);
  max-width: 70%;
}
.home-banner .desc h2 {
  font-size: 6vw;
}
.home-banner .desc p {
  margin: 10px 0 20px;
  font-size: 4vw;
  font-weight: 300;
}
.home-banner .desc .btn {
  padding: 1vw 4vw 1vw 1vw;
  font-size: 3vw;
  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-block;
  vertical-align: top;
}
.home-banner .desc .btn::before {
  margin-right: 8px;
  width: 5vw;
  height: 5vw;
  content: "\e787";
  font-size: 2vw;
  font-family: "iconfont";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 5vw;
  text-align: center;
  background-color: #364AFF;
}
.home-banner .desc .tips {
  margin-top: 40px;
  font-size: 3vw;
  line-height: 1.35;
  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;
  text-align: justify;
}
.cases-wrap {
  margin: 24px 0;
}
.cases-list > li {
  margin-top: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.cases-list > li > a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  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-top: 10px;
  padding: 10px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  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);
}
.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: 2vw;
  display: flex;
  align-items: center;
}
.top-tier .features > li::before {
  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: #364aff;
  background: rgba(54, 74, 255, 0.06);
}
.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: 3vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-tier .features > li p {
  text-align: justify;
}
.top-tier .human {
  padding: 20px 20px 0;
  width: 60vw;
  height: 80vw;
  flex-shrink: 0;
  border-radius: 20px;
  color: #fff;
  box-sizing: border-box;
  background: radial-gradient(117.46% 101.07% at 80.25% 20.08%, #000000 40%, #364AFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.top-tier .human .content {
  width: 100%;
  height: 100%;
  background: url("//s1.uxabc.com/static/uxabc/images/human.png") no-repeat 50% 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 {
  font-size: 3vw;
  margin-top: 2vw;
  color: rgba(255, 255, 255, 0.5);
}
.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: 5vw;
  height: 5vw;
  line-height: 5vw;
  border-radius: 5vw;
  font-size: 2vw;
  content: "\e787";
  font-family: "iconfont";
  color: #000;
  background-color: #fff;
}
.setp-wrap {
  margin-top: 10px;
  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::after {
  content: "\e76f";
  background: #364AFF;
}
.setp-wrap .setp-list > li:nth-of-type(3) .content::after {
  content: "\e786";
  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::after {
  margin-top: 3vw;
  content: "\e781";
  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;
}
.shares .wrapper > header > h2 {
  padding-right: 40vw;
}
.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);
  max-width: 40vw;
}
.recommend .header .title {
  margin-bottom: 2vw;
  font-size: 5vw;
  color: #fff;
}
.recommend .content {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.recommend .content .rows {
  position: absolute;
  right: 0;
  top: -27vw;
  width: 50vw;
}
.recommend .content .rows > .check {
  width: 100%;
}
.recommend .content .rows > .check:before {
  margin-right: 2vw;
  font-family: "iconfont";
}
.recommend .content .rows > .check:nth-of-type(1) {
  margin-bottom: 10px;
}
.recommend .content .rows > .check:nth-of-type(1)::before {
  content: "\e777";
}
.recommend .content .rows > .check:nth-of-type(2)::before {
  content: "\e775";
}
.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;
}
