.panel {
    /* position: absolute; */
    /* top: 0; */
    /* left: 10px; */
    /* padding: 20px; */
    /* background: #fff; */
    /* box-shadow: 0 0 8px 0 #edf0f3; */
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #2f65ee;
    border: none
}

.floor {
    position: absolute;
    top: 112px;
    left: 10px;
    width: 48px;
    height: 48px;
    background: #fff;
    box-shadow: 0 0 16px 2px #edf0f3;
    border-radius: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .9)
}

.configPanel {
    position: absolute;
    top: 68px;
    left: auto;
    width: 448px;
    height: auto;
    right: 8px
}

.configPanel .card {
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: rgba(0, 0, 0, .9)
}

.configPanel .card>i {
    font-size: 16px;
    margin-right: 10px
}

.configPanel .card>span {
    font-size: 14px;
    margin-right: 12px
}

.configPanel .card>.btns-group {
    width: 312px;
    height: 38px;
    background: #eee;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.configPanel .card>.btns-group>button {
    width: 96px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px
}

.configPanel .formPanel {
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    padding: 20px
}

.configPanel .formPanel.hidden {
    display: none
}

.configPanel .formPanel .layui-form-item {
    margin-bottom: 0
}

.configPanel .formPanel .submitBtn {
    margin-top: 20px;
    text-align: center
}