/*��ֱ����*/
.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: calc(50% - 225px);
	top: 30%;
	width: 450px;
    font-weight: bold;
    color: #535e66;
    z-index: 2147000001;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.xcConfirm .popBox .ttBox {
	height: 48px;
	line-height: 48px;
	background: #24273e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-indent: 20px;
}
.xcConfirm .popBox .ttBox .tt {
	color: #fff;
}
.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 18px;
	right: 20px;
	background: url(../img/icons.png) -48px -96px no-repeat;
}
.xcConfirm .popBox .txtBox{
	padding: 20px 0;
}
.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin: 0 15px;
	width: 48px;
	height: 48px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
	background-size: 210%;
	/* margin-left: 30%; */
	margin-top: 20px;

}
.xcConfirm .popBox h2{
	margin-top: 23px;
	font-size: 24px;
	color: #444;
}
.xcConfirm .popBox .txtBox p {
	display: table;
	zoom: 1;
	line-height: 24px;
    margin-top: 27px;
	font-size: 12px;
	color: #444;
	/* width: 200px; */
}
.xcConfirm .popBox .txtBox p input {
	height: 30px;
	border: solid 1px #eef0f1;
	font-size: 18px;
	margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
	background: #eee;
    border-top: solid 1px #eee;
    padding: 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*.xcConfirm .popBox .btnArea:after{
	content: ' ';
	width: 50%;
	margin: 0 auto;
	box-shadow: 0 1px 4px 0px rgba(14, 53, 82, .2);
	height: 1px;
	background: linear-gradient(to right, white, rgba(57, 89, 141, .6), white);
	position: absolute;
	bottom: -20px;
	margin-left: 25%;
}*/
.xcConfirm .popBox .hArea{
	margin-top: 26px;
}
.xcConfirm .popBox .btnGroup {
	text-align: center;
	margin-bottom: 10px;
}

.xcConfirm .popBox .sgBtn {
	display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 7px 16px;
}
.xcConfirm .popBox .sgBtn.ok {
	background-color: #24273E;
}
.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	margin-left: 10px;
}
