.bottom {
    margin-top: 13px;
    line-height: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button {
    padding: 0;
    min-height: auto;
}

.image {
    width: 100%;
    display: block;
}

.flex-grow {
    flex-grow: 1;
}

.el-header {
    height: auto;
}

.el-dropdown-menu>li>a {
    color: black;
    text-decoration: none;
}

.el-card__body {
    height: 380px;
}

.el-card__body div {
    height: 330px;
}

.search-box {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    margin-right: 20px;
}

.carousel-inner {
    height: 800px!important;
}

.carousel-inner .item img {
    width: 100%;
}