html{
	/* background: rgba(50, 70, 60, 1.0); */
	height: 100%;
}
body{
	/* background: rgba(50, 70, 60, 1.0); */
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
}
input{
	/*border: none;*/
	outline: none;
}
#home{
	border: none;
	width: 100%;
	height: 100%;
	/* background: rgba(50, 70, 60, 1.0); */
	position: absolute;
    left:0px;
    top:0px;
   /* overflow-x: hidden;
    overflow-y: auto; */
   /* display: none;*/
  /* animation-name:leftmove;
	animation-duration:1s;
	animation-timing-function:ease;*/

}

@keyframes leftmove
{
	from {top: -100%;}
	to {top: 0%;}
}
@keyframes rightmove
{
	/*from {left:100%;}
	to {left:0%;}*/
	0%{transform: rotateY(0deg);transform-origin:right center;}
	100% {transform: rotateY(90deg);transform-origin:right center;}
}
@keyframes fromleft
{

	0%{transform: rotateY(90deg);transform-origin:left center;}
	100% {transform: rotateY(0deg);transform-origin:left center;}
}

#agoovv{
	width: 100%;
	min-height: 100%;
	background: none;
	position: relative;
/*	top: 80px;*/
}
#home-login{
	width: 48px;
	height: 48px;
	position: absolute;
	top:15px;
	right: 60px;
}
#home_btn_login{
	width: 60px;
	height: 22px;
	position: absolute;
	top:60px;
	right:55px;
	background: none;
	border: none;
	color: white;
}
#home_img_phone{
	width: 38px;
	height: 38px;
	position: absolute;
	top:19px;
	right: 140px;
}
#home_btn_phone{
	width: 60px;
	height: 22px;
	position: absolute;
	top:60px;
	right:128px;
	background: none;
	border: none;
	color: white;
}
#home_img_agoovv_help{
	width: 38px;
	height: 38px;
	position: absolute;
	top:19px;
	right: 215px;
}
#home_btn_agoovv_help{
	width: 60px;
	height: 22px;
	position: absolute;
	top:60px;
	right:205px;
	background: none;
	border: none;
	color: rgba(0,0,0,0.3);
}
#home_logo{
	width: 100px;
	height: 100px;
	position: fixed;
	bottom:10px;
	left:0px;
}
#home-sameSample{
	width: 30px;
	height: 30px;
	position: absolute;
	top:25px;
	left: 200px;
}
#home_btn_sameSample{
	width: 42px;
	height: 22px;
	position: absolute;
	top:60px;
	left:194px;
	background: none;
	border: none;
	color: rgba(0,0,0,0.3);
}

#home-facture{
	width: 40px;
	height: 40px;
	position: absolute;
	top:21px;
	left: 260px;
}
#home_btn_facture{
	width: 42px;
	height: 22px;
	position: absolute;
	top:60px;
	left: 260px;
	background: none;
	border: none;
	color: rgba(0,0,0,0.3);
}
#home-img_salesperson{
	width: 38px;
	height: 38px;
	position: absolute;
	top:21px;
	left: 400px;
}
#home_btn_salesperson{
	width: 42px;
	height: 22px;
	position: absolute;
	top:60px;
	left: 400px;
	background: none;
	border: none;
	color: rgba(0,0,0,0.3);
}

#div_bottom{
position: relative;
left:0px;
background: rgba(50,70,60,1);
width: 100%;
min-height: 130px;
border-top: 2px solid white;
bottom: 1px;
}
#div_bottom_div
 {
width: 1200px;
  min-height: 210px;
  position: relative;
  background: none;
  overflow: hidden;
  color: white;
  margin: 0 auto;
  padding-bottom:35px;
  padding-top:20px;
 }
 #div_bottom_div_top{
	 position:relative;
	 width: 1100px;
	 min-height: 100px;
	 margin-bottom:20px;
	 padding-right:100px;
 }
 #div_bottom_div_top>div{
 	 position:relative;
 	 width: 100%;
     margin-bottom:10px;
	 font-size:16px;
	 height:20px;
 }
 #div_bottom_div_body{
 	 position:relative;
 	 width: 100%;
 	 min-height: 100px;
 }
 #div_bottom_div_body>img{
 	 position:relative;
 	 height: 100px;
	 margin: 1px;
 }
 #div_bottom_div_bottom{
 	 position:absolute;
 	 width: 100%;
 	 height: 30px;
	 bottom:1px;
 }
 #div_bottom_div_bottom>div{
 	 position:relative;
 	 height: 30px;
	 float:left;
	 color:white;
	 font-size:16px;
	 margin-right:10px;
 }
 #div_bottom_img_appdownload
  {
  	width: 80px;
  	height: 80px;
  	position: absolute;
  	right: 0px;
  	top:0px;
  }
  #div_bottom_input_appdownload
   {
  	position: absolute;
  	right: 0px;
  	top:81px;
  	background: white;
  	border: none;
  	font-size: 16px;
	color:rgba(50,70,60,1);
	height:24px;
	width:80px;
   }
#div_top{
/* position: absolute;
top: 0px;
left:0px;
background: none;
width: 100%;
height: 80px; */
min-width: 700px;
  width: 55%;
  height: 75px;
  background: rgba(50,70,60,1);
  position: absolute;
  top: -100px;
  border-bottom-left-radius: 300px;
  float: right;
  right: 0px;
  border-bottom: 5px solid orange;
  padding-top: 115px;
  border-left: 60px solid orange;

}
#div_top>div{
min-height: 40px;
  width: 100%;
  position: relative;
  background: none;	
}
#div_top_diva>div{
width: 9%;
  max-width: 100px;
  height: 40px;
  position: relative;
  margin-left: 10px;
  float: right;
  right: 50px;
  text-align: center;
}
#div_top_diva>div>img{
height: 100%;
}
#div_top_divb>input{
color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
  width: 9%;
  max-width: 100px;
  height: 30px;
  position: relative;
  margin-left: 10px;
  float: right;
  right: 50px;
  background: none;
  border: medium;
}

#div_top-img_search{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 2px;
	right: 15px;
}

#div_top-img_create{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 2px;
	right:60px;
}

#div_top-img_chat{
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left:5px;
}
#div_top_index
 {
 	width: 45px;
 	height: 45px;
 	position: relative;
 	left: 10%;
 	top:20px;
 }

#search_btn-div{
position: fixed;
top: 43px;
right:3px;
background: black;
width: 40%;
height: 150px;	
}
#search_btn-div>input{
color: white;
margin-top: 10px;
margin-left: 10px;
background: black;
border:none;
border-bottom: 2px solid orange;
width: 70%;
height: 30px;	
}


#create_btn-div{
position: fixed;
top: 43px;
right:3px;
background: black;
width: 40%;
height: 150px;	
}
#create_btn-div>input{
color: white;
margin-top: 10px;
margin-left: 10px;
background: black;
border:none;
border-bottom: 2px solid orange;
width: 70%;
height: 30px;	
}


#home_input_search{
	border:0px;
     font-size: 20px;
	position: relative;
	left:0%;
	width: 80%;
	height:100%;
}

#home_btn_search{
	border:0px;
	background-image:url(./img/search.png); 

	position: relative;
	/*top:-5px;
	left:0%;*/
	width: 20px;
	height:20px;
}

#home-img_search_count{
	width: 42px;
	height: 42px;
	position: absolute;
	top:19px;
	left: 70px;
}
#home_btn_search_count{
	width: 42px;
	height: 22px;
	position: absolute;
	top:60px;
	left: 66px;
	background: none;
	border: none;
	color: rgba(0,0,0,0.3);
}
#home-img_search_logistics{
	width: 40px;
	height: 40px;
	position: absolute;
	top:17px;
	right:210px;
}
#home_btn_search_logistics{
	width: 42px;
	height: 22px;
	position: absolute;
	top:60px;
	right: 210px;
	background: none;
	border: none;
	color: white;
}
#home-img_chatlogo{
	width: 38px;
	height: 38px;
	position: absolute;
	top:20px;
	left: 325px;
}
#home_btn_chatlogo{
	width: 42px;
	height: 22px;
	position: absolute;
	top:60px;
	left: 325px;
	background: none;
	border: none;
	color: rgba(0,0,0,0.3);
}


#home-div_search2{
	overflow:hidden;
	background: white;
	border:2px solid green;
	position: relative;
	margin-top:20px;
	width: 30%;
	left:35%;
	height: 40px;
}
#home-img_search{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
}

#home-div_search_logistics{
	overflow:hidden;
	background: white;
	border:2px solid green;
	position: absolute;
	top:40%;
	width: 40%;
	left:30%;
	height: 40px;
}
#home-img_search_logistics2{
    
	width: 40px;
	height: 40px;
	float: right;
	z-index: "888";
	/*position: absolute;
	left: 87%;
	top:0px;*/

}
#home-img_search_fromto{
	width: 40px;
	height: 40px;
	position: absolute;
	
	left: 37%;
}
#home_input_search_from{
	border:none;
     font-size: 20px;
    /* background: green;*/
	position: relative;
	top:-5px;
	left:0%;
	width: 35%;
	height:50px;
}
#home_input_search_to{
	border:none;
     font-size: 20px;
    /* background: red;*/
	position: relative;
	top:-5px;
	left:16%;
	width: 35%;
	height:50px;
}
#homelogo
{
	position: relative;
	width: 30%;
   left: 35%;
/*   top: 200px; */
}
#homelogo>img
{
	width: 100%;
	height: 100%
}


/*#formula_search_result_list_div_top{
	background: white;
	position: fixed;
	width: 80%;
	height: 600px;
}*/
#home_formula_list{
	width: 1200px;
	min-height: 310px;
	position: relative;

	background: none;
	overflow: hidden;
	color: white;
	margin: 0 auto;
	/* padding-left: 20px;
	padding-right: 20px; */
	/* padding-top: 30px; */
	margin-top: 20px;
}

#formula_search_result_list{
	width: 1200px;
	min-height: 600px;
	position: relative;
/*	left:15%;*/
    margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 150px;
/*	top:120px;*/
	background: none;
	overflow-y: auto;
	overflow-x: hidden;
}
/*#formula_search_result_listchild{
	width: 30px;
	height: 600px;
	position: absolute;
	
}*/
#home_formula_list_tuijian{
	position: relative;
	overflow: hidden;
}
#home_formula_list_tuijian>div{
	position: relative;
	  width: 568px;
	  min-height: 0px;
	  float: left;
      padding: 5px;
	  background: white;
	  margin-right: 10px;
	  margin-bottom: 10px;
	  border: 5px solid rgba(70,90,80,1);

}
#home_formula_list_tuijian>div>div{
	position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 100%;
	  background: rgba(70,90,80,1);

}
#home_formula_list_tuijian>div>div>div{
	position: relative;
	  float: left;
	  margin:1px;
	  background: white;
}
#home_formula_list_tuijian>div>div>div>img{
	position: relative;
	  width: 100%;
	  height: 100%;
}
#formula_search_result_list_div_list{
	width: 100%;
	min-height: 100px;
	background: none;
	position: relative;
	top:0px;
	left:0px;
}



#formula_search_result_list_div_list>div{
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	border-bottom: 2px solid white;
    /*direction: ltr;*/
 
	width: 100%;
	height: 145px;
	position: relative;
	bottom:0px;
	left: 0px;
	background: none;
	margin-top:0px;
	overflow: hidden;
	/*margin-bottom:1px;*/ 
	/*margin-right: 40px;*/

}

#formula_search_result_list_div_list>div>p{
	width: 100%;

	/*border-bottom: 2px solid red;*/
	/*padding-bottom: 3px;*/
	font-size: 20px;
	position: relative;
	top:-5px;
	left:2px;
    color: white;
	/*text-decoration:underline;*/
}
#formula_search_result_list_div_list>div>img{
	overflow: hidden;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 50px;
	width: 80px;
	height: 80px;
	position: relative;
	top:-65px;
	

}
#formula_search_result_list_div_list>div>input{
	width: 80px;
	height: 22px;
	position: relative;
	float: right;
	right: 5px;
	top:60px;
    font-size: 12px;
    background: none;
    border:none;
    color: white;
}
/*#formula_search_result_list_div_list>div>div{
	width: 80px;
	height: 25px;
	float:right;
	background:orange;
	position: relative;
	top:-50px;
	overflow: hidden;


}*/
#formula_search_result_list_div_list>div>p>div{/**/
	min-width: 80px;
	height: 25px;
	float:right;
	background:none;
	position: relative;
	top:0px;
    overflow-x: auto;
    padding-left: 30px;
    overflow-y: hidden;
	/*overflow: hidden;*/
}
#formula_search_result_list_div_list>div>p>div>img{
	width: 25px;
	height: 25px;
	position: relative;
	left: -27px;
}
#formula_search_result_list_div_list>div>p>div>p{
	min-width: 46px;
	height: 20px;
	background: none;
	position: relative;
	/*left: 27px;*/
	top:-42px;
	/*float:right;*/
	font-size: 16px;
	overflow-x: auto;
	overflow-y: hidden;

}
#formula_search_mode{
	overflow:hidden;
	background: white;
	border:2px solid green;
	position: relative;
	top:140px;
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	z-index: 5;
}
#formula_search_mode>img{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
}
#formula_search_mode>input{
	border:0px;
     font-size: 20px;
	position: relative;
	top:-5px;
	left:0%;
	width: 80%;
	height:50px;
}



/*登录*/
      #formula_login{
	width: 100%;
	height: 100%;
	background:none;
/* 	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 99999; */
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 20px;
	padding-bottom: 200px;
}
#formula_login_p_name{
	width: 30%;
	font-size:25px;
	position: absolute;
	top:400px;
	left: 35%
}
#formula_login_input_name{
    font-size:20px; 
    width: 100%;
	height: 30px;
	background:rgba(255, 255, 255, 0.8);
	/*position: absolute;
	top:550px;
	left: 48%*/
}
#formula_login_p_password{
	width: 30%;
	font-size:25px;
	position: absolute;
	top:500px;
	left: 35%;
	

}
#formula_login_input_password{
    font-size:20px;
    width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.8);
}
#formula_login_btn_login{
	width: 30%;
	height: 40px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top:800px;
	left: 35%;
	font-size: 20px;
	border:1px solid white;
	border-radius: 5px;
    color: white;
}
#formula_login_btn_logon{
	width: 60px;
	height: 30px;
	background: none;
	position: absolute;
	top:700px;
	left: 55%;
	border:none;
	color: gray;
}
#formula_login_p_code{
	width: 30%;
	font-size:25px;
	position: absolute;
	top:600px;
	left: 35%
}
#formula_login_input_code{
    font-size:20px;
    width: 70%;
	height: 30px;
	position: relative;
	border: none;
	background: rgba(255, 255, 255, 0.8);
}
#formula_login_btn_code{
    font-size:20px;
    width: 27%;
	height: 32px;
	background: rgba(255, 255, 255, 0.8);
/*	border:1px solid green;*/
	position: relative;
	float: right;
	border: none;
	top:2px;
	
}
#formula_login_btn_getpassword{
	width: 100px;
	height: 30px;
	background: none;
	position: absolute;
	top:700px;
	left: 40%;
	border:none;
	color: gray;
}
#sales_logon_invitation{
	width: 100%;
	height: 100%;
	background:none;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 20px;
}
#sales_logon_input_invitation{
	width: 20%;
	font-size:25px;
	position: absolute;
	top:500px;
	left: 35%;
	height: 60px;
	background: rgba(0,0,0,0.3);
	border:1px solid rgba(255,255,255,1);
	border-radius: 5px;
    color: white;
    text-align: center;	
    padding-left: 5%;
    padding-right: 5%;
}

#sales_logon_input_jihuo{
	width: 5%;
	height: 60px;
	background:none;
	position: absolute;
	top:500px;
	left: 60%;
	font-size: 25px;
	border:none;
    color: white;
}
/*login_getpassword*/
#login_getpassword
 {
 	width: 40%;
 	height: 70%;
 	position: relative;
 	left: 30%;
 	margin-top:120px;
/* 	border:3px solid white;*/
/* 	background: rgba(0,0,0,0.2);*/
 }
#login_getpassword_top{
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
    color: white;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/

}
#login_getpassword_top_p{
background: none;

	font-size: 20px;
	position: relative;
	background:none;
	border-radius: 5px;
	color: white;
/*	top:-75px;*/
	left: 20%;
	width: 60%;
	height: 50px;
	text-align: center;	
}
#login_getpassword_tel{
    background: white;
	border-radius: 5px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 20px;
	width: 100%;
	height: 50px;

}
#login_getpassword_tel2{
	background: white;
    border-radius: 5px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;

}
#login_getpassword_tel3{
	background: white;
    border-radius: 5px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;

}
#login_getpassword_tel33{
	background: white;
    border-radius: 5px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;

}
#login_getpassword_tel_p{
	background: none;
    color: black;
    border: none;
	font-size: 20px;
	position: relative;
	top:0px;
	left: 10px;
	width: 60%;
	height: 30px;
	text-align: left;
}
#login_getpassword_tel_p5_input{
	background: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	position: relative;
	margin-top:150px;
	left: 0%;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: orange;
	border: none;
	/*text-align: left;*/
}
#login_getpassword_tel_p4_input{
	background: none;
    border: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 10px;
	width: 60%;
	height: 30px;
	/*text-align: left;*/
}
#login_getpassword_tel_p44_input{
	background: none;
    border: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 10px;
	width: 60%;
	height: 30px;
	/*text-align: left;*/
}
#login_getpassword_tel_p3_input{
	background: none;
    border: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 70px;
	width: 50%;
	height: 30px;
	text-align: left;
}
#login_getpassword_tel_p2_input{
	background: none;
    float: right;
    font-size: 15px;
    position: relative;
   
	top:15px;
	right: 10px;
	/*border: none;*/
}

#login_getpassword_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 left: -45%;
 top:6px;
}
/*#login_getpassword_tel_p_input{
	background: none;
    float: right;
    font-size: 15px;
    position: relative;
    right: 10px;
	top:-125px;
}*/

/*注册*/
#formula_logon{
width: 100%;
	height: 100%;
	background: none;
/* 	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 99999; */
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
	padding-bottom: 200px;
}
#formula_logon_p_name{
	width: 28%;
/*	min-width: 600px;*/
	font-size:25px;
	height: 30px;
	position: absolute;
	top:350px;
	left: 35%;
}
#formula_logon_input_name{
    font-size:20px; 
    width: 100%;
	height: 30px;
	
	/*position: absolute;
	top:550px;
	left: 48%*/
}
#formula_logon_p_password{
	width: 28%;
	font-size:25px;
	height: 30px;
	position: absolute;
	top:400px;
	left: 35%
}
#formula_logon_p_password2{
	width: 28%;
	font-size:25px;
	height: 30px;
	position: absolute;
	top:450px;
	left: 35%
}
#formula_logon_input_password{
    font-size:20px;
    width: 100%;
	height: 30px;
	
}
#formula_logon_input_password2{
    font-size:20px;
    width: 100%;
	height: 30px;
	
}
#formula_logon_p_tel{
	width: 28%;
	font-size:25px;
	height: 30px;
	position: absolute;
	top:500px;
	left: 35%
}
#formula_logon_input_tel{
    font-size:20px;
    width: 100%;
	height: 30px;
	
}
#formula_logon_p_code{
	width: 28%;
	font-size:25px;
	height: 30px;
	position: absolute;
	top:550px;
	left: 35%;
/*	padding-left: 70px;*/
}
#formula_logon_input_code{
    font-size:16px;
    width: 70%;
	height: 30px;
	position: relative;
	border: none;
}
#formula_logon_btn_code{
    font-size:16px;
    width: 28%;
	height: 32px;
	background: white;
	border:none;
	position: relative;
	float: right;
	top: 4px;
}
#formula_logon_btn_logon{
	width: 28%;
	height: 40px;
	font-size: 20px;
	background: none;
	position: absolute;
	top: 680px;
	left:35%;
	background: rgba(255,255,255,0.1);
	border:1px solid white;
	border-radius: 10px;
	color: white;
}
#formula_logon_btn_login{
	width: 60px;
	height: 30px;
	background: none;
	position: absolute;
	top:630px;
	left: 57%;
	border:none;
	font-size: 18px;
	color: gray;
}
#formula_logon_div_agree{
	width: 300px;
	height: 30px;
	background: none;
	position: absolute;
	top:630px;
	left: 37.5%;
	color: gray;
	font-size: 18px;
}
#formula_logon_checkbox{
	position: absolute;
	top:630px;
	left:37%;
	width: 20px;
	height: 20px;
}

/*用户后台user_manage.js*/
#user_manage{
	
	width: 100%;
	min-height: 100%;
	background: white;
	position:absolute;
	left:0px;
	top:0px;
	overflow: hidden;
/*	animation-name:rightmove;
	animation-duration:1s;
	animation-timing-function:ease;*/
}
#user_manage_div_left{
	
	width: 90%;
	height: 65px;
	background: none;
	position: absolute;
	top:37px;
	left:150px;
	overflow: hidden;
	/*border-bottom: 2px solid gray;*/

}

#user_manage_div_left>img{
	
	border-color: orange;
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 40px;
	float: right;
	right:50px;

}
#user_manage_div_left>input{
	
	position: relative;
	margin-left: 20px;
	float: right;
	right:-280px;
	background: none;
	border: none;
	top:45px;
	width: 60px;
	color: rgba(0,0,0,0.3);

}
#user_manage_div_right{
	
	width: 95%;
	height: 1000px;
	background: rgba(50,70,60,1);
	position: relative;
/*	top:-130px;*/
	left:150px;
	padding-top: 80px;
	border-left: 2px solid white;
/*	border-top: 2px solid white;*/
	overflow: hidden;
	padding-right: 40px;
/*	margin-bottom: 50px;*/
}

/*#user_manage_selfpicture
{
	width: 130px;
	height: 100px;
	background: red;
	position: absolute;
	top:5px;
	left:5px;
border:1px solid white;
}
*/
#category_create_usermanage_title{
	width: 80%;
	height: 60px;
	background: rgba(0,0,0,0);
	position: relative;
	top:0px;
	left:20px;
}
#category_create_usermanage_title>input{
min-width: 100px;
  height: 40px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: white;
  position: relative;
  top: 0px;
  left: 20px;
  margin-right: 20px;
  font-size: 16px;
}
#user_manage_div_top{
	
	min-width: 700px;
	width: 55%;
	height: 65px;
	background: rgba(50,70,60,1);
	position: absolute;
	top: -100px;
	border-bottom-left-radius: 300px;

	float: right;
	right: 0px;
	border-bottom: 3px solid white;
	padding-top: 115px;
	border-left: 60px solid white;

	/*margin-top:  10%;*/
	
}
#user_manage_div_top>div
{
	min-height: 40px;
	width: 100%;
	position: relative;
	background: none;
}
#user_manage_div_top1>div{
	
	width: 9%;
	max-width: 100px;
	height: 40px;
	position: relative;
	margin-left: 10px;
	float: right;
	right:50px;
	text-align: center;
	
}
#user_manage_div_top1>div>img{
	
	width: 100%;
	max-width: 40px;
	height: 40px;
	position: relative;
	
}
#user_manage_div_top2>input{

	color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-align: center;
	width: 9%;
	max-width: 100px;
	height: 30px;
	position: relative;
	margin-left: 10px;
	float: right;
	right:50px;
	background: none;
	border: none;
}
#user_manage_picture{
	width: 130px;
	height: 130px;
	background: none;
	position: absolute;
	float: left;
	padding: 0px;
	border-radius: 100%;
	overflow: hidden;
	top: 10px;
	left: 10px;
/*	z-index: 10;*/
	/*margin-top:  10%;*/
	
}
#user_manage_picture>img{
	width: 130px;
	height: 130px;	
}
#user_manage_img_logo{
	z-index: 999;
	width: 100px;
	height: 100px;
	background: none;
	position:fixed;
	left:0px;
	bottom:10px;
}
#user_manage_order
 {
 	width: 100%;
 	min-height: 100%;
 	background: none;
 	overflow-x: hidden;
 	overflow-y: auto;
	position:relative;
 }
#user_manage_order_bar
 {
 	width: 99%;
 	height: 60px;
 	background: none;
 	position: relative;
 }
#user_manage_order_bar>input
 {
 	min-width: 100px;
 	height: 40px;
 	background: none;
 	border:1px solid rgba(255, 255, 255, 0.5);
 	border-radius: 10px;
 	color: white;
 	position: relative;
 	top:0px;
 	left:20px;
 	margin-right: 20px;
 	font-size: 16px;
 }
 #user_manage_order_body
  {
  	width: 100%;
  	/*height: 200px;*/
  	background: none;
  	position: relative;
  	min-height: 100%;

  }
/*formula_create页面*/
#formula_create{
	width: 100;
	height: 1500px;
	background: none;
}
#fromula_create_usermanage{
	width: 100%;
    height: 500px;
	position: relative;
	background: none;
	padding-left: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
#fromula_create_usermanage_div{
	width: 800px;
	height: 200px;
	position: relative;
	background: none;
	padding-bottom: 500px;
}
#formula_text{
	width: 100%;
	min-height: 120px;
	background: white;
	position: relative;
	margin-top:20px;
}
#formula_create_btn_next{
	font-size: 20px;
	color: orange;
	border:3px solid white;
	width: 80px;
	height: 40px;
	background: black;
	position: relative;
	margin-top: 10px;
	left: 720px;
	border-radius:50%;	
}
#fromula_create_usermanage_p_unit{
	font-size: 20px;
	color: white;
	float: left;
	width: 35%;
	height: 30px;	
	position: relative;
	background: none;		
}
#fromula_create_usermanage_p_unit>input{
	width: 150px;
	height: 20px;
	
}
#formula_create_div_ls{
	display: none;
     width: 100%;
	min-height: 300px;
	background: none;
	position: relative;
	margin-top: 20px;

}
#formula_create_btn_next2{
	font-size: 20px;
	color: orange;
	border:2px solid white;
	width: 80px;
	height: 40px;
	background: black;
	position: relative;
	top:0px;
	border-radius: 50%;
	
	
}
#formula_create_div_textbtn{
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	width: 100%;
	min-height: 150px;
	background: none;
	position: relative;
	margin-top: 10px;
	
}
#formula_create_div_textbtn>input{
	color: white;
	/*width: 60px;*/
	height: 25px;
	background: black;
	margin: 10px;
	border:2px solid white;
	
}
#formula_create_div_sty{
	width: 100%;
	min-height: 30px;
	display: none;
	background: none;
	position: relative;
	margin-top:10px;

}
#formula_create_div_sty>input{
	color: white;
	width: 60px;
	height: 25px;
	background: black;
	border:2px solid white;
}
#formula_create_div_sty>select{
	color: white;
	width: 70%;
	height: 25px;
	background: black;
	border:2px solid white;
}
#formula_create_div_sty>p{
	color: white;
	width: 100%;
	height: 25px;
}
#formula_create_div_sty2{
	width: 100%;
	min-height: 30px;
	display: none;
	background: none;
	position: relative;
	margin-top:20px;

}
#formula_create_div_sty2>input{
	color: white;
	width: 60px;
	height: 25px;
	background: black;
	border:2px solid white;
}
#formula_create_div_sty2>select{
	color: white;
	width: 35%;
	height: 25px;
	background: black;
	border:2px solid white;

}
#formula_create_btn_finsh{
	display: none;
	width: 80px;
	height: 25px;
	background: green;
	position: fixed;
	bottom:20px;
	left: 900px
}
#fromula_create_usermanage_p_name{
	width: 60%;
	font-size:20px;
	position: relative;
    float: left;
	color: white;
}
#fromula_create_usermanage_input_name{
    font-size:20px; 
    width: 65%;
	height: 25px;
}
#formula_create_div_wubi{
	width: 800px;
	height: 40px;
	background: none;
	position: relative;
	top:280px;
	left: 0px;
	border:2px solid white;
	 
}
#formula_create_div_wubi>input{
        position: relative;
        float: right;
        top:15px;
}


/*公式使用页面formula_work*/
#formula_work{
	width: 100%;
	min-height: 75%;
	position: relative;
	overflow: hidden;
	padding-top: 5%;
    padding-bottom: 10%;
    color: white;
}
#formula_workjs{
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 40px;
}
#formula_work_list
 {
  width: 60%;
  min-height: 300px;
  position: relative;
  left: 12%;
 /* padding-top: 50px; */
  padding-bottom: 50px;
/* overflow-x: hidden;
  overflow-y: auto; */
    -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none;  /* Firefox */
 }
 #formula_work_list_scroll
 {
  width: 20px;
  height: 100%;
  position: absolute;
  float: right;
  right: 28%;
  top:0px;
  background: rgba(0,0,0,0);
  display: none;
 /* overflow: hidden;*/
 }

