.note {
    width: 119%;
    height: 40%;
    z-index: 250;
    position: absolute;
    left: -8%;
    color: #1f4fbf;
    font-size: 9px;
    font-weight: bold;
}

.first-line {
    top: -108%;
}

.second-line {
    top: -92%;
}

.third-line {
    top: -103%;
    transform: rotate(180deg);
}

.fourth-line {
    top: -128%;
    transform: rotate(180deg);
}
.photo {
    color: #475669;
    font-size: 14px;
    opacity: 0.95;
    line-height: 200px;
    margin: 0;
}
.select-photo {
    width: 100%;
}
.test {
    opacity: 0%;
    width: 100%;

    background-color: rgba($color: white, $alpha: 0.8);
    color: black;
    z-index: 1500;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
        opacity: 100%;
    }
}
.el-carousel__arrow {
    background-color: black;
}
// .el-carousel__item:nth-child(2n) {
//     background-color: #99a9bf;
// }

// .el-carousel__item:nth-child(2n + 1) {
//     background-color: #d3dce6;
// }
