html {
  overflow-x: hidden;
}

.w-index .banner .cover .index-banner-two {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background-image: url("banner1jpg.jpg");
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
  position: relative;
}

.w-index .banner .cover .index-banner-three {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background-image: url("banner-1.jpg");
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
  position: relative;
}

.index-banner-four img.img-1 {
  width: 380px;
}

.w-index .banner .cover .index-banner-four {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background-image: url("index-banner-four-bg.png");
  background-size: cover;
  background-position: 50%;
  cursor: default;
  position: relative;
}

.w-index .banner .cover .index-banner-four .banner-left {
  margin-top: 80px;
  margin-right: 150px;
  display: flex;
  flex-direction: column;
}

.w-index .banner .cover .index-banner-four .banner-left a {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.w-index .banner .cover .index-banner-four a img {
  width: 229px;
}

.w-index .banner .cover .index-banner-four .banner-right {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}

.w-index .banner .cover .index-banner-four .banner-right img {
  width: 534px;
}

.n-banner {
  margin-top: 55px;
  background-color: #F0F4FB;
  position: relative;
}

.n-banner .swiper-container {
  background: url('https://www.fxiaoke.com/messageform/reg/img/home/banner%E5%BA%95%E7%BA%B9@2x.png');
  background-size: cover;
  height: 480px;
}

.n-banner .swiper-container .swiper-slide {
  background-color: #F0F4FB;
}

.n-banner .swiper-container .swiper-slide .bg-slide {
  background: url('https://www.fxiaoke.com/messageform/reg/img/home/banner%E5%BA%95%E7%BA%B9@2x.png');
  background-size: cover;
  height: 100%;
}

.left-right {
  height: 480px;
  width: 1200px;
  margin: auto;
  display: flex;
}

.left-right .left {
  width: 536px;
  margin-top: 100px;
}

.left-right .left .title {
  font-size: 36px;
  font-weight: 500;
  color: #181C25;
  margin-bottom: 24px;
}

.left-right .left .content {
  margin-bottom: 58px;
  background-color: rgba(0, 0, 0, 0);
}

.left-right .left .content p {
  font-size: 18px;
  color: #272B34;
}

.left-right .right {}

.left-right .right img {
  margin-top: 24px;
  margin-left: 44px;
  width: 620px;
}

.left-right .right .placeholder {
  margin-top: 67px;
  margin-left: 44px;
  width: 620px;
  height: 345px;
  background: #fff;
  position: relative;
}

.left-right .right .placeholder:hover .banner-video-mask {
  display: inline-block;
}

.left-right .right .banner-video-mask {
  display: none;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 110px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  text-overflow: ellipsis;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  padding: 46px 24px 0 24px;
}

.left-right .right .placeholder video {
  border-radius: 8px;
}


/* sem页面登录banner样式 */
.login-container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding:64px 0px 108px;
  /* background-image: url("login-bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
}
.login-container .login-left {
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
}
.login-container .login-right {
  width: 45%;
  display: flex;
  justify-content: flex-start;
}
.login-container .moble-right{
  display: none;
}
.login-container .login-left .login-left-sub {

}
.login-container .login-right .login-right-sub {
  width: 720px;
}
.login-container .login-content {
  width: 392px;
  margin: auto auto;
}
.login-left-title {
  font-weight: 500;
  font-size: 34px;
  color: #181C25;
  margin-bottom: 24px;
  margin-top: 40px;
}
.login-left-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.login-left-body > div{
  margin-top: 36px;
}
.login-left-body > div:nth-child(2n-1) {
  margin-right: 76px;
  width: 135px;
}
.login-left-body > div:nth-child(2n) {
  margin-right: 30%;
}
.login-left-body .body-title {
  font-size: 16px;
  line-height: 23px;
  height: 23px;
  color: #545861;
}
.login-left-body .percent-text {
  font-size: 40px;
  line-height: 46px;
  color: #777;
  font-weight: bold;
  vertical-align: sub;
}

#login-content .rig-box {
  position: relative;
  display: block;
  height: 428px;
  /*舞台（动画元素的父容器）perspective*/
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  width: 384px;
  margin-bottom: 20px;
  margin: auto;
}
#login-content .reg-iframe {
  width: 384px;
  height: 428px;
  border-radius: 8px;
}
#login-content .reg-title {
  margin-bottom: 16px;
}

