.main {
    padding-top: 40px;
    min-height: 1200px;
}

.el-form-item__label {
    color: #000 !important;
    font-weight: bold;
    font-size: 16px !important
}

.el-form-item {
    margin-bottom: 30px !important;
}

.text {
    font-size: 14px;
}

.item {
    margin-bottom: 18px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
}

.box-card {
    margin-bottom: 20px;
}

.news_list li {
    padding: 6px 0;
}

.news_list > li > a {
    color: #606266;
}

.news_list > li > a:hover {
    color: #409eff;
    text-decoration: underline;
}

.news_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #409eff;
    vertical-align: middle;
    margin-right: 14px;
}

.el-divider--horizontal {
    margin: 20px 0 !important;
}

.el-radio.is-bordered + .el-radio.is-bordered {
    margin-left: 0;
}

.el-badge__content.is-fixed {
    right: 50px !important;
}

.auth-type {
    position: relative;
}

.auth-type:after {
    content: "账密信息勾选查看";
    position: absolute;
    top: -10px;
    right: -40px;
    border-radius: 10px;
    background-color: #F56C6C;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 6px;
}