/*
自定义样式
*/
.c-red{
    color: #f00 !important;
}

#form-data{
    padding: 20px;
}
#form-data .layui-form-submit{
    margin-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}


/*login*/
#LAY-user-login .layadmin-user-login-box{
    padding: 20px 10px;
}

.hidden{
    display: none;
}


/*统一必须的红色样式*/
#must{color: red}

/* 图库s */
.photoshow{position: relative;;width: 100%; min-height: 60px; color: #009688;}
.photoshow img{display: block;max-width: 100%;border: 1px solid #cccccc;}
.photoshow img.hidden{display: none;}
.photoshow p{font-size: 12px;}
.photoshow .del{display: block;cursor: pointer;color:white;position: absolute;bottom:1px;left:0;width: 30%;background-color:rgba(0,0,0, 0.8);font-weight: bold;text-align: center;font-size: 13px;}
/* 图库e */

/* 你自己的样式 */
.width-50{ width: 50px;}
.width-80{ width: 80px;}
.width-100{ width: 100px;}
.width-120{ width: 120px;}
.width-150{ width: 150px;}
.width-180{ width: 180px;}
.width-200{ width: 200px;}
.width-300{ width: 300px;}

.dis{ display: none;}
.block{ display: block;}