.width-back {
    background: #fff;
    border: 1px solid #dadada;
}
button {
    font-size: 12px;
    border:1px solid #dadada;
    text-align: center;
    border-radius: 0;
    height: 28px;
    line-height: 28px;
}
.btn{
    font-size: 12px;
    border:1px solid #dadada;
    text-align: center;
    border-radius: 0;
    height: 28px;
    line-height: 28px;
    padding:0px 10px;
}
.s-botton {
    padding:0px 10px;
}
.b-botton {
    width:82px;
    padding:0;
}
.blue-btn {
    color:#fff!important;
    background: #03aaf4!important;
}
.blue-btn:hover {
   color:#fff!important;
    background: #0297db!important;
}
.blue-btn-test {
    color:#fff;
    background: #03aaf4;
}
.gray-btn {
    color: #fff;
    background: #cccccc;
}
.gray-btn:hover {
    color:#333333;
}
.white-btn {
    color:#03aaf4;
    background: #fff;
    border-color:#03aaf4;
}
.white-btn i {
    margin-right: 3px;
}

.red-btn {
    color:#fff;
    background: #ea5628 ;
}
.red-btn:hover {
    color:#fff;
}

.margin-b15  {
    margin-bottom: 15px;
}
.pad0 {
    padding:0;
}
.is_ok ,.is_quit,.new-folder-confirm ,.new-folder-cancel{
    height:34px;
    line-height: 34px;
    margin-left: 5px;
}
.tooltip {
    word-break: break-all;
}
.resouce-data-con{
    background: #fff;
}
.resouce-data-con .layui-table-view{
    margin-top: 15px;
}
.res-all-remove{
    background: #ea5628;
    color: #fff;
}
.res-all-download{
    background: #03aaf4;
    color: #fff;
}
