.tabdef{
    margin-top: 0.75rem;
}
.divt{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 0.375rem 0 0.75rem;
}
.divt.rt{
    padding: 0 0.75rem 0 0.375rem;
}
.divt .layui-form-item:last-child{
    margin-bottom: 0;
}
.colorselect{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    display: inline-block !important;
    float: right;
    clear: none !important;
}
.colorselect .layui-colorpicker{
    border-left: 0;
}
.color_inp{
    width: calc(100% - 1.9rem);
    float: left;
}
.pdfbutdiv{
    padding: 0.75rem 0.75rem 0 0.75rem;
}
.pdfbut{
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #ff7504;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.dowbut{
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #07b672;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 0.25rem;
    display: none;
}
.pdfimgs{
    display: block;
    border: 1px solid #eeeeee;
    display: none;
}
.pdfimgs img{
    width: 100%;
}
.uishuiyinbut{
    border: 0;
    color: #999;
}
@media screen and (max-width: 1023px){
    .divt {
        width: 100%;
        padding: 0 0.75rem;
    }
    .divt.rt {
        padding: 0 0.75rem;
        margin-top: 0.75rem;
    }
}