body {
  color: #394B60;
}

.home-section .btn-green {
  color: white;
  display: inline-block;
  height: 40px;
  padding: 0 50px;
  line-height: 40px;
  background: #00b3b8;
  border-radius: 4px;
  border: 1px solid #00b6ba;
}
.home-section .btn-green .right-icon {
  width: 14px;
  height: 14px;
}

.home-section .btn-green:hover,
.home-section .btn-green:active {
  background: #0397bc;
}

.home-section .btn-yellow {
  color: white;
  display: inline-block;
  height: 40px;
  padding: 0 50px;
  line-height: 40px;
  background: #ffa200;
  border-radius: 4px;
  border: none;
}
.home-section .btn-yellow .right-icon {
  width: 14px;
  height: 14px;
}

.home-section .btn-yellow:hover,
.home-section .btn-yellow:active {
  background: #f57d01;
}

.home-section .btn-outline-green {
  height: 40px;
  color: #00b3b8;
  padding: 0 50px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #00b6ba;
}

.home-section .btn-outline-green:hover,
.home-section .btn-outline-green:active {
  color: #00b3b8;
  background: #dcf4f5;
}

.home-section .btn-outline-green .right-icon {
  width: 14px;
  height: 14px;
}

.home-header.fx-header {
  height: 60px;
  line-height: 60px;
}
.home-header.fx-header.header-container {
  transform: perspective(100em) rotateY(0deg) translateZ(2px) scale(1);
}
.home-header.fx-header .header-item {
  line-height: 0;
  margin-right: 20px;
}
.home-header.fx-header .header-item .logo {
  height: 60px;
}
.home-header.fx-header .menu .menu-item {
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 60px;
  padding: 0 12px;
}

.home-header.fx-header .menu .menu-item:hover .s-box > div {
  color: #00b0b5;
}
.home-header.fx-header .menu .menu-item .s-box > .iconfont {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}
.home-header.fx-header .menu .menu-item:hover .s-box > .iconfont {
  transform: rotate(180deg);
}
.home-header.fx-header .menu .solution-list,
.home-header.fx-header .menu .solution-list-pc {
  top: 60px;
}

