﻿@CHARSET "UTF-8";
/* 
.l1 {
	height: 40px;
	width: 155px;
	background-image: url(../pic/order/l.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	text-align: center;
	float: left;
}
.currentL {
	height: 40px;
	width: 155px;
	background-image: url(../pic/order/current1.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	text-align: center;
	float: left;
}
.currentLBar {
	height: 40px;
	width: 155px;
	background-image: url(../pic/order/current1.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	text-align: center;
	float: left;
}
.bar {
	height: 40px;
	width: 155px;
	float: left;
	background-image: url(../pic/order/r.png);
	font-size: 18px;
	line-height: 40px;
	padding-left: 15px;
	margin-left: -5px;
	text-align: center;
}

.currentBar{
	height: 40px;
	width: 155px;
	float: left;
	background-image: url(../pic/order/current.png);
	font-size: 18px;
	line-height: 40px;
	padding-left: 15px;
	margin-left: -5px;
	text-align: center;
}
 */
 
.form-control{
 width: 200px;
 display: inline;
}
 
#weizhi .start{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/start.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
}
#weizhi .start1{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/start1.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-align: center;
	float: left;
}
#weizhi .start2{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/start2.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
}

#weizhi .current{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/current.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
}
#weizhi .current1{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/current1.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-align: center;
	float: left;
}
#weizhi .current2{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/current2.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
}
 
#weizhi .end{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/end.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
}
#weizhi .end1{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/end1.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-align: center;
	float: left;
}
#weizhi .end2{
    height: 40px;
	width: 155px;
	background-image: url(../pic/order/end2.png);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
}
  
 
#weizhi {height: 50px;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 24px;
	margin-right: auto;
	padding-top: 5px;
}

#header{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#body {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.header-bg {
	background-color: #CCC;
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.header-bg img{
width: 1000px;
height: 150px;
}

.hx{
	height:1px;
	border:none;
	border-top:1px solid #cccccc;
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
}

.centerTD{
    vertical-align: middle;
	text-align: center;
	background:#ffffff;
	/* filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#ededed,gradientType=0); 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#ededed,gradientType=0);  */
	background: -webkit-gradient(linear, left top,left bottom, from(#ffffff), to(#ededed));   
    background: -webkit-linear-gradient(top, #ffffff, #ededed);   
    background: -moz-linear-gradient(top, #ffffff, #ededed);   
    background: -o-linear-gradient(top, #ffffff, #ededed);   
    background: -ms-linear-gradient(top, #ffffff, #ededed);   
    background: linear-gradient(top, #ffffff, #ededed);   
	color: #606060;
	cursor: pointer;
	max-width: 100px;
	font-weight: bold;
	height: 45px;
	
}

.centerTH{
	vertical-align: middle;
	text-align: center;
	color: #606060;
	max-width: 100px;
	font-weight: bold;
}



.centerTD1{
	vertical-align: middle;
	text-align: center;
    background: #cccccc;
	color: #606060;
	overflow:hidden;
	max-width: 100px; 
	height: 45px;
}


.centerTD:hover{
	background:#fbb61e;
}

.tdActive{
	background:#5bc0de;
}

.fixed-btn {
  position: fixed;
  right: 1%;
  bottom: 2%;
  width: 65px;
  border: 1px solid #eee;
  background-color: white;
  font-size: 12px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  cursor: pointer;
}

.square{
	background:#5cb85c;
	width: 150px;
	height: 70px;
	overflow:hidden;
	white-space: inherit;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 12px;	
}

.square:hover{
	background:#fbb61e;
	color: #000;
}

.squareActive{
	background:#fbb61e;
	color: #000;
}

.form-control{
	padding: 6px 2px;
}   

.form-tj-search>.table>tbody>tr>td{ border-top: 0px solid #ddd;}