.dialog_warp{
    width:100%;
    height: 100%;
    position: fixed;
    background:url('https://d.myqpw.com/images/commonality/loadinbg.png') repeat;
    top: 0;
    left: 0;
    z-index: 999999;
}
.dialog_warp2{
    width:100%;
    height: 100%;
    position: fixed;
    background:url('https://d.myqpw.com/images/commonality/loadinbg.png') repeat;
    top: 0;
    left: 0;
    z-index: 999999;
}
.link_button{
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #d00007;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;

}
.link_button:visited,.link_button:link{
    color: #fff;
}
.dialog_warp_inner{
    position: fixed;
    width: 480px;
    height: 190px;
    padding: 10px 20px;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -250px;
    border-radius: 4px;
    background-color: #fff;
}
.dialog_warp_inner .dialog_title{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
}
.dialog_warp_inner tr{
line-height: 38px;
}
.dialog_warp_inner tr td{
    text-align: right;
}
.dialog_warp_inner td input{
    width: 149px;
    height: 24px;
}
.dialog_box{
    position: fixed;
    width: 318px;
    /*height: 126px;*/
    height:auto;
    padding: 10px 20px;
    top: 50%;
    left: 50%;
    margin-top: -73px;
    margin-left: -179px;
    border-radius: 4px;
    background-color: #fff;
}

.dialog_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.dialog_close{
    position: absolute;
    right: -10px;
    top: -12px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
   padding:10px;
    color: #a5a5a5;

}
.dialog_close:hover{
    color: #000000;
}
/*.dialog_body{
    width: 100%;
    height: 60px;
    word-break: break-all;
    overflow: hidden;
    font-size: 13px;
    color: #4a4a4a;
    line-height: 60px;
}*/
.dialog_body{
    width: 100%;
    min-height: 60px;
    word-break: break-all;
    overflow: hidden;
    font-size: 13px;
    color: #4a4a4a;
    line-height: 26px;
    margin-top: 5px;
}

.dialog_btn_box_w{
width: 100%;
    height: 36px;
}
.dialog_btn_box{
    width: auto;
    height: 30px;
    margin-top: 6px;
}
.dialog_btn_box{
    margin-left: 40px;
}
.dialog_btn_box span{
    display: inline-block;
    width: 70px;
    height: 26px;
    float: left;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    margin-left: 30px;
    box-shadow: 0 0 3px #dcdcdc;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}
.dialog_btn_ok:hover{
    background: #4386bd;
}
.dialog_btn_no:hover{
    color: #cc0000;
    border: 1px solid #cccccc;
}
.dialog_btn_ok1{
    color: #fff;
    background: #52a0e5;
}
.dialog_btn_no{
    color: #4a4a4a;
}
.dialog_btn_box2{
    margin-left: 70px;
}
.dialog_btn_box2 span{
    width: 100px;
    color: #fff;
    background: #52a0e5;

}
.dotmove{
    position:fixed;
    width:100%;
    height:100%;
}
