img {
    border: none;
    vertical-align: middle;
}

.hide {
    display: none;
}

/* 一般按钮 */
.btn_close {
    cursor: pointer;
    color: #fff;
    border-color: #417FC8;
    background: -moz-linear-gradient(top, #4a90e2 0, #4a90e2 100%);
    background: -webkit-linear-gradient(top, #4a90e2 0, #4a90e2 100%);
    background: -o-linear-gradient(top, #4a90e2 0, #4a90e2 100%);
    background: -ms-linear-gradient(top, #4a90e2 0, #4a90e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A90E2', endColorstr='#4A90E2', GradientType=0);
    background: linear-gradient(top, #4a90e2 0, #4a90e2 100%);
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    padding: 0px 5px;
}

/* 弹窗 */
.dialog {
    width: 538px;
    height: 326px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    background: white;
    border-radius: 3px;
    border: 2px solid #417FC8;
    margin-left: -269px;
    margin-top: -162px;
    display: none;
}

.dialog table{
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 弹窗上部 */
.dlg_top {
    position: relative;
    height: 28px;
    z-index: 3;
    background: #417FC8;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom: 1px solid #eec;
    /*cursor: move;*/
}

/* 弹窗右上角 ico */
.dlg_btn_ico {
    float: right;
    background: transparent;
    background-size: cover;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
}

/* 弹窗右上角 ico 鼠标浮上去的样式 */
.dlg_btn_ico:hover {
    background-color: #eee;
}

/* 最小化 *//* .dlg_btn_min_top {
    background-image: url(../images/ico_min.png);
} *//* 最大化 */
.dlg_btn_max_top {
    background-image: url(../images_new/ico_max.png);
}

/* 还原 */
.dlg_btn_reback_top {
    background-image: url(../images_new/ico_reback.png);
}

/* 关闭 */
.dlg_btn_close_top {
    background-image: url(../images_new/ico_close.png);
}

/* 左上角logo */
.dlg_logo {
    margin-left: 5px;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/* 弹窗标题 */
.dlg_title {
    line-height: 28px;
    margin-left: 5px;
    color: #FFFFFF;
    font-size: small;
    text-align: left;

}

/* 弹窗内容 */
.dlg_content {
    position: relative;
    min-height: 450px;
    max-height: 500px;
    /*overflow-y: auto;*/
    margin-right: 4px;
}

.dlg_content td{
    height: 25;
}

/* 弹窗底部 */
.dlg_bottom {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding-top: 2px;
    background: #f3f3f3;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #eec;
    text-align: center;
}

/* 缩放时右拉块 */
#dlg_right {
    width: 15px;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    cursor: e-resize;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
}

/* 缩放时下拉块 */
#dlg_bottom {
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: n-resize;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
}

/* 缩放时右下拉块 */
#dlg_cornor {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: nw-resize;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    float: right;
    z-index: 4;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
    z-index: 999999;
}


.container-dlg {
    display: flex;
    align-items: center;
    height: 260px;
    margin: 3px;
}

.container-dlg textarea{
    align-items: center;
}

.m-notice-dlg{
    /*border: 1px solid #e0e0e0;*/
    width: 110%;
}

.m-notice-dlg .pic img{width: 100%;display: block;height: 159px;}
.m-notice-dlg ul{margin-right: 20px;padding-top: 5px;}
.m-notice-dlg li{height: 30px;line-height: 30px;overflow: hidden;}
.m-notice-dlg li h6{margin-right: 5px;width:102px;font-weight:200;float:left;}
.m-notice-dlg li h7{margin-right: 5px;width:96px;font-weight:200;float:left;}
.m-notice-dlg li span{float: right;color: #999;}

textarea {
    width: 100%;
    min-width: 260px;
    min-height: 45px;
    /*height: 30%;*/
    /*border: none;*/
    resize: none;
    border: 1px solid #e0e0e0;
}

.center-vertical {
    vertical-align: middle;
}