.home-header.fx-header .menu .solution-list-pc .solution-li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.home-header.fx-header .menu .solution-list-pc .solution-li-title {
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.home-header.fx-header .menu .solution-list-pc .solution-li-filler {
  width: 1px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: 0 10px;
}

.home-header.fx-header .menu .solution-list-pc .solution-link {
  float: none;
}

.home-section.navbar-hover:hover {
  background: rgba(0, 172, 190, 0.05);
}

.home-header.fx-header .menu .solution-li .info-item {
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: left;
}

.home-header.fx-header .menu .solution-li .info-item .item-img {
  width: 18px;
  margin-right: 7px;
  margin-left: 12px;
  vertical-align: text-top;
}

.home-header.fx-header .menu .solution-li .info-item span {
  display: inline-block;
  /* width: 100px; */
  font-size: 16px;
  font-weight: 400;
}

.home-header.fx-header .right-wrapper .signin {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #00b6ba;
}

.home-header.fx-header .right-wrapper .signin.mobile {
  display: none;
}

.home-header.fx-header .right-wrapper .signin.non-mobile {
  display: block;
}

.home-header.fx-header .right-wrapper .signin:hover,
.home-header.fx-header .right-wrapper .signin:active {
  color: #00b3b8;
  background: #dcf4f5;
}

.home-header.fx-header .right-wrapper .register {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #ffa200;
  border-radius: 4px;
  border: none;
}

.home-header.fx-header .right-wrapper .register:hover,
.home-header.fx-header .right-wrapper .register:active {
  background: #f57d01;
}

@media (max-width: 540px) {
  .home-header.fx-header .header-item {
    padding: 0;
  }
  .home-header.fx-header .right-wrapper .signin.mobile {
    display: inline-block;
  }
  .home-header.fx-header .right-wrapper .signin.non-mobile {
    display: none;
  }
  .home-header.fx-header .right-wrapper .signin {
    width: 80px;
  }
  .home-header.fx-header .right-wrapper .register {
    width: 110px;
  }
}

.home-section.index-banner {
  height: 730px;
  padding: 152px calc(50vw - 585px) 0;
  background-image: url(../wp-assets/img/bg-section-banner-all.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 53.85% 17.9%;
  position: relative;
  overflow:hidden;
}

.home-section.index-banner .video-wrapper {
  position: absolute;
  left: 53.85%;
  top: 18.9%;
  width: 404px;
  height: 309px;
  background-color: white;
  z-index: 1;
  border-radius: 5px;
  transform: perspective(0.2em) rotateY(-0.02deg);
  transform-origin: left top;
}
.home-section.index-banner .video-wrapper video {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}

.home-section.index-banner .txt {
  position: relative;
  z-index: 2;
  height: auto;
  margin-top: 0;
  width: 580px;
  max-width: calc(100% - 450px);
  color: #ffffff;
  float: left;
}

.home-section.index-banner .txt h1 {
  font-size: 60px;
  color: #00b0b5;
  line-height: 82px;
  letter-spacing: 3px;
}

.home-section.index-banner .txt h2 {
  margin-top: 4px;
  font-size: 40px;
  color: #333333;
  line-height: 55px;
}

.home-section.index-banner .txt .summary {
  display: inline-block;
  height: 56px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 28px;
  color: #394B60;
}

.home-section.index-banner .txt .banner-media {
  margin-top: 36px;
}
.home-section.index-banner .txt .banner-media .free-trail {
  margin-right: 20px;
  margin-bottom: 20px;
}
.home-section.index-banner .txt .tips {
  display: inline-block;
  margin-top: 27px;
  font-size: 18px;
  color: #394B60;
  line-height: 30px;
}
.home-section.index-banner .txt .tips > .counter {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #00bbbf;
  line-height: 30px;
  text-align: center;
  vertical-align: bottom;
}
.home-section.index-banner .txt .tips > #users {
  min-width: 75px;
}
.home-section.index-banner .txt .tips > #data {
  min-width: 100px;
}

.home-section.index-banner .mobile-video-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .index-banner.index-shouye-banner .row {
    width: auto;
  }
}
@media (min-width: 1920px) {
  .home-section.index-banner {
    height: 41.14583333vw;
  }
  .home-section.index-banner .video-wrapper {
    position: absolute;
    left: 53.85%;
    top: 17.9%;
    width: 22.1%;
    height: 41.6%;
    background-color: white;
    z-index: 1;
    border-radius: 5px;
    transform: perspective(0.2em) rotateY(-0.015deg);
    transform-origin: left top;
  }
}

.home-section .bricks .bricks-primary-title {
  font-size: 32px;
  color: #05172e;
  line-height: 48px;
}

.home-section .bricks .bricks-description {
  font-size: 20px;
  font-weight: 400;
  color: #394B60;
  line-height: 30px;
}

.home-section.index-data-process {
  margin: 0 auto;
  background: #f0f9ff;
}
.home-section.index-data-process .bricks {
  width: 1170px;
  padding: 100px 0;
}

.home-section.index-data-process .index-data-process-tab-contents {
  display: flex;
  margin-top: 40px;
}

