*,
::after,
::before {
    box-sizing: border-box
}
input {
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    padding-right: 5px;
}
:focus-visible {
    outline: 0
}
hr {
    overflow: inherit !important;
    text-align: inherit !important;
    margin: inherit !important;
    border: 1px #d1d0d0 dashed !important;
    border-top: inherit !important;
}
.el-carousel {
    width: 100%;
    height: 100%;
}
.el-carousel__container {
    height: 100%;
    position: relative;
}