body{
	font-size:13px;
	font-family:"微软雅黑,Microsoft Yahei";
	color: #333;
	line-height: 1.42857143;
}
/*看大图*/
.img-view{
	cursor:pointer;
}
/*表格样式*/
.table-ls{
	border: 1px solid #E1E6EB;
}
.table-ls>thead>tr>th{
	color: #999;
	padding: 8px 8px;
	font-weight: normal;
	background-color: #F5F6FA;
	border-bottom: 1px solid #E1E6EB;
}

/*面包屑右侧*/
.right_breads a{
	padding-left: 20px;
}

.right_breads a:hover,.right_breads a:focus{
	text-decoration: none;
}

.breads_back{
	background: url("/images/public/back.png") 2px no-repeat;
}

.breads_get_piece{
	background: url("/images/public/get_piece.png") 2px no-repeat;
}



.breads_get_piece_disabled{
	background: url("/images/public/get_piece_disabled.png") 2px no-repeat;
	cursor: not-allowed;
	color: #8C8C8C;
}

.breads_get_piece_disabled:hover,.breads_get_piece_disabled:focus{
	color: #8C8C8C;
}

/* switch开始 */
.n-switch .slider{
	cursor:not-allowed !important;
}
.n-switch[data-sys-in='0']{
	display:none;
}
.y-switch[data-sys-in='1']{
	display:none;
}
.switch input:disabled + .slider {
    opacity: 0.5;
}
.switch {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 22px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 3.2px;
	background-color: white;
	-webkit-transition: .3s;
	transition: .3s;
}
.switch input:checked + .slider {
  background-color: #406393;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #406393;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* switch结束 */
