.dialog_box{
    position: absolute;
    top: 100px;
    left: 860px;
    width: 160px;
    height: 80px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #000000;
    z-index: 10;
}
.dialog_input{
    width: 80px;
    height: 25px;
}
.dialog_json{
    margin-left: 5px;
    font-size: 12px;
}
.dialog_btn{
    width: 50px;
    margin-top: 10px;
    margin-left: 55px;
}