#formula_work_list>p
 {

	position: relative;
/*	top:40px;*/
    
    margin-bottom: 10px;
    margin-left: 0px;
	font-size:20px;
	width: 90%;
	height: 32px;
	background: none;
 }
#formula_work_list>p>input
 {
	/*float:right;*/

	position: absolute;
	left: 100px;

	font-size:20px;
	width: 60%;
	height: 30px;
	background: white;
	text-align: left;
	border: none;
 }
#formula_work_list>p>div
 {
	position: absolute;
	left:100px;
	font-size:20px;
	width: 61%;
	height: 30px;
	background: rgba(50, 70, 60, 1.0);
    top: 35px;
    height: 300px;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
 }
 #formula_work_list>p>div>input
 {
	width: 90%;
	height: 25px;
 } 
 #formula_work_list>p>select>option
 {

	background: gray;

 }
#formula_work_list>p>img
 {
	float:right;
	position: relative;
	right: 30px;
	/*top:-10px;*/
	/*float:right;*/
	
 }
#formula_work_btn_count
 {
	z-index: 99;
	position:absolute;
	bottom:20px;
	right:250px;
	font-size:20px;
	width: 80px;
	height: 40px;
	border-radius: 50%;
	background: black;
	border:2px solid white;
	color: orange;
 }
#formula_work_btn_copy
 {
z-index: 99;
  position: absolute;
  bottom: 20px;
  right: 150px;
  font-size: 20px;
  width: 80px;
  height: 40px;
  border-radius: 50%;
  background: black;
  border: 2px solid white;
  color: orange;
 }
#formula_work_btn_love
 {
z-index: 99;
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 20px;
  width: 80px;
  height: 40px;
  border-radius: 50%;
  background: black;
  border: 2px solid white;
  color: orange;
 } 
#formula_work_input_copy
 {
 	z-index: -1;
 	position: absolute;
 	top:-200px;
	left: -100%;
 }
#formula_work_img
 {
	/*float: left;*/
	text-align: center;
    z-index: 99;
	width: 200px;
	height: 200px;
	background: none;
	position: relative;
	top:10%;
	float: right;
	right: 60px;
	border:2px solid white;
 }
#formula_work_img>img{
    position: relative;
    left:0px;
    top:5px;
	width: 190px;
	height: 190px;
	
	

}


/*创建公式元素类*/
#first_category{/*input*/
	width: 800px;
	height: 30px;
	position: absolute;
	top:100px;	
}
#first_category_btn_add{
	width: 80px;
	height: 35px;
	background: green;
	position: relative;
    margin-left: 5px;
}
#select_lev1_f
 {
 	width: 50%;
	height: 35px;
    position: relative;
	float: left;
 }
#first_category_btn_updata{
	width: 80px;
	height: 35px;
	background: green;
	position: relative;
    margin-left: 5px;
}


#user_manage_btn_createcategory2{
	z-index: 99;
	background: none;
	width: 40px;
	height: 40px;
	position: fixed;
	top:50px;
	left:5px;

}
#first_category_div{


	width: 70%;
	min-height: 50px;
	background:none;
	position: relative;
    padding: 10px;
	/*display: none;*/
}
#second_category_div{
	width: 70%;
	min-height: 50px;
	background:none;
	position: relative;
	padding: 10px;
}
#third_category_div{
	width: 70%;
	min-height: 50px;
	background:none;
	position: relative;
	padding: 10px;
}
#thirdvalue_category_div{
	display: none;
}

#second_category{/*input*/
	width: 800px;
	height: 30px;
	position: absolute;
	top:150px;
		
}
#second_category_btn_add{
	width: 80px;
	height: 35px;
	background: green;
	position: relative;
	margin-left: 5px;
}
#select_lev1{
	width: 807px;
	height: 35px;
	position: absolute;
	top:50px;
	/*left: 35%*/
}
#select_lev2_f
 {
width: 50%;
	height: 35px;
    position: relative;
	float: left;
 }
 #select_lev3_f
  {
 width: 50%;
 	height: 35px;
     position: relative;
 	float: left;
  }
 #second_category_btn_updata{
 	width: 80px;
 	height: 35px;
 	background: green;
 	position: relative;
 	margin-left: 5px;
 }
#third_category{/*input*/
	width: 800px;
	height: 30px;
	position: absolute;
	top:200px;
		
}
#third_category_btn_add{
    width: 80px;
	height: 35px;
	background: green;
	position: relative;
    margin-left: 5px;
}
#third_category_btn_updata
 {
 width: 80px;
 height: 35px;
 background: green;
 position: relative;
 margin-left: 5px;
 }
#third_category_btn_next{
	width: 60px;
	height: 35px;
	background: green;
	position: absolute;
	top:150px;
	right: 50%;
	
}
#select_lev2{
	width: 807px;
	height: 35px;
	position: absolute;
	top:50px;
	
	
}
#select_lev3{
	width: 807px;
	height: 35px;
	position: absolute;
	top:100px;
	
}
#select_lev4{
	width: 807px;
	height: 35px;
	position: absolute;
	top:150px;
	
}
#user_manage_div_right2{
	width: 100%;
	height: 100%;
	position: relative;
	background: white;
/*	top:60px;*/
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 5%;
}
#category_value_all{
	width: 100%;
	min-height: 100%;
	background: white;
	position: relative;
	left:20px;
	padding-bottom: 300px;
	/*overflow: hidden;*/
	overflow-x: hidden;
	overflow-y: auto;
	
}
#category_value{
width: 100%;
	height: 100%;
	background: white;
	position: relative;	
	overflow-x: hidden;
	overflow-y: scroll;	
}
#category_value_body{
	position: relative;
	width: 90%;
	min-height: 300px;
	padding-bottom: 500px;
}
#category_value_body>div{
	position: relative;
	width: 100%;
	padding-top: 10px;
	min-height: 5px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#category_value_body>div>div{
	position: relative;
	float: left;
	width: 25%;		
}

/*子类数值category_value*/



/*formula_img_set推荐图片*/
#formula_img_set_div{
	         width: 100%;
	         height: 90%;
	         
	         background: none;
	         position: relative;
	         overflow: hidden;
}
#formula_img_set_div_formula{
	         width: 100%;
	         height: 100%;
	         
	         background: none;
	         position: relative;
             top:0px;
	         left: 0%
}
#formula_img_set_div_formula_title{
	position: relative;
	min-height: 30px;
	width: 100%;
	margin-bottom: 10px;
}
#formula_img_set_div_formula_title>select{
	         width: 200px;
	         height: 30px;	         
	         background: white;
	         position: relative;
}
#formula_img_set_div_formula_title>input{
	         min-width: 80px;
	         height: 30px;	         
	         background: white;
	         position: relative;
             margin-left: 10px;
}
/* #formula_img_set_btn2{
	position: relative;
	left: 20px;
	top: 50px;
} */
#formula_img_set_div_img{
	         width: 100%;
	         min-height: 400px;
	         background: white;
	         position: relative;
			 display: none;
			 border-top: 50px solid white;
}
#formula_img_btn_ok{
	font-size: 16px;
	color: orange;
	border:1px solid orange;
	width: 60px;
	height: 40px;
	background: black;
	position:absolute;
	top:-45px;
	left: 20px;
	border-radius: 7px;
}
#formula_img_btn_Fimg{
	font-size: 16px;
	color: orange;
	border:1px solid orange;
	min-width: 60px;
	height: 40px;
	background: black;
	position:absolute;
	top:-45px;
	left: 100px;
	border-radius: 7px;
}
#formula_img_btn_tuijian{
	font-size: 16px;
	color: orange;
	border:1px solid orange;
	min-width: 60px;
	height: 40px;
	background: black;
	position:absolute;
	top:-45px;
	left: 200px;
	border-radius: 7px;
}
#formula_img_set_div_img>div{
	         width: 195px;
	         height: 195px;
	         position: relative;
	         background: white;
			 float: left;
			 border: 1px solid green;
	         padding: 2px;	         
}
#formula_img_set_div_img>div>img{
             width: 100%;
             height: 100%;
position: relative;	                
}
#formula_img_set_div_img>div>input{            
	         position: relative;
             bottom:30px;
	         left:10px;        
}

/* #formula_img_set_btn{
	         width: 200px;
	         height: 30px;
	         
	         background: white;
	         position: absolute;
             top:100px;
	         left: 0%
} */
/* #formula_img_set_text{
width: 200px;
	         height: 30px;
	         
	         background: white;
	         position: absolute;
             top:150px;
	         left: 0%	
} */
#formula_img_set_textare{
	width: 30%;
	min-height: 150px;
	position: relative;
    border: 1px solid green;
	background: white;
}
#formula_img_set_textare_btn{
	min-width: 80px;
	  height: 30px;
	  background: white;
	  position: relative;
	  margin-top: 10px;

}
#formula_img_set_btn_sure{
	         width: 200px;
	         height: 30px;
	         
	         background: white;
	         position: absolute;
             top:200px;
	         left: 0%
}
#formula_img_search_select4{
	         width: 600px;
	         height: 600px;
	         
	         background: blue;
	         position: relative;
             top:30px;
	         left: 20%
}
#formula_img_search_select4>option{
	         width: 400px;
	         height: 400px;
	         
	         background: green;
	         
}
#formula_img_set_iframe{
	         width: 800px;
	         height: 800px;
	         
	         background: blue;
	         position: relative;
             top:30px;
	         left: 20%
}
#formula_img_set_div_img2{
	         width: 100%;
	         min-height: 400px;
	         background: white;
	         position: relative;
border-top: 50px solid white;
}
#formula_img_btn_del{
	font-size: 16px;
	color: orange;
	border:1px solid orange;
	width: 60px;
	height: 40px;
	background: black;
	position:absolute;
	top:-45px;
	left: 20px;
	border-radius: 7px;
}
#formula_img_set_div_img2>div{
width: 195px;
  height: 195px;
  position: relative;
  background: white;
  float: left;
  border: 1px solid green;
  padding: 2px;	         
}
#formula_img_set_div_img2>div>img{
width: 100%;
  height: 100%;
  position: relative;	                
}
#formula_img_set_div_img2>div>input{            
	         position: relative;
             bottom:30px;
	         left:10px;        
}


/*formula_img上传图片*/
#formula_img_div{
	width: 100%;
	  min-height: 100%;
	  background: none;
	  overflow-x: hidden;
	  overflow-y: auto;
}
#formula_img_div_title{
	width: 99%;
	  height: 60px;
	  background: none;
	  position: relative;
}
#formula_img_div_title>input{
	min-width: 100px;
	  height: 40px;
	  background: none;
	  border: 1px solid rgba(255, 255, 255, 0.5);
	  border-radius: 10px;
	  color: white;
	  position: relative;
	  top: 0px;
	  left: 20px;
	  margin-right: 20px;
	  font-size: 16px;
}
#formula_img_div_body{
  width: 100%;
  background: none;
  position: relative;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;		
}
#formula_img_div_body_list{
	width: 100%;
	background: none;
	position: relative;
	min-height: 100%;	
}
#formula_img_div_body_list>div{
	background: white;
	position: relative;
		width: 200px;
		height: 200px;
		float: left;
		border: 1px solid rgba(50,70,60,1);
		padding: 2px;
}
#formula_img_div_body_list>div>img{
	position: relative;
	width: 100%;
	height: 100%;
}
#formula_img_div_body_list>div>input{
	position:absolute;
	width: 60px;
	height: 20px;
	float: right;
	bottom: 2px;
	right: 2px;
	font-size: 12px;
	background: none;
}
#formula_img_div_body_upimg_btn{
	width: 80px;
	height: 40px;
	position: relative;
}
#formula_img_div_body_upimg_textarea{
position: relative;
	width: 300px;
	height: 200px;
	background: white;
	border: 1px solid green;
	margin-top: 20px;
}

#formula_img_div_body_upimg{
width: 100%;
	background: none;
	position: relative;
	min-height: 100%;	
}
#formula_img{
	width: 100%;
	height: 90%;
	background: none;
}
#company_img_all{
	width: 100%;
	min-height: 900px;
	background: none;
}
#formid1{
	width: 80%;
	height: 200px;
	background: none;
	position: absolute;
	top:90px;
	left:70px;
}
#formula_img>iframe{
	display: none;
}
#company_img_all>iframe{
	display: none;
}
#user_manage_order_body>div>div>div>div>div>div>iframe{
	display: none;
}
#formula_order_set_div_body>div[id*=formula_img]>iframe{
	display: none;
}
#user_manage_btn_createcatego2{
	width: 60px;
	height: 30px;
	background: green;
	position: absolute;
	top:0px;
	left:110px;


}
#user_manage_order_body>div>div>div>div>div>div>form>[id*="user_manage_btn_createcatego2"]{
	width: 80px;
	height: 30px;
	background: green;
	position: relative;
	top:0px;
	left:30px;
    border: none;
    border-radius: 3px;

}
#formula_order_set_div_body>div[id*=formula_img]>form>[id*="user_manage_btn_createcatego2"]{
	width: 60px;
	height: 30px;
	background: green;
	position: absolute;
	top:0px;
	left:110px;
	display: none;
}
#formula_order_set_div_body>div[id*=formula_img]>form>[id*="user_manage_btn_createcatego3"]{
	display: none;
}
#formula_img_input_imgup{
width: 100px;
	height:30px;
	background: black;
	color: white;	
}
#user_manage_order_body>div>div>div>div>div>div>form>[id*="formula_img_input_imgup"]{
width: 100px;
	height:30px;
	background: black;
	color: white;
 border: none;
 border-radius: 3px;		
}
#formula_order_set_div_body>div[id*=formula_img]>form>[id*="formula_img_input_imgup"]{
	width: 100px;
	height:30px;
	background: black;
	color: white;
}
#formula_fujian>form>[id*="formula_img_input_imgup"]{
width: 100px;
	height:30px;
	background: black;
	color: white;	
}
#user_manage_btn_createcatego3{
	width: 100px;
	height:30px;
	background: green;
	color: green;
	display: none;
	/*background: green;*/


}
#user_manage_order_body>div>div>div>div>div>div>form>[id*="user_manage_btn_createcatego3"]{
	width: 100px;
	height:30px;
	background: green;
	color: green;
	display: none;
	/*background: green;*/


}
#formula_fujian>form>[id*="user_manage_btn_createcatego3"]{
	width: 100px;
	height:30px;
	background: green;
	color: green;
	display: none;
	/*background: green;*/


}
#formula_result{
	width: 1200px;
	min-height:700px;
	background: rgba(0,0,0,0.2);
	position:relative;
	margin: 0 auto;
	top:150px;
	border:2px solid white;
	overflow-x: hidden;
	overflow-y: auto;
}
#formula_result>[id*="formula_result_company"]>div>img{
	z-index: 99;
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	top: 5px;
	right: 60px;
}
#formula_result_div{
	width:100%;
	height:150px;
	background:none;
	position: relative;
	
	margin-top: 40px;
	margin-bottom: 40px;
}
#fromula_result_p{
	font-size: 20px;
	width: 100%;
	height: 40px;
	position: relative;
	left:10px;
}
#formula_result_btn{
	background: none;
	border:0px;
	border-bottom: 2px solid white;
	font-size: 40px;
	width: 70%;
	height: 100px;
	position: relative;
	top:-50px;
	left: 15%;
	
}
#formula_result_company{
	background: none;
	border:0px;
	border-top: 2px solid white;
    text-align: left;
	font-size: 20px;
	width: 100%;
	min-height: 30px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
#formula_result_company>div{
	height: 50px;
}
#formula_result_company>div>[id*=yc]{
	height: 35px;
	border: none;
	background: none;
	font-size: 24px;
	padding-left: 10px;
	position: relative;
	top: 10px;
}
#formula_result_company>div>[id*=yb]{
	height: 30px;
	border: none;
	background: none;
	font-size: 24px;
	position: relative;
	float: right;
	right: 100px;
	top: 10px;
}
#formula_result_return2
{
	
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	color: white;

}
#formula_result_love{
	background: green;
	
	font-size: 15px;
	width: 80px;
	height: 30px;
	position: relative;
	top:0px;
	left: 30%;
}
#formula_result_btn_order
{
	background: green;
	
	font-size: 15px;
	width: 100px;
	height: 30px;
	position: relative;
	top:0px;
	left: 60%;
}
#formula_result_img{
	z-index: 99;
	width: 40px;
	height: 40px;
	position: relative;
	margin-top: 10px;
	left: 60%;
}
#formula_result_app{
	
	width: 150px;
	height: 150px;
	position: relative;
	/*top:480px;*/
	left: 525px;
	margin-bottom: 50px;

}
#formula_result_downapp{
	
	width: 80px;
	height: 30px;
	position: relative;
	margin-top: 50px;
    margin-bottom: 50px;
	left:410px;
}
#iframe_face
 {
 	width: 60%;
 	height: 70%;
 	position: absolute;
 	top:100px;
 	left: 20%;
 	display: none;

 }
 #iframeview
 {
 width: 60%;
 	height: 70%;
 	position: absolute;
 	top:100px;
 	left: 20%;
    display: none;
  }

/*formulacenter*/
#formulacenter_btn>div{
	width: 80px;
	height: 80px;
	margin-left: 30px;
	margin-bottom: 10px;
    text-align: center;
	position: relative;
	float: left;
}
#formulacenter_btn>div>img{
	width: 60px;
	height: 60px;
position: relative;
}
#formulacenter_btn>div>input{
	width: 80px;
position: absolute;
    text-align: center;
	background: none;
	border: none;
	color: white;
	font-size: 16px;
	bottom: 0px;
	left: 0px;
}
/*#formulacenter_div_list{
	background: red;
}*/
#formulacenter{
	width: 102%;
	min-height: 800px;
	position: relative;
/* 	top:30px; */
	left:0px;
	background: rgba(50, 70, 60, 1.0);
    
}
#formulacenter_btn{
	width: 100%;
	height:80px;
	position: relative;
/* 	top:80px; */
	/* left:20px; */
	background: rgba(50, 70, 60, 1.0);
}

/*#formulacenter>[id*=formulacenter_div_list]{

    
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;

	background: none;
	position: relative;

	top:0px;
	left:0%;
}*/



#formulacenter>[id*=formulacenter_div_list]>div{
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	/*border-bottom: 2px solid white;*/
    /*direction: ltr;*/
 
	width: 1000px;
	height: 160px;
	position: relative;
	top:10px;
	left: 0px;
	background: rgba(255, 255, 255, 0);
	margin-top:0px;
	overflow: hidden;
	color: white;

	border-bottom: 2px solid white;
	/*margin-bottom:1px;*/ 
	/*margin-right: 40px;*/

}

#formulacenter>[id*=formulacenter_div_list]>div>p{
	width: 100%;

	/*border-bottom: 2px solid red;*/
	/*padding-bottom: 3px;*/
	font-size: 20px;
	position: relative;
	top:-5px;
	left:2px;

	/*text-decoration:underline;*/
}
#formulacenter>[id*=formulacenter_div_list]>div>p>div{
min-width: 80px;
height: 25px;
background: none;
float: right;
right: 8px;
overflow: hidden;
position: relative;
top: 0px;
}
#formulacenter>[id*=formulacenter_div_list]>div>img{
	overflow: hidden;;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 0px;
	width: 80px;
	height: 80px;
	position: relative;
	top:-65px;

}

#formulacenter>[id*=formulacenter_div_list]>div>p>div>img{
	width: 25px;
	height: 25px;
}

#formulacenter>[id*=formulacenter_div_list]>div>p>div>p{
	width: 46px;
	height: 20px;
	background: none;
	position: relative;
	left: 27px;
	top:-42px;
	/*float:right;*/
	font-size: 16px;
	overflow: hidden;
}


#formulacenter>[id*=formulacenter_div_list]{

    
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
   display: none;
	background: none;
	position: relative;
	/*bottom: 0px;*/
/* 	top:30px; */
	left:0%;
	padding-bottom: 200px;
}



#formulacenter>[id*=formulacenter_div_list]>div{
	border-bottom: 2px solid white;
    /*direction: ltr;*/
 
	width: 1000px;
	height: 200px;
	position: relative;
	margin-bottom:10px;
	left: 0px;
	background: none;
	overflow: hidden;
	color: white;
}

#formulacenter>[id*=formulacenter_div_list]>div>p{
	width: 100%;

	/*border-bottom: 2px solid red;*/
	/*padding-bottom: 3px;*/
	font-size: 20px;
	position: relative;
	top:-5px;
	left:2px;
}
#formulacenter>[id*=formulacenter_div_list]>div>img{
	overflow: hidden;;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 0px;
	width: 80px;
	height: 80px;
	position: relative;
	top:-65px;
}
#formulacenter>[id*=formulacenter_div_list]>div>div{
	width: 80px;
	height: 50px;
	float:right;
	background:none;
	position: relative;
/* 	top:-50px; */
	overflow: hidden;


}
#formulacenter>[id*=formulacenter_div_list]>div>div>img{
	width: 25px;
	height: 25px;
}
#formulacenter>[id*=formulacenter_div_list]>div>div>input{
	min-width: 50px;
	height: 30px;
	background: none;
	position: relative;
/*	left: 27px;*/
	/* top:-20px; */
	float:right;
	font-size: 16px;
	color: white;
	margin-right: 20px;

}
#formulacenter>[id*=formulacenter_div_list]>div>div>div{
	/*min-width: 50px;
	height: 30px;
	background: none;
	position: relative;
	left: 27px;
	top:-60px;
	float:right;*/
	font-size: 24px;
	/*color: white;
	margin-right: 20px;*/

}
/*self.js*/
#self{
	width: 170px;
	height: 100%;
	background: none;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 150px;
	
}
#self_div{
	width: 150px;
	height: 100%;
	background: rgba(50,70,60,1);
	position: absolute;
	top: 0px;
	overflow:hidden;

}
/*#self_div>div{
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 5px;
}*/
#self>[id*="self_div"]{
    position: relative;
	width: 100%;
	padding-bottom:300px;
}
#self>[id*="self_div"]>[id*="self_div"]{
    line-height: 50px;
	vertical-align: middle;
	margin-bottom:5px;
	position: relative;
	top:15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	border-radius: 10px;
	color: orange;
	background: rgba(0, 0, 0, 0);
	width: 120px;
	left: 13px;
	user-select: none;
	color: white;	
}
#self_button_out{
	background: none;
	border: none;
	color: red;
	font-size: 20px;
	margin:0 auto;
	width: 100%;
	
}





/*self_introduce*/
#self_introduce{
	width: 744px;
	min-height: 920px;
	background: white;
	position: relative;
	left: 20px;
	top: 50px;

}
#self_introduce1{
	width: 100%;
	min-height: 980px;
	background: white;
	position: relative;
	

}
/*#self_introduce>div{
	background: white;

	line-height: 50px;
	vertical-align: middle;
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;

}
#self_introduce>div>img{
 float: right;
 position: relative;
 right: 100px;
 width: 50px;
 height: 50px;
}

#self_introduce>div>p{
	background: none;

	font-size: 20px;
	position: relative;
	top:-70px;
	left: 60px;
	width: 60%;
	height: 50px;
	text-align: left;

}*/
#self_introduce>div>img{
 width: 200px;
	height: 200px;
	background: none;
position: absolute;
top: 25px;
left: 25px;
}

#self_introduce_tel_input{
	background: none;
    float: right;
    font-size: 20px;
    position: relative;
	top:-130px;
	border: none;
}
#self_introduce_email_input{
	background: none;
    float: right;
    font-size: 20px;
    position: relative;
	top:-130px;
	border: none;
}
#self_introduce_img_input{
	background: none;
    float: right;
    font-size: 20px;
    position: relative;
    right: -50px;
	top:10px;
	border: none;
}
#self_introduce_div_img
{
	width: 250px;
	height: 250px;
	background: none;
	border: 1px solid green;
}
#self_introduce_username
{
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid green;
}
#self_introduce_sname
{
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid green;
}
#self_introduce_tel
{
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid green;
}
#self_introduce_email
{
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid green;
}
#self_introduce_rname
{
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid green;
}
#self_introduce_idcard
{
	width: 250px;
	height: 50px;
	background: none;
	border: 1px solid green;
	position: relative;
}
#self_introduce_agoovvid
{
	width: 170px;
	height: 50px;
	padding-right: 80px;
	background: none;
	border: 1px solid green;
	position: relative;
}
#self_introduce_agoovvid_btn
{
	width: 70px;
	height: 40px;
	position: absolute;
	right: 5px;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-size: 22px;
	background: green;
	color: white;
	top: 5px;
}
#self_introduce_rongyu
{
	width: 250px;
	min-height: 342px;
	background: none;
	border: 1px solid green;
	text-align: center;
}
#self_introduce_rongyu_p
{
	position: relative;
	top: 20px;
}
#self_introduce_top
{
	width: 480px;
	min-height: 800px;
	background: none;
	position: absolute;
	left: 250px;
	border: 1px solid green;
}
#self_introduce_top_idcarda
{
	width: 240px;
	height: 240px;
	position: relative;
	float: left;
}
#self_introduce_top_idcarda>img
{
	width: 240px;
	height: 240px;
	position: relative;
}
#self_introduce_top_idcardb
{
	width: 240px;
	height: 240px;
	position: relative;
	float: left;
}
#self_introduce_top_idcardb>img
{
	width: 240px;
	height: 240px;
	position: relative;
}
#self_introduce_top_idcardc
{
	margin-top: 10px;
	width: 220px;
	height: 220px;
	position: relative;
	float: left;
	padding:10px ;
}
#self_introduce_top_idcardc1
{
	width: 200px;
	height: 20px;
	position: relative;
text-align: center;
}
#self_introduce_top_idcardc2
{
	width: 200px;
	min-height: 40px;
	position: relative;
    margin-top: 10px;
}
#self_introduce_top_idcardc3
{

	width: 200px;
	min-height: 40px;
	position: relative;
   margin-top: 10px;
}
#self_introduce_top_idcardd
{
	margin-top: 10px;
	width: 220px;
	height: 220px;
	position: relative;
	float: left;
	padding:10px ;
}
#self_introduce_top_idcardd1
{
	width: 200px;
	height: 20px;
	position: relative;
text-align: center;
}
#self_introduce_top_idcardd2
{
	width: 200px;
	min-height: 40px;
	position: relative;
    margin-top: 10px;
}
#self_introduce_top_idcardd3
{

	width: 200px;
	min-height: 40px;
	position: relative;
   margin-top: 10px;
}
#self_introduce_top_idcarde
{
	margin-top: 10px;
	width: 220px;
	height: 220px;
	position: relative;
	float: left;
	padding:10px ;
}
#self_introduce_top_idcarde1
{
	width: 200px;
	height: 20px;
	position: relative;
text-align: center;
}
#self_introduce_top_idcarde2
{
	width: 200px;
	min-height: 40px;
	position: relative;
    margin-top: 10px;
}
#self_introduce_top_idcarde3
{

	width: 200px;
	min-height: 40px;
	position: relative;
   margin-top: 10px;
}
#self_introduce_top_idcardf
{
	margin-top: 10px;
	width: 220px;
	height: 220px;
	position: relative;
	float: left;
	padding:10px ;
}
#self_introduce_top_idcardf1
{
	width: 200px;
	height: 20px;
	position: relative;
text-align: center;
}
#self_introduce_top_idcardf2
{
	width: 200px;
	min-height: 40px;
	position: relative;
    margin-top: 10px;
}
#self_introduce_top_idcardf3
{

	width: 200px;
	min-height: 40px;
	position: relative;
   margin-top: 10px;
}
/*tel_self*/
#tel_self
 {
 	width: 100%;
 	height: 90%;
 }
