*{
	margin:0px; 
	padding:0px;
/*	visibility: hidden;	*/
	/* 用visibility而非display，保留布局 */ /* 隐藏所有非打印区域 */
}
li {
  list-style: none;
}
.dayinyincang{
	visibility: hidden;/* 用visibility而非display，保留布局 */ /* 隐藏所有非打印区域 */
}
 /* 显示打印区域及其子元素 */
 .print-area, .print-area * {
    visibility: visible;
}
body {
	margin: 0px;
	padding: 0px;
/*	padding-bottom: 120px !important;  等于菜单栏的高度 */
/*    min-height: 100vh;  确保页面至少占满视口高度 */
	background-image: url(images/20121004bg.jpg);
	background-repeat: repeat;
}
a {
	outline:none;
}
a:link {
	color: #D6AFAD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D6AFAD;
}
a:hover {
	text-decoration: none;
	color: #F63;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #F63;
}
.w6{
	width:6%;
}
.w8{
	width:8%;
}
.w10{
	width:10%;
}
.w12{
	width:12%;
}
.w15{
	width:15%;
}
.w20{
	width:20%;
}
.w25{
	width:25%;
}
.w30{
	width:30%;
}
.w40{
	width:40%;
}
.w50{
	width:50%;
}
.w60{
	width:60%;
}
.w70{
	width:70%;
}
.curs{
	cursor: pointer;
}
.curs:hover{
	color:#FF0047;
}
.red {
	color:#FC0202 !important;
}
.tijiao,.fanhui {
	font-size: 40px;
	width: 300px;
	height: 80px;
	background: #36142C;
	color: #FAEBD7 !important;
	border-radius: 12px;
	display: block;
	float: left;
	text-align: center !important;
	text-decoration: none;
	line-height: 80px;
	vertical-align: middle;
/*	margin-top: 50px;*/
}
.tijiao:hover,.fanhui:hover{
	cursor: pointer;
	background-color:red;
}
.cent {
	text-align:center;
}


#topimg {
	height:96px;
	width:100%;
	background: #36142C;
	overflow: hidden;
	background-image: url(/images/LOGO-3.png);
	background-repeat:no-repeat;
	background-position: top left;
}
#topimg img {
	margin-left: 0%;
	float: left;
	display: block;
}
.mingcheng {
    margin-left: 40%;
    float: left;
    display: block;
    color: #F649DB !important;
    font-size: 30px;
    margin-top: 20px;
    width: 360px;
    height: 76px;
    line-height: 76px;
    font-style: normal;
    font-weight: bold;
/*	border: 1px #ED0C10 solid;*/
}
.userinfo{
	float:right;
	display: block;
	width: 240px;
	color: antiquewhite;
	margin-top: 40px;
	margin-right: 6%;
	font-size: 30px;
/*	border: 1px #ED0C10 solid;*/
	z-index: 999;
}
.userinfo a {
	float:right;
	display: block;
	width: 100px;
}

#caidan {
	overflow: hidden;
	/* 核心：底部固定菜单栏样式 */
    
	position: fixed; /* 固定定位，相对于视口 */
	bottom: 0;       /* 距离视口底部0px */
	left: 0;         /* 距离视口左侧0px */
	width: 100%;     /* 宽度占满视口 */
	height: 120px;    /* 菜单栏高度，可自定义 */
	background-color: #36142C; /* 背景色 */
	border-top: 1px solid #eee; /* 顶部边框，区分内容区 */
	align-items: center; /* 菜单项垂直居中 */
	box-shadow: 0 -2px 8px rgba(202,0,3,0.05); /* 顶部阴影，提升层次感 */
	z-index: 999;    /* 确保菜单栏在最上层，不被其他元素遮挡 */
	-webkit-box-shadow: 0 -2px 8px rgba(202,0,3,0.05);
}

#caidan  ul {
	height: 120px;
	width: 100%;
	padding: 0px;
	
	display: flex;   /* 弹性布局，让菜单项横向排列 */
    justify-content: space-around; /* 菜单项均匀分布 */

}
#caidan ul li {
	text-align: center;
	font-family: "宋体";
	font-size: 50px;
	padding-top: 20px;
	/*border: 2px solid #FFFFFF; */
	padding-bottom: 5px;
	list-style: none;
}
#caidan ul li .active {
	color: #F5E6EC !important;
	background-color: #1812EB !important; /* 背景色 */
}


/*下面是登录界面*/
.login {
	width:100%;
	padding-top: 10%;
	overflow:hidden;
}

