@charset "UTF-8";
#mart-reward-detail {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }
  #mart-reward-detail .blue {
    color: #ffffff;
    background: #4289DB; }
  #mart-reward-detail .dark {
    color: #ffffff;
    background-color: #2D3238; }
  #mart-reward-detail .mart-button {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin: 0 7px; }
  #mart-reward-detail .reward-banner {
    height: 8.6rem;
    margin-top: 28px;
    display: block; }
  #mart-reward-detail .content {
    margin: 28px auto;
    padding-bottom: 50px;
    background: #ffffff;
    min-height: 500px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #333333;
    border-radius: 4px; }
    #mart-reward-detail .content .diamond-ribbon {
      position: absolute;
      right: -5px;
      top: -5px; }
    #mart-reward-detail .content .reward-diamond {
      display: none; }
    #mart-reward-detail .content .apply-and-evaluation {
      padding: 12px 0;
      background-color: #F7FAFC;
      color: #979FA8;
      border-bottom: #EDEDED solid 1px; }
      #mart-reward-detail .content .apply-and-evaluation .reward-apply {
        width: 105px;
        float: right;
        margin-right: 15px; }
      #mart-reward-detail .content .apply-and-evaluation .reward-evaluation {
        width: calc(100% - 120px);
        float: left; }
        #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group {
          display: inline-block; }
          #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item {
            display: inline-block;
            margin: 0 20px;
            padding-left: 28px;
            background-repeat: no-repeat; }
            #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.clock {
              background-image: url("/images/reward/evaluation/clock.png"); }
              #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.clock.checked, #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.clock:hover {
                background-image: url("/images/reward/evaluation/clock-hover.png"); }
            #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.rmb {
              background-image: url("/images/reward/evaluation/rmb.png"); }
              #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.rmb.checked, #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.rmb:hover {
                background-image: url("/images/reward/evaluation/rmb-hover.png"); }
            #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.frown {
              background-image: url("/images/reward/evaluation/frown.png"); }
              #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.frown.checked, #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.frown:hover {
                background-image: url("/images/reward/evaluation/frown-hover.png"); }
            #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.hand-down {
              background-image: url("/images/reward/evaluation/hand-down.png"); }
              #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.hand-down.checked, #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.hand-down:hover {
                background-image: url("/images/reward/evaluation/hand-down-hover.png"); }
            #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item .evaluation-count {
              margin-left: 10px; }
          #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item:hover {
            color: #4187DB;
            cursor: pointer; }
          #mart-reward-detail .content .apply-and-evaluation .reward-evaluation .evaluation-group .evaluation-item.checked {
            color: #4187DB; }
    #mart-reward-detail .content .reward-cancel-wrapper {
      text-align: center;
      margin-top: 4.2em; }
      #mart-reward-detail .content .reward-cancel-wrapper p {
        font-size: 1.7rem;
        color: #979FA8; }
      #mart-reward-detail .content .reward-cancel-wrapper a {
        font-size: 1.1rem;
        background: #5287d7;
        color: #FFF;
        height: 3em;
        display: inline-block;
        line-height: 3em;
        padding: 0 1.5em;
        border-radius: .4em;
        margin-top: 1.8em; }
  #mart-reward-detail .reward-title {
    padding: 30px 25px;
    background: #F7FAFC;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    #mart-reward-detail .reward-title .reward-no {
      border-radius: 3px;
      background-color: #8796A8;
      color: #ffffff;
      font-size: 10px;
      padding: 3px 4px;
      margin-right: 6px; }
    #mart-reward-detail .reward-title div.title-row {
      min-height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex; }
      #mart-reward-detail .reward-title div.title-row .title {
        font-size: 28px;
        color: #2D3238;
        -ms-word-break: break-all;
        word-break: break-all; }
      #mart-reward-detail .reward-title div.title-row .role-type {
        margin-top: 8px; }
        #mart-reward-detail .reward-title div.title-row .role-type .type {
          font-size: 12px;
          color: #696969; }
        #mart-reward-detail .reward-title div.title-row .role-type .completed {
          font-size: 12px;
          text-decoration: line-through;
          color: #8796A8; }
      #mart-reward-detail .reward-title div.title-row .status {
        font-size: 16px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-grow: 1;
        white-space: nowrap;
        text-align: right;
        margin-top: 4px; }
    #mart-reward-detail .reward-title div.desc-row {
      margin-top: 8px; }
      #mart-reward-detail .reward-title div.desc-row .role-type {
        font-size: 14px;
        line-height: 28px; }
      #mart-reward-detail .reward-title div.desc-row .completed {
        color: #8796A8;
        text-decoration: line-through; }
    #mart-reward-detail .reward-title div.detail-row {
      margin-top: 28px; }
      #mart-reward-detail .reward-title div.detail-row .negotiable {
        color: #f75288;
        font-size: 11.5px;
        border: solid 1px;
        border-radius: 3px;
        padding: 3px 6px;
        vertical-align: middle; }
      #mart-reward-detail .reward-title div.detail-row .detail-span {
        float: left;
        padding: 0 14px;
        color: #2D3238;
        font-size: 14px; }
      #mart-reward-detail .reward-title div.detail-row .detail-span:first-child {
        padding-left: 0; }
      #mart-reward-detail .reward-title div.detail-row .border-right {
        border-right: 1px solid #D9D9D9; }
      #mart-reward-detail .reward-title div.detail-row .darker {
        color: #979FA8;
        margin-right: 8px; }
  #mart-reward-detail .reward-title-mobile {
    display: none; }
  #mart-reward-detail .apply-count {
    display: none;
    margin-top: 14px;
    text-align: center;
    color: #979FA8; }
  #mart-reward-detail .modal .box .form {
    padding-left: 0;
    padding-right: 0; }
  #mart-reward-detail .modal .box .title {
    padding: 0 1.5em; }
  #mart-reward-detail .modal .box .input {
    margin-bottom: 4px; }
    #mart-reward-detail .modal .box .input input[type=checkbox],
    #mart-reward-detail .modal .box .input input[type=radio] {
      width: inherit;
      height: inherit;
      margin-right: 8px; }
    #mart-reward-detail .modal .box .input .selectBox {
      margin-bottom: 7px; }
    #mart-reward-detail .modal .box .input textarea {
      margin-bottom: 7px; }
    #mart-reward-detail .modal .box .input p {
      padding: 7px 0; }
    #mart-reward-detail .modal .box .input .secret {
      font-size: 14px;
      color: #808080;
      padding: 8px 0; }
      #mart-reward-detail .modal .box .input .secret .icheckbox_square-mart {
        margin-right: 7px; }
  #mart-reward-detail section.detail-content {
    padding: 2rem 2rem 0; }
  #mart-reward-detail section {
    padding: 0 60px 50px; }
    #mart-reward-detail section h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      padding-top: 2rem; }
    #mart-reward-detail section h4 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      padding-top: 2rem; }
    #mart-reward-detail section p {
      margin-bottom: .8em; }
    #mart-reward-detail section.reward-content {
      padding-top: 40px;
      padding-left: 25px;
      padding-right: 25px; }
      #mart-reward-detail section.reward-content pre.wrap-text {
        font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
        background-color: transparent;
        border: none;
        font-size: 14px;
        word-break: break-all;
        white-space: pre-line; }
    #mart-reward-detail section.cover {
      padding: 0; }
      #mart-reward-detail section.cover img {
        max-width: 100%; }
    #mart-reward-detail section .item-title {
      font-size: 20px;
      color: #555555;
      margin-bottom: 30px; }
      #mart-reward-detail section .item-title strong {
        border-bottom: 1px solid #999999;
        font-weight: normal; }
    #mart-reward-detail section p {
      margin-bottom: .8em; }
    #mart-reward-detail section .description {
      font-size: 14px;
      color: #333333;
      line-height: 23px;
      word-wrap: break-word; }
    #mart-reward-detail section .file-label {
      background: #edf5fc;
      border: 1px solid rgba(221, 221, 221, 0.3);
      border-radius: 5px;
      margin-bottom: 6px;
      padding: 0 10px; }
      #mart-reward-detail section .file-label span.download {
        border-radius: 4px;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
        float: right;
        margin: 10px;
        cursor: pointer; }
        #mart-reward-detail section .file-label span.download a {
          color: rgba(0, 0, 0, 0.6); }
      #mart-reward-detail section .file-label span.filename {
        font-size: 14px;
        margin: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 400px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden; }
        #mart-reward-detail section .file-label span.filename .owas-preview {
          color: #979FA8; }
          #mart-reward-detail section .file-label span.filename .owas-preview:hover {
            text-decoration: underline; }
      #mart-reward-detail section .file-label i.extension {
        background: #eb6133;
        border-radius: 4px;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        color: #ffffff;
        margin: 10px;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-style: normal; }