.home-section.index-data-process .index-data-process-tab {
  width: 270px;
  height: 488px;
  padding: 24px;
  background: #ffffff;
  margin-right: 30px;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.5);
}
.home-section.index-data-process .index-data-process-tab ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.home-section.index-data-process .index-data-process-tab .tab-item {
  width: 222px;
  height: 60px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.home-section.index-data-process .index-data-process-tab .tab-item:last-of-type {
  margin-bottom: 0;
}

.home-section.index-data-process .index-data-process-tab .tab-item.item-active,
.home-section.index-data-process .index-data-process-tab .tab-item:hover,
.home-section.index-data-process .index-data-process-tab .tab-item:active {
  background: rgba(0, 176, 181, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(0, 182, 185, 0.3);
}
.home-section.index-data-process .index-data-process-tab .tab-item.item-active .tab-title,
.home-section.index-data-process .index-data-process-tab .tab-item:hover .tab-title,
.home-section.index-data-process .index-data-process-tab .tab-item:active .tab-title {
  color: #00b0b5;
}

.home-section.index-data-process .index-data-process-contents .mobile-title {
  display: none;
}

.home-section.index-data-process .index-data-process-tab .tab-icon {
  width: 32px;
  margin-right: 15px;
}
.home-section.index-data-process .index-data-process-tab .tab-title {
  font-size: 20px;
  font-weight: 400;
  color: #394B60;
  line-height: 30px;
}

.home-section.index-data-process .index-data-process-contents {
  width: 870px;
  height: 488px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.5);
}

.home-section.index-data-process .index-data-process-detail {
  display: none;
}
.home-section.index-data-process .index-data-process-detail.active {
  display: block;
}

.home-section.index-data-process .index-data-process-summary {
  margin-top: 28px;
}

.home-section.index-data-process .index-data-process-summary > .btn {
  margin-right: 16px;
  font-size: 16px;
}

.home-section.index-data-process .index-data-process-summary > .text {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .home-section.index-data-process .bricks {
    width: 100%;
    padding: 50px;
  }
}

.home-section.index-corp-demand {
  padding: 0;
  background-image: url(../wp-assets/img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-section.index-corp-demand .bricks {
  width: 1170px;
  padding: 100px 0;
}

.home-section.index-corp-demand .demand-content .list-item {
  position: relative;
  width: 370px;
  height: 393px;
  padding: 0;
  margin-right: 30px;
}
.home-section.index-corp-demand .demand-content .list-item:last-of-type {
  margin-right: 0;
}

.home-section.index-corp-demand .demand-content .list-item .bg {
  width: 370px;
  height: 362px;
  padding: 32px;
  background: #00a4b0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-section.index-corp-demand .demand-content .list-item-1 .bg {
  background-image: url(../wp-assets/img/bg-corp-demand-1.png);
}
.home-section.index-corp-demand .demand-content .list-item-2 .bg {
  background-image: url(../wp-assets/img/bg-corp-demand-2.png);
}
.home-section.index-corp-demand .demand-content .list-item-3 .bg {
  background-image: url(../wp-assets/img/bg-corp-demand-3.png);
}

.home-section.index-corp-demand .list-item .bg h3 {
  font-size: 28px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
}
.home-section.index-corp-demand .list-item .bg .line {
  width: 60px;
  height: 3px;
  margin: 16px auto 24px;
  background: #fac36a;
  border-radius: 2px;
}
.home-section.index-corp-demand .list-item .bg .desc {
  padding: 0 14px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
}

.home-section.index-corp-demand .list-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  width: 330px;
  height: 172px;
  padding: 22px 14px;

  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.5);
}
.home-section.index-corp-demand .list-item .content .content-item {
  display: inline-flex;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #394B60;
  line-height: 24px;
}
.home-section.index-corp-demand .list-item .content .no {
  flex: 0 0 20px;
  font-size: 16px;
  /* font-family: DINEngschrift; */
  color: #ffa200;
  line-height: 24px;
}
.home-section.index-corp-demand .list-item .content .text {
  flex: 1 1 auto;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #394B60;
  line-height: 24px;
}

.home-section.index-business {
  padding: 0;
  background-color: #f0f9ff;
}

.home-section.index-business .bricks {
  width: 1170px;
  padding: 100px 0;
}

.home-section.index-business .index-business-title {
  height: 58px;
}

.home-section.index-business .jobs.non-mobile {
  display: block;
  margin: 40px 0 0;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.5);
  background-color: white;
}
.home-section.index-business .jobs.jobs-mobile {
  display: none;
}

