@import '~antd/lib/style/themes/default.less';

//基石
.base {
    width: 100%;
    background-color: #ffffff;
    padding: 34px;
    min-width: 1020px;
}

//头部组件
.item0{
    float: left;
}
.item0_1{
    float: left;
    line-height: 32px;
    margin-left: 38px;
}
.item1{
    float: left;
    width: 120px;
}
.item1_1{
    float: left;
    margin-left: 16px;
}
.item2{
    float: right;
}

.clear{
    clear: both;
}
.clear0{
    .clear();
    margin-bottom: 35px;
}
.clear1{
    .clear();
    margin-bottom: 16px;
}