/* public */
/*#region*/
div {
  /*border:1px solid #f30;*/
}
.title {
  margin-bottom: 65px;
  text-align: center;
}
.title h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}
.title p {
  margin: 16px 0 0;
  color: #4d5567;
}
.join {
  display: block !important;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 24px;
    text-align: center;
  }
  .title h3 {
    font-size: 24px;
  }
  .title p {
    margin: 12px 10% 0;
    font-size: 14px;
  }
}
/*#endregion*/
/* banner */
/*#region*/
.banner {
  position: relative;
  padding-top: 74px;
  background: #101827;
  width: 100%;
  overflow: hidden;
}
.banner .circle4 {
  left: 50%;
  top: -800px;
  z-index: 0;
  transform: translatex(-450px);
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner .text {
  color: #fff;
}
.banner .text h2 {
  margin: 0 0 16px;
  font-weight: normal;
}
.banner .text h2 span {
  font-size: 24px;
  background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .text h3 {
  margin: 0 0 50px;
  font-size: 56px;
  font-weight: normal;
}
.banner .text p {
  margin: 0 0 70px;
  font-size: 16px;
  font-weight: normal;
  color: #a3aebf;
}
.banner .img {
  flex: 0 0 43%;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.banner .img i {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 200px;
  height: 200px;
}
.banner .image {
  position: relative;
}
@media (min-width: 768px) {
  .banner .box {
    height: 700px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .banner .txt {
    flex: 0 0 56%;
    display: inline-flex;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .banner .box {
    padding: 24px 0 48px;
  }
  .banner .text {
    text-align: center;
  }
  .banner .text h3 {
    margin: 0 10% 24px;
    font-size: 24px;
  }
  .banner .text p {
    margin: 0 5% 24px;
    font-size: 14px;
  }
  .banner .img i {
    width: 100px;
    height: 100px;
  }
}
/*#endregion*/
.td {
  margin: 148px 0;
}
.td .row {
  margin-right: -20px;
  margin-left: -20px;
}
.td [class^='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}
.td .grid {
  margin-bottom: 48px;
}
.td .item {
  display: flex;
  align-items: center;
}
.td .item .ico {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #E8F1FF;
  border-radius: 8px;
  flex: none;
  text-align: center;
  margin-right: 24px;
}
.td .item .ico img {
  width: 36px;
}
.td .item .txt h4 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #1B202B;
}
.td .item .txt p {
  margin: 0;
  font-size: 14px;
  color: #4D5567;
}
@media (max-width: 767px) {
  .td {
    margin: 60px 0;
  }
  .td .title {
    margin-bottom: 30px;
  }
  .td .row .grid {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .td .row .grid .item {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  .td .row .grid .item .ico {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .td .row .grid .item .txt {
    text-align: center;
  }
}
.scence {
  padding-top: 148px;
}
.scence .scence-container {
  display: flex;
}
.scence .scence-container .title {
  width: 240px;
  margin-right: 70px;
  flex: none;
  text-align: left;
  background: #fff;
  position: relative;
}
.scence .scence-container .title h3 {
  font-size: 36px;
  color: #171922;
  margin-bottom: 48px;
}
.scence .scence-container .title p {
  font-size: 14px;
  color: #171922;
  margin-bottom: 48px;
}
.scence .scence-container .title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scence .scence-container .title ul li {
  border-left: 3px solid #D8D8D8;
  padding-left: 25px;
  line-height: 64px;
  color: #666F84;
  font-size: 16px;
  cursor: pointer;
}
.scence .scence-container .title ul li.active {
  color: #0077FF;
  border-color: #0077FF;
}
.scence .scence-container .title ul li:hover {
  color: #0077FF;
}
.scence .scence-container .swiper-container {
  flex: 1;
  width: 980px;
  overflow: hidden;
}
.scence .scence-container .swiper-container .swiper-slide {
  width: 980px;
  padding-right: 60px;
  padding: 40px;
}
.scence .scence-container .swiper-container .swiper-slide .item {
  position: relative;
  width: 100%;
  cursor: grab;
}
.scence .scence-container .swiper-container .swiper-slide .item .img {
  background: #fff;
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100%;
}
.scence .scence-container .swiper-container .swiper-slide .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.scence .scence-container .swiper-container .swiper-slide .item .content {
  width: 100%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.81);
  box-shadow: 5px 6px 11px 0px rgba(16, 16, 16, 0.1);
  backdrop-filter: blur(5px);
  padding: 40px 46px;
  color: #171922;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.scence .scence-container .swiper-container .swiper-slide .item .content::before {
  content: '';
  background: linear-gradient(309deg, rgba(255, 255, 255, 0.48) 0%, #FFFFFF 100%);
  border-radius: 20px;
  backdrop-filter: blur(5px);
}
.scence .scence-container .swiper-container .swiper-slide .item .content h4 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}
.scence .scence-container .swiper-container .swiper-slide .item .content p {
  font-size: 16px;
  color: #4D5567;
}
.scence .scence-container .swiper-container .swiper-slide .item .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto;
  display: flex;
  gap: 30px;
}
.scence .scence-container .swiper-container .swiper-slide .item .content ul li {
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(16, 16, 16, 0.13);
  border-radius: 16px;
  padding: 24px 20px;
  flex: 1;
  min-height: 240px;
}
.scence .scence-container .swiper-container .swiper-slide .item .content ul li img {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}
.scence .scence-container .swiper-container .swiper-slide .item .content ul li strong {
  font-size: 18px;
  color: #171922;
}
.scence .scence-container .swiper-container .swiper-slide .item .content ul li p {
  font-size: 14px;
  color: #4D5567;
  margin-top: 12px;
  white-space: pre-line;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .scence {
    padding-top: 60px;
  }
  .scence .container {
    padding: 0;
  }
  .scence .scence-container {
    flex-direction: column;
  }
  .scence .scence-container .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 12px;
  }
  .scence .scence-container .title h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .scence .scence-container .title ul {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .scence .scence-container .title ul li {
    line-height: 32px;
    border: 0;
    flex: 1;
    border-radius: 21px;
    text-align: center;
    padding: 0 10px;
    color: #171922;
    white-space: nowrap;
  }
  .scence .scence-container .title ul li.active {
    background: #E6ECF6;
    color: #171922;
  }
  .scence .scence-container .swiper-container {
    width: 100%;
  }
  .scence .scence-container .swiper-container .swiper-slide {
    width: 100%;
    padding: 0 12px;
  }
  .scence .scence-container .swiper-container .swiper-slide[data-swiper-slide-index="0"] .item::before {
    background-color: #6699FF;
  }
  .scence .scence-container .swiper-container .swiper-slide[data-swiper-slide-index="1"] .item::before {
    background-color: #8C97FF;
  }
  .scence .scence-container .swiper-container .swiper-slide[data-swiper-slide-index="2"] .item::before {
    background-color: #53B5FF;
  }
  .scence .scence-container .swiper-container .swiper-slide[data-swiper-slide-index="3"] .item::before {
    background-color: #FFBF87;
  }
  .scence .scence-container .swiper-container .swiper-slide .item {
    width: 100%;
  }
  .scence .scence-container .swiper-container .swiper-slide .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6699FF;
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .img {
    display: none;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content {
    transform: none;
    width: 100%;
    height: auto;
    padding: 20px;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content h4 {
    display: none;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content ul {
    flex-direction: column;
    gap: 16px;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content ul li {
    height: auto;
    padding: 24px 24px 24px 82px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 1px 7px 0px rgba(16, 16, 16, 0.13);
    min-height: 200px;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content ul li .ico {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content ul li .ico img {
    width: 40px;
    height: 40px;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content ul li strong {
    font-size: 16px;
  }
  .scence .scence-container .swiper-container .swiper-slide .item .content ul li p {
    margin-bottom: 0;
  }
}
.scence2 {
  background: #051226;
  overflow: hidden;
}
.scence2 .scence-container {
  padding: 80px 0 168px;
  width: 1300px;
  margin: 0 auto;
  overflow: visible;
}
.scence2 .scence-container .title h3 {
  color: #fff;
}
.scence2 .scence-container .title p {
  color: #fff;
}
.scence2 .scence-container .swiper-container2 {
  position: relative;
}
.scence2 .scence-container .swiper-container2 .swiper-slide {
  width: 1300px;
  opacity: 0.2;
  transform: scale(0.98);
  transform-origin: 50% 50% 0px;
  transition: all 0.5s ease-in-out;
}
.scence2 .scence-container .swiper-container2 .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item {
  position: relative;
  display: flex;
  gap: 36px;
  padding: 0 32px;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .img {
  flex: none;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .img img {
  width: 368px;
  height: 368px;
  border-radius: 16px;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .content {
  flex: 1;
  padding: 64px 48px 0;
  height: 368px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  border: 1px solid #23324A;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .content .ico {
  width: 56px;
  height: 56px;
  display: block;
  margin-bottom: 24px;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .content .ico img {
  width: 100%;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .content h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: normal;
}
.scence2 .scence-container .swiper-container2 .swiper-slide .item .content p {
  font-size: 16px;
  color: #A3AEBF;
}
.scence2 .scence-container .swiper-buttons {
  color: #E4E4E4;
  position: absolute;
  bottom: -82px;
  left: 32px;
  display: flex;
  gap: 16px;
}
.scence2 .scence-container .swiper-buttons .button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #142033;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
}
.scence2 .scence-container .swiper-buttons .button:hover {
  background: #0177ff;
}
.scence2 .scence-container .swiper-pagination {
  display: none;
}
.scence2 .scence-container .swiper-pagination .swiper-pagination-bullet {
  background: #505B69;
  opacity: 1;
}
.scence2 .scence-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0177ff;
}
@media (max-width: 767px) {
  .scence2 .scence-container {
    width: 100%;
    padding: 40px 12px 80px;
  }
  .scence2 .scence-container .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: initial;
    padding: 0 4px;
    opacity: 1;
  }
  .scence2 .scence-container .swiper-container2 .swiper-wrapper .swiper-slide .item {
    height: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    border: 1px solid #23324A;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .scence2 .scence-container .swiper-container2 .swiper-wrapper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .scence2 .scence-container .swiper-container2 .swiper-wrapper .swiper-slide .item .content {
    padding: 0;
    background: none;
    border: 0;
  }
  .scence2 .scence-container .swiper-container2 .swiper-wrapper .swiper-slide .item .content .ico {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .scence2 .scence-container .swiper-container2 .swiper-wrapper .swiper-slide .item .content h4 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .scence2 .scence-container .swiper-pagination {
    display: block;
    bottom: -46px;
  }
  .scence2 .scence-container .swiper-buttons {
    display: none;
  }
}
/* advantage */
/*#region*/
.advantage {
  background: #E6ECF6;
  padding: 68px 0;
}
.advantage .row {
  margin-right: -20px;
  margin-left: -20px;
}
.advantage [class^='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}
.advantage .grid {
  margin-bottom: 40px;
}
.advantage .item {
  width: 265px;
  margin: 0 auto;
}
.advantage .item .ico {
  text-align: center;
  display: block;
  margin-bottom: 32px;
}
.advantage .item .ico img {
  width: 32px;
  height: 32px;
}
.advantage .item .txt h4 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  color: #222121;
  text-align: center;
  white-space: nowrap;
}
.advantage .item .txt p {
  margin: 0;
  font-size: 14px;
  color: #4D5567;
  text-align: center;
  white-space: pre-line;
  /* 换行符和空白格式化 */
  word-break: break-word;
  /* 长单词在必要时换行 */
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .advantage {
    padding-bottom: 20px;
  }
  .advantage .row .item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 14px;
  }
  .advantage .row .item .ico {
    margin-bottom: 0;
    margin-top: -3px;
  }
  .advantage .row .item .ico img {
    width: 20px;
    height: 20px;
  }
  .advantage .row .item .txt h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
  }
  .advantage .row .item .txt p {
    text-align: left;
  }
  .advantage .grid + .grid {
    border-top: 1px dashed #BFC3CA;
    padding-top: 30px;
  }
}
.advantage2 {
  margin-bottom: 148px;
}
.advantage2 .img {
  padding: 48px 35px 0;
}
.advantage2 .img img {
  width: 520px;
}
.advantage2 .title {
  text-align: left;
}
.advantage2 .item {
  display: flex;
  align-items: flex-start;
}
.advantage2 .item .ico {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex: none;
}
.advantage2 .item .ico img {
  width: 100%;
}
.advantage2 .item .txt h4 {
  font-size: 20px;
  color: #171922;
  margin-bottom: 16px;
}
.advantage2 .item .txt p {
  font-size: 14px;
  color: #4D5567;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .advantage2 {
    margin-bottom: 60px;
  }
  .advantage2 .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .advantage2 .img {
    padding: 0;
    margin-bottom: 36px;
  }
  .advantage2 .img img {
    width: 100%;
  }
  .advantage2 .points .item .txt h4 {
    margin-bottom: 12px;
  }
  .advantage2 .points .item .txt p {
    margin-bottom: 0;
  }
  .advantage2 .points .item + .item {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .advantage .quadruple .item .txt p {
    margin-right: 15%;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding-top: 48px;
  }
  .advantage .grid {
    margin: 16px 0;
  }
  .advantage .quadruple .item {
    padding: 24px 12px;
  }
}
/*#endregion*/
/* application */
/*#region*/
.application {
  padding-bottom: 148px;
  position: relative;
  /*height: calc(2250px + 100vh - 80px);*/
}
.application .item {
  margin-right: 24px;
  padding: 30px;
  flex: 0 0 530px;
  background-color: #e6ecf6;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.application .item .ico {
  margin-right: 30px;
  flex: 0 0 110px;
  text-align: center;
}
.application .item .ico i {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.application .item .ico .h {
  display: none;
}
.application .item .txt {
  height: 100%;
  padding: 36px 24px;
  border: 1px dashed #758094;
  border-radius: 16px;
}
.application .item .txt h4 {
  margin: 0;
  color: #3e454e;
  font-size: 24px;
  font-weight: 700;
}
.application .item .txt p {
  margin: 10px 0 0;
  color: #4d5567;
  font-size: 14px;
}
.application .item:hover {
  background-color: #1b2841;
}
.application .item:hover .ico .n {
  display: none;
}
.application .item:hover .ico .h {
  display: inline-block;
}
.application .item:hover .txt h4 {
  color: #eef2f7;
}
.application .item:hover .txt p {
  color: #cdd5df;
}
@media (min-width: 768px) {
  .application .sticky {
    margin-top: 148px;
    position: sticky;
    top: 33%;
    left: 0;
    overflow: hidden;
  }
  .application .wp {
    display: flex;
    flex-wrap: nowrap;
    transform: translatex(0);
  }
  .application .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .application {
    padding: 48px 0;
  }
  .application .item {
    margin: 0 15px 0 0;
    padding: 16px;
    flex-direction: column;
  }
  .application .item .ico {
    margin-right: 0;
    flex: 0 0 90px;
    text-align: center;
  }
  .application .item .txt {
    padding: 10px;
    text-align: center;
  }
}
/*#endregion*/
/* voice of the customer */
/*#region*/
.voc {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #141b24;
  color: #fff;
}
.voc .title {
  margin-bottom: 48px;
}
.voc .content .words .item {
  text-align: center;
  opacity: 1;
  animation: showdiv 1s linear 0s;
}
.voc .content .words .item p {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  color: #eef2f7;
}
.voc .content .words .item p:before {
  content: '“';
}
.voc .content .words .item p:after {
  content: '”';
}
.voc .content .customers {
  margin: 85px 30px 0;
  padding: 5px;
}
.voc .content .customers.static {
  width: 100%;
  display: flex;
  justify-content: center;
}
.voc .content .customers .item,
.voc .content .customers .last {
  flex: 0 0 auto;
  min-width: 22.7%;
  position: relative;
  margin: 0 14px;
  padding: 20px;
  cursor: pointer;
  translate: none;
  rotate: none;
  scale: none;
  -webkit-clip-path: polygon(0rem 0rem, 100% 0rem, 100% 110%, 0rem 110%);
  clip-path: polygon(0rem 0rem, 100% 0rem, 100% 110%, 0rem 110%);
  transform: translate(0);
  fill: #fffffa;
  color: #fffffa;
  transition: all 0.5s ease-in-out 0s;
}
.voc .content .customers .item:after,
.voc .content .customers .last:after,
.voc .content .customers .item.last:after,
.voc .content .customers .last.last:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 16px;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s linear 0.5s;
}
.voc .content .customers .item:before,
.voc .content .customers .last:before,
.voc .content .customers .item.last:before,
.voc .content .customers .last.last:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(277.33deg, #6e31dd -2.48%, #0177ff 47.21%, #3dc2f3 93.62%) center center / 105%;
  -webkit-mask: linear-gradient(#ffffff 0rem, #ffffff 0rem) padding-box padding-box, linear-gradient(#ffffff 0rem, #ffffff 0rem);
  -webkit-mask-composite: xor;
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
  -webkit-clip-path: polygon(100% 50%, 150% 0%, 350% 0%, 200% 50%, 100% 50%, 0% 50%, -50% 100%, 350% 100%, 200% 50%);
  clip-path: polygon(100% 50%, 150% 0%, 350% 0%, 200% 50%, 100% 50%, 0% 50%, -50% 100%, 350% 100%, 200% 50%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.voc .content .customers .item.cur,
.voc .content .customers .last.cur,
.voc .content .customers .item:hover,
.voc .content .customers .last:hover {
  background: #1b2841;
  border-radius: 16px;
  transition: all 0.5s ease-in-out 0s;
}
.voc .content .customers .item.cur:after,
.voc .content .customers .last.cur:after,
.voc .content .customers .item:hover:after,
.voc .content .customers .last:hover:after {
  opacity: 1;
  background: #1b2841;
  transition: all 0s linear 0s;
}
.voc .content .customers .item.cur *,
.voc .content .customers .last.cur *,
.voc .content .customers .item:hover *,
.voc .content .customers .last:hover * {
  position: relative;
  z-index: 1;
}
.voc .content .customers .item img,
.voc .content .customers .last img,
.voc .content .customers .item .last a,
.voc .content .customers .last .last a {
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: -8px;
  width: 68px;
  height: 68px;
}
.voc .content .customers .item h4,
.voc .content .customers .last h4,
.voc .content .customers .item .last h4,
.voc .content .customers .last .last h4 {
  margin: 0;
  padding-top: 8px;
  font-size: 20px;
  font-weight: normal;
  color: #eef2f7;
}
.voc .content .customers .item p,
.voc .content .customers .last p,
.voc .content .customers .item .last p,
.voc .content .customers .last .last p {
  margin: 10px 0 0;
  font-size: 13px;
  color: #758094;
}
.voc .content .button-prev,
.voc .content .button-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 99;
  color: #fff;
  padding: 6px 10px;
  border-radius: 100%;
  font-size: 16px !important;
  cursor: pointer;
}
.voc .content .button-prev:hover,
.voc .content .button-next:hover {
  background: #1B2841;
  color: #fff;
}
.voc .content .button-prev:active,
.voc .content .button-next:active {
  background: #0177ff;
  color: #fff;
}
.voc .content .button-prev {
  left: -25px;
}
.voc .content .button-next {
  right: -25px;
}
@media (max-width: 767px) {
  .voc {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .voc .title {
    margin-bottom: 24px;
  }
  .voc .content .words .item p {
    font-size: 24px;
  }
  .voc .content .customers {
    margin-top: 48px;
  }
}
/*#endregion*/
/* cases */
/*#region*/
.cases {
  padding-top: 148px;
  padding-bottom: 148px;
}
.cases .slide-panel .item {
  flex: 0 0 23%;
}
.cases .slide-panel .item .img img {
  max-width: 100%;
  border-radius: 16px;
}
.cases .slide-panel .item .txt {
  padding: 24px 16px;
}
.cases .slide-panel .item .txt h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1b202b;
}
.cases .slide-panel .item .txt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #4d5567;
}
.cases .slide-panel .item .txt .more {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #0177ff;
  display: none;
}
.cases .slide-panel .item .txt .more i {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: 1px;
}
.cases .text {
  margin-left: 10px;
  background: #101827;
  padding: 25px 20px;
  height: 100%;
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.cases .text h3 {
  margin: 0;
  font-size: 22px;
  color: #0177ff;
  font-weight: bold;
}
.cases .text p {
  margin: 20px 0 0;
  font-size: 30px;
  font-weight: 400;
}
.cases .text p span {
  display: block;
}
.cases .text a {
  margin-top: 88px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cases .slide-panel {
    display: flex;
    justify-content: space-between;
  }
  .cases .slide-panel .item:hover {
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
  }
  .cases .slide-panel .txt p {
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cases {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .cases .slide-panel .item {
    padding: 0;
    margin: 44px 0;
  }
  .cases .slide-panel .item .img img {
    border-radius: 8px;
  }
  .cases .slide-panel .item .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .cases .slide-panel .item .txt h4 {
    margin-bottom: 12px;
  }
  .cases .slide-panel .item .txt p {
    min-height: max-content;
  }
}
/*#endregion*/
/* entrust */
/*#region*/
.entrust {
  background: #121726ff;
  padding: 88px 0 180px;
  color: #fff;
}
.entrust .title {
  margin-bottom: 48px;
}
.entrust .title p {
  color: #cdd5df;
}
.entrust .content {
  position: relative;
  background: #1d25307a;
  padding: 48px;
  border: 1px solid #444e63;
  border-radius: 15px;
}
.entrust .content:before {
  content: '';
  position: absolute;
  bottom: -180px;
  right: -20px;
  width: 560px;
  height: 335px;
  background: url(../img/bg_entrust.png) no-repeat 50% 50%;
  background-size: 100%;
}
.entrust .content .item {
  padding-left: 50px;
}
.entrust .content .item h4 {
  position: relative;
  margin: 0 0 20px;
  font-size: 22px;
}
.entrust .content .item h4 i {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: 0;
  border-radius: 8px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.entrust .content .item h4 i img {
  vertical-align: 3px;
}
.entrust .content .item h4.one i {
  background: #120601;
  color: #f5510d;
}
.entrust .content .item h4.two {
  margin-top: 50px;
}
.entrust .content .item h4.two i {
  background: #0b3254;
  color: #288bf0;
}
.entrust .content .item p {
  position: relative;
  margin: 0 0 5px;
  color: #a3aebf;
  font-size: 14px;
}
.entrust .content .item p:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -45px;
  top: 0;
  padding: 5px;
  border-radius: 8px;
  background: url('../img/gou.svg') no-repeat 50%;
  background-size: 75% auto;
}
@media (max-width: 767px) {
  .entrust {
    padding: 44px 0;
  }
  .entrust .title {
    margin-bottom: 32px;
  }
}
/*#endregion*/
/* contact */
/*#region*/
.contact {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  background-color: #141b24;
  color: #fff;
  border-bottom: 1px solid #272d39;
}
.contact h3 {
  margin: 0 0 35px;
  font-size: 36px;
}
/*#endregion*/
.mcontent .accordion > .card {
  background: transparent;
  padding: 0 15px;
  border: none;
}
.mcontent .accordion > .card > .card-header {
  padding: 0;
  border-bottom: 1px solid #4d5567;
  border-top: 1px solid #4d5567;
}
.mcontent .accordion > .card > .card-header h4 {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}
.mcontent .accordion > .card > .card-header h4 i.iconfont {
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
.mcontent .accordion > .card > .card-header .colltit.collapsed .closed {
  display: inline-block;
}
.mcontent .accordion > .card > .card-header .colltit.collapsed .open {
  display: none;
}
.mcontent .accordion > .card > .card-header .colltit .closed {
  display: none;
}
.mcontent .accordion > .card > .card-header .colltit .open {
  display: inline-block;
}
.mcontent .card-body {
  overflow: hidden;
}
.mcontent .card-body p {
  position: relative;
  margin: 0 0 5px;
  color: #a3aebf;
  font-size: 14px;
  padding-left: 25px;
  width: 50%;
  display: inline-block;
  float: left;
}
.mcontent .card-body p:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  border-radius: 8px;
  background: url('../img/ico_check.svg') no-repeat 50%;
  background-size: 75% auto;
}
@media (max-width: 767px) {
  .cases {
    padding: 0;
    margin: 60px 0;
  }
  .cases .title {
    margin-bottom: 8px;
  }
  .cases .slide-panel .item {
    padding: 0;
    margin: 44px 0;
  }
  .cases .slide-panel .item .txt {
    padding: 24px 0 0;
  }
  .cases .slide-panel .item h4 {
    margin-bottom: 12px;
  }
  .cases .slide-panel .item p {
    min-height: max-content;
  }
  .advantage .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .advantage .quadruple .item:hover {
    background-color: #1b2841;
  }
  .application .item .txt p {
    min-height: 105px;
  }
  .banner .box {
    flex-direction: column-reverse;
    display: flex;
  }
  .banner .img {
    padding: 0 40px 40px;
  }
}
.wfh-banner .text h3 {
  font-size: 50px;
  line-height: 72px;
}
.bgtd {
  padding-top: 148px;
  padding-bottom: 100px;
}
.bgtd .title p {
  width: 88%;
  text-align: center;
  padding-top: 16px;
  margin: 0 auto;
  color: #4d5567;
  font-size: 15px;
}
.bgtd .painlist {
  margin: 0;
  padding: 0;
  margin-right: 15%;
}
.bgtd .painlist li {
  margin-bottom: 40px;
  list-style-type: none;
  display: flex;
}
.bgtd .painlist li i.ico {
  width: 24px;
  display: table;
  flex-shrink: 0;
  margin-right: 15px;
}
.bgtd .painlist li span {
  font-size: 15px;
}
.scene.howto {
  padding-top: 148px;
}
.scene.howto .title h3 {
  color: #171922;
}
.scene.howto .item {
  margin-bottom: 50px;
}
.scene.howto .item .txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.scene.howto .item .txt h4 {
  margin: 0;
  color: #1b202b;
  font-weight: normal;
}
.scene.howto .item .txt p {
  margin: 20px 0 0;
  font-size: 14px;
  color: #4d5567;
}
@media (min-width: 768px) {
  .scene.howto .item:nth-child(even) .img {
    margin-left: 35px;
  }
  .scene.howto .item:nth-child(odd) .img {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .scene.howto .item .txt {
    margin-top: 16px;
  }
  .scene.howto .item .txt h4 {
    font-size: 18px;
  }
  .scene.howto .item .txt p {
    margin-top: 16px;
  }
}
.automation .method .grid:last-child .item {
  border: none;
}
@media (max-width: 767px) {
  .wfh-banner .text h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .bgtd,
  .scene.howto {
    padding-top: 48px;
  }
  .bgtd .painlist {
    margin-right: 0;
  }
}