#tel_self_top{
background: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  vertical-align: middle;
  font-size: 20px;
  margin-top: 1.5px;
  width: 50%;
  height: 50px;
  position: relative;
  top: 120px;
  left: 25%;
  border: 2px solid white;
  border-radius: 10px;
  text-align: center;
}
#tel_self_top_p{
background: none;

	font-size: 20px;
	position: relative;
	top:-15px;
	left: 20%;
	width: 60%;
	height: 50px;
	text-align: center;	
}
#tel_self_tel{
	background: rgba(255, 255, 255, 0.3);

	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 50%;
	height: 50px;
    position: relative;
    top: 150px;
    left: 25%;
    border: 2px solid white;
    border-radius: 10px;



}
#tel_self_tel2{
	background: rgba(255, 255, 255, 0.3);

	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 50%;
	height: 50px;
	position: relative;
    top: 170px;
    left: 25%;
    border: 2px solid white;
    border-radius: 10px;

}
#tel_self_tel3{
	background: rgba(255, 255, 255, 0.3);

	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 50%;
	height: 50px;
	position: relative;
    top: 190px;
    left: 25%;
    border: 2px solid white;
    border-radius: 10px;

}
#tel_self_tel_p{
	background: none;

	font-size: 20px;
	position: relative;
	top:-70px;
	left: 60px;
	width: 60%;
	height: 50px;
	text-align: left;
}
#tel_self_tel_p5_input{
	background: black;
    border:2px solid white;
	font-size: 20px;
	position: relative;
	top:300px;
	left: 40%;
	width: 20%;
	height: 40px;
	border-radius: 5px;
	color: orange;
	/*text-align: left;*/
}
#tel_self_tel_p4_input{
	background: none;
    border: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 20px;
	width: 60%;
	height: 30px;
	/*text-align: left;*/
}
#tel_self_tel_p3_input{
	background: none;
    border: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 80px;
	width: 50%;
	height: 30px;
	text-align: left;
}
#tel_self_tel_p2_input{
	background: none;
    float: right;
    font-size: 15px;
    position: relative;
   
	top:-75px;
	right: -70px;
	/*border: none;*/
}

#tel_self_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 left: -45%;
 top:6px;
}
#tel_self_tel_p_input{
	background: none;
    float: right;
    font-size: 15px;
    position: relative;
    right: 10px;
	top:-125px;
}
/*password_change*/
#password_change
 {
 	width: 100%;
 	height: 90%;
 }
#password_change_top
 {
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 20px;
/*	margin-top: 1.5px;*/
	width: 40%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	position: relative;
	top: 50px;
	left: 30%;
	border: 2px solid white;
  border-radius: 10px; 
 }
#password_change_top_p
 {
 background: none;
	font-size: 20px;
	position: relative;
	top:-15px;
	left: 20%;
	width: 60%;
	height: 50px;
	text-align: center;	
 }
#password_change_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 left: -45%;
 }
#password_change_old{
	background: rgba(255, 255, 255, 0.3);

	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 40%;
	left: 30%;
	height: 50px;
	border: 2px solid white;
	border-radius: 10px;
	position: relative;
	top: 150px;

 }
#password_change_new{
	background: rgba(255, 255, 255, 0.3);

	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 40%;
	left: 30%;
	height: 50px;
	border: 2px solid white;
	border-radius: 10px;
	position: relative;
	top: 170px;
}
#password_change_new2{
	background: rgba(255, 255, 255, 0.3);

	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	font-size: 20px;
	margin-top: 1.5px;
	width: 40%;
	left: 30%;
	height: 50px;
	border: 2px solid white;
	border-radius: 10px;
	position: relative;
	top: 190px;
}
#password_change_old_input{
	background: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 60px;
	width: 50%;
	height: 40px;
	text-align: left;
}
#password_change_new_input{
	background: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 60px;
	width: 50%;
	height: 40px;
	text-align: left;
}
#password_change_new2_input{
	background: none;
	font-size: 15px;
	position: relative;
	top:0px;
	left: 40px;
	width: 50%;
	height: 40px;
	text-align: left;
}
#password_change_updata{
	position: relative;
	left: 45%;
	top:250px;
	background: black;
	color: orange;
	height: 40px;
	border-radius: 5px;
	min-width: 120px;
}
/*wubi.js*/
#wubi
 {
 	width: 100%;
 	height: 500px;
/* 	overflow-x: hidden;
 	overflow-y: auto;*/
 }

/* #wubi_invest_input1{
 	z-index: -1;
 }
 #wubi_invest_input2{
 	z-index: -1;
 }*/
 #wubi_div_invest2>iframe
  {
  	/*display: none;*/
  }
#wubi_top{
	background: none;
	width: 400px;
	height: 60px;
	position: relative;
	top: 0px;
	left: 20px;
	/*background: black;
	border: 2px solid white;
	border-radius: 10px;*/
	color: orange;
}
#wubi_top>input{
background: none;

	font-size: 16px;
	position: relative;
/*	top:-17px;
	left: 20%;*/
	min-width: 100px;
	height:40px;
	text-align: center;
	background: black;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	color: orange;
	margin-right: 20px;	
}
#wubi_body
{
	width: 100%;
	background: white;
	height: 100%;
	position: relative;
}
#wubi_title
 {
 	width: 100%;
 	height: 50px;
 	position: relative;
 	top:0px;
 	background: white;
 }
#wubi_title>input
 {
 height: 30px;
 font-size: 12px;
 background: black;
 color: white;
 position: relative;
 margin-top:5px;
 margin-left: 20px;
 min-width: 80px;
 }
#wubi_div_invest>[id*='wubi_div']
{
width: 279px;
height: 190px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 3px solid rgba(210, 140, 0, 1.0);;
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
}
#wubi_div_invest>[id*='wubi_div']>div{
	position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: orange;
}
#wubi_div_invest>[id*='wubi_div']>div>[id*='top']
{
	width: 100%;
	height: 40px;
	color: white;
	font-size: 32px;
	text-align: center;
	position: relative;
	margin-top: 60px;
}
#wubi_div_invest>[id*='wubi_div']>div>[id*='body']
{
	width: 100%;
	height: 40px;
	color: white;
	font-size: 32px;
	text-align: center;
	position: relative;
	margin-top: 20px;
}
#wubi_div_invest>[id*='wubi_div']>img
{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 15px;
}
#wubi_div_invest>[id*='wubi_div']>[id*='btn']{
      width: 60px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: red;
	color: white;
	font-size: 20px;
	border: none;
	text-align: center;
}
#wubi_div_chongzhi_divwx
{
width: 279px;
height: 190px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 3px solid rgba(210, 140, 0, 1.0);;
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
top: 40px;
}
#wubi_div_chongzhi_divwx>div{
	position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: none;
}
#wubi_div_chongzhi_divwx2_top
{
	width: 100%;
	height: 60px;
	color: white;
	font-size: 40px;
	text-align: center;
	position: relative;
	top: 70px;
}
#wubi_div_chongzhi_divwx2_body
{
	width: 60px;
	height: 30px;
	color: white;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 100px;
	left: 200px;
	/*padding-left: 40px;*/
}
#wubi_div_chongzhi_divwx2>img
{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#wubi_div_chongzhi_divzfb
{
width: 279px;
height: 190px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 3px solid rgba(210, 140, 0, 1.0);;
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
top: 40px;
}
#wubi_div_chongzhi_divzfb>div{
	position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: none;
}
#wubi_div_chongzhi_divzfb2_top
{
	width: 100%;
	height: 60px;
	color: white;
	font-size: 40px;
	text-align: center;
	position: relative;
	top: 70px;
}
#wubi_div_chongzhi_divzfb2_body
{
	width: 60px;
	height: 30px;
	color: white;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 100px;
	left: 200px;
	/*padding-left: 40px;*/
}
#wubi_div_chongzhi_divzfb2>img
{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 15px;
}


#wubi_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 top:5px;
 left: -45%;
}
#wubi_top_money_input{
	width: 279px;
	height: 30px;
	font-size: 20px;
	position: absolute;
	left: 20px;
	top:5px;
	border: 1px solid green;
	border-radius: 5px;
	margin-bottom: 20px;
}
#wubi_top_money{
	width: 60px;
	height: 35px;
	background: green;
	position: relative;
	left: 8px;
	top:82px;
}
#wubi_div_invest{
	width: 100%;
	height: 80%;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 0px;
	margin-top: 50px;
    overflow-y: auto;
    padding-bottom: 100px;
}
#wubi_div_invest2{
	display: none;
	width: 100%;
	min-height: 550px;
	background: white;
	position: relative;
	bottom: 5px;
	overflow: hidden;
}
#wubi_div_invest2_p{
background: none;
	font-size: 20px;
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;	
}
#wubi_div_invest2_p2{
background: none;
	font-size: 12px;
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid gray;	
}
#wubi_div_invest2_p3{
background: none;
	position: relative;
	width: 100%;
	height: 50px;	
}
#wubi_div_invest2_p4{
background: none;
	position: relative;
	width: 100%;
	height: 50px;	
}
#wubi_div_invest2_p3_p{
background: none;
	font-size: 20px;
	position: absolute;
	width: 50%;
	height: 50px;
	left: 60px;
	top:-25px;	
}
#wubi_imgwx{
	width: 25px;
	height: 25px;
	position: relative;
	top:-70px;
	left:8px;
}
#wubi_div_invest2_p3_radio{
	position: relative;
	float: right;
	right: 50px;
}
#wubi_div_invest2_p4_p{
background: none;
	font-size: 20px;
	position: absolute;
	width: 50%;
	height: 50px;
	left: 60px;
	top:-85px;	
}
#wubi_imgzfb{
	width: 25px;
	height: 25px;
	position: relative;
	top:-130px;
	left:8px;
}
#wubi_div_invest2_p4_radio{
	position: relative;
	float: right;
	right: 50px;
	top:-55px;
}
#wubi_div_invest2_button{
	width: 100%;
	height: 40px;
	background: green;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#wubi_jilu{
	/*width:100%;*/
	min-height: 500px;
	font-size: 20px;
	position: relative;
	left: 0px;
	top:0px;
    border-left: 8px rgba(0, 0, 0, 0);
    border-right: 8px rgba(0, 0, 0, 0);
/*	background: rgba(50, 70, 60, 1);*/
	padding-right: 8px;
}
#wubi_jilu>div{
	
	min-height: 35px;
	font-size: 20px;
	position: relative;
	left: 8px;
	top:0px;
	border-bottom: 1px solid rgba(50, 70, 60, 1);
	color: white;
	padding-top: 15px;
    margin-right: 8px;
    padding-right: 3px;
}
#wubi_jilu>div>[id*="btna"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	width: 18%;
	text-align: left;
}
#wubi_jilu>div>[id*="btnb"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	position: relative;
   width: 18%;
   text-align: left;
}
#wubi_jilu>div>[id*="btnc"]{
	border: none;
	color: white;
	outline: none;
	min-width: 80px;
	height: 30px;
	background: none;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	float: right;
	margin-right: 50px;

}
#wubi_jilu>div>[id*="btnd"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	position: relative;
    width: 18%;
    text-align: left;
}
#wubi_jilu>div>[id*="btne"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	position: relative;
   width: 18%;
   text-align: left;
}
/*wubi_make*/
#wubi_make{
	/*width:100%;*/
	min-height: 500px;
	font-size: 20px;
	position: relative;
	left: 0px;
	top:0px;
    border-left: 8px rgba(0, 0, 0, 0);
    border-right: 8px rgba(0, 0, 0, 0);
/*	background: rgba(50, 70, 60, 1);*/
	padding-right: 8px;
}
#wubi_make>div{
	
	min-height: 35px;
	font-size: 20px;
	position: relative;
	left: 8px;
	top:0px;
	border-bottom: 1px solid rgba(50, 70, 60, 1);
	color: white;
	padding-top: 15px;
    margin-right: 8px;
    padding-right: 3px;
}
#wubi_make>div>[id*="btna"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	width: 20%;
	text-align: left;
}
#wubi_make>div>[id*="btnb"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	position: relative;
   width: 20%;
   text-align: left;
}
#wubi_make>div>[id*="btnc"]{
	border: none;
	color: white;
	outline: none;
	min-width: 80px;
	height: 30px;
	background: none;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	float: right;
	margin-right: 50px;

}
#wubi_make>div>[id*="btnd"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	position: relative;
    width: 20%;
    text-align: left;
}
#wubi_make>div>[id*="btne"]{
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	position: relative;
   width: 20%;
   text-align: left;
}
/*wubi_invest*/
#wubi_invest
 {
 	width: 100%;
 	height: 90%;
 }
#wubi_invest_top
 {
	background: white;
	text-align: center;
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/

 }
#wubi_invest_top_p
 {
 background: none;

	font-size: 20px;
	position: relative;
	top:-77px;
	left: 20%;
	width: 60%;
	height: 50px;
	text-align: center;	
 }
#wubi_invest_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 top:5px;
 left: -45%;
}
#wubi_invest_p{
background: none;
	font-size: 16px;
	position: relative;
	/*top:-77px;*/
	left: 20%;
	width: 60%;
	height: 30px;
	text-align: center;	
}

/*picture_self*/
#picture_self{
	width: 100%;
	height: 90%;
}
#picture_self_top{
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/
	position: absolute;
	top: 0px;

}

#picture_self_top_p{
background: none;

	font-size: 20px;
	position: relative;
	top:-15px;
	left: 20%;
	width: 60%;
	height: 50px;
	text-align: center;
	
		
}
#picture_self_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 left: -45%;
 background: none;
}
#picture_self_formid1{
	width: 80%;
	height: 200px;
	background: none;
	position: absolute;
	top:150px;
	left:70px;
}
#picture_self_div>iframe{
	display: none;
}
#picture_self_div_input4{
	width: 60px;
	height: 30px;
	background: green;
	position: absolute;
	top:0px;
	left:110px;


}
#picture_self_div_input2{
width: 100px;
	height:30px;
	background: black;
	color: white;	
}
#picture_self_div_input1{
	width: 100px;
	height:30px;
	background: green;
	color: green;
	display: none;

}
/*self_div_agoovv.js*/
#self_div_agoovv_div_top{
	background: white;
	text-align: center;
	font-size: 20px;
	margin-top: 1.5px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;/*与上面一行一起设置文字垂直居中*/

}
#self_div_agoovv_div_top_p{
background: none;

	font-size: 20px;
	position: relative;
	top:-70px;
	left: 20%;
	width: 60%;
	height: 50px;
	text-align: center;	
}
#self_div_agoovv_div_top_button{
	width: 40px;
	height: 40px;
 position: relative;
 left: -45%;
}
#self_div_agoovv_div_p2{
background: none;

	font-size: 20px;
	position: relative;
	
	left: 30%;
	width: 150px;
	height: 50px;
	text-align: center;	
}
#self_div_agoovv_div_p3{
background: none;

	font-size: 16px;
	position: relative;
	top:-50px;
	left: 10%;
	width: 80%;
	height: 80px;
	text-align: center;	
}
#self_div_agoovv_div_p4{
background: none;

	font-size: 12px;
	position: absolute;
	/*top:-70px;*/
	left: 20%;
	bottom: 10px;
	width: 60%;
	height: 50px;
	text-align: center;	
}
#self_div_agoovv_img{
	width: 150px;
	height: 150px;
	position: relative;
	left: 30%;
	top:-40px;
}
/*order.js*/
#order_view
 {
 	width: 100%;
 	min-height: 150px;
 	background: none;
 	position: relative;
 	padding-top: 30px;
/*   overflow-y: auto;*/
   top: 100px;
   padding-bottom: 100px;
 }
 #quotation_view
 {
 	width: 100%;
 	min-height: 150px;
 	background: none;
 	position: relative;
 	padding-top: 30px;
/*   overflow-y: auto;*/
   top: 100px;
   padding-bottom: 15%;
 }
/*#order_view2
 {
 	width: 25px;
 	height: 750px;
 	background: orange;
 	position: relative;
 	top:5px;
 	float: right;
 	right:5%;
 }*/
#order
 {
 	width: 595px;
 	min-height: 700px;
 	background: white;
 	position: relative;
 	margin: 0 auto;
/* 	padding-top: 30px;*/
 	padding-bottom: 80px;
 	/*left: 50%;
 	top: 0px;*/
 	/*transform: translate(-50%);*/
 }
#quotation_mode_create_oper{
height: 50px;
  background: rgba(230, 230, 230,1);
  position: relative;
  width: 100%;
 } 
 #quotation_mode_create_operate{
height: 100%;
  background: none;
  width: 595px;
  margin: 0 auto;
 }
 #quotation_mode_create_operate>div{
 height: 32px;
   width: 195px;
   background: none;
   font-size: 24px;
   color: rgba(50,70,60,1);
   margin-top: 9px;
   border-left: 1px solid rgba(50, 70, 60, 1);
   border-right: 1px solid rgba(50, 70, 60, 1);
   float: left;
   position: relative;
   text-align: center;
 }
 #quotation_mode_create{
	width: 595px;
	 	min-height: 700px;
	 	background: white;
	 	position: relative;
	 	margin: 0 auto;
	 	padding-bottom: 30px;
		border: 3px solid rgba(50,50,50,0.5); 
		margin-top: 50px;
 }
 #quotation_mode_create2{
 	width: 595px;
 	 	min-height: 700px;
 	 	background: white;
 	 	position: relative;
 	 	margin: 0 auto;
		margin-top: 50px;
		display: none;
 }
 #quotation_mode_create2>img{
 	width: 100%;
 }
 #quotation
 {
 	width: 595px;
 	min-height: 700px;
 	background: white;
 	position: relative;
 	margin: 0 auto;
/* 	padding-top: 30px;*/
 	padding-bottom: 30px;
 	/*left: 50%;
 	top: 0px;*/
 	/*transform: translate(-50%);*/
 }
 #quotation_order
 {
 	width: 595px;
 	min-height: 700px;
 	background: white;
 	position: relative;
 	margin: 0 auto;
 	padding-top: 210px;
 	padding-bottom: 50px;
 	padding-left: 20px;
 	padding-right: 20px;
 	/*left: 50%;
 	top: 0px;*/
 	/*transform: translate(-50%);*/
 }
 #quotation_order2
 {
 	display: none;
 	width: 100%;
 	height: 100%;
 	top: 0px;
 	left: 0px;
 	position: absolute;

 }
 #quotation_order2>img
 {
 	width: 100%;
 	
 	/*left: 50%;
 	top: 0px;*/
 	/*transform: translate(-50%);*/
 }   
#order_top
  {
  	width: 45%;
  	height: 160px;
  	border-bottom: 2px solid orange;
  	position: relative;
  	left:50%;
  	overflow-x: hidden;
  	background: none;
  }
 #quotation_top
  {
  	width: 45%;
  	height: 160px;
  	border-bottom: 2px solid orange;
  	position: relative;
  	left:50%;
  	overflow-x: hidden;
  	background: none;
  }
#quotation_mode_create_top{
	width: 45%;
	height: 160px;
	border-bottom: 2px solid orange;
	position: relative;
	left:50%;
	overflow-x: hidden;
	background: none;
}   
 #quotation_order_top
  {
  	width: 45%;
  	height: 160px;
  	border-bottom: 2px solid orange;
  	position: absolute;
  	float: right;
  	top:30px;
  	right: 20px;
  	overflow-x: hidden;
  	background: none;
  } 
#order_top_divo
 {
 	width: 6px;
 	height: 30px;
 	background: none;
 	position: absolute;
 	float: right;
 	right: 120px;
 	top:45px;
 }
#order_top_p1o
 {
 	position: absolute;
 	float: right;
 	right: 40px;
 	top:20px;
 	font-size: 25px;
 	font-weight: bold;
 	background: none;
 }
#order_top_p2o
 {
 	position: absolute;
 	float: right;
 	right: 40px;
 	top:60px;
 	font-size: 18px;
 	background: none;
 }

#order_top_div
 {
 	width: 6px;
 	height: 30px;
 	background: none;
 	position: absolute;
 	float: right;
 	right: 120px;
 	top:45px;
 	background: none;
 }
#order_top_p1
 {
 	position: absolute;
 	float: right;
 	right: 20px;
 	top:20px;
 	font-size: 25px;
 	font-weight: bold;
 	background: none;
 	color: black;
 }
#order_top_p2
 {
 	position: absolute;
 	float: right;
 	right: 23px;
 	top:60px;
 	font-size: 18px;
 	background: none;
 	color: black;
 }
#order_top_p3
 {
 	position: absolute;
 	float: right;
 	right: 23px;
 	top:120px;
 	font-size: 14px;
 	background: none;
 	color: black;
 }
#quotation_mode_create_top_p1
  {
  	position: absolute;
  	float: right;
  	right: 20px;
  	top:20px;
  	font-size: 25px;
  	font-weight: bold;
  	background: none;
  	color: black;
  }
#quotation_mode_create_top_p2
  {
  	position: absolute;
  	float: right;
  	right: 23px;
  	top:60px;
  	font-size: 18px;
  	background: none;
  	color: black;
  }
 #quotation_mode_create_top_p3
  {
  	position: absolute;
  	float: right;
  	right: 23px;
  	top:120px;
  	font-size: 14px;
  	background: none;
  	color: black;
  }
#quotation_order_top_p1
 {
 	position: absolute;
 	float: right;
 	right: 20px;
 	top:20px;
 	font-size: 25px;
 	font-weight: bold;
 	background: none;
 }
#quotation_order_top_p2
 {
 	position: absolute;
 	float: right;
 	right: 23px;
 	top:60px;
 	font-size: 18px;
 	background: none;
 }
#quotation_order_top_p3
 {
 	position: absolute;
 	float: right;
 	right: 43px;
 	top:177px;
 	font-size: 14px;
 	background: none;
 } 
#quotation_order_top_p4
 {
 	position: absolute;
 	float: right;
 	right: 23px;
 	top:120px;
 	font-size: 14px;
 	background: none;
 } 
#order_body
 {
 	width: 90%;
 	border-top: 2px solid rgba(0,0,255,0.6);
 	border-bottom: 1px solid rgba(0,0,255,0.3);
 	position: relative;
 	/*top:20px;*/
 	margin-top: 20px;
 	left:5%;
 	height: 300px;
 	background: none;
 }
#quotation_body
 {
 	width: 90%;
 	
 	
 	position: relative;
 	/*top:20px;*/
 	margin-top: 20px;
 	padding-left:5%;
 	min-height: 300px;
 	background: white;
/*    padding-top: 10px;*/
 }
#quotation_mode_create_body{
 	width: 90%;
 	
 	
 	position: relative;
 	/*top:20px;*/
 	margin-top: 20px;
 	padding-left:5%;
 	min-height: 300px;
 	background: white;
/*    padding-top: 10px;*/	
}  
#quotation_order_body
 {
 	width: 100%;
 	border-top: 2px solid rgba(0,0,255,0.5);
/* 	border-bottom: 1px solid rgba(0,0,255,0.3);*/
 	position: relative;
 	/*top:20px;*/
 	margin-top: 20px;
   padding-top: 10px;
 	min-height: 300px;
 	background: none;
    padding-bottom: 10px;
 } 
 #order_body_top>div
  {
      position: relative;
      float: left;
      top:5px;
      height: 25px;
      text-align: center;
      border: none;
     /* border-bottom:1px solid rgba(0,0,255,0.3);*/
      background: none;
      overflow: hidden;
  }
  #quotation_order_body_top{
/*  padding-bottom: 15px;*/
  }
   #quotation_body_top>div
  {
      position: relative;
      width: 60%;
      padding-top:5px;
      padding-left: 20px;
      border: none;
      overflow-x: hidden;
      overflow-y: auto;
      color: black;
  }
 #quotation_body_top>div>div
 {
     position: relative;
     float: left;
	 font-size: 16px;
	 text-align: center;
	 
 }  
  #quotation_body_top
  {
      padding-bottom: 20px;
      border-bottom:1px solid rgba(0,0,255,0.3);
      border-top: 2px solid rgba(0,0,255,0.8);
          padding-top: 15px;
      min-height: 300px;    
  } 
  #quotation_body_second{
  	width: 35%;
  height: 0px;
  border-bottom: 3px solid orange;
  position: relative;
  background: none;
  float: right;
  }
   #quotation_body_second_div{
  	width: 100%;
  height: 30px;
  z-index: 9;
  position: absolute;
  overflow-x: hidden;
  background: white;
  top: -29px;
  text-align: center;
  color: black;
  border-left: 30px solid white;
  left: -30px;
  }
#quotation_mode_create_quotation{
	position: absolute;
	font-size: 14px;
	text-align: left;
	color: rgba(125,125,125,1);
	top: 3px;
	left: 5%;
}  
#quotation_mode_create_company_name{
	position: relative;
	  padding-top: 10px;
	  width: 100%;
	  min-height: 50px;
	  background: none;
	  padding-bottom: 10px;
	  overflow-y: auto;
	  overflow-x: hidden;
	  border-bottom: 1px solid rgba(0,0,255,0.3);
}
#quotation_mode_create_company_name>div{
	position: relative;
	font-size: 14px;
	padding-bottom: 5px;
	float: left;
	min-width: 30px;
	text-align: left;
	padding-right: 15px;
}
#quotation_mode_create_company_name{
	position: relative;
	  padding-top: 15px;
	  width: 100%;
	  min-height: 20px;
	  background: none;
	  padding-bottom: 10px;
	  overflow-y: auto;
	  overflow-x: hidden;
	  border-bottom: 1px solid rgba(0,0,255,0.3);
}
#quotation_mode_create_company_namea{
	position: relative;
	  padding-top: 10px;
	  width: 100%;
	  min-height: 130px;
	  background: none;
	  padding-bottom: 10px;
	  overflow-y: auto;
	  overflow-x: hidden;
	  border-bottom: 1px solid rgba(0,0,255,0.3);
}
#quotation_mode_create_company_namea>div:nth-child(1){
	position: relative;
	width: 50%;
	float: left;
}
#quotation_mode_create_company_namea>div:nth-child(1)>div{
	padding-bottom: 5px;
	  min-height: 10px;
	  position: relative;
	  text-align: left;
	  font-size: 14px;
	  color: black;
}
#quotation_mode_create_company_namea>div:nth-child(2){
 position: absolute;
  width: 100px;
  height: 120px;
  padding:5px;
  border:1px solid rgba(50,50,50,1);
  float: right;
  right: 10px;
  bottom: 10px;	
}
#quotation_mode_create_company_namea>div:nth-child(2)>img{
	position: relative;
	width: 100px;
	height: 100px;	
}
#quotation_mode_create_company_namea>div:nth-child(2)>div{
	position: absolute;
	width: 100px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	color: black;
	bottom: 2px;
}
#quotation_mode_create_company_namea>div:nth-child(3){
 position: absolute;
  width: 100px;
  height: 120px;
  padding:5px;
  border:1px solid rgba(50,50,50,1);
  float: right;
  right: 130px;
  bottom: 10px;	
}
#quotation_mode_create_company_namea>div:nth-child(3)>div{
	position: absolute;
	width: 100px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	color: black;
	bottom: 2px;
}   
 #quotation_mode_create_body_top
  {
      padding-bottom: 20px;
/*      border-bottom:1px solid rgba(0,0,255,0.3); */
      border-top: 2px solid rgba(0,0,255,0.8);
          padding-top: 5px;
      min-height: 250px;
		  position: relative;
		  overflow: hidden;
  
  } 
#quotation_mode_create_body_top_div{
	position: relative;
	width: 100%;
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
	color: black;
	padding-bottom: 5px;
	border-bottom:1px solid rgba(0,0,255,0.3);
}
#quotation_mode_create_body_top_div>div{
	position: relative;
	font-size: 16px;
	color: black;
	float: left;
	text-align: center;
}
#quotation_mode_create_body_top_diva{
	position: relative;
	width: 100%;
	min-height: 25px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid rgba(0,0,255,0.3);
	overflow: hidden;
	 display: flex;
	  align-items: center;
}
#quotation_mode_create_body_top_diva>div{
	position: relative;
	font-size: 14px;
	color: black;
	float: left;
	display: flex;
	justify-content: center;
	word-break: break-all;
	overflow-wrap: break-word;
	
}	
#quotation_mode_create_body_first{
  	width: 60%;
  min-height: 160px;
  position: relative;
  background: none;
  float: left;
  padding-top: 10px;
/*  left: 0px;
  bottom: 0px; */
  border-bottom:1px solid rgba(0,0,255,0.3);
  }
#quotation_mode_create_body_first>div{
  width: 90%;
  position: relative;
  padding-top: 5px;
  overflow: hidden;
  }
#quotation_mode_create_body_third>div{

  position: relative;
  padding-bottom: 5px;
  min-height: 10px;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: black;
  }  
#quotation_mode_create_body_first>div>div:nth-child(1){
  padding-right: 5px;
  position: relative;
  float: left;
  text-align: left;
  font-size: 14px;
  color: black;
  max-width: 40%;
  min-width:20px;
  }
#quotation_mode_create_body_first>div>div:nth-child(2){
  position: relative;
  float: left;
  text-align: left;
  font-size: 16px;
  color: black;
  max-width: 40%;
  min-width:20px;
  }
