ul,h1,h2,h3,h5,h4,body{
    margin: 0;
    padding: 0;
}
html,body,.container,.wrap{
  width: 100%;
}
em{
  font-style: normal;
}
a{
  display: inline-block;
  text-decoration: none;
  color: #000;
}
li{
  list-style: none;
}
.clear{
  clear: both;
}

iframe{
	margin:0;
	padding:0;
	border: none;
}

/* 使用图标 */
.add_icon{
	width:2vw;
	height:2vw;
	/* float: right;
	display: block; */
	background-image: url(../img/jia_blue.svg);
	background-repeat: no-repeat;
	/* background-position: 0px 4px; */
	background-size: 100%;
}
header,footer,section{
  width: 1300px;
  margin:0 auto;
}

header,footer{
  height: 100px;
}

header em{
  height: 80px;
  line-height: 80px;
}
header em img{
  width: 100px;
  float: left;
}
header span{
  font-size: 40px;
  margin-left:20px;
    line-height: 100px;
    font-family: "微软雅黑";
}

.bg{
  width: 100%;
  height: 600px;
  background-color: #00a0e9;
}
section{
  height: 600px;
  background-image:url(../img/zh_img1.png);
  background-size: auto 90%;
  background-repeat: no-repeat;
  position: relative;
}

