@import url("//unpkg.com/element-ui@2.15.13/lib/theme-chalk/index.css");
#content-box-wrap {
  display: flex;
  justify-content: center;
}
.icon-ok {
  width: 2rem /* 32/16 */;
  height: 2rem /* 32/16 */;
  background: url("../images/img/top-ok.svg") no-repeat;
  background-size: cover;
  display: inline-block;
}
.services-title {
  position: relative;
}
.services-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 18.125rem !important;
  height: 0.25rem !important;
  background: #1b7b7a !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fee-pc {
  display: block ;
}
.feedback-wrap-phone {
  display: none;
}
.feedback-wrap-pc {
  background-image: url(../images/index/bg.png);
  background-size: 100% 100%;
  margin-top: 6.75rem;
  padding: 8.5625rem 8.75rem 0;
}
.feedback-wrap-pc .feedback-title {
  text-align: center;
  margin-top: 0.625rem;
}
.feedback-wrap-pc .feedback-content-wrap {
  padding-bottom: 6.25rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box {
  width: 32.5625rem;
  height: 18.9375rem;
  margin: 8.75rem 0.9375rem 0;
  padding: 0 3.9375rem 2.1875rem 3.9375rem;
  background: #fefefe;
  position: relative;
  border-radius: 1.25rem;
  transition: 0.5s;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box:hover {
  background: #347471;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box:hover .feedback-box-middle,
.feedback-wrap-pc .feedback-content-wrap .feedback-box:hover .feedback-box-bottom,
.feedback-wrap-pc .feedback-content-wrap .feedback-box:hover .feedback-box-bottom-secname {
  color: #fff !important;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-top {
  display: flex;
  align-items: center;
  margin-top: -3.125rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-top-photo {
  width: 6.1875rem;
  height: 6.1875rem;
  opacity: 0rem;
  box-shadow: -0.625rem 1.25rem 2.5rem 0rem #08142033;
  border-radius: 50%;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-top-name {
  margin-left: 1.25rem;
  font-size: 1.25rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-middle {
  font-family: Quicksand;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #70798b;
  padding-bottom: 1.9375rem;
  border-bottom: 0.0625rem solid #ddd;
  padding-top: 2.1875rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-bottom {
  position: absolute;
  left: 4rem;
  top: 14.1875rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-bottom-name {
  font-family: Nunito;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.65rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-bottom-secname {
  font-family: Quicksand;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #70798b;
  margin-top: 0.3125rem;
  display: none;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-bottom .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-box-star {
  position: absolute;
  top: 15.4375rem;
  right: 4rem;
  width: 5.92rem;
  height: 0.956875rem;
  background: url("../images/index/star.svg") no-repeat;
  background-size: cover;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-pagination {
  margin-top: 3.125rem;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.3125rem;
  border-radius: 0;
}
.feedback-wrap-pc .feedback-content-wrap .feedback-pagination .swiper-pagination-bullet-active {
  background: #dd9e50;
}
.feedback-wrap-pc .swiper-b-next {
  top: 31.25rem;
  z-index: 2;
  left: 4.5625rem;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-image: url("../images/index/icon-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.feedback-wrap-pc .swiper-b-next:hover {
  background-color: #dd9e50;
}
.feedback-wrap-pc .swiper-b-prev {
  top: 31.25rem;
  z-index: 2;
  right: 4.5625rem;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-image: url("../images/index/icon-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.feedback-wrap-pc .swiper-b-prev:hover {
  background-color: #dd9e50;
}
.faq-wrap-pc {
  background: #fff;
  padding-bottom: 6.25rem;
  padding-top: 3.125rem;
}
.faq-wrap-pc .main-title {
  margin-bottom: 3.125rem;
}
.faq-wrap-pc .main-title::before {
  width: 3.125rem !important;
}
.faq-wrap-pc .faq-content .el-collapse {
  border: 0.0625rem solid #ccc;
}
.faq-wrap-pc .faq-content .el-collapse-item__header {
  padding: 0.9375rem 1.5625rem;
  color: #1b7b7a;
  font-size: 1.125rem;
  background: #f7f7f7;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.faq-wrap-pc .faq-content .el-collapse-item__content {
  margin: 0.625rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  color: #546e7a;
  font-family: "Open Sans", sans-serif;
}
.contact-wrap-pc .contact-title-wrap-pc {
  height: 18.75rem;
  width: 100%;
  background: #1b7b7a;
  padding-top: 3.125rem;
}
.contact-wrap-pc .contact-title-wrap-pc .contact-title-wrap .contact-title {
  font-size: 3.75rem;
  color: #fff;
  text-transform: uppercase;
}
.contact-wrap-pc .contact-content-wrap-pc {
  width: 100%;
  background: #f6f8fc;
  position: relative;
}
.contact-wrap-pc .contact-content-wrap-pc #content-box {
  position: relative;
}
.contact-wrap-pc .contact-content-wrap-pc .relative-tabs {
  position: absolute;
  display: flex;
  padding: 1.25rem 1.25rem;
  top: -1.875rem;
  left: 0;
  background: #fff;
  color: #000;
  font-size: 1.125rem;
}
.contact-wrap-pc .contact-content-wrap-pc .relative-tabs .relative-tabs-home {
  cursor: pointer;
}
.contact-wrap-pc .contact-content-wrap-pc .relative-tabs .relative-tabs-home:hover {
  color: #1b7b7a;
}
.contact-wrap-pc .contact-content-wrap-pc .relative-tabs .relative-tabs-contact {
  color: #1b7b7a;
  margin-left: 0.625rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap {
  margin-top: 6.25rem;
  display: flex;
  height: 36.25rem;
  margin-bottom: 3.125rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #868a91;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #868a91;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #868a91;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap textarea::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #868a91;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap textarea::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #868a91;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap textarea::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #868a91;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap {
  padding: 3.125rem 2.5rem;
  margin-right: 1.875rem;
  flex: 2.5;
  background: #fff;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-input {
  height: 3.125rem;
  width: 48%;
  background-color: #fdfdfd;
  border: 0.125rem solid #f7f7f7;
  padding: 1.25rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-textarea {
  margin-top: 1.25rem;
  width: 100%;
  height: 18.75rem;
  background-color: #fdfdfd;
  border: 0.125rem solid #f7f7f7;
  padding: 1.25rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-textarea input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: red;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-textarea input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: red;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-textarea input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: red;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .el-textarea__inner {
  height: 12.5rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-button {
  margin-top: 1.875rem;
  background: #1b7b7a;
  display: inline-block;
  text-align: center;
  line-height: 3.4375rem;
  height: 3.4375rem;
  padding: 0rem 1.375rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .contact-button:active {
  background: #104a49;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .buttonDisable {
  opacity: 0.5 !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .buttonDisable::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.5;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .buttonDisable:hover {
  cursor: not-allowed;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-form-wrap .buttonDisable:active {
  background: #1b7b7a;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info {
  width: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 1.25rem;
  background: #fff;
  margin-bottom: 1.25rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info:last-child {
  margin-bottom: 0;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info:hover .contact-content-info-left img {
  transform: rotateY(360deg);
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info-left {
  width: 6.25rem;
  height: 6.25rem;
  margin-left: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b7b7a;
  border-radius: 0.9375rem;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info-left img {
  width: 3.125rem;
  height: 3.125rem;
  transition: 1.2s;
  transform: rotateY(0deg);
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info-right {
  margin-left: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info-right-title {
  font-size: 1.5rem;
  line-height: 1.61;
  color: #051c35;
}
.contact-wrap-pc .contact-content-wrap-pc .contact-content-wrap .contact-content-info-wrap .contact-content-info-right-desc {
  color: #9097a2;
}
.broadsize-wrap-pc {
  z-index: 10000;
  position: fixed;
  bottom: 0.9375rem;
  right: 1.5625rem;
}
.broadsize-wrap-pc .broadsize-box {
  margin-bottom: 0.625rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.broadsize-wrap-pc .broadsize-box:hover .broadsize-box-text {
  opacity: 1;
}
.broadsize-wrap-pc .broadsize-box-icon {
  width: 2.6875rem;
  height: 2.6875rem;
}
.broadsize-wrap-pc .broadsize-box-text {
  background: #fff;
  color: #000;
  padding: 0.125rem 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
  position: relative;
  box-shadow: 0 0.120916rem 0.483662rem rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.broadsize-wrap-pc .broadsize-box-text::after {
  position: absolute;
  content: "";
  right: -0.625rem;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 1.25rem solid #fff;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  transform: translateY(-50%);
}
a {
  text-decoration: none !important;
}
/* banner */
.banner-wrap {
  width: 100%;
}
.banner-wrap .box {
  width: 100%;
}
.banner-wrap .small-green-text {
  font-size: 1rem /* 16/16 */;
  font-weight: 500;
  line-height: 2rem /* 32/16 */;
}
.banner-wrap .middle-green-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  margin-left: 2px;
}
.banner-wrap .green-background {
  position: absolute;
  width: 50rem;
  height: 70.4375rem;
  left: 70rem;
  top: -15.625rem;
  border-radius: 0rem 0rem 0rem 22.875rem;
  background: #347471;
  z-index: 1;
}
.banner-wrap .right {
  top: 10.9375rem;
  right: 8.8125rem;
  width: auto;
  display: block;
  position: absolute;
}
.test-con {
  padding-left: 8.75rem /* 140/16 */;
  padding-top: 10.875rem /* 174/16 */;
  background: #f3f4f6;
}
.test-con .tag-test {
  margin-bottom: 1.5625rem /* 25/16 */;
  text-align: left !important;
}
.test-con .title {
  text-align: left !important;
  width: 21.875rem;
  height: 100%;
  font-size: 2.625rem;
  color: #030314;
  overflow: hidden;
  font-weight: 400;
}
.test-con .common-info-big-title {
  width: 40.75rem /* 652/16 */;
}
.test-con .list .list-unstyled {
  margin-bottom: 1.875rem !important;
}
.test-con .list .list-unstyled li {
  text-align: left !important;
  font-size: 0.75rem;
  color: #347471;
  margin-top: 1.25rem;
  display: block;
  font-family: Quicksand;
}
.test-con .list .list-unstyled li img {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.test-con .join-btn {
  width: 26.75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #ffdda9;
  border-radius: 1.75rem;
  box-shadow: -0.9375rem 1.25rem 3.125rem rgba(255, 221, 169, 0.3);
}
.test-con .join-btn .join-btn-text {
  font-family: Quicksand;
  font-size: 1.375rem;
  font-weight: 700;
  color: #234332;
}
.gold-text {
  font-weight: 700;
  font-size: 0.75rem;
  color: #dd9e50;
}
.data-wrap {
  margin: 10rem 8.75rem 0;
}
.data-wrap .title-desc {
  font-weight: 700;
  margin: 1.5rem 0;
}
.data-wrap .number-box {
  margin: 0.625rem 0;
}
.data-wrap .number-box .number-sub {
  width: 32.5rem;
  height: 19.5625rem;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 0.625rem;
  cursor: pointer;
  transition: linear 0.3s;
  color: #030314;
}
.data-wrap .number-box .number-sub:hover {
  background: #1b7b7a;
  border-color: #ccc;
  opacity: 0.8;
}
.data-wrap .number-box .number-sub:hover .number-text,
.data-wrap .number-box .number-sub:hover .number-num {
  color: #fff;
}
.data-wrap .number-box .number-sub .img-phone {
  display: none !important;
}
.data-wrap .number-box .number-sub .img-pc {
  display: block !important;
}
.data-wrap .number-box .number-sub .number-text {
  display: inline-block;
  font-family: Nunito;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: left;
  margin-left: 0.75rem;
  letter-spacing: -0.125rem;
}
.data-wrap .number-box .number-sub .number-num {
  font-family: Quicksand;
  font-size: 5.5rem;
  font-weight: 700;
  color: #347471;
  text-align: center;
  margin-bottom: 0.625rem;
}
.data-wrap .number-box .number-sub .number-num .num {
  font-weight: 700;
}
#app {
  background: #f3f4f6;
}
.service-wrap {
  background: #fff;
  margin: 5.625rem 8.75rem !important;
  border-radius: 0.9375rem;
}
.service-wrap .left {
  padding: 7.6875rem 0 6.25rem 4.6875rem;
  overflow: hidden;
  position: relative;
}
.service-wrap .left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6.25rem;
  bottom: 0;
  height: 60%;
  border-right: 0.0625rem solid #000000;
  opacity: 0.5;
  /* 灰色分割线 */
}
.service-wrap .left .common-info-title {
  width: 32.5rem;
  font-family: Nunito;
  letter-spacing: -0.125rem;
  margin-bottom: 1.125rem;
}
.service-wrap .left .common-info-desc-gray {
  padding-right: 0.3125rem;
}
.service-wrap .left .common-info-desc-gray {
  font-size: 1.5rem !important;
}
.service-wrap .left .join-btn {
  width: 26.75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #ffdda9;
  border-radius: 1.75rem;
  box-shadow: -0.9375rem 1.25rem 3.125rem rgba(255, 221, 169, 0.3);
  cursor: pointer;
  margin: 1.625rem 0;
}
.service-wrap .left .join-btn .join-btn-text {
  font-family: Quicksand;
  font-size: 1.375rem;
  font-weight: 700;
  color: #234332;
}
.service-wrap .right {
  padding: 3.75rem 0rem;
  position: relative;
}
.service-wrap .right .img {
  border-radius: 50%;
  width: 5.3125rem;
  height: 5.3125rem;
}
.service-wrap .right .img-1 {
  background: #1de2cf;
  box-shadow: -0.1875rem 0.5rem 1.0625rem 0rem rgba(29, 226, 207, 0.302);
}
.service-wrap .right .img-2 {
  background: #fd346e;
  box-shadow: -0.1875rem 0.5rem 1.0625rem 0rem rgba(253, 52, 110, 0.302);
}
.service-wrap .right .img-3 {
  background: #fcdc00;
  box-shadow: -0.1875rem 0.5rem 1.0625rem 0rem rgba(252, 220, 0, 0.302);
}
.service-wrap .right .img-4 {
  background: #6001d3;
  box-shadow: -0.1875rem 0.5rem 1.0625rem 0rem rgba(96, 1, 211, 0.302);
}
.service-wrap .right .img-5 {
  background: #ff895b;
  box-shadow: -0.1875rem 0.5rem 1.0625rem 0rem rgba(255, 137, 91, 0.302);
}
.service-wrap .right .img-6 {
  background: #0cd68a;
  box-shadow: -0.1875rem 0.5rem 1.0625rem 0rem rgba(12, 214, 138, 0.302);
}
.service-wrap .right p {
  height: 3.75rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Nunito;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #030314;
}
.service-wrap .btn {
  margin-bottom: 1.25rem;
}
.customized-services {
  background-image: url(../images/index/bg.png);
  background-size: 100% 100%;
  padding: 6.25rem 5rem 0rem;
}
.customized-services .left {
  padding-top: 1.875rem;
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, rgba(242, 243, 245, 0.5) 15%, #f3f4f6 5%, #f3f4f6 100%);
}
.customized-services .left .common-orange-title {
  text-align: right;
}
.customized-services .left .common-info-title {
  text-align: right;
}
.customized-services .left .services-item {
  background: none;
  margin: 1.875rem 0;
}
.customized-services .left .services-item .item-text {
  font-family: Nunito;
  font-size: 1.5rem;
  font-weight: 700;
  width: 33%;
}
.customized-services .left .services-item .item-text-line {
  border-left: 0.0625rem solid #dd9e50;
  border-right: 0.0625rem solid #dd9e50;
}
.customized-services .left .join-btn {
  width: 26.75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #ffdda9;
  border-radius: 1.75rem;
  box-shadow: -0.9375rem 1.25rem 3.125rem rgba(255, 221, 169, 0.3);
  cursor: pointer;
  margin: 1.625rem 0;
  margin: 0 auto;
}
.customized-services .left .join-btn .join-btn-text {
  font-family: Quicksand;
  font-size: 1.375rem;
  font-weight: 700;
  color: #234332;
}
.customized-services .right {
  background: linear-gradient(to bottom, #fefefe 0%, #f3f4f6 100%);
  overflow: hidden;
}
.customized-services .right .img {
  width: 50rem;
  height: 41.625rem;
  object-fit: cover;
}
.introduce-customers {
  margin-top: 8.75rem;
  padding: 10.625rem 8.75rem 0;
  background: url(../images/index/bg.png) no-repeat;
  background-size: 100% auto;
}
.introduce-customers .common-info-desc-gray {
  margin-top: 0.9375rem;
  line-height: 2.125rem;
  margin-right: 2.5rem;
}
.introduce-customers .left .left-text {
  width: 70.9375rem;
}
.introduce-customers .left .join-btn {
  width: 26.75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #ffdda9;
  border-radius: 1.75rem;
  box-shadow: -0.9375rem 1.25rem 3.125rem rgba(255, 221, 169, 0.3);
  cursor: pointer;
  margin: 1.625rem 0;
  margin: 0 auto;
}
.introduce-customers .left .join-btn .join-btn-text {
  font-family: Quicksand;
  font-size: 1.375rem;
  font-weight: 700;
  color: #234332;
}
.introduce-customers .bottom-con {
  margin-top: 1.375rem;
}
.introduce-customers .bottom-con .img-con {
  width: 100%;
}
.introduce-customers .bottom-con .img-con .img {
  width: 100%;
}
.introduce-customers .num-warp {
  margin: -9.125rem 0rem 0 !important;
}
.introduce-customers .num-warp .common-orange-title {
  margin-bottom: 1.25rem;
}
.introduce-customers .num-warp .num-warp-card {
  width: 43.125rem;
  height: 14.9375rem;
  background-color: #fff;
  border-radius: 1.25rem;
  transition: 0.6s;
}
.introduce-customers .num-warp .num-warp-card:hover {
  background-color: #347471;
}
.introduce-customers .num-warp .num-warp-card:hover .sub-title,
.introduce-customers .num-warp .num-warp-card:hover .sub-desc {
  color: #fff !important;
}
.introduce-customers .num-warp .num-warp-card .sub-right .sub-title {
  font-family: Nunito;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #030314;
}
.introduce-customers .num-warp .num-warp-card .sub-right .sub-desc {
  font-family: Quicksand;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #030314;
  padding-right: 3.125rem;
}
.introduce-customers .num-warp .num-warp-card .sub-right .sub-desc .gold-text {
  font-family: Quicksand;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5625rem;
  color: #dd9e50;
}
.introduce-customers .num-warp .num-con {
  width: 100%;
}
.support-integrated {
  width: 100%;
  margin-top: 3.125rem;
}
.support-integrated-h5 {
  display: none !important;
}
/* 小屏幕（平板，小于等于 48rem） */
@media (max-width: 48rem) {
  .join-btn {
    height: 5.6875rem !important;
    line-height: 5.6875rem !important;
    border-radius: 2.75rem !important;
    width: 26.75rem !important;
    margin: 0 auto !important;
  }
  .banner-wrap .test-con {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding-left: 0;
    padding-top: 3.125rem;
  }
  .banner-wrap .test-con .common-info-big-title {
    text-align: center;
  }
  .banner-wrap .test-con .list .list-unstyled li {
    margin-top: 1rem /* 16/16 */;
  }
  .banner-wrap .test-con .list .list-unstyled li .small-green-text {
    font-size: 1.5rem /* 16/16 */;
    font-weight: 500;
  }
  .banner-wrap .right {
    background: #f3f4f6;
    border-radius: 1rem;
    opacity: 1;
    overflow: hidden;
    position: sticky;
    margin: 2.5rem 1.0625rem 3.125rem;
  }
  .banner-wrap .right .green-background {
    display: none;
  }
  .banner-wrap .right .video-con {
    position: unset !important;
    height: 25rem;
    margin-top: 0.9375rem;
  }
  .banner-wrap .right .video-con .video {
    width: 100%;
    left: 0;
  }
  .data-wrap {
    margin: 3.125rem 1.25rem 0;
  }
  .data-wrap .common-info-title {
    margin: 1.5rem 0;
  }
  .data-wrap .number-phone {
    margin: 0 !important;
    justify-content: center;
  }
  .data-wrap .number-phone .number-box {
    width: auto !important;
    padding: 0 !important;
  }
  .data-wrap .number-phone .number-box:nth-child(odd) {
    margin-right: 1rem;
  }
  .data-wrap .number-phone .number-box .number-sub {
    width: 25rem;
    height: 19.5625rem;
    padding: 0;
    align-items: flex-start;
    padding-left: 2.375rem;
  }
  .data-wrap .number-phone .number-box .number-sub .img-pc {
    display: none !important;
  }
  .data-wrap .number-phone .number-box .number-sub .img-phone {
    display: block !important;
  }
  .data-wrap .number-phone .number-box .number-sub .number-num {
    font-size: 3.5rem;
    margin-bottom: 1.625rem;
  }
  .data-wrap .number-phone .number-box .number-sub .number-text {
    font-size: 1.5625rem;
  }
  .service-wrap {
    margin: 0.625rem !important;
    background: #f3f4f6;
  }
  .service-wrap .left {
    padding: 0;
    text-align: center;
  }
  .service-wrap .left .common-info-title {
    width: 100%;
    margin: 1.5rem 0;
  }
  .service-wrap .left .common-info-desc-gray {
    margin: 1.5rem 0;
  }
  .service-wrap .right {
    padding: 0.75rem;
    background: #ffffff;
    margin-top: 1.25rem;
    border-radius: 0.625rem;
  }
  .service-wrap .right .icon-box {
    margin-top: 3.125rem;
  }
  .service-wrap .right::before {
    border: none;
  }
  .service-wrap .right p {
    padding: 0;
    font-weight: 700;
    margin-bottom: 1.25rem;
    width: 12.5rem;
  }
  .customized-services {
    margin-top: 3.125rem;
    padding: 3.5rem 1rem;
    background-size: 100%;
  }
  .customized-services .common-orange-title {
    text-align: center !important;
    margin-bottom: 1.5rem;
  }
  .customized-services .common-info-title {
    text-align: center !important;
  }
  .customized-services .right {
    margin-top: 3.125rem;
  }
  .introduce-customers {
    margin-top: 3.125rem;
    padding: 1.5rem 1rem;
  }
  .introduce-customers .left {
    flex-direction: column;
    text-align: center;
  }
  .introduce-customers .left .left-text {
    width: 100%;
  }
  .introduce-customers .left .common-info-title {
    margin-bottom: 0.625rem;
  }
  .introduce-customers .left .common-info-desc-gray {
    font-family: Quicksand;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-align: center;
    margin-bottom: 1.6875rem;
  }
  .introduce-customers .num-warp {
    margin-top: -3.125rem !important;
  }
  .introduce-customers .num-warp-col {
    padding: 0 !important;
    margin-bottom: 1.25rem;
  }
  .introduce-customers .num-warp-col .num-warp-card {
    width: 100%;
  }
  .introduce-customers .num-warp-col .num-con .img {
    width: 3.75rem;
  }
  .introduce-customers .num-warp-col .num-warp-2 .img {
    width: 5.75rem;
  }
  .introduce-customers .num-warp-col .sub-right .sub-title {
    font-size: 2rem !important;
    margin-bottom: 0.625rem;
  }
  .introduce-customers .num-warp-col .sub-right .sub-desc {
    font-size: 1.5rem !important;
  }
  .support-integrated {
    display: none !important;
  }
  .support-integrated-h5 {
    width: 100%;
    display: flex !important;
    overflow: hidden;
    height: 46rem;
  }
  .feedback-wrap-phone {
    margin-top: 1.25rem;
    padding-top: 3.5625rem;
    display: block ;
  }
  .fee-pc {
    display: none !important;
  }
}
.box .video-con {
  width: 35rem;
  height: 19.6875rem;
}
.box .video-con .img {
  width: 100%;
  left: -40%;
  position: inherit;
  top: 30%;
  border-radius: 6.25rem;
}
.box .video-con {
  overflow: hidden;
  width: 58.75rem;
  height: 32.89125rem;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
}
.box .video-con iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
