@CHARSET "UTF-8";
/*全局控制*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑", "宋体", "黑体";
	color: #646464;
	scrollbar-face-color: #EAEAEA;
	scrollbar-shadow-color: #EAEAEA;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: #697074;
	scrollbar-track-color: #F7F7F7;
	scrollbar-arrow-color: #666666;
	position: relative;
	text-align: center;
	background: #eee;
}

input,option,select,textarea,a {
	font-family: "微软雅黑", "宋体", "黑体";
	color: #666;
}

@font-face {
	font-family: 'iconfont';
	src: url('../iconfont/iconfont.eot'); /* IE9*/
	src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'),
		/* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#uxiconfont') format('svg');
	/* iOS 4.1- */
}

/*为所有需要字体图标的标签设置统一样式*/
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'lixushufa';
	src: url('../../../../tools/font-family/lixushufa.ttf'); /* IE9*/
	src: url('../../../../tools/font-family/lixushufa.ttf?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
    url('../../../../tools/font-family/lixushufa.ttf') format('woff'),
		/* chrome、firefox */
    url('../../../../tools/font-family/lixushufa.ttf')
		format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../../../../tools/font-family/lixushufa.ttf#uxiconfont')
		format('svg'); /* iOS 4.1- */
}

.lixushufa {
	font-family: "lixushufa" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'xindijinzhongti.otf';
	src: url('../../../../tools/font-family/xindijinzhongti.otf.ttf');
	/* IE9*/
	src: url('../../../../tools/font-family/xindijinzhongti.ttf?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
    url('../../../../tools/font-family/xindijinzhongti.ttf')
		format('woff'), /* chrome、firefox */
    url('../../../../tools/font-family/xindijinzhongti.ttf')
		format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../../../../tools/font-family/xindijinzhongti.ttf#uxiconfont')
		format('svg'); /* iOS 4.1- */
}

.xindijinzhongti {
	font-family: "lixushufa" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
}

textarea {
	resize: none;
}

/*充值浏览器默认样式*/
h1,h2,h3,p,ul,li,dl,dt,dd,img,input {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
}

div,a,span {
	margin: 0 auto;
	padding: 0 auto;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	overflow: hidden;
}

.header_component {
	width: 100%;
	height: 65px;
}

/*主要内容部分*/
.content_component {
	width: 1024px;
	height: auto;
	padding: 30px 0;
	min-height: 500px;
	background: #fff;
}

/*页脚部分*/
.footer_component {
	min-height: 80px;
	border-top: 1px solid #eee;
}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom:1; }
/*校验提示部分样式*/
table tr td[class$='_value'] {
	width: 135px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	position: relative;
}

table tr td div[class$='_tip'] {
	height: 30px;
	position: absolute;
	left: 100%;
	top: 15px;
	z-index: 10;
}

table tr td .onError,table tr td .onFocus,table tr td .onCorrect,table tr td .onLoad
	{
	z-index: 101;
	position: absolute;
	top: 15px;
	left: 100%;
	background: rgba(200, 200, 200, .5);
	color: #e11;
	filter: alpha(opacity = 50);
}

table tr td .user_div_on,table tr td .user_div_off {
	display: block;
	min-width: 200px;
	height: auto;
	background: rgba(200, 200, 200, .5);
	color: #666;
	font-size: 12px;
	z-index: 101;
}

span[class$='_verifyRefresh'] i {
	color: #000;
	font-size: 30px;
	cursor: pointer;
}

span[class$='_verifyShow'] {
	position: absolute;
	right: -10px
}

/*分页*/
div[class*='pagePanel_'] {
	width: 100%;
	padding-bottom: 30px;
}

div[class*='pageDesc_'] {
	width: 100%;
	height: 30px;
	text-align: center;
}

div[class*='pageBtn_'] {
	width: 100%;
}

div[class*='pageBtn_'] a {
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px;
	margin: 0px 5px;
	border: 1px dashed #000;
	color: #000;
	transition: border-radius 0.5s;
	-moz-transition: border-radius 0.5s; /* Firefox 4 */
	-webkit-transition: border-radius 0.5s; /* Safari 和 Chrome */
	-o-transition: border-radius 0.5s;
}

div[class*='pageBtn_'] a:hover {
	border-radius: 15px;
	background: #F33;
	border: 1px solid #eee;
	color: #eee;
}

div[class*='pageBtn_'] a[class*='pageOn_'] {
	border-radius: 15px;
	background: #F33;
	border: 1px solid #eee;
	color: #eee;
}
/*提示样式*/
.global_tip {
	display: none;
	width: 30%;
	min-width: 400px;
	position: fixed;
	top: 100px;
	left: 35%;
	background: #fff;
	border: 5px solid #f5f5f5;
	border-radius: 5px;
	z-index: 9000;
}

.global_tip_title {
	width: auto;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	background: #CC0000;
	color: #fff;
	border-bottom: 3px solid #eee;
	text-align: left;
}

.globalTip_title_content {
	padding: 5px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	float: left;
}

.globalTip_exitBtn {
	float: right;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}

.globalTip_exitBtn:hover {
	background: #fff;
	color: #666;
}

.global_tip_content {
	width: auto;
	min-height: 100px;
	padding: 5px;
	line-height: 30px;
	text-align: left;
}