.login ul {
	margin-left: 20%;
	margin-top: 40px;
	overflow:hidden;
	font-size: 60px;
}
.login ul  li:first-child{
	width: 200px !important;
}
.login ul  li{
/*	border:1px #520DF3 solid;*/
	height: 90px;
	width: 360px;
	display: block;
	margin: 0px;
	float: left;
}
.login ul  li input{
	height: 70px;
	width: 300px;
	border-radius: 8px;
	font-size: 50px;
	padding-left: 10px;
}
/*下面是最后修改的主页界面*/
.endindexdiv {
	width:100%;
	padding-top: 10%;
	overflow:hidden;
}

.endindexdiv ul {
	margin-left: 10%;
	margin-right: 10%;
	overflow:hidden;
	font-size: 40px;
	
}

.endindexdiv ul  li{
	border: 1px #520DF3 solid;
	height: 100px;
	width: 45%;
	display: block;
	margin-bottom: 80px;
	float: left;
	border-radius: 12px;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	background-color: #36142C;/*36142C  ED0D68 */
	color: #FAEBD7;
}
.endindexdiv ul  li:hover{
	background: #F10F13;
	cursor:pointer;
}
.endindexdiv ul  li:nth-child(odd){
	margin-right: 8%;
}

/*下面是主页界面*/
.indexdiv {
	width:100%;
	padding-top: 10%;
	overflow:hidden;
}

.indexdiv ul {
	margin-left: 10%;
	overflow:hidden;
	font-size: 40px;
	margin-bottom: 80px;
}

.indexdiv ul  li{
	border: 1px #520DF3 solid;
	height: 100px;
	width: 40%;
	display: block;
	margin: 0px;
	float: left;
	border-radius: 12px;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	background-color: #36142C;/*36142C  ED0D68 */
	color: #FAEBD7;
}
.indexdiv ul  li:hover{
	background: #F10F13;
	cursor:pointer;
}
.indexdiv ul  li:first-child{
	margin-right: 50px;
}
.indexdiv ul  li input{
	height: 70px;
	width: 300px;
	border-radius: 8px;
	font-size: 50px;
	padding-left: 10px;
}
/*下面是原料list页面*/
.listdiv {
	width:100%;
	/*min-height: 1200px;  确保页面至少占满视口高度 */
	padding-top: 3%;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat;
	background-position: top;
}

.listdiv ul, .listdiv dl {
	margin-left: 5%;
	overflow:hidden;
	font-size: 40px;
	margin-bottom: 10px;
	clear: both;
}

.listdiv ul  li{
/*	border: 1px #520DF3 solid;*/
/*	height: 90px;*/
/*	width: 90%;*/
	display: block;
	margin: 0px;
	float: left;
	border-radius: 12px;
	line-height: 90px;
	vertical-align: middle;
/*	background-color: #36142C;36142C  ED0D68 */
	color: #0A0000;
	white-space: normal; /*允许换行*/
	overflow: hidden; /* 超出隐藏，但内部自动换行 */
  	word-wrap: break-word;
  	word-break: break-all;
}

/*下面是进货页面*/
.indiv {
	width:100%;
	 /* min-height: 1200px;确保页面至少占满视口高度 */
	padding-top: 5%;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat;
	background-position: top;
}

.indiv ul {
	margin-left: 5%;
	overflow:hidden;
	font-size: 24px;
	margin-bottom: 20px;
}

.indiv ul  li{
/*	border: 1px #520DF3 solid;*/
	height: 90px;
	display: block;
	margin: 0px;
	float: left;
	border-radius: 12px;
	line-height: 90px;
	vertical-align: middle;
/*	background-color: #36142C;36142C  ED0D68 */
	color: #0A0000;
	white-space: normal; /*允许换行*/
}
.indiv ul  li:first-child{
	margin-right: 10px;
	width: 15% !important;
	text-align: right;
}
.indiv ul  li input, .indiv ul  li select{
	height: 70px;
	width: 90%;
	border-radius: 8px;
	font-size: 40px;
	padding-left: 10px;
	margin-top: 7px;
}

/*下面是进出货明细页面*/
.inoutlist {
	width:100%;
/*	min-height: 1200px;  确保页面至少占满视口高度 */
	min-width: 1000px; /* 确保页面至少占满视口高度 */
	padding-top: 1%;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat;
	background-position: top;
}

.inoutlist ul {
	margin-left: 3%;
	overflow:hidden;
	font-size: 18px;
	margin-bottom: 0px;
}