#quotation_mode_create_body_first>div>div:nth-child(3){
  position: relative;
  float: left;
  text-align: left;
  font-size: 16px;
  color: black;
  max-width: 15%;
  min-width:10px;
  }		
   #quotation_mode_create_body_second_div>div{
  width: 100%;
  min-height: 30px;
  }
	#quotation_mode_create_body_second_div>div>div{
	width: 45%;
	min-height: 20px;
	position: relative;
	float: left;
	border-bottom: 1px solid blue;
	margin-right: 5px;
	}
#quotation_mode_create_body_second{
  	width: 120px;
  height: 120px;
  border-bottom: 2px solid orange;
  position: absolute;
  background: none;
  float: right;
  bottom: 20px;
  right: 0px;
  overflow: hidden;
  }
   #quotation_mode_create_body_second_div{
  	width: 100%;
  min-height: 30px;
  position: absolute;
  background: white;
  bottom: 0px;
  text-align: center;

  }
 #quotation_mode_create_body_second>img{
 	width: 100%;
	position: absolute;
    left: 0px;
/* 	bottom: 0px; */
 }
#quotation_mode_create_body_beizhu{
 position: relative;
 padding-top: 10px;
 width: 100%;
 min-height: 130px;
 background:none;
 padding-bottom: 10px;
 overflow-y: auto;
 overflow-x: hidden;
 border-bottom:1px solid rgba(0,0,255,0.3);	
} 
#quotation_mode_create_body_beizhu>div:nth-child(2){
 position: absolute;
  width: 100px;
  height: 120px;
  padding:5px;
  border:1px solid rgba(50,50,50,1);
  float: right;
  right: 10px;
  bottom: 10px;
}
#quotation_mode_create_body_beizhu>div:nth-child(2)>img{
	position: relative;
	width: 100px;
	height: 100px;	
}
#quotation_mode_create_body_beizhu>div:nth-child(2)>div{
	position: absolute;
	width: 100px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	color: black;
	bottom: 2px;
}  
#quotation_mode_create_body_third{
 position: relative;
  width: 50%;
  min-height: 50px;
  background:none;
  float: left;
}
 #quotation_mode_create_body_body
  {
position: relative;
  padding-top: 15px;
  width: 100%;
  min-height: 20px;
  background: none;
  padding-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid rgba(0,0,255,0.3);
  } 
    #quotation_mode_create_body_body>div
  {
      position: relative;
      word-wrap:break-word;
      background: none;
      min-height: 10px;
      padding-right: 10px;
      color: black;
   float: left;
   width: 30%;
   padding-bottom: 5px;
   text-align: left;
   font-size: 14px;
  }	  
  #quotation_order_body_top>div
  {
      position: relative;
width: 100%;
      padding-top:5px;
      min-height: 30px;
      border: none;
     /* border-bottom:1px solid rgba(0,0,255,0.3);*/
      background: none;
      overflow-x: hidden;
      overflow-y: auto;
  } 
 #order_body_body
  {
  	position: relative;
  	top:30px;
  	width: 100%;
  	min-height: 50px;
  	background: none;
  	border: none;
  	border-top:1px solid rgba(0,0,255,0.3);
  	border-bottom:1px solid rgba(0,0,255,0.3);
    overflow-y: auto;
   padding-top: 10px;
  }
 #quotation_body_body
  {
position: relative;
  	padding-top:10px;
  	width: 100%;
  	min-height: 50px;
  	background: none;
   padding-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid rgba(0,0,255,0.3);
  } 
    #quotation_body_body>div
  {
      position: relative;
   width: 100%;
 
      word-wrap:break-word;
      background: none;
      min-height: 30px;
      overflow-y: auto;
      padding-left: 20px;
      color: black;
      /*border-bottom:2px solid rgba(0,0,255,0.3);*/
  }   
 #quotation_order_body_body
  {
  	position: relative;

  	width: 100%;
  	min-height: 30px;
  	background: none;
  	border: none;
/*  	border-top:1px solid rgba(0,0,255,0.3);*/
/*  	border-bottom:1px solid rgba(0,0,255,0.3);*/
    overflow-y: auto;
/*    padding-top: 10px;*/
  }  
  #order_body_body>div
  {
      position: relative;
      float: left;
    /*  top:20px;*/
      /*margin-right: 2%;*/
      text-align: center;
      word-wrap:break-word;
      background: none;
      min-height: 20px;
      overflow-y: auto;
      /*border-bottom:2px solid rgba(0,0,255,0.3);*/
  }
  #quotation_order_body_body>div
  {
      position: relative;
   width: 100%;
 
      word-wrap:break-word;
      background: none;
      min-height: 30px;
      overflow-y: auto;
      /*border-bottom:2px solid rgba(0,0,255,0.3);*/
  }  
 #order_body_body>textarea
  {
      position: relative;
      /*float: left;*/
    /*  top:20px;*/
      /*margin-right: 2%;*/
      text-align: center;
      word-wrap:break-word;
      background: none;
      min-height: 30px;
      overflow-y: auto;
      /*border-bottom:2px solid rgba(0,0,255,0.3);*/
  }
#order_body_bottom
 {
 	width: 40%;
 	position: absolute;
 	bottom:30px;
 	left:60%;
 	border: none;
 	background: none;
 	overflow: hidden;
 	overflow: hidden;

 	/*border-bottom: 2px solid red;*/
 }
 #quotation_order_body_bottom
 {
 	position: relative;
	padding-top:30px;*/
  	width: 100%;
  	min-height: 10px;
  	background: none;
  	border: none;
/*  	border-top:1px solid rgba(0,0,255,0.3);*/
  	border-bottom:2px solid rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: auto;

/*    padding-top: 10px;*/
 }
  #quotation_order_body_bottom>img
 {
 	position: relative;
width: 30%;
max-width: 150px;
max-height: 150px;
margin-right: 3%;
 }
#order_body_bottom>div
 {
 	 position: relative;
   width: 100%;
 
      word-wrap:break-word;
      background: none;
      min-height: 30px;
      overflow-y: auto;
      /*border-bottom:2px solid rgba(0,0,255,0.3);*/
 }
 #quotation_order_body_bottom>div
 {
 	width: 100%;
 	position: relative;
 	border: none;
/* 	border-bottom : 1px solid rgba(0,0,255,0.3);*/
 	font-size: 14px;
 	background: none;
 	min-height: 30px;
 	overflow: hidden;
 }
#order_body_bottom_img
 {
 	width: 210px;
 	height: 100px;
 	position: absolute;
 	left:10px;
 	bottom:5px;
 	background: none;

 	/*border-bottom: 2px solid red;*/
 }
#order_body_bottom_img>img
 {
      width: 96px;
      height: 96px;
      position: relative;
      left:2px;
      top:2px;
      margin-right: 6px;
      background: none;
    
 }
#order_bottom
 {
 	width: 90%;
 	position: relative;
 	left: 5%;
 	border: none;
 	background: none;
 	overflow: hidden;
    padding-top: 10px;
 	/*top:30px;*/
 	padding-bottom: 10px;
 }
 #quotation_bottom
 {
 	width: 90%;
 	position: relative;
 	left: 5%;
 	border: none;
 	background: none;
 	overflow: hidden;
    padding-top: 10px;
 	/*top:30px;*/
 	padding-bottom: 10px;
 }
#quotation_order_bottom
 {
 	width: 100%;
 	position: relative;

 	border: none;
 	background: none;
 	overflow: hidden;

 	/*top:30px;*/
 } 
#order_bottom_self
 {
 	width: 101%;
 	position: relative;
 	left: -2px;
 	min-height:0px ;
 	border: none;
/* 	border-bottom: 1px solid rgba(0,0,255,0.3);*/
 	background: none;
 	overflow-x: hidden;
 	overflow-y: auto;
 }
 #quotation_order_bottom_self
 {
 	width: 100%;
 	position: relative;

 	min-height:0px ;
 	border: none;
/* 	border-bottom: 1px solid rgba(0,0,255,0.3);*/
 	background: none;
 	overflow-x: hidden;
 	overflow-y: auto;
 	padding-bottom:10px ;
 }
#order_bottom_self>div
 {
 	width: 100%;
 	position: relative;
 	font-size: 14px;
 	min-height: 30px;
 	border: none;
 	background: none;
 	overflow: hidden;
padding-left: 12px;
 }
 #quotation_order_bottom_self>div
 {
 	width: 100%;
 	position: relative;
 	font-size: 14px;
 	margin-top: 8px;
 	border: none;
 	background: none;
 	overflow: hidden;

 }
#order_bottom_customer
 {
 	width: 101%;
 	position: relative;
 	left: -2px;
 	min-height:0px ;
    padding-top: 10px;
 	border-bottom: 1px solid rgba(0,0,255,0.3);
 	background: none;
 	overflow-x: hidden;
 	overflow-y: auto;
 	padding-bottom: 50px;
 }
 #quotation_order_bottom_customer
 {
 	width: 100%;
 	position: relative;

 	border: none;
 	border-top: 1px solid rgba(0,0,255,0.3);
 	background: none;
 	padding-bottom: 10px;
 }
#order_bottom_customer>div
 {
 width: 100%;
 	position: relative;
 	font-size: 14px;
 	min-height: 30px;
 	border: none;
 	background: none;
 	overflow: hidden;
padding-left: 12px;
 }
 #quotation_order_bottom_customer>div
 {
 	width: 100%;
 	position: relative;
 	font-size: 14px;
 	margin-top: 8px;
 	border: none;
 	background: none;

 }
#order_process
 {
 	width: 90%;
 	position: relative;
 	left: 5%;
 	background: none;
 	min-height: 150px;

 /*	top:30px;*/
 }
#order_process>div>img
 {
 width: 50px;
 height: 50px;
position: relative;
top:10px;
/*float: right;*/

 }
/*#order_process>div>p
 {
 position: relative;
 left: 15px;
 float: right;

 }*/
#order_process>div>div
 {
 position: relative;
 width: 70%;
 left: 55px;
 top: -40px;
 margin-bottom: 15px;
/* float: left;*/

 }
#order_process>div
 {
 position: relative;
 border-bottom: 2px solid gray;
 }
/*order_mode.js*/
#order_mode
 {
 	width: 100%;
 	height:100%;
 	position: relative;
 	/*left:20%;*/
 	top:0px;
 	background: white;
 	overflow-x: hidden;
    overflow-y: scroll;
 	
 }
#order_mode>[id*="stock_produce_sort"]
 {
  width: 450px;
  height: 40px;
  position: absolute;
  top: 0px;
  background: white;
  float: right;
  padding-top: 4px;
  right: 100px;
  margin-bottom: 30px;
}
#order_mode_bar
 {
width: 95%;
 	/*height: 50px;
 	position: relative;
 	top:0px;
 	background: white;*/
 	/*float: left;
 	padding-right: 20px;*/
 	  height: 50px;
  position: relative;
  top: 0px;
  background: white;
  float: left;
  padding-right: 20px;
}
 }
#stock_produce_sort
 {
 	/*width: 450px;*/
 	height: 40px;
 	position: relative;
 	top:0px;
 	background: white;
 /*	float: right;
 	padding-top: 4px;
 	right: 80px;*/

 }
  
#order_mode_bar>input
 {
height: 30px;
  font-size: 12px;
  background: rgba(50,70,60,1);
  color: white;
  margin-right: 20px;
  position: relative;
  top: 5px;
  left: 20px;
  width: 100px;
  border: 1px solid rgba(50,70,60,1);
  border-radius: 5px;
 }
 #order_mode_btndiv
  {
  	width: 100%;
  	min-height: 100px;
  	position: relative;
  	background: none;
    top:50px;
    padding-bottom: 20px;
  }
 #order_mode_btndiv>[id*='staff']
  {
  	max-width: 80%;
  	min-height: 40px;
  	position: relative;
  	background: none;
    padding-bottom: 5px;
    margin: 0px;
  }  
  #order_mode_power
  {
  	width: 100%;
  	min-height: 100px;
  	position: relative;
  	background: none;
    top:50px;
    padding-bottom: 200px;
  } 
/*  #order_mode_btndiv>p
  {

  	position: relative;
    width: 100%;
  }*/ 
/*#order_mode_btndiv
  {
  	padding-left: 20px;

  }*/
   #order_mode_btndiv2
  {
  	width: 103%;
  	position: relative;
  	background: none;
   min-height: 900px;
   overflow-x: hidden;
   overflow-y: scroll;
   padding-bottom: 200px;
   text-align: center;
  }
   #product_stock_company
  {
  	width: 103%;
  	position: relative;
  	background: none;
   height: 900px;
   overflow-x: hidden;
   overflow-y: scroll;
   padding-bottom: 200px;
  }
   #product_model_company_div
  {
  	width: 100%;
  	position: relative;
  	background: none;
   height: 900px;
   overflow-x: hidden;
   overflow-y: scroll;
   padding-bottom: 200px;
   
  }
    #product_model_company
  {
  	width: 100%;
  	position: relative;
  	background: none;
   min-height: 900px;
   overflow-x: hidden;
   overflow-y: auto;
   padding-bottom: 500px;
   padding-top: 35px;
  } 
     #product_stock_company_getrecord
  {
  	width: 103%;
  	position: relative;
  	background: none;
   height: 900px;
   overflow-x: hidden;
   overflow-y: scroll;
   padding-bottom: 200px;
  }
   #product_stock_company_sentrecord
  {
  	width: 103%;
  	position: relative;
  	background: none;
   height: 900px;
   overflow-x: hidden;
   overflow-y: scroll;
   padding-bottom: 200px;
  }
   #order_mode_btndiv>div
  {
  	/*width: 20%;*/
  	min-height: 80px;
  	position: relative;
  	float: left;
  	background: none;
/*  	border-top: 2px solid rgba(0,0,255,0.3);*/
  	border-bottom: 2px solid rgba(0,0,255,0.3);
  }
   #order_mode_btndiv>div>input
  {

  	position: relative;
  	top:10px;
  	background: none;
  	border:none;
  	font-size: 16px;
  }
  #order_mode_btndiv>div>div
  {
  	width: 100%;
  	height: 40px;
  	position: absolute;
  	bottom: 0px;
    border-top: 2px solid rgba(0,0,255,0.3);
  	background: none;
  	 word-break: break-all;
  }
  #order_mode_btndiv>div>div>input
  {

  	position: relative;
  	background: none;
  	border:none;
  	top:10px;
  	font-size: 16px;
  }
#order_mode_btndiv>p>[id*="order_btn"]
  {
       position: relative;
       margin-left: 3px;
       left: 50px;
       background: black;
       color: white;
  }
 #order_mode_btndiv>p>[id*="order_name"]
  {
       position: relative;
       border: none;
       background: none;
       left: 15px;
       width: 400px;
       text-align: left;

  } 
 #order_mode_btndiv2>[id*="order"]
  {
       position: relative;
       margin-left: 3px;
       margin-top: 10px;
       /*left: 5px;*/
       min-height: 50px;
       overflow-x: hidden;
       overflow-y: auto;
      border-bottom: 1px solid blue;
  }
 #product_stock_company>[id*="order"]
  {
       position: relative;
       margin-left: 3px;
       margin-top: 10px;
       /*left: 5px;*/
       min-height: 50px;
       overflow-x: hidden;
       overflow-y: auto;
      border-bottom: 1px solid blue;
  }
  #product_stock_company_getrecord>[id*="order"]
  {
       position: relative;
       margin-left: 3px;
       margin-top: 10px;
       /*left: 5px;*/
       min-height: 50px;
       overflow-x: hidden;
       overflow-y: auto;
      border-bottom: 1px solid blue;
  }
  #product_stock_company_sentrecord>[id*="order"]
  {
       position: relative;
       margin-left: 3px;
       margin-top: 10px;
       /*left: 5px;*/
       min-height: 50px;
       overflow-x: hidden;
       overflow-y: auto;
      border-bottom: 1px solid blue;
  } 
 #order_mode_btndiv2>[id*="order"]>[id*="order_btnname"]
  {
       position: relative;
       float: left;
       background: none;
       color: black;
       margin-top: 10px;
       margin-bottom: 5px;
       text-align: left;
       word-break: break-all;
       /*overflow: hidden;*/
        /*border-bottom: 1px solid blue;*/
  }
   #product_stock_company>[id*="order"]>[id*="order_btnname"]
  {
       position: relative;
       float: left;
       background: none;
       color: black;
       margin-top: 10px;
       margin-bottom: 5px;
       text-align: left;
       word-break: break-all;
       /*overflow: hidden;*/
        /*border-bottom: 1px solid blue;*/
  }
  #product_stock_company_getrecord>[id*="order"]>[id*="order_btnname"]
  {
       position: relative;
       float: left;
       background: none;
       color: black;
       margin-top: 10px;
       margin-bottom: 5px;
       text-align: left;
       word-break: break-all;
       /*overflow: hidden;*/
        /*border-bottom: 1px solid blue;*/
  }
  #product_stock_company_sentrecord>[id*="order"]>[id*="order_btnname"]
  {
       position: relative;
       float: left;
       background: none;
       color: black;
       margin-top: 10px;
       margin-bottom: 5px;
       text-align: left;
       word-break: break-all;
       /*overflow: hidden;*/
        /*border-bottom: 1px solid blue;*/
  }

#order_mode_processdiv
 {
 	/*width: 100%;*/
/* 	display: none; */
 	/*height: 600px;*/
	position: absolute;
 	/*top:120px;*/
	display: none;
 	background: white;
  top: 0px;
  left: 0px;
  min-height: 40px;
  min-width: 300px;
  padding: 5px;
  background: white;
  border: 2px solid green;
 }
#order_mode_processdiv_top
 {
 	width: 100%;
 	/*height: 150px;*/
 	position: relative;
 /*	bottom:0px;*/
 	background: none;
 	top: 3px;
 	
 }
#chat_div>[id*="chat_div"]>[id*="order_mode"]>[id*="ldiv"]>[id*="order_del"]{
	width: 20px;
	height: 20px;
	position: absolute;
	border: 0.5px solid white;
	border-radius: 20px;
  background: none;
  color: white;
} 
#order_mode_processdiv_body
 {
 	max-width: 800px;
 	width: 100%;
 	position: relative;
 	padding-top:55px;
 	height: 600px;
 	margin: 0 auto;
 	background: gray;
 	overflow-x: hidden;
 	overflow-y: scroll;
 }
 #order_mode_processdiv_body>img
 {
 	position: relative;
 	left: 5px;
 	height: 50px;
 	width:50px;
 }
 #order_mode_processdiv_body>p
 {
 	position: relative;
 	width: 70%;
 	left:60px;
 	top:-40px;
 }
#order_mode_processdiv_body>div
 {
 	position: relative;
 	width: 70%;
 	left:60px;
 	top:-40px;
 }
 #order_mode_processdiv_body>div>img
 {
 	position: relative;
 	height: 200px;
 }
#order_mode_processdiv_bottom
 {
 	width: 100%;
 	position: absolute;
 	height: 50px;
 	bottom:150px;
 	background: none;
 	/*overflow-y: auto;*/
 }
 #order_mode_processdiv_bottom>[id*="order_mode_pbbtn1"]
 {
 	width: 300px;
 	position: relative;
 	height: 30px;
 	top: 0px;
 	margin-right: 2px;
 }
 #order_mode_processdiv_bottom>[id*="order_mode_pbbtn2"]
 {
 	width: 80px;
 	position: relative;
 	height: 34px;
 	top: 0.5px;
 	border: none;
 	margin-right: 2px;
 }
 #order_mode_processdiv_bottom>[id*="order_mode_pbbtn3"]
 {
 	width: 80px;
 	position: relative;
 	height: 34px;
 	top: 0.5px;
 	border: none;
 	margin-right: 2px;
 }
 /*order_sent.js*/
#order_sent
 {
 width: 100%;
   height: 100%;
   position: relative;
   background: white;
   overflow-x: hidden;
   overflow-y: scroll;
 }
 #order_sent_top
 {
 	width: 100%;
 	height:40px;
 	position: relative;
 	background: white;
 	overflow: hidden;
 }
#order_sent_bar
 {
 	/*width: 95%;*/
 	height: 50px;
 	position: relative;
 	top:0px;
 	background: white;
 	float: left;
 	padding-right: 20px;
 }
#order_sent_bar>input
 {
 height: 30px;
   font-size: 12px;
   background: rgba(50,70,60,1);
   color: white;
   margin-right: 20px;
   position: relative;
   top: 5px;
   left: 20px;
   width: 100px;
   border: 1px solid rgba(50,70,60,1);
   border-radius: 5px;
 }
#order_sent_sort
 {
 	width: 450px;
 	height: 40px;
 	position: absolute;
 	top:0px;
 	background: white;
 	float: right;
 	padding-top: 4px;
 	right: 60px;
 	margin-bottom: 30px;
 }
#order_sent_listname
 {
 width: 100%;
   min-height: 30px;
   position: relative;
   top: 0px;
   background: white;
   padding-top: 4px;
   padding-left: 15px;
 }
#order_sent_listname>div
 {
 	position: relative;
 	float: left;
 	/*text-align: center;*/
 }
#workday
 {
 	width: 100%;
 	height:100%;
 	position: relative;
 	background: white;
 	overflow-x: hidden;
    overflow-y: scroll;
 	padding-bottom: 20px;

 } 
#workday_list_day_all
  {
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 1000px;
  }
 #workday_list_day_all>div
  {
  width: 279px;
height: 190px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 3px solid rgba(210, 140, 0, 1.0);
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
  } 
#workday_list_day_all>div>[id*='workday_list_btn']
  {
position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: none;
display: none;
  }
#workday_list_day_all>div>[id*='workday_list_btn']>input
  {
min-width: 60px;
height: 40px;
background: black;
color: white;
font-size: 20px;
border-radius: 10px;
  }
#workday_list_day_all>div>[id*='workday_list_allbtn']
  {
position: absolute;
bottom: -42px;
right: -42px;
z-index: 10;
width: 80px;
height: 80px;
background: rgba(255, 255, 150, 0.7);
border-radius: 5px;
border: medium none;
color: white;
transform: rotate(45deg);
border-left: 2px solid white;
  }      
 #workday_list_day_all>div>[id*='order']
  {
position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: none;
  }
 #workday_list_day_all>div>div>[id*="order_btnname"]
  {
display: none;
  }
 #workday_list_day_all>div>div>[id*="order_content"]
  {
/*text-align: center;*/
/*line-height: 180px;*/
word-wrap: break-word;
/*width: 100%;*/
color: white;
font-size: 24px;
padding: 10px;
  }
#workday_list_day_over
  {
  width: 100%;
  	min-height: 600px;
  	position: relative;
  	background: none;
  	overflow-y: auto;
  	overflow-x: hidden;
  	padding-top: 50px;
  	padding-bottom: 150px;
  }       
#workday_list_day
  {
  width: 100%;
  	min-height: 600px;
  	position: relative;
  	background: none;
  	overflow-y: auto;
  	overflow-x: hidden;
  }
#workday_list_day_over>div
  {
 width: 70%;
 min-height: 50px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 3px solid rgba(210, 140, 0, 1.0);
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
padding-top: 45px;
  }
#workday_list_day_over>div>input
  {
 min-width: 200px;
 height: 40px;
 font-size: 24px;
position: absolute;
top: 3px;
left: 5px;
border: none;
background: none;
  }
#workday_list_day_over>div>div
  {
 min-width: 100%;
 min-height: 60px;
 font-size: 24px;
position: relative;
word-break: break-all;
padding: 5px;
  } 
 #workday_list_btn_save{
 	position: absolute;
 	top: 3px;
 	left: 20px;
 	width: 100px;
 	height: 40px;
 	background: red;
 	color: white;
 	border: none;
 	border-radius: 5px;
 	font-size: 24px;
 } 
  #workday_list_btn_add{
 	position: absolute;
 	top: 3px;
 	left: 140px;
 	width: 100px;
 	height: 40px;
 	background: red;
 	color: white;
 	border: none;
 	border-radius: 5px;
 	font-size: 24px;
 }   
 #workday_list_day>div
  {
 width: 279px;
height: 190px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 3px solid rgba(210, 140, 0, 1.0);
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
  } 
#workday_list_day>div>[id*='workday_list_btn']
  {
position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: orange;
display: none;
  }
#workday_list_day>div>[id*='workday_list_btn']>input
  {
min-width: 60px;
height: 40px;
background: black;
color: white;
font-size: 20px;
border-radius: 10px;
  }
#workday_list_day>div>[id*='workday_list_allbtn']
  {
position: absolute;
bottom: -42px;
right: -42px;
z-index: 10;
width: 80px;
height: 80px;
background: rgba(255, 255, 150, 0.7);
border-radius: 5px;
border: medium none;
color: white;
transform: rotate(45deg);
border-left: 2px solid white;
  }      
 #workday_list_day>div>[id*='order']
  {
position: relative;
width: 277px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: orange;
  }
 #workday_list_day>div>div>[id*="order_btnname"]
  {
display: none;
  }
 #workday_list_day>div>div>[id*="order_content"]
  {
/*text-align: center;*/
/*line-height: 180px;*/
word-wrap: break-word;
/*width: 100%;*/
color: white;
font-size: 24px;
padding: 10px;
  }
/**/
#website_list_day
  {
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 1000px;
  }

 #website_list_day>div
  {
 width: 179px;
height: 190px;
margin-right: 5px;
margin-left: 5px;
margin-top: 8px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
position: relative;
overflow: hidden;
left: 15px;
float: left;
  } 
#website_list_day>div>[id*='workday_list_btn']
  {
position: relative;
width: 177px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: none;
display: none;
  }
#website_list_day>div>[id*='workday_list_btn']>input
  {
min-width: 60px;
height: 40px;
background: black;
color: white;
font-size: 20px;
border-radius: 10px;
  }
#website_list_day>div>[id*='workday_list_allbtn']
  {
position: absolute;
bottom: -42px;
right: -42px;
z-index: 10;
width: 80px;
height: 80px;
background: rgba(255, 255, 150, 0.7);
border-radius: 5px;
border: medium none;
color: white;
transform: rotate(45deg);
border-left: 2px solid white;
display: none;
  }      
 #website_list_day>div>[id*='order']
  {
position: relative;
width: 177px;
height: 188px;
border: 1px solid white;
border-radius: 7px;
overflow: hidden;
background: none;
  }
 #website_list_day>div>div>[id*="order_btnname"]
  {
display: none;
  }
 #website_list_day>div>div>[id*="order_content"]
  {
/*text-align: center;*/
/*line-height: 180px;*/
word-wrap: break-word;
/*width: 100%;*/
color: white;
font-size: 24px;
padding: 10px;
  }
/**/     
#order_sent_btndiv>div>[id*='workday_list_btn']>[id*="order_btn"]
  {
   position: relative;
  	background: black;
   left: 0px;
   color: white;
   border: 1px solid rgba(0, 0, 0, 0);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 24px;
   margin-right: 1px;
  }
 #order_sent_btndiv>div>[id*='workday_list_btn']>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   left: 40px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
  }         
#order_sent_btndiv
  {
  	width: 100%;
  	min-height: 900px;
  	position: relative;
  	background: none;
  	padding-bottom: 300px;
  }
 #order_sent_btndiv>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   border-bottom: 1px solid gray;
   overflow: hidden;
   padding-top: 10px;
   padding-left: 20px;
   padding-bottom: 10px;

 /*  padding-right: 15px;*/
  }
  #order_sent_btndiv>div>[id*="order_btn"]
  {
  position: relative;
    background: rgb(40, 40, 40);
    left: 0px;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    min-width: 60px;
    height: 24px;
    margin-right: 2px;
  }
  #order_sent_btndiv>div>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   margin-left: 10px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
   min-width: 210px;
  }
  #order_sent_btndiv>div>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   overflow: hidden;
   margin-top: 15px;
  }
   #order_sent_btndiv>div>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
/*formula_quotation*/
 #formula_quotation_get
 {
 	width: 100%;
 	min-height:1000px;
 	position: relative;
 	/*left:20%;*/
 	top:0px;
 	background: white;
 	overflow-x: hidden;
    overflow-y: auto;
 	padding-bottom: 100px;
 }
#formula_quotation_get_bar
 {
 	/*width: 95%;*/
 	height: 50px;
 	position: absolute;
 	top:0px;
 	background: white;
 	float: left;
 	padding-right: 20px;
 }
