.configure-settings {
    top: 49px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: calc(~"100% - 50px");
    overflow-y: auto;
    padding-left: 40px;
    background-color: #ffffff;
    font-family: 微软雅黑 !important;

    .content {
        float: left;

        .content-div {
            float: left;
            width: 100%;
            margin-top: 18px;

            .content-left {
                float: left;
                margin-right: 12px;

                .content-tag {
                    width: 4px;
                    height: 20px;
                    background-color: rgba(54, 149, 255, 1);
                }
            }

            .content-right {

                .content-title {
                    height: 22px;
                    opacity: 0.9;
                    color: rgba(0, 0, 0, 1);
                    font-size: 16px;
                    text-align: left;
                    margin-top: -3px;
                    font-weight: 600;
                }

                .content-tooltip {
                    font-weight: 400;
                    color: #7b7e8a;
                    font-size: 14px;
                    padding-top: 6px;
                    padding-bottom: 15px;
                    padding-left: 17px;
                }

                .element-control-password {
                    height: 32px;
                    line-height: 32px;
                    padding-left: 36px;

                    span {
                        font-size: 16px;
                    }

                    input {
                        height: 32px;
                        width: 260px;
                        padding-left: 10px;
                    }
                }

                .operation-button {
                    a {
                        color: #3695ff;
                        font-size: 14px;
                        cursor: pointer;
                    }

                    .f-edit,
                    .f-save {
                        margin-left: 10px;
                    }
                }

                .float-left {
                    float: left;
                }

                .has-danger {
                    color: red;
                    padding-left: 147px;
                }
            }

            .configure-video {
                max-width: 1280px;
            }

            .configure-permission-list {
                max-width: 678px;
            }
        }
    }
    .modal-dialog {
        min-width: 500px !important;
    }
}