@media only screen and (max-width: 640px) {
  #mart-reward-detail .mart-button {
    box-shadow: none; }
  #mart-reward-detail .content {
    margin-top: 20px; }
    #mart-reward-detail .content .diamond-ribbon {
      display: none; }
    #mart-reward-detail .content .reward-diamond {
      float: right;
      margin-top: 4px;
      text-align: center;
      margin-right: 4px;
      display: inline-block;
      color: white;
      background-color: rgba(65, 73, 82, 0.6);
      height: 20px;
      width: 20px;
      border-radius: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  #mart-reward-detail .reward-title {
    display: none; }
  #mart-reward-detail .reward-title-mobile {
    display: block;
    padding: 15px 15px;
    background: #F7FAFC;
    border-bottom: 1px solid #ededed; }
    #mart-reward-detail .reward-title-mobile .reward-no {
      border-radius: 3px;
      background-color: #474b48;
      color: #ffffff;
      font-size: 12px;
      padding: 2px 4px;
      margin-left: 4px;
      margin-top: 4px;
      display: inline-block;
      opacity: 0.9; }
    #mart-reward-detail .reward-title-mobile .reward-cover {
      min-height: 150px;
      border-radius: 3px; }
    #mart-reward-detail .reward-title-mobile div.title-row {
      margin-top: 12px; }
      #mart-reward-detail .reward-title-mobile div.title-row .title {
        font-size: 18px;
        color: #020202;
        text-overflow: ellipsis;
        font-weight: bold;
        -ms-word-break: break-all;
        word-break: break-all; }
    #mart-reward-detail .reward-title-mobile div.status {
      font-size: 12px;
      margin-top: 12px;
      padding: 2px;
      border-radius: 3px; }
    #mart-reward-detail .reward-title-mobile div.type-row {
      padding: 0;
      font-size: 14px;
      margin-top: 5px; }
      #mart-reward-detail .reward-title-mobile div.type-row .type {
        color: #999999; }
      #mart-reward-detail .reward-title-mobile div.type-row .completed {
        text-decoration: line-through;
        color: #AE6E4B; }
      #mart-reward-detail .reward-title-mobile div.type-row .detail-span {
        color: #696969;
        padding-right: 10px;
        font-weight: bold; }
    #mart-reward-detail .reward-title-mobile div.desc-row {
      height: 40px; }
      #mart-reward-detail .reward-title-mobile div.desc-row .status {
        font-size: 16px;
        position: absolute;
        top: 30px;
        right: 45px; }
      #mart-reward-detail .reward-title-mobile div.desc-row .type {
        font-size: 12px;
        color: #696969; }
    #mart-reward-detail .reward-title-mobile div.button-row {
      height: 40px;
      text-align: center;
      line-height: 40px;
      margin-top: 20px; }
      #mart-reward-detail .reward-title-mobile div.button-row .btn-with-shadow {
        width: 100%;
        border-radius: 4px; }
    #mart-reward-detail .reward-title-mobile div.detail-row {
      margin-top: 12px;
      line-height: 25px;
      font-size: 14px; }
      #mart-reward-detail .reward-title-mobile div.detail-row .negotiable {
        color: #f75288;
        font-size: 11.5px;
        border: solid 1px;
        border-radius: 3px;
        padding: 2px 6px;
        vertical-align: middle; }
      #mart-reward-detail .reward-title-mobile div.detail-row .item {
        white-space: nowrap;
        padding: 0 10px; }
      #mart-reward-detail .reward-title-mobile div.detail-row > .item:first-child {
        padding-left: 0;
        border-right: 1px solid #ccc; }
      #mart-reward-detail .reward-title-mobile div.detail-row > .item:last-child {
        border: 0; }
      #mart-reward-detail .reward-title-mobile div.detail-row .darker {
        color: #474b48; }
  #mart-reward-detail .apply-count {
    display: block; }
  #mart-reward-detail section.detail-content {
    padding: 2rem 1rem 0; }
  #mart-reward-detail section.reward-content {
    padding: 30px 30px 0; }
  #mart-reward-detail section .file-label span.filename {
    width: 250px; }
  #mart-reward-detail .apply-and-evaluation .reward-evaluation {
    text-align: center;
    width: 100% !important; }
    #mart-reward-detail .apply-and-evaluation .reward-evaluation .evaluation-group:not(:first-child) {
      margin-top: 4px; }
    #mart-reward-detail .apply-and-evaluation .reward-evaluation .evaluation-group:not(:last-child) {
      margin-bottom: 4px; }
  #mart-reward-detail .apply-and-evaluation .reward-apply {
    display: none; } }

.apply-reliance-modal .buttons a {
  color: #FFF; }

@media only screen and (max-width: 480px) {
  section .file-label span.filename {
    width: 160px !important; } }
