.dialog_wrap {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog_title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.dialog_content {
    overflow-y: auto;
    line-height: 1.5
}
.el-dialog--center {
    margin-top:4vh !important;
}
.span_text {
    cursor: pointer;
    margin: 10px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid skyblue
}

.span_active {
    color: #ccc
}
.el-dialog__header {
    padding: 5px 10px;
}
.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 5px 15px 10px;
}