@font-face {
  font-family: "CustomFont";
  src: url("../fontFace/SourceHanSansCN-Regular.otf");
}

@font-face {
  font-family: "CustomFont-Medium";
  src: url("../fontFace/SourceHanSansCN-Medium.otf");
}

@font-face {
  font-family: "CustomFont-Bold";
  src: url("../fontFace/SourceHanSansCN-Bold.otf");
}
/*Fixme: PC Header 部分为保持与原网站一致,不设置新字体 */
/*Fixme: PC 免费试用 弹窗 保持与原网站一致,不设置新字体 */

.home-page {
  font-family: "CustomFont";
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 0.14rem;
  overflow: hidden;
}
.content {
  width: 13.5rem;
  position: relative;
  margin: 0 auto;
}
.home-page .header {
  /* height: 70px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* max-width: 1024px; */
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .home-page .header {
      width:750px
  }
}

@media (min-width: 1024px) {
  .home-page .header {
      width:970px
  }
}

@media (min-width: 1280px) {
  .home-page .header {
      width:1170px
  }
}
.home-page .header .logo {
  width: 136px;
  height: 49px;
  /* margin-left: 379px; */
}
.home-page .header ul {
  display: flex;
  height: 100%;
  align-items: center;
  /* margin-left: 366px; */
  font-size: 14px;
}
.home-page .header ul li {
  height: 100%;
  line-height: 70px;
  padding: 0 15px;
  cursor: pointer;
  color: #777777;
  font-size: 14px;
  /** font-family: SourceHanSansCN-Regular; */
}
.home-page .header ul li:hover {
  border-top: 3px solid #005BAC;
}
.home-page .header ul .active {
  border-top: 3px solid #005BAC;
}
.home-page .header button {
  /* padding: 6px 17px; */
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background: #005bac;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}
.home-page .header .logo-btn {
  margin-left: 30px;
  margin-right: 10px;
  width: 68px;
  height: 38px;
}
.home-page .header .getCase-btn {
  width: 104px;
  height: 38px;
}
.home-page .header button:hover {
  background-color: #2c9ddc;
}
.banner {
  /* height: 646px; */
  position: relative;
}
.banner img {
  width: 100%;
  /* height: 100%; */
}
.banner .banner-btn {
  position: absolute;
  top: 59.3%;
  left: 15%;
}
.content-one .title {
  position: relative;
  display: flex;
  justify-content: center;
  top: -0.2rem;
}
.content-one .title .item {
  width: 2.64rem;
  height: 1rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 0.2rem 0 #000e811f;
  border-radius: 0.12rem;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  padding-left: 0.06rem;
}
.content-one .title .item img {
  width: 0.86rem;
  height: 0.86rem;
  margin-right: 0.08rem;
}
.content-one .title .item:hover {
  box-shadow: 0 0.14rem 0.26rem 0 #002b563d;
}
.content-one .title .item .dec-div {
  position: relative;
  top: 0.04rem;
}
.content-one .title .item .dec-div .title {
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1e1f24;
  display: flex;
  justify-content: left;
  cursor: pointer;
  position: relative;
  top: -0.07rem;
}
.content-one .title .item .dec-div .dec {
  font-weight: 400;
  font-size: 0.14rem;
  color: #909090;
  cursor: pointer;
}
.loop-div {
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.loop-one {
  width: 10.65rem;
  margin: 0 auto;
  display: none;
}
.loop-div .loop-one:first-child {
  display: block;
}
.loop-one div {
  height: 0.58rem;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}
.loop-one .title {
  height: 0.45rem;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.3rem;
  color: #1e1f24;
  letter-spacing: 0;
  text-align: center;
  top: -0.1rem;
}

.swiper-container {
  width: 100%;
  position: relative;
  height: 4.5rem;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.7);
  z-index: 9999;
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  outline: none;
  cursor: pointer;
}

.swiper-button-prev {
  left: -0.5rem !important;
}

.swiper-button-next {
  right: -0.5rem !important;
}

.probation {
  width: 1.88rem;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  background: #0055fe;
  box-shadow: 0 0.06rem 0.12rem 0 #0257ff4f;
  border-radius: 0.29rem;
  margin: 0.23rem auto 0.7rem;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.probation:hover {
  background-color: #2c9ddc;
}

.probation .icon {
  margin-left: 0.16rem;
}

/* swiper结束 */

/* custome */
.custom {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.custom .title {
  width: 1.22rem;
  height: 0.41rem;
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.28rem;
  color: #1e1f24;
  letter-spacing: 0;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.custom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom ul li {
  border: 1px solid rgba(233, 236, 241, 1);
  margin-bottom: 0.15rem;
  border-radius: 0.1rem;
}
.custom ul li img {
  width: 2.6rem;
  height: 1.14rem;
}

/* register */
.register {
  height: 4.89rem;
  position: relative;
  background: #2e2e2e;
}
.section {
  position: absolute;
  width: 10rem;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.register .title {
  height: 0.41rem;
  text-align: center;
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.28rem;
  color: #1e1f24;
  letter-spacing: 0;
  text-align: center;
}
.register #msg1 {
  font-size: 16px;
  color: #3c763d;
  display: none;
}
.register #msg2 {
  font-size: 16px;
  color: red;
  display: none;
}
.register .section .input {
  width: 5.5rem;
  height: 0.62rem;
  background: #ffffff;
  border-radius: 0.31rem;
  display: flex;
  padding: 0 0.35rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.register input {
  outline-style: none;
  border: 0;
  width: 1.6rem;
  height: 0.29rem;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1f24;
  letter-spacing: 0;
}

.register .section .phone {
  margin-top: 0.3rem;
}
.register .section .code {
  padding-right: 0;
  margin-top: 0.2rem;
}
.register .phone div {
  width: 1rem;
  height: 0.29rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #0055fe;
  letter-spacing: 0;
  cursor: pointer;
}
.register .phone button {
  /* width: 100px;
  height: 29px; */
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.2rem;
  color: #0055fe;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

.register .code button {
  width: 2.26rem;
  height: 0.56rem;
  background: #0055fe;
  border-radius: 0.29rem;
  line-height: 0.56rem;
  text-align: center;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.register .code div:hover {
  background-color: #2c9ddc;
}

.icon {
  background: url("../assets/right.png") center no-repeat;
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-size: 0.24rem;
  margin-left: 0.08rem;
}

.register .footer {
  height: 0.29rem;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1f24;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0.3rem;
}

/* footer */
footer {
  background: #2e2e2e;
  height: 3.46rem;
  display: flex;
}

.d-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.d-flex > div {
  height: 2.3rem;
  position: relative;
}
footer .center::after,
footer .right::after {
  content: "";
  width: 1px;
  display: block;
  height: 2.3rem;
  opacity: 0.3;
  /* transform: rotate(-90deg); */
  background: #d5d5d5;
  top: 0;
  left: -0.76rem;
  position: absolute;
}
footer .label {
  height: 0.24rem;
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.16rem;
  color: #ffffff;
  letter-spacing: 0;
}
footer .text {
  height: 0.24rem;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 0.1rem;
}
footer .button {
  width: 1.06rem;
  height: 0.28rem;
  border: 1px solid #ffffff;
  border-radius: 0.04rem;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 0.26rem;
  cursor: pointer;
}
footer .left div {
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}

/* copy-right */
.copy-right {
  height: 0.74rem;
  background: #444444;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 0.74rem;
}
/* swiper结束 */
.content-two {
  /* width: 1920px; */
  /* max-width: 1920px;
  margin: 0 auto;
  height: 757px;
  background: url("../assets/content2.png") top center no-repeat; */
  margin-top: 0.7rem;
  position: relative;
}
.content-two img {
  width: 100%;
}

/* sass流程图 */
.zichan-sass {
  width: 11.35rem;
  height: 4.33rem;
  position: absolute;
  top: 1.54rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../assets/zichansass.png") top center no-repeat;
}
.qianyue {
  width: 4.34rem;
  height: 2.02rem;
  background: url("../assets/qianyuebgpng.png") top center no-repeat;
  position: absolute;
  top: 1.44rem;
  /* left: 310px; */
  left: 16.14%;
  /* left: 50%;
  transform: translateX(-144%); */
}
.shouyi {
  width: 4.34rem;
  height: 2.02rem;
  background: url("../assets/shouyi.png") top center no-repeat;
  position: absolute;
  top: 1.22rem;
  /* left: 1207px; */
  left: 62.86%;
  /* left: 50%;
  transform: translateX(47%); */
}
.workflow {
  width: 4.34rem;
  height: 2.02rem;
  background: url("../assets/workflow.png") top center no-repeat;
  position: absolute;
  top: 4.15rem;
  left: 37.9%;
  /* left: 728px; */
  /* left: 50%;
  transform: translateX(-50%); */
}
.precent {
  margin-top: 0.37rem;
  margin-left: 1.6rem;
  color: #071e52ff;
  font-size: 0.48rem;
  font-weight: 900;
}
.rite {
  color: #071e52ff;
  margin-left: 1.6rem;
}
.qianyue-dec {
  display: flex;
  position: absolute;
  top: 3.12rem;
  left: 11.66%;
  flex-wrap: wrap;
  /* left: 50%;
  transform: translateX(-123%); */
}
.shouyi-dec {
  display: flex;
  justify-content: center;
  max-width: 6.38rem;
  flex-wrap: wrap;
  position: absolute;
  top: 2.88rem;
  left: 57.8%;
  /* left: 50%;
  transform: translateX(26%); */
}
.shouyi-dec img {
  height: 0.56rem;
  margin-bottom: 0.18rem;
  margin-right: 0.2rem;
}
/* .shouyi-dec img:nth-child(4) {
  margin-top: 18px;
  margin-right: 20px;
}
.shouyi-dec img:nth-child(5) {
  margin-top: 18px;
} */
.work-dec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 5.7rem;
  left: 32%;
  /* left: 50%;
  transform: translateX(-50%); */
}
.all-dec {
  font-size: 0.16rem;
  color: #8c90a4;
  position: absolute;
  bottom: 1.33rem;
  right: 3%;
}
/* sass end */
/* content-three */
.content-three {
  margin-top: 0.8rem;
}
.content-three p {
  text-align: center;
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.28rem;
  color: #1e1f24;
}
.three-content-box-div {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.three-content-box-div .box-1 {
  background: url("../assets/3-1.png") top center no-repeat;
  width: 4.37rem;
  height: 2.1rem;
  padding-left: 0.2rem;
  padding-top: 0.17rem;
  box-sizing: border-box;
}
.three-content-box-div .box-2 {
  background: url("../assets/3-2.png") top center no-repeat;
  margin: 0 0.25rem;
}
.three-content-box-div .box-3 {
  background: url("../assets/3-3.png") top center no-repeat;
}
.box-1 .num-div {
  font-family: CustomFont-Medium;
  font-size: 0.24rem;
  color: #1f2f7e;
}
.box-1 .num-div span {
  font-weight: 900;
  font-size: 0.48rem;
  color: #1f2f7e;
}
.line-div {
  width: 2.88rem;
  height: 1px;
  background: url("../assets/line.png") no-repeat;
  margin-top: 0.06rem;
}
.server-title {
  font-family: CustomFont;
  font-size: 0.24rem;
  color: #1e1f24;
  margin-top: 4px;
}

.customer-anli {
  width: 13.61rem;
  margin: 1.55rem auto 0;
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.28rem;
  color: #1e1f24;
}
/* conten-four */
.content-four {
  position: relative;
  margin: 0.56rem auto 0;
}
/* 新轮播样式start */
.swiper-container2 {
  width: 100% !important;
}
.swiper-container2 .swiper-wrapper {
  width: 100% !important;
}
.swiper-container2 .swiper-slide {
  position: relative;
  width: 100% !important;
}
.swiper-container2 .swiper-slide-active {
  transform: scale(1);
}
.swiper-container2 .swiper-slide .bg-img {
  width: 100%;
  height: auto;
}
.logo-title-img {
  position: absolute;
  top: 15.7%;
  left: 14.6%;
}

.four-title {
  position: absolute;
  margin-top: 0.2rem;
  font-family: CustomFont-Medium;
  font-weight: bolder;
  font-size: 0.2rem;
  color: #1e1f24;
  left: 14.6%;
  top: 27.3%;
}
.four-dec {
  position: absolute;
  /* max-width: 571px; */
  max-width: 29.7%;
  font-family: CustomFont;
  font-size: 0.16rem;
  color: #666666;
  left: 14.6%;
  top: 39.56%;
}
.four-opt {
  /* margin: 86px 0 49px; */
  display: flex;
  position: absolute;
  left: 14.6%;
  bottom: 8.6%;
}
.four-opt .btn {
  width: 1.88rem;
  height: 0.58rem;
  background: #0055fe;
  box-shadow: 0 0.06rem 0.12rem 0 #0257ff4f;
  border-radius: 0.29rem;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 0.58rem;
}
.four-opt .btn:hover {
  background-color: #2c9ddc;
}
.four-opt .arrow {
  display: inline-block;
  width: 0.23rem;
  height: 0.18rem;
  /* background: url("../assets/arrow-white-1.png") no-repeat; */
  position: relative;
  top: 2px;
}
@media (max-width: 1441px) {
  .four-opt {
    bottom: 3.5%;
  }
  .swiper-button-prev2 {
    bottom: 3% !important;
  }
  .swiper-button-next2 {
    bottom: 3% !important;
  }
  .four-dec {
    font-size: 0.14rem;
  }
  .qianyue-dec {
    width: 0.4rem;
  }
  .qianyue-dec img:nth-child(3) {
    margin-top: 0.2rem;
  }
}
.swiper-button-prev2,
.swiper-button-next2 {
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  background: #dfe1e8;
  border-radius: 0.29rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  position: absolute;
  bottom: 8%;
  left: 29.6%;
  /*  */
}
.swiper-button-next2 {
  left: 36%;
}
.swiper-button-prev2 span {
  width: 0.23rem;
  height: 0.19rem;
  background: url("../assets/arrow-black-2.png") no-repeat;
  cursor: pointer;
}
.swiper-button-next2 span {
  width: 0.23rem;
  height: 0.19rem;
  background: url("../assets/arrow-black-1.png") no-repeat;
}
/* 发送邮件提示 */
#mobile-err {
  display: none;
  position: relative;
  top: 20px;
  display: none;
  color: red;
  font-size: 0.2rem;
}
#company-err {
  display: none;
  position: relative;
  top: 20px;
  display: none;
  color: red;
  font-size: 0.2rem;
}
.showErr {
  display: block !important;
}
#free-btn {
  width: 100%;
  border: none;
  outline: none;
}
#success {
  display: none;
  margin-top: 0.1rem;
  color: #3c763d;
  font-size: 0.2rem;
}
/* 新轮播样式end */

/* 微信扫一扫strat */
#can_wechart {
  position: fixed;
  right: 2px;
  top: 50%;
  width: 77px;
  border: 1px solid #eee;
  background-color: transparent;
  font-size: 24px;
  z-index: 1040;
  -webkit-backface-visibility: hidden;
  border: 1px;
}
#can_wechart .img1-box {
  display: none;
  width: 120px;
  height: 140px;
  text-align: center;
  background: #fff;
  padding: 0px;
  position: absolute;
  left: -135px;
  top: -116px;
}
#can_wechart .img1-box p {
  color: #005bac;
  font-size: 14px;
  position: relative;
  top: -6px;
}
#can_wechart .img1-box .img1 {
  width: 120px;
  height: 120px;
}
#can_wechart .img2 {
  position: relative;
  bottom: 116px;
  display: block;
  width: 77px;
  height: 77px;
  border-radius: 4px;
}
/* 微信扫一扫end */
/* 媒介查询在960以上使用1920的设计稿，960以下使用750的设计稿start */
@media (max-width: 959px) {
  #pc-page {
    display: none;
  }
  #mobile-page {
    display: block;
  }
}
@media (min-width: 960px) {
  #pc-page {
    display: block;
  }
  #mobile-page {
    display: none;
  }
}
/* 媒介查询在960以上使用1920的设计稿，960以下使用750的设计稿end */

/* 二级菜单 */
.dropMenu {
  position: absolute;
  z-index: 99;
  display: none;
}
.dropMenu a {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: rgba(26, 28, 40, 0.9);
  cursor: pointer;
  text-align: center;
  padding: 0 15px;
}
.dropMenu a:hover {
  background-color: #005bac;
}
