
.dialog-background{
    position: fixed;
    top:0;
    left:0;
    width:101%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 10000000;
}
.prompt-width-400{
    width:400px;
}
.prompt-btn{
    display:block;
    width: 100px;
    margin: 20px auto;
}
.prompt-dialog{
    margin: 10% auto;
}
.title-style{
    width:399px;
    line-height:60px;
}
.border-rodius{
    border-radius: 0;
    border:1px solid #337ab7;
}
.font-25{
    font-size:25px;
}
.min-height-100{
    min-height: 100px;
}
.margin-top-60{
    margin-top:60px;
}
.padding-20-15{
    padding:20px 15px;
}
/*.line-height-25{*/
    /*line-height:25px;*/
/*}*/
/*.prompt-font-18{*/
    /*font-size:18px;*/
    /*color:#337ab7;*/
/*}*/
.prompt-btn,.prompt-btn:active,.prompt-btn:focus,.prompt-btn:hover{
    border:1px solid #337ab7;
    background-color:#337ab7;
    outline: none;
}
.margin-top-15{
    margin-top:15px;
}
.display-none{
    display: none;
}
.link-style{
    line-height:35px;
    color: #337ab7;
    margin-bottom:0;
    margin-top:20px;
}
#prompt_div p.thumbnail{
    border:none;
    margin-bottom:0;
}