/* === Typeface Variables === */
/** === Color Variables === */
body {
  background-color: #f4f4f4; }

.data-empty {
  margin: 80px auto 40px;
  text-align: center; }
  .data-empty .data-empty-info i {
    display: inline-block;
    margin-top: -3px;
    color: #f12148;
    font-size: 14px;
    vertical-align: middle; }
    .data-empty .data-empty-info i.warning {
      color: #ffb668; }
  .data-empty a {
    text-decoration: underline;
    margin: 0 4px; }

.page-nav .wrap-container {
  position: relative; }
.page-nav .pull-left i {
  display: inline-block;
  position: relative;
  top: 4px;
  height: 20px;
  width: 5px;
  background-color: #33b0db; }
.page-nav .pull-left span {
  color: #979ca2; }

.research-list {
  padding-bottom: 40px; }
  .research-list .research-item {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    color: black;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 1px 2px 2px #e5e5e5; }
    .research-list .research-item a.research-box {
      display: block;
      overflow: hidden; }
      .research-list .research-item a.research-box:hover {
        text-decoration: none; }
    .research-list .research-item .approve_status {
      padding-left: 140px;
      padding-right: 150px; }
    .research-list .research-item .approve-info {
      position: absolute;
      right: 0;
      padding-right: 30px;
      bottom: 30px;
      text-align: right; }
      .research-list .research-item .approve-info .approve {
        padding: 6px 8px;
        color: #ffffff;
        font-size: 13px;
        border: 1px solid #62A7FD;
        background-color: #62A7FD;
        border-radius: 1px; }
        .research-list .research-item .approve-info .approve:hover {
          background-color: #6eadfc; }
    .research-list .research-item .history-info {
      position: absolute;
      top: 60px;
      right: 0;
      padding-right: 30px;
      text-align: right; }
      .research-list .research-item .history-info .old-btn {
        font-size: 12px;
        width: 80px;
        color: #ffffff;
        background-color: #62A7FD;
        border: 1px solid #25A4D0; }
      .research-list .research-item .history-info .latest-btn {
        font-size: 12px;
        position: relative;
        color: #62A7FD;
        background-color: rgba(98, 167, 253, 0.1); }
        .research-list .research-item .history-info .latest-btn i {
          position: absolute;
          top: 0;
          right: 0; }
      .research-list .research-item .history-info .history-download {
        font-size: 12px;
        color: #62A7FD; }
        .research-list .research-item .history-info .history-download i {
          margin-left: 5px; }
    .research-list .research-item-tag {
      position: absolute;
      top: 17px;
      right: 20px; }
      .research-list .research-item-tag i {
        vertical-align: middle; }
    .research-list .research-item-img {
      display: inline-block;
      float: left;
      margin: 24px 30px; }
      .research-list .research-item-img .research-img {
        width: 112px;
        height: 112px;
        background-color: #7EDBC9;
        border: 1px solid #6ad5c1;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        text-align: center; }
        .research-list .research-item-img .research-img i {
          font-size: 48px;
          color: white;
          line-height: 112px; }
    .research-list .research-item-info {
      margin: 36px 30px 24px; }
    .research-list .research-item-name {
      display: inline-block;
      margin-top: 12px;
      max-width: 610px;
      overflow: hidden;
      font-size: 16px;
      color: #323538;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
    .research-list .research-item-label {
      font-size: 13px;
      line-height: 24px;
      color: #acb3bb; }
    .research-list .research-item-desc {
      overflow: hidden;
      font-size: 13px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: #798B98;
      background-color: white; }
      .research-list .research-item-desc > div {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .research-list .research-item:hover {
      border: 1px solid #38bce8;
      box-shadow: 1px 2px 2px #c5c5c5; }
    .research-list .research-item fpm-label span {
      line-height: 50px; }

.enable-literature .research-list a {
  display: inline-block; }
.enable-literature .literature-result {
  margin: 30px;
  margin-top: 0;
  padding: 15px 0 10px 0;
  padding-bottom: 0;
  border-top: 1px solid #f4f4f4; }
  .enable-literature .literature-result .title {
    float: left;
    color: #333; }
  .enable-literature .literature-result .loading-vertical {
    height: 200px; }
  .enable-literature .literature-result .update {
    float: right;
    color: #62A7FD;
    font-size: 12px;
    cursor: pointer; }
    .enable-literature .literature-result .update:hover {
      color: #308bfc; }
    .enable-literature .literature-result .update .icon-update {
      position: relative;
      top: 2px;
      margin-right: 3px;
      display: inline-block;
      width: 15px;
      height: 15px;
      background: url("../_/images/update.png"); }
  .enable-literature .literature-result .list {
    margin-top: 10px; }
    .enable-literature .literature-result .list .item {
      margin-bottom: 10px; }
      .enable-literature .literature-result .list .item p {
        color: #333; }
      .enable-literature .literature-result .list .item div {
        font-size: 12px;
        color: #666; }
  .enable-literature .literature-result .no-data {
    color: #acb3bb; }

.new-research-box {
  position: absolute;
  top: 35px;
  right: 5px;
  padding: 16px;
  background-color: white;
  border: 1px solid #E0E1E2;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  .new-research-box .tip-dot {
    position: absolute;
    top: -6px;
    right: 34px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-top: 1px solid #E0E1E2;
    border-left: 1px solid #E0E1E2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .new-research-box .y-form {
    margin-bottom: 0; }
    .new-research-box .y-form input {
      width: 346px; }
  .new-research-box .y-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 6px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    .new-research-box .y-btn i {
      color: white; }
      .new-research-box .y-btn i.y-icon-close {
        font-size: 12px; }

.not-found {
  position: relative;
  width: 100%;
  margin: 115px auto 50px;
  color: #323538;
  text-align: center; }
  .not-found img {
    display: block;
    margin: 0 auto 35px; }
  .not-found .msg {
    font-size: 18px; }
  .not-found div {
    line-height: 2; }
  .not-found .new-arrow {
    position: absolute;
    top: -85px;
    right: 82px; }

#modal-new-research fpm-modal-dialog {
  width: 500px; }
#modal-new-research .y-form label {
  margin-bottom: 0; }
#modal-new-research .y-form tr td {
  padding-top: 2px;
  padding-bottom: 4px; }
  #modal-new-research .y-form tr td:first-of-type {
    width: 65px;
    padding-right: 8px; }
#modal-new-research .y-form tr:last-of-type td {
  padding-bottom: 0; }
#modal-new-research .y-form textarea {
  resize: none; }
#modal-new-research .research-types {
  vertical-align: top; }
  #modal-new-research .research-types input {
    display: none; }
  #modal-new-research .research-types .type-title {
    float: left;
    margin-right: 10px;
    line-height: 30px;
    color: #323538; }
  #modal-new-research .research-types .y-hgroup:first-of-type label.checked {
    border-color: #33d6c1; }
  #modal-new-research .research-types .y-hgroup:first-of-type label .check-tag:before {
    background-color: #33d6c1; }
  #modal-new-research .research-types .y-hgroup:last-of-type label.checked {
    border-color: #33b0db; }
  #modal-new-research .research-types .y-hgroup:last-of-type label .check-tag:before {
    background-color: #33b0db; }
  #modal-new-research .research-types label {
    position: relative;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 30px;
    border: 1px solid #acb3bb;
    font-size: 13px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    #modal-new-research .research-types label:last-of-type {
      margin-right: 0; }
    #modal-new-research .research-types label .check-tag {
      display: none;
      position: absolute;
      right: -1px;
      bottom: 0;
      width: 21px;
      height: 21px;
      overflow: hidden; }
      #modal-new-research .research-types label .check-tag:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 2px;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #modal-new-research .research-types label .check-tag i {
        position: absolute;
        top: 8px;
        left: 8px;
        color: white;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6); }
    #modal-new-research .research-types label.checked .check-tag {
      display: block; }
#modal-new-research .type-desc {
  margin-bottom: 10px;
  height: 80px;
  line-height: 20px; }
  #modal-new-research .type-desc em {
    color: #f99800;
    font-style: normal; }

#modal-info fpm-modal-dialog {
  max-width: 430px; }
  #modal-info fpm-modal-dialog fpm-modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px; }
    #modal-info fpm-modal-dialog fpm-modal-content .fpm-modal-title {
      text-align: center !important;
      color: #ffffff !important; }
    #modal-info fpm-modal-dialog fpm-modal-content fpm-modal-body {
      padding: 0 30px;
      color: #ffffff; }
      #modal-info fpm-modal-dialog fpm-modal-content fpm-modal-body h3 {
        font-weight: 100;
        font-size: 14px; }
      #modal-info fpm-modal-dialog fpm-modal-content fpm-modal-body p {
        text-indent: 2em;
        font-size: 14px; }
    #modal-info fpm-modal-dialog fpm-modal-content fpm-modal-footer button {
      width: 106px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      color: #62A7FD;
      background-color: transparent;
      border: 1px solid #62A7FD;
      border-radius: 2px; }

#modal-upload fpm-modal-dialog {
  width: 385px; }
#modal-upload fpm-modal-title {
  color: #808080; }
#modal-upload fpm-modal-body {
  height: 130px;
  padding-top: 20px; }
  #modal-upload fpm-modal-body .info {
    color: #acb3bb; }
  #modal-upload fpm-modal-body .y-btn-primary {
    padding: 0 40px;
    height: 40px;
    line-height: 38px; }
  #modal-upload fpm-modal-body .loading {
    background-color: #78d4ed;
    border-color: #78d4ed; }
