.ptmbut{
    text-align: center;
    border: 1px solid #e8e8fd;
    padding: 0.75rem 0;
    background-color: #f6f7fa;
    position: relative;
}

.night .ptmbut{
    border: 1px solid #444;
    background-color: #181a1b;
}

.ptmbut i{
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    font-size: 0.75rem;
    cursor: pointer;
    color: #8383a0;
}

.ptmbut span{
    padding: 0.5rem 1rem;
    background-color: #e9ecef;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 0 0.25rem;
    display: inline-block;
}

.night .ptmbut span{
    background-color: #444;
}

.ptmbut span:hover{

}

.ptmbut span.act{
    background: linear-gradient(to right, #4b6cb7, #182848);
    color: #fff;
}

.ptmlist{
    min-height: 15rem;
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
}

.night .ptmlist{
    border:1px solid #444;
}

.ptmlist>div{
    padding: 0.5rem;
}

.ptmlist>div>div:last-child{
    margin-bottom: 0 !important;
}

/* ############# */

.ptmlisttips{
    height: 100%;
    min-height: 15rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ptmlisttips>div{
    text-align: center;
}

.ptmlisttips>div i{
    font-size: 3rem;
    display: block;
    font-weight: bold;
    color: #eee;
}

.night .ptmlisttips>div i{
    color: #444;
}

.ptmlisttips>div span{
    font-size: 0.8rem;
    margin-top: 0.5rem;
    color: #ddd;
    display: block;
}

.night .ptmlisttips>div span{
    color: #444;
}

/* #################################################### */

.ptmdaiban,.ptmwancheng,.ptmall{
    display: none;
}

.ptmdaiban{
    display: block;
}

.ptmli{
    border: 1px solid #e8e8fd;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    padding: 0.5rem;
}

.night .ptmli{
    border: 1px solid #444;
}

.ptmli>div{
    display: inline-block;
    float: left;
}

.ptmli>div:nth-child(1){
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
}

.ptmli>div:nth-child(1) i{
    cursor: pointer;
    color: #009688;
    font-weight: bold;
}

.ptmli>div:nth-child(2){
    width: calc(100% - 1.8rem - 1.8rem);
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ptmli>div:nth-child(3){
    width: 2.4rem;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
}

.ptmli>div:nth-child(3) i{
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: bold;
    color: #FF9800;
    margin-left: 0.5rem;
}

.ptmli>div:nth-child(3) i.layui-icon-edit{
    color: #2196F3;
    margin-left: 0;
}

.wancheng{

}

.wancheng>div:nth-child(1) i{
    color: #FF9800;
}

.wancheng>div:nth-child(1) i::before{
    content: "\1005";
}

.wancheng>div:nth-child(2){
    text-decoration: red line-through solid;
}

/* #################################################### */

.addrenwu{
    text-align: center;
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    font-size: 0.7rem;
    padding: 0.4rem 0;
    cursor: pointer;
}

.night .addrenwu{
    border: 1px solid #444;
    color: #aaa;
}

.addrenwu i{
    font-size: 0.7rem;
    font-weight: bold;
    margin-right: 0.25rem;
}

/* #################################################### */

.alert_newrenwu{
    padding: 0.5rem;
}

.alert_newrenwu textarea{
    width: 100%;
    height: 8rem;
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
}

.night .alert_newrenwu textarea{
    background-color: #282828;
    border: 1px solid #444;
    color: #ccc;
}

.alert_newrenwu div{
    text-align: right;
    padding: 0.25rem 0 0 0;
}

.alert_newrenwu div button{
    border: 1px solid #2196F3;
    background-color: #2196F3;
    color: #fff;
    padding: 0.25rem 0.75rem;
    margin-left: 0.5rem;
    border-radius: 3px;
}

.alert_newrenwu div button.cle{
    border: 1px solid #ddd;
    background-color: transparent;
    color: #444;
}

.night .alert_newrenwu div button.cle{
    border: 1px solid #444;
    color: #bbb;
}

/* #################################################### */

.alert_editrenwu{
    padding: 0.5rem;
}

.alert_editrenwu .alert_editrenwu_input{
    margin-bottom: 0.25rem;
}

.alert_editrenwu .alert_editrenwu_input span{
    display: block;
    height: 1rem;
    line-height: 1rem;
    background-color: #e8e8fd;
    font-size: 0.5rem;
    padding-left: 0.25rem;
}

.alert_editrenwu .alert_editrenwu_input textarea{
    width: 100%;
    height: 5rem;
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    font-size: 0.5rem;
}

.alert_editrenwu .alert_editrenwu_status{
    border: 1px solid #e8e8fd;
    margin-bottom: 0.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.25rem;
    font-size: 0.5rem;
}


.alert_editrenwu .alert_editrenwu_but{
    text-align: right;
    padding: 0.25rem 0 0 0;
}

.alert_editrenwu .alert_editrenwu_but button{
    border: 1px solid #2196F3;
    background-color: #2196F3;
    color: #fff;
    padding: 0.25rem 0.75rem;
    margin-left: 0.5rem;
    border-radius: 3px;
}

.alert_editrenwu .alert_editrenwu_but button.cle{
    border: 1px solid #ddd;
    background-color: transparent;
    color: #444;
}

/* #################################################### */

.alert_setup{
    padding: 0.5rem;
    border: 1px solid #e8e8fd;
    margin: 0.5rem;
    border-radius: 3px;
}

.night .alert_setup{
    border: 1px solid #444;
}

.alert_setup button{
    border: 1px solid #e8e8fd;
    display: block;
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: transparent;
    margin-bottom: 0.75rem;
    cursor: pointer;
    color: #76768c;
    border-radius: 3px;
}

.night .alert_setup button{
    border: 1px solid #444;
    color: #ccc;
    background-color: #222;
}

.alert_setup button:last-child{
    margin-bottom: 0;
}

/* #################################################### */

.alert_daoryjson{
    padding: 0.5rem;
}

.alert_daoryjson .layui-upload-drag{
    padding: 0.5rem 0;
}

.alert_daoryjson_select{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #eee;
    margin-top: 0.5rem;
    overflow: hidden;
    border-radius: 3px;
}

.night .alert_daoryjson_select{
    border:1px solid #444;
}

.alert_daoryjson_select span{
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    background-color: #fafafa;
    width: 4rem;
    text-align: center;
    float: left;
    color: #666;
    border-right: 1px solid #eee;
}

.night .alert_daoryjson_select span{
    border-right: 1px solid #444;
    background-color: #232324;
    color: #ddd;
}

.alert_daoryjson_select select{
    height: 1.8rem;
    line-height: 1.8rem;
    width: calc(100% - 4rem);
    border: 0;
    float: left;
    padding-left: 0.25rem;
    color: #666;
}

.night .alert_daoryjson_select select{
    background-color: #181a1b;
    color: #eee;
}

.num_div{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
}

.night .num_div{
    border: 1px solid #444;
    color: #eee;
}

.num_div>div{
    width: calc(100% / 3);
    float: left;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.75rem;
}

.num_div>div span{
    color: green;
}

/* #################################################### */

@media screen and (max-width: 420px){

    .ptmbut span {
        padding: 0.25rem 0.25rem;
        border-radius: 5px;
        font-weight: normal;
        margin: 0 0.1rem;
    }

    .ptmli>div:nth-child(2) {
        width: calc(100% - 1.8rem - 2rem);
        font-size: 0.6rem;
    }

    .num_div {
        border: 1px solid #e8e8fd;
        margin-top: 0.75rem;
        padding: 0.25rem 0 0.25rem 0.5rem;
    }

    .num_div>div {
        width: 100%;
        float: left;
        height: 1.2rem;
        line-height: 1.2rem;
        text-align: left;
        font-size: 0.6rem;
    }

}