textarea {
    font-family: "Microsoft Yahei", NotoSansHans-Regular, AvenirNext-Regular, arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

/*element 样式重写*/
.el-button--small, .el-button--small.is-round{padding:7px 15px;}
/**table*/
.el-table {
    border: 1px solid #EBEEF5; 
    border-collapse: collapse;
    border-bottom-width: 0;
}

.el-table thead {
    color: #555;
}

.el-table td,
.el-table th {
    padding: 8px 0; 
    font-size: 12px;
}

.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
     padding: 0 5px; 
    color: #555;
}
.el-table th {
    height: 40px;
    line-height: 40px;
    background: #eee;
    text-align: left;
    font-weight: normal;

} 

 .el-table__empty-text {
    width: 100%;
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
    line-height: 40px;
    
}
.el-table__empty-block{
    min-height: 40px;
    align-items: flex-start;
}

.el-table .el-link--inner {
    font-size: 12px;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #f7f7f7;
}

.el-table td,
.el-table th.is-leaf {
    border-bottom-width: 0;
} 

/**时间线*/

.el-timeline-item__node--primary {
    background-color: #fff;
    border: 2px solid #0164af;
    width: 8px;
    height: 8px;
    left: -1px;
}

.el-timeline-item__tail {
    border-left-color: #0164af;
}

.timelines-start-icon {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/Public/images/t01dcca9d241bb4b4aa.gif) no-repeat center center;
    text-align: center;
    border-radius: 50%;
}

.timelines-now-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://oss-yg-cztt.yun.qianxin.com/butian-public/f201928263c952927a199e547e695cbea6011ef7b295e.png) no-repeat 0 center;
    text-align: center;
    border-radius: 50%;
}

.el-timeline-item__timestamp.is-bottom {
    position: absolute;
    width: 140px;
    top: 4px;
    margin-top: 0;
    left:-160px;text-align: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.el-timeline-item {
    min-height: 30px;
}

.el-timeline li:first-child .el-timeline-item__node--primary {
    width: 16px;
    height: 16px;
    left: -3px;
    border: none;
}

.el-timeline li:first-child .el-timeline-item__content i {
    position: absolute;
    width: 30px;
    height: 24px;
    left: -8px;
    top: -20px;
    font-style: normal;
}

.el-timeline li:last-child .el-timeline-item__content i{
    font-style: normal;
    position: absolute;
    width: 30px;
    height: 24px;
    left: -8px;
    top: 20px;
}

/* .el-timeline li.el-timeline-item:nth-last-child(2) {
    min-height: 10px;
    padding-bottom: 0;
} */

.el-form-item__content{
    white-space: normal;
    word-break: break-all;
}

.el-avatar{background:#fff;}
.el-form-item label{font-family: "Microsoft Yahei",NotoSansHans-Regular,AvenirNext-Regular,arial,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif}
.bt-applyservice .el-input__inner, .bt-applyservice .el-textarea__inner {
    background-color: #f9fbfc;
}
.el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
    font-family: Microsoft YaHei,sans-serif,Arial,Helvetica;
  }
  .el-input__inner:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: Microsoft YaHei,sans-serif,Arial,Helvetica;
  }
  .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: Microsoft YaHei,sans-serif,Arial,Helvetica;
  }
  .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: Microsoft YaHei,sans-serif,Arial,Helvetica;
  }

/*el-pagination*/
.el-pagination .btn-prev, .el-pagination .btn-next{width:auto;float:none;}
/*页面元素*/
[v-cloak] {
    display: none;
}

.high {
    color: #d31312;
    font-style: normal;
  }
  .middle,.mid{
    color: #facd2c;
    font-style: normal;
  }
  .low {
    color: #88bb57;
    font-style: normal;
  }
.page-title {
    font-weight: normal;
}

.page-title span {
    display: inline-block;
    color: #333;
    height: 16px;
    line-height: 15px;
    font-size: 16px;
    border-left: 3px solid #527AF7;
    font-weight: normal;
    padding-left: 5px;
    margin-top: 19px;
}

.page-tips {
    min-height: 30px;
    background:#fff7eb;
    border: 1px solid #f1d59f;
    
    margin-bottom: 30px;
}

.page-tips-text {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color:#ee8c00;
    margin-left: 20px;
}
/* 服务申请消息提示框 */
.bt-msgwithicon-wrap{
background:#fff;
padding:60px 20px 40px;

}
.bt-msgwithicon-wrap .el-message__closeBtn{
top:20px;
}
.bt-msgwithicon-wrap .el-message__icon{display: none;}
.bt-msgwithicon{
background:#fff;

}
.bt-msgwithicon-icon{text-align: center;}
.bt-msgwithicon-text h4{font-size: 16px;letter-spacing: 0.69px;padding:30px 0 15px;text-align: center;color: #6A6A6A;}
.bt-msgwithicon-text p{text-align: center;}
.bt-applyservice .el-button{padding:12px 40px;}
.bt-applyservice .el-dialog__header {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 26px;
    background: #4467c7 url(https://oss-yg-cztt.yun.qianxin.com/butian-public/f2100253325d219c8ec5053c4d6cd95dfd6e2ac1b8b11.png) no-repeat center 0;
    color:#fff;
}
.bt-applyservice .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}
.bt-applyservice .el-dialog__title {
    color: #fff;
    font-size: 26px;
}
.bt-applyservice .el-dialog__body {
    padding: 30px 40px;
}
.bt-applyservice .el-form-item__label{padding-bottom:0;}
.bt-applyservice .el-input__inner{background-color:#F9FBFC;}
.bt-applyservice .el-input.is-active .el-input__inner, .el-input__inner:focus{background-color:#fff;}
/* 解决转让团队弹框select下拉框位置偏移 */
.teamSelect{
    position: absolute !important;
    top: 40px !important;
    left: 0 !important;
}