﻿@charset "utf-8";
/* CSS Document */
/*公用样式表 弹出框遮罩层处理 */
/*遮罩层*/
.mask-layer {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=40);
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.mask-content {
    width: 745px;
    line-height: 24px;
    background-color: #ffffff;
    margin: 0 auto;
    height: 420px;
    overflow: hidden;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -415px;
    z-index: 999;
    border: #ded9d9 1px solid;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft Yahei","Hiragino Sans GB",sans-serif;
}

    .mask-content h3 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 18px;
        color: #666;
        font-family: "Microsoft Yahei","Hiragino Sans GB",sans-serif;
        font-weight: bold;
        line-height: 24px;
    }

    .mask-content .bold {
        font-weight: bold;
        color: red;
        font-size: 16px;
    }

    .mask-content .notice_con {
        margin: 0 30px 0 30px;
    }

        .mask-content .notice_con p {
            margin-bottom: 5px;
        }

    .mask-content .close_win2 {
        width: 40px;
        position: absolute;
        height: 35px;
        display: block;
        right: 0px;
        top: 9px;
    }

        .mask-content .close_win2:hover {
            text-decoration: none;
        }
        .text-r{text-align:right}
