.demand-box{
    padding: 10px;
    flex: 1;
    width: calc(100% - 200px);
}
.demand-box .title{
    font-size: 20px;
    font-weight: bold;
}
.demand-list{
    margin-top: 20px;
    height: 500px;
    /*overflow-y: scroll;*/
}
.demand-list .each-row{
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
    padding: 10px 16px;
}
.demand-list .each-row .col{
    flex: 1;

}
.demand-list .each-row div{
    font-size: 14px;
}
.demand-list .list-header{
    background-color: #F1F2F5;
    padding: 10px 16px;
    border: none;
}
.demand-list .each-row .wid-40{
    width: 40px;
}
.list-header div{
    color: #666666;
}
/* .demand-list .header .col{
    
} */
.dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.41);
    z-index: 100;
}
.dialog-main{
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;

}
.detail-main{
    width: 760px;
    padding: 20px 25px;
    min-height: 435px;
    /*max-height: 650px;*/
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}
.top-info{
    padding: 12px 22px;
    background-color: #f7f7f7;
    height: 50px;
    box-sizing: border-box;
}
.step-list{
}
.step-list .step-line{
    border-bottom: 1px dashed #979797;
    width: 60px;
    height: 3px;
}
.step-list .each-step .number{
    width: 27px;
    height: 27px;
    margin: 0 6px;
    border-radius: 16px;
    background: #DDDDDD;
    color: #666;
}
.detail-content{
    /*max-height: 400px;*/
    /*overflow-y: scroll;*/
    flex: 1;
}
.step-list .each-step .msg{
    margin-right: 6px;
    color: #999;
}
.step-list .active-step .msg{
    margin-right: 6px;
    color: #333;
}
.step-list .active-step .number{
    border: 1px solid #2288FC;
    color: #2288FC;
    background: none;
}
.step-list .current-step .number{
    border: 1px solid #2288FC;
    background-color: #2288FC;
    color: #fff;
}
.step-list .current-step .msg{
    margin-right: 6px;
    color: #2288FC;
}
.demand-title{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    padding-left: 6px;
    border-left: 3px solid #2288FC;
    margin-top: 10px;
}
.msg-label{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    width: 70px;
}
.msg-value{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.demande-info{
    margin-top: 22px;
}
.demand-msgs{
    margin-left: 10px;
}
.date{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-top: 10px;
}
.hour-time{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 31px;
}
.each-hour span{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
}
.bottom-btns{
    height: 60px;
    align-items: center;
    border-top: 1px solid #DCDCDC;
    padding-right: 10px;
}
.bottom-btns .btn{
    width: 80px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    margin-left: 14px;
}
.bottom-btns .each-btn{
    width: 80px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    margin-left: 14px;
}
.bottom-btns .active-btn{
    background: #2288FC;
    color: #fff;
    border-color: #2288FC;
}
.each-tab{
    width: 200px;
    height: 40px;
    background: #EFF0F2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.dialog-comment-main{
    /*width: 300px;*/
    background-color: #fff;
}
.comment-main{
    /*width: 500px;*/
    background-color: #fff;
    padding: 20px 25px;
}
.tabs{
    margin-top: 10px;
}
.stars{
    margin-top: 20px;
    align-items: center;
}
.star-list .img-box{
    margin-left:8px ;
}
.star-list .img-box img{
    width: 20px;
    height: 20px;
}
.texteara{
    margin-top: 12px;
}
.texteara textarea{
    padding: 8px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    width: 402px;
    height: 120px;
}
.each-tab img{
    width: 20px;
    height: 18px;
    margin-right: 6px;
}
.active-tab{
    background: #E2EDFF;
    color: #2288FC;
}
.cancel img{
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.width280{
    width: 280px;
    align-items: center;
    text-align: center;
}
.width225{
    width: 225px;
    align-items: center;
    text-align: center;
}
.width225 span{
    color: #2288FC;
}
.width200{
    width: 138px;
    align-items: center;
}
.textarea-input{
    width: 80%;
    height: 150px;
}
.demand-list .pagination-box{
    margin-top: 30px;
}
.each-hour p video{
    max-width: 100%;
}
.each-hour p img{
    max-width: 100%;
}
.domlistbox{
    /*max-height: 450px;*/
    /*overflow-y: scroll;*/
    padding-right: 10px;
    box-sizing: border-box;
}
div::-webkit-scrollbar {
    width: 4px;
}
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: fade(@primary-color, 60%);
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: fade(@primary-color, 30%);
}


/*----------------- 新列表样式 ----------------------*/

.demand-list.new {
    height: auto;
    padding: 0 20px;
}

.demand-list .demand-item {
 border-radius: 6px;
 border: 1px solid #CBD8F3;
  margin-bottom: 16px;
  overflow: hidden;
}

.demand-list .demand-item-header {
  height: 40px;
  padding: 0 16px;
  font-size: 13px;
  color: #808691;
}

.demand-list .demand-item-header div {
  margin-right: 5px;
}

.demand-list .demand-item-header div span {
  margin-left: 6px;
  font-weight: 300;
}
.demand-list .demand-item-header .type{
    height: 18px;
    border-radius: 2px;
    border: 1px solid #035DF4;
    font-size: 12px;
    color: #035DF4;
    line-height: 20px;
    padding: 0px 5px;
}
.demand-list .demand-item-header .text-type1{
    border: 1px solid #E63422;
    color: #E63422;
}
.demand-list .demand-item-header .text-type2{
    border: 1px solid #8047B9;
    color: #8047B9;
}
.demand-list .demand-item-header .text-type3{
    border: 1px solid #f403d7;
    color: #f403d7;
}
.demand-list .demand-item-header .text-type4{
    border: 1px solid #f47d03;
    color: #f47d03;
}
.demand-list .demand-item-header .text-type5{
    border: 1px solid #00aa35;
    color: #00aa35;
}
.demand-list .demand-item-header .text-type6{
    border: 1px solid #b3b500;
    color: #b3b500;
}
.demand-list .demand-item-header .copy-img{
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 2px;
    cursor:pointer;
}
.demand-list .demand-item-content {
  padding:0px 16px;
}

.demand-list .demand-item-content > div{
  line-height: 22px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: unset;
  word-wrap: break-word;
}
.demand-item-bottom .left-btn{
    height: 26px;
    background: #FEF4EC;
    border-radius: 3px;
    font-size: 12px;
    color: #EE6400;
    line-height: 26px;
    text-align: center;
    padding: 0px 10px;
}
.demand-item-bottom .active-left-btn{
    background: #CDF3E3;
    color: #04952B;
}
.demand-list .demand-item-bottom {
  padding: 15px 16px;
  padding-bottom:10px;
}

.demand-list .demand-item-bottom .cur-p {
  margin-right: 6px;
  font-size: 12px;
  color: #333;
  width: 68px;
  height: 28px;
  line-height:30px;
  border-radius: 3px;
  text-align:center;
  border: 1px solid #E1E1E1;
  display:block;
}

.demand-list .demand-item-bottom .detail-btn {
    background: #2288FC;
    color:#fff;
    border:1px solid #2288FC;
}
.demand-list .demand-item-bottom .warn-btn {
/*    background-color: #e6a23c;*/
}
.demand-list .demand-item-bottom .comments-btn {
   /* background-color: #67c23a;*/
}
.demand-list .demand-item-bottom .submit-btn {
   /* background-color: #909399;*/
}
.demand-list .demand-item-bottom .cancel-btn {
    /*background-color: #f56c6c;*/
}


.demand-list .demand-item-bottom .cur-p:hover {
  background: #F4F5F7;
}
.demand-list .demand-item-bottom .detail-btn:hover {
  background: #026ae0;
}
.demand-flex {
  display: flex;
  align-items: center;
}

.demand-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
 }

 .demand-box-header .search-box {
    margin-right: 30px;
    background: #F4F5F7;
    border-radius: 3px;
    overflow: hidden;
 }
  .demand-box-header .search-box img{
     width: 16px;
     height: 16px;
     margin-top: 7px;
     margin-left: 10px;
    }

 .demand-box-header .search-box input {
   margin: 0;
   text-indent: 6px;
   padding: 0;
   width: 220px;
   min-width: 10px;
   height: 30px;
   line-height: 30px;
   text-align: left;
   background: #F4F5F7;
   text-overflow: ellipsis;
   font-size: 12px;
   border: none;
 }

 .demand-box-header .search-box button {
   background-color: #fff;
   padding: 0 8px;
   color: #333;
   border-radius: 0;
   border-width: 0;
   text-indent: 0;
   height: 30px;
   line-height: 30px;
   border-left: 1px solid #e1e1e1;
   background-color: #eff2f5;
   font-weight: 500;
   cursor: pointer;
 }

 /* 图片预览样式 */
