.layui-card-header .toolbar .layui-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 6px;
    float: right;
    clear: both;
}

.layui-card-header .toolbar {
    float: right;
    clear: both;
}

.layui-card-header .toolbar .layui-btn .layui-icon {
    position: static;
    line-height: inherit;
}

.psubmit-right {
    position: fixed;
    bottom: 0;
    right: 20px;
}

.psubmit-left {
    position: fixed;
    bottom: 0;
    left: 20px;
}

.layui-btn.layui-layer-close {
    position: relative;
}


/** 滚动条 **/
::-webkit-scrollbar {
    width: 8px;
    height: 9px;
    background: transparent
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c1c1c1
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8
}

.mini-bar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.mini-bar::-webkit-scrollbar-thumb {
    border-radius: 3px
}

.sr-must {
    color: #FF0000;
}


/*>>>>>>>>>>>>>>>>>>>>>>> webuploader >>>>>>>>>>>>>*/
.webuploader-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 18px;
    background-color: #657ed4;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.webuploader-pick-hover {
    background: #574ae2;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.f-state {
    border-radius: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    padding: 0 6px;

    /*自适应内容宽度 */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


.my-op-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 8px 0px;
    text-align: center;
    background-color: #F8F8F8;
}


.must {
    color: #e63946;
    padding: 0px 4px;
}

.must-sm {
    color: #e63946;
    padding: 0px 4px;
    font-size: 10px;
}

.layui-fluid .layui-card div.layui-card-header {
    font-weight: bold;
}


.site-title fieldset {
    border: none;
    border-top: 1px solid #eee;
    padding: 10px;
}

.site-title fieldset legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 300;
}

.layui-input-block .layui-input {
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
}

.layui-form-label {
    text-align: left;
}


.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1E9FFF;
}


.dp-layer-submit {
    width: 80px;
    background-color: #34a2d4;
}

.dp-layer-close {
    width: 80px
}
