﻿/*css reset*/
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}fieldset,img{border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}caption,th,td{text-align:center;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}.clearfix{*zoom:1;}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;margin:0;}input[type="text"],textarea{outline:none;}a{text-decoration:none;}a:hover{text-decoration:underline;}img{vertical-align:middle;}

body {
	font-family:Simsun,Arial,"宋体","微软雅黑";
	font-size:12px;
	background:#C8C8C8;
}

/*公用类*/
.icon {
	margin:0 5px;
}
.hidden {
	display:none;
}
.main table th.t_title {
	background:#84B0CD;
	color:#FFF;
	text-align:left;
	padding-left:10px;
}
.red {
	color:red;
}
.green {
	color:green;
}
.yellow {
	color:#E8A942;
}
/* 表格奇数行样式 */
.odd {
	background:#FFF;
}
/* 表格偶数行样式 */
.even {
	background:#F2F2F2;
}
/*登录页样式*/
#lg_wrap {
	width:831px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-252px;
	margin-left:-415px;
}
#lg_header {
	width:772px;
	height:84px;
	position:relative;
	background:url(../images/lg_header_bg.png) no-repeat;
}
#lg_header .logo {
	position:absolute;
	top:32px;
	left:40px;
}
#lg_content {
	width:772px;
	height:331px;
	background:url(../images/lg_content_bg.png) no-repeat;
}
#lg_content .login_form {
	width:390px;
	*width:500px;
	float:right;
	margin-right:69px;
	*display:inline;
}
#lg_content .login_form .inputArea,
#lg_content .login_form .pwdArea ,
#lg_content .login_form .verifyArea,
#lg_content .login_form .chooseArea {
	margin:20px 0;
	height:28px;
	line-height:28px;
	text-align:right;
	_margin:17px 0;
}
#lg_content .login_form .inputArea span,
#lg_content .login_form .pwdArea span,
#lg_content .login_form .verifyArea span,
#lg_content .login_form .chooseArea span {
	font-size:14px;
	font-family:"宋体";
	margin-right:20px;
	*text-align:right;
}
.login_form .verifyArea {
	*float:right;
	*margin:0px !important;
}
#lg_content .login_form .verifyArea span {
	*float:left;
}
.login_form .verifyArea input {
	width:110px;
	height:28px;
	line-height:28px;
	*float:left;
}
.login_form .verifyArea a {
	width:99px;
	color:#035485;
	margin-left:10px;
	text-decoration:underline;
	text-align:left;
	*display:inline;
	*float:left;
}
.login_form .inputstyle {
	width:220px;
	height:28px;
	float:right;
	line-height:28px;
	*float:none;
}
#lg_content .login_form .chooseArea {
	margin-left:40px;
	padding-top:10px;
	width:390px;
	*width:420px;
	*text-align:right;
	*float:right;
	_padding-top:0;
	_margin:0 0 10px 0 !important;
}
#lg_content .login_form .chooseArea span {
	font-size:14px;
	font-family:"宋体";
	margin-left:5px;
}
.login_form .submit a.init {
	width:134px;
	height:34px;
	line-height:34px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:50px;
	*margin-left:160px;
	_margin-left:80px;
	background:url(../images/init_btn.png) no-repeat;
}
.login_form .submit a.logon_btn {
	width:134px;
	height:34px;
	line-height:34px;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:30px;
	background:url(../images/logon_btn.png) no-repeat;
}
.login_form .submit input {
	height:34px;
	line-height:34px;
	background:none;
	border:0;
	font-size:14px;
	font-family:"宋体";
	font-weight:bold;
	color:#02466F;
	margin-left:40px;
	*margin-left:-5px;
}
.login_form .submit a.init span {
	font-size:14px;
	font-family:"宋体";
	color:#02466F;
	font-weight:bold;
	margin-left:40px;
}
#lg_footer {
	width:772px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:url(../images/lg_footer_bg.png) no-repeat;
}
#lg_footer p {
	font-size:14px;
	color:#B2D1DD;
}
/*内页样式*/
#wrap {
	width:100%;
	background:#FFF;
}

