﻿.product .product_main {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0 90px; }
  .product .product_main .top {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 30px;
    position: relative;
    margin-bottom: 15px; }
    .product .product_main .top .title {
      font-size: 32px;
      color: #373d41;
      font-weight: bold; }
    .product .product_main .top .sub_title {
      font-size: 16px;
      color: #919497; }
    .product .product_main .top span {
      position: absolute;
      width: 10px;
      height: 50px;
      background: #50d1d1;
      left: 0;
      top: 25px; }
  .product .product_main .main .nav {
    float: left;
    width: 206px;
    border: 1px solid #d6d6d6;
    margin-right: 30px; }
    .product .product_main .main .nav li {
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      color: #919497;
      font-weight: bold;
      position: relative; }
      .product .product_main .main .nav li a {
        position: absolute;
        padding: 0 12px;
        width: calc(100% - 24px);
        height: 50px;
        text-indent: 5px;
        line-height: 50px;
        font-size: 14px;
        color: #999;
        border-top: 1px solid #d6d6d6; }
      .product .product_main .main .nav li a.active {
        background: #50d1d1;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        border-color: #50d1d1; }
    .product .product_main .main .nav li.tit {
      border-top: 1px solid #d6d6d6;
      padding: 0 12px;
      display: flex;
      align-items: center;
      font-size: 20px;
      color: #666; }
      .product .product_main .main .nav li.tit span {
        width: 4px;
        height: 21px;
        background: #47baba;
        margin-right: 10px;
        margin-top: 1px; }
  .product .product_main .main #content {
    overflow: hidden; }
.emr .area1 .content div {
    font-size: 24px;
    color: #01aeb2;
    text-align: center;
}
/*# sourceMappingURL=product_main.css.map */
