#pre-detail {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }
  #pre-detail .breadcrumb {
    font-size: 12px; }
  #pre-detail .content {
    margin-bottom: 40px;
    background: transparent;
    min-height: 500px;
    font-size: 14px;
    color: #333333;
    border-radius: 4px; }
  #pre-detail .detail-status-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
  #pre-detail .detail-status {
    min-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 40px; }
  #pre-detail .detail-body-title {
    margin-bottom: 10px; }
  #pre-detail .detail-body {
    padding: 35px 25px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff; }
    #pre-detail .detail-body .detail-item {
      padding-bottom: 40px; }
      #pre-detail .detail-body .detail-item:last-child {
        padding-bottom: 0; }
    #pre-detail .detail-body .item-title {
      font-size: 16px;
      line-height: 28px;
      color: #262626;
      margin-bottom: 20px; }
      #pre-detail .detail-body .item-title em {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #eb6133;
        color: #FFF;
        text-align: center;
        font-weight: normal;
        border-radius: 50%;
        font-style: normal;
        margin-right: 8px; }
    #pre-detail .detail-body .item-body {
      background: rgba(221, 227, 235, 0.2);
      padding: 20px;
      line-height: 1.5; }
      #pre-detail .detail-body .item-body .item-row {
        padding: 10px 0;
        font-size: 16px; }
        #pre-detail .detail-body .item-body .item-row .row-label {
          color: #808080;
          float: left; }
        #pre-detail .detail-body .item-body .item-row .row-content {
          margin-left: 100px;
          color: #363A41; }
          #pre-detail .detail-body .item-body .item-row .row-content a {
            color: #363A41;
            text-decoration: none; }
    #pre-detail .detail-body .detail-content p {
      overflow-wrap: break-word; }

@media only screen and (max-width: 768px) {
  #pre-detail .content {
    padding: 0 1em; }
    #pre-detail .content .detail-body {
      padding: 3em 1em; }
      #pre-detail .content .detail-body .item-body .item-row {
        font-size: 14px; }
        #pre-detail .content .detail-body .item-body .item-row .row-content {
          margin-left: 80px; }
  #pre-detail .breadcrumb {
    margin-left: 1em; } }