#header {
	width:100%;
	height:76px;
	background:url(../images/header_bg.png) no-repeat right 0 #008AA7;
}
#header .logo {
	position:absolute;
	left:39px;
	top:26px;
}
#header .logo h1,#lg_header .logo h1 {
	text-indent:-9999px;
	position:absolute;
}
#header .toolsbar {
	width:306px;
	height:25px;
	background:url(../images/tootsbar_bg.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	line-height:25px;
}
#header .toolsbar ul {
	margin-left:20px;
}
#header .toolsbar ul li {
	float:left;
}
#header .toolsbar ul li a {
	color:#FFF;
	font-size:12px;
	vertical-align:middle;
}
.wel_message {
	width:100%;
	height:34px;
	background:url(../images/wel_message_bg.png) repeat-x;
} 
.wel_message p {
	color:#FFF;
	line-height:34px;
	margin-left:30px;
	_margin-top:6px;
}

#content {
	width:100%;
	margin:5px auto;
}
#content .sidebar {
	margin-left:10px;
}
.sidebar ul.column_list {
	float:left;
}
.sidebar ul.column_list li {
	width:38px;
	margin-bottom:2px;
	background:#00B0FF;
	padding:5px 0;
}
.sidebar ul.column_list li:hover {
	background:#007DB5;
}
.sidebar ul.column_list li.selected {
	background:#007DB5;
}
.sidebar ul.column_list li a {
	width:32px;
	color:#FFF;
	margin:0px auto;
	display:block;
	font-size:14px;
	font-weight:bold;
}
.sidebar ul.column_list li a:hover {
	text-decoration:none;
}
.sidebar .column_content {
	width:178px;
	margin-left:1px;
	float:left;
}
.column_content .column_box {
	width:178px;
	background:#EEE;
	padding-bottom:60px;
}
.column_content .column_box h3 {
	width:178px;
	height:29px;
	background:url(../images/column_bg.png) no-repeat;
	line-height:29px;
	font-size:14px;
	color:#FFF;
	*padding-top:8px;
}
.column_content .column_box h3 img {
	margin:-5px 8px auto 12px;
	*margin-top:-2px;
}
.column_content .column_box .menu_list li {
	width:178px;
	height:28px;
	line-height:28px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #BFC8CE;
}
.column_content .column_box .menu_list li:hover {
	background:#CEE5F7;
	cursor:pointer;
}
.column_content .column_box .menu_list li.selected {
	background:#CEE5F7;
}
.column_content .column_box .menu_list li img {
	margin:-5px 5px 0 15px;
	*margin:5px 5px 0 15px;
}
.column_content .column_box .menu_list li a {
	color:#003333;
}
.column_content .column_box .menu_list li a:hover {
	text-decoration:none;
}
.sidebar .column_content .splitbar {
	width:178px;
	height:3px;
	background:url(../images/splitbar.png) no-repeat;
}
.sidebar .column_content .caption {
	width:176px;
	min-height:220px;
	padding-top:10px;
	*margin-top:-10px;
	background:#EEF4F9;
	border-left:1px solid #D0D3D4;
	border-right:1px solid #D0D3D4;
	border-bottom:1px solid #D0D3D4;
}
.sidebar .column_content .caption p {
	width:160px;
	margin:0 auto;
	color:#003333;
	line-height:24px;
}
#content .main {
	margin-left:236px;
	background:#EEE;
	overflow:hidden;
}
#content .main a.home {
	display:block;
	margin:0 5px;
	width:22px;
	height:28px;
	float:left;
	background:url(../images/home_icon.png) no-repeat 0 50%;
}
.main ul.tab_list li {
	float:left;
	margin-right:5px;
}
.main ul.tab_list li a {
	height:28px;
	line-height:28px;
	margin:auto;
	padding:0 20px;
	display:inline-block;
	background:#72ADD6;
	color:#FFF;
}
.main ul.tab_list li a.selected {
	background:#056F9E;
}
.main ul.tab_list li a:hover {
	background:#056F9E;
	text-decoration:none;
}
.main .operational_btn {
	height:36px;
	line-height:36px;
	background:#056F9E;
	padding-left:12px;
}
.main .operational_btn input {
	width:60px;
	padding:2px;
	color:#0C3E5F;
	*height:24px;
	*line-height:12px;
	*margin:6px 2px;
	*float:left;
}
.main .operational_btn a.favorite {
	width:81px;
	height:22px;
	line-height:22px;
	color:#0C3E5F;
	padding-left:24px;
	float:right;
	margin-top:6px;
	margin-right:10px;
	background:url(../images/favorite.png) no-repeat;
}

