.debuger_box {
    height: 470px;
    width: 100%;
    background: white;
    font-family: Arial, 'Times New Roman', SimHei;
    font-size: 16px;
    color: @font-col;
    .op_box {
        text-align: center
    }
    .op_box p {
        font-size: 13px;
        font-family: Arial, 'Times New Roman', SimHei;
        color: @font-col;
        margin: 30px 0 27px 212px;
    }
    .op {
        margin-bottom: 36px;
        font-family: Arial, 'Times New Roman', SimHei;
        font-size: 16px;
        color: @font-col;
    }
    .op input {
        margin-left: 28px;
        width: 440px;
        height: 36px;
        text-indent: 15px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
    }
    .op input:focus {
        border: 1px solid @mian-col;
    }
    .op-span {
        display: inline-block;
        text-indent: -28px;
    }
    .op input[type='text'], .op button {
        border-radius: 0;
    }
}