.banner-container {
  height: 40.625rem;
  width: 100%;
  background-color: #5a5a5a;
  background: url(/image/home/header_bg_1.png) no-repeat center center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
  color: #fff; }
  .banner-container .banner-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    letter-spacing: 0.1px; }
    .banner-container .banner-desc .line {
      width: 0.625rem;
      height: 1px;
      background-color: #fff; }
    .banner-container .banner-desc p {
      margin: 0 1.25rem; }
  .banner-container > p {
    font-size: 2.5rem;
    letter-spacing: 0.1px;
    margin: 1.25rem 0; }
  .banner-container a {
    display: inline-block;
    width: 9.375rem;
    height: 2.5rem;
    text-decoration: none;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    line-height: 2.5rem;
    color: #0da083;
    cursor: pointer; }
    .banner-container a span:nth-child(2) {
      margin-left: 0.25rem; }
    .banner-container a:hover {
      box-shadow: 0 0 1px 1px #D3D3D5;
      filter: brightness(1.1); }

.service-content {
  height: 20.3125rem;
  background-color: #fff; }
  .service-content .content {
    height: 100%;
    position: relative; }
    .service-content .content .dot {
      width: 100%;
      border-bottom: 2px dashed #E8EDF2;
      position: absolute;
      top: 50%;
      transform: translateY(-20px); }
    .service-content .content ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%; }
      .service-content .content ul li {
        float: left;
        position: relative;
        text-align: center;
        margin-right: 12.5625rem; }
        .service-content .content ul li .mail {
          width: 9rem;
          height: 9.875rem;
          background: url(/image/home/mail_logo_1.png) no-repeat center center;
          background-size: contain; }
        .service-content .content ul li .sms {
          width: 9rem;
          height: 9.875rem;
          background: url(/image/home/sms_logo_1.png) no-repeat center center;
          background-size: contain; }
        .service-content .content ul li .combine {
          width: 9rem;
          height: 9.875rem;
          background: url(/image/home/combine_logo_1.png) no-repeat center center;
          background-size: contain; }
        .service-content .content ul li .second {
          width: 9rem;
          height: 9.875rem;
          background: url(/image/home/second_logo_1.png) no-repeat center center;
          background-size: contain; }
        .service-content .content ul li p {
          font-size: 1rem;
          color: #1e2f32;
          letter-spacing: 0.1px;
          margin-top: 1.25rem; }
        .service-content .content ul li:nth-child(4) {
          margin-right: 0; }

.detail-list li {
  margin-bottom: 1.875rem; }
  .detail-list li span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1px solid #6ddccf;
    background-color: #1cccb5;
    margin: 0 0.5625rem;
    float: left;
    margin-top: 0.5625rem; }
  .detail-list li .item {
    float: left; }
    .detail-list li .item p {
      font-size: 1rem;
      color: #5a5a5a;
      letter-spacing: 0.08px;
      line-height: 1.625rem; }
    .detail-list li .item p:nth-child(1) {
      font-size: 1.125rem;
      color: #233539;
      letter-spacing: 0.08px; }
    .detail-list li .item p.deep-color {
      color: #5a5a5a; }

.pic {
  width: 36.25rem;
  height: 25.8125rem;
  text-align: center; }
  .pic.editor {
    background: url(/image/home/mail_editor.png) no-repeat center center;
    background-size: 100% auto; }
  .pic.mail {
    background: url(/image/home/mail_pic_1.png) no-repeat center center;
    background-size: 100% auto; }
  .pic.sms {
    background: url(/image/home/sms_pic_1.png) no-repeat -19px -20px;
    height: 24.25rem !important;
    background-size: 100% auto; }
  .pic.contact {
    background: url(/image/home/contact_pic_1.png) no-repeat -19px -15px;
    height: 28.25rem !important;
    background-size: 100% auto; }

.maileditor-content {
  height: 62.8125rem;
  background-color: #f6f9fc; }
  .maileditor-content .content {
    height: 100%; }
    .maileditor-content .content p.title {
      padding-top: 3.125rem;
      font-size: 2rem;
      color: #1f3c39;
      letter-spacing: 0.08px;
      text-align: center; }
    .maileditor-content .content p.subtitle {
      font-size: 1rem;
      color: #556569;
      padding-top: 1.4375rem;
      letter-spacing: 0.08px;
      text-align: center; }
    .maileditor-content .content .editor-content {
      padding-top: 4.25rem;
      width: 100%; }
      .maileditor-content .content .editor-content .left-panel {
        width: 50%;
        float: left; }
      .maileditor-content .content .editor-content .right-panel {
        width: 50%;
        float: right; }
    .maileditor-content .content p.desc-title {
      font-size: 2rem;
      color: #1f3c39;
      letter-spacing: 0.08px;
      padding-top: 6.25rem;
      text-align: center; }
    .maileditor-content .content > a {
      display: block;
      width: 24.75rem;
      height: 4rem;
      border-radius: 2px;
      background-image: url(/image/home/btn_editor.png);
      margin: 0 auto;
      cursor: pointer;
      text-decoration: none;
      margin-top: 1.5625rem; }
      .maileditor-content .content > a:hover {
        filter: drop-shadow(0px 2px 4px #59DE9F); }

.mailservice-content {
  height: 65rem;
  background-color: #fff; }
  .mailservice-content .content {
    height: 100%; }
    .mailservice-content .content p.title {
      font-size: 2rem;
      color: #1f3c39;
      text-align: center;
      padding-top: 5.8125rem;
      letter-spacing: 0.08px; }
    .mailservice-content .content p.subtitle {
      font-size: 1rem;
      color: #556569;
      padding-top: 1.5625rem;
      letter-spacing: 0.08px;
      text-align: center; }
    .mailservice-content .content .mail-detail-content {
      padding-top: 4.3125rem;
      width: 100%; }
      .mailservice-content .content .mail-detail-content .left-panel {
        width: 50%;
        float: left; }
      .mailservice-content .content .mail-detail-content .right-panel {
        width: 50%;
        float: right;
        padding-left: 6rem; }
    .mailservice-content .content p.desc-title {
      font-size: 2rem;
      color: #1f3c39;
      letter-spacing: 0.08px;
      padding-top: 6.25rem;
      text-align: center; }
    .mailservice-content .content > a {
      display: block;
      width: 19rem;
      height: 4rem;
      border-radius: 2px;
      background-image: url(/image/home/btn_mail.png);
      letter-spacing: 0.39px;
      text-align: center;
      margin: 0 auto;
      cursor: pointer;
      text-decoration: none;
      margin-top: 1.5625rem; }
      .mailservice-content .content > a.user {
        background-image: url(/image/home/btn_user.png); }
      .mailservice-content .content > a:hover {
        filter: drop-shadow(0px 2px 4px #59DE9F); }

.smsservice-content {
  height: 65rem;
  background-color: #f6f9fc; }
  .smsservice-content .content {
    height: 100%; }
    .smsservice-content .content p.title {
      font-size: 2rem;
      color: #1f3c39;
      text-align: center;
      padding-top: 5.8125rem;
      letter-spacing: 0.08px; }
    .smsservice-content .content p.subtitle {
      font-size: 1rem;
      color: #556569;
      padding-top: 1.4375rem;
      letter-spacing: 0.08px;
      text-align: center; }
    .smsservice-content .content .sms-detail-content {
      padding-top: 4.3125rem;
      width: 100%; }
      .smsservice-content .content .sms-detail-content .left-panel {
        width: 50%;
        float: left; }
      .smsservice-content .content .sms-detail-content .right-panel {
        width: 50%;
        float: right; }
        .smsservice-content .content .sms-detail-content .right-panel .pic {
          width: 36.25rem;
          height: 25.8125rem;
          text-align: center; }
    .smsservice-content .content p.desc-title {
      font-size: 2rem;
      color: #1f3c39;
      letter-spacing: 0.08px;
      padding-top: 6.25rem;
      text-align: center; }
    .smsservice-content .content > a {
      display: block;
      width: 19rem;
      height: 4rem;
      border-radius: 2px;
      background-image: url(/image/home/btn_sms.png);
      letter-spacing: 0.39px;
      text-align: center;
      line-height: 3.125rem;
      margin: 0 auto;
      cursor: pointer;
      text-decoration: none;
      margin-top: 1.5625rem; }
      .smsservice-content .content > a:hover {
        filter: drop-shadow(0px 2px 4px #59DE9F); }

.report-content {
  height: 63.5rem;
  background-color: #f6f9fc; }
  .report-content .content {
    height: 100%;
    text-align: center;
    position: relative; }
    .report-content .content p.title {
      font-size: 2rem;
      color: #1f3c39;
      letter-spacing: 0.08px;
      padding-top: 5.5rem;
      z-index: 2;
      position: relative; }
    .report-content .content p.subtitle {
      font-size: 1rem;
      color: #556569;
      letter-spacing: 0.08px;
      padding-top: 1.4375rem;
      z-index: 2;
      position: relative; }
    .report-content .content .pic {
      width: 38.75rem;
      height: 38.75rem;
      margin: 0 auto;
      margin-top: 74px;
      z-index: 2;
      position: relative;
      box-shadow: none;
      background: url(/image/home/data_pic_1.png) no-repeat top center;
      background-size: contain; }
    .report-content .content p.desc-title {
      font-size: 1.375rem;
      position: relative;
      color: #1F3C39;
      letter-spacing: 0.08px;
      margin-top: -3.4375rem;
      z-index: 2; }
    .report-content .content > a {
      display: block;
      z-index: 2;
      width: 19rem;
      height: 4rem;
      border-radius: 2px;
      position: relative;
      background-image: url(/image/home/btn_data.png);
      background-size: 100% auto;
      text-align: center;
      line-height: 3.125rem;
      margin: 0 auto;
      cursor: pointer;
      text-decoration: none;
      margin-top: 1.5625rem; }
      .report-content .content > a:hover {
        filter: drop-shadow(0px 2px 4px #59DE9F); }

.feature-content .content {
  height: 100%; }
  .feature-content .content p.title {
    font-size: 2rem;
    color: #1F3C39;
    letter-spacing: 0.08px;
    padding: 6rem 0 3.125rem 0;
    text-align: center; }
  .feature-content .content ul li {
    float: left;
    width: 14.375rem;
    margin: 2.8125rem 1.875rem; }
    .feature-content .content ul li span {
      display: block;
      width: 5rem;
      height: 5rem;
      margin: 0 auto; }
    .feature-content .content ul li p {
      font-size: 0.875rem;
      color: #25292D;
      letter-spacing: 0.08px;
      text-align: center;
      vertical-align: middle; }
    .feature-content .content ul li p.title {
      font-size: 1.375rem;
      padding: 0.75rem 0 0 0;
      text-align: center;
      color: #1f3c39; }
    .feature-content .content ul li.ip span {
      background: url(/image/home/ip_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.netease span {
      background: url(/image/home/netease_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.channel span {
      background: url(/image/home/channel_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.white-list span {
      background: url(/image/home/whitelist_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.time span {
      background: url(/image/home/time_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.analyze span {
      background: url(/image/home/analyze_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.export span {
      background: url(/image/home/export_logo_1.png) no-repeat center center;
      background-size: contain; }
    .feature-content .content ul li.support span {
      background: url(/image/home/support_logo_1.png) no-repeat center center;
      background-size: contain; }
