﻿.emr {
  height: 100%; }
  .emr .tit {
    font-size: 30px;
    line-height: 60px;
    color: #373d41;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #50d1d1; }
    .emr .tit span {
      position: absolute;
      width: 58px;
      height: 3px;
      background: #50d1d1;
      left: 50%;
      margin-left: -29px;
      bottom: -2px; }
  .emr .area1 {
    padding: 25px 0 0; }
    .emr .area1 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area1 .content img {
      margin: 30px auto 0; }
  .emr .area2 {
    padding: 50px 0 0; }
    .emr .area2 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area2 .content {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 30px; }
      .emr .area2 .content .left, .emr .area2 .content .right {
        display: flex;
        align-items: center; }
        .emr .area2 .content .left .content_f, .emr .area2 .content .right .content_f {
          width: 120px;
          height: 53px;
          text-align: center;
          line-height: 53px;
          padding-right: 7px;
          background: url("../image/img2.png") no-repeat;
          font-size: 16px;
          color: #ffffff;
          margin-right: 20px; }
        .emr .area2 .content .left .content_l, .emr .area2 .content .right .content_l {
          width: 198px;
          height: 198px;
          background: #fff;
          border: 1px solid #e6e6e6;
          border-radius: 198px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .emr .area2 .content .right {
        margin-left: 120px; }
        .emr .area2 .content .right .content_f {
          background: url("../image/img5.png") no-repeat;
          margin-left: 20px;
          margin-right: 0; }
  .emr .area3 {
    padding: 50px 0 0; }
    .emr .area3 .content {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 30px; }
      .emr .area3 .content p {
        font-size: 16px;
        color: #373d41;
        margin-right: 60px; }
  .emr .area4 {
    padding: 50px 0 0; }
    .emr .area4 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area4 .img img {
      margin: 15px auto 0; }
    .emr .area4 .content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 30px; }
      .emr .area4 .content .left, .emr .area4 .content .right {
        width: 450px;
        height: 285px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        padding: 0 40px 0;
        border-radius: 5px;
        position: relative; }
        .emr .area4 .content .left li, .emr .area4 .content .right li {
          font-size: 16px;
          color: #ffffff;
          line-height: 32px;
          display: flex; }
        .emr .area4 .content .left li.last, .emr .area4 .content .right li.last {
          position: absolute;
          top: -27px;
          left: 15px;
          width: 120px;
          height: 53px;
          text-align: center;
          line-height: 53px;
          padding-right: 7px;
          background: url("../image/img3.png") no-repeat;
          font-size: 16px;
          color: #ffffff;
          font-weight: bold;
          display: block; }
      .emr .area4 .content .left {
        background: #a39dcb; }
      .emr .area4 .content .right {
        background: #618ac2; }
        .emr .area4 .content .right li.last {
          background: url("../image/img4.png") no-repeat; }
  .emr .area5 {
    padding: 50px 0 0; }
    .emr .area5 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area5 .content {
      display: flex;
      justify-content: center;
      padding-top: 20px; }
      .emr .area5 .content video {
        margin: 0 auto; }
  .emr .area6 {
    padding: 50px 0 0; }
    .emr .area6 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area6 .list {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .emr .area6 .list li {
        width: calc(33.33% - 10px);
        margin-right: 12px;
        margin-bottom: 10px;
        background: #fff;
        padding: 40px 0 30px;
        border: 1px solid #ececec; }
        .emr .area6 .list li dl dt {
          width: 73px;
          height: 73px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
          .emr .area6 .list li dl dt img {
            transition: all .1s linear; }
        .emr .area6 .list li dl dd {
          width: 300px;
          margin: 0 auto; }
          .emr .area6 .list li dl dd p:nth-child(1) {
            font-size: 16px;
            color: #373d41;
            padding: 15px 0 5px; }
          .emr .area6 .list li dl dd p:nth-child(2) {
            font-size: 14px;
            color: #888;
            line-height: 26px;
            text-align: left; }
      .emr .area6 .list li:nth-child(3n) {
        margin-right: 0; }
      .emr .area6 .list li:nth-child(n+4) {
        margin-bottom: 0; }
      .emr .area6 .list li:hover {
        border-color: #50d1d1; }

/*# sourceMappingURL=report.css.map */