.modal {
    touch-action: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 200;
  }
  .modal > img {
    position: absolute;
    padding: 0;
    margin: 0;
    transform: translateZ(0);
  }

  .unread,
  .allread {
    text-align: center;
    line-height: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 0;
    color: #333;
    width: 45px;
    height: 30px;
    border-radius: 3px;
    background: #F4F5F7;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
  }

  .unread:hover,
  .allread:hover{
    background: #E6EFFE;
    color: #2288fc;
  }

  .unread.active,
  .allread.active{
    background: #E6EFFE;
    color: #2288fc;
  }
  .shortcutBtn{
   margin-top: 14px;
   margin-bottom: -15px;
   min-height: 1px;
  }
  .comment-main .text-detail{
    font-size:14px;
    margin-bottom: 6px;
    color: #333;
  }
.shortcutBtn .btns{
  color: #4a4a4a;
  border: #cdcdcd 1px solid;
  font-size: 14px;
  padding: 4px 16px;
  margin-right:12px;
  cursor: pointer;
  border-radius: 4px;
 margin-bottom: 10px;
}
.shortcutBtn .btns:hover{
  color: #2288FC;
  border: #2288FC 1px solid;
}
.shortActive{
  color: #2288FC !important;
  border: #2288FC 1px solid !important;
  background: #EBF5FF;
}
.evaluate .btn{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    cursor: pointer;
    width: 126px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
}
.evaluate .btn .hide{
    display:none;
}
.evaluate .btn img{
   width:22px;
   height:22px;
   margin-top: 16px;
   margin-bottom: 4px;
}
.evaluateActive{
  background: #EBF5FF !important;
  border: 1px solid #2288FC !important;
}
.ping-box-div{
   width:420px;
   padding: 20px 20px
}
.ping-box-div .tabs{
    margin-top:0px;
    margin-bottom: 15px;
}
.ping-box-div .texteara{
    margin-top:18px;
}
.no-list-text{
    text-align: center;
    margin: 20% 0px;
    color: #666;
}
.popup-tab-box,.time-text-box{
    display:none;
}
.time-text-box{
    padding: 12px 8px;
    font-size: 15px;
}
.popup-tab-box .demand-title span{
    cursor:pointer;
    margin-right: 10px;
}
.popup-tab-active-text{
    color: #2288FC;
    border-bottom: 1px solid;
}
.detail-content{
    padding-top: 3px;
}
.detail-content strong{
    font-weight: bold;
}
.detail-content .ql-size-small {
    font-size: 12px;
}
.detail-content .ql-size-large {
    font-size: 18px;
}
.detail-content .ql-size-huge {
    font-size:32px;
}
.detail-content ol{
    counter-reset: my-counter;
    list-style-type: none;
    padding-left: 0;
}
.detail-content ol li{
    counter-increment: my-counter;
}
.detail-content ol li::before {
    content: counter(my-counter) ". "; /* 显示计数器 */
    display: inline-block;
    margin-right: 5px;
    text-align: right;
}
.detail-content ul li::before {
    content: "\2022"; /* 显示计数器 */
    display: inline-block;
    margin-right: 5px;
    text-align: right;
}
.detail-content p{
    line-height:24px;
}