#login-content .reg-title .container{
  width: 100% !important;
  height: 100% !important;
}


.branch-img-wrapper .branch-img {
  width: 1157px;
}

.branch-img-wrapper {
  position: absolute;
  bottom: -40px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #DEE1E6;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .n-login-mobile{
    height: auto;

  }
  .web-componnet {
    display: none;
  }
  .nav-content {
    background-color: #F0F4FB;
  }
  .body-nav {
    background-color: #fff;
  }
  .login-container {
    padding: 0;
    height: calc(100vh - 54px);
    min-height: auto;
  }
  .login-container .login-left{
    display: none;
  }
  .login-container .moble-right{
    display: block;
  }
  .login-container .login-right-sub {
    background-color: #f2f2f2;
    height: 100%;
  }
  .login-container .right-bg {
    position: absolute;
    top: -56px;
    left: 0;
  }
  .login-container .right-bg img {
    width: 100%;
  }
  .login-container #login-content {
    margin-top: 110px;
  }
  #login-content .reg-iframe{
    margin-top: 0px;
    border-radius: 16px;
    height: 340px;
    width: 100%;
  }
  #login-content .rig-box{
    padding: 0 10px;
    height: auto;
  }
}



.w-index .banner .cover .link {
  width: 273px;
  height: 86px;
  position: absolute;
  bottom: 30px;
}

.w-index .banner .cover .article .swiper-container .swiper-pagination {
  top: auto;
}

.content {
  background: #ffffff;
  color: #272b34;
}

.i-container {
  width: 1200px;
  margin: auto;
}

.title-color {
  color: #181c25;
}

