.futher {
    height: 50%;
    border: 1px solid transparent;
}

.futher > div {
    height: 200px;
    width: 100%;
    margin-top: 25%;
}

.el-main {
    padding: 0;
}

.futher > div > div {
    background-color: #b0bdf1;
    height: 40px;
    padding: 5px;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
}

.el-input__inner {
    border-radius: 0px;
}

.el-input {
    display: block;
}

.input {
    width: 200px;
    line-height: 35px;
}

.label {
    text-align: center;
}

.help {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    color: #C0C4CC;;
}

.futher .el-button {
    width: 260px;
    border-radius: 15px;
}