.inoutlist ul  li{
/*	border: 1px #520DF3 solid;*/
	height: 50px;
	display: block;
	margin: 0px;
	float: left;
	line-height: 50px;
	vertical-align: middle;
/*	background-color: #36142C;36142C  ED0D68 */
	color: #0A0000;

	
	
}
.biankuang li {
	border: #DCDDE3 1px solid;
}
.biankuangred li {
	border: #F40C3E 1px solid;
}
.inoutlist ul li label{
	height: 50px;
	width: 20%;
	font-size: 14px;
	padding-left: 3px;
/*	margin-top: 7px;*/
}
.inoutlist ul li select{
	height: 40px;
	width: 90%;
	border-radius: 4px;
	font-size: 14px;
	padding-left: 5px;
	margin-top: 3px;
}
.tijiaoa, .fanhuia {
	font-size: 14px !important;
	width: 100px !important;
	height: 50px !important;
	border-radius: 12px;
	line-height: 50px !important;
/*	margin-top: 0px !important;*/
}
/*//下面是分页:last-child*/
.yema {
	width:100%;
	padding-top: 1%;
	overflow:hidden;
	height: 50px;
	margin-left: 5%;
}
.yema ul li{
	margin-left: 6px;
	margin-right: 8px;
	width: 16px;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}
.yema ul li:last-child{
	margin-left: 14px !important;
}
/*下面开始产品生产线*/
.listdiv dl dd {
	overflow: hidden;
	float:left !important;
	display:block;
	width:300px;
	height:90px;
/*	margin-left:10%;*/
/*	margin-left:50%;*/
	margin-top: 50px;
	clear: both;
}

/*半成品*/
.bcpdiv {
	width:100%;
	 /* min-height: 1200px;确保页面至少占满视口高度 */
	padding-top: 5%;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat;
	background-position: top;
}

.bcpdiv ul {
	margin-left: 5%;
	overflow:hidden;
	font-size: 24px;
	margin-bottom: 20px;
}

.bcpdiv ul  li{
/*	border: 1px #520DF3 solid;*/
	height: 90px;
	display: block;
	margin: 0px;
	float: left;
	border-radius: 12px;
	line-height: 90px;
	vertical-align: middle;
/*	background-color: #36142C;36142C  ED0D68 */
	color: #0A0000;
	white-space: normal; /*允许换行*/
}
.bcpdiv ul  li:first-child{
	margin-right: 10px;
	width: 15% !important;
	text-align: right;
}
.bcpdiv ul  li input, .bcpdiv ul  li select{
	height: 70px;
	width: 90%;
	border-radius: 8px;
	font-size: 40px;
	padding-left: 10px;
	margin-top: 7px;
}
/*成品库*/
.chpandform {
	border: 2px #AFA7C1 solid;
	border-radius: 12px;
	overflow: hidden;
	max-width: 1000px;
	margin-left: 50px;
}

/*user*/
.uname{
	height: 30px;
	width: 60%;
	border-radius: 6px;
	font-size: 20px;
	padding-left: 10px;
	margin-top: 7px;
}


/*巡检*/
.xunjiandiv {
	width:100%;
	min-width: 1000px;确保页面至少占满视口高度 
	padding-top: 5%;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat;
	background-position: top;
/*	padding-bottom: 10px;*/
}

.xunjiandiv ul {
	margin-left: 1%;
/*	margin-right: 5%;*/
	overflow:hidden;
	font-size: 24px;
/*	margin-bottom: 20px;*/
	
}

.xunjiandiv ul  li{
/*	border: 1px #520DF3 solid;*/
	height: 90px;
	display: block;
	margin: 0px;
	float: left;
	line-height: 30px;
	vertical-align: middle;
	color: #0A0000;
	white-space: normal; /*允许换行*/
	overflow: hidden; /* 超出隐藏，但内部自动换行 */
  	word-wrap: break-word;
/*  	word-break: break-all;*/
/*	text-align: center;*/
	padding-left: 5px;
	padding-top: 5px;

	
}
.xunjiandiv ul  li:nth-child(even){
	font-size: 20px;;
}
.xunjiandiv ul  li p{
	font-size: 14px;
}
.xjbiankuang li{
	border: 1px #3C3A3F solid;
}



