.active {
  background-color: #e71626 !important;
  color: #fff !important; }

.innerPage {
  width: 1200px;
  padding: 0 13px; }
  .innerPage .details-body,
  .innerPage .organ {
    float: left; }
  .innerPage .details-title {
    height: 83px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e2e2e2;
    line-height: 83px; }
    .innerPage .details-title .status {
      margin-left: 6px;
      display: inline-block;
      height: 20px;
      color: #fff;
      font-size: 12px;
      padding: 0 8px;
      box-sizing: border-box;
      line-height: 20px; }
  .innerPage .details-body {
    width: 900px; }
    .innerPage .details-body .img,
    .innerPage .details-body .info {
      height: 326px;
      float: left; }
    .innerPage .details-body .img {
      padding-top: 24px;
      width: 370px;
      margin-right: 28px; }
      .innerPage .details-body .img img {
        width: 370px;
        height: 264px;
        object-fit: cover; }
    .innerPage .details-body .info {
      width: 502px;
      padding-top: 24px; }
      .innerPage .details-body .info li {
        margin-bottom: 20px; }
    .innerPage .details-body .details {
      width: 900px;
      line-height: 40px;
      border: 1px solid #e2e2e2;
      margin-top: 28px;
      min-height: 212px; }
      .innerPage .details-body .details .table-title {
        height: 40px;
        background-color: #f8f8f8;
        padding: 0 18px;
        border-bottom: 1px solid #e2e2e2;
        overflow: hidden; }
        .innerPage .details-body .details .table-title > div {
          float: left;
          margin-right: 30px; }
        .innerPage .details-body .details .table-title .btn {
          float: right;
          text-align: right;
          margin: 0; }
          .innerPage .details-body .details .table-title .btn button {
            background-color: #e71626;
            color: #fff;
            width: 95px;
            height: 28px; }
      .innerPage .details-body .details .table-body {
        height: 100%;
        box-sizing: border-box;
        padding: 10px 20px; }
  .innerPage .organ {
    padding-top: 24px;
    width: 246px;
    margin-left: 28px; }
    .innerPage .organ .title {
      height: 24px;
      border-bottom: 1px solid #e2e2e2; }
      .innerPage .organ .title .title-tip {
        display: inline-block;
        width: 5px;
        height: 16px;
        background-color: #1977cb;
        margin-right: 10px;
        vertical-align: middle; }
    .innerPage .organ .organ-info {
      padding-top: 14px;
      padding-bottom: 26px; }
      .innerPage .organ .organ-info .logo,
      .innerPage .organ .organ-info ul {
        float: left; }
      .innerPage .organ .organ-info .logo {
        width: 80px;
        height: 80px;
        border: 1px solid #e2e2e2;
        overflow: hidden;
        margin-right: 14px; }
        .innerPage .organ .organ-info .logo img {
          width: 80px;
          height: 80px;
          object-fit: cover; }
      .innerPage .organ .organ-info ul {
        margin-top: 8px; }
        .innerPage .organ .organ-info ul li {
          margin-bottom: 10px; }
    .innerPage .organ .organ-link {
      padding-top: 14px;
      padding-bottom: 44px;
      padding-left: 14px; }
      .innerPage .organ .organ-link li {
        margin-bottom: 10px; }
    .innerPage .organ .organ-address {
      padding-top: 14px;
      padding-bottom: 34px;
      padding-left: 14px; }
      .innerPage .organ .organ-address button {
        margin-top: 12px;
        color: #fff;
        background-color: #e71626;
        width: 93px;
        height: 38px;
        line-height: 38px;
        text-align: center; }
    .innerPage .organ .organ-service-type {
      padding-left: 14px;
      padding-top: 14px; }

.details-tab {
  margin-top: 38px;
  width: 900px; }
  .details-tab .tab-head {
    height: 38px;
    border-bottom: 1px solid #e2e2e2; }
    .details-tab .tab-head .tab-items {
      padding-left: 28px;
      height: 38px; }
      .details-tab .tab-head .tab-items li {
        cursor: pointer;
        float: left;
        margin-right: 18px;
        width: 93px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: #f9f9f9;
        color: #8f8f8f; }
  .details-tab #regMember {
    margin-bottom: 30px; }
    .details-tab #regMember .regMember {
      display: flex;
      width: 900px;
      flex-wrap: wrap; }
      .details-tab #regMember .regMember li {
        height: 120px;
        padding: 20px 0;
        flex: 0 0 12.5%;
        text-align: center; }
        .details-tab #regMember .regMember li img {
          width: 72px;
          height: 77px;
          object-fit: cover;
          border: 1px solid #e2e2e2; }
        .details-tab #regMember .regMember li p {
          text-align: center;
          margin-top: 8px;
          width: 100%; }
    .details-tab #regMember .memberMore {
      height: 50px;
      text-align: center;
      cursor: pointer;
      line-height: 50px;
      border-bottom: 1px dotted #e2e2e2; }
  .details-tab #messages {
    margin-bottom: 30px; }
    .details-tab #messages .messages .item {
      padding: 20px 0 20px 28px;
      border-bottom: 1px dotted #e2e2e2; }
      .details-tab #messages .messages .item .headPortrait,
      .details-tab #messages .messages .item .content,
      .details-tab #messages .messages .item .time {
        float: left; }
      .details-tab #messages .messages .item .headPortrait {
        width: 48px;
        margin-right: 18px; }
        .details-tab #messages .messages .item .headPortrait img {
          width: 48px;
          height: 48px;
          border-radius: 50%;
          object-fit: cover; }
      .details-tab #messages .messages .item .content {
        width: 688px;
        margin-right: 18px; }
        .details-tab #messages .messages .item .content p {
          overflow: hidden;
          line-height: 24px; }
      .details-tab #messages .messages .item .time {
        width: 100px;
        height: 24px;
        line-height: 24px;
        text-align: right; }
      .details-tab #messages .messages .item .reply {
        padding:20px 0 20px 60px; }
        .details-tab #messages .messages .item .reply li {
          overflow: hidden; }
        .details-tab #messages .messages .item .reply .headPortrait,
        .details-tab #messages .messages .item .reply .content {
          margin-right: 18px; }
        .details-tab #messages .messages .item .reply .headPortrait,
        .details-tab #messages .messages .item .reply .content,
        .details-tab #messages .messages .item .reply .time {
          height: 48px;
          float: left; }
        .details-tab #messages .messages .item .reply .headPortrait {
          width: 48px; }
        .details-tab #messages .messages .item .reply .content {
          width: 636px; }
        .details-tab #messages .messages .item .reply .time {
          width: 90px; }
    .details-tab #messages .messageMore {
      height: 50px;
      text-align: center;
      cursor: pointer;
      line-height: 50px;
      border-bottom: 1px dotted #e2e2e2; }

/*# sourceMappingURL=activityDetails.css.map */
