<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hideWindow{
	display:none;
}

.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: 970px; height: 300px; margin-left: -410px; margin-top: -150px; border-radius: 5px; font-weight: bold; color: #535e66;}
.xcConfirm .popBox .ttBox{height: 60px; line-height: 60px; text-align:center; border-bottom: solid 1px #eef0f1;}
.xcConfirm .popBox .ttBox .close{
	padding-right: 10px;
    margin-top: -40px;
}
.xcConfirm .popBox .ttBox .close a{
	float: right;
    color: #000;
    opacity: .5;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .8;
}
.xcConfirm .popBox .cg-img{ width: 1100px;margin: 0 auto;}
.xcConfirm .popBox .cg-img li{text-align:center;}
.xcConfirm .popBox .cg-img p{font-size: 18px;}

</pre></body></html>