
/*工单样式*/
.btn-workorder {
    cursor: pointer;
    background-color: #00A4FF;
    display: inline-block;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: top;
    user-select: none;
    border: none;
    padding: 0 5px;
    line-height: 37px;
    font-size: 14px;
    /* border-radius: 100px; */
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.close_workorder{
    cursor: pointer;
    margin-left: 10px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    border: 0;
    font-size: 14px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: indianred;
}

.workorder_time{
    color: #c7c3cc;
}

.workorder_detail{
    font-weight: bold;
}

.workorder_has_been_closed{
    text-align: center;
    color: gray;
    background-color: cornsilk;
    padding: 10px;
    margin-top: 20px;
}

.workorder_wstatus0 {
    float: right;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #e2ba0c;
    transform: rotate(30deg);
}
.workorder_wstatus1 {
    float: right;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #40a707;
    transform: rotate(30deg);
}
.workorder_wstatus2 {
    float: right;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #1256b3;
    transform: rotate(30deg);
}
.workorder_wstatus3 {
    float: right;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 14px;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: indianred;
    transform: rotate(30deg);
}
.workorder_avatar{
    width: 24px;
    display: unset;
    border-radius: 12px;
    float: left;
}
.workorder_text{
    font-size: 16px;
}
.workorder_item{
    background-color: aliceblue;
    margin-top: 5px;
    font-size: 16px;
    clear: both;
}
.workorder_reply{
    margin-top: 15px;
}
.workorder_reply_input{
    width: calc(100% - 66px);
    float: left;
    padding: 7.5px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #343a3c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.1rem;
}

.workorderlists h3 {
    font-size: 18px;
    font-weight: bold;
}

.workorderlists h3 span {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.workorderlist{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
}

.tips{
    display: block;
    padding: 5px 0;
}
.tips_mail{
    color: red;
}
.tips_link{
    color: red;
    text-decoration: underline;
}
.useless_limit{
    padding: 15px 5px;
    text-align: center;
    background-color: gainsboro;
    font-size: 18px;
}
textarea.ipt {
    width: 100%;
}