/*垂直居中*/
.verticalAlign {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin-left: -1px;
}

.xcConfirm .xc_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: 0.5;
    z-index: 2147000000;
}

.xcConfirm .popBox {
    position: fixed;
    left: 15%;
    top: 50%;
    background-color: #ffffff;
    z-index: 2147000001;
    width: 70%;
    /*height: 200px;*/
    margin-top: -150px;
    border-radius: 5px;
    /*font-weight: bold;*/
    color: #535e66;
}

    .xcConfirm .popBox .ttBox {
        /*height: 1.875rem;*/
        line-height: 1.875rem;
        padding: 14px 30px;
        /*border-bottom: solid 1px #eef0f1;*/
    }

        .xcConfirm .popBox .ttBox .tt {
            font-size: 1rem;
            display: block;
            /*float: left;*/
            height: 1.875rem;
            /*position: relative;*/
            text-align: center;
        }

        .xcConfirm .popBox .ttBox .clsBtn {
            display: block;
            cursor: pointer;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 22px;
            right: 30px;
            background: url(../Images/icons.png) -48px -96px no-repeat;
        }

    .xcConfirm .popBox .txtBox {
        min-height: 100px;
        overflow: hidden;
        display: table;
        width: 100%;
        padding: 25px 30px 10px 30px;
    }

        .xcConfirm .popBox .txtBox .bigIcon {
            float: left;
            margin-right: 20px;
            width: 3rem;
            height: 3rem;
            background-image: url(../Images/icons.png);
            background-repeat: no-repeat;
            background-position: 48px 0;
        }

        .xcConfirm .popBox .txtBox p {
            font-size: 1.075rem;
            /* line-height: 5rem; */
            margin: 0;
            font-weight: normal;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

    .xcConfirm .popBox .btnArea {
        /*border-top: solid 1px #eef0f1;
        text-align: center;
        height: 65px;*/
        text-align: center;
        height: 50px;
        /*margin-bottom: 14px;*/
    }

    .xcConfirm .popBox .btnGroup {
        border-top: 1px solid #efefef;
        /*float: right;*/
        /*display: inline-block;*/
    }

        .xcConfirm .popBox .btnGroup .sgBtn {
            float: right;
        }

    .xcConfirm .popBox .sgBtn {
        display: block;
        /*cursor: pointer;
        float: left;
        width: 95px;*/
        height: 48px;
        line-height: 45px;
        text-align: center;
        /*color: #FFFFFF;
        border-radius: 5px;*/
    }

        .xcConfirm .popBox .sgBtn.ok {
            color: #fff;
            background-color: #d21034;
            height: 49px;
            width: 100%;
            border-radius: 0 0 5px 5px;
        }

        .xcConfirm .popBox .sgBtn.cancel {
            color: #535e66;
            width: 50%;
            display: inline-block;
            line-height: 45px;
            border-left: 1px solid #efefef;
            height: 49px;
            border-bottom-left-radius: 5px;
            background-color: #efefef;
        }

        .xcConfirm .popBox .sgBtn:nth-last-child(2) {
            width: 50%;
            display: inline-block;
            border-radius: 0 0 5px 0;
        }

.ttbox p {
    padding: 25px 2px;
}