.productions {
  background: linear-gradient(150deg, #f8fbfd 0%, #f9f9fc 100%);
  padding-top: 50px;
  padding-bottom: 40px;
}

.productions .title {
  font-size: 32px;
  font-weight: 500;
  color: #181c25;
  line-height: 42px;
  text-align: center;
  margin-bottom: 24px;
}

.productions .name {
  font-size: 24px;
  font-weight: 400;
  color: #272b34;
  line-height: 34px;
  text-align: center;
  margin-bottom: 16px;
}

.productions .section {
  margin-bottom: 24px;
}

.productions .pro {
  display: flex;
  justify-content: space-around;
}

.productions .item {
  width: 384px;
  box-shadow: -1px 0px 0px 0px #dee1e6, 1px 0px 0px 0px #dee1e6,
    0px -1px 0px 0px #dee1e6, 0px 1px 0px 0px #dee1e6;
  border-radius: 8px;
  padding: 32px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.item .item-title {
  font-size: 24px;
  font-weight: 500;
  color: #181c25;
  line-height: 34px;
  margin-bottom: 8px;
}

.item .item-content {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c1c5ce;
  margin-bottom: 19px;
}

.item .feat {
  flex: 1;
  margin-bottom: 52px;
  font-size: 14px;
  line-height: 28px;
}

.item .icon-duigou {
  margin-right: 7px;
  color: #faa253;
}

.item-footer {
  display: flex;
}

.item-footer .detail-btn {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ff8000;
  font-size: 16px;
  font-weight: 500;
  color: #ff8000;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.item-footer .whitepaper-btn {
  width: 120px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #dee1e6;
  font-size: 16px;
  color: #181c25;
  line-height: 40px;
  text-align: center;
  margin-left: 16px;
  cursor: pointer;
}

.production-free {
  margin-top: 40px;
  text-align: center;
}

.production-free .clickform {
  display: inline-block;
  height: 48px;
  background: linear-gradient(45deg, #ff704f 0%, #ff9326 100%);
  border-radius: 24px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0 27px;
}

.production-free .clickform span {
  width: 96px;
  height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
}

.customer {
  margin-bottom: 0px;
}

.wpaper__customer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

.wpaper__customer__mobile {
  display: none;
}

.wpaper__customer .swiper-container {
  width: 1056px;
  height: 248px;
  margin-top: 24px;
  box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
  border-radius: 8px;
}

.wpaper__customer .swiper-slide {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  height: auto;
}

.wpaper__customer .swiper-slide .image {
  width: 200px;
  height: 200px;
  margin-right: 24px;
  border-radius: 10px;
}

.wpaper__customer .swiper-slide .slide-content {
  position: relative;
}

.wpaper__customer .bg-mark {
  width: 39px;
  height: 32px;
  position: absolute;
  top: 4px;
  left: 0px;
}

.wpaper__customer .slide-p {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 168px;
  width: 748px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpaper__customer .swiper-slide .slide-content .p4 {
  margin-top: 20px;
  font-size: 16px;
  color: #545861;
  line-height: 26px;
}

.wpaper__customer .swiper-slide .slide-content .p5 {
  font-size: 16px;
  font-weight: 600;
  color: #181c25;
}

.wpaper__customer .swiper-arrow {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 25px);
}

.indicator {
  width: 1056px;
  margin-top: 28px;
  display: flex;
  justify-content: space-around;
}

.indicator>div {
  width: 125px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.indicator-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #ff704f 0%, #ff9326 100%);
  border-radius: 0px 0px 8px 8px;
  bottom: 0px;
  left: 0;
}

.indicator>div img {
  height: 60px;
  margin-top: 8px;
  object-fit: cover;
}

.plan {
  /* margin-bottom: 40px; */
  background: linear-gradient(150deg, #f8fbfd 0%, #f9f9fc 100%);
}

.plan-swiper {
  width: 1200px;
  overflow: hidden;
}

.plan-content {
  display: flex;
  justify-content: space-around;
  color: #fff;
  text-align: center;
}

.plan-content .plan-item {
  width: 266px;
  border-radius: 8px;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
}

.plan-item>.iconfont {
  font-size: 40px;
}

.plan-item>.title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 20px;
}

.plan-item .short-line {
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0px auto;
}

.plan-item .plan-content {
  margin-top: 24px;
  /* margin-bottom: 80px; */
  line-height: 24px;
  font-size: 14px;
  flex: 1;
  text-align: left;
}

.plan-1 {
  background: #9261eb;
}

.plan-2 {
  background: #545861;
}

.plan-3 {
  background: #ff9559;
}

.plan-4 {
  background: #4fcf8a;
}

.plan-5 {
  background: #ff9559;
}

.plan-6 {
  background: #5498ff;
}

.plan-7 {
  background: #9261EB;
}

.plan-8 {
  background: #4FCF8A;
}

.plan-item .detail-btn {
  width: 198px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  line-height: 40px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  cursor: pointer;
  color: #FFFFFF;
}

.direction {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.swiper-arrow .iconfont {
  font-size: 24px;
}

.direction-active {
  color: #ff8000;
  border: 1px solid #ff8000;
}

.mini {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url("../images/adbg.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  flex-direction: column;
}

.free {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url("../images/freebg@2x.png");
  background-size: cover;
  background-position: 50%;
  flex-direction: column;
  padding: 56px 0 53px 0;
}

.mini .free-title,.free .free-title {
  font-size: 32px;
  font-weight: 500;
  color: #181c25;
  line-height: 45px;
  text-shadow: 0px 2px 12px rgba(6, 95, 164, 0.1);
  margin-bottom: 8px;
}

.mini .free-tel,.free .free-tel {
  font-size: 16px;
  font-weight: 400;
  color: #181c25;
  line-height: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.free .clickform {
  display: block;
  height: 48px;
  background: linear-gradient(45deg, #ff704f 0%, #ff9326 100%);
  border-radius: 24px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0 27px;
}

.free .clickform span {
  width: 96px;
  height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
}

.select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 81px;
  margin-top: 24px;
}

.select .title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #181c25;
  line-height: 42px;
}

.select .sub-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #545861;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.select .select-content {
  display: flex;
  justify-content: space-between;
}

.select .select-left {
  width: 282px;
  padding: 32px 24px;
  background-image: url("4_产品特色@2x.png");
  background-size: cover;
  border-radius: 8px;
}

.select .content-title {
  font-size: 24px;
  font-weight: 500;
  color: #181c25;
  line-height: 34px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #c1c5ce;
  margin-bottom: 23px;
}

.select .select-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}

.select .select-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.select-right {
  width: 894px;
}

.right-top {
  display: flex;
  justify-content: space-between;
}

.right-top-left {
  width: 588px;
  border-radius: 8px;
  padding: 32px 24px;
  background-image: url("/ap/wp-content/uploads/2021/11/4_强大平台@2x.png");
  background-size: cover;
}

.right-top-right {
  width: 282px;
  border-radius: 8px;
  padding: 32px 24px;
  background-image: url("/ap/wp-content/uploads/2021/11/4_行业优势@2x.png");
  background-size: cover;
}

.right-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.right-bottom .bottom-item {
  width: 282px;
  border-radius: 8px;
  padding: 32px 24px;
}

.right-bottom .bottom-item:nth-child(1) {
  background-image: url("/ap/wp-content/uploads/2021/11/4_连接赋能@2x.png");
  background-size: cover;
  width: 594px;
}

.right-bottom .bottom-item:nth-child(2) {
  background-image: url("/ap/wp-content/uploads/2021/11/4_市场领先@2x.png");
  background-size: cover;
}

.right-bottom .bottom-item:nth-child(3) {
  background-image: url("/ap/wp-content/uploads/2021/11/4_专业服务@2x.png");
  background-size: cover;
}

.compony {
  text-align: center;
  margin-bottom: 80px;
}

.compony .compony-title {
  font-size: 32px;
  font-weight: 500;
  color: #181c25;
  line-height: 42px;
  margin-bottom: 40px;
}

.componys-mobile {
  display: none;
}

.compony .compony-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.compony-item .compony-name {
  width: 140px;
  height: 215px;
  line-height: 208px;
  font-size: 16px;
  font-weight: 500;
  color: #181c25;
  box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
}

.compony-item .pic {
  width: 1048px;
  padding: 16px 6px;
  box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
}

.compony-item .pic img {
  width: 100%;
}

.compony-item .iconfont {
  font-size: 18px;
  margin-right: 8px;
  color: #f97f0e;
}

.artical .title {
  font-size: 32px;
  font-weight: 500;
  color: #181c25;
  line-height: 42px;
  text-align: center;
  margin-bottom: 24px;
}

.articals {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.artical .artical-item {
  padding: 40px 32px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
  width: 282px;
  font-size: 14px;
  line-height: 24px;
}

.artical-item .artical-title {
  font-size: 24px;
  font-weight: 500;
  color: #181c25;
  line-height: 34px;
  margin-bottom: 12px;
}

.artical-item .artical-feat {
  display: block;
  position: relative;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artical-item .artical-feat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.artical-1 {
  background-image: url("/ap/wp-content/uploads/2021/11/7_白皮书下载@2x.png");
}

.artical-2 {
  background-image: url("/ap/wp-content/uploads/2021/11/7_CRM动态@2x.png");
}

.artical-3 {
  background-image: url("/ap/wp-content/uploads/2021/11/7_产品动态@2x.png");
}

.artical-4 {
  background-image: url("/ap/wp-content/uploads/2021/11/7_数字化工具@2x.png");
}

.swiper-pagination-bullet {
  background: #fff;
}

.title-line {
  position: relative;
  padding-left: 20px;
}

.title-line::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 8px;
  height: 22px;
  background-color: #ff8000;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .title-line {
    position: relative;
    padding-left: 10px;
  }

  .title-line::before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 4px;
    height: 12px;
    background-color: #ff8000;
    border-radius: 4px;
  }
}

.fxiaoke-navigation__wrapper {
  background: #F0F4FB;
}

.my-pagination-bullets {
  position: relative;
  margin: auto;
  width: 1200px;
  bottom: 56px;
  text-align: left;
}

.my-bullet {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #000000;
  border-radius: 3px;
  opacity: 0.1;
}

.my-bullet+.my-bullet {
  margin-left: 4px;
}

.my-bullet-active {
  background: #FFA250;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    font-weight: 600;
    color: #181C25;
  }

  h2 {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
  }

  .i-container {
    width: 100%;
  }

  .n-banner {
    height: 464px;
    margin-top: 0;
  }

  .n-banner .swiper-container {
    height: 464px;
    background: #F0F4FB;
  }


  .left-right {
    display: block;
    width: 100%;
    padding: 24px;
  }

  .left-right .left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .left-right .right {
    width: 100%;
  }

  .left-right .left .title {
    font-size: 22px;
    font-weight: 600;
    color: #181C25;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
  }

  .left-right .left .content {
    margin-bottom: 16px;
    text-align: center;
    height: 60px;
  }

  .left-right .left .content p {
    font-size: 12px;
    line-height: 20px;
  }

  .left-right .left .home-btn {
    width: 150px;
    padding: 0;
    text-align: center;
  }

  .left-right .right .placeholder {
    width: 100%;
    height: 183px;
    border-radius: 8px;
    margin: 0;
    margin-top: 40px;
  }

  .left-right .right img {
    width: 100%;
    margin: 0;
  }

  .my-pagination-bullets {
    width: 100%;
    text-align: center;
    bottom: 52px;
  }

  .btn-group {
    justify-content: center;
  }

  .productions {
    padding: 28px 0;
  }

  .productions .title {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    margin-bottom: 8px;
    line-height: 28px;
  }

  .productions .name {
    font-size: 14px;
    font-weight: 400;
    color: #181C25;
    margin-bottom: 8;
    line-height: 24px;
  }

  .productions .pro {
    width: 650px;
    justify-content: flex-start;
  }

  .productions .pro .item:first-child {
    margin-left: 16px;
  }

  .productions .pro .item:last-child {
    margin-right: 16px;
  }

  .productions .pro .item+.item {
    margin-left: 8px;
  }

  .productions .box-production {
    overflow-x: scroll;
    /* 防止滚动条隐藏后，子元素依然被遮挡问题 */
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .productions .box-production::-webkit-scrollbar {
    display: none;
  }

  .productions .box-production:nth-child(4) {
    margin-bottom: 0;
  }

  .productions .item {
    width: 211px;
    padding: 24px 16px;
  }

  .item .item-title {
    font-size: 14px;
    font-weight: 500;
    color: #181C25;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #c1c5ce;
  }

  .item .item-content {
    display: none;
  }

  .item .icon-duigou {
    font-size: 12px;
  }

  .item .feat {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 17px;
  }

  .item-footer .detail-btn {
    width: 72px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #ff8000;
    font-size: 12px;
    font-weight: 400;
    color: #ff8000;
    /* TODO 文字高度存在问题，手动调整 */
    line-height: 22px;
    text-align: center;
    cursor: pointer;
  }

  .item-footer .whitepaper-btn {
    width: 84px;
    height: 24px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #dee1e6;
    font-size: 12px;
    font-weight: 400px;
    color: #181c25;
    line-height: 22px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
  }

  .production-free {
    display: none;
  }

  .wpaper__customer__mobile {
    display: block;
  }

  .wpaper__customer__mobile h2 {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    margin-bottom: 16px;
    text-align: center;
  }

  .box {
    display: block;
    overflow-x: scroll;
  }

  .box::-webkit-scrollbar {
    display: none;
  }

  .plan {
    margin: 28px 0;
  }

  .plan-container {
    display: flex;
    width: 1744px;
  }

  .plan-item {
    width: 211px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
  }

  .plan-item:first-child {
    margin-left: 16px;
  }

  .plan-item:last-child {
    margin-right: 16px;
  }

  .plan-item+.plan-item {
    margin-left: 8px;
  }

  .plan-item>.iconfont {
    font-size: 28px;
    color: #fff;
  }

  .plan-item>.title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 8px;
    color: #fff;
  }

  .plan-item .plan-content {
    font-size: 12px;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 0;
  }

  .plan-item .detail-btn {
    display: none;
  }

  .select {
    margin-bottom: 0;
    padding: 28px 0;
  }

  .select-box {
    display: block;
    overflow-x: scroll;
  }

  .select-box::-webkit-scrollbar {
    display: none;
  }

  .select-content {
    width: 1200px;
  }

  .select .title {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    text-align: center;
    line-height: 28px;
  }

  .select .sub-title {
    font-size: 12px;
    font-weight: 400;
    color: #272B34;
    text-align: center;
    line-height: 20px;
    margin: 8px 16px;
  }

  .select .select-left:first-child {
    margin-left: 16px;
  }

  .select .select-left:last-child {
    margin-right: 16px;
  }

  .select .select-left {
    padding: 24px 16px;
    background: linear-gradient(270deg, #F4F8FD 0%, #F0F5FC 100%);
  }

  .select .content-title {
    font-size: 14px;
    font-weight: 500;
    color: #181C25;
    padding-bottom: 12px;
    margin-bottom: 11px;
  }

  .select .select-item {
    font-size: 12px;
    font-weight: 400;
    color: #272B34;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .select .select-left+.select-left {
    margin-left: 8px;
  }

  .compony {
    margin-bottom: 0px;
    padding: 28px 0;
  }

  .compony .compony-title {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    text-align: center;
    margin-bottom: 8px;
    line-height: 28px;
  }

  .componys {
    display: none;
  }

  .componys-mobile {
    display: block;
    margin: 0 16px;
  }

  .compony .compony-item {
    display: block;
    margin-bottom: 8px;
  }

  .compony .compony-item .compony-name-moble {
    font-size: 14px;
    font-weight: 400;
    color: #181C25;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .artical {
    padding: 28px 0;
  }

  .compony-item .pic {
    width: 100%;
    padding: 4px 0;
  }

  .artical .title {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    line-height: 28px;
    margin-bottom: 8px;
    line-height: 28px;
  }

  .artical-box::-webkit-scrollbar {
    display: none;
  }

  .articals {
    width: 868px;
    justify-content: flex-start;
    margin-bottom: 2px;
  }

  .artical-item .artical-title {
    font-size: 14px;
    font-weight: 500;
    color: #181C25;
    margin-bottom: 8px;
    line-height: 24px;
  }

  .artical .artical-item {
    width: 211px;
    height: 180px;
    font-size: 12px;
    padding: 24px 16px;
    border-radius: 8px;
    line-height: 20px;
  }

  .artical .artical-item+.artical-item {
    margin-left: 8px;
  }

  .artical .artical-item:first-child {
    margin-left: 16px;
  }

  .artical .artical-item:last-child {
    margin-right: 16px;
  }

  .artical .artical-box {
    overflow-x: scroll;
  }

  .free {
    padding: 36px 92px;
  }

  .free .free-title {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    line-height: 28px;
  }

  .free .free-tel {
    font-size: 14px;
    font-weight: 400;
    color: #545861;
    line-height: 24px;
  }

  .wpaper__customer {
    padding: 0;
    margin: 0 16px;
  }

  #swiper2 {
    width: 100%;
  }

  .wpaper__customer .swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 28px 16px 20px 16px;
    box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
    border-radius: 8px;
    background: url("/ap/wp-content/uploads/2021/05/4_【客户证言】背景引号@2x.png");
    background-repeat: no-repeat;
    background-size: 28px 23px;
    background-position: 16px 16px;
  }

  .customer {
    margin-bottom: 0px;
    padding: 28px 0;
  }

  .customer h2 {
    font-size: 18px;
    font-weight: 600;
    color: #181C25;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: center;
  }

  .customer p {
    font-size: 12px;
    font-weight: 400;
    color: #272B34;
    line-height: 20px;
    margin-bottom: 16px;
    flex: 1;
  }

  .customer .person {
    display: flex;
  }

  .wpaper__customer .swiper-slide .image {
    width: 64px;
    height: 64px;
    margin-right: 0;
  }

  .person .info {
    flex: 1;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .person .name {
    font-size: 14px;
    font-weight: 500;
    color: #181C25;
    line-height: 24px;
    margin-bottom: 2px;
  }

  .person .proffection {
    font-size: 12px;
    font-weight: 400;
    color: #545861;
    line-height: 20px;
  }

  .indicator {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0px
  }

  .indicator>div {
    width: 80px;
    height: 32px;
    margin-top: 8px;
  }

  .indicator>div img {
    width: 60px;
    height: auto;
    margin-top: 4px;
  }
}

@media screen and (max-width: 320px) {
  .left-right .left .title {
    font-size: 18px;
  }
}