.trust-page a {
  text-decoration: none;
}
.trust-page .section-banner {
  background-image: url(../images/technology/trust-banner@2x.jpg);
}
.trust-page .section-api {
  padding: 70px 0 80px;
}
.trust-page .section-api .section-api-list .api-list {
  margin: 0;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trust-page .section-api .section-api-list .api-list-static,
.trust-page .section-api .section-api-list .api-list-item {
  margin: 0;
  color: #fff;
  height: 493px;
}
.trust-page .section-api .api-list-static {
  background: #333;
  max-width: 459px;
  min-width: 190px;
  padding: 42px 50px 0;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.trust-page .section-api .api-list-static .bg-transition {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url(../images/technology/trust-api-bg1@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.trust-page .section-api .api-list-static:hover .bg-transition {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.trust-page .section-api .api-list-static .api-static-info {
  position: relative;
  z-index: 2;
}
.trust-page .section-api .api-list-static .api-static-icon {
  width: 80px;
  height: 80px;
}
.trust-page .section-api .api-list-static .api-static-title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 44px;
  margin: 16px 0 10px;
}
.trust-page .section-api .api-list-static .api-static-desc {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.trust-page .section-api .api-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(318deg, #454545 0%, #000000 100%);
  padding: 30px 28px 0 34px;
  position: relative;
  max-width: 330px;
}
.trust-page .section-api .api-list-item .api-img-title {
  width: 100%;
  max-width: 224px;
}
.trust-page .section-api .api-list-item .api-item-desc {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  padding-top: 24px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trust-page .section-api .api-list-item .api-item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}
.trust-page .section-api .api-list-item:hover .api-item-desc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.trust-page .section-chain {
  padding: 88px 0 100px;
  background-image: url(../images/technology/trust-chain-bg@2x.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.trust-page .section-chain .section-head .title {
  color: #fff;
}
.trust-page .section-chain .section-head .sub-title-desc {
  color: #fff;
  opacity: 0.8;
}
.trust-page .section-chain .chain-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 47px;
}
.trust-page .section-chain .chain-list-item {
  width: 337px;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.trust-page .section-chain .chain-list-item .transition-wrapper {
  height: 135px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trust-page .section-chain .chain-list-item:hover .transition-wrapper {
  height: 300px;
}
.trust-page .section-chain .chain-list-item:hover .chain-item-desc {
  opacity: 0.8;
}
.trust-page .section-chain .chain-list-item.qsgx {
  background-image: url(../images/technology/trust-chain-bg1@2x.jpg);
}
.trust-page .section-chain .chain-list-item.jzww {
  background-image: url(../images/technology/trust-chain-bg2@2x.jpg);
}
.trust-page .section-chain .chain-list-item.axwy {
  background-image: url(../images/technology/trust-chain-bg3@2x.jpg);
}
.trust-page .section-chain .chain-list-item.sxjz {
  background-image: url(../images/technology/trust-chain-bg4@2x.jpg);
}
.trust-page .section-chain .chain-list-item .chain-item-title {
  width: 100%;
  max-width: 224px;
}
.trust-page .section-chain .chain-list-item .chain-item-desc {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.trust-page .section-intelligence {
  padding: 90px 0;
  background-image: url(../images/technology/trust-intelligence-bg@2x.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.trust-page .section-intelligence .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trust-page .section-intelligence .section-intelligence-a {
  width: 262px;
  margin-right: 194px;
}
.trust-page .section-intelligence .section-intelligence-b {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.trust-page .section-intelligence .intelligence-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(272deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  padding: 24px 314px 26px 40px;
}
.trust-page
  .section-intelligence
  .intelligence-list-item
  + .intelligence-list-item {
  margin-top: 20px;
}
.trust-page .section-intelligence .intelligence-list-item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(227, 229, 234, 0.75);
  box-shadow: 0px 2px 40px 0px rgba(227, 229, 234, 0.75);
}
.trust-page .section-intelligence .intelligence-list .item-left-img {
  width: 130px;
  height: 130px;
  margin-right: 30px;
}
.trust-page .section-intelligence .intelligence-list .item-right-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.trust-page .section-intelligence .intelligence-list .item-right-title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #212121;
  line-height: 44px;
  margin-bottom: 20px;
}
.trust-page .section-intelligence .intelligence-list .item-right-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 30px;
}
.trust-page .section-bigdata {
  padding: 80px 0;
  background-image: url(../images/technology/trust-bigdata-bg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.trust-page .section-bigdata .section-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trust-page .section-bigdata .section-bigdata-1 {
  max-width: 990px;
  min-width: 714px;
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-list-item {
  width: 50%;
  height: 268px;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.trust-page
  .section-bigdata
  .section-bigdata-1
  .bigdata-list-item:hover
  .bigdata-item-info {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}
.trust-page
  .section-bigdata
  .section-bigdata-1
  .bigdata-list-item:hover
  .hover-show-desc {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-item-info {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 40px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-item-info.info1 {
  background-image: url(../images/technology/trust-bigdata-bg1.jpg);
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-item-info.info2 {
  background-image: url(../images/technology/trust-bigdata-bg2.jpg);
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-item-info.info3 {
  background-image: url(../images/technology/trust-bigdata-bg3.jpg);
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-item-info.info4 {
  background-image: url(../images/technology/trust-bigdata-bg4.jpg);
}
.trust-page .section-bigdata .section-bigdata-1 .bigdata-item-title {
  width: 100%;
  max-width: 288px;
}
.trust-page .section-bigdata .section-bigdata-1 .hover-show-desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, #ff9800 0%, #f26b1f 100%);
  padding: 30px 36px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
}
.trust-page .section-bigdata .section-bigdata-1 .icon-before,
.trust-page .section-bigdata .section-bigdata-1 .icon-after {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.trust-page .section-bigdata .section-bigdata-1 .icon-before {
  top: 20px;
  left: 24px;
  background-image: url(../images/technology/invest-quota1@2x.png);
}
.trust-page .section-bigdata .section-bigdata-1 .hover-title {
  margin: 0;
  margin-bottom: 12px;
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
}
.trust-page .section-bigdata .section-bigdata-1 .hover-text {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.trust-page .section-bigdata .section-bigdata-1 .icon-after {
  right: 25px;
  bottom: 16px;
  background-image: url(../images/technology/invest-quota2@2x.png);
}
.trust-page .section-bigdata .section-bigdata-head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 16px;
  padding-left: 90px;
  min-width: 276px;
}
.trust-page .section-bigdata .section-bigdata-head .title,
.trust-page .section-bigdata .section-bigdata-head .sub-title-desc {
  color: #fff;
}
.trust-page .section-bigdata .section-bigdata-head .sub-title-desc {
  opacity: 0.8;
}
.trust-page .section-tab-swiper {
  padding: 72px 0 25px;
  background-image: url(../images/why-us/why-us-experience-bg@2x.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.trust-page .section-tab-swiper .section-head {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #212121;
  line-height: 65px;
  margin-bottom: 72px;
}
.trust-page .section-tab-swiper .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 80px 0 80px 0;
  -webkit-box-shadow: 0px 5px 27px 3px rgba(153, 153, 153, 0.1);
  box-shadow: 0px 5px 27px 3px rgba(153, 153, 153, 0.1);
}
.trust-page .section-tab-swiper .tab-nav-wrapper {
  max-width: 474px;
  background: #fff8ed;
  border-radius: 80px 0px 0 0px;
  padding-top: 70px;
  /*padding-right: 30px;*/
}
.trust-page .section-tab-swiper .tab-list-item {
  padding: 28px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.trust-page .section-tab-swiper .trust-tab-active {
  background-color: #fff;
}
.trust-page .section-tab-swiper .trust-tab-active::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff9800),
    to(#f26b1f)
  );
  background: linear-gradient(0deg, #ff9800 0%, #f26b1f 100%);
}
.trust-page .section-tab-swiper .tab-list-icon {
  display: inline-block;
  width: 21px;
  height: 26px;
}
.trust-page .section-tab-swiper .tab-list-label {
  padding-left: 8px;
  font-size: 22px;
  font-weight: 800;
  color: #212121;
  line-height: 32px;
}
.trust-page .section-tab-swiper .small-text {
  display: none;
}
.trust-page .section-tab-swiper .tab-content {
  height: 425px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 38px;
}
.trust-page .section-tab-swiper .tab-target-title {
  font-size: 28px;
  font-weight: bold;
  color: #212121;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}
.trust-page .section-tab-swiper .tab-target-sub-title {
  margin: 0;
  text-align: center;
  margin-bottom: 12px;
}
.trust-page .section-tab-swiper .trust-tab-swiper {
  width: 886px;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.trust-page .section-tab-swiper .trust-tab-swiper .swiper-container,
.trust-page .section-tab-swiper .trust-tab-swiper .swiper-container-no-loop {
  width: 100%;
  height: 100%;
}
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container
  .swiper-slide,
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container-no-loop
  .swiper-slide {
  height: 100%;
  text-align: center;
}
.trust-page .section-tab-swiper .trust-tab-swiper .swiper-container .swiper-img,
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container-no-loop
  .swiper-img {
  margin-top: 18px;
  width: 160px;
  height: 160px;
}
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container
  .swiper-label,
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container-no-loop
  .swiper-label {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 0;
}
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container
  .swiper-pagination-bullet,
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container-no-loop
  .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 4px;
  background: #d8d8d8;
}
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container
  .swiper-pagination-bullet-active,
.trust-page
  .section-tab-swiper
  .trust-tab-swiper
  .swiper-container-no-loop
  .swiper-pagination-bullet-active {
  width: 50px;
  background: #f26b1f;
}
.trust-page .section-tab-swiper .text-explain {
  text-align: center;
  color: #999;
}
.trust-page .section-upgrade .upgrade-title br {
  display: none;
}
@media (min-width: 1921px) {
  .trust-page .section-banner,
  .trust-page .section-chain,
  .trust-page .section-intelligence,
  .trust-page .section-bigdata,
  .trust-page .section-tab-swiper {
    background-size: 100% auto;
  }
}
@media (max-width: 1460px) {
  .trust-page .section-intelligence .intelligence-list-item {
    padding-right: 240px;
  }
  .trust-page .section-bigdata .section-bigdata-head {
    padding-left: 24px;
  }
  .trust-page .section-chain .chain-list-item .transition-wrapper {
    padding: 0 30px;
  }
  .trust-page .section-tab-swiper .tab-list-item {
    padding: 28px 16px;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper {
    /*padding-right: 16px;*/
  }
  .trust-page .section-tab-swiper .tab-list-label {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .trust-page .section-intelligence .intelligence-list-item {
    padding-right: 180px;
  }
  .trust-page .section-chain .chain-list-item .transition-wrapper {
    padding: 0 24px;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper {
    /*padding-right: 10px;*/
  }
  .trust-page .section-tab-swiper .tab-list-item {
    padding: 28px 16px;
  }
  .trust-page .section-tab-swiper .tab-list-label {
    font-size: 16px;
  }
  .trust-page .section-tab-swiper .tab-content {
    padding: 30px 24px;
  }
}
@media (max-width: 1280px) {
  .trust-page .section-api .api-list-static,
  .trust-page .section-api .api-list-item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .trust-page .section-chain .chain-list-item .chain-item-desc {
    line-height: 26px;
  }
  .trust-page .section-intelligence .section-intelligence-a {
    margin-right: 100px;
  }
  .trust-page .section-intelligence .intelligence-list-item {
    padding-right: 60px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-show-desc {
    padding: 24px 24px 0;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .trust-page .section-tab-swiper .trust-tab-swiper {
    width: 660px;
  }
}
@media (max-width: 1080px) {
  .trust-page .section-chain .chain-list-item .chain-item-desc {
    font-size: 14px;
  }
  .trust-page .section-chain .chain-list-item:hover .transition-wrapper {
    height: 280px;
  }
  .trust-page .section-intelligence .section-intelligence-a {
    margin-right: 40px;
  }
  .trust-page .section-intelligence .intelligence-list-item {
    padding-right: 40px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-show-desc {
    padding: 16px 24px 0;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-text {
    line-height: 26px;
  }
  .trust-page .section-tab-swiper .trust-tab-swiper {
    width: 580px;
  }
  .trust-page .section-upgrade .upgrade-title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .trust-page .common-section-head .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 18px;
  }
  .trust-page .common-section-head .title .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .trust-page .common-section-head .sub-title-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .trust-page .section-banner {
    background-position: 33% center;
  }
  .trust-page .section-api {
    padding: 50px 0 50px;
  }
  .trust-page .section-api .section-api-list .api-list {
    margin-top: 24px;
  }
  .trust-page .section-api .section-api-list .api-list-static,
  .trust-page .section-api .section-api-list .api-list-item {
    height: 300px;
  }
  .trust-page .section-api .section-api-list .api-list-static {
    padding: 24px 16px 0;
  }
  .trust-page
    .section-api
    .section-api-list
    .api-list-static
    .api-static-title {
    font-size: 24px;
    line-height: 30px;
  }
  .trust-page .section-api .section-api-list .api-list-static .api-static-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .trust-page .section-api .section-api-list .api-list-item {
    padding: 24px 16px 0;
  }
  .trust-page .section-api .section-api-list .api-list-item .api-item-desc {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
  }
  .trust-page .section-api .section-api-list .api-list-item .api-item-icon {
    width: 100px;
  }
  .trust-page .section-chain {
    padding: 50px 0;
  }
  .trust-page .section-chain .chain-list {
    padding-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trust-page .section-chain .chain-list-item {
    min-width: 45%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .trust-page .section-intelligence {
    padding: 50px 0;
  }
  .trust-page .section-intelligence .flex-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trust-page .section-intelligence .section-intelligence-a {
    width: 100%;
  }
  .trust-page .section-intelligence .section-intelligence-b {
    margin-top: 24px;
  }
  .trust-page .section-bigdata {
    overflow: hidden;
    padding: 50px 0;
  }
  .trust-page .section-bigdata .section-inner-wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .trust-page .section-bigdata .section-bigdata-head {
    padding-left: 0;
    padding-bottom: 24px;
  }
  .trust-page .section-tab-swiper {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .trust-page .section-tab-swiper .section-head {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper {
    /*padding-right: 12px;*/
    padding-top: 56px;
  }
  .trust-page .section-tab-swiper .tab-list-item {
    padding: 16px 12px;
  }
  .trust-page .section-tab-swiper .tab-list-label {
    font-size: 16px;
  }
  .trust-page .section-tab-swiper .tab-content {
    height: 300px;
    padding: 20px 0;
    overflow: hidden;
  }
  .trust-page .section-tab-swiper .tab-content .tab-target-sub-title {
    padding: 0 24px;
  }
  .trust-page .section-tab-swiper .trust-tab-swiper {
    width: 460px;
    height: 170px;
    position: relative;
    left: -6px;
  }
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container
    .swiper-img,
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container-no-loop
    .swiper-img {
    width: 120px;
    height: auto;
    margin-top: 0;
  }
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container
    .swiper-slide,
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container-no-loop
    .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container
    .swiper-label,
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container-no-loop
    .swiper-label {
    display: none;
  }
  .trust-page .section-tab-swiper .tab-target-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .trust-page .section-upgrade {
    margin-top: 0;
    background-image: url(../images/technology/section-upgrade-bg@2x.jpg);
  }
}
@media (max-width: 767px) {
  .trust-page .common-section-head .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .trust-page .common-section-head .title .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .trust-page .common-section-head .sub-title-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .trust-page .section-banner {
    background-image: url(../images/technology/trust-banner-sm@1x.jpg);
  }
  .trust-page .section-banner .banner-default {
    display: none;
  }
  .trust-page .section-banner .banner-sm {
    display: block;
  }
  .trust-page .section-api {
    padding: 24px 0 0;
  }
  .trust-page .section-api .max-w-1440 {
    padding: 0;
  }
  .trust-page .section-api .section-api-head {
    padding: 0 24px;
  }
  .trust-page .section-api .section-api-list .api-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trust-page .section-api .section-api-list .api-list-static,
  .trust-page .section-api .section-api-list .api-list-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: auto;
    width: 50%;
    height: 260px;
  }
  .trust-page .section-api .section-api-list .api-list-static .api-static-icon {
    width: 50px;
    height: 50px;
  }
  .trust-page
    .section-api
    .section-api-list
    .api-list-static
    .api-static-title {
    font-size: 18px;
    line-height: 24px;
  }
  .trust-page .section-api .section-api-list .api-list-static .api-static-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .trust-page .section-api .api-list-item .api-img-title {
    width: 75%;
  }
  .trust-page .section-chain {
    padding: 24px 0 0;
  }
  .trust-page .section-chain .max-w-1440 {
    padding: 0;
  }
  .trust-page .section-chain .section-head {
    padding: 0 24px;
  }
  .trust-page .section-chain .chain-list-item {
    height: 234px;
  }
  .trust-page .section-chain .chain-list-item .chain-item-title {
    width: 75%;
  }
  .trust-page .section-chain .chain-list-item .transition-wrapper {
    height: 90px;
    bottom: 0;
    padding: 0 16px;
  }
  .trust-page
    .section-chain
    .chain-list-item
    .transition-wrapper
    .chain-item-desc {
    line-height: 20px;
    font-size: 14px;
    margin-top: 6px;
  }
  .trust-page .section-chain .chain-list-item:hover .transition-wrapper {
    height: 220px;
  }
  .trust-page .section-intelligence {
    padding: 24px 0;
    background-size: auto;
    background-position: left center;
  }
  .trust-page .section-intelligence .section-intelligence-a {
    margin-right: 0;
  }
  .trust-page .section-intelligence .intelligence-list-item {
    padding: 12px;
  }
  .trust-page .section-intelligence .intelligence-list-item .item-left-img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .trust-page .section-intelligence .intelligence-list-item .item-right-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .trust-page .section-intelligence .intelligence-list-item .item-right-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .trust-page .section-bigdata {
    padding: 24px 0 0;
  }
  .trust-page .section-bigdata .max-w-1440 {
    padding: 0;
  }
  .trust-page .section-bigdata .section-bigdata-head {
    padding: 0 24px 24px;
  }
  .trust-page .section-bigdata .section-bigdata-1 {
    min-width: auto;
  }
  .trust-page .section-bigdata .section-bigdata-1 .bigdata-list-item {
    width: 100%;
    height: 180px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .bigdata-item-title {
    width: 60%;
  }
  .trust-page .section-bigdata .section-bigdata-1 .bigdata-item-info,
  .trust-page .section-bigdata .section-bigdata-1 .hover-show-desc {
    padding: 18px 24px 0;
  }
  .trust-page .section-bigdata .section-bigdata-1 .icon-before,
  .trust-page .section-bigdata .section-bigdata-1 .icon-after {
    width: 18px;
    height: 18px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .icon-before {
    top: 14px;
    left: 10px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .icon-after {
    bottom: 14px;
    right: 10px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-title {
    font-size: 18px;
    line-height: 24px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-text {
    font-size: 14px;
    line-height: 24px;
  }
  .trust-page .section-bigdata .section-bigdata-1 .hover-text br {
    display: none;
  }
  .trust-page .section-tab-swiper {
    padding: 24px 0;
  }
  .trust-page .section-tab-swiper .section-inner-wrapper {
    padding: 0;
  }
  .trust-page .section-tab-swiper .section-head {
    font-size: 24px;
    line-height: 30px;
  }
  .trust-page .section-tab-swiper .section-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0 24px;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper .tab-list-icon,
  .trust-page .section-tab-swiper .tab-nav-wrapper .default-text {
    display: none;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper .small-text {
    padding: 0;
    display: block;
    font-weight: normal;
  }
  .trust-page
    .section-tab-swiper
    .tab-nav-wrapper
    .trust-tab-active
    .small-text {
    font-weight: 800;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .trust-page .section-tab-swiper .tab-nav-wrapper .tab-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
  }
  .trust-page .section-tab-swiper .tab-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-bottom: 0;
    height: 290px;
  }
  .trust-page .section-tab-swiper .tab-content .tab-target-sub-title {
    margin-bottom: 0;
    padding: 0 18px;
  }
  .trust-page .section-tab-swiper .trust-tab-swiper {
    width: 100%;
    left: -5px;
  }
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container
    .swiper-img,
  .trust-page
    .section-tab-swiper
    .trust-tab-swiper
    .swiper-container-no-loop
    .swiper-img {
    width: 100%;
  }
  .trust-page .section-upgrade {
    height: auto;
    padding: 28px 16px;
    margin-top: 0;
  }
  .trust-page .section-upgrade .upgrade-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .trust-page .section-upgrade .upgrade-title br {
    display: block;
  }
  .trust-page .section-upgrade .btn-upgrade {
    font-size: 18px;
    padding: 16px 14px;
  }
  .trust-page .section-upgrade .btn-upgrade:hover::after {
    display: none;
  }
  .trust-page .section-upgrade .btn-upgrade:hover .btn-text {
    color: #fff;
  }
}
