﻿/*垂直居中*/
.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: 50%; top: 50%; background-color: #ffffff; z-index: 2147000001; width:490px; height:250px; margin-left: -245px; margin-top: -125px; border-radius: 5px; font-weight: bold; color: #535e66;}
.xcConfirm .popBox .ttBox{height: 30px; line-height: 30px; padding: 14px 30px; border-bottom: solid 1px #eef0f1;}
.xcConfirm .popBox .ttBox .tt{font-size: 18px; display: block; float: left; height: 30px; position: relative;}
.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{margin: 40px 100px; height: 44px; overflow: hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 20px; width: 48px; height: 48px; background-image: url(../images/icons.png); background-repeat: no-repeat; background-position: 48px 0;}
.xcConfirm .popBox .txtBox p{ height: 64px; margin-top: 8px; line-height: 26px; overflow-x: hidden; overflow-y: auto;font-size:20px;font-weight:bold;text-align:center}
.xcConfirm .popBox .txtBox p a{ cursor: pointer;color: #0066F4;text-decoration:underline;}
.xcConfirm .popBox .txtBox p input{width: 364px; height: 30px; border: solid 1px #eef0f1; font-size: 18px; margin-top: 6px;}
.xcConfirm .popBox .btnArea{border-top: solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float: right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 14px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 95px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{background-color: #0095d9; color: #FFFFFF;font-size: 16px;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #546a79; color: #FFFFFF;}
@media only screen and (max-width: 760px){
    .xcConfirm .popBox{
        position: fixed; left: 50%; top: 50%; 
        background-color: #ffffff; 
        z-index: 2147000001; 
        width:4.90rem; height:2.50rem;
        margin-left: -2.45rem;
        margin-top: -1.25rem; 
        font-weight: bold; 
        color: #535e66;
    }
    .xcConfirm .popBox .ttBox{
        height: 0.30rem; 
        line-height: 0.30rem; 
        padding: 0.14rem 0.30rem; 
        border-bottom: solid 1px #eef0f1;
    }
    .xcConfirm .popBox .ttBox .tt{
        font-size: 0.2rem; 
        display: block; 
        float: left; 
        height: 0.30rem; 
        position: relative;
    }
    .xcConfirm .popBox .ttBox .clsBtn{
        display: block; 
        cursor: pointer;
        width: 0.1rem; 
        height: 0.12rem;
        position: absolute; 
        top: 0.22rem;
        right: 0.30rem;
        background: url(../images/icons.png) -48px -96px no-repeat;
    }
    .xcConfirm .popBox .txtBox{
        margin: 0.40rem 1rem; 
        height: 0.44rem;
        overflow: hidden;
    }
    .xcConfirm .popBox .txtBox p{ 
        height: 0.64rem; 
        margin-top: 0.08rem; 
        line-height: 0.26rem;
        font-size:0.20rem;
    }
    .xcConfirm .popBox .btnGroup{float: right;}
    .xcConfirm .popBox .btnGroup .sgBtn{margin-top: 0.14rem; margin-right: 0.10rem;}
    .xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 0.95rem; height: 0.35rem; line-height: 0.35rem; text-align: center; color: #FFFFFF; }
    .xcConfirm .popBox .sgBtn.ok{font-size: 0.2rem;}
}