/*
自定义样式
*/
.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;}


/* 管理后台网站统计 */
#dcount{
    overflow: none;
    min-width: 1210px;
}
#dcount h3{
    font-size: 32px;
    line-height: 80px;
}
#dcount .data-top{
    display: flex;
    flex-direction: row;
    text-align: center;
}
#dcount .data-top .dt-item{
    width: 23.5%;
    height: 130px;
    margin-right: 1.5%;
    background: #0000ff;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}
#dcount .data-top .dt-item.dt-2{
    background: #1ac9a8;
}
#dcount .data-top .dt-item.dt-3{
    background: #8382bb;
}
#dcount .data-top .dt-item.dt-4{
    background: #29abe2;
}
#dcount .data-top .dt-item.dt-5{
    background: #009245;
    margin-right: 0;
}
#dcount .data-top .dt-name{
    line-height: 70px;
}
#dcount .data-top .dt-num{
    border-top: 2px solid #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;
}

#dcount .data-bot{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
}
#dcount .data-bot .data-bot-lft{
    background: #fafafa;
    padding: 20px;
    width: 70%;
}
#dcount .data-bot .db-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
#dcount .data-bot .db-top-title{
    font-size: 22px;
    font-weight: bold; 
}
#dcount .charts{
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}
#dcount .charts .charts-item{
    width: 30%;
}
#dcount .charts .charts-title{
    width: 60px;
    margin: 20px auto;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 10px;
    background: #29abe2;
    color: #fff;
    border-radius: 5px;
}
#dcount .charts-item.charts-2 .charts-title{
    background: #0000ff;
}
#dcount .charts-item.charts-3 .charts-title{
    background: #8382bb;
}

#dcount .charts .charts-p{
    margin: 0 10px;
    margin-top: -36px;
    width: 100%;
    height: 300px;
}
#dcount .charts-xs{
    display: flex;
    flex-direction: column;
}
#dcount .charts-xs .item-x{
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
}
#dcount .charts-xs .x-color{
    height: 18px;
    width: 32px;
    margin-left: 12%;
    margin-right: 10px;
    background: #f6d02d;
}
#dcount .charts-xs .x-color.x-2{
    background: #3296f8;
}
#dcount .charts-xs .x-color.x-3{
    background: #1ac9a8;
}

#dcount .data-bot .data-bot-rig{
    width: 24%;
}
#dcount .dbr-item{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 28px;
    border-bottom: 5px solid #f2f2f2;
    margin-bottom: 55px;
}
#dcount .dbr-item .dbr-item-title{
    font-size: 20px;
    font-weight: bold; 
    line-height: 50px;
}
#dcount .dbr-sons{
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
}
#dcount .dbr-son{
    width: 33%; 
    font-size: 16px;
    font-weight: bold; 
    line-height: 28px;
}
#dcount .dbr-son .dbr-son-num{
    color: #f00;
}
#dcount .dbr-son .layui-progress{
    width: 88%;
}