.wm_window_dm {
    display:inline-block;
    position:fixed;
    top:0%;
    left:0%;
    border: 1px solid #212121;
    opacity:1;
    z-index:99999;
    text-align:left;
    width: 320px;
    height:100%;
    overflow-y:hidden !important;
    overflow-y:hidden !important;
    overflow: hidden !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#212121;
}
.wm_header_dm {
    display:inline-block;
    float:left;
    clear:both;
    width:300px;
    height:24px;
    margin: 7.5px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wm_header_txt_dm {
    display:inline-block;
    width:100%;
    color:#727272;
    font-size:22px;
    font-weight:300;
}
.wm_header_txt_ellipsis_dm {
    display:inline-block;
    width:100%;
    /*height:22px;*/
    max-width: 100%;
    padding-left:7px;
    color:#727272;
    font-size:26px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wm_header_table_dm {
    width:100%;
}
.wm_header_table_ellipsis_dm {
   width:100%;
   table-layout:fixed;
}
.wm_close_cross_dm {
    display:inline-block;
    background: url('./../images/close.png') top left no-repeat;
    background-size:24px;
    height: 24px;
    width: 24px;
    margin-top:6px;
    margin-right:6px;
    float: right;
}
.wm_close_cancel_dm {
    color:#fff;
    font-size:18px;
    margin-top: 7.5px;
    margin-right: 10.5px;
}
.wm_close_ready_dm {
    color:#fff;
    font-size:18px;
    margin-top: 7.5px;
    margin-right: 10.5px;
}
.wm_bar_dm {
    display:inline-block;
    float:left;
    clear:both;
    width:300px;
    height:auto;
    margin: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wm_body_dm {
    display:inline-block;
    float:left;
    clear: both;
    width:300px;
    height:480px;
    overflow-y:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    margin: 18px 10px 10px 16px;
    padding-bottom:100px;
}
.wm_body_full_wide_dm {
    margin-left:0;
    margin-right:0;
}