#formula_quotation_get_bar>input
 {
 height: 30px;
 font-size: 12px;
 background: black;
 color: white;
 margin-right: 20px;
 position: relative;
 top:5px;
 left: 20px;
 width: 100px;
 border: none;
 border-radius: 3px;
 }
#formula_quotation_get>[id*='formula_quotation_get_btndiv']
  {
  	width: 100%;
  	position: relative;
  	background: none;
    height: 900px;
    padding-bottom: 100px;
    overflow-y: scroll;
    top: 50px;
  }
#formula_quotation_get>[id*='formula_quotation_get_btndiv']>div
  {
  	width: 100%;
  	position: relative;
  	min-height: 50px;
  	background: none;
   border-bottom: 1px solid gray;
   overflow: hidden;
   padding-top: 10px;
   /*margin-left: 5px;*/
  }
#formula_quotation_get>[id*='formula_quotation_get_btndiv']>div>[id*="order_btn"]
  {
  	position: relative;
  	background: black;
   left: 0px;
   color: white;
   border: 1px solid rgba(0, 0, 0, 0);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 24px;
   margin-right: 1px;
  }
#formula_quotation_get>[id*='formula_quotation_get_btndiv']>div>[id*="order_category"]
  {
  	position: relative;
  	background: none;
   left: 40px;
   color: black;
   border: none;
   font-size: 14px;
   top: 2px;
/*   min-width: 210px;*/
  } 
#formula_quotation_get>[id*='formula_quotation_get_btndiv']>div>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   left: 30px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
   min-width: 210px;
  }
#formula_quotation_get>[id*='formula_quotation_get_btndiv']>div>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   overflow: hidden;
   margin-top: 15px;
   padding-bottom: 15px;
  }
#formula_quotation_get>[id*='formula_quotation_get_btndiv']>div>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }

 #formula_quotation_sent
 {
 	width: 100%;
 	min-height:1000px;
 	position: relative;
 	/*left:20%;*/
 	top:0px;
 	background: white;
 	overflow-x: hidden;
    overflow-y: auto;
 	padding-bottom: 100px;
 }
 #formula_quotation_sent_bar
 {
 	/*width: 95%;*/
 	height: 50px;
 	position: absolute;
 	top:0px;
 	background: white;
 	float: left;
 	padding-right: 20px;
 }
 #formula_quotation_sent_bar>input
 {
 height: 30px;
 font-size: 12px;
 background: black;
 color: white;
 margin-right: 20px;
 position: relative;
 top:5px;
 left: 20px;
 width: 100px;
 border: none;
 border-radius: 3px;
 }
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']
  {
  	width: 100%;
  	position: relative;
  	background: none;
    height: 900px;
    padding-bottom: 100px;
    overflow-y: scroll;
    top: 50px;
  }
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']>div
  {
  	width: 100%;
  	position: relative;
  	min-height: 50px;
  	background: none;
   border-bottom: 1px solid gray;
   overflow: hidden;
   padding-top: 10px;
   /*margin-left: 5px;*/
  }
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']>div>[id*="order_btn"]
  {
  	position: relative;
  	background: black;
   left: 0px;
   color: white;
   border: 1px solid rgba(0, 0, 0, 0);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 24px;
   margin-right: 1px;
  }
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']>div>[id*="order_category"]
  {
  	position: relative;
  	background: none;
   left: 40px;
   color: black;
   border: none;
   font-size: 14px;
   top: 2px;
/*   min-width: 210px;*/
  } 
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']>div>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   left: 30px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
   min-width: 210px;
  }
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']>div>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   overflow: hidden;
   margin-top: 15px;
   padding-bottom: 15px;
  }
 #formula_quotation_sent>[id*='formula_quotation_sent_btndiv']>div>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
      
 /*order_get.js*/
  #order_get_div{
	position: relative; 
	width: 100%;
	height: 100%;
/* 	overflow-x: hidden;
	overflow-y: scroll; */
  }
 #order_get
 {
 	width: 100%;
 	height: 100%;
 	position: relative;
 	/*left:20%;*/
/* 	top:0px; */
 	background: white;
 	overflow-x: hidden;
    overflow-y: scroll;
/* 	padding-bottom: 100px; */
 }
 #order_get_top
 {
 	width: 100%;
 	height:40px;
 	position: relative;
 	background: white;
 	overflow: hidden;
 } 
#order_get_bar
 {
 	/*width: 95%;*/
 	height: 50px;
 	position: relative;
 	top:0px;
 	background: white;
 	float: left;
 	padding-right: 20px;
 }
#order_get_bar>input
 {
 height: 30px;
 font-size: 12px;
 background: rgba(50,70,60,1);
 color: white;
 margin-right: 20px;
 position: relative;
 top:5px;
 left: 20px;
 width: 100px;
 border: 1px solid rgba(50,70,60,1);
 border-radius: 5px;
 }
#order_get_sort
 {
 	width: 450px;
 	height: 40px;
 	position: absolute;
 	top:0px;
 	background: white;
 	float: right;
 	padding-top: 4px;
 	right: 60px;
 	margin-bottom: 30px;
 }
#order_get_listname
 {
 	width: 100%;
 	min-height: 30px;
 	position: relative;
 	top:0px;
 	background: white;
 	padding-top: 4px;
 	padding-left: 15px;

    /*margin-left: 5px;*/
 	/*display: none;*/
 }
#order_get_listname>div
 {
 	position: relative;
 	float: left;
 	/*text-align: center;*/
 }       
 
#order_get>[id*='order_get_btndiv']
  {
  	width: 100%;
  	position: relative;
  	background: none;
    min-height: 900px;
    padding-bottom: 300px;

  }
#order_get>[id*='order_get_btndiv']>div
  {
  	width: 100%;
  	position: relative;
  	min-height: 50px;
  	background: none;
   border-bottom: 1px solid rgba(50,70,60,0.5);
   overflow: hidden;
   padding-top: 10px;
   /*margin-left: 5px;*/
  }
#order_get>[id*='order_get_btndiv']>div>[id*="order_btn"]
  {
  	position: relative;
  	background: rgba(40,40,40,1);
   left: 0px;
   color: white;
   border: 1px solid rgba(0, 0, 0, 0);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 24px;
   margin-right: 2px;
  }
#order_get>[id*='order_get_btndiv']>div>[id*="order_category"]
  {
  	position: relative;
  	background: none;
   left: 40px;
   color: black;
   border: none;
   font-size: 14px;
   top: 2px;
/*   min-width: 210px;*/
  } 
#order_get>[id*='order_get_btndiv']>div>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   margin-left: 10px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
   min-width: 210px;
  }
#order_get>[id*='order_get_btndiv']>div>[id*="orderpur"]
  {
  	position: relative;
  	background: rgba(50,70,60,1);
   left: 0px;
   color: white;
   border: 1px solid rgba(255, 255, 255, 1);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 26px;
   margin: 1px;
  }
#order_get>[id*='order_get_btndiv']>div>div[id*="order_purchase"]>div[id*="orderpur_top"]>input
  {
  	position: relative;
  	background: rgba(50,70,60,1);
   left: 0px;
   color: white;
   border: 1px solid rgba(255, 255, 255, 1);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 26px;
   margin: 1px;
  }	
#order_get>[id*='order_get_btndiv']>div>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   overflow: hidden;
   margin-top: 15px;
   padding-bottom: 15px;
   padding-left: 15px;
  }
#order_get>[id*='order_get_btndiv']>div>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
#order_get>[id*='order_get_btndiv']>[id*='order']>[id*='order']>[id*='order_btnnamediv']>div:nth-child(1)
  {
  	display: none;
  }
 #order_get_time_btn{
	 position: relative;
	   left: 0px;
	   top: 5px;
	   height: 30px;
	   background: green;
	   color: white;
 }	
#order_get>[id*='order_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>iframe
  {
  	display: none;
  }
#order_get>[id*='order_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=user_manage_btn_createcatego3]
  {
  	display: none;
  }
#order_get>[id*='order_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=formula_img_input_imgup]
{
  	height: 30px;
    background: green;
    position: relative;
    left:50px;
    margin-right: 30px;
    top: 0px;
  }
#order_get>[id*='order_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=user_manage_btn_createcatego2]
{
  	height: 30px;
    background: green;
    position: relative;
    left:50px;
    margin-right: 30px;
    top: 0px;
  }

/*==========================*/
#purchase_sent{
	width: 100%;
  min-height: 1000px;
  position: relative;
/*  left: 20%;*/
/*  top: 0px;*/
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
} 
#purchase_sent>[id*='stock_produce_sort']{
width: 450px;
  height: 40px;
  position: absolute;
  top: 0px;
  background: white;
  float: right;
  padding-top: 4px;
  right: 100px;
  margin-bottom: 30px;
}
#purchase_sent>[id*='purchase_sent_btndiv']
  {
  	width: 100%;
  	position: relative;
  	background: none;
    height: 900px;
    padding-bottom: 100px;
    overflow-y: scroll;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div
  {
  	width: 100%;
  	position: relative;
  	min-height: 50px;
  	background: none;
   border-bottom: 1px solid gray;
   overflow: hidden;
   padding-top: 10px;
   /*margin-left: 5px;*/
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>[id*="order_btn"]
  {
  	position: relative;
  	background: black;
   left: 0px;
   color: white;
   border: 1px solid rgba(0, 0, 0, 0);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 24px;
   margin-right: 1px;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>[id*="order_category"]
  {
  	position: relative;
  	background: none;
   left: 40px;
   color: black;
   border: none;
   font-size: 14px;
   top: 2px;
/*   min-width: 210px;*/
  } 
#purchase_sent>[id*='purchase_sent_btndiv']>div>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   left: 30px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
   min-width: 210px;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   overflow: hidden;
   margin-top: 15px;
   padding-bottom: 15px;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>iframe
  {
  	display: none;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=user_manage_btn_createcatego3]
  {
  	display: none;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=formula_img_input_imgup]
{
  	height: 30px;
    background: green;
    position: relative;
    left:50px;
    margin-right: 30px;
    top: 0px;
  }
#purchase_sent>[id*='purchase_sent_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=user_manage_btn_createcatego2]
{
  	height: 30px;
    background: green;
    position: relative;
    left:50px;
    margin-right: 30px;
    top: 0px;
  }
/*==========================*/
/*==========================*/
#purchase_get{
	width: 100%;
  min-height: 1000px;
  position: relative;
/*  left: 20%;*/
/*  top: 0px;*/
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
} 
#purchase_get>[id*='stock_produce_sort']{
width: 450px;
  height: 40px;
  position: absolute;
  top: 0px;
  background: white;
  float: right;
  padding-top: 4px;
  right: 100px;
  margin-bottom: 30px;
}
#purchase_get>[id*='purchase_get_btndiv']
  {
  	width: 100%;
  	position: relative;
  	background: none;
    height: 900px;
    padding-bottom: 100px;
    overflow-y: scroll;
  }
#purchase_get>[id*='purchase_get_btndiv']>div
  {
  	width: 100%;
  	position: relative;
  	min-height: 50px;
  	background: none;
   border-bottom: 1px solid gray;
   overflow: hidden;
   padding-top: 10px;
   /*margin-left: 5px;*/
  }
#purchase_get>[id*='purchase_get_btndiv']>div>[id*="order_btn"]
  {
  	position: relative;
  	background: black;
   left: 0px;
   color: white;
   border: 1px solid rgba(0, 0, 0, 0);
   padding-left: 10px;
   padding-right: 10px;
   min-width: 60px;
   height: 24px;
   margin-right: 1px;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>[id*="order_category"]
  {
  	position: relative;
  	background: none;
   left: 40px;
   color: black;
   border: none;
   font-size: 14px;
   top: 2px;
/*   min-width: 210px;*/
  } 
#purchase_get>[id*='purchase_get_btndiv']>div>[id*="order_num"]
  {
  	position: relative;
  	background: none;
   left: 30px;
   color: black;
   border: none;
   font-size: 18px;
   top: 4px;
   min-width: 210px;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>div
  {
  	position: relative;
  	min-height: 50px;
  	background: none;
   overflow: hidden;
   margin-top: 15px;
   padding-bottom: 15px;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>iframe
  {
  	display: none;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=user_manage_btn_createcatego3]
  {
  	display: none;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=formula_img_input_imgup]
{
  	height: 30px;
    background: green;
    position: relative;
    left:50px;
    margin-right: 30px;
    top: 0px;
  }
#purchase_get>[id*='purchase_get_btndiv']>div>div>div>[id*='order_sent_imglist']>[id*='formula_img']>form>[id*=user_manage_btn_createcatego2]
{
  	height: 30px;
    background: green;
    position: relative;
    left:50px;
    margin-right: 30px;
    top: 0px;
  }  
/*======================*/
#company_settle_div{
position: relative;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
background: white;
}
#company_settle{
	width: 100%;
  min-height: 600px;
  overflow: hidden;
  padding-bottom: 500px;

}
#company_settle>[id*="formula_order_set_basic_input"]
 {
  position: relative;
  min-height: 30px;
  background: none;
  width: 100%;
  border:none;
  margin-top: 10px;
 }
 #company_settle>div>input:nth-child(1){
	 position: relative;
	 border: none;
	 background: none;
	 min-width: 120px;
	 height: 30px;
	 font-size: 18px;
 }
 #company_settle>div>input:nth-child(2){
 	 position: relative;
 	 border: none;
 	 background: none;
 	 min-width:600px;
 	 height: 30px;
 	 font-size: 18px;
	 text-align: left;
	 border-bottom: 1px solid rgba(50,70,60,1);
 }  
/*==========================*/    
   #order_mode_processdiv_ordertext>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
  #order_mode_processdiv_ordertext
  {
  	position: relative;
  	min-height: 50px;
  	background: white;
  	overflow-y: auto;
  }
  #purchase_create_ordertext>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
  #purchase_create_ordertext>div>div
  {
  	position: relative;
  	min-height: 30px;
  	background: none;
   float: left;
    word-break: break-all;
  }
  #purchase_create_ordertext
  {
  	position: relative;
  	min-height: 50px;
  	background: white;
  	overflow-y: auto;
  }
/*formula_quotation_order_get*/
#formula_quotation_set_div_top{
	position: relative;
	min-width: 300px;
	min-height: 1px;

}
#formula_quotation_set_div_body{
	position: relative;
	  width: 100%;
	  height: 500px;
	  overflow-y: scroll;
	  overflow-x: hidden;
	  padding: 10px;
}
#formula_quotation_set_div_body>div{
position: relative;
  width: 100%;
  min-height: 55px;
  border-bottom: 2px solid white;
  margin-top: 20px;
}
#formula_quotation_set_div_body>div>div{
position: relative;
  width: 100%;
  min-height: 35px;
/*  border-bottom: 2px solid white; */
  margin-top: 5px;
  overflow: hidden;
}
#formula_quotation_set_div_body>div>div>div:nth-child(1){
position: relative;
  min-width: 10px;
  min-height: 30px;
float: left;
font-size: 20px;
color: white;
}
#formula_quotation_set_div_body>div>div>div:nth-child(2){
position: relative;
  min-width: 300px;
  max-width: 600px;
  min-height: 30px;
float: left;
font-size: 20px;
color: white;
}	   
/*formula_order_set*/
#formula_order_set_div{
	         width: 100%;
	         height: 90%;
	         
	         background: none;
	         position: absolute;
             top:60px;
	         left: 5px;
	         overflow: hidden;
}
#formula_order_set_div_top{
	position: relative;
	min-width: 300px;
	min-height: 1px;

}
#formula_order_set_div_body{
	position: relative;
	width: 100%;
	height: 500px;
/*	padding-bottom: 150px;*/
	overflow-y: scroll;
	overflow-x: hidden;
}
#formula_order_set_div_body>div{
	position: absolute;
	top:0px;
	width: 99%;
	min-height: 55px;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom: 2px solid white;
	float: left;
}
#formula_order_set_div_body>div>[id*="btnname"]{
	position: relative;

	height: 50px;
	border: none;
	background: none;
    outline: none;
	font-size: 20px;
	color: white;
}
#formula_order_set_div_body>div>[id*="btnval"]{
	position: relative;
	width: 50%;
	height: 40px;
	border: none;
	background: none;
	outline: none;
	font-size: 20px;
	color: white;
	padding-left: 10px;
	text-align: left;
}
#formula_order_set_div_body>div>div>select{
	position: relative;
	top:5px;
	width: 220px;
	height: 50px;
	border: none;
	
	left: 5px;
	font-size: 15px;
}
#formula_order_set_div_body>div>div>select>option{
	position: relative;
	width: 180px;
	height: 50px;
	border: none;
	top: 100px;
	left: 5px;
	font-size: 15px;
}
#formula_order_set_div_body>div>div>select>input{
	position: relative;
	width: 180px;
	height: 50px;
	border: none;
	top: 100px;
	left: 5px;
	font-size: 15px;
}
#formula_order_set_div_top>select{
	         width: 400px;
	         height: 30px;
	         background: white;
	         position: relative;

	         left: 2px;
	         margin-left:2px;
	         margin-right:2px;
}
#formula_order_set_div_top>input{
	         min-width: 80px;
	         height: 30px;
	         color:orange;
	         background: black;
	         position: relative;
         
	         margin-left:5px;
	        
}
#formula_order_set_basic{
	width: 80%;
/*	max-height:10%;*/
     max-height: 600px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#formula_order_set_basic>[id*="formula_order_set_basic_input"]
 {
  position: relative;
  height: 30px;
  background: none;
  width: 100%;
  left:20px;
  border:none;
  border-bottom: 2px solid white;
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
 }
#company_order_nianfei{
	position: relative;
	margin-top: 100px;
	width: 950px;
	min-height: 300px;
	border: 2px solid white;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
	left: 20px;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 16px;
	padding-right: 20px;
}
#company_order_nianfei>[id*="input1"]{
	border: none;
	background: none;
	outline: none;
	margin-right: 30px;
	font-size: 16px;
}
#company_order_nianfei>[id*="input2"]{
	border: none;
	background: none;
	outline: none;
	margin-right: 30px;
	font-size: 16px;
	float: right;
}
#company_order_nianfei>[id*="input3"]{
	border: none;
	background: none;
	outline: none;
	margin-right: 30px;
	font-size: 16px;
	float: right;
}
#company_order_nianfei>[id*="input4"]{
	border: 1px solid white;
	background: none;
	outline: none;
	color: white;
	font-size: 16px;
	float: right;
} 
#formula_order_set_basic_over
 {
 	width: 80px;
 	height: 40px;
 	background: black;
 	color: white;
 	font-size: 16px;
 	margin-left: 20px;
 	margin-top: 20px;
 	position: relative;
 	top: 20px;

 }
 /*customer.js*/
 #customer_bodydiv{
 	width: 100%;
 	background: none;
 	height: 850px;
 	overflow-x: hidden;
 	overflow-y: scroll;
 }
 #customer_btndiv{
 	width: 100%;
 	background: none;
 	min-height: 50px;
	border-bottom: 200px;
 	/* overflow-x: hidden;
 	overflow-y: scroll; */
 }
  #customer_btndiv>div{
 	width: 100%;
 	background: none;
 	min-height: 100%;
 	/* overflow-x: hidden;
 	overflow-y: auto; */
 	padding-right: 15px;
	padding-bottom: 100px;
 }
 #customer_btndiv>div>div{
 	width: 100%;
 	min-height: 30px;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
 	overflow: hidden;
 	padding-top: 5px;
 	padding-bottom: 10px;
 }
 #customer_btndiv>div>div>input{
/*position: relative;
width: 100%;
height: 30px;
background: none;
border: none;
text-align: left;
border-bottom: 1px solid blue;*/
 }
 #customer_btndiv>div>div>div{
position: relative;
float: left;
/*width: 14.2%;*/
margin-top: 10px;
 word-break: break-all;
 }
 #customer_btndiv>div>div>div>[id*='customer_beizhu']{
min-width: 38px;
height: 21.5px;
color: rgba(250, 250, 250, 1);
border: none;
 }
 #customer_btndiv>div>div>div>[id*='customer_btnlook']{
min-width: 40px;
height: 25px;
border: 2px solid white;
background: rgba(50, 70, 60, 0.3);
 } 
 #customer_btndiv>div>div>div>[id*='customer_btnchat']{
min-width: 80px;
height: 25px;
border: 2px solid white;
background: rgba(50, 70, 60, 0.3);
 }  
 #customer_btndiv>div>div>div>div{
position: relative;
float: left;
min-height: 20px;
border-top: 1px solid gray;
top:-5px;
 word-break: break-all;
 }
 #customer_btndiv2{/*order_sent.js页面的客户有用到*/
 	width: 100%;
 	background: none;
 	min-height: 0px;
 	overflow-x: hidden;
 	overflow-y: auto;
 }
 #customer_btndiv2>div{
 	width: 100%;
 	min-height: 30px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
 	overflow: hidden;
 	padding-top: 5px;
 	padding-bottom: 10px;
 }
 #customer_btndiv2>div>input{
position: relative;
width: 100%;
height: 30px;
background: none;
border: none;
text-align: left;
border-bottom: 1px solid blue;
 }
 #customer_btndiv2>div>div{
position: relative;
float: left;
/*width: 14.2%;*/
margin-top: 10px;
 word-break: break-all;
 }
 #customer_btndiv2>div>div>div{
position: relative;
float: left;
min-height: 20px;
border-top: 1px solid gray;
top:-5px;
 word-break: break-all;
 }
#order_mode_btndiv_customeradd>div
{
	position: relative;
width: 100%;
min-height: 40px;
background: none;
border-bottom: 1px solid gray;
overflow:hidden;
}
#order_mode_btndiv_customeradd>div>select
{
position: relative;
  width: 100px;
  min-height: 40px;
  font-size: 20px;
  margin-right:5px
}
#order_mode_btndiv_customeradd>div>[id*="customer"]
{
	border: none;
	background: none;
	height: 50px;
	font-size: 20px;
	position: relative;
	margin-right: 5px;
    text-align: left;
}
#order_mode_btndiv_customeradd>div>[id*="text"]
{
	border: none;
	background: none;
	height: 50px;
	width: 50%;
	outline: none;
	font-size: 20px;
	position: relative;
text-align: left;
}
#order_mode_btndiv_shibie>div>[id*="customer"]
{
	border: none;
	background: none;
	height: 100%;
	font-size: 20px;
	position: relative;
	top: -5px;

}
#order_mode_btndiv_shibie>div>[id*="text"]
{
	border: none;
	background: none;
	height: 100%;
	width: 70%;
	outline: none;
	font-size: 20px;
	position: relative;
	top: -5px;

}
#order_mode_btndiv_shibie2
{
	position: relative;
width: 100%;
height: 40px;
background: none;
/*border-bottom: 1px solid blue;*/

}
#customer_over
{
	width: 80px;
	height: 30px;
	position: relative;
	margin-top: 10px;
	left: 20px;

}
#customer_over2
{
	width: 80px;
	height: 30px;
	position: relative;
	top: 10px;
	left: 20px;
    margin-left: 30px;
}
#customer_cancel
{
	width: 80px;
	height: 30px;
	position: relative;
	margin-top: 10px;
	left: 20px;

}
 /*logistics.js*/
 #formula_logistics{
 	overflow-x: hidden;
 	overflow-y: auto;
 	position: relative;
 	width: 1200px;
 	padding-top:130px;
 	margin: 0 auto;
 	/*border-bottom: 2px solid white;*/
 	min-height: 50px;
 }
#logisticsp2{
	width: 100%;
	min-height: 60px;
    padding-left: 100px;
}
#logisticsp2>select{
	width: 25%;
	min-height: 40px;
	position: relative;
	float: left;
	top: 0px;
	font-size: 28px;
}
#logisticsp2>[id*="logisticsi2"]{
width: 55%;
	min-height: 40px;
	position: relative;
	font-size: 24px;
margin-top: 3px;
}
#logisticsp2>[id*="logisticsibtn"]{
	position: absolute;
	left: 0px;
	font-size: 20px;
	background: none;
	border: none;
	color: white;
}
#logisticsp2c{
	width: 100%;
	min-height: 60px;
    padding-left: 100px;
    margin-top: 10px;
}
#logisticsp2c>select{
	width: 25%;
	height: 40px;
	position: relative;
	float: left;
	top: 0px;
	font-size: 28px;
}
#logisticsp2c>[id*="logisticsi2"]{
width: 55%;
	min-height: 40px;
	position: relative;
font-size: 24px;
margin-top: 3px;
}
#logisticsp2c>[id*="logisticsibtnc"]{
	position: absolute;
	left: 0px;
	font-size: 20px;
	background: none;
	border: none;
	color: white;
}
#formula_logistics_add
{
	width: 60%;
	min-height: 700px;
	background: rgba(50, 70, 60, 1.0);
	border: 2px solid white;
	position: relative;
	top: -700px;
	left: 20%;
	padding: 50px;
}
#formula_logistics_luru
{
/* 	width: 60%;
	min-height: 700px;
	background: rgba(50, 70, 60, 1.0);
	border: 2px solid white;
	position: relative;
	top: -700px;
	left: 20%;
	padding: 50px; */
	position:relative;
	width:100%;
	background: rgba(50, 70, 60, 1.0);
	min-height: 700px;
}
#formula_logistics_luru>input
{
	width: 120px;
	background: rgba(255, 255, 255, 0.7);
	height: 40px;
	font-size: 20px;
	border: 2px solid white;
	color: white;
	position: relative;
	margin-top: 50px;
	margin-right: 200px;
	left: 30%;
}
#formula_logistics_luru>div
{
	min-height: 50px;
	background: none;
	position: relative;

	width: 90%;
	overflow: hidden;
	padding-left:150px;
}
#formula_logistics_luru>div>[id*=btn1]
{
	color: white;
	background: none;
    border: none;
    font-size: 20px;
    padding-left: 20px;
    position: absolute;
    left: 0px;
}
#formula_logistics_luru>div>[id*=btn2]
{
    border: none;
    height: 30px;
    border-bottom: 1px solid green;
    min-width: 60%;
    background: none;
    font-size:20px ;
    outline: none;
    color: white;
	text-align: left;
}  
#formula_logistics_work>p{
height: 30px;
position: relative;
font-size: 24px;
color: white;
}
#formula_logistics_work>p>input{
height: 40px;
position: absolute;
left:100px;
width: 200px;
font-size: 24px;
}
#formula_logistics_work>p>select{
height: 40px;
position: absolute;
left:100px;
width: 205px;
font-size: 24px;
background:white;
border:rgba(0,0,0,0.5);
}
#formula_logistics_btn_count{
	height: 40px;
	width: 80px;
	border-radius: 50%;
	background: black;
	border:2px solid white;
	color: orange;
	position: absolute;
	left: 400px;
	top:290px;
}
#logistics_result_list{
	width: 100%;
	min-height: 400px;
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	background: none;
	overflow-x: hidden;
	overflow-y: auto;
	color: white;
	padding-right: 20px;
}
#logistics_result_list>[id*=re]{
	background: rgba(0,0,0,0.3);
	border: 1px solid white;
	margin-top: 5px;
	min-height: 50px;
	width: 98%;
	overflow-y: auto;
	padding-top: 25px;
	border-radius: 5px;

}
#logistics_result_list>div>div>div{
	position: relative;
	float: left;
	width: 120px;
	min-height: 160px;
	margin-right: 10px;
	border:1px solid white;
	/*height: 150px;*/
/*	border-left: 2px solid white;*/
}
#rte{
/*    border-bottom: 2px solid white;*/
	margin-top: 5px;
	min-height: 30px;
	width: 98%;
}
#logistics_result_list>div>[id*=re]{
	width: 20%;
	position: relative;
	float: left;
    text-indent:10px ;
}
/*factory.js*/
#company_sort{
	position: relative;
	top:145px;
    margin: 0 auto;
    width: 40%;
    z-index: 5;
    width: 1200px;
}
#company_sort>input
 {
 	background: rgba(255,255,255,0.2);
 	border:1px solid white;
 	margin-right: 5px;
 	border-radius: 3px;
 }

 /*salesperson.js*/
 #salesperson
  {
width: 100%;
  min-height: 100%;
  background: none;
  position: relative;
  }
  #salesperson_top
  {
position: relative;
  width: 1200px;
  height: 60px;
  margin: auto;
  padding-top: 50px;
  }
#salesperson_top_search {
  border: 0px;
  font-size: 20px;
  position: relative;
  left: 0%;
  width: 80%;
  height: 100%;
}
#salesperson_top_search_img {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
}
 #salesperson_body
  {
position:relative;
width:100%;
height:100%;
overflow-x: hidden;
overflow-y:scroll;
padding-right:20px;
  }
 #salesperson_body>div{
