/*垂直居中*/
.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: 357px; height: 230px; margin-left: -285px; margin-top: -150px; color: #535e66;}
.xcConfirm .popBox .ttBox{height: 30px;  padding: 0 0 10px 0; }
.xcConfirm .popBox .ttBox .tt{font-size: 18px; display: block; float: left; height: 30px; position: relative;}
.xcConfirm .popBox .ttBox .clsBtn{display: block; cursor: pointer; width: 20px; height: 20px; position: absolute; top: 10px; right: 10px; background: url(../images/cha.png) no-repeat;}
.xcConfirm .popBox .txtBox{margin: 0 0 0 0; overflow: hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 20px; width: 56px; height: 56px;background: url(../images/icons.png) no-repeat; cursor:pointer; margin-left:150px;}
.xcConfirm .popBox .txtBox p { width:100%; float:left; color:595757; font-size:28px; text-align:center; margin:0; padding:10px 0;}
.xcConfirm .popBox .txtBox p input{width: 364px; height: 30px; border: solid 1px #eef0f1; font-size: 18px; margin-top: 6px;}
.xcConfirm .popBox .btnArea{border-top:none;}
.xcConfirm .popBox .btnGroup{ width:auto; display:table; margin:0 auto}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 14px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 143px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; }
.xcConfirm .popBox .sgBtn.ok{background-color: #ef6429; color: #FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #546a79; color: #FFFFFF;}