.xunjiandivs {
	width:100%;
	min-width: 1000px;/*确保页面至少占满视口高度 */
/*	padding-top: 5%;*/
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat-x;
	background-position:center -70px ;
	padding-top: 40px;
	margin-bottom: 60px;

}
.xunjiandivs table {
	margin-left: 1%;
	margin-right: 1%;
}
.xunjiandivs table input{
	height: 30px;
	width: 30px;
	border-radius: 4px;
/*	font-size: 40px;*/
	margin-left: 10px;
	margin-top: 7px;
}
.xunjiandivs table td {
	position: relative;
	height: 80px;
}
.xunjiandivs table textarea{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 关键：充满 td */
  font-size: 24px;

}
/*	工序巡检*/
.xjgxjdiv {
	width:100%;
	min-width: 600px;/*确保页面至少占满视口高度 */
/*	padding-top: 5%;*/
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat-x;
	background-position:center -70px ;
/*
	padding-top: 40px;
	margin-bottom: 60px;
*/

}
.xjgxjdiv select {
	height: 40px;
	width: 360px;
	border-radius: 4px;
	font-size: 24px;
	padding-left: 5px;
	margin-top: 3px;
	font-weight: bold;
}
.xjgxjdiv table select{
	height: 100% !important;
	width: 100% !important;
	border-radius: 0px !important;
	margin: 0px;
	border: 0px;	
}
.xjgxjdiv table {
	margin-left: 1%;
	margin-right: 1%;
	font-size: 18px;
}
.xjgxjdiv table td,.xjgxjdiv table th {
	text-align: center;
	height: 60px;
}
.xjgxjdiv table input{
	height: 30px;
	width: 30px;
	border-radius: 4px;
/*	font-size: 40px;*/
	margin-left: 10px;
	margin-top: 7px;
}
.xjgxjdiv table tr td:nth-child(1) {
	width: 8%;
}
.xjgxjdiv table tr td:nth-child(2) {
	width: 14%;
}
.xjgxjdiv table tr td:nth-child(3) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(4) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(5) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(6) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(7) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(8) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(9) {
	width: 10%;
}
.xjgxjdiv table tr td:nth-child(10) {
	width: 10%;
}
.cdcc {
	display: none;
}

/*产品追溯 */
.yansea li {
    border: 1px #F78A10 solid !important;
    /* 关键：让相邻边框重叠合并 */
/*    border-bottom: none !important;*/
	border-right: none !important;
}
/* 最后一条 li 不抵消，保持完整 */
.yansea li:last-child {
	border-right: 1px #F78A10 solid !important;
}
span .yansea:last-child li {
    border-bottom: 1px #F78A10 solid !important;
}
/*产品追溯  暂时不使用*/
.yanseb li {
    border: 1px #353232 solid !important;
    /* 关键：让相邻边框重叠合并 */
/*    border-bottom: none !important;*/
	border-right: none !important;
}
/* 最后一条 li 不抵消，保持完整 */
.yanseb li:last-child {
	border-right: 1px #353232 solid !important;
}
span .yanseb:last-child li {
    border-bottom: 1px #353232 solid !important;
}
.mrgtop {
	margin-top: 50px;
	font-weight: bold;
}

.zhuisujc table td,.xjgxjdiv table th {
	text-align: center;
	height: 60px;
}
.zhuisujc span ul:first-child li:first-child {
/*	font-weight: bold;*/
}
.zhuisujc span  ul li:nth-child(2) { min-width: 260px; }




.zhuisujc ul  li{

	white-space: normal; /*允许换行*/
	overflow: hidden; /* 超出隐藏，但内部自动换行 */
  	word-wrap: break-word;
  	word-break: break-all;

	
	
}


.accediv {
		width:100%;
	min-width: 600px;/*确保页面至少占满视口高度 */
/*	padding-top: 5%;*/
	overflow:hidden;
	background-color: #FFF;
	background-image: url(/images/zhutibg.jpg);
	background-repeat: repeat-x;
	background-position:center -70px ;
}
.accediv ul {
	margin-left: 5%;
	overflow:hidden;
	font-size: 24px;
	margin-bottom: 20px;
	clear: both;
/*border: 1px #520DF3 solid;*/
}

.accediv ul  li{
/*	border: 1px #520DF3 solid;*/
	width: 280px;
	height: 90px;
	margin: 0px;
	float: left;
	border-radius: 12px;
	line-height: 90px;
/*	vertical-align:text-bottom;*/
/*	background-color: #36142C;36142C  ED0D68 */
/*	color: #0A0000;*/
	white-space: normal; /*允许换行*/
	
	display: inline-flex;
  	align-items: center;  /* 垂直居中 */
  	gap: 6px;            /* 文字和输入框间距 */
	
}

.accediv ul  li input {
	height: 70px;
	width: 50px;
	border-radius: 10px;
	font-size: 30px;
	padding-left: 0px;
	margin-top: 0px;
}
