/*垂直居中*/
.verticalAlign {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin-left: -1px;
}

.xcConfirmInv .xc_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: 0.5;
    z-index: 2147000000;
}

.xcConfirmInv .popBoxInv {
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: #ffffff;
    z-index: 2147000001;
    width: 570px;
    height: 580px;
    margin-left: -285px;
    margin-top: -150px;
    border-radius: 5px;
    /*font-weight: bold;*/
    color: #000000;
}

    .xcConfirmInv .popBoxInv .ttBoxInv {
        height: 30px;
        line-height: 30px;
        padding: 14px 10px;
        border-bottom: solid 1px #eef0f1;
    }

        .xcConfirmInv .popBoxInv .ttBoxInv .tt {
            font-size: 16px;
            display: block;
            float: left;
            height: 30px;
            position: relative;
            font-weight: bold;
        }

        .xcConfirmInv .popBoxInv .ttBoxInv .clsBtn {
            display: block;
            cursor: pointer;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 22px;
            right: 30px;
            background: url(../../img/icons.png) -48px -96px no-repeat;
        }

    .xcConfirmInv .popBoxInv .txtBoxInv {
        margin: 10px 10px 10px 10px;
        height: 500px;
        overflow: auto;
    }

        .xcConfirmInv .popBoxInv .txtBoxInv .bigIcon {
            float: left;
            margin-right: 20px;
            width: 48px;
            height: 48px;
            background-image: url(../../img/icons.png);
            background-repeat: no-repeat;
            background-position: 48px 0;
        }

        .xcConfirmInv .popBoxInv .txtBoxInv p {
            /* height: 400px;*/
            margin-top: 16px;
            line-height: 26px;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .xcConfirmInv .popBoxInv .txtBoxInv p input {
                width: 364px;
                height: 30px;
                border: solid 1px #eef0f1;
                font-size: 18px;
                margin-top: 6px;
            }

    .xcConfirmInv .popBoxInv .btnArea {
        border-top: solid 1px #eef0f1;
    }

    .xcConfirmInv .popBoxInv .btnGroup {
        float: right;
    }

        .xcConfirmInv .popBoxInv .btnGroup .sgBtn {
            margin-top: 14px;
            margin-right: 10px;
        }

    .xcConfirmInv .popBoxInv .sgBtn {
        display: block;
        cursor: pointer;
        float: left;
        width: 95px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 5px;
    }

        .xcConfirmInv .popBoxInv .sgBtn.ok {
            background-color: #0095d9;
            color: #FFFFFF;
        }

        .xcConfirmInv .popBoxInv .sgBtn.cancel {
            background-color: #546a79;
            color: #FFFFFF;
        }
