﻿.crm {
  height: 100%; }
  .crm .tit {
    font-size: 30px;
    line-height: 60px;
    color: #373d41;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #50d1d1; }
    .crm .tit span {
      position: absolute;
      width: 58px;
      height: 3px;
      background: #50d1d1;
      left: 50%;
      margin-left: -29px;
      bottom: -2px; }
  .crm .area1 {
    padding: 25px 0 0; }
    .crm .area1 .content {
      display: flex;
      align-items: center;
      padding-top: 10px; }
      .crm .area1 .content img {
        margin-right: 55px; }
      .crm .area1 .content ul li {
        width: 350px;
        font-size: 16px;
        color: #373d41;
        line-height: 32px;
        margin-bottom: 25px;
        background: url("http://114.116.206.142:84/upphealth/img/icon_list.png") left 8px no-repeat;
        padding-left: 25px; }
      .crm .area1 .content ul li:last-child {
        margin-bottom: 0; }
  .crm .area2 {
    padding: 50px 0 0; }
    .crm .area2 .content {
      padding: 0 30px; }
      .crm .area2 .content p {
        font-size: 16px;
        color: #373d41;
        text-align: left;
        line-height: 30px;
        padding-left: 30px;
        background: url("http://114.116.206.142:84/upphealth/img/icon_list.png") 6px 7px no-repeat; }
  .crm .area3 {
    padding: 50px 0 0; }
    .crm .area3 .content {
      padding: 0 30px; }
      .crm .area3 .content > ul li {
        padding-left: 30px;
        margin-bottom: 30px; }
      .crm .area3 .content > ul li:nth-child(2n+1) {
        font-size: 16px;
        color: #373d41;
        text-align: left;
        line-height: 30px;
        padding-left: 30px;
        background: url("http://114.116.206.142:84/upphealth/img/icon_list.png") 6px 7px no-repeat; }
      .crm .area3 .content > ul li:nth-child(2) {
        padding: 0 45px;
        display: flex;
        justify-content: space-between;
        position: relative; }
        .crm .area3 .content > ul li:nth-child(2) > div {
          width: 33.33%; }
          .crm .area3 .content > ul li:nth-child(2) > div div:nth-child(2) {
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .crm .area3 .content > ul li:nth-child(2) > div div:nth-child(2) span {
              width: 16px;
              height: 16px;
              background: #e75d41;
              border-radius: 8px; }
        .crm .area3 .content > ul li:nth-child(2) .content_l div:nth-child(1) {
          height: 70px;
          text-align: center;
          font-size: 20px;
          color: #5cbee9;
          line-height: 26px;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          padding-bottom: 8px;
          position: relative; }
          .crm .area3 .content > ul li:nth-child(2) .content_l div:nth-child(1) span {
            position: absolute; }
        .crm .area3 .content > ul li:nth-child(2) .content_l div:nth-child(3) {
          width: 260px;
          text-align: left;
          font-size: 14px;
          color: #888888;
          line-height: 26px; }
        .crm .area3 .content > ul li:nth-child(2) .content_c {
          position: relative; }
          .crm .area3 .content > ul li:nth-child(2) .content_c div:nth-child(3) {
            text-align: center;
            font-size: 20px;
            color: #5cbee9;
            line-height: 26px;
            position: relative;
            display: flex;
            align-items: center; }
            .crm .area3 .content > ul li:nth-child(2) .content_c div:nth-child(3) span {
              position: absolute;
              width: 100%;
              top: 5px; }
          .crm .area3 .content > ul li:nth-child(2) .content_c div:nth-child(1) {
            width: 260px;
            margin: 0 auto;
            text-align: left;
            font-size: 14px;
            color: #888888;
            line-height: 26px; }
        .crm .area3 .content > ul li:nth-child(2) .content_r div:nth-child(1) {
          height: 70px;
          text-align: center;
          font-size: 20px;
          color: #5cbee9;
          line-height: 26px;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          padding-bottom: 8px;
          position: relative; }
          .crm .area3 .content > ul li:nth-child(2) .content_r div:nth-child(1) span {
            position: absolute; }
        .crm .area3 .content > ul li:nth-child(2) .content_r div:nth-child(3) {
          width: 260px;
          margin-left: 20px;
          text-align: left;
          font-size: 14px;
          color: #888888;
          line-height: 26px; }
        .crm .area3 .content > ul li:nth-child(2) .last {
          position: absolute;
          width: calc(100% - 90px);
          height: 5px;
          top: 100px;
          left: 45px;
          background: #e75d41;
          z-index: -1; }
        .crm .area3 .content > ul li:nth-child(2) > div:hover div:nth-child(2) span {
          background: #50d1d1; }
        .crm .area3 .content > ul li:nth-child(2) > div:hover div:nth-child(1) span {
          animation: myfirst .5s; }
        .crm .area3 .content > ul li:nth-child(2) > div:nth-child(2):hover div:nth-child(3) span {
          animation: myfirst1 .5s; }
@keyframes myfirst {
  0% {
    margin-top: 0; }
  40% {
    margin-top: -30px; } }
@keyframes myfirst1 {
  0% {
    margin-top: 0; }
  40% {
    margin-top: 30px; } }
  .crm .area4 {
    padding: 40px 0 0; }
    .crm .area4 img {
      margin: 0 auto; }
  .crm .area5 {
    padding: 50px 0 0px; }
    .crm .area5 .list {
      text-align: center;
      display: flex;
      flex-wrap: wrap; }
      .crm .area5 .list li {
        width: calc(33.33% - 10px);
        margin-bottom: 20px; }
        .crm .area5 .list li dl dt {
          width: 124px;
          height: 124px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
          .crm .area5 .list li dl dt img {
            width: 100%;
            transition: all .3s linear; }
        .crm .area5 .list li dl dd {
          width: 230px;
          margin: 0 auto; }
          .crm .area5 .list li dl dd p:nth-child(1) {
            font-size: 20px;
            color: #373d41;
            padding: 10px 0 15px; }
          .crm .area5 .list li dl dd p:nth-child(2) {
            font-size: 14px;
            color: #888;
            line-height: 26px;
            text-align: left; }
      .crm .area5 .list li:nth-child(n+3) {
        margin-bottom: 0; }
      .crm .area5 .list li:hover dl dt img {
        transform: rotate(360deg); }
  .crm .area6 {
    padding: 50px 0 0; }
    .crm .area6 img {
      margin: 0 auto 35px; }
    .crm .area6 table {
      width: 100%; }
      .crm .area6 table tr td {
        border: 1px solid #b5b5b5;
        line-height: 26px; }
      .crm .area6 table tr td:nth-child(1) {
        width: 120px;
        height: 50px;
        background: #e5e5e5;
        font-size: 16px;
        color: #333333;
        padding-left: 40px;
        text-align: left; }
        .crm .area6 table tr td:nth-child(1) div {
          min-height: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .crm .area6 table tr td:nth-child(2) {
        font-size: 14px;
        color: #999999;
        padding: 8px 25px;
        line-height: 26px; }

/*# sourceMappingURL=crm.css.map */
