@charset "UTF-8";
@import url(apply.css);
footer {
  background: #3D3E4A;
  overflow: hidden; }
  footer .footerT {
    padding-top: 45px;
    overflow: hidden; }
    footer .footerT .nav {
      margin-right: 50px; }
    footer .footerT dl, footer .footerT .nav {
      float: left; }
      footer .footerT dl dt, footer .footerT dl .footer-title, footer .footerT .nav dt, footer .footerT .nav .footer-title {
        color: #fff;
        font-size: 15px;
        margin-bottom: 30px;
        letter-spacing: 1px; }
      footer .footerT dl dd > div, footer .footerT dl dd > li, footer .footerT dl .nav-list > div, footer .footerT dl .nav-list > li, footer .footerT .nav dd > div, footer .footerT .nav dd > li, footer .footerT .nav .nav-list > div, footer .footerT .nav .nav-list > li {
        margin-bottom: 10px;
        letter-spacing: 1px; }
        footer .footerT dl dd > div:last-child, footer .footerT dl dd > li:last-child, footer .footerT dl .nav-list > div:last-child, footer .footerT dl .nav-list > li:last-child, footer .footerT .nav dd > div:last-child, footer .footerT .nav dd > li:last-child, footer .footerT .nav .nav-list > div:last-child, footer .footerT .nav .nav-list > li:last-child {
          margin: 0; }
      footer .footerT dl dd a, footer .footerT dl .nav-list a, footer .footerT .nav dd a, footer .footerT .nav .nav-list a {
        color: #9E9FA5 !important;
        font-size: 14px; }
        footer .footerT dl dd a:hover, footer .footerT dl .nav-list a:hover, footer .footerT .nav dd a:hover, footer .footerT .nav .nav-list a:hover {
          color: #fff !important; }
      footer .footerT dl dd p, footer .footerT dl .nav-list p, footer .footerT .nav dd p, footer .footerT .nav .nav-list p {
        color: #9E9FA5;
        font-size: 14px;
        margin-bottom: 19px; }
    footer .footerT dl:nth-child(2) {
      width: 80px;
      margin-right: 65px; }
    footer .footerT dl:nth-child(3) {
      margin-right: 60px; }
      footer .footerT dl:nth-child(3) dd {
        display: flex;
        flex-wrap: wrap;
        width: 260px; }
        footer .footerT dl:nth-child(3) dd div:nth-child(odd) {
          margin-right: 20px; }
    footer .footerT .qrCode {
      float: left;
      width: 220px;
      color: #A2A5AC;
      margin-right: 60px;
      font-size: 12px; }
      footer .footerT .qrCode img {
        width: 110px;
        height: 110px;
        margin: 20px 0 5px; }
      footer .footerT .qrCode .phone {
        font-size: 28px;
        color: #fff; }
  footer .friendLink {
    margin-top: 24px;
    border-top: 1px solid #585f6f;
    overflow: hidden;
    color: #a2a5ac;
    padding: 10px 0;
    line-height: 2em;
    font-size: 14px; }
    footer .friendLink .widthBase div {
      width: 1120px; }
    footer .friendLink .widthBase p {
      width: 80px; }
    footer .friendLink .widthBase div, footer .friendLink .widthBase p {
      float: left; }
    footer .friendLink a {
      display: inline-block;
      color: #a2a5ac;
      margin-left: 30px; }
  footer .footerBottom {
    font-size: 12px;
    color: #666B76;
    text-align: center;
    background: #3D3E4A;
    line-height: 24px;
    padding-bottom: 10px; }
    footer .footerBottom a {
      color: #666B76; }
    footer .footerBottom a:hover {
      color: #fff; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }

@keyframes fun {
  0% {
    transition-duration: 20s;
    transform: rotate(0deg);
    transition-timing-function: ease-in; }
  20% {
    transition-duration: 20s;
    transform: rotate(72deg);
    transition-timing-function: ease-in; }
  40% {
    transition-duration: 20s;
    transform: rotate(144deg);
    transition-timing-function: ease-in; }
  60% {
    transition-duration: 20s;
    transform: rotate(216deg);
    transition-timing-function: ease-in; }
  80% {
    transition-duration: 20s;
    transform: rotate(288deg);
    transition-timing-function: ease-in; }
  100% {
    transition-duration: 20s;
    transform: rotate(360deg);
    transition-timing-function: ease-in; } }
.title {
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 10px;
  color: #2B333F;
  font-size: 32px; }

.no-bottom {
  margin-bottom: 0; }

.no-right {
  margin-right: 0; }

.tips {
  text-align: center;
  line-height: 22px;
  margin-bottom: 60px;
  color: #2B333F;
  font-size: 16px; }

.contentTitle {
  font-weight: 500;
  color: #2B333F;
  font-size: 18px;
  line-height: 25px; }

.contentTips {
  color: #68747F;
  font-size: 15px;
  line-height: 23px; }

.product {
  position: relative;
  padding: 60px 0; }

.product-display {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  z-index: 9; }

.head_nav {
  width: 1200px;
  margin: 0 auto;
  height: 100%; }

.nav-left {
  display: flex;
  align-items: center; }
  .nav-left .logo {
    width: 144px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 60px; }
    .nav-left .logo img {
      width: 100%; }
  .nav-left .nav-list .nav-item {
    cursor: pointer; }
    .nav-left .nav-list .nav-item a {
      color: #2B333F; }
  .nav-left .nav-list .active-item a {
    color: #3470ff !important; }
  .nav-left .nav-list .nav-item:nth-child(-n+5) {
    margin-right: 45px; }

.nav-right {
  width: 126px;
  height: 34px;
  background: #3470ff;
  border: 1px solid #3470ff;
  border-radius: 4px;
  line-height: 34px;
  font-size: 15px;
  color: #fff;
  text-align: center; }

.banner-box {
  position: relative;
  height: 540px; }
  .banner-box .swiper-container-banner {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .banner-box .swiper-container-banner .swiper-slide {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(315deg, #ffffff, #f8fbff); }
    .banner-box .swiper-container-banner .swiper-slide .baseSize {
      width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1; }
    .banner-box .swiper-container-banner .right {
      position: relative;
      width: 371px;
      height: 372px; }
      .banner-box .swiper-container-banner .right .right-img {
        opacity: 0;
        position: absolute; }
      .banner-box .swiper-container-banner .right img {
        width: 100%; }
      .banner-box .swiper-container-banner .right img.scrm-img1 {
        width: 328px;
        height: 248px;
        left: -328px;
        bottom: 0; }
      .banner-box .swiper-container-banner .right img.scrm-img2 {
        width: 159px;
        height: 207px;
        top: 37px;
        right: -160px; }
      .banner-box .swiper-container-banner .right img.ai-img {
        width: 53px;
        height: 53px;
        opacity: 1;
        display: none; }
      .banner-box .swiper-container-banner .right img.ai-img1 {
        width: 191px;
        height: 254px;
        left: -191px;
        top: 16px; }
      .banner-box .swiper-container-banner .right img.ai-img2 {
        width: 81px;
        height: 242px;
        right: -81px;
        bottom: 0; }
      .banner-box .swiper-container-banner .right img.ai-img3 {
        right: 6px;
        top: 78px; }
      .banner-box .swiper-container-banner .right img.ai-img4 {
        right: 52px;
        top: 26px; }
      .banner-box .swiper-container-banner .right img.ai-img5 {
        right: 116px;
        top: 0; }
      .banner-box .swiper-container-banner .right img.so-img1 {
        width: 220px;
        height: 195px;
        left: -220px;
        bottom: 36px; }
      .banner-box .swiper-container-banner .right img.so-img2 {
        width: 242px;
        height: 183px;
        right: -242px;
        top: 44px; }
      .banner-box .swiper-container-banner .right img.so-img3 {
        width: 105px;
        height: 45px;
        right: 90px;
        top: -45px; }
    .banner-box .swiper-container-banner .CRM {
      height: 100%;
      background: transparent; }
      .banner-box .swiper-container-banner .CRM .banner-title {
        color: #2B333F; }
      .banner-box .swiper-container-banner .CRM .right {
        width: auto;
        height: auto; }
        .banner-box .swiper-container-banner .CRM .right img {
          width: 647px;
          height: 389px; }
    .banner-box .swiper-container-banner .banner-title {
      font-size: 45px;
      color: #2B333F;
      margin-bottom: 2px;
      line-height: 63px; }
    .banner-box .swiper-container-banner .banner-tips {
      font-size: 24px;
      color: #3470ff;
      line-height: 33px;
      margin-bottom: 26px; }
    .banner-box .swiper-container-banner .excess-tips {
      width: 500px;
      position: relative;
      padding: 0 13px;
      font-size: 14px;
      color: #2b333f;
      line-height: 22px;
      margin-bottom: 32px; }
    .banner-box .swiper-container-banner .excess-tips:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 5px;
      height: 45px;
      background: #3470ff; }
  .banner-box .swiper-pagination {
    bottom: 15% !important; }
  .banner-box .swiper-pagination-bullet {
    background: #3470ff;
    opacity: 0.6;
    -webkit-transition: all .3s;
    transition: all .2s; }
  .banner-box .swiper-pagination-bullet-active {
    width: 46px;
    opacity: 1;
    background: #3470ff;
    border-radius: 4px; }
  .banner-box .block-nav {
    position: absolute;
    bottom: -70px;
    z-index: 1;
    width: 100%;
    justify-content: center; }
  .banner-box .block-nav-item {
    position: relative;
    text-align: center;
    padding: 32px 13px;
    box-sizing: border-box;
    width: 252px;
    height: 140px;
    background: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px #f0f6fe; }
    .banner-box .block-nav-item .nav-item-title {
      margin-bottom: 10px; }
    .banner-box .block-nav-item .nav-item-tips {
      font-size: 14px; }
  .banner-box .active:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    transition: width .3s;
    height: 1px;
    background: linear-gradient(90deg, rgba(54, 207, 168, 0) 0%, #3470ff 50%, rgba(54, 207, 168, 0)); }
  .banner-box .block-nav-item:nth-child(-n+4) {
    margin-right: 20px; }

.business.product {
  padding-top: 120px; }

.business_nav_list {
  margin-bottom: 40px;
  position: relative;
  justify-content: space-around;
  border-bottom: 1px solid #e6e6e6; }
  .business_nav_list .business_nav_item {
    position: relative;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1; }
    .business_nav_list .business_nav_item .item_title {
      font-size: 18px; }
  .business_nav_list .active .item_title {
    color: #3470ff; }
  .business_nav_list .active .item_title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #3470ff; }
  .business_nav_list .item_title {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 22px; }

.business_list .business_item {
  display: none;
  align-items: center;
  justify-content: space-between; }
  .business_list .business_item .item_left .list {
    margin-bottom: 40px; }
  .business_list .business_item .item_left .item {
    margin-bottom: 15px; }
  .business_list .business_item .item_left .contentTitle {
    margin-bottom: 8px; }
  .business_list .business_item .item_right_img {
    width: 422px;
    height: 350px; }

.buttons-block {
  display: flex; }
  .buttons-block .button-block {
    width: 193px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer; }
  .buttons-block .button-chat {
    margin-right: 18px;
    background: #3470ff; }
    .buttons-block .button-chat:hover {
      transition: all .5s ease-in-out;
      background: #2DBB97;
      box-shadow: 0 5px 7px -2px #3470ff; }
  .buttons-block .button-form {
    background: #3470ff; }
    .buttons-block .button-form:hover {
      transition: all .5s ease-in-out;
      background: #6286EA;
      box-shadow: 0 5px 7px -2px #3470ff; }

.mantisMarCloud {
  background: url("../images/mar-bg.png") no-repeat center;
  background-size: auto 100%; }
  .mantisMarCloud .mantisMarCloud-box {
    background: #fff;
    height: 477px;
    padding: 45px 65px;
    border-radius: 4px;
    padding-right: 37px; }
    .mantisMarCloud .mantisMarCloud-box .mantisMarCloud-list {
      justify-content: space-around;
      margin-bottom: 40px;
      flex-wrap: wrap;
      align-items: flex-start; }
    .mantisMarCloud .mantisMarCloud-box .mantisMarCloud-item {
      width: 242px;
      min-height: 158px;
      padding: 28px 28px 0;
      border-right: 1px solid #F0F6FE; }
      .mantisMarCloud .mantisMarCloud-box .mantisMarCloud-item .contentTitle {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
      .mantisMarCloud .mantisMarCloud-box .mantisMarCloud-item .mar-icon {
        width: 20px;
        margin-right: 10px; }
    .mantisMarCloud .mantisMarCloud-box .mantisMarCloud-item:nth-child(-n+4) {
      padding-top: 0;
      border-bottom: 1px solid #F0F6FE; }
    .mantisMarCloud .mantisMarCloud-box .mantisMarCloud-item:nth-child(4n) {
      border-right: none; }

.mantisMarCloud .buttons-block, .mantisCRM .buttons-block, .mantisAI .buttons-block, .mantisSCRM .buttons-block, .mantisOS .buttons-block {
  justify-content: center; }

.customer-case .title, .understand-more .title, .customer-logo .title, .form-block .title {
  margin-bottom: 60px; }

.mantisCRM .mantisCRM-list {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px; }
.mantisCRM .mantisCRM-item {
  width: 240px;
  height: 254px;
  padding: 0px 30px;
  margin-right: 20px;
  text-align: center;
  cursor: pointer; }
  .mantisCRM .mantisCRM-item .animation-icon {
    position: absolute;
    margin: auto;
    width: 70px;
    height: 70px;
    top: 4px;
    left: 4px;
    z-index: -1;
    transition: all .3s;
    display: none;
    animation: fun 1s infinite; }
  .mantisCRM .mantisCRM-item:hover .animation-icon {
    display: inline; }
.mantisCRM .mantisCRM-item:nth-child(-n+4) {
  margin-bottom: 8px; }
.mantisCRM .mantisCRM-item:nth-child(4n) {
  margin-right: 0; }
.mantisCRM .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative; }
  .mantisCRM .icon-box img {
    width: 100%; }
.mantisCRM .contentTitle {
  margin-bottom: 9px; }
.mantisCRM .contentTips {
  text-align: justify; 
  }

.mantisAI .mantisAI-list {
  width: 1104px;
  position: relative;
  height: 585px;
  flex-wrap: wrap; }
  .mantisAI .mantisAI-list .mantisAI-item {
    width: 50%;
    z-index: 1; }
    .mantisAI .mantisAI-list .mantisAI-item .ai-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .mantisAI .mantisAI-list .mantisAI-item .contentTitle {
      display: flex;
      align-items: center; }
    .mantisAI .mantisAI-list .mantisAI-item .contentTips {
      width: 300px;
      margin-top: 8px; }
  .mantisAI .mantisAI-list .mantisAI-item:nth-child(odd) {
    padding-left: 22%; }
  .mantisAI .mantisAI-list .mantisAI-item.padding-left {
    padding-left: 4.5%;
    margin-top: 15px; }
  .mantisAI .mantisAI-list .mantisAI-item.padding-right {
    padding-left: 18%;
    margin-top: -7px; }
  .mantisAI .mantisAI-list .ai-bg {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1104px;
    height: 615px; }
    .mantisAI .mantisAI-list .ai-bg img {
      width: 100%; }
.mantisAI .buttons-block {
  position: relative;
  z-index: 1; }

.mantisSCRM .mantisSCRM-list {
  margin-bottom: 50px;
  flex-wrap: wrap; }
  .mantisSCRM .mantisSCRM-list .mantisSCRM-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 27px 37px;
    margin-bottom: 20px;
    width: 536px;
    height: 123px;
    background: #ffffff;
    border: 1px solid #e0e4ea;
    border-radius: 4px;
    cursor: pointer; }
  .mantisSCRM .mantisSCRM-list .active {
    border: none;
    background: url("../images/scrm-item-bg.png") no-repeat center;
    background-size: 557px 144px; }
.mantisSCRM .contentTitle {
  margin-bottom: 10px; }
.mantisSCRM .icon-box {
  width: 69px;
  height: 69px;
  margin-right: 36px;
  flex-shrink: 0; }
  .mantisSCRM .icon-box img {
    width: 100%; }

.mantisOS .swiper-container-mantisOS {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 50px;
  height: 340px; }
  .mantisOS .swiper-container-mantisOS .mantisOS-list {
    align-items: center; }
  .mantisOS .swiper-container-mantisOS .mantisOS-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 210px;
    height: 307px;
    border: 1px solid #e0e4ea;
    border-radius: 4px;
    margin-right: 10px;
    padding: 28px 10px;
    text-align: center;
    cursor: pointer;
    transition: height .3s; }
    .mantisOS .swiper-container-mantisOS .mantisOS-item:hover {
      height: 340px;
      background: #fff; }
  .mantisOS .swiper-container-mantisOS .left {
    margin-bottom: 22px; }
  .mantisOS .swiper-container-mantisOS .banner-title {
    font-size: 18px;
    color: #2B333F;
    line-height: 25px;
    margin-bottom: 10px; }
  .mantisOS .swiper-container-mantisOS .banner-tips {
    font-size: 14px;
    color: #68747F;
    line-height: 23px; }
  .mantisOS .swiper-container-mantisOS img {
    width: 100%; }
.mantisOS .swiper-buttons {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 48%; }
  .mantisOS .swiper-buttons .swiper-button-prev, .mantisOS .swiper-buttons .swiper-button-next {
    color: #3470ff;
    z-index: 0; }
  .mantisOS .swiper-buttons .swiper-button-prev {
    left: -3%; }
  .mantisOS .swiper-buttons .swiper-button-next {
    right: -2%; }

.customer_box {
  padding: 60px 0;
  transition: all 0.3s;
  position: relative; }
  .customer_box .customer_Imgbg_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }
    .customer_box .customer_Imgbg_box img {
      width: 100%;
      height: 100%; }
  .customer_box .customer_title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #2B333F;
    line-height: 50px;
    margin-bottom: 6px;
    position: relative; }
  .customer_box .customer_dis {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #2B333F;
    line-height: 22px;
    margin-bottom: 45px;
    position: relative; }
  .customer_box .customer_nav_box {
    position: relative;
    width: 1180px;
    margin: 0 auto 40px;
    padding: 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #979797; }
    .customer_box .customer_nav_box .customer_nav {
      display: flex;
      align-items: center;
      overflow: hidden;
      overflow-x: auto;
      white-space: nowrap;
      width: 100%; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #2B333F;
        line-height: 28px;
        cursor: pointer;
        position: relative;
        padding-bottom: 23px; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item.active:after {
        width: 80px;
        height: 4px;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(1).active:after {
        background: #3470ff; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(2).active:after {
        background: #2EB7DB; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(3).active:after {
        background: #43A5ED; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(4).active:after {
        background: #FDCC08; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(5).active:after {
        background: #3470ff; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(6).active:after {
        background: #1FA375; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(7).active:after {
        background: #FE3F74; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(8).active:after {
        background: #E96713; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(9).active:after {
        background: #FFA634; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(10).active:after {
        background: #FE5E50; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(11).active:after {
        background: #31A7FE; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(12).active:after {
        background: #129FB7; }
      .customer_box .customer_nav_box .customer_nav .customer_nav_item:nth-child(-n+11) {
        margin-right: 50px; }
    .customer_box .customer_nav_box .customer_nav::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      overflow: -moz-hidden-unscrollable;
      width: calc(100vw + 18px); }
  .customer_box .customer_swiper-container-box {
    position: relative; }
  .customer_box .customer_list {
    overflow: hidden; }
    .customer_box .customer_list .customer_item {
      cursor: pointer;
      margin-right: 30px;
      box-sizing: border-box;
      height: 426px;
      background: #ffffff;
      border-radius: 4px;
      display: flex;
      width: 1113px; }
    .customer_box .customer_list .swiper-button-prev:after, .customer_box .customer_list .swiper-button-next:after {
      content: none; }
    .customer_box .customer_list .swiper-button-prev, .customer_box .customer_list .swiper-button-next {
      z-index: 1; }
      .customer_box .customer_list .swiper-button-prev img, .customer_box .customer_list .swiper-button-next img {
        width: 82px;
        height: 82px; }
    .customer_box .customer_list .swiper-button-prev {
      left: -10px; }
    .customer_box .customer_list .swiper-button-next {
      right: -10px; }
    .customer_box .customer_list .customer_left {
      width: 298px;
      height: 100%; }
    .customer_box .customer_list .customer_right {
      width: 815px;
      height: 100%;
      box-sizing: border-box;
      padding-left: 70px;
      padding-top: 50px;
      transition: all 0.3s; }
      .customer_box .customer_list .customer_right .customer_title {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        line-height: 28px;
        margin-bottom: 32px;
        text-align: left;
        position: relative; }
      .customer_box .customer_list .customer_right .customer_title:after {
        content: '';
        position: absolute;
        width: 32px;
        height: 4px;
        background: #3470ff;
        left: 0;
        bottom: -8px; }
      .customer_box .customer_list .customer_right .customer_dis {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 26px;
        margin-bottom: 17px; }
      .customer_box .customer_list .customer_right .customer_tips {
        margin-bottom: 60px; }
        .customer_box .customer_list .customer_right .customer_tips p {
          position: relative;
          padding-left: 34px;
          font-size: 16px;
          font-weight: 400;
          text-align: left;
          color: #ffffff;
          line-height: 30px; }
        .customer_box .customer_list .customer_right .customer_tips p:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 14px;
          height: 14px; }
      .customer_box .customer_list .customer_right .custoemr_buttons {
        display: flex; }
        .customer_box .customer_list .customer_right .custoemr_buttons .details, .customer_box .customer_list .customer_right .custoemr_buttons .try {
          width: 150px;
          height: 42px;
          border-radius: 20px;
          font-size: 18px;
          line-height: 42px;
          text-align: center;
          color: #ffff;
          display: flex;
          align-items: center;
          justify-content: center; }
        .customer_box .customer_list .customer_right .custoemr_buttons .details {
          margin-right: 40px; }
    .customer_box .customer_list .jy1 {
      background: url("../images/jy_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item1 {
      background: url("../images/jy_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item1 .customer_tips p:before {
        background: url("../images/jy_svg.png") no-repeat center;
        background-size: 100% 100%; }
      .customer_box .customer_list .customer_item1 .custoemr_buttons .details {
        background: #3470ff;
        box-shadow: 0px 3px 6px 0px rgba(4, 90, 66, 0.2);
        margin-right: 40px; }
        .customer_box .customer_list .customer_item1 .custoemr_buttons .details:hover {
          background: #6EDCC2; }
      .customer_box .customer_list .customer_item1 .custoemr_buttons .try {
        color: #fff;
        border: 1px solid #3470ff; }
        .customer_box .customer_list .customer_item1 .custoemr_buttons .try:hover {
          color: #3470ff; }
      .customer_box .customer_list .customer_item1 .try {
        color: #3470ff; }
    .customer_box .customer_list .ctyl1 {
      background: url("../images/ctyl_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item2 {
      background: url("../images/ctyl_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item2 .customer_title:after {
        background: #2EB7DB; }
      .customer_box .customer_list .customer_item2 .customer_tips p:before {
        background: url("../images/ctyl_svg.png") no-repeat center;
        background-size: 100% 100%; }
      .customer_box .customer_list .customer_item2 .custoemr_buttons .details {
        background: #2EB7DB; }
        .customer_box .customer_list .customer_item2 .custoemr_buttons .details:hover {
          background: #57d0e8; }
      .customer_box .customer_list .customer_item2 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #2EB7DB; }
        .customer_box .customer_list .customer_item2 .custoemr_buttons .try:hover {
          color: #57D0E8; }
    .customer_box .customer_list .xfyl1 {
      background: url("../images/xfyl_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item3 {
      background: url("../images/xfyl_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item3 .customer_title:after {
        background: #43A5ED; }
      .customer_box .customer_list .customer_item3 .custoemr_buttons .details {
        background: #43A5ED; }
        .customer_box .customer_list .customer_item3 .custoemr_buttons .details:hover {
          background: #6ec4fa; }
      .customer_box .customer_list .customer_item3 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #43A5ED; }
        .customer_box .customer_list .customer_item3 .custoemr_buttons .try:hover {
          color: #6EC4FA; }
      .customer_box .customer_list .customer_item3 .customer_tips p:before {
        background: url("../images/xfyl_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .cs1 {
      background: url("../images/cs_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item4 {
      background: url("../images/cs_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item4 .customer_title:after {
        background: #FDCC08; }
      .customer_box .customer_list .customer_item4 .custoemr_buttons .details {
        background: #FDCC08; }
        .customer_box .customer_list .customer_item4 .custoemr_buttons .details:hover {
          background: #FFDD30; }
      .customer_box .customer_list .customer_item4 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #FDCC08; }
        .customer_box .customer_list .customer_item4 .custoemr_buttons .try:hover {
          color: #FFDD30; }
      .customer_box .customer_list .customer_item4 .customer_tips p:before {
        background: url("../images/cs_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .zs1 {
      background: url("../images/zs_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item5 {
      background: url("../images/zs_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item5 .customer_title:after {
        background: #3470ff; }
      .customer_box .customer_list .customer_item5 .custoemr_buttons .details {
        background: #3470ff; }
        .customer_box .customer_list .customer_item5 .custoemr_buttons .details:hover {
          background: #9ebbff; }
      .customer_box .customer_list .customer_item5 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #3470ff; }
        .customer_box .customer_list .customer_item5 .custoemr_buttons .try:hover {
          color: #9EBBFF; }
      .customer_box .customer_list .customer_item5 .customer_tips p:before {
        background: url("../images/zs_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .ds1 {
      background: url("../images/ds_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item6 {
      background: url("../images/ds_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item6 .customer_title:after {
        background: #1FA375; }
      .customer_box .customer_list .customer_item6 .custoemr_buttons .details {
        background: #1FA375; }
        .customer_box .customer_list .customer_item6 .custoemr_buttons .details:hover {
          background: #60bd96; }
      .customer_box .customer_list .customer_item6 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #1FA375; }
        .customer_box .customer_list .customer_item6 .custoemr_buttons .try:hover {
          color: #60BD96; }
      .customer_box .customer_list .customer_item6 .customer_tips p:before {
        background: url("../images/ds_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .jj1 {
      background: url("../images/jj_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item7 {
      background: url("../images/jj_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item7 .customer_title:after {
        background: #FE3F74; }
      .customer_box .customer_list .customer_item7 .custoemr_buttons .details {
        background: #FE3F74; }
        .customer_box .customer_list .customer_item7 .custoemr_buttons .details:hover {
          background: #ff698e; }
      .customer_box .customer_list .customer_item7 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #FE3F74; }
        .customer_box .customer_list .customer_item7 .custoemr_buttons .try:hover {
          color: #FF698E; }
      .customer_box .customer_list .customer_item7 .customer_tips p:before {
        background: url("../images/jz_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .ls1 {
      background: url("../images/ls_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item8 {
      background: url("../images/ls_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item8 .customer_title:after {
        background: #E96713; }
      .customer_box .customer_list .customer_item8 .custoemr_buttons .details {
        background: #E96713; }
        .customer_box .customer_list .customer_item8 .custoemr_buttons .details:hover {
          background: #f58b3b; }
      .customer_box .customer_list .customer_item8 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #E96713; }
        .customer_box .customer_list .customer_item8 .custoemr_buttons .try:hover {
          color: #F58B3B; }
      .customer_box .customer_list .customer_item8 .customer_tips p:before {
        background: url("../images/ls_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .jr1 {
      background: url("../images/jr_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item9 {
      background: url("../images/jr_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item9 .customer_title:after {
        background: #FFA634; }
      .customer_box .customer_list .customer_item9 .custoemr_buttons .details {
        background: #FFA634; }
        .customer_box .customer_list .customer_item9 .custoemr_buttons .details:hover {
          background: #ffbe5c; }
      .customer_box .customer_list .customer_item9 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #FFA634; }
        .customer_box .customer_list .customer_item9 .custoemr_buttons .try:hover {
          color: #FFBE5C; }
      .customer_box .customer_list .customer_item9 .customer_tips p:before {
        background: url("../images/jr-svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .tz1 {
      background: url("../images/tz_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item10 {
      background: url("../images/tz_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item10 .customer_title:after {
        background: #FE5E50; }
      .customer_box .customer_list .customer_item10 .custoemr_buttons .details {
        background: #FE5E50; }
        .customer_box .customer_list .customer_item10 .custoemr_buttons .details:hover {
          background: #ff8878; }
      .customer_box .customer_list .customer_item10 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #FE5E50; }
        .customer_box .customer_list .customer_item10 .custoemr_buttons .try:hover {
          color: #FF8878; }
      .customer_box .customer_list .customer_item10 .customer_tips p:before {
        background: url("../images/tz_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .qc1 {
      background: url("../images/qc_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item11 {
      background: url("../images/qc_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item11 .customer_title:after {
        background: #31A7FE; }
      .customer_box .customer_list .customer_item11 .custoemr_buttons .details {
        background: #31A7FE; }
        .customer_box .customer_list .customer_item11 .custoemr_buttons .details:hover {
          background: #59bfff; }
      .customer_box .customer_list .customer_item11 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #31A7FE; }
        .customer_box .customer_list .customer_item11 .custoemr_buttons .try:hover {
          color: #59BFFF; }
      .customer_box .customer_list .customer_item11 .customer_tips p:before {
        background: url("../images/qc_svg.png") no-repeat center;
        background-size: 100% 100%; }
    .customer_box .customer_list .zj1 {
      background: url("../images/zj_industry_img1.png") no-repeat center;
      background-size: 100% 100%; }
    .customer_box .customer_list .customer_item12 {
      background: url("../images/zj_industry_img2.png") no-repeat center;
      background-size: 100% 100%; }
      .customer_box .customer_list .customer_item12 .customer_title:after {
        background: #129FB7; }
      .customer_box .customer_list .customer_item12 .custoemr_buttons .details {
        background: #129FB7; }
        .customer_box .customer_list .customer_item12 .custoemr_buttons .details:hover {
          background: #58c7d1; }
      .customer_box .customer_list .customer_item12 .custoemr_buttons .try {
        color: #ffffff;
        border: 1px solid #129FB7; }
        .customer_box .customer_list .customer_item12 .custoemr_buttons .try:hover {
          color: #58C7D1; }
      .customer_box .customer_list .customer_item12 .customer_tips p:before {
        background: url("../images/zj_svg.png") no-repeat center;
        background-size: 100% 100%; }

.customer-case .customer_g_list {
  display: flex;
  justify-content: center; }
  .customer-case .customer_g_list .customer_g_item {
    cursor: pointer;
    margin-right: 30px;
    box-sizing: border-box;
    width: 342px;
    height: 470px;
    background: #ffffff;
    border-radius: 4px; }
  .customer-case .customer_g_list .customer_g_video_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 192px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .customer-case .customer_g_list .customer_g_video_box .video_img {
      width: 100%;
      height: 100%; }
    .customer-case .customer_g_list .customer_g_video_box img.video_icon {
      position: absolute;
      top: 35%;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 80px;
      height: 80px; }
  .customer-case .customer_g_list .copywriting {
    border: 1px solid #e0e4ea;
    border-top: none;
    position: relative;
    padding: 40px 20px 0;
    height: 278px;
    box-sizing: border-box; }
    .customer-case .customer_g_list .copywriting .copywriting_title {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #2B333F;
      line-height: 22px; }
    .customer-case .customer_g_list .copywriting .copywriting_desc {
      font-size: 14px;
      font-weight: 400;
      color: #68747F;
      line-height: 26px; }
    .customer-case .customer_g_list .copywriting .more {
      position: absolute;
      font-size: 14px;
      font-weight: 400;
      text-align: right;
      color: #68747f;
      line-height: 26px;
      bottom: 20px;
      right: 36px;
      cursor: pointer; }
  .customer-case .customer_g_list .customer_g_item:last-child {
    margin-right: 0; }
  .customer-case .customer_g_list .customer_g_item:hover {
    border: none;
    box-shadow: 0px 6px 18px 0px rgba(10, 20, 31, 0.14); }
    .customer-case .customer_g_list .customer_g_item:hover .more {
      color: #3470ff; }

.understand-more .understand-more-list {
  flex-wrap: wrap;
  justify-content: flex-start; }
.understand-more .understand-more-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 68px;
  background: #F4FAFF;
  border: 1px solid #f0f6fe;
  border-radius: 4px;
  padding: 27px 42px;
  margin: 0 30px 30px 0;
  cursor: pointer; }
  .understand-more .understand-more-item:hover {
    box-shadow: 0px 2px 21px 0px #e5e5e5; }
.understand-more .understand-more-item:hover {
  box-shadow: 0px 2px 21px 0px #e5e5e5; }
.understand-more .icon-box {
  width: 26px;
  height: 26px;
  margin-right: 20px; }
.understand-more .mar-icon {
  width: 100%; }
.understand-more .understand-more-item:nth-child(4n) {
  margin-right: 0; }

.customer-logo {
  overflow: hidden;
  width: 100%;
  padding-bottom: 54px; }
  .customer-logo .module4_box {
    height: 500px;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .customer-logo .module4_box img {
      position: absolute;
      width: 100%; }
    .customer-logo .module4_box .s1 {
      animation: run1 30s linear infinite; }
    .customer-logo .module4_box .s2 {
      animation: run2 30s linear infinite; }

.form-block {
  padding-bottom: 0;
  height: 568px; }
  .form-block .title {
    margin-bottom: 0;
    z-index: 1;
    position: relative; }
  .form-block .applyModule {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    box-sizing: border-box;
    background: url(../images/apply_module_img.png) no-repeat center;
    background-size: auto 100%; }
  .form-block .data_insight_num {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 199px;
    border-bottom: 1px solid #3470ff; }
    .form-block .data_insight_num .module3_topItem {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
      color: #fff; }
      .form-block .data_insight_num .module3_topItem img {
        width: 24px;
        height: 31px; }
      .form-block .data_insight_num .module3_topItem .up_icon {
        position: absolute;
        width: 39px;
        height: 39px;
        top: 10px;
        right: 30px; }
    .form-block .data_insight_num .module3_topItemUp {
      font-size: 48px;
      font-weight: 400;
      color: #282828;
      line-height: 67px; }
    .form-block .data_insight_num .module3_topItemDown {
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      color: #282828;
      line-height: 22px; }
  .form-block .form-bottom-box {
    z-index: 1;
    margin-top: 85px;
    position: relative; }
    .form-block .form-bottom-box .input-list, .form-block .form-bottom-box .pro-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .form-block .form-bottom-box .input-list {
      padding-bottom: 23px; }
    .form-block .form-bottom-box .input-item {
      width: 340px;
      height: 38px;
      line-height: 38px;
      background: #ffffff;
      border-radius: 6px;
      font-size: 14px;
      flex: 1;
      display: flex;
      align-items: center;
      color: #2B333F;
      padding-left: 35px;
      position: relative; }
      .form-block .form-bottom-box .input-item input {
        border: none;
        width: 100%;
        height: 100%; }
        .form-block .form-bottom-box .input-item input:focus, .form-block .form-bottom-box .input-item input:active {
          outline: none;
          border-color: transparent;
          box-shadow: none; }
      .form-block .form-bottom-box .input-item input::-webkit-input-placeholder, .form-block .form-bottom-box .input-item textarea::-webkit-input-placeholder {
        color: #BBBBBB;
        font-size: 14px; }
      .form-block .form-bottom-box .input-item input:-moz-placeholder, .form-block .form-bottom-box .input-item textarea:-moz-placeholder {
        color: #BBBBBB;
        font-size: 14px; }
      .form-block .form-bottom-box .input-item input::-moz-placeholder, .form-block .form-bottom-box .input-item textarea::-moz-placeholder {
        color: #BBBBBB;
        font-size: 14px; }
      .form-block .form-bottom-box .input-item input:-ms-input-placeholder, .form-block .form-bottom-box .input-item textarea:-ms-input-placeholder {
        color: #BBBBBB;
        font-size: 14px; }
      .form-block .form-bottom-box .input-item .input-icon {
        width: 18px;
        height: 18px;
        margin-right: 15px; }
      .form-block .form-bottom-box .input-item .error-meg {
        display: none;
        position: absolute;
        bottom: -15px;
        left: 35px;
        font-size: 10px;
        line-height: 1;
        color: rgba(255, 57, 77, 0.93); }
      .form-block .form-bottom-box .input-item .getCode {
        position: absolute;
        top: 0;
        cursor: pointer;
        bottom: 0;
        right: 5px;
        margin: auto;
        height: 20px;
        display: inline-block;
        padding-left: 5px;
        line-height: 20px;
        color: #2B333F;
        border-left: 1px solid #3470ff; }
    .form-block .form-bottom-box .input-item:nth-child(-n+3) {
      margin-right: 30px; }
    .form-block .form-bottom-box .pro-item {
      cursor: pointer;
      text-align: center;
      height: 38px;
      width: 116px;
      line-height: 38px;
      background: #ffffff;
      border: 1px solid #3470ff;
      border-radius: 6px;
      font-size: 14px;
      color: #A1A6AB; }
    .form-block .form-bottom-box .pro-item.active {
      background: #3470ff;
      color: #fff; }
    .form-block .form-bottom-box .button {
      cursor: pointer;
      width: 219px;
      height: 38px;
      line-height: 38px;
      background: #2b333f;
      border-radius: 6px;
      margin-left: 40px;
      color: #fff;
      text-align: center; }

@keyframes run1 {
  from {
    left: 0; }
  to {
    left: -100%; } }
@keyframes run2 {
  from {
    left: 100%; }
  to {
    left: 0; } }
.mask_video_box {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.3); }
  .mask_video_box .video_box {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff; }
    .mask_video_box .video_box .close_icon {
      position: absolute;
      right: -28px;
      padding: 8px;
      background: white;
      border-radius: 4px;
      width: 12px;
      cursor: pointer; }

.freeTrial_btn {
  cursor: pointer; }

/* 输入框placeholder样式 */
input::-webkit-input-placeholder {
  color: #A1A6AB;
  font-size: .16rem; }

input:-moz-placeholder {
  color: #A1A6AB;
  font-size: .16rem; }

input:-ms-input-placeholder {
  color: #A1A6AB;
  font-size: .16rem; }

#drogue {
  position: fixed;
  top: 30%;
  right: 20px;
  width: 136px;
  z-index: 999; }
  #drogue .img {
    width: 136px;
    height: 100px;
    margin-bottom: 8px;
    cursor: pointer; }
    #drogue .img img {
      width: 100%; }
  #drogue .drogue-tips {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 136px;
    height: 60px;
    background: #ffffff;
    font-size: 14px;
    padding: 10px;
    color: #282828;
    border-radius: 8px;
    box-shadow: 0px 2px 21px 0px #e5e5e5; }
  #drogue .drogue-list {
    margin: 0 auto;
    width: 105px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 2px 21px 0px #e5e5e5; }
  #drogue .drogue-item {
    cursor: pointer;
    font-size: 16px;
    color: #282828;
    display: flex;
    padding: 10px 10px;
    align-items: center;
    position: relative;
    font-size: 14px; }
    #drogue .drogue-item .icon {
      width: 14px;
      height: 14px;
      margin-right: 6px; }
    #drogue .drogue-item .drogueTel, #drogue .drogue-item .wechat-box {
      position: absolute;
      right: 103px;
      top: 10px;
      background: #fff;
      box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2);
      width: 180px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #3470FF;
      border-radius: 5px;
      transition: all .3s ease-in-out;
      opacity: 0;
      z-index: 0; }
    #drogue .drogue-item .wechat-box {
      top: -40px;
      z-index: 99;
      right: 120px;
      width: 150px;
      height: auto;
      display: flex;
      flex-direction: column;
      font-size: 12px;
      justify-content: center;
      color: #000;
      padding: 10px;
      border-radius: 4px;
      box-shadow: 0px 2px 21px 0px #e5e5e5;
      background: #fff; }
      #drogue .drogue-item .wechat-box img {
        width: 100%; }
      #drogue .drogue-item .wechat-box span {
        display: inline-block;
        padding-top: 5px; }
  #drogue .wechat {
    position: relative;
    padding-top: 20px; }
    #drogue .wechat:hover .wechat-box {
      z-index: 99;
      opacity: 1; }
  #drogue .phone {
    position: relative;
    padding-top: 20px; }
    #drogue .phone:hover .drogueTel {
      opacity: 99;
      right: 120px;
      z-index: 1; }
  #drogue .drogue-item.phone:before, #drogue .drogue-item.chat:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 1px;
    background: #E2E4ED; }
  #drogue .drogue-item.chat {
    padding-bottom: 10px; }
  #drogue .drogue-item.wechat {
    padding-top: 10px; }
  #drogue .drogue-item.back {
    background: #282828;
    color: #fff;
    font-size: 14px; }

#apply-form1, #apply-form2 {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6); }

/** form1 */
#form1, #form2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url("../images/form1-bg.png") no-repeat center;
  background-size: 100%;
  margin: auto;
  width: 828px;
  height: 547px; }
  #form1 .form1-close, #form1 .form2-close, #form2 .form1-close, #form2 .form2-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 45px;
    cursor: pointer; }
  #form1 .form2-close, #form2 .form2-close {
    right: -60px;
    width: 68px;
    height: 68px;
    top: -20px; }
  #form1 .input-list, #form2 .input-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 42%;
    margin-bottom: 25px; }
  #form1 .input-item, #form2 .input-item {
    width: 220px;
    height: 40px;
    background: #f4faff;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
    display: flex;
    padding-left: 12px;
    align-items: center;
    color: #2B333F;
    position: relative; }
    #form1 .input-item input, #form2 .input-item input {
      border: none;
      width: 88%;
      height: 100%;
      margin: 0 auto;
      background: #f4faff; }
      #form1 .input-item input:focus, #form1 .input-item input:active, #form2 .input-item input:focus, #form2 .input-item input:active {
        outline: none;
        border-color: transparent;
        box-shadow: none; }
    #form1 .input-item input::-webkit-input-placeholder, #form1 .input-item textarea::-webkit-input-placeholder, #form2 .input-item input::-webkit-input-placeholder, #form2 .input-item textarea::-webkit-input-placeholder {
      color: #BBBBBB;
      font-size: 14px; }
    #form1 .input-item input:-moz-placeholder, #form1 .input-item textarea:-moz-placeholder, #form2 .input-item input:-moz-placeholder, #form2 .input-item textarea:-moz-placeholder {
      color: #BBBBBB;
      font-size: 14px; }
    #form1 .input-item input::-moz-placeholder, #form1 .input-item textarea::-moz-placeholder, #form2 .input-item input::-moz-placeholder, #form2 .input-item textarea::-moz-placeholder {
      color: #BBBBBB;
      font-size: 14px; }
    #form1 .input-item input:-ms-input-placeholder, #form1 .input-item textarea:-ms-input-placeholder, #form2 .input-item input:-ms-input-placeholder, #form2 .input-item textarea:-ms-input-placeholder {
      color: #BBBBBB;
      font-size: 14px; }
    #form1 .input-item .input-icon, #form2 .input-item .input-icon {
      width: 18px;
      height: 18px;
      margin-right: 15px; }
    #form1 .input-item .error-meg, #form2 .input-item .error-meg {
      position: absolute;
      bottom: -15px;
      left: 25px;
      display: none;
      font-size: 10px;
      line-height: 1;
      color: rgba(255, 57, 77, 0.93); }
  #form1 .input-item:nth-child(-n+4), #form2 .input-item:nth-child(-n+4) {
    margin-right: 20px; }
  #form1 .form1-button, #form1 .form2-button, #form2 .form1-button, #form2 .form2-button {
    width: 216px;
    height: 55px;
    cursor: pointer;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(270deg, #30baf6, #3cd8f9);
    border-radius: 28px;
    font-size: 21px;
    color: #fff; }
  #form1 .product-box, #form1 .company-scale, #form1 .company-industry, #form2 .product-box, #form2 .company-scale, #form2 .company-industry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
    padding: 0 0 0 60px; }
    #form1 .product-box ul, #form1 .company-scale ul, #form1 .company-industry ul, #form2 .product-box ul, #form2 .company-scale ul, #form2 .company-industry ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #form1 .product-box ul li, #form1 .company-scale ul li, #form1 .company-industry ul li, #form2 .product-box ul li, #form2 .company-scale ul li, #form2 .company-industry ul li {
        font-size: 14px;
        text-align: center;
        color: #2b333f;
        line-height: 20px;
        padding: 3px 20px;
        background: #f4faff;
        border-radius: 14px;
        margin-right: 10px;
        cursor: pointer;
        border: 1px solid transparent; }
      #form1 .product-box ul .active, #form1 .company-scale ul .active, #form1 .company-industry ul .active, #form2 .product-box ul .active, #form2 .company-scale ul .active, #form2 .company-industry ul .active {
        font-weight: 500;
        border: 1px solid #3470ff; }
  #form1 .product-box, #form2 .product-box {
    margin-top: 183px; }
  #form1 .item-title, #form2 .item-title {
    font-size: 14px;
    font-weight: 500;
    color: #2b333f;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 22px;
    flex-shrink: 0; }
    #form1 .item-title .form2-icon, #form2 .item-title .form2-icon {
      width: 13px;
      height: 13px;
      margin-right: 5px; }

#form2 {
  background: url("../images/form2-bg.png") no-repeat center;
  background-size: 100%;
  width: 705px;
  height: 500px; }
  #form2 .input-list {
    padding-top: 0; }
    #form2 .input-list .input-item .error-meg {
      left: 24px; }
  #form2 .input-item:nth-child(-n+3) {
    margin-right: 10px; }
  #form2 .product-box li {
    margin-bottom: 13px; }
  #form2 .company-industry ul li {
    padding: 3px 16px; }
  #form2 .form2-button {
    background: linear-gradient(160deg, #82a0ff 12%, #02f5aa 87%); }

#can {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

#form1-getCode, #form2-getCode {
  cursor: pointer;
  position: absolute;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  background: #e4eafd;
  border: 1px solid #b9c7f7;
  border-radius: 13px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  color: #3470ff;
  font-size: 12px;
  text-align: center; }

@media screen and (max-width: 1366px) {
  .customer-logo .module4_box {
    height: 320px; } }

/*# sourceMappingURL=index.css.map */
