textarea{
    resize: none !important;
}

.txtpaddsetup{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

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

.txtpaddsetup>div{
    padding: 0.25rem;
}

.txtpaddsetup>div>div{
    margin-bottom: 0 !important;
}

/***************************************************/

@media screen and (max-width: 420px) {
    .action-bar button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .action-bar button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .action-bar button:nth-child(3){
        width: calc(50% - 0.25rem);
        float: left;
        margin-top: 0.5rem;
    }
    .action-bar button:nth-child(4){
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 390px){
    .action-bar button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .action-bar button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .action-bar button:nth-child(3){
        width: calc(50% - 0.25rem);
        float: left;
        margin-top: 0.5rem;
    }
    .action-bar button:nth-child(4){
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0.5rem;
    }
}

/***************************************************/

.rotdivres{
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

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

.rotdivres div{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.rotdivres div strong{
    font-weight: unset;
}

.rotdivres div span{
    float: right;
    color: #888;
    cursor: pointer;
    margin-left: 0.5rem;
}

.rotdivres textarea{
    border: 1px solid #eee;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 8rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

/***************************************************/

.baolires{
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

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

.baolires .title{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.night .baolires .title{
    border-bottom: 1px solid #444;
}

.baolires .baolicents{
    height: 10.45rem;
    padding: 0.25rem;
    overflow: auto;
}

.baolires .baolicents::-webkit-scrollbar {
    width: 3px;
}

.baolires .baolicents::-webkit-scrollbar-thumb {
    border-radius: 3px;
}

.baolires .baolicents::-webkit-scrollbar-track {

}

.night .baolires .baolicents::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 3px;
}

.night .baolires .baolicents::-webkit-scrollbar-track {
    background-color: #333;
}

.baolires  .baolicents>div{
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border-left: 4px solid #2196F3;
    border-radius: 6px;
    background-color: #f8f9fa;
}

.night .baolires  .baolicents>div{
    background-color: #444;
}

.baolires  .baolicents>div p{
    border-bottom-style: dashed;
    font-weight: 600;
    color: #3498db;
}

.baolires  .baolicents>div div{
    margin-top: 0.5rem;
}

/***************************************************/

.kaisafenxi{
    border: 1px solid #eee;
    margin-top: 0.75rem;
    border-radius: 4px;
    display: none;
}

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

.kaisafenxi .titles{
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #f6f7fa;
    padding-left: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #eee;
}

.night .kaisafenxi .titles{
    background-color: #222;
    border-bottom: 1px solid #444;
}

.kaisafenxi .kaisafenxidiv{
    margin-left: 1rem;
    padding: 1rem 1rem 0.5rem 1rem;
}

.kaisafenxi .kaisafenxidiv>div{
    background-color: #f6f7fa;
    border-radius: 3px;
    position: relative;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.night .kaisafenxi .kaisafenxidiv>div{
    background-color: #444;
}

.kaisafenxi .kaisafenxidiv>div>div:first-child{
    position: absolute;
    height: 1rem;
    line-height: 1rem;
    left: -1rem;
    right: 0;
    font-size: 0.6rem;
}

.kaisafenxi .kaisafenxidiv>div>div.tiaose{
    height: 1rem;
    min-width: 1px;
    background-color: #19baaa;
    border-radius: 3px 0 0 3px;
}

.kaisafenxi .kaisafenxidiv>div span{
    position: absolute;
    right: 0.25rem;
    z-index: 999;
    top: 50%;
    font-size: 0.5rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 600px){
    .kaisafenxi .kaisafenxidiv {
        margin-left: 1rem;
        padding: 0.5rem 0.5rem 0rem 0.5rem;
    }
}

/***************************************************/

@media screen and (max-width: 350px){
    .layui-form-pane .layui-form-label {
        width: 4rem;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 4rem;
    }
}