#app {
    display: flex;
    flex-direction: column;
}
.header {
    width: 100%;
    height: 80px;
    background: rgba(244, 244, 244, 1);
}

.right-form {
    position: relative;
    padding: 10px 20px 20px !important;
    z-index: 100;
}

.header .logo {
    width: 1200px;
    height: 100%;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}

.header .logo .logo-icon img {
    /* width: 147px; */
    max-width: 147px !important;
    max-height: 54px !important;
}

.el-divider--vertical {
    height: 28px !important;
    margin: 0 20px !important;
}

.el-breadcrumb__inner {
    font-size: 18px !important;
    cursor: pointer !important;
}

.el-message,
.el-message--success {
    top: 28px !important;
}

[v-cloak] {
    display: none !important;
}

.browser {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.browser img {
    width: 35px;
    height: 35px;
    margin: 0 40px 10px;
}

.browser a {
    text-decoration: none;
    text-align: center;
}
