.set-ablt {
    background: #fff;
    margin-bottom: 48px;
    padding: 20px;
    .acc-title {
        color: #333;
        font-size: 16px;
        margin-bottom: 10px;
        span {
            font-size: 12px;
            color: #999;
            margin-left: 10px;
        }
    }
    .tips-title {
        margin-bottom: 10px;
    }
    .ablt-tips {
        div:first-child {
            border: none;
            background: #fff;
            padding: 0;
        }
        margin: 20px 0;
    }
    .set-submit {
        width: 120px;
        border-radius: 4px;
    }
    .acc-area {
        width: 40%;
        float: left;
        margin-bottom: 20px;
        margin-right: 20px;
        .ant-input {
            margin-top: 10px;
        }
    }
}