
@media (min-width:650px){
.mainContent[data-v-1b1c02ae]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.menu[data-v-1b1c02ae]{
}
.content[data-v-1b1c02ae]{
        width: 100%;
}
.el-menu[data-v-1b1c02ae]{
        width: 160px !important;
        height: 100%;
}
.el-submenu .el-menu-item[data-v-1b1c02ae] {
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    min-width: 0px;
}
}
@media (max-width:650px){
.menu[data-v-1b1c02ae]{
        width:100%,
}
.content[data-v-1b1c02ae]{
        width: 100%;
}
}


