.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:570px;height:auto;margin-left:-285px;margin-top:-250px;border-radius:5px;color:#535e66;}
.xcConfirm .popBox .ttBox{height:55px;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(../img/icons.png) -48px -96px no-repeat;}
.xcConfirm .popBox .txtBox{margin:20px 100px;}
.xcConfirm .popBox .txtBox .bigIcon{float:left;margin-right:20px;width:48px;height:48px;background-image:url(../img/icons.png);background-repeat:no-repeat;background-position:48px 0;}
.xcConfirm .popBox .txtBox p{line-height:18px; margin-bottom:10px; font-size:14px;}
.xcConfirm .popBox .btnArea{border-top:solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float:right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top:14px;margin-right:250px; margin-bottom:20px;}
.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;}


@media (max-width:640px){
.xcConfirm .popBox{width:300px;margin-left:-150px; margin-top:-180px;}
.xcConfirm .popBox .ttBox{height:40px;line-height:20px;padding:10px 20px;}
.xcConfirm .popBox .txtBox{margin:10px 20px;}
.xcConfirm .popBox .txtBox p{line-height:12px; margin-bottom:10px; font-size:14px;}
.xcConfirm .popBox .btnGroup .sgBtn{margin:10px 20px 10px 0px;}