﻿
.win_dialog {
    box-shadow: 1px 1px 5px #333;
    position: fixed !important;
    z-index: 610;
    background-color: #fff;
}

.win_dialog .head {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #FF8948;
    color: #fff;
    font-size: 14px;
}

.win_dialog .body {
    color: #666;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y:auto;
}

.win_dialog .foot {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.win_dialog .close {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 30;
    text-align: center;
    line-height: 20px;
    color: #999;
    cursor: pointer;
}

.win_dialog .close:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../images/tagCloseD.png") no-repeat center center;
}

.win_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
    background-color: #000;
    opacity: 0.75;
}
