html,body{
        padding: 0px;
        margin: 0px;
}
.dl-main{
        height: 100%;
        background-color: #f0f2f5;
}
.dl-header{
        background-color:#2c3346;
        width: 100%;
        height: 60px;
        border-bottom: solid 1px #2c3346;
        color: #ffffff;
}
.dl-header-main{
        display: flex;
        width: 100%;
}
.dl-header-left{
        width: 180px;
        padding-top: 10px;
}
.dl-header-tool{
        width: 40px;
        line-height: 60px;
}
.dl-header-middle{
        flex: 1;
}
.dl-header-right{
        width: 500px;
        text-align: right;
        line-height: 60px;
}
.dl-left{
        background-color:#304156;
}
.dl-footer{
        background-color: #999;;
}
.dl-header-face{
        line-height: 55px;
        margin-left: 10px;
}
.dl-header-face img{
        vertical-align: middle;
        margin-right: 6px;
}

.dl-header-icon{
        margin-left: 20px;
}
.dl-content{
        padding: 0px;
        height: 100%;
        overflow: hidden;
}
.dl-content-tabs{
        background-color: #ffffff;
        height: 40px;
        overflow: hidden;
}
.dl-app{
        padding: 10px;
}
.dl-app-tool{
        margin-bottom: 10px;
}
.dl-app-page{
        margin-top: 10px;
}
.dl-container{
        height: 100%;
        overflow: hidden;
}
.dl-foot-sub{
        height: 80px;
        font-size: 12px;
        color: #999999;
        text-align: center;
}
.dl-form-conent{
        width: 1000px;
        margin:20px auto;
}

