.grzw-xxtz-back {
    width: 136px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin: 20px 0;
}
input[type="checkbox"]{
    width: 14px;
    height: 14px;
    border: solid 1px #d3d3d3;
}
.grzw-xxtz-back a {
    width: 100%;
    height: 100%;
}
.grzw-xxtz-back a img {
    margin: 0 10px 2px 0;
}
.xxtz-btn {
    width: 136px;
    height: 42px;
    border-radius: 2px;
    border: solid 1px #2789ee;
    font-size: 16px;
    color: #2789ee;
    text-align: center;
    line-height: 42px;
}
.xxtz-btn-del{
    border: solid 1px #bacae1;
}
.xxtz-btn-default {
    background-color: #2789ee;
    color: #fff;
    margin-right: 20px;
}
.xxtz-btn.disabled{
    background: #c2c2c2;
    border-color: #c2c2c2;
    color: #ffffff;
    cursor: not-allowed;
}
.xxtz-item, .xxtz-item-btn {
    padding: 24px 14px 24px 20px;
    border-bottom: 1px solid #edf1f5;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xxtz-item-btn {
    padding: 24px 0 24px;
    border-top: 1px solid #edf1f5;
    display: block;
}
.xxtz-item-status {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.xxtz-item-status-ybj {
    color: #ba8f45;
}
.xxtz-item-status-sptg {
    color: #45ba92;
}
.xxtz-item-status-ysl {
    color: #f08e53;
}
.xxtz-item-status-bqbz {
    color: #0e62b8;
}
.xxtz-item-status-red{
    color: #ff0000;
}
.xxtz-item-blue {
    color: #0e62b8;
}

.xxtz-item-lf {
    width: 665px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.xxtz-item-lf img {
    width: 36px;
    height: 36px;
    /*margin: 0 15px 0 15px;*/
    margin: 0 15px 0 0;
}
.xxtz-item-lf p {
    line-height: 26px;
}
.xxtz-item-rt {
    color: #333333;
}
.xxtz-item-lf .red-circle {
    width: 12px;
    height: 12px;
    background-color: #ff5f27;
    border-radius: 100%;
    border: 2px solid #ffffff;
    position: absolute;
    left: 28px;
    top: 13%;
}
.xxtz-item-date {
    color: #333333;
}
.pop-label{
    width: 80px;
}
@media screen and (max-width: 768px){
    .pop-label{
        width: 1.2rem;
    }
    .grzw-xxtz-back{
        padding-right: .2rem;
        font-size: .3rem;
        width: 2.5rem;
        line-height: .7rem;
        border-radius: 0.04rem;
        height: auto;
        margin: .25rem 0;
    }
    .grzw-xxtz-back a img{
        width: 0.12rem;
        margin: -.03rem .15rem 0 0;
    }
    .xxtz-item-btn{
        padding: 0.25rem 0;
    }
    .xxtz-item, .xxtz-item-btn{
        font-size: .3rem;
        padding: 0.2rem;
    }
    .xxtz-btn{
        line-height: .75rem;
        height: auto;
        width: 2.5rem;
    }
    .xxtz-btn-default{
        margin-right: .2rem;
    }
    .xxtz-item-status{
        margin-right: .2rem;
    }
    .xxtz-item-lf img{
        width: .6rem;
        height: .6rem;
        margin: 0 0.2rem;
    }
    .xxtz-item-lf .red-circle{
        width: 0.18rem;
        height: 0.18rem;
        left: 0.7rem;
        top: 20%;
    }
    .xxtz-item-lf p{
        line-height: .5rem;
    }
    .xxtz-item, .xxtz-item-btn{
        flex-wrap: wrap;
    }
    .xxtz-item-rt,.xxtz-item-date{
        width: 100%;
        text-align: right;
    }
}
