/*垂直居中*/
.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: 400px; height: 250px; margin-left: -200px; margin-top: -150px; border-radius: 5px; color: #535e66;;font-weight:normal}
.xcConfirm .popBox .ttBox{height: 35px; line-height: 20px; padding: 14px 30px; border-bottom: solid 0px #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: 14px; height: 14px; position: absolute; top: 16px; right: 20px; background: url(../images/v3/xconfirm_icons_32.png) -32px -64px no-repeat;}
.xcConfirm .popBox .txtBox{margin: 10px 50px; height:100px; overflow: hidden;line-height:100px}
.xcConfirm .popBox .txtBox .bigIcon{float:left;margin-right:10px;margin-top:35px;width:32px; height:32px; background-image: url(../images/v3/xconfirm_icons_32.png); background-repeat: no-repeat; background-position: 32px 0;}
.xcConfirm .popBox .txtBox p{font-size:1em;height:101px; margin-top: 0px; line-height: 24px; overflow-x: hidden; overflow-y: auto;display:flex;align-items:center;}
.xcConfirm .popBox .txtBox p input{width: 384px; height: 60px; border: solid 1px #eef0f1; font-size: 18px; margin-top: 6px;}
.xcConfirm .popBox .btnArea{border-top: solid 0px #eef0f1;display:flex;justify-content:center;align-items:center}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 12px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width:100px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{background-color: #42bc7f; color: #FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #fff; color: #666;border:#666 solid 1px}
/* 20201030/GZH：按钮长度不确定*/
.xcConfirm .popBox .sgBtn2{display: block; cursor: pointer; float: left; height: 35px; padding:0 20px; line-height: 35px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn2.ok{background-color: #42bc7f; color: #FFFFFF;}
.xcConfirm .popBox .sgBtn2.cancel{background-color: #fff; color: #666;border:#666 solid 1px}

