/*垂直居中*/
.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: 55%; top: 50%; background-color: #ffffff; z-index: 2147000001; width:72%; height: 210px; margin-left: -40%; margin-top: -150px; border-radius: 5px; font-weight: bold; color: #535e66; }
.xcConfirm .popBox .ttBox{height: 40px; line-height: 40px; padding-left:15px; border-bottom: solid 1px #eef0f1; background:#10a9f7; color:#fff;}
.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: 5px; right: 30px;color:white;}
.xcConfirm .popBox .txtBox{margin: 40px 50px; height:50px; overflow: hidden;text-align: center; }
/*.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 20px; width: 48px; height: 48px; background-image: url(/Public/Home/images/icons.png); background-repeat: no-repeat; background-position: 48px 0;}*/
.xcConfirm .popBox .txtBox p{font-size:13px;height: 54px; margin-top: 16px; line-height: 26px; overflow-x: hidden; overflow-y: auto;}
.xcConfirm .popBox .txtBox p input{width: 364px; height: 30px; border: solid 1px #eef0f1; font-size: 18px; margin-top: 6px;}
.xcConfirm .popBox .btnArea{height:80px;border-top: solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float: right; width:100%;}
.xcConfirm .popBox .btnGroup .sgBtn{}
.xcConfirm .popBox .sgBtn{float: left; width:100%; height: 36px; line-height: 36px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{ color: #10a9f7; cursor:pointer;}
/*.xcConfirm .popBox .sgBtn.cancel{background-color: #546a79; color: #FFFFFF;}*/