width: 1200px;
  min-height: 310px;
  position: relative;
  background: none;
  overflow: hidden;
  color: white;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 5px;
  padding-bottom:500px;
 } 
 #salesperson_body>div>div{
position: relative;
  width: 180px;
  height: 265px;
  float: left;
  padding: 4px;
  background: white;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 2px solid rgba(70,90,80,1);
 }
 #salesperson_body>div>div>div{
position:relative;
width:100%;
height:100%;
background:rgba(50,70,60,1);
 }
 #salesperson_body>div>div>div>div{
 	font-size: 14px;
    min-height: 20px;
	padding-bottom:5px;
    overflow: hidden;
	color:white;
 }
  #salesperson_body>div>div>div>div>img{
 	width: 180px;
 	height: 180px;
 	position: relative;
 }
 #salesperson_div_sent{
 	width: 60%;
 	min-height: 500px;
 	position: fixed;
 	top: 170px;
 	left: 20%;
 	background: rgba(0,0,0,0.9);
 }
 #salesperson_div_sent>p
 {width: 80%;
 	height: 40px;
 	background: none;
 	border-radius: 2px;
 	border:none;
 	border-bottom: 1px solid white;
 	color:white;
 	position: relative;
 	left: 10%;
 	top:50px;
 }
 #salesperson_div_sent>input
 {width: 100px;
 	height: 40px;
 	background: none;
 	border-radius: 2px;
 	border:none;
 	border-bottom: 1px solid white;
 	color:white;
 	position: relative;
 	top: 150px;
 	left: 300px;
 	margin-right: 20px;
 }
/*formula_stock_set_category*/
#stock_set
{
	background: rgba(255,255,255,0.1);
	height: 900px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#stock_set>div
{
	padding-top: 20px;
	min-height: 60px;	
}
#stock_set>div>div
{
width: 400px;
float: left;
position: relative;
left: 20px;
color: white;
}
#stock_set>div>input
{
	min-width: 60px;
	height: 30px;
	background: green;
border: 2px solid white;
margin-left: 5px;


}
#stock_set>select
{
	height: 30px;
	width: 120px;
	
}
#formula_stock_btn
{
	height: 25px;
	width: 150px;
	
}
#formula_stock_btn2
{
	height: 27px;
	border: 3px solid white;
}
/*stock_produce.js*/
#stock_produce
 {
 	width: 80%;
 	min-height: 600px;
 	background: rgba(0, 0, 0, 0.2);
 	position: relative;
 	top: 120px;
 	margin: 0 auto;
 	overflow-x: hidden;
 	overflow-y: auto;
 	border: 2px solid white;
 	padding-bottom: 120px;
 	margin-bottom: 150px;
 }
#stock_produce_bar
 {
 	background: none;
 	height: 40px;
 	position: relative;
 	top: 10px;
 	left: 10px;
 }
#stock_produce_bar>select
 {
 	width: 120px;
 	height: 30px;
 }
#stock_produce_search
 {
 	width: 60px;
 	height: 33px;
 	border: 2px solid white;
 }
#stock_html_search
 {
 	width: 60px;
 	height: 28px;
 	border: 2px solid white;
 }
#stock_produce_searchp
 {
 	width: 60px;
 	height: 28px;
 	border: 2px solid white;
 }
#stock_produce_knowledge
 {
 	width: 70px;
 	height: 27px;
 	border: 2px solid white;
 	float: right;
 	position: relative;
 	right: 50px;
 }
#stock_produce_inputtext
 {
	position:relative; 
    width: 250px;
 	height: 25px;	
 }
 #stock_produce_excel{
	 width: 80px;
	   height: 32px;
	   border: 2px solid white;
 }
#stock_produce_btndiv
 {
 	position: relative;
 }
#stock_produce_btndiv>div
 {
 	position: relative;
 	min-height: 40px;
 	overflow-y: auto;
 }
 #stock_produce_btndiv>div>div
 {
 	position: relative;
 	min-height: 40px;
 	overflow-y: auto;
 	width: 30%;
 	float: left;
 	border-bottom: 1px solid white;
 	padding-top: 20px;
 }
 #produce
  {
  	width: 1200px;
  	min-height: 800px;
  	overflow-x: hidden;
  	overflow-y: auto;
  	margin: 0 auto;
  	position: relative;
  	top: 40px;
  	background: rgba(255, 255, 255, 0.2);
  }
 #produce_top_left
  {
  	width: 350px;
  	height: 350px;
  	background: none;
  	border: none;
  	position: relative;
  }
 #produce_top_left>img
  {
  	width: 350px;
  	height: 350px;
  } 
  #produce_top_leftab>img
  {
  	width: 40px;
  	height: 40px;
  	position: relative;
  	margin-left: 20px;
  	left: 20px;
  	border-radius: 3px;
  } 
 #produce_top_right
  {
  	width: 798px;
  	height: 350px;
  	background: none;
  	border: 1px solid white;
  	position: relative;
  	left: 400px;
  	top: -350px;
  }
  #produce_top_right>div
  {
  	width: 600px;
  	min-height: 25px;
  	background: none;
  	position: relative;
  	left: 20px;
  	font-size: 20px;
    padding-top: 50px;
  }
 #produce_description
  {
  	width: 1197px;
  	min-height: 350px;
  	background: none;
  	border: 1px solid white;
  	position: relative;
  	top: -330px;

  }

    #produce_description>div
  {
  	width: 1160px;
  	min-height: 80px;
  	background: none;
  	position: relative;
  	font-size: 20px;
  	top: 20px;
  	left: 20px;
  	margin-bottom: 40px;
    /*padding-top: 60px;*/
  }
 #produce_picture
  {
  	
  	position: relative;
  	top: -300px;

  }  
  #produce_order
  {
  	width: 1197px;
  	min-height: 500px;
  	background: none;
  	border: 1px solid white;
  	position: relative;
  	top: -310px;
  }
 #produce_order_diva
  {
    font-size: 20px;
  }
 #produce_order_picture
  {
    min-height: 500px;
    width: 100%;
  }
  #produce_order_picture>div
  {
    height: 270px;
    width: 270px;
    border: 1px solid white;
    margin: 13px;
    float: left;

  }
 #produce_order_picture>div>img
  {
  width: 100%;
  height: 100%;
  }
  #produce_order_divb
  {
    font-size: 20px;
  }
#produce_order_list
  {
    min-height: 400px;
    width: 100%;
    position: relative;
    top: 20px;
  }
 #produce_order_list>div
  {
    min-height: 40px;
    width: 100%;
    border-bottom: 1px solid white;
  }

  #stock_categorbiaoqian_all>input{
  	min-width: 120px;
  	height: 40px;
  	position: relative;
  	font-size: 24px;
  }
   #stock_categorbiaoqian_have>input{
  	min-width: 120px;
  	height: 40px;
  	position: relative;
  	font-size: 24px;
  }
  #stock_categoryimg>[id*=order_btnnamendx]>input{
  	min-width: 120px;
  	height: 80px;
  	position: relative;
  	font-size: 24px;
  } 
 /*official_website*/
 #official_website
 {
 	min-height: 800px;
  background: rgba(255, 255, 255, 1);
  position: relative;
 }
 #official_website_banner{
  height: 150px;
  width: 100%;
  position:relative;

 }
  #official_website_bannerdiv{
  height: 150px;
  width: 1200px;
  margin: 0 auto;

 }
   #official_website_bannerdivright{
  height: 150px;
  width: 1000px;
  overflow: hidden;
  position: relative;

 }
 #official_website_bannerdivleft{
  margin-top: 10px;
  margin-right: 10px;
  width: 120px;
  height: 120px;
  border: 2px solid white;
  padding: 5px;
  background: none;
  float: left;
  
  position: relative;
 }
 #official_website_bannerdivleft>img{
  height: 100%;
  width: 100%;

 }
 #official_website_banner_top 
 {
 	height: 60px;
 	background: rgba(30, 50, 40,0.5);
 	position: relative;
 	width: 100%;
 /* 	margin-bottom: 10px; */
 }
 #official_website_banner_top1 
 {
 	height: 100%;
 	background: none;
 	width: 1200px;
 	margin: 0 auto;
 }
  #official_website_banner_top1>div 
  {
  	height: 32px;
  	width: 195px;
  	background: none;
  	font-size: 24px;
  	color: white;
  	margin-top: 14px;
  	border-right: 2px solid rgba(255, 255, 255, 0.5);
  	float: left;
  	position: relative;
  	text-align: center;

  }
  #company_bar_top_btn1{
	border-left: 2px solid rgba(255, 255, 255, 0.5);  
  }
 #bannerdivleft_name{
  padding-top: 10px;
  height: 90px;
  color: black;
  font-size: 64px;
  border-bottom: 3px solid rgb(150, 150, 150);
} 
 #bannerdivleft_name2{
  padding-top: 5px;
  height: 40px;
  color: black;
  font-size: 24px;
  overflow: hidden;
} 
   #official_website_company_img
  {
/*  	height: 550px;*/
    padding-bottom: 50px;
  	background: none;
  	position: relative;
  	margin-bottom: 10px;
  }
    #official_website_company_img1
  {
/*  	height: 500px;*/
  	background: none;
 	width: 1200px;
 	margin: 0 auto;
  }
      #official_website_company_img1>img
  {
  	position: relative;
  	width: 100%;
/*  	height: 100%;*/
  }
 #official_website_product_list_top
  {
  	height: 50px;
  	background:none;
  	position: relative;
background: rgba(30, 50, 40, 0.5);
padding-top: 10px;
color: rgba(250,250,250,0.8);
  }
 #official_website_product_list_top1
  {
  	height: 50px;
  width: 1200px;
  margin: 0 auto;
  }
 #official_website_product_doing_top
  {
  	height: 50px;
  	background:none;
  	position: relative;
background: rgba(30, 50, 40, 0.5);
padding-top: 10px;
  }
 #official_website_product_doing_top1
  {
  	height: 50px;
  width: 1200px;
  margin: 0 auto;
  }	   
  #official_website_company_top
  {
  	height: 110px;
  	background:none;
  	position: relative;
background: rgba(30, 50, 40, 0.5);
padding-top: 10px;
  }
    #official_website_company_top1
  {
  	height: 100px;

 	width: 1200px;
 	margin: 0 auto;
  }
 #official_website_company_top_left
 {
 	width: 294px;
 	height: 100%;
 	margin-right: 7px;
 	float: left;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(0, 0, 0,0.3);

 }
  #official_website_company_top_left1
 {
 	width: 294px;
 	height: 100%;
 	float: left;
 	margin-right: 7px;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(139, 233, 51,0.9);
 }
   #official_website_company_top_left2
 {
 	width: 294px;
 	height: 100%;
 	float: left;
 	margin-right: 7px;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(254, 142, 37,0.9);
 }
   #official_website_company_top_left3
 {
 	width: 294px;
 	height: 100%;
 	float: left;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(16, 170, 237,0.9);
 } 
  #official_website_company_top_left_duanping
 {
 	width: 260px;
 	height: 40px;
 	position: relative;
 	padding-top: 30px;
 	left: 20px;
 	font-size: 36px;
 	color: white;
 }
 #official_website_company_body{
height: 1550px;
background: rgba(30, 50, 40, 0.5);
  overflow-y: auto;
  padding-top: 5px;
  position: relative;
 }

 #official_website_company_bodyproduce{
 	position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
 
 }

 #official_website_company_bodyproduce>[id*="orderx"]
 {
 	width: 293px;
 	height: 293px;
 	border: 1px solid white;
 	padding:2px;
 	float: left;
 }
#official_website_company_bodyproduce>[id*="orderx"]>img
 {
 	width: 100%;
 	height: 100%;
 }
 #official_website_contact{
 	width: 200px;
 	height: 400px;
 	background: rgba(255, 10, 10, 0.8);
 	position: fixed;
 	top:250px;
 	left: 0px;
 	padding: 20px;
 	z-index: 9;
 }
  #official_website_contacta{
 	width: 100%;
 	height: 40px;
 	background: none;
 	position: relative;
   color: white;
   text-align: center;
   font-size: 24px;
 }
   #official_website_contactb{
 	width: 200px;
 	height: 200px;
 	background: none;
 	position: relative;
   text-align: center;
   margin-top: 10px;
/*   border-radius: 50px;*/
 }
 #official_website_contactb>img{
 	width: 100%;
 	height: 100%;
    border-radius: 100px;
 }
   #official_website_contactc{
 	width: 100%;
 	height: 40px;
 	background: none;
 	position: relative;
   color: white;
   text-align: center;
   font-size: 24px;
   margin-top: 20px;
 }
   #official_website_contactd{
 	width: 100%;
 	height: 40px;
 	background: none;
 	position: relative;
   color: white;
   text-align: center;
   font-size: 20px;  
 }
 #official_website_contacte{
 	width: 100%;
 	height: 40px;
 	background: none;
 	position: absolute;
   color: white;
   text-align: center;
   font-size: 24px;
   bottom: 15px;
   left: 0px;
 }
 #official_website_product_list{
  min-height: 150px;
/*  padding-bottom: 50px; */
  background: rgba(30, 50, 40, 0.5);
  position: relative;
margin-top: 10px;
 }
 #official_website_product_list_div{
 	min-height: 100px;
 	position: relative;
 	width: 1200px;
    margin: 0 auto;
 }
 #official_website_product_list_diva{
  height: 50px;
  background: none;
  position: relative;
  padding-top: 50px;
  padding-bottom: 5px;
  width: 1200px;
  margin: 0 auto;
 }
 #official_website_product_list_diva1{
 	position: relative;
 	height: 50px;
 	border: 1px solid rgba(0, 0, 0, 0.5);
 	padding-left: 10px;
 	width: 800px;
 	padding-right: 10px;
 	font-size: 24px;
 	margin-right: 20px;
    margin-left: 130px;
 }
 #official_website_product_list_diva2{
    height: 55px;
    width: 100px;
    background: red;
    font-size: 24px;
    color: white;
    border-radius: 10px;
 }
  #official_website_product_list_divb{
  min-height: 50px;
  background: none;
  position: relative;
  padding-bottom: 10px;
  padding-left: 130px;
  padding-right: 250px;
 }
 #official_website_product_list_divb>div{
  font-size: 20px;
  min-width: 60px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  color: white;
 }
  #official_website_product_list_body{
min-height: 1550px;
background: rgba(30, 50, 40, 0.5);
/*  overflow-y: auto;*/
  padding-top: 5px;
  position: relative;
 }
  
 #official_website_product_list_bodyproduce{
 	position: relative;
  width: 1200px;
  min-height: 1200px;
  margin: 0 auto;
  overflow: hidden;
 }
 #official_website_product_list_bodyproduce>[id*="orderx"]
 {
 	width: 293px;
 	height: 293px;
 	border: 1px solid white;
 	padding:2px;
 	float: left;
 	position: relative;
	background-repeat: no-repeat;
	background-size: 293px 293px;
	background-position: 2px 2px;
 }
#official_website_product_list_bodyproduce>[id*="orderx"]>img
 {
 	width: 100%;
 	height: 100%;
 }
 #official_website_product_list_bodyproduce>[id*="orderx"]>div
 {
 	width: 293px;
 	height:30px;
    position: absolute;
    font-size: 18px;
    overflow: hidden;
    bottom: 2px;
    text-align: center;
    background: none;
    color: rgba(50, 70, 60, 1);
 }
 #official_website_product_goods_body{
 min-height: 1200px;
 background: rgba(30, 50, 40, 0.5);
 /*  overflow-y: auto;*/
   padding-top: 5px;
   position: relative;
  }
   
  #official_website_product_goods_bodyproduce{
  	position: relative;
   width: 1200px;
   min-height: 1200px;
   margin: 0 auto;
   overflow: hidden;
   background: white;
  }
  #official_website_product_goods_bodyproduce>[id*="orderx"]
  {
  	width: 293px;
  	height: 293px;
  	border: 1px solid white;
  	padding:2px;
  	float: left;
  	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
  }
 #official_website_product_goods_bodyproduce>[id*="orderx"]>img
  {
  	width: 100%;
  	height: 100%;
  }
  #official_website_product_goods_bodyproduce>[id*="orderx"]>div
  {
  	width: 293px;
  	height:30px;
     position: absolute;
     font-size: 18px;
     overflow: hidden;
     bottom: 2px;
     text-align: center;
     background: none;
     color: rgba(50, 70, 60, 1);
  }
 #official_website_factory_live_body{
height: 1050px;
background: white;
  overflow-y: auto;
  padding-top: 5px;
  position: relative;
 }
  
 #official_website_factory_live_bodyproduce{
 	position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
 
 }  
 #official_website_formula_body{
min-height: 1000px;
background: white;
  overflow-y: hidden;
  padding-top: 5px;
  position: relative;
 }
  
 #official_website_formula_bodyproduce{
 	position: relative;
  width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
 }
 #official_website_formula_bodyproduce>[id*="orderx"]
 {
 	width: 293px;
 	height: 293px;
 	border: 1px solid white;
 	padding:2px;
 	float: left;
 	position: relative;
 }
#official_website_formula_bodyproduce>[id*="orderx"]>img
 {
 	width: 100%;
 	height: 100%;
 }
 #official_website_formula_bodyproduce>[id*="orderx"]>div
 {
 	width: 294px;
 	height:30px;
    position: absolute;
    font-size: 18px;
    overflow: hidden;
    bottom: 2px;
    text-align: center;
    background: none;
    color: rgba(50, 70, 60, 1);
 }  
 #official_website_product_doing_body{
 min-height: 1550px;
 background: rgba(30, 50, 40, 0.5);
 /*  overflow-y: auto;*/
   padding-top: 5px;
   position: relative;
  }
   
  #official_website_product_doing_bodyproduce{
  	position: relative;
   width: 1200px;
   min-height: 1200px;
   margin: 0 auto;
   overflow: hidden;
  }
  #official_website_product_doing_bodyproduce>[id*="order"]
  {
  	width: 100%;
  	min-height: 30px;
	background: white;
  	border-bottom:1px solid rgba(0,0,0,0.2);
    font-size: 18px;
  	position: relative;
	overflow: hidden;
  }
  #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxa"]
  {
  	width: 100px;
  	min-height: 30px;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: center;
	color: green;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;
  }
 #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxb"]
  {
  	width: 200px;
  	min-height: 30px;
  	background: none;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;

  }
  #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxb"]>img
   {
   	width: 100%;
   	height: 100%;
   	position: relative;

   }
 #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxc"]
  {
  	width: 100px;
  	min-height: 30px;
  	background: none;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: center;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;
  }
 #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxd"]
  {
  	width: 200px;
  	min-height: 30px;
  	background: none;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: center;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;
  }
 #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxe"]
  {
  	width: 200px;
  	min-height: 30px;
  	background: none;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: center;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;
  }
 #official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxf"]
  {
  	width: 100px;
  	min-height: 30px;
  	background: none;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: center;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;
  }
#official_website_product_doing_bodyproduce>[id*="order"]>[id*="orderxg"]
  {
  	width: 100px;
  	min-height: 30px;
  	background: none;
    font-size: 18px;
  	position: relative;
	float: left;
	text-align: center;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	margin-right: 5px;
  }	

#official_website_factory_live_top{
  	height: 570px;
  	position: relative;
   background: white;
   padding-top: 1px;
  }
#official_website_factory_live_top0{
	position: relative;
  	height: 540px;
 	width: 960px;
 	margin: 0 auto;
	border: 5px solid rgba(0,0,0,0.5);
	margin-bottom: 10px;
  }
#official_website_factory_live_top1{
	position: relative;
  	height: 10px;
 	width: 1200px;
 	margin: 0 auto;
  }				  
#official_website_formula_top{
  	height: 310px;
  	position: relative;
   background: white;
   padding-top: 1px;
  }
#official_website_formula_top0{
	position: relative;
  	height: 300px;
 	width: 1200px;
 	margin: 0 auto;
	overflow: hidden;
  }
#official_website_formula_top0>div{
width: 100%;
  min-height: 30px;
  background: white;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-size: 18px;
  position: relative;
  overflow: hidden;
  }
#official_website_formula_top0>div>div:nth-child(1){
width: 170px;
  min-height: 30px;
  font-size: 18px;
  position: relative;
  float: left;
  text-align: center;
  color: green;
  padding: 10px;
  word-break: break-all;
}
#official_website_formula_top0>div>div:nth-child(2){
width: 160px;
  min-height: 30px;
  background: none;
  font-size: 18px;
  position: relative;
  float: left;
  text-align: left;
  padding: 10px;
  word-break: break-all;

}
#official_website_formula_top0>div>div:nth-child(3){
  width: 100px;
    min-height: 30px;
    background: none;
    font-size: 18px;
    position: relative;
    float: left;
    text-align: center;
    text-align: left;
    padding: 10px;
    word-break: break-all;	
}
#official_website_formula_top0>div>div:nth-child(4){
  width: 100px;
    min-height: 30px;
    background: none;
    font-size: 18px;
    position: relative;
    float: left;
    text-align: center;
    text-align: left;
    padding: 10px;
    word-break: break-all;	
}
 #official_website_formula_top0>div>div:nth-child(5){
	width: 200px;
	  min-height: 30px;
	  background: none;
	  font-size: 18px;
	  position: relative;
	  float: left;
	  text-align: center;
	  text-align: left;
	  padding: 10px;
	  word-break: break-all; 
}
#official_website_formula_top0>div>div:nth-child(6){
	  width: 80px;
	    min-height: 30px;
	    background: none;
	    font-size: 18px;
	    position: relative;
	    float: left;
	    text-align: center;
	    text-align: left;
	    padding: 10px;
	    word-break: break-all;
}
#official_website_formula_top0>div>div:nth-child(7){
	width: 130px;
	  min-height: 30px;
	  background: none;
	  font-size: 18px;
	  position: relative;
	  float: left;
	  text-align: center;
	  text-align: left;
	  padding: 10px;
	  word-break: break-all; 
}
#official_website_formula_top0>div>div:nth-child(8){
	  width: 80px;
	    min-height: 30px;
	    background: none;
	    font-size: 18px;
	    position: relative;
	    float: left;
	    text-align: center;
	    text-align: left;
	    padding: 10px;
	    word-break: break-all;
		color: red;
}
#official_website_formula_top1{
	position: relative;
  	height: 10px;
 	width: 1200px;
 	margin: 0 auto;
  }
#official_website_formula_top_left{
  width: 260px;
  height: 30px;
  position: relative;
  padding-top: 10px;
  left: 20px;
  font-size: 20px;
  color: white;
}
#official_website_product_doing{
  min-height: 100px;
  padding-bottom: 20px;
  background: rgba(30, 50, 40, 0.5);
  position: relative;
 margin-top: 10px;
 }
 #official_website_product_doing_div{
 	min-height: 100px;
 	position: relative;
 	width: 1200px;
    margin: 0 auto;
 }
#official_website_product_goods{
  min-height: 100px;
  padding-bottom: 20px;
  background: rgba(30, 50, 40, 0.5);
  position: relative;
 margin-top: 10px;
 }
 #official_website_product_goods_div{
 	min-height: 100px;
 	position: relative;
 	width: 1200px;
    margin: 0 auto;
	padding-top: 20px;
 }
 #official_website_product_goods_diva{
 width: 570px;
   height: 300px;
   background: rgba(255, 255, 255, 1);
   border: 2px solid white;
   border-radius: 10px;
   position: relative;
   left: 300px;
   font-size: 30px;
   text-align: center;
   overflow: hidden;
 }
#official_website_product_goods_diva_div1{
height: 60px;
  font-size: 30px;
  color: gray;
  position: relative;
  top: 30px;
  text-align: center;	
}
#official_website_product_goods_diva_div2{
height: 100px;
  font-size: 120px;
  color: rgba(0,0,0,0.9);
  position: relative;
  top: 25px;
  text-align: center;	
}
#official_website_product_goods_diva_div3{
width: 200px;
  height: 30px;
  font-size: 15px;
  color: gray;
  position: relative;
  float: right;
  top: 115px;
  text-align: center;	
}
#official_website_product_goods_diva_div4{
width: 100%;
  height: 30px;
  font-size: 10px;
  color: gray;
  position: relative;
  top: 120px;
  padding-left: 20px;
  text-align: left;	  
}
#official_website_product_goods_diva_img{
position: absolute;
top: 50px;
left: 0px;
width: 530px;
height: 208px;
padding: 20px;
text-align: center;
display: none;
}
#official_website_product_goods_diva_imgc{	
	height: 100%;
}  
 /*company*/
 #company 
 {
 	min-height: 800px;
 	/*width: 1200px;
 	margin: 0 auto;*/
 }
 #banner{
  height: 150px;
  width: 100%;
  position:relative;

 }
  #bannerdiv{
  height: 150px;
  width: 1200px;
  margin: 0 auto;

 }
   #bannerdivleft{
  height: 150px;
  width: 1000px;
  overflow: hidden;
  float: left;
 }
 #bannerdivright{
  height: 150px;
  width: 200px;
  float: left;
 }
 #bannerdivright1{
  height: 35px;
  width: 188px;
  font-size: 25px;
  padding-top: 10px;
  padding-left: 10px;
 }
  #bannerdivright2{
  height: 30px;
  width: 188px;
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 75px solid white;
 }
 #bar_top 
 {
 	height: 60px;
 	background: rgba(0, 0, 0,0.3);
 	position: relative;
 	width: 100%;
 	margin-bottom: 10px;
 }
 #bar_top1 
 {
 	height: 100%;
 	background: none;
 	width: 1200px;
 	margin: 0 auto;
 }
  #bar_top1>div 
  {
  	height: 32px;
  	width: 200px;
  	background: none;
  	font-size: 24px;
  	color: white;
  	margin-top: 14px;
  	border-right: 2px solid rgba(255, 255, 255, 0.5);
  	float: left;
  	position: relative;
  	text-align: center;

  }
  #official_website_div_bottom 
 {
 	min-height: 120px;
 	background: rgba(0, 0, 0,0.8);
 	position: relative;
 	width: 100%;
    padding-top: 10px;
    border-top:5px solid rgba(30, 30, 30,1); ;
 }
 #official_website_div_bottoma 
 {
 	height: 100%;
 	background: none;
 	width: 1200px;
 	margin: 0 auto;
 }
  #official_website_div_bottoma>div 
  {
  	height: 32px;
  	padding-left: 10px;
  	padding-right: 10px;
  	background: none;
  	font-size: 20px;
  	color: rgba(255, 255, 255, 0.5);
  	margin-top: 10px;
/*  	border-right: 2px solid rgba(255, 255, 255, 0.5);*/
  	float: left;
  	position: relative;
  	text-align: center;

  }
   #company_img
  {
  	height: 550px;
  	background: rgba(0, 0, 0, 0.3);
  	position: relative;
  	margin-bottom: 10px;
  }
    #company_img1
  {
  	height: 500px;
  	background: none;
 	width: 1200px;
 	margin: 0 auto;
  }
      #company_img1>img
  {
  	position: relative;
  	width: 100%;
  	height: 100%;
  }  
  #company_top
  {
  	height: 100px;
  	background: rgba(0, 0, 0, 0.3);
  	position: relative;
/*  	padding-top: 190px;*/
/*  	margin-top: 190px;*/

  }
    #company_top1
  {
  	height: 100px;
  	background: none;
 	width: 1200px;
 	margin: 0 auto;
  }
 #company_top_left
 {
 	width: 294px;
 	height: 100%;
 	margin-right: 7px;
 	float: left;
/* 	border: 2px solid white;
 	border-top: 5px solid white;*/
 	text-align: center;
 	font-size: 36px;
 	background: rgba(0, 0, 0,0.3);
 }
  #company_top_left1
 {
 	width: 294px;
 	height: 100%;
 	float: left;
 	margin-right: 7px;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(139, 233, 51,0.9);
 }
   #company_top_left2
 {
 	width: 294px;
 	height: 100%;
 	float: left;
 	margin-right: 7px;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(254, 142, 37,0.9);
 }
   #company_top_left3
 {
 	width: 294px;
 	height: 100%;
 	float: left;
 	text-align: center;
 	font-size: 36px;
 	background: rgba(16, 170, 237,0.9);
 }
 #company_top_left_duanping
 {
 	width: 260px;
 	height: 40px;
 	position: relative;
 	padding-top: 30px;
 	left: 20px;
 	font-size: 36px;
/* 	border-bottom: 3px solid white;*/
 	color: white;
 }
 #company_top_left_duanpinglist
 {
 	width: 250px;
 	height: 140px;
 	position: relative;
 	
 }
  #company_top_left_duanpinglist>div>img
 {
 	width: 28px;
 	height: 28px;
 	position: relative;
 
 }
 #company_top_left_duanpinglist>div
 {
 	width: 210px;
 	height: 28px;
 	position: relative;
 	margin-top: 15px;
 	left: 20px;
 }
  #company_top_left_duanpinglist>div>div
 {
 	width: 156px;
 	height: 30px;
 	position: absolute;
 	left:35px;
 	top: -2px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
 	padding-left: 1px;
 	padding-top: 5px;
 	font-size: 16px;

 }
  #company_top_left_live
 {
 	width: 250px;
 	height: 40px;
 	position: relative;
 	padding-top: 50px;
 	padding-left: 20px;
 	font-size: 20px;
 	color: white;
 }
 #company_top_left_livelist
 {
 	width: 250px;
 	height: 140px;
 	position: relative;
 	
 }
    #company_top_left_livelist>div>img
 {
 	width: 28px;
 	height: 28px;
 	position: relative;
 
 }
 #company_top_left_livelist>div
 {
 	width: 210px;
 	height: 28px;
 	position: relative;
 	margin-top: 15px;
 	left: 20px;
 }
  #company_top_left_livelist>div>div
 {
 	width: 156px;
 	height: 30px;
 	position: absolute;
 	left:35px;
 	top: -2px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
 	padding-left: 1px;
 	padding-top: 5px;
 	font-size: 16px;

 }
 #company_top_right
 {
 	width: 946px;
 	float: right;
 }