/* 页面主体表格的样式 */
.main table {
	width:100%;
	*width:99%;
	background:#FFF;
	line-height:27px;
}
/* 表格标题行样式 */
.main table tr th {
	color:#0C3E5F;
	font-weight:bold;
	background:#D9E3EC;
}
.main .inner_table {
/* 	border:1px solid #AAC0D2;
 */	margin-top:5px;
	line-height:27px;
}
/* 表格样式结束 */

.pagenavi {
	margin:10px;
}
.pagenavi a {
	color:#363636;
}

/* 产品追溯页主体部分样式 */
.cpzs_operational {
	height:42px;
	line-height:42px;
	margin:10px 0;
}
.cpzs_operational span {
	margin:0 10px 0 20px;
}
.cpzs_operational .shortInput {
	width:178px;
	height:18px;
	border:1px solid #A9AAA9;
}
.longInput {
	width:292px;
	height:18px;
	border:1px solid #A9AAA9;
}
.cpzs_operational .cpzs_btn {
	padding:2px 15px;
	color:#0C3F61;
}
.main .cpzs_table01 {
	margin-left:5px;
	border:none;
}
.main .cpzs_table01 tr th {
	background:#84B0CD;
	color:#FFF;
	height:27px;
}
.main .cpzs_table01 tr td {
	height:34px;
	background:#FFF;
}
.main .cpzs_table01 tr td.first {
	width:100px;
	font-weight:700;
	border-bottom:1px solid #FFF;
	background:#ECF1F5;
}
.main .cpzs_table01 tr td.first_child {
	text-align:left;
	padding-left:10px;
}
.main .cpzs_table02 {
	margin-left:5px;
	margin-top:15px;
	border:none;
}
.cpzs_table02 tr td {
	height:28px;
}


/* 串货分析页主体部分样式 */
.chfx_operational {
	margin:15px 0 10px 0;
}
.chfx_operational span {
	margin-left:20px;
}
.chfx_operational select {
	width:180px;
	*width:174px;
	border:1px solid #C0D5E6;
}
.chfx_operational .shortInput {
	width:178px;
	height:18px;
	border:1px solid #A9AAA9;
}
.chfx_operational .time_box {
	position:relative;
	margin-left:0;
	zoom:1;
}
.chfx_operational a {
	position:absolute;
	bottom:-2px;
	left:246px;
	bottom:-3px\0;
	*bottom:2px;
}
/* 兼容ie9 hack */
:root .chfx_operational a { 
	bottom:-1px\9; 
}
.chfx_table {
	margin-left:5px;
	border:none;
}

.tr_details {
	display:none;
}
.td_toggle {
	cursor:pointer;
}
table.chfx_details {
	width:100%;
	border:none;
	margin:0;
}
.chfx_details thead tr th {
	color: #01719C;
	font-weight: bold;
	background: #F2F2F2;
}
.chfx_details tbody tr td {
	color:#129E06;
	font-weight:bold;
}

/* 库存分析页主体部分样式 */
.kcfx_operational {
	height:42px;
	line-height:42px;
	margin:10px 0;
}
.kcfx_operational select {
	width:178px;
	border:1px solid #C0D5E6;
}
.kcfx_operational span {
	margin-left:20px;
}
.kcfx_operational .shortInput {
	width:178px;
	height:18px;
	border:1px solid #A9AAA9;
}
.kcfx_table {
	margin-left:5px;
/* 	border:1px solid #AAC0D2;
 */}

.kcfx_histogram {
	width:790px;
	height:350px;
	margin:20px 10px 50px 10px;
}
.kcfx_histogram .tips {
	width:164px;
	height:26px;
	margin:10px auto;
	text-align:center;
	line-height:26px;
	border:1px solid #000;
}
.tips .red-block {
	color:#FC010B;
	margin-left:10px;
	margin-right:5px;
}
.tips .green-block {
	color:#01C101;
	margin-right:5px;
}

/* 页脚样式 */
#footer {
	width:100%;
	height:49px;
	line-height:49px;
	text-align:center;
	background:url(../images/footer_bg.png) no-repeat left 0 #004C7E;
}
#footer p.copyright {
	color:#FFF;
}