/*
html, body, #app {
    height: 100%;
    margin: 0;
    position: relative;
}
*/
#app {
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url(../image/bg.png) no-repeat center top / cover;*/
}

.amap-icon img,
.amap-marker-content img {
    width: 33px;
    height: 46px;
}

.marker {
    position: absolute;
    top: -20px;
    right: -118px;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
    white-space: nowrap;
    font-size: 12px;
    font-family: "", serif;
    background-color: #25A5F7;
    border-radius: 3px;
}

.el-select .el-input {
    width: 130px;
}

.input-with-select {
    background-color: #fff;
    border-radius: 10px !important;
}

.search-area {
    /*width: 70%;*/
}

.area-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 768px) {
    .item {
        width: 200px;
        margin: 2px;
    }
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    flex: 0 0 calc(20% - 10px);
}

.item img {
    width: 100%;
    aspect-ratio: 200 / 220;
    height: auto;
    border-radius: 10px 10px 1px 1px;
}

.item p {
    font-size: 12pt;
    color: #666;
}

#containers {
    width: 100%;
    height: 100%;
    border-radius: 0 0 10px 10px;
    opacity: 1;
}

.el-collapse-item__content {
    padding-bottom: 5px;
}

.ellipsis:hover {
    background-color: #FFFFFF;
    color: #2c3e50;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    user-select: none;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    background-color: rgb(42, 94, 153);
    cursor: default;
}

.el-collapse-item__header {
    font-size: 15px !important;
}

.el-collapse-item__header, .el-collapse-item__content, .el-collapse-item__wrap, .el-collapse {
    background-color: rgb(42, 94, 153) !important;
    border: none !important;
    color: #FFFFFF !important;
}


.container-right {
    width: 30%;
    background-color: rgb(42, 94, 153);
    opacity: 0.9;
    border-radius: 0 0 10px 0;
    height: 100%;
}

#page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
}

.container-center {
    border-radius: 10px;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    padding-bottom: 20px;
    background: linear-gradient(#e6f2ff, #ffffff);
    font-family: Arial, sans-serif;
}

.container-center h1 {
    color: #3a74b9;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding: 0 250px;
    z-index: 2;
}

.interim-h1 {
    color: #3a74b9;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding: 0 250px;
    z-index: 2;
}

.container-center h1::before,
.container-center h1::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background-color: #3a74b9;
    transform: translateY(-50%);
    z-index: 1;
}

.container-center h1::before {
    left: -3%;
}

.container-center h1::after {
    right: -3%;
}

.container-center p {
    color: #3a74b9;
    font-size: 24px;
    margin-top: 1px;
}

.el-input-group {
    width: 70% !important;
}

