@font-face {
    font-family:"book antiqua";
    src: url('../fonts/BookAntiqua.ttf');
}
* {
	padding: 0;
	margin: 0;
	line-height: 1em;
    font-family: "microsoft yahei";
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

/* 模块名 */
.unitTitle {
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	font-family: "microsoft yahei";
	margin-top: 134px;
}

.unitSubTitle {
	color: #999999;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	font-family: "book antiqua";
	text-transform: uppercase;
	margin-top: 20px;
}
.fontFamilyYahei{
    font-family: "microsoft yahei" !important;
	font-size: 16px !important;
	margin-top: 24px;
}


.header {
	min-width: 1280px;
}

.page {
	display: block;
	margin: 0 auto;
	width: 1280px;
	position: relative;
}

.verticalLogo {
	position: absolute;
	width: 33px;
	right: 0;
	z-index: 2;
}

/*提示框弹出层*/


/*垂直居中*/

.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: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -200px;
	border-radius: 5px;
	font-weight: bold;
	color: #535e66;
}

.xcConfirm .popBox .ttBox {
	height: 15px;
	line-height: 15px;
	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/pc_delete_01.png) -48px -96px no-repeat; */
}

.xcConfirm .popBox .txtBox {
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
	line-height: 100px;
}

.txtBox p {
	line-height: 100px;
}

.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin-top: 25px;
	width: 48px;
	height: 48px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}

.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;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #FFFFFF;
}
