/*.searchForm {*/
    /*padding: 0px;*/
/*}*/
.retractable{
    border: none;
    bottom: -14px;
    background: none;
}
/*.left-item{*/
    /*width: 93%;*/
    /*margin-bottom: 0;*/
/*}*/
/*.right-action{*/
    /*height: 99%;*/
/*}*/
/*!***/
/*增加 class search 的定位*/
 /**!*/
/*.right-action button:first-child{*/
    /*top: 25%;*/
    /*border-radius: 5px;*/
/*}*/

/*!***/
/*增加 class reset 的定位*/
 /**!*/
/*.right-action button:last-child{*/
    /*top: 25%;*/
    /*border-radius: 5px;*/
    /*margin-top: 30px;*/
/*}*/
/*.left-item .layui-form-label{*/
    /*padding: 7px 7px;*/
    /*color: #6c6c6c;*/
/*}*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;opacity:1;
}

input:-ms-input-placeholder{
    color: #ccc;opacity:1;
}

input::-webkit-input-placeholder{
    color: #ccc;opacity:1;
}
/*输入框高度 25*/
.layui-input, .layui-select, .layui-textarea{
    height: 25px;
    line-height: 25px \9;
}
/*@media only screen and (min-width:900px) and (max-width:940px) {*/
    /*.left-item{*/
        /*width: 85%;*/
    /*}*/
/*}*/
/*@media only screen and (min-width:1200px) and (max-width:1240px) {*/
    /*.left-item{*/
        /*width: 89%;*/
    /*}*/
/*}*/
/*.right-action-div{*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -22px;*/
/*}*/
/* .table-btn{
    background: #eee;
    padding: 10px 15px;
    margin-bottom: -10px;
} */
/*0410 tab样式统一*/
.layui-tab-title {
    height: 30px;
    border-color: #E5E5E5;
}
.layui-tab-brief > .layui-tab-title .layui-this {
    line-height: 30px;
    background-color: #1890FF;
    color: #fff !important;
}
.layui-tab-card > .layui-tab-title .layui-this {
    background-color: #fff;
    color: #1890FF;
}
.layui-tab-title li{
    line-height: 30px;
    font-size: 12px;
    padding: 0 6px;
    margin-right: 10px;
}
.layui-tab-title li:last-child {
    margin-right: 0;
}
.layui-tab-title .layui-this::after {
    height: 31px;
}
/*table分页右对齐*/
.layui-table-page{
    text-align: right;
}
/*清理layui-table默认margin-top:20*/
.only-table .layui-table,
.only-table .layui-table-view {
    margin-top: 0;
}