.home-section.index-business .classify-jobs-tab {
  margin: 0;
  padding: 15px 252px 0px;
  display: flex;
  justify-content: space-between;
  background: white;
  color: #394B60;
  border-bottom: 1px solid #d8d8d8;
}
.home-section.index-business .classify-jobs-tab li {
  position: relative;
  bottom: -1px;
  margin: 0;
  padding: 0 0 18px;
}
.home-section.index-business .classify-jobs-tab a {
  font-size: 20px;
  line-height: 36px;
  color: #394B60;
}
.home-section.index-business .classify-jobs-tab .active {
  border-bottom: 2px solid #fac36a;
}

.home-section.index-business .classify-jobs-tab .active a {
  color: #00acbe;
}

.home-section.index-business .job-description-container {
  padding: 0;
  background-color: white;
}
.home-section.index-business .use-jsy-business {
  min-height: 394px;
}

.home-section.index-business .use-jsy-business-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  border: none;
}

.home-section.index-business .use-jsy-item {
  padding: 10px;
  width: 33.33%;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.home-section.index-business .use-jsy-item-title {
  display: flex;
  justify-content: flex-start;
}
.home-section.index-business .use-jsy-item-imgs img {
  width: 28px;
}
.home-section.index-business .use-jsy-item > a {
  padding-bottom: 10px;
}
.home-section.index-business .use-jsy-item .use-jsy-item-card {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 20px 40px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
.home-section.index-business .use-jsy-item:hover .use-jsy-item-card,
.home-section.index-business .use-jsy-item:active .use-jsy-item-card,
.home-section.index-business .use-jsy-item.active .use-jsy-item-card {
  padding: 25px 20px 20px 40px;
  background: rgba(0, 176, 181, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(0, 182, 185, 0.3);
  background-image: url(../home-images/use-jsy-item-active.png);
  background-repeat: no-repeat;
  background-size: 43%;
  background-position: 100%;
}
.home-section.index-business .use-jsy-item:hover .use-jsy-item-details {
	background:#00b3b7;
    color: #ffffff;
}
.home-section.index-business .use-jsy-item:hover .use-jsy-item-details::after {
	border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.home-section.index-business .use-jsy-item-details {
  display: inline-block;
  margin-top: 20px;
  margin-left: 30px;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #00acbe;
  border-radius: 4px;
  border: 1px solid #00acbe;
}

.home-section.index-business .use-jsy-item-details {
  color: #00b3b7;
}

.home-section.index-business .use-jsy-item-details::after {
  content: ' ';
  display: inline-block;
  margin-left: 4px;
  vertical-align: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00b3b7;
  border-right: 1px solid #00b3b7;
  transform: rotate(45deg);
}

.home-section.index-business .use-jsy-item.active .use-jsy-item-text {
  color: #00b3b7;
}

.home-section.index-business .use-jsy-item-text {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-weight: 600;
  color: #394B60;
  font-size: 20px;
}

.home-section.index-business .use-jsy-item-desc {
  margin-top: 15px;
  padding-left: 30px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #394B60;
}

.home-section.index-corp-value {
  padding: 0;
  background-color: white;
}

.home-section.index-corp-value .bricks {
  width: 1170px;
  padding: 100px 0 50px;
}

.home-section.index-corp-value .index-corp-value-title {
  letter-spacing: 0;
}

.home-section.index-corp-value .tab-box .corp-logo-tab {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
}

.home-section.index-corp-value .tab-box .corp-logo-tab li {
  background: transparent;
  width: 218px;
  height: 80px;
  box-shadow: none;
  border: none;
  padding: 0;
  background-color: white;
}
.home-section.index-corp-value .tab-box .corp-logo-tab li img {
  width: 150px;
}

.home-section.index-corp-value .tab-box .corp-logo-tab li.swiper-pagination-bullet-active {
  box-shadow: 0px 2px 24px 0px rgba(166, 191, 255, 0.4);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.85);
}

.home-section.index-corp-value .tab-box .corp-logo-tab li:not(.swiper-pagination-bullet-active) .img {
  display: block;
}
.home-section.index-corp-value .tab-box .corp-logo-tab li:not(.swiper-pagination-bullet-active) .img-active {
  display: none;
}

.home-section.index-corp-value .tab-box .corp-logo-tab li.swiper-pagination-bullet-active .img-active {
  display: block;
}
.home-section.index-corp-value .tab-box .corp-logo-tab li.swiper-pagination-bullet-active .img {
  display: none;
}

.home-section.index-corp-value .tab-box .corp-logo-tab li span.text {
  height: 31px;
  font-size: 23px;
  color: #394B60;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: 0;
}

.home-section.index-corp-value .tab-box .corp-logo-tab li.item-5-logo {
  width: 218px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #d8dbdf;
  font-size: 20px;
  font-weight: 600;
  color: #394B60;
  line-height: 30px;
}
.home-section.index-corp-value .tab-box .corp-logo-tab li.item-5-logo span {
  color: #394B60;
}

.home-section.index-corp-value .tab-box .corp-logo-tab li:after {
  display: none;
}
.home-section.index-corp-value .tab-box .corp-value-container .corp-value-wrapper {
  height: 470px;
}

.home-section.index-corp-value .corp-value-swiper-container {
  position: relative;
  overflow: visible;
}

.home-section .swiper-button-prev,
.home-section .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.4);
  border: 1px solid rgba(216, 219, 223, 0.85);
  border-radius: 40px;
}
.home-section .swiper-button-prev::after,
.home-section .swiper-button-next::after {
  font-size: 23px;
  width: 13px;
  height: 23px;
  color: #00b0b5;
}
.home-section .swiper-button-prev {
  position: absolute;
  left: -40px;
}
.home-section .swiper-button-next {
  position: absolute;
  right: -40px;
}
.home-section .swiper-button-next::after {
  margin-left: 5px;
}

.home-section.index-corp-value .swiper-slide {
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-section.index-corp-value .swiper-slide.slide-1 {
  background-image: url(../wp-assets/img/1.png);
}
.home-section.index-corp-value .swiper-slide.slide-2 {
  background-image: url(../wp-assets/img/2.png);
}
.home-section.index-corp-value .swiper-slide.slide-3 {
  background-image: url(../wp-assets/img/3.png);
}
.home-section.index-corp-value .swiper-slide.slide-4 {
  background-image: url(../wp-assets/img/4.png);
}
.home-section.index-corp-value .tab-box .corp-value-container .corp-value-wrapper li .txt-box .txt-content {
  padding: 70px 80px;
}

.home-section.index-corp-value .tab-box .corp-value-container .corp-value-wrapper li .txt-box .txt-content h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}
.home-section.index-corp-value .tab-box .corp-value-container .corp-value-wrapper li .txt-box .txt-content .text-info {
  margin: 16px 0 20px;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
}
.home-section.index-corp-value .tab-box .data {
  display: inline-block;
  color: white;
}
.home-section.index-corp-value .tab-box .data .left {
  display: inline-flex;
  flex-direction: column;
}

.home-section.index-corp-value .tab-box .data .line {
  display: inline-block;
  vertical-align: bottom;
  width: 1px;
  height: 62px;
  margin: 0 24px;
  background: #ffffff;
  opacity: 0.3;
}
/* .index-corp-value .tab-box .data .line {
  display: inline-block;
  width: 1px;
  height: 62px;
  background: #ffffff;
  opacity: 0.3;
} */
.home-section.index-corp-value .tab-box .data .right {
  display: inline-flex;
  flex-direction: column;
}

.home-section.index-corp-value .tab-box .data .count {
  font-size: 32px;
  color: #ffffff;
  line-height: 48px;
  font-weight: 500;
}
.home-section.index-corp-value .tab-box .data .name {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
}

.home-section.index-corp-value .tab-box .corp-value-container .corp-value-wrapper li .txt-box .txt-content .look-more {
  display: block;
  width: 242px;
  height: 48px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: 1px solid #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 48px;
  text-shadow: 0px 2px 4px rgba(44, 141, 191, 0.6);
  text-align: center;
}

.home-section.index-user-reputation {
  padding-top: 0;
}

.home-section.index-user-reputation .bricks {
  width: 100vw;
  padding: 0 calc(50vw - 615px);
}

.home-section.index-user-reputation .index-user-reputation-title {
  margin-bottom: 10px;
  font-size: 32px;
  color: #394B60;
  line-height: 48px;
  letter-spacing: 0;
}
.home-section.index-user-reputation .swiper-slide {
  padding: 30px;
  width: 100%;
}
.home-section.index-user-reputation .swiper-slide .item {
  width: 100%;
  padding: 32px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 4px;
  border: 1px solid rgba(216, 219, 223, 0.5);
  color: #394B60;
  line-height: 40px;
  font-size: 18px;
}

.home-section.index-user-reputation .swiper-slide .text {
  text-align: left;
  padding: 0 20px;
  font-size: 17px;
  width: 100%;
}
.home-section.index-user-reputation .swiper-slide .text-right {
  width: 100%;
  text-align: right;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .index-user-reputation .swiper-slide {
    width: 100%;
  }
}

.index-user-reputation .swiper-slide .quote {
  display: inline-block;
  width: 22px;
  height: 18px;
}

.index-user-reputation .swiper-slide .quote.quote-left {
  background-image: url(../wp-assets/img/quote.png);
  background-position: 0 0;
  background-size: auto 100%;
}
.index-user-reputation .swiper-slide .quote.quote-right {
  background-image: url(../wp-assets/img/quote.png);
  background-position: -484px 0px;
  background-size: auto 100%;
}

.home-section.index-user-reputation .swiper-pagination-mobile {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.home-section.index-user-reputation .swiper-pagination-bullet {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #00b0b5;
  opacity: 0.3;
  border-radius: 12px;
}
.home-section.index-user-reputation .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #00b0b5;
  border-radius: 16px;
  opacity: 1;
}

.home-section.index-support {
  padding: 0;
  background-image: url(../wp-assets/img/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-section.index-support .bricks {
  width: 1170px;
  padding: 100px 0;
}

.home-section.index-support .bricks .bricks-primary-title {
  letter-spacing: 0;
}

.home-section.index-support .index-support-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  height: 376px;
}
.home-section.index-support .index-support-content .index-support-section.section-left {
  flex: 1 1 470px;
  width: 470px;
  padding: 32px;
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.5);
  box-sizing: border-box;
}
.home-section.index-support .index-support-content .index-support-section h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #394B60;
  line-height: 36px;
}
.home-section.index-support .index-support-content .index-support-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-section.index-support .index-support-content .index-support-section .item {
  display: flex;
  align-items: center;
  width: 191px;
  height: 64px;
  margin-bottom: 34px;
  background: rgba(193, 229, 231, 0.3);
  border-radius: 8px;
  cursor: pointer;
}
.home-section.index-support .index-support-content .index-support-section .item a {
  padding-left: 36px;
  flex: 1;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.home-section.index-support .index-support-content .index-support-section .item a.service-group {
  padding-left: 20px;
}

.home-section.index-support .index-support-content .index-support-section .item .icon {
  width: 24px;
  vertical-align: middle;
  margin-right: 14px;
}
.home-section.index-support .index-support-content .index-support-section .item .title {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #394B60;
}

.home-section.index-support .index-support-content .section-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-section.index-support .index-support-content .section-right .index-support-section {
  width: 670px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(166, 191, 255, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(216, 219, 223, 0.5);
}

.home-section.index-support .index-support-content .section-right .tech-support {
  margin-bottom: 13px;
  box-sizing: border-box;
}

.home-section.index-support .index-support-content .tech-support .item {
  background: rgba(255, 217, 150, 0.3);
  margin-bottom: 0;
}
.home-section.index-support .index-support-content .section-right .deep-cooperation {
  box-sizing: border-box;
}

.home-section.index-support .index-support-content .deep-cooperation .item {
  width: calc(50% - 8px);
  background: rgba(165, 205, 255, 0.3);
  margin-bottom: 0;
}

.home-section.index-support .index-support-content .section-left .item.item-active,
.home-section.index-support .index-support-content .section-left .item:hover,
.home-section.index-support .index-support-content .section-left .item:active {
  background: #dcf4f5;
  border: 1px solid #00b6ba;
}
.home-section.index-support .index-support-content .section-left .item.item-active .title,
.home-section.index-support .index-support-content .section-left .item:hover .title,
.home-section.index-support .index-support-content .section-left .item:active .title {
  color: #00b6ba;
}

.home-section.index-support .index-support-content .tech-support .item.item-active,
.home-section.index-support .index-support-content .tech-support .item:hover,
.home-section.index-support .index-support-content .tech-support .item:active {
  background: #ffefd8;
  border: 1px solid #ffa200;
}
.home-section.index-support .index-support-content .tech-support .item.item-active .title,
.home-section.index-support .index-support-content .tech-support .item:hover .title,
.home-section.index-support .index-support-content .tech-support .item:active .title {
  color: #f57d01;
}

.home-section.index-support .index-support-content .deep-cooperation .item.item-active,
.home-section.index-support .index-support-content .deep-cooperation .item:hover,
.home-section.index-support .index-support-content .deep-cooperation .item:active {
  background: #cee7ff;
  border: 1px solid #0099e1;
}
.home-section.index-support .index-support-content .deep-cooperation .item.item-active .title,
.home-section.index-support .index-support-content .deep-cooperation .item:hover .title,
.home-section.index-support .index-support-content .deep-cooperation .item:active .title {
  color: #0099e1;
}

.home-section.index-feature .bricks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  padding: 75px 37px 84px;
}

.home-section.index-feature .bricks .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-section.index-feature .bricks .item img {
  height: 70px;
}
.home-section.index-feature .bricks .item.ddos img {
  width: 65px;
  height: 70px;
}

.home-section.index-feature .item .line1 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
}
.home-section.index-feature .item .line2 {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
}

