﻿.tips {
  display: none; }
  .tips .tips_c {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3); }

.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 10px; }
  .emr .area2 {
    padding: 50px 0 0; }
    .emr .area2 > p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area2 .content {
     
      align-items: center;
      justify-content: space-between;
      padding-top: 30px; }
      .emr .area2 .content dl {
        background: #ffffff;
        border: 1px solid #ececec; }
        .emr .area2 .content dl dt img {
          width: 100%; }
        .emr .area2 .content dl dd {
          width: 240px;
          height: 150px;
          margin: 0 auto; }
          .emr .area2 .content dl dd p:nth-child(1) {
            font-size: 18px;
            color: #50d1d1;
            text-align: center;
            padding: 20px 0 15px; }
          .emr .area2 .content dl dd p:nth-child(2) {
            font-size: 14px;
            color: #666666;
            line-height: 24px; }
      .emr .area2 .content dl:hover {
        border-color: #50d1d1; }
  .emr .area3 {
    padding: 50px 0 0; }
    .emr .area3 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area3 .img img {
      margin: 20px auto 10px; }
  .emr .area4 {
    padding: 50px 0 0; }
    .emr .area4 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area4 .content {
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding-top: 30px; }
      .emr .area4 .content li div {
        width: 202px;
        margin: 0 auto;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        color: #ffffff;
        background: -webkit-linear-gradient(top, #4bc2ce, #5fe2db);
        border-radius: 5px;
        cursor: pointer; }
  .emr .area5 {
    padding: 50px 0 0; }
    .emr .area5 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area5 img {
      margin: 30px auto 10px; }
    .emr .area5 .img {
      margin: -70px auto 10px; }
  .emr .area6 {
    padding: 50px 0 0; }
    .emr .area6 > p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area6 .content {
      display: flex;
      justify-content: space-around;
      padding-top: 30px; }
      .emr .area6 .content dl {
        width: 230px; }
        .emr .area6 .content dl dd {
          margin: 0 auto;
          padding-top: 30px; }
          .emr .area6 .content dl dd p {
            font-size: 14px;
            color: #666666;
            line-height: 24px; }
  .emr .area7 {
    padding: 50px 0 0; }
    .emr .area7 p {
      font-size: 16px;
      color: #373d41;
      line-height: 32px;
      padding: 0 30px; }
    .emr .area7 .list {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .emr .area7 .list li {
        width: calc(33.33% - 10px);
        margin-right: 12px;
        margin-bottom: 10px;
        background: #fff;
        padding: 40px 0 30px;
        border: 1px solid #ececec; }
        .emr .area7 .list li dl dt {
          width: 73px;
          height: 73px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
          .emr .area7 .list li dl dt img {
            transition: all .1s linear; }
        .emr .area7 .list li dl dd {
          width: 300px;
          margin: 0 auto; }
          .emr .area7 .list li dl dd p:nth-child(1) {
            font-size: 20px;
            color: #373d41;
            padding: 25px 0 10px; }
          .emr .area7 .list li dl dd p:nth-child(2) {
            font-size: 14px;
            color: #888;
            line-height: 26px;
            text-align: left; }
      .emr .area7 .list li:nth-child(3n) {
        margin-right: 0; }
      .emr .area7 .list li:nth-child(n+4) {
        margin-bottom: 0; }
      .emr .area7 .list li:hover {
        border-color: #50d1d1; }
    .emr .area7 .content a {
      display: block;
      width: 210px;
      height: 66px;
      text-align: center;
      line-height: 66px;
      background: -webkit-linear-gradient(top, #5ed5e2, #5ebded);
      border-radius: 10px;
      margin: 0 auto;
      font-size: 20px;
      color: #ffffff; }
  .emr .bottom {
    margin: 50px 0 0;
    height: 265px;
    box-sizing: border-box;
    padding: 0 70px 0;
    background: #fff;
    border: 1px solid #ececec;
    display: flex;
    align-items: center; }
    .emr .bottom .right {
      flex: 1; }
      .emr .bottom .right .right_t {
        display: flex;
        align-items: center;
        font-size: 36px;
        color: #373d41;
        justify-content: center; }
      .emr .bottom .right .right_b {
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 36px;
        color: #373d41; }
        .emr .bottom .right .right_b div {
          display: flex;
          align-items: center;
          font-size: 16px;
          color: #373d41; }
          .emr .bottom .right .right_b div img {
            margin-right: 15px; }

/*# sourceMappingURL=film.css.map */
