#service {
    margin-top: 76px;
    background-color: #fff;
}


.bannber-bg {
  width: 100%;
}

.crm-top {
  position: relative;
}

.top-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}


.float-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.small-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}

.f-down-btitle {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
}

.f-down-stitle {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin: 10px 0 20px;
}

#service .banner {
    position: relative;
  }
  
  #service .banner .serve-img {
    display: block;
    width: 100%;
  }
  
  #service .banner .textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #service .banner .textbox .title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
  }
  
  #service .banner .textbox .subtitle {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  
  #service .el-container {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #fff;
  }

  #service .el-container .left-box {
      /* width: 840px; */
      /* float: left; */
  }
  
  #service .el-container .left-box .banben-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  
  #service .el-container .left-box .banben-box .banben-tab {
    cursor: pointer;
    width: 80px;
    text-align: center;
    font-size: 18px;
    margin-right: 60px;
    padding-bottom: 8px;
    /* color: #0252CC; */
    border-bottom: 3px solid #fff;
  }
  
  #service .el-container .aside-card {
    background: #fafafc;
    margin-bottom: 30px;
    margin-top: 61px;
    padding-bottom: 34px;
  }
  
  #service .el-container .aside-card .base-title {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  #service .el-container .aside-card .sup-title {
    padding-top: 38px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e6;
    align-items: flex-end;
  }
  
  #service .el-container .aside-card .sup-title .sp1 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
  }
  
  #service .el-container .aside-card .sup-title .sp2 {
    font-size: 16px;
    font-weight: 500;
    color: #47a3ff;
    cursor: pointer;
  }
  
  #service .el-container .aside-card .sub-title {
    padding-top: 14px;
    align-items: center;
  }
  
  #service .el-container .aside-card .sub-title .sp3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
  }
  
  #service .el-container .aside-card .sub-title .sp4 {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #47a3ff;
    border-radius: 15px;
    text-align: center;
    color: #47a3ff;
  }
  
  #service .el-container .aside-card .sub-title .sp4:hover {
    color: #fff;
    background: #47a3ff;
  }
  
  #service .el-container .card-box .two-card {
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .card-box {
    width: 441px;
    background: #fff;
    box-shadow: 0px 2px 12px #D7DBDF;
    margin-bottom: 30px;
  }

  .help-center {
    color: #42526E;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .down-wrap {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px #D7DBDF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .down-wrap .down-title {
    color: #253858;
    font-size: 24px;
  }

  .down-wrap .down-btn {
    width: 244px;
    height: 38px;
    background: #0052CC;
    opacity: 1;
    border-radius: 3px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
    cursor: pointer;
  }

  .down-wrap .down-auth {
    color: #0052CC;
    font-size: 14px;
  }
  
  #service .el-container .card-box .two-card .tu-wen {
    height: 60px;
    margin-left: 30px;
  }
  
  #service .el-container .card-box .two-card .tu-wen .tupian {
    float: left;
    width: 48px;
    height: 48px;
    display: inline-block;
  }
  
  #service .el-container .card-box .two-card .tu-wen .txt {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 18px;
  }
  
  #service .el-container .card-box .two-card .tu-wen h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    margin: 0;
  }
  
  #service .el-container .card-box .two-card .tu-wen h2 {
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    line-height: 30px;
    margin: 0;
  }
  
  #service .el-container .card-box .two-card .imgicon {
    margin-right: 30px;
  }
  
  .license-content {
    white-space: pre-wrap;
    word-wrap: break-word;
    height: 50vh;
    overflow-y: auto;
    line-height: 18px;
  }
  
  .activeColor {
    border-bottom: 3px solid #0252CC !important;
    color: #0252CC !important;
  }

  .el-main {
    padding-left: 35px;
    padding-top: 38px;
    margin-right: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px #D7DBDF;
    border-radius: 3px;
    width: 810px;
  }
  
  .el-main .update h1 {
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #0252CC;
    line-height: 30px;
  }
  
  .el-main .update h2 {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 30px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .saas-box {
    padding-left: 10px;
  }
  
  .el-main .update p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin: 0;
  }
  
  .el-main .update p i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #c0cad4;
    margin-right: 12px;
  }
  
  .el-main .update h1 {
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
  }
  
  .el-main .update h2 {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 30px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .el-main .update p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin: 0;
  }
  
  .el-main .update p i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #c0cad4;
    margin-right: 12px;
  }
  
  .el-main .update p .demo {
    color: #47a3ff;
    font-size: 16px;
    text-decoration: underline;
  }
  
  .el-main .timeline {
    margin-top: 50px;
  }
  
  .el-main .timeline .time-card:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #d9d9d9;
    left: 3px;
  }
  
  .el-main .timeline .time-card {
    position: relative;
  }
  
  .el-main .timeline .time-card .circle {
    position: absolute;
    left: -4.5px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: #0052CC;
    border-radius: 50%;
    /* border: 3px solid #47a3ff; */
    z-index: 1001;
  }
  
  .el-main .timeline .time-card .main-con {
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 55px;
  }
  
  .el-main .timeline .time-card .main-con h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
  }
  
  .el-main .timeline .time-card .main-con span {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
    border-radius: 3px;
    background: #f2f2f5;
    color: #000000;
  }
  
  .el-main .timeline .time-card .main-con .duanluo {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    line-height: 30px;
    margin-top: 28px;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  .el-main .timeline .time-card .main-con .fujian {
    width: 500px;
    height: 34px;
    background: #f2f2f5;
    border-radius: 3px;
    text-decoration: underline;
    color: #47a3ff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 34px;
    margin-top: 28px;
  }
  
  .el-main .timeline .time-card .main-con .fujian img {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    left: 14px;
    margin-right: 14px;
  }

  .el-main {
    display: block;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 20px;
}


  