.ui-widget-overlay{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.ui-dialog{
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.10);
    border-radius: 3px;
    width: 700px;
    outline: none;
    z-index: 1001;
    top:50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.ui-dialog-titlebar{
    width:100%;
    cursor: move;
}
.ui-dialog-title{
    background: #373E50;
    width:100%;
    padding: 13px 0;
    color: #fff;
    text-align: center;
    font-family: "MicrosoftYaHei-Bold";
    font-size: 14px;
    font-weight: bold;
    float:left;
}
.ui-dialog-titlebar-close{
    display: none;
}
.ui-dialog-buttonset>button:nth-child(2){
    border: none;
    width: 80px;
    color: #fff;
    height: 40px;
    cursor: pointer;
    background: #FF6C60;
    box-shadow: 0 2px 5px 0 rgba(255,108,96,0.50);
    border-radius: 2px;
    font-size: 14px;
    float: right;
    margin: 10px 10px 10px 0;
}
.ui-dialog-buttonset>button:nth-child(1){
    border: none;
    width: 80px;
    color: #6BCACA;
    height: 40px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px 0 #999;
    border-radius: 2px;
    font-size: 14px;
    float: right;
    margin: 10px 10px 10px 0;
}
.ui-dialog-content{
    margin-top: 46px;
    overflow: auto;
}
.masker{
    z-index: 1002;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../images/lod.png') no-repeat center center rgba(0,0,0,0.5);
    background-size:140px auto;
    display: none;
}
.xm_tips{
    font-size: 14px;
    font-family: Arial, Verdana, 宋体;
    text-align: center;
    line-height: 22px;
    background-color: rgb(255, 246, 247);
    vertical-align: middle;
    padding: 10px 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #6BCACA;
    border-image: initial;
    margin: 0px;
    background: #FFFFFF;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.10);
    border-radius: 3px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.c_red{color:red;}
.button_style_1, .button_style_2, .button_style_4 {
    cursor: pointer;
    margin: 10px 6px 0 0;
    padding: 5px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    height: 30px;
    width:60px;
    background: #FF6C60;
    box-shadow: 0 2px 5px 0 #999;
    border-radius: 3px;
}