#company_body
 {
 	height: 1550px;
 	background: rgba(0, 0, 0, 0.3);
 	overflow-y: auto;
 	padding-top: 5px;
 	position: relative;
 
 }
#company_bodydiv
 {
 	position: relative;
 	min-height: 600px;
 	width: 1200px;
 	margin: 0 auto;
 }
#company_bodydiv1
 {
 	width: 390px;
 	height: 510px;
 	float: left;
 	border: 2px solid white;
 /*	border-top: 50px solid rgba(255, 255, 255, 1);
 	border-bottom: 50px solid rgba(255, 255, 255, 1);*/
 	overflow: hidden;
 }
#company_bodydiv1>p
 {
 	width: 100%;
 	height: 30px;
 	position: relative;
 	margin-top: 30px;
 	top: 20px;
 	overflow: hidden;

 }
#company_bodydiv1>p>img
 {
 	width: 25px;
 	height: 25px;
 	position: relative;
 	top: 5px;

 }
#company_bodydiv2
 {
 	width: 800px;
 	height: 520px;
 	float: right;
 }
#company_bodydiv2>div
 {
 	width: 398px;
 	height: 235px;
 	border: 1px solid white;
 	float: left;
 	padding-top: 20px;

 }
#company_bodydiv2>div>div
 {
 	width: 360px;
 	height: 40px;
 	float: left;
 	padding-left: 15px;
 }
#company_orderonline
 {
 	width: 1200px;
 	min-height: 520px;
 	position: relative;
 	margin:0 auto;


 }
#company_orderonline2>div
 {
 	width: 398px;
 	height: 235px;
 	border: 1px solid white;
 	float: left;
 	padding-top: 20px;

 }
 #company_orderonline2>div>div
 {
 	width: 360px;
 	height: 40px;
 	float: left;
 	padding-left: 15px;
 }
#company_orderpicture
{
	padding-top: 30px;
	width: 1200px;
	margin: 0 auto;
	background: white;
	border-bottom: 2px solid white;
}
 #company_bodyproduce
 {
 	position: relative;
 	/*top: 50px;*/
 	width: 1200px;
 	min-height: 800px;
 	margin: 0 auto;
 
 }
 #company_bodyproducesearch
 {
 	position: relative;
 	/*top: 50px;*/
 	width: 1200px;
    height: 50px;
    background: none;
    margin: 0 auto;
 
 }
#company_produce_inputtext 
{
	border: 1px solid green;
	width: 250px;
	height: 30px;
}
#company_produce_search 
{
	
	width: 60px;
	height: 33px;
	position: relative;
	top: 0.5px;
}
#company_produce_sort 
{

	width: 60px;
	height: 33px;
	position: relative;
	top: 0.5px;
}
#company_bodyproduce>[id*="orderx"]
 {
 	width: 294px;
 	height: 294px;
 	border: 1px solid white;
 	padding:2px;
 	float: left;
 }
#company_bodyproduce>[id*="orderx"]>img
 {
 	width: 100%;
 	height: 100%;
 }
#company_bodyproduce>[id*="orderx"]>div
 {
 	text-align: center;
 	overflow: hidden;
 }
#company_bodyproduce1{
	width: 594px;
 	height: 666px;
 	border: 3px solid white;
 	position: relative;
 	float: right;
 	right: 0px;
 	overflow: hidden;
}
 /*店铺首页公式*/ 
 /*公式使用页面formula_work*/

#formula_work_lista{
   width: 100%;
   min-height: 300px;
	background: none;
	padding-bottom: 100px;
}
#formula_work_lista>p{

	position: relative;
	top:40px;
    left: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
	font-size:20px;
	width: 90%;
	height: 32px;
	background: none;
}
#formula_work_lista>p>input{
	/*float:right;*/

	position: absolute;
	left: 25%;
	/*right: 32px;*/
	/*float:right;*/
	font-size:20px;
	width: 60%;
	height: 25px;
	/*position: relative;
	right: 10px;*/
	background: white
}
#formula_work_lista>p>select{
	/*float:right;*/
	position: absolute;
	left:25%;
	/*right:32px;*/
	/*float:right;*/
	font-size:20px;
	width: 62%;
	height: 30px;
	background: white
}
#formula_work_lista>p>img{
	float:right;
	position: relative;
	
	/*top:-10px;*/
	/*float:right;*/
	
}
#formula_work_btn_counta{
	z-index: 99;
	position:absolute;
	bottom: 60px;
	right: 60px;
	font-size:18px;
	width: 120px;
	height: 60px;
	background: green;
	color: white;
}
/*#formula_work_btn_copya{
	z-index: 99;
	position:fixed;
	top:130px;
	left:75%;
	font-size:18px;
	width: 60px;
	height: 30px;
	
	background: green;

}*/

#formula_work_imga{
	/*float: left;*/
	text-align: center;
    z-index: 99;
	width: 100%;
	height: 150px;
	background: none;
	position: relative;
	top:40px;
	left:0px;
	/*margin-left: auto;
	margin-right: auto;*/

}
#formula_work_imga>img{
	/*float: left;
*/	/*text-align: center;*/
    /*vertical-align: middle;*/
    /*position: relative;
    left:30%;*/
    bottom:5px;
	width: 150px;
	height: 150px;
}
#company_chat
{
	position: fixed;
width: 200px;
height: 65px;
	bottom:10px;
	background: none;
	border: 2px solid white;
	left: 30px;
}
#company_chat_picture
{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	position: relative;
	top: -30px;
	left: -30px;
	border: 5px solid white;
	background: none;
}
#company_chat_text
{
	width: 80px;
	height: 60px;
	/*border: 2px solid white;*/
	float: left;
	position: relative;
	left: -15px;
}
#company_chat_work
{
	width: 100%;
	height: 800px;
	border: 2px solid white;
	position: fixed;
	bottom: 0px;
	background: none;
	z-index: 99999;
}
#company_chat_work_left
{
	width: 48%;
	height: 600px;
	/*border: 2px solid white;*/
	position: relative;
	float: left;
	top: 200px;
	
}
#company_chat_work_right
{
	width: 40%;
	height: 600px;
	border: 2px solid white;
	position: relative;
	top: 200px;
	float: left;
	left: 5%;
}
#company_chat_work_top
{
	width: 80%;
	height: 60px;
	position: relative;
	top: 150px;
	float: right;
	right: 20px;
	
}
#company_chat_work_top>input
{
	width: 150px;
	height: 60px;
	position: relative;
	border: none;
	float: right;
	right: 20px;
	
}
#company_customer
  {
   width: 100%;
   background: none;
   min-height: 40px;
   position: relative;
   top:10px;
  }
  #company_customer_top
  {
  	width: 1200px;
  	/*border:2px solid white;*/
  	background: none;
  	height: 330px;
  	margin:0 auto;
  	position: relative;
  	top:0px;
  }
 #company_customer_top>div
  {
  	width: 570px;
  	height: 300px;
  	background: rgba(255, 255, 255, 0.9);
  	border:2px solid white;
    border-radius: 10px;
  	position: relative;
  	top:20px;
  	left: 300px;
  	font-size: 30px;
/*  	text-align: center;*/
   overflow: hidden;
  }
 #company_customer_top>div>img
  {
  	width: 570px;
  	height: 300px;
  	
  }
 #company_customer_top_div1
  {
  height: 60px;
  font-size: 30px;
  color: gray;
  position: relative;
  top: 30px;
  text-align: center;
  }
 #company_customer_top_div2
  {
  height: 100px;
  font-size: 80px;
/*  color: gray;*/
position: relative;
top: 40px;
text-align: center;
  }
 #company_customer_top_div3
  {
  width: 200px;
  height: 30px;
  font-size: 15px;
  color: gray;
  position: relative;
  float: right;
  top: 115px;
  text-align: center;
  }
 #company_customer_top_div4
  {
  	width: 100%;
  height: 60px;
  font-size: 10px;
  color: gray;
  position: relative;
  top: 120px;
  padding-left: 20px;
  } 
#company_customer_body
  {
  	width: 1200px;
  	/*border:2px solid white;*/
  	/*background: rgba(255,255,255,0.2);*/
  	min-height: 800px;
  	margin:0 auto;
  	overflow-y: auto;
  	position: relative;
  	top:20px;
  }
 
 #company_customer_body>div{
 	float: left;
 	width: 279px;
 	height: 190px;
 	margin-right: 5px;
 	margin-left: 5px;
 	margin-top: 8px;
 	border:3px solid white;
    border-radius: 10px;
    position: relative;
   overflow: hidden;
 }
 #company_customer_body>div>div{
 	/*font-size: 14px;
    margin-top: 5px;
    min-height: 10px;*/
    overflow: hidden;
    position: relative;
    width: 277px;
    height:188px;
    border:1px solid black;
    border-radius: 7px;
   overflow: hidden;
 }
  #company_customer_body>div>div>img{
 	width: 100%;
 	height: 100%;
 	position: relative;
 	left: 0px;
 	top: 0px;
 }
 #company_customer_body>div>div>[id*="order_btnnamex"]
 {
 	width: 260px;
 	height: 30px;
 	float: left;
 	padding-left: 15px;
 	position: relative;
 	top: 10px;
 }
#company_history_top{
	width: 100%;
	height: 600px;
	background: rgba(0, 0, 0, 0.3);
}
#company_history_top_div{
	width: 1200px;
	height: 550px;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid white;
	padding-top: 30px;
	overflow: hidden;
}
#company_history_top_divtop
{
	width: 1200px;
	height: 50px;
	position: relative;
	text-align: center;
	font-size: 35px;
	color: white;
	padding-bottom: 20px;
	background: none;

}
#company_history_top_divbottom
{
	width: 1200px;
	height: 450px;
	position: relative;
	/*overflow: hidden;*/
	padding-top: 100px;
	padding-left: 100px;
	background: none;
	/*border-radius: 20%;*/
}
#company_history_top_divbottom>img
{
	width: 250px;
	height: 350px;
	position: relative;
	float: left;
	border: 7px solid white;
	margin-top: -10px;
}
#company_history_top_lingshi{
	width: 1200px;
	height: 600px;
	position: relative;
	top: -584px;
	left: 0px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.8);
}
#company_history_top_lingshi>img{
	width: 800px;
	height: 380px;
	position: relative;
	left: 200px;
	top: 100px;
	border: 2px solid white;
}
#company_history_body
  {
  	width: 1200px;
  	/*border:2px solid white;*/
  	/*background: rgba(255,255,255,0.2);*/
  	min-height: 800px;
  	margin:0 auto;
  	overflow-y: auto;
  	position: relative;
  	top:20px;
  }
 
 #company_history_body>div{
 	width: 1180px;
    min-height: 300px;
 	/*border:3px solid white;*/
   /* border-radius: 10px;*/
    position: relative;
    overflow-y: auto;

 }
  #company_history_body>div>[id*="bodydivl"]{
 	width: 8px;
    min-height:300px;
    background: white;
    border: 2px solid white;
    position: relative;
    float: left;
    left: 50px;

 }
  #company_history_body>div>[id*="bodydivr"]{
 	width: 1050px;
    height: 100%;
 	/*border-left:3px solid white;
 	border-right:3px solid white;*/
    /*background: rgba(50, 70, 60, 1);*/
    position: relative;
    float: left;
    left: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
 }
  #company_history_body>div>[id*="bodybtn"]{
 	width: 80px;
    height: 30px;
 	border:3px solid white;
    background: none;
    position: relative;
    float: left;
    left: 5px;
    color: white;
 }

  #company_history_body>div>div>div>img{
 	width: 200px;
 	height: 200px;
 	float: left;
 	margin-right: 5px;
 	border: 2px solid white;
 }
#company_history_body>div>div>[id*="rtop"]{
 	width: 100%;
 	height: 50px;
 	font-size: 40px;
 	text-align: center;
 	padding-bottom: 20px;
 	padding-top: 10px;
 	color: white;
 	background: rgba(50, 70, 60, 1);
 	border-top: 3px solid white;
 }
#company_history_body>div>div>[id*="rbody"]{
 	width: 1000px;
 	font-size: 15px;
 	text-indent: 30px;
 	color: rgba(255, 255, 255, 0.8);
 	padding-left: 25px;
 	padding-right: 25px;
 	background: rgba(50, 70, 60, 1);
 }
#company_history_body>div>div>[id*="rbottom"]{
 	padding-top: 15px;
 	padding-bottom: 50px;
 	width: 1000px;
 	min-height: 200;
 	overflow-y: auto;
 	background: rgba(50, 70, 60, 1);
 	padding-left: 25px;
 	padding-right: 25px;

 }
//----------
#company_news_top{
	width: 100%;
	height: 600px;
	background: rgba(0, 0, 0, 0.3);
}
#company_news_top_div{
	width: 1200px;
	height: 550px;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid white;
	padding-top: 30px;
	overflow: hidden;
}
#company_news_top_divtop
{
	width: 1200px;
	height: 50px;
	position: relative;
	text-align: center;
	font-size: 35px;
	color: white;
	padding-bottom: 20px;
	background: none;

}
#company_news_top_divbottom
{
	width: 1200px;
	height: 450px;
	position: relative;
	/*overflow: hidden;*/
	padding-top: 20px;
	padding-left: 100px;
	background: none;
	/*border-radius: 20%;*/
}
#company_news_top_divbottom>div
{
	font-size: 20px;
	margin-bottom: 10px;
}

#company_news_body
  {
  	width: 1200px;
  	/*border:2px solid white;*/
  	/*background: rgba(255,255,255,0.2);*/
  	min-height: 800px;
  	margin:0 auto;
  	overflow-y: auto;
  	position: relative;
  	top:20px;
  }
 
 #company_news_body>div{
 	width: 1180px;
    min-height: 300px;
 	/*border:3px solid white;*/
   /* border-radius: 10px;*/
    position: relative;
    overflow-y: auto;

 }
  #company_news_body>div>[id*="bodydivl"]{
 	width: 8px;
    min-height:300px;
    background: white;
    border: 2px solid white;
    position: relative;
    float: left;
    left: 50px;

 }
  #company_news_body>div>[id*="bodydivr"]{
 	width: 1050px;
    height: 100%;
 	/*border-left:3px solid white;
 	border-right:3px solid white;*/
    /*background: rgba(50, 70, 60, 1);*/
    position: relative;
    float: left;
    left: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
 }
  #company_news_body>div>[id*="bodybtn"]{
 	width: 80px;
    height: 30px;
 	border:3px solid white;
   background: none;
    position: relative;
    float: left;
    left: 5px;
    color: white;
 }

  #company_news_body>div>div>div>img{
 	width: 200px;
 	height: 200px;
 	float: left;
 	margin-right: 5px;
 	border: 2px solid white;
 }
#company_news_body>div>div>[id*="rtop"]{
 	width: 100%;
 	height: 25px;
 	font-size: 20px;
 	text-indent: 30px;
 	padding-bottom: 20px;
 	padding-top: 10px;
 	color: white;
 	background: rgba(50, 70, 60, 1);
 	border-top: 3px solid white;
 }
/*#company_news_body>div>div>[id*="rbody"]{
 	width: 1000px;
 	font-size: 15px;
 	text-indent: 30px;
 	color: rgba(255, 255, 255, 0.8);
 	padding-left: 25px;
 	padding-right: 25px;
 	background: rgba(50, 70, 60, 1);
 }
#company_news_body>div>div>[id*="rbottom"]{
 	padding-top: 15px;
 	padding-bottom: 50px;
 	width: 1000px;
 	min-height: 200;
 	overflow-y: auto;
 	background: rgba(50, 70, 60, 1);
 	padding-left: 25px;
 	padding-right: 25px;

 }     */
/**/
#company_news_one{
 	min-height: 800px;
 	overflow-y: auto;
 	background: rgba(50, 70, 60, 1.0);
 }
#company_news_one_top_div{
	width: 1200px;
	min-height: 800px;
	overflow-y: auto;
	margin: auto;
	position: relative;
	background: rgba(50, 70, 60, 1.0);
}
#company_news_one_top_divtop
{
	width: 100%;
	height: 60px;
	padding-top: 30px;
	font-size: 30px;
	text-align: center;
	color: white;
}
#company_news_one_top_divbottom
{
	width: 100%;
	min-height: 200px;
	padding-top: 30px;
	font-size: 20px;
	text-indent: 30px;
	color: white;
}
#company_news_one_top_divimg>img
{
	width: 285px;
	height:285px;
	float: left;
	margin: 5px;
}
/*------------------*/
#company_produce_knowledge{
	background: rgba(50, 70, 60, 1);
}
#company_produce_knowledge_top{
	width: 100%;
	height: 120px;
	/*background: rgba(0, 0, 0, 0.3);*/
	/*border-bottom: 2px solid white;*/
}
#company_produce_knowledge_top_div{
	width: 1200px;
	height: 90px;
	position: relative;
	margin: 0 auto;
/*	border-bottom: 2px solid white;*/
	padding-top: 30px;
	overflow: hidden;
}
#company_produce_knowledge_top_divtop
{
	width: 1200px;
	height: 50px;
	position: relative;
	text-align: center;
	font-size: 35px;
	color: white;
	padding-bottom: 0px;
	background: none;

}
#company_produce_knowledge_top_divtop2
{
	width: 1200px;
	height: 25px;
	position: relative;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
	padding-bottom: 20px;
	background: none;

}
#company_produce_knowledge_top_divbottom
{
	width: 1200px;
	height: 450px;
	position: relative;
	/*overflow: hidden;*/
	padding-top: 20px;
	padding-left: 100px;
	background: none;
	/*border-radius: 20%;*/
}
#company_produce_knowledge_top_divbottom>div
{
	font-size: 20px;
	margin-bottom: 10px;
}

#company_produce_knowledge_body
  {
  	width: 1200px;
  	/*border:2px solid white;*/
  	/*background: rgba(255,255,255,0.2);*/
  	min-height: 800px;
  	margin:0 auto;
  	overflow-y: auto;
  	position: relative;
  	top:20px;
  }
 
 #company_produce_knowledge_body>div{
 	width: 1200px;
    min-height: 300px;
 	/*border:3px solid white;
    border-radius: 10px;*/
    position: relative;
    overflow-y: auto;

 }
/*  #company_produce_knowledge_body>div>[id*="bodydivl"]{
 	width: 1150px;
    height:40px;
    background: none;
    border: 2px solid orange;
    position: relative;
    float: left;
    left: 0px;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 30px;
    color: white;

 }*/
  #company_produce_knowledge_body>div>[id*="bodydivr"]{
 	width: 1200px;
    height: 100%;
 	/*border-left:3px solid white;
 	border-right:3px solid white;*/
    /*background: rgba(50, 70, 60, 1);*/
    position: relative;
    float: left;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  /*  border: 2px solid green;*/
 }
  #company_produce_knowledge_body>div>[id*="bodybtn"]{
 	width: 80px;
    height: 30px;
 	border:3px solid white;
    background: none;
    position: relative;
    float: left;
    left: 5px;
    color: white;
    display: none;
 }

  #company_produce_knowledge_body>div>div>div>div>img{
 	width: 220px;
 	height: 220px;
 	position: relative;
 	/*float: left;*/
 	margin-right: 5px;
 	border: 2px solid white;
 }
#company_produce_knowledge_body>div>div>[id*="rtop"]{
 	max-width: 1170px;
    height:40px;
    background: none;
    border: 2px solid orange;
    position: relative;
    left: 0px;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 30px;
    color: white;
 }
#company_produce_knowledge_body>div>div>[id*="rbody"]{
 	width: 1150px;
    min-height:300px;
    background: none;
    color: white;
    font-size: 20px;
    position: relative;
    left: 0px;
    margin-top: 30px;
    padding-top: 20px;
    border: 3px solid pink;
    border-radius: 15px;
    padding: 20px;
  /*  text-indent: 30px;*/
 }
#company_produce_knowledge_body>div>div>div>[id*="rtext"]{
 	width: 100%;
    min-height:300px;
    background: none;
    color: white;
    font-size: 20px;
    position: relative;
    left: 0px;
    /*margin-top: 30px;
    padding-top: 20px;*/
    /*border: 3px solid pink;
    border-radius: 15px;
    padding: 20px;*/
    text-indent: 30px;
 }
#company_produce_knowledge_body>div>div>div>[id*="rbottom"]{
 	width: 100%;
    min-height:200px;
    background: none;
    position: relative;
    left: 0px;
   /* margin-top: 30px;*/
    padding-top: 20px;
  /*  padding: 20px;*/

 }

 /*produce_factory*/
 #produce_factory_title
 {
 	width: 100%;
 	height: 80px;
 	position: relative;
 	margin-top: 50px;
 	text-align: center;
 	font-size: 50px;
 	color: white;
 }
#produce_factory_body{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
#produce_factory_body>div{
	min-height: 60px;
	width: 100%;
	border: 1px solid white;
}
#produce_factory_body>div>[id*="btn1"]{ 
 height: 60px;
 border: none;
 background: none;
 font-size: 20px;
}
#produce_factory_body>div>[id*="btn2"]{ 
 height: 40px;
 width: 1070px;
position: absolute;
left: 120px;
margin-top: 10px;
font-size: 16px;
}
#produce_factory_bottom
{
	width: 160px;
	height: 40px;
	color: white;
	font-size: 25px;
	margin: 0 auto;
	border: 2px solid white;
	border-radius: 10px;
	position: relative;
	top: 50px;
	text-align: center;
}
#company_join_div_top_text
{
	width: 300px;
	height: 28px;
	border: 1px solid black;
}
#company_join_div_top_search
{
	width: 60px;
	height: 30px;
	border: 2px solid white;
}
#company_join_div_body
{
	background: white;
	
}
#company_join_div_body>p
{
	
	padding-top: 20px;
	padding-bottom: 20px;
}
#user_manage_order_prompt_tone{
	width: 30px;
	height: 30px;
	position: relative;
	padding-left: 20px;
	top: 10px;
} 
/*agoovv_data*/
#agoovv_data{
	width: 100%;
	height: 1200px;
	background: none;
	position: relative;
	padding-top: 150px;

}
#agoovv_data_left{
	width: 20%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: relative;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#agoovv_data_left>div{
	width: 100%;
	height: 40px;
	font-size: 24px;
	background: rgba(0,0,0,1);
	position: relative;
    color: white;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	padding-top: 6px;
}
#agoovv_data_right{
	width: 75%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}     
#chat_div_face{
width: 70%;
 	height: 70%;
 	position: fixed;
 	float: left;
 	top:10%;
 	left: 15%;
  overflow:hidden ;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(50, 70, 60, 1.0);
}
#chat_div_face>div{
	width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 104px;
}
#chat_div_face>div>[id*="chat_div_top"]{
width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0px;
}
#chat_div_face>div>[id*="chat_div_cent"]{
	width: 100%;
  height: 100%;
  position: relative;
  background: none;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}
#chat_div_face>div>[id*="chat_div_write"]{
width: 100%;
  min-height: 100px;
  position: absolute;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  padding-bottom: 4px;
}
#chat_div_face>div>[id*="chat_div_write"]>[id*="chat_text"]{
	outline: 0px;
float: left;
padding: 5px 10% 5px 2%;
overflow-wrap: break-word;
min-height: 190px;
overflow-y: auto;
width: 88%;
max-height: 250px;
background: white;
position: relative;
top: 0px;
}
#chat_div_face>div>[id*="chat_div_write"]>div>img{
 	max-width:120px;
 	max-height: 120px;
 }

#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]{
width: 80%;
float: left;
padding: 10px;
position: relative;
overflow: hidden;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="rdiv"]{
width: 80%;
float: right;
padding: 10px;
position: relative;
overflow: hidden;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]>[id*="limg"]{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 10px;
 float: left;
 top: 13px;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="rdiv"]>[id*="rimg"]{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 10px;
 float: right;
  top: 13px;

}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]>[id*="clear_float"]{
	color: rgba(255, 255, 255, 0.3);
	font-size: 12px;
	padding-left: 50px;
	clear: both;
	top: -12px;
	position: relative;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="rdiv"]>[id*="clear_float"]{
	color: rgba(255, 255, 255, 0.3);
	font-size: 12px;
	padding-right: 50px;
	text-align: right;
	clear: both;
	top: -12px;
	position: relative;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]>[id*="chat_left_sanjiao"]{
	width: 10px;
	height: 10px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	/*background: rgba(255, 190, 80, 1);*/
	background: rgba(50, 70, 60, 1);;
/*	-webkit-transform: rotateZ(45deg);*/
transform: rotateZ(45deg);
	position: absolute;
	left: 60px;
  top: 39px;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="rdiv"]>[id*="chat_right_sanjiao"]{
	width: 10px;
	height: 10px;
	border-right: 1px solid white;
	border-top: 1px solid white;
	background: rgba(240, 240, 240, 1);
/*	-webkit-transform: rotateZ(45deg);*/
transform: rotateZ(45deg);
	position: absolute;
	/*float: right;*/
	right: 60px;
  top: 38px;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]>[id*="lboxid"]{
	min-height: 20px;
  min-width: 20px;
  max-width: 60%;
	/*background: rgba(255, 190, 80, 1);*/
	background: none;
	word-wrap:break-word;
	position: relative;
	/*left:10px;*/
	border-radius: 7px;
	border: 1px solid white;
	padding: 8px;
  /*font-size: 20px;*/
  margin-top: 14px;
  display: inline-block;
  float: left;
  margin-left: 15px;
  color: white;
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="rdiv"]>[id*="rboxid"]{
	min-height: 20px;
  min-width: 20px;
  max-width: 60%;
	/*background: rgba(170, 120, 20, 1);*/
	background: rgba(250, 250, 250, 1.0);
	word-wrap:break-word;
	position: relative;
	/*left:10px;*/
	border-radius: 7px;
	border: 1px solid white;
	padding: 8px;
  /*font-size: 20px;*/
  margin-top: 14px;
  display: inline-block;
  float: right;
  margin-right: 15px;
  color: rgba(50, 70, 60, 1.0);
}
#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]>[id*="lboxid"]>img{
	width: 100%;

}

#chat_div_face>div>[id*="chat_div_cent"]>[id*="ldiv"]>[id*="record_add_btn"]{
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	border: 0.5px solid white;
	border-radius: 20px;
  background: none;
  color: white;
  top: 15px;
}

#chat_div_face>div>[id*="chat_div_cent"]>[id*="rdiv"]>[id*="record_add_btn"]{
	width: 20px;
	height: 20px;
	
	float: right;
	
	border: 0.5px solid white;
	border-radius: 20px;
  background: none;
  color: white;
  margin-top: 14px;
}
#company_bill_set_sent{
	position: relative;
	width: 100%;
	min-height: 80%;
	background: rgba(50,70,60,1);
	margin-top: 50px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#company_bill_set_get{
	position: relative;
	width: 100%;
	min-height: 80%;
	background: rgba(50,70,60,1);
	margin-top: 50px;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*agoovv_company_name*/
