.span_no_link{
    cursor:pointer;
    color: #01AAED;
}

.left{
    text-align: left;
}

.div_detail_right{
    text-align: right;
    padding: 15px 10px;
    background-color: #F2F2F2;
    font-size: 14px;
    line-height: 16px;
}
.div_detail_left{
    text-align: left;
    padding: 15px 10px;
    background-color:#F5F5F5;
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
}


#div_data {
    border: 1px solid #e6e6e6;
    text-align: center;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    color: #666;
    margin-top: 45px;
    position:absolute;
    top:200px;
    z-index:100;
    width: 96%;
}

.span_delete {
    padding: 10px 10px;
    float: right;
    border-radius: 5px;
    background-color: #e6e6e6;
    float: right;
    margin-right: 5px;
}
.span_reload{
    padding: 10px 10px;
    float: right;
    border-radius: 5px;
    background-color: #009688;
    float: right;
    margin-right: 5px;
}
.span_reload i {
    color: white;
}

.del_active{
    background-color: #FF5722;
}
.span_delete i {
    color: white;
}

.layui-form-label{
    width: 180px !important;
}

.layui-inline{
    margin-bottom: 10px;
}

.layui-form-search-label{
    width: 120px !important;
    margin-left: 10px;
}

.layui-upload-list{
    width: 200px;
    height: 200px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.layui-upload-list img{
    width: 100%;
    height: 100%;
    border: none !important;
}
.layui-icon {
    font-size:19px;
}

.a_save {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.icon_size{
    font-size: 25px;
    margin: 0px 3px;
}


.content_table tbody {
    display:block;
    height:610px;
    overflow-y:scroll;
    overflow-x: hidden;
}


.content_table thead, .content_table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.content_table thead {
    background-color: #f5f5f5;
    width: calc(100% - 1.25em);
}
