*{
    font-family: "SimSun","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    display: block;
    font-size: 14px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
[v-cloak]{
    display: none;
}
html, body {
    padding: 0px;
    margin: 0px;
    background-color: #f8f8f8;
    height: 100%;
    
}
h1,h2,h3,h4,h5,h6 {
    display: block;
    font-size: 14px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#main {
    height:100%;
}
#content {
    height:100%;
}
.el-menu-item {
font-size: 14px;

font-weight:700;
}
.el-menu-item i{
margin-right:10px
}

.el-submenu .el-menu-item {
    min-width: 120px;
    
}
.main-style{
    background-color:#C0C4CC;
}
.el-card__header span{
    font-size: 12px;
    font-weight: 600;
}
.el-table--mini td, .el-table--mini th {
    padding: 1px 0;
}

.cell-input.el-input--mini .el-input__inner {
    height: 22px;
    line-height: 22px;
    
}

.el-card__header {
    padding: 9px 20px;
}
.el-menu-item i{
    width: 15px;
    text-align:center;
}
.el-card__body{
    
    height: 100%;
    overflow: hidden;
}


.el-header {
    height：50px !important;
    line-height:20px;
    background-color: #3c8dbc;
    color:#fff;
    }

.default-main{
    height: 100%;

    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 1;
    
}
.el-main{
    height: 100%;
}
.el-aside {
    background-color: #2b3539 !important;
    
}
.el-menu {
    border-right: 0;
}


.el-table__header-wrapper tr th{
    background-color: #f8f8f8 !important;
    text-align:center !important;
}
.el-submenu .el-menu-item {
    height: 50px;
    line-height: 50px;
    padding: 0px 40px;
   
}
.el-form-item__label {
    font-size: 12px;
    padding: 0 1px;
}
#order_content .el-dialog__title {
    line-height: 14px;
    font-size: 14px;
    color: #303133;
    font-weight:600;
}
#order_content .el-dialog {
    margin: 7vh 20px 20px 160px !important;
    width: 85%;
    height: 90%;
}
#order_content .el-dialog__body {
    padding: 10px;
    color: #606266;
    font-size: 10px;
    word-break: break-all;
}
.el-submenu__title{
    font-weight: 600;
}

.firsti{
    margin-right: 10px;
}