#agoovv_company_name{
	width: 100%;
	height: 100%;
	background: white;
}
#agoovv_company_name_top{
	width: 100%;
	height: 400px;
	background: white;
}
#agoovv_company_name_top_divtitle{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 100px;
	text-align: center;
	font-size: 60px;
}
#agoovv_company_name_top_div{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 300px;
	text-align: center;
}
#agoovv_company_name_top_search{
	width: 750px;
	height: 40px;
	font-size: 24px;
	border: 1px solid red;
	border-radius: 5px;
}
#agoovv_company_name_top_search2{
	position: relative;
  height: 42px;
  min-width: 80px;
  background: red;
  border: medium;
  font-size: 24px;

  margin-left: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 5px;
}
#agoovv_company_name_body{
	width: 100%;
	height: 100%;
	background: white;
	position: relative;
}
#agoovv_company_name_body_div{
	width: 100%;
	min-height: 800px;
	background: white;
	position: relative;
}
#agoovv_company_name_body_div>div{
	width: 100%;
	min-height: 50px;
	background: white;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_btn']{
	width: 100%;
	position: relative;
	height: 50px;
	padding-top: 20px;
	float: left;
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_btn']>input{
	position: relative;
	float: right;
	min-width:80px ;
	background: green;
	color: white;
	height: 30px;
	margin-right: 10px;
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_lista']{
	width: 18%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
	word-break: break-all;
	
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_listb']{
	width: 5%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
	word-break: break-all;
		
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_listc']{
	width: 18%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
	word-break: break-all;
		
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_listd']{
	width: 9%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
	word-break: break-all;
		
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_liste']{
	width: 23%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
	word-break: break-all;
		
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_listf']{
	width: 8%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
	overflow: hidden;	
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_listg']{
	width: 7%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
		
}
#agoovv_company_name_body_div>div>[id*='agoovv_company_name_body_div_listh']{
	width: 4%;
	position: relative;
	font-size: 24px;
	float: left;
	padding-left: 1%;
		
}

#typesetting{
 position:relative;
 width: 1300px;
 margin: 0 auto;
 background: white;
/* margin-top: 100px;*/
 margin-bottom: 300px;
}
#typesetting_divtop_size>div>[id*='typ']{
min-width: 80px;
min-height: 30px;
background: rgba(220, 230, 230, 1.0);
margin-right: 5px;
}
#typesetting_divtop_size>div>[id*='typ']>div{
min-height: 30px;
padding-left: 20px;
padding-top: 10px;
font-size: 20px;
}
#typesetting_divtop_size>div>[id*='input']{
min-width: 160px;
height: 25px;
margin-right: 5px;
}
#typesetting_divtitle{
	position: relative;
	width: 100%;
	height: 75px;
	text-align: center;
	color: rgba(50, 50, 50, 1.0);
	font-size: 36px;
	padding-top: 25px;

}
#typesetting_divtop{
 min-height: 200px;
 padding: 20px;
}
#typesetting_body{
	position: relative;
  margin: 0px auto;
  padding: 20px;
/*  height: 1500px;*/
  background:white;
}
#typesetting_bottom{
	position: relative;
  margin: 0px auto;
  padding: 20px;
/*  height: 1500px;*/
  background:white;
  padding-top: 0px;
}
#typesetting_bodyt{
	width: 100%;
	height: 50px;
	background: rgba(230, 230, 220, 1.0);
	color: rgba(50, 50, 50, 1.0);
	text-align: center;
	font-size: 36px;
	padding-top: 10px;
}
#typesetting_body_div_pricet{
	width: 100%;
	height: 50px;
	background: white;
	background: rgba(230, 230, 220, 1.0);
	text-align: center;
	font-size: 36px;
	padding-top: 20px;
}
#typesetting_body_div_price{
	overflow: hidden;
  position: relative;
  margin: 0px auto;
  border: 20px solid rgba(230, 230, 220,1);
  width: 1220px;
  min-height: 200px;
  background: white;
}
#typesetting_body_back{
	overflow: hidden;
  position: relative;
  margin: 0px auto;
  width: 1220px;
  min-height: 400px;
  background: rgba(230, 230, 220,1);
  padding: 20px;
   padding-bottom: 40px;
}
#typesetting_body_divb{
	position: absolute;
  bottom: -45px;
  width: 100%;
  height: 30px;
  padding-top: 10px;
  background: rgba(210, 210, 210,1);
  left: 0px;
}
#typesetting_body_div{
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(210, 210, 210,1);
  margin: 0 auto;
  border-bottom: 40px solid rgba(230, 230, 220,1);
}
#typesetting_body_diva{
 position: relative;
  width: 100%;
  height: 100%;
  background: none;
}
#typesetting_divtop_divb0{
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
#typesetting_divtop_divb0>p{
	padding-right: 30px;
	min-width: 100px;
	position: relative;
	float: left;
	font-size: 20px;
}
#typesetting_divtop_divb0>p>input{
	padding-left: 10px;
	position: relative;
	border: none;
	min-width: 80px;
	background:none;
	text-align: left;
	font-size: 20px;
}
#typesetting_divtop_divb1{
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
#typesetting_divtop_divb1>p{
	padding-right: 30px;
	min-width: 100px;
	position: relative;
	float: left;
	font-size: 20px;
}
#typesetting_divtop_divb1>p>input{
	padding-left: 10px;
	position: relative;
	border: none;
	min-width: 80px;
	background:none;
	text-align: left;
	font-size: 20px;
}
#typesetting_divtop_divb2{
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
#typesetting_divtop_divb2>p{
	padding-right: 30px;
	min-width: 100px;
	position: relative;
	float: left;
	font-size: 20px;
}
#typesetting_divtop_divb2>p>input{
	padding-left: 10px;
	position: relative;
	border: none;
	min-width: 80px;
	background:none;
	text-align: left;
	font-size: 20px;
}
#typesetting_divtop_divb2{
	width: 100%;
}
#typesetting_body_div_price>div{
	margin-top: 10px;
	min-height: 30px;
    padding-left: 10px;
}
#typesetting_body_div_price>div>input{
	width: 118px;
	border: none;
	margin-right: 2px;
	font-size: 20px;
}
#typesetting_left{
	position: relative;
	width: 1300px;
	height:70px;
    margin:0 auto;
    padding: 5px;
	background: none;
    
}
#typesetting_left_div1{
	position: relative;
	width: 200px;
	height: 50px;
	padding-top: 20px;
    background: rgba(139, 233, 51,0.9);
    font-size: 20px;
    margin-top: 2px;
    text-align: center;
    color: white;
    margin-right: 3px;
     float: left;
}
#typesetting_left_div2{
	position: relative;
	width: 200px;
	height: 50px;
	padding-top: 20px;
    background: rgba(254, 142, 37,0.9);
    font-size: 20px;
    margin-top: 2px;
    text-align: center;
    color: white;
    margin-right: 3px;
     float: left;
}
#typesetting_left_div3{
	position: relative;
	width: 200px;
	height: 50px;
	padding-top: 20px;
     background: rgba(150, 150, 150,0.9);
    font-size: 20px;
    margin-top: 2px;
    text-align: center;
    color: white;
    margin-right: 3px;
     float: left;
}
#typesetting_left_div4{
	position: relative;
	width: 200px;
	height: 50px;
	padding-top: 20px;
    background: rgba(16, 170, 237,0.9);
    font-size: 20px;
    margin-top: 2px;
    text-align: center;
    color: white;
    margin-right: 3px;
    float: left;
}
#offer_banner{
	min-height: 100px;
	background: white;
}

#offer{
	background: white;
	min-height:100%;
	margin-top: 50px;
}
#offer_category{
	position: relative;
	width:1210px;
	margin: 0 auto;
	height: 35px;
}
#offer_category>input{
	position: relative;
	background: none;
	border: none;
	min-width: 15px;
	height: 30px;
	font-size: 18px;
	color: rgba(50,50,50,1);
}
#offer_top{
	position: relative;
	width:1210px;
	margin: 0 auto;
	min-height: 516px;
	
}
#offer_body{
	position: relative;
	width:1210px;
	margin: 0 auto;
	background: white;
	min-height: 200px;
	border-top: 1px solid gray;
font:20px Arial,"microsoft yahei";
}
#offer_product_intro_left{
	width: 452px;
	float: left;

}
#offer_product_intro_left_img{
width: 450px;
 height: 450px;
 border: 1px solid rgba(0,0,0,0.1);
}
#offer_product_intro_left_img>img{
 width: 450px;
 height: 450px;
}
#offer_product_intro_right{
	width: 738px;
	float: right;
	background: white;
	height: 450px;
}
#offer_product_intro_right_title{
  font:700 24px Arial,"microsoft yahei";
   line-height: normal;
  padding-top: 10px;
  line-height: 28px;
  margin-bottom: 5px;
}
#offer_product_intro_right>[id*='offer_product_intro_right_size']{
  font:20px Arial,"microsoft yahei";
   line-height: normal;
  padding-top: 10px;
  line-height: 28px;
  margin-bottom: 5px;
  height: 28px;
}
#offer_product_intro_right>[id*='offer_product_intro_right_size']>div{
  font:20px Arial,"microsoft yahei";
  position: relative;
  float: left;
  height: 100%;
  width: 50%;
  overflow: hidden;
}


#offer_product_intro_right_describe{
  padding-top: 20px;	
  height: 90px;
  font:20px Arial,"microsoft yahei";
  overflow: hidden;
}

#offer_product_intro_right_button{
  height: 50px;
  position: absolute;
  bottom: 60px;
}
#offer_product_intro_right_button>div{
  height: 40px;
  width: 120px;
  padding-top: 5px;
  background: red;
  color: white;
  font:700 24px Arial,"microsoft yahei";
  border-radius: 5px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 10px;
}
#offer_body_product_fujian>div{
position: relative;
width: 100%;
min-height: 20px;
padding-top: 70px;
text-align: center;
}
#offer_body_product_fujian>div>img{
position: relative;
max-width: 100%;
}
#offer_body_product_fujian>div>div{
position: absolute;
top: 10px;
left: 140px;
min-width: 100px;
padding: 6px;
border-radius: 10px;
border: 2px solid rgba(50,70,60,1);
color: rgba(50,70,60,1);
text-align: center;
font-size: 20px;
}
#offer_body_product_fujian>div>input{
position: absolute;
top: 10px;
left: 10px;
min-width: 120px;
padding: 5px;
border-radius: 10px;
background: rgba(50,70,60,1);
color: white;
text-align: center;
font-size: 20px;
}
#offer_body_product_describe>div>img{
position: relative;
display:block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
#offer_body_product_describe>img{
position: relative;
display:block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
#product_html_bodyfujian{
 position: relative;
  width: 1210px;
  margin: 0 auto;
  background: white;
  min-height: 100px;
  font: 20px Arial,"microsoft yahei";
}
#product_html_bodyfujian>div{
 width: 100%;
}
#product_html_bodyfujian>div>input{
 min-width: 60px;
   height: 24px;
   position: relative;
   margin-left: 20px;
   border: 2px solid white;
  
}
#product_html_bodyfujian>div>div{
margin-right: 10px;
  
}
#product_html_bodybtn{
 position: relative;
  width: 1210px;
  margin: 0 auto;
  background: white;
  min-height: 100px;
  font: 20px Arial,"microsoft yahei";
}
#product_html_body{
 position: relative;
  width: 1210px;
  margin: 0 auto;
  background: white;
  min-height: 200px;
  border-top: 1px solid gray;
  font: 20px Arial,"microsoft yahei";
}
#product_html_body>div{
	width: 100%;
	position: relative;

}
#product_html_top{
  position: relative;
  width: 1210px;
  margin: 0 auto;
  min-height: 516px;
}
#product_html_top_title{
  font: 700 24px Arial,"microsoft yahei";
    line-height: normal;
  line-height: normal;
  padding-top: 10px;
  line-height: 28px;
  margin-bottom: 5px;
  float: right;
  position: relative;
  width: 738px;
}
#product_html_top>[id*='product_html_topr_title']{
  font: 20px Arial,"microsoft yahei";
    line-height: normal;
  line-height: normal;
  padding-top: 10px;
  line-height: 28px;
  margin-bottom: 5px;
  float: right;
  position: relative;
  width: 738px;
}
#product_html_top>[id*='product_html_topr_title']>div{
  font: 20px Arial,"microsoft yahei";
  height: 100%; 
  position: relative;
  width: 45%;
  float: left;
  border-left: 5px solid red;
}
#product_html_body_img{
 width: 90%;
 height: 450px;
 background: rgba(0, 0, 0, 0.95);
 position: fixed;
 top: 200px;
 overflow-x: hidden;
 overflow-y: scroll;	
}
#product_html_body_img>div{
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	border: 1px solid green;
	text-align: center;
}
#product_html_body_img>div>img{
	max-width: 200px;
	max-height: 200px;
	position: relative;

}
#product_html_top_titleb{
  padding-top: 20px;
  height: 250px;
  font: 20px Arial,"microsoft yahei";
  float: right;
  position: relative;
  width: 738px;
}
#product_html_top_titlec{
  width: 452px;
  float: left;
  height: 452px;
  border: 1px solid rgba(0,0,0,0.1);
}
#product_html_top_titlec>img{
  width:100%;
  height:100%;
}
#product_html_top_titlex{
	width: 738px;
	height: 100px;
  position: absolute;
  bottom: 0px;
   right: 0px;
}
#product_html_top_titlexa{
	height: 40px;
  width: 120px;
  padding-top: 5px;
  background: red;
  color: white;
  font: 700 24px Arial,"microsoft yahei";
  border-radius: 5px;
  text-align: center;
  position: relative;
  float: left;
}
#product_html_top_titlexb{
	height: 40px;
  width: 120px;
  padding-top: 5px;
  background: red;
  color: white;
  font: 700 24px Arial,"microsoft yahei";
  border-radius: 5px;
  text-align: center;
  position: relative;
  float: left;
  margin-left: 20px;
}
#product_html_top_titlexc{
	height: 40px;
  width: 80px;
  padding-top: 5px;
  background: red;
  color: white;
  font: 700 24px Arial,"microsoft yahei";
  border-radius: 5px;
  text-align: center;
  position: relative;
  float: left;
  margin-left: 20px;
}
#div_work_body_top_btn{
	height: 50px;
	background: white;
	margin-top: 2px;
}
#div_work_body_topbig{
	position: relative;
	height: 150px;
	background: white;
	margin-top: 2px;
}
#div_work_body_topbiga{
	position: relative;
	height: 150px;
	background: white;
	margin-top: 2px;
}
#div_work_body_top_img{
	margin-top: 10px;
  margin-right: 10px;
  width: 120px;
  height: 120px;
  border: 2px solid white;
  padding: 5px;
  background: none;
  float: left;
  position: relative;
}
#div_work_body_top_img>img{
	width: 100%;
	height: 100%;
}
#div_work_body_top_titlea{
	padding-top: 10px;
  height: 90px;
  color: black;
  font-size: 64px;
  border-bottom: 3px solid rgb(150, 150, 150);
  position: relative;
  float: left;
  width: 70%;
}
#div_work_body_top_titleb{
  padding-top: 5px;
  height: 40px;
  color: black;
  font-size: 24px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 70%;

}
#div_work_body_top_titlec>img{
	width: 100%;
	height: 100%;
}
#div_work_body_top_titlec{
  	margin-top: 10px;
  margin-right: 10px;
  width: 120px;
  height: 120px;
  border: 2px solid white;
  padding: 5px;
  background: none;
  float: left;
  position: relative;
}
#div_work_body_top_titled{
  padding-top: 5px;
  height: 60px;
  color: black;
  font-size: 30px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 70%;
}
#div_work_body_top_titlef{
  padding-top: 5px;
  height: 60px;
  color: black;
  font-size: 30px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 70%;
}
#div_work_body_top_titleg{
  padding-top: 5px;
  width: 100%;
  min-height: 200px;
  background: white;
  margin-top: 2px;
}
#div_work_body_top_titleg>img{
  width: 100%;
  max-width: 600px;
}
#self_div_factory_formula_div2>div{
  color: white;
  height: 35px;
  margin-top: 5px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
}
#order_progress{
	width: 100%;
	  min-height: 150px;
	  background: none;
	  position: relative;
/* 	  padding-top: 30px;
	  top: 100px; */
	 /* padding-bottom: 100px; */
}
#order_progress_div{
width: 100%;
max-width: 1000px;
  min-height: 700px;
  background: rgba(0,0,0,0.1);
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px;
  border: 1px solid rgba(0,0,0,0.1);
  color: rgba(50,50,50,1);
}
#order_progress_title{
	font-size: 30px;
	position: relative;
	width: 100%;
	min-height: 30px;
	padding-top: 40px;
	text-align: center;
}
#order_progress_title_date{
	font-size: 16px;
	position: relative;
	width: 100%;
	min-height: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
#order_progress_div>[id*='order_progress_divtitle']{
	position: relative;
	width: 100%;
	min-height: 28px;
	padding-top: 10px;
	overflow: hidden;
	border-bottom: 2px solid rgba(0,0,0,0.5);
}
#order_progress_div>[id*='order_progress_divtitle']>div:nth-child(1){
	font-size: 18px;
	color: orange;
	text-align: left;
	min-height: 25px;
	width: 70%;
	position: relative;
	float: left;
}
#order_progress_div>[id*='order_progress_divtitle']>div:nth-child(2){
	font-size: 18px;
	min-height: 25px;
	width: 100px;
	position: relative;
	float: right;
	text-align: right;
}
#order_progress_div2{
width: 100%;
  position: relative;
  min-height: 200px;
  background: none;	
  overflow: hidden;
}
#order_progress_div2_a{
  width: 70%;
  position: relative;
  margin-top: 10px;
  min-height: 200px;
  background: none;
  float: left;
}
#order_progress_div2_a>div{
	position: relative;
	width: 100%;
	min-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
#order_progress_div2_a>div>div:nth-child(1){
	position: relative;
	  float: left;
	  min-width: 80px;
	  max-width: 20%;
	  min-height: 20px;
	  text-align: left;
}
#order_progress_div2_a>div>div:nth-child(2){
	position: relative;
	  float: left;
	  max-width: 75%;
	  min-height: 20px;
	  text-align: left;
}
#order_progress_div2_b{
  width: 28%;
  position: relative;
  margin-top: 10px;
  background: none;
  float: right;
  overflow: hidden;
}
#order_progress_div2_b>img{
	position: relative;
	width: 100%;
}
#order_progress_div4{
   width: 100%;
     position: relative;
     background: none;
     overflow: hidden;
     padding-top: 10px;	
}
#order_progress_div4_a{
  width: 100%;
    position: relative;
    min-height: 0px;
    background: none;
    overflow: hidden;	
}
#order_progress_div4_a>div{
   width: 100%;
     position: relative;
     font-size: 16px;
     min-height: 30px;
     background: none;
     overflow: hidden;	
}
#order_progress_div6{
position: relative;
/*  border: 1px solid blue; */
/*  border-radius: 5px;
  margin-top: 10px; */
/*  height: 300px; */
min-height: 120px;
  overflow: hidden;	
}
#order_progress_div8{
position: relative;
/*  border: 1px solid blue;
  border-radius: 5px;
  margin-top: 10px;
  height: 300px; */
  overflow: hidden;	
  min-height: 120px;
}
#order_progress_div10{
position: relative;
/*  border: 1px solid blue;
  border-radius: 5px; */
  margin-top: 10px;
/*  height: 300px; */
  overflow: hidden;	
}
#order_progress_div10>div{
position: relative;
float: left;
border: 1px solid rgba(0,0,0,0.5);
margin-top: 2px;
margin-right: 2px;
}
#order_progress_div10>div>img{
position: relative;
width: 100%;
height: 100%;
}
#produce_formula_tuijian{
position: relative;
  overflow: hidden;	
}
#produce_formula_tuijian>div{
position: relative;
  overflow: hidden;	
  width: 100%;
  min-height: 0px;
}
#produce_formula_tuijian>div>div{
position: relative;
float: left;
border: 1px solid rgba(0,0,0,0.5);
margin-top: 2px;
margin-right: 2px;
background: white;
}
#produce_formula_tuijian>div>div>img{
position: relative;
width: 100%;
height: 100%;	
}
#formula_repeat_data{
	height: 100%;
	  position: relative;
	  width: 100%;
	  background: white;
	  overflow-x: hidden;
	  overflow-y: scroll;
}
#formula_repeat_data_title{
	height: 40px;
	  position: relative;
	  width: 100%;
	  background: white;
	  padding-top: 10px;
}
#formula_repeat_data_title>input{
	position: relative;
	margin-right: 10px;
	font-size: 16px;
}
#formula_repeat_data_body{
	position: relative;
	min-height: 30px;
	padding-bottom: 500px;
}
#formula_repeat_data_body>div{
	position: relative;
	  width: 100%;
	  min-height: 50px;
	  overflow: hidden;
}
#formula_repeat_data_body>div>div{
position: relative;
  float: left;
  width: 20%;
  min-height: 30px;
}
#order_progress_print_div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: white;
}
#order_progress_print{
	position: relative;
	  width: 1200px;
	  min-height: 100%;
	  margin: auto;
}
#order_progress_print_title{
	position: relative;
	width: 1200px;
	height: 100px;
	font-size: 64px;
	text-align: center;
}
#order_progress_print_body>div{
	position: relative;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
#order_progress_print_body>div>div:nth-child(1){
	position: relative;
	  width: 100%;
	  height: 60px;
	  font-size: 48px;
	  margin-bottom: 10px;
}
#order_progress_print_body>div>div:nth-child(2){
	position: relative;
	min-height: 50px;
	overflow: hidden;
	margin-bottom: 30px;
}
#company_directory{
	width: 100%;
	min-height: 100%;
	background: none;
	position: relative;
}
#company_directory_top{
	position: relative;
	  width: 1200px;
	  height: 60px;
	  margin: auto;
	  padding-top: 50px;
}
#company_directory_top_search{
	border: 0px;
	  font-size: 20px;
	  position: relative;
	  left: 0%;
	  width: 80%;
	  height: 100%;
}
#company_directory_top_search_img{
	width: 50px;
	  height: 50px;
	  position: absolute;
	  right: 0px;
}
#company_directory_body{
position:relative;
width: 100%;
height:100%;
overflow-x: hidden;
overflow-y: scroll;
padding-right:20px;
}
#company_directory_body_tuijian{
	width: 1200px;
	  min-height: 310px;
	  position: relative;
	  background: none;
	  overflow: hidden;
	  color: white;
	  margin: 0 auto;
	  padding-left: 40px;
	  padding-right: 20px;
	  margin-top: 5px;
	  padding-bottom:500px;	  
}
#company_directory_body_tuijian>div{
position: relative;
  width: 268px;
  height: 268px;
  float: left;
  padding: 5px;
  background: white;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 5px solid rgba(70,90,80,1);	
}
#company_directory_body_tuijian>div:nth-child(1){
  border: 5px solid orange;	
}
#company_directory_body_tuijian>div>[id*='divtitle']{
min-width: 120px;
  height: 30px;
  border-radius: 8px;
  background: rgba(50, 70, 60, 1);
  position: absolute;
  float: left;
  left: 5px;
  top: 5px;
  padding: 3px;
}
#company_directory_body_tuijian>div>[id*='divtitle']>div{
min-width: 118px;
  height: 28px;
  border: 1px solid white;
  border-radius: 8px;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 260px;
  overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']{
position: relative;
width: 268px;
height: 268px;
display: flex;
justify-content: center;
align-items: center;
color:rgba(50,70,60,1);
font-size: 36px;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(1){
position: absolute;
width: 258px;
padding: 5px;
height: 25px;
text-align:left;
color:rgba(50,70,60,1);
font-size: 20px;
left: 0px;
top:50px;
overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(2){
position: absolute;
width: 258px;
padding: 5px;
height: 25px;
text-align:left;
color:rgba(50,70,60,1);
font-size: 20px;	
left: 0px;
top: 85px;
overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(3){
position: absolute;
width: 258px;
padding: 5px;
height: 25px;
text-align:left;
color:rgba(50,70,60,1);
font-size: 20px;	
left: 0px;
top: 120px;
overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(4){
position: absolute;
width: 258px;
padding: 5px;
height: 25px;
text-align:left;
color:rgba(50,70,60,1);
font-size: 20px;	
left: 0px;
top: 155px;
overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(5){
position: absolute;
width: 258px;
padding: 5px;
height: 25px;
text-align:left;
color:rgba(50,70,60,1);
font-size: 20px;	
left: 0px;
top: 190px;
overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(6){
position: absolute;
width: 258px;
padding: 5px;
height: 25px;
text-align:left;
color:rgba(50,70,60,1);
font-size: 20px;	
left: 0px;
top: 225px;
overflow: hidden;
}
#company_directory_body_tuijian>div>[id*='divbody']>div:nth-child(6)>div{
position:relative;
float:left;
min-width:50px;
height: 25px;
font-size:20px;
margin-right:10px;
}
#company_directory_category{
position: relative;
  width: 1200px;
  height: 36px;
  margin: auto;
  padding-top: 10px;	
}
#company_directory_category>div{
position: relative;
float: left;
min-width: 60px;
height: 32px;
margin-right: 5px;
text-align: center;
background: rgba(50,70,60,1);
font-size: 20px;
color: white;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
display: none;
}
#logistics_order_create{
position: fixed;
  left: 200px;
  top: 100px;
  background: white;
  width: 800px;
  height: 800px;
  padding: 20px;	
}
#logistics_order_create_div{
	position: relative;
	  width: 100%;
	  height: 100%;
}
#logistics_order_create_div>div{
	position: relative;
	  width: 100%;
	  min-height: 30px;
	margin-top:10px;  
}
#logistics_order_create_div_top>div{
	position: relative;
	  width: 100%;
	  min-height: 30px;
	  overflow: hidden;
	  margin-top:10px;
}
#logistics_order_create_div_topa>div{
	position: relative;
	  width: 30%;
	  min-height: 30px;
	  margin-top:10px;
	  float:left;
}
#logistics_order_create_div_topa>div>div:nth-child(1){
	position: relative;
	float: left;
	min-width: 40px;
	min-height: 30px;
	font-size: 20px;
	margin-right: 5px;
}
#logistics_order_create_div_topa>div>*:nth-child(2){
  overflow-wrap: break-word;
  position: relative;
  float: left;
  width: 60%;
  min-height: 30px;
  font-size: 20px;
  background: white;
  border: none;
}
#logistics_order_create_div_top>div>div[id*=btndiv_customeradd]{
   position: relative;
   float: left;
   width: 30%;
   min-height: 30px;
   margin-bottom: 10px;	
}
#logistics_order_create_div_top>div>div[id*=logistics_order_area_btndiv]{
   position: relative;
width:100%;
float:left;
min-height:20px;
}
#logistics_order_create_div_top>div>div[id*=btndiv_customeradd]>div:nth-child(1){
position: relative;
  float: left;
  min-width: 60px;
  min-height: 30px;
  font-size: 20px;
  margin-right: 5px;	
}
#logistics_order_create_div_top>div>div[id*=btndiv_customeradd]>*:nth-child(2){
position: relative;
  float: left;
  width: 60%;
  min-height: 30px;
  font-size: 20px;
  background: white;
  border:none;		
}
#logistics_order_create_div_topb>div:nth-child(1){
	font-size: 20px;
}
#logistics_order_create_div_topb>div:nth-child(2){
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-left: 10px;
	font-size:20px;
}
#logistics_order_create_div_topd>div:nth-child(1){
	font-size: 20px;
}
#logistics_order_create_div_topd>div:nth-child(2){
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-left: 10px;
	font-size:20px;
}
#logistics_order_create_div_bodya>div:nth-child(1){
	position: relative;
	float: left;
	min-width: 40px;
	min-height: 30px;
	font-size: 20px;
	margin-right: 5px;
}
#logistics_order_create_div_bodya>*:nth-child(2){
  overflow-wrap: break-word;
  position: relative;
  float: left;
  min-width: 60%;
  min-height: 30px;
  font-size: 20px;
  background: white;
  border: none;
}
#logistics_order_create_div_body>div{
	position:relative;
	width:100%;
	margin-top:10px;
	min-height:10px;
	overflow:hidden;
}
#logistics_order_create_div_bodyb1{
position: relative;	
font-size:20px;	
}
#logistics_order_create_div_bottom>div{
position: relative;
  width: 30%;
  min-height: 30px;
  overflow: hidden;
  float: left;
  font-size:20px;
  text-align:center;	  
}

