.modules-passport-user-agreement-dialog {
    .el-dialog__header {
        font-weight: 700;
    }

    .el-dialog__body {
        padding-top: 10px;
    }

    .agreement_text {
        width: 800px;
        height: 430px;
        padding: 20px;
        overflow: auto;
        overflow-x: hidden;
        box-sizing: border-box;

        h3 {
            color: #d9341e;
            line-height: 35px;
            text-align: center;
            height: 35px;
        }
        p {
            font-size: 12px;
            color: #666;
            line-height: 24px;
            margin: 10px 0;
        }
        .p_title {
            font-size: 12px;
            color: #d9341e;
            line-height: 30px;
            font-weight: bold;
        }
        .p_color {
            color: #d9341e;
        }
    }
    .btn-group {
        display: flex;
        justify-content: center;
        padding-top: 20px;

        .btn-agree {
            width: 120px;
        }
        .btn-cancel {
            width: 120px;
        }
    }
}