.home-section.index-try-it {
  height: 438px;
  position: relative;
  padding: 0;
  background-image: url(../wp-assets/img/bg-section-try-it.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20.25% 13.6%;
}

.home-section.index-try-it .bricks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  padding: 75px 37px 84px;
}

.home-section.index-try-it .image-wrapper {
  position: absolute;
  left: 20.2%;
  top: 13.5%;
  width: 380px;
  height: 270px;
  background-color: white;
  z-index: 1;
  border-radius: 5px;
}
.home-section.index-try-it .image-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}

.home-section.index-try-it .txt-box {
  margin-left: 570px;
  padding: 0 30px;
}

.home-section.index-try-it .mobile-image-wrapper {
  display: none;
}

.home-section.index-try-it h2 {
  font-size: 40px;
  color: #05172e;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 1px;
}
.home-section.index-try-it .detail {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 18px;
  color: #394B60;
  line-height: 28px;
}
.home-section.index-try-it .btn {
  width: 270px;
  text-align: center;
}

@media (min-width: 1920px) {
  .home-section.index-try-it {
    height: 22.8125vw;
  }
  .home-section.index-try-it .image-wrapper {
    position: absolute;
    left: 20.25%;
    top: 13.6%;
    width: 19.6%;
    height: 60.6%;
    background-color: white;
    z-index: 1;
    border-radius: 5px;
  }
}

.home-wechat-qrcode {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 10000;
  width: 200px;
  height: 230px;
  -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  padding: 14px;
  background: #fff;
  border-radius: 8px;
}

.home-wechat-qrcode .weixin-block p {
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  color: #394B60;
  font-weight: 500;
  margin-top: 8px;
}

@media (max-width: 590px) {
  .home-section.index-support .index-support-content .section-right .deep-cooperation .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