.login{
  width: 400px;
  height: 450px;
  position: absolute;
  top: 70px;
  right: 100px;
  background-color:rgba(255,255,255,0.7);
  border-radius: 15px;
}
.login em{
  display: block;
  width: 60px;
  height: 60px;
  margin: 25px auto 10px auto;
}
.login em img{
  width: 100%;
  height: auto;
}
.log_tex {
  width: 300px;
  margin: 0 auto;
}
.log_tex p{
  position: relative;
  margin-top: 10px;
}
.log_tex input{
  padding-left: 50px;
  width: 250px;
  height: 40px;
  border:none;
  margin-top: 20px;
  border-radius: 10px;
  background-color:rgba(255, 255, 255, 0.82);
  outline: none;
}
.log_tex i{
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
}
.name i{
  background-image: url("../img/user1.png");
  background-repeat: no-repeat;
  left: 10px;
  top: 27px;
}
.password i{
  background-image: url("../img/password1.png");
  background-repeat: no-repeat;
  left: 10px;
  top: 29px;
}
.login_btn{
  background-color:#00a0e9;
  border:none;
  width: 100%;
  height: 40px;
  letter-spacing: 3px;
  font-size: 20px;
  margin-top: 35px;
  border-radius: 10px;
  color: #fff;
  outline: none;
  font-family: "微软雅黑";
}
.jz_gif{
	width:20px;
	margin:5px 10px 0px 0px;
	display: none;
}
.remember{
  width: 170px;
}
.remember input{
  width: 24px;
  height: 24px;
  background-image: url("../img/rememberPassword1.png");
  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    padding-left: 0px;
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
    border:none;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0px;
}
.regist{
  float: right;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.regist a{
  color: red;
}

/*注册弹出框*/
.zc{
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top:0;
	z-index: 999;
}
.gb{
	display:inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	background-image: url(../img/gb.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	float: right;
}
.gb:hover{
	background-color: white;
}
.zc div{
	width: 500px;
	background-color: #e0e0e0;
	position: absolute;
	top:20%;
	left: 35%;
	padding:10px;
	border-radius: 10px;
}
.zc div h1 span:nth-child(1){
	font-family: "微软雅黑";
	font-size: 24px;
	color:#00a0e9;
	line-height: 24px;
	display:inline-block;
	vertical-align: top;
}
.zc div ul li{
	width:80%;
	margin:30px auto;
}
.zc div ul li span{
	font-size: 18px;
	font-family: "微软雅黑";
}
.zc div ul li input{
	width:250px;
	height:30px;
	padding:5px;
	outline: none;
	border-radius: 4px;
	border:none;
	background-color: white;
	font-size: 18px;
}
.zc div ul li button{
	width:70%;
	padding:10px;
	color: white;
	display: block;
	font-family: "微软雅黑";
	font-size: 18px;
	margin:0 auto;
	background-color:#00a0e9;
	border:none;
	border-radius: 10px;
	outline: none;
}
select{
	width:60%;
}
.zc ul li select{
	width: 250px;
	height:35px;
	padding: 0.5vw;
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
}

.dui {
	display:block;
	width:40px;
	height:40px;
	float: right;
	margin-right: 10px;
	background-image: url(../img/yes.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: none;
}
.cuo {
	display:block;
	width:40px;
	height:40px;
	float: right;
	margin-right: 10px;
	background-image: url(../img/error.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: none;
}
select,option,table,tr,th,td{
	margin:0;
	padding: 0;
}
table{
	border: 1px solid black;
}
td,th{
	border-right: 1px solid black;
	border-top:1px solid black;
	border-bottom: 1px solid black;
}

/* 顶部和左侧共用样式 */

.logo{
	width:100%;
	padding:5px 10px;
	border-bottom: 1px solid #009fe8;
	background-color: #c7eeff;
	/* position: fixed; */
	z-index: 99;
}
.logo em{
  line-height: 80px;
}
.logo em img{
  width: 80px;
  float: left;
}
.logo span{
  font-size: 30px;
  margin-left:20px;
    line-height: 80px;
    font-family: "微软雅黑";
}
/*左侧列表*/
.left_nav{
	width:9%;
 display: inline-block;
 vertical-align: top;
	border-right: 1px solid #009fe8;
	/* position: fixed;
	top:97px; */
	background-color:white;
	z-index: 98;
}
.t_img{
	width: 100%;
	border-bottom: 1px solid #009fe8
}
.t_img div:nth-child(1){
	width: 3vw;
	height:3vw;
	margin: 10px 10px;
	border-radius: 50%;
	padding:2px;
	float: left;
	border: 2px solid #009fe8;
	background-image: url(../img/t.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.t_img img{
	width: 100%;
	height:100%;
	border-radius:50%;
	display: inline-block;
}
.t_img span{
	display: inline-block;
	line-height: 80px;
	margin-left: 10px;
	font-family: "微软雅黑";
	font-size: 16px;
}
.left_nav ul li{
	width:100%;
}
.left_nav ul li a{
	width:100%;
	font-family: "微软雅黑";
	font-size: 1vw;
	line-height: 40px;
	padding:2% 10%;
	border-bottom: 1px solid #009fe8;
}
.sty{
	color:#00a0e8;
	background-color: #e8e8e8;
}
.left_nav ul li a:hover{
	color:#00a0e8;
	background-color:#e8e8e8;
}
.left_nav ul li i{
	width:30px;
	height:30px;
	display: inline-block;
}

/*右侧详情*/
.big_box{
	width:100%;
	padding:1vw;
}
.big_box li{
	font-size: 1vw;
	margin: 5px 0px;
}
.ul_mar{
	margin:10px 0px;
}
.tab_hed2{
	background-color: #e8e8e8;
}
#vender,#programname{
	width: 100%;
	height: 30px;
}
.tab_sty ul{
	border-top: 1px solid black;
	padding:10px 0px;
}
.tab_sty ul li{
	text-align: center;
}
.bh{
	font-size: 14px;
}
.tab_sty > ul:hover{
	background-color: #e8e8e8;
}
/* 提交按钮样式 */
.tj_btn{
	width:80%;
	height:30px;
	display: block;
	margin:0 auto;
	background-color: #009fe8;
	border:none;
	color: white;
	border-radius: 2px;
}
/*编辑按钮样式*/
.sml_btn{
	width:50%;
	background-color: #00a0e8;
	border: none;
	color: white;
}

/* 添加产品右侧样式 */
.sty_pro{
	border-bottom: 1px solid black;
	background-color: white;
}
.sty_pro li input{
	width:75%;
	height:30px;
}
.sty_pro li span{
	font-size: 1vw;
}
/* 产品列表样式 */
.over_box{
	width:100%;
	height:88%;
	overflow:auto;
}
.pro_list_tit{
	background-color: #e8e8e8;
}
.pro_list,.pro_list_tit{
	border-bottom: 1px solid black;
	padding:10px;
	margin-bottom: 0;
}
.pro_list_tit li,.pro_list li{
	text-align: center;
	font-size: 0.8vw;
}
.pro_list:hover{
	background-color: #e8e8e8;
}
/* 编辑产品信息处 */
.bj_pro_txt{
	position: fixed;
	right:-20%;
	top:0;
	width:15%;
	height:100%;
	overflow: auto;
	background-color: white;
	border-left: 1px solid #00a0e9;
}
.title{
	width:99%;
	padding:0.5vw 1vw;
	background-color: #e8e8e8;
}
.title h3{
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 1vw;
}
.bjxx{
	width:80%;
	margin:2vw auto;
}
.bjxx li{
	margin-bottom: 1vw;
}
.bjxx li div{
	font-size: 16px;
}
.bjxx li input{
	width: 100%;
	height:36px;
	text-indent: 10px;
}


/* 产品入库右侧样式 */
.gwc{
	text-align: right;
}
.gwc img{
	width:5%;
}
.sty_pro .gwc span{
	font-size: 14px;
	color:red;
}
.txt{
	width:100%;
	height:36px;
}
.pro_gwc_list{
	margin:5px 0px;
	text-align: center;
}
/*入库表格样式*/
.big_whi_box{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background-color: white;
}
#rk_tab{
	display: none;
}
#ck_tab{
	display: none;
}
.cen_tab{
	width: 50%;
	margin:10% auto 0 auto;
}
.cen_tab h3{
	width: 100%;
}
.cen_tab table th,td{
	text-align: center;
	font-size: 8px;
	margin:0;
	padding:0;
}
.dy_btn{
	width:80%;
	margin:0 auto;
	text-align: center;
}
.dy_btn button{
	width:20%;
	border:none;
	font-size:18px;
	height:30px;
	margin:5% 6%;
	background-color: #009fe8;
	color:white;
}
.dd_det_btn button{
	width:10%;
	background-color: #009fe8;
	margin:10px;
	border: none;
	padding:5px;
	color:white;
}
.xm_xx{
	border-left: 1px solid black;
	border-top: 1px solid black;
}
.xm_xx li{
	padding:10px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.table3{
	margin-top:20px;
}
.table3 ul{
	padding:10px 0px; 
	border-top: 1px solid black;
}

.table3 > ul:nth-child(2){
	background-color: #e8e8e8;
}
.table3 > ul:nth-child(1){
	border: none;
}
.table3 > ul:hover{
	background-color: #e8e8e8;
}
.table3 ul li{
text-align: center;
}
/* 添加厂家样式 */
.cz_btn{
	margin-top: -2px;
	text-align: center;
}
.cz_btn button{
	margin:0px 5px;
}


/*打印出库单样式*/
.bg_blk_box {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	z-index: 999;
	display: none;
}

/* 出入库记录样式 */
.nav_box{
	width: 100%;
	position: fixed;
	text-align: center;
	padding-top:10px; 	 
}
.nav_box ul{
	border:1px solid #dcdcdc;
}
.nav_box li{
	line-height: 40px;
}
.nav_box li:hover{
	background-color: #6cd1ff;
	color:white;
}
.bg_sty{
	background-color: #009fe8;
	color:white;
} 
.rk_jl_list ul{
	border-bottom: 1px solid black;
	margin-bottom: 0;
}
.rk_jl_list ul li{
	line-height:40px;
	text-align: center;
}
.rk_jl_list ul:hover{
	background-color: #e8e8e8;
}
.rk_jl_list ul:nth-child(2){
	background-color: #e8e8e8;
}