.ysLogo.el-header {
    height: 64px;
    padding: 0;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(72, 77, 94, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    min-width: 100%;
}

.ysLogo .v-toolbar__title {
    margin-left: 8px;
}

.logo {
    width: 140px;
    text-align: center;
    position: absolute;
    left: 0;
}

.bodyContent.el-container {
    display: flex;
    width: 100%;
}

.navbarDra.el-aside {
    width: 140px;
    background: #484D5E;
    z-index: 3;
}


.topNav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 21px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    width: 100%;
    text-align: center;
}

.perCenter {
    position: absolute;
    right: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
}

.perCenter span:nth-child(1) {
    color: #324893;
}

.userPersonal {
    margin-left: 14px;
    position: relative;
    cursor: pointer;
}

.userPersonal span {
    margin-right: 8px;
}

.userPersonal span:first-child {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
}

.userPersonal span:first-child img {
    width: 100%;
}

.signOut {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #333;
    font-weight: normal;
    right: 0;
    padding: 0 10px;
    position: absolute;
    text-align: left;
    z-index: 99;
    top: 44px;
    height: unset;
    line-height: 47px;
    width: 100px;
    display: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}
.visit-btn {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #333;
    font-weight: normal;
    right: 0;
    padding: 0 10px;
    position: absolute;
    text-align: left;
    z-index: 99;
    top: 91px;
    height: 96px;
    line-height: 47px;
    width: 100px;
    display: none;
    cursor: pointer;
    font-size: 14px;
}

.navbar.el-menu,
.navbar .el-menu {
    background: transparent;
    border: none;
    padding: 0;
}

.navbar .el-menu-item:focus,
.navbar .el-menu-item:hover,
.navbar .el-submenu__title:hover {
    background-color: inherit;
}

.navbar .el-submenu__title,
.navbar .el-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.navbar .v-application ul,
.navbar .el-menu-item-group__title {
    padding: 0;
}

.navbar .el-submenu .el-menu-item {
    height: 35px;
    line-height: 35px;
    padding: 0;
    min-width: auto;
}

.navbar .el-menu-item.is-active {
    background: #696E7D;
    color: #fff;
}

.contentBody {
    height: calc(100vh - 64px);
    width: calc(100% - 150px);
    padding:20px 12px 0 20px;
}
/*
.contentBody::-webkit-scrollbar {
    display: none;
}*/

.footer {
    background-color: #fff;
    text-align: center;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    position: static;
    box-shadow: 0px 0px 18px 0px rgba(72, 77, 94, 0.1);
}

.mt-3 {
    margin-top: 12px;
}

.ml-3 {
    margin-left: 12px;
}

.ml-10 {
    margin-left: 40px;
}

.mr-5 {
    margin-right: 20px;
}

.mt-5 {
    margin-top: 20px;
}

.mr-4 {
    margin-right: 16px;
}

.ml-9 {
    margin-left: 36px;
}

.ml-7 {
    margin-left: 28px;
}

.ml-2{
    margin-left: 8px;
}

.ml-4{
    margin-left: 16px;
}

.mb-4,.deviceRule.mb-4 {
    margin-bottom: 16px;
}

.mr-2{
    margin-right: 8px;
}
