.fenye {
	margin-top:10px;
	margin-bottom: 20px;
	float: left;
}

@font-face {
  font-family: 'iconfont';  /* project id 337706 */
  src: url('//at.alicdn.com/t/font_6jaydwydcya7zaor.eot');
  src: url('//at.alicdn.com/t/font_6jaydwydcya7zaor.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_6jaydwydcya7zaor.woff') format('woff'),
  url('//at.alicdn.com/t/font_6jaydwydcya7zaor.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_6jaydwydcya7zaor.svg#iconfont') format('svg');
}
.iconfont {
	font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
    -webkit-text-stroke-width: 0!important;
}

.fenye ul {
	border-left:1px #ddd solid;
	margin:0px;
}
.fenye ul li {
	float:left;
	display:inline;
}
.fenye ul li a {
	float:left;
	display:inline;
	border:1px #ddd solid;
	margin-left:-1px;
	padding:3px 12px ;
	text-decoration:none;
}

.fenye ul li.current a {
	background:#1b5172;
	color:#fff;
	border:1px #1b5172 solid;
}
.tanchu_bg { 
	width: 100%; 
	height: 100%; 
	background: url("${ctx}/shop/images/tuanchu_bg.png");
	position:fixed; 
	z-index:20;
	top: 0;
	display: none;
}
#tanchu_ifream{
	position:fixed;
 	top:50%;
 	left:50%;
 	width:600px;
 	height:500px;
 	margin:-250px 0 0 -300px;
 	background-color:#fff;
 	border: 5px solid #bbb;
 	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-o-border-radius:5px;
}
.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.btb_state ul,.btb_state ul li {
	list-style: none;
	margin: 0;
	padding: 0;}
.btb_state ul li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
}
.btb_state ul li span {
	display: block;
	font-size: 14px;
}
.btb_state ul li span.btb_number {
	border: 1px #ddd solid;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius:100%;
	-webkit-border-radius:100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
}
.btb_state ul li.active {
	color: #04b5a2;
}
.btb_state ul li.active span.btb_number {
	background: #04b5a2;
	color: #fff;
	border-color:#04b5a2;
}
.btb_state ul li:before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	top: 55px;
}
.btb_state ul li.active:before {
	background: #04b5a2;
}


.xiaoxi_img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}



.cur_red {
	background: #df0064;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	font-family: "微软雅黑";
}
.cur_yellow {
	background: #dfa800;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	font-family: "微软雅黑";
}
.cur_blue {
	background: #008edf;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	font-family: "微软雅黑";
}
.cur_black {
	color: #000;
	font-size: 14px;
	padding: 5px;
	font-family: "微软雅黑";
}
.cur_red:hover,.cur_yellow:hover,.cur_blue:hover {
	color: #fff;
}
.btb_state ul li.active_red {
	color: #df0064;
}
.btb_state ul li.active_red span.btb_number {
	background: #df0064;
	border-color: #df0064;
}
.btb_state ul li.active_red:before {
    background: #df0064;
}


.btb_state ul li.active_yellow {
	color:#dfa800;
}
.btb_state ul li.active_yellow span.btb_number {
	background:#dfa800;
	border-color:#dfa800;
}
.btb_state ul li.active_yellow:before {
    background:#dfa800;
}


.btb_state ul li.cur_blue {
	color:#008edf;
}
.btb_state ul li.active_yellow span.cur_blue {
	background:#008edf;
	border-color:#008edf;
}
.btb_state ul li.cur_blue:before {
    background:#008edf;
}

/*新版颜色  */
.navbar {
	background: #3c3c49;
}
.nav-list>li.active>a, 
.nav-list>li.active>a:hover, 
.nav-list>li.active>a:focus, 
.nav-list>li.active>a:active ,
.nav-list>li>a:hover
{
	color: #fff;
	background: #5a5a6a;
}
.nav-list>li.active:after {
	border-color: #7376ac;
}
.nav-list li.active>a:after {
	border-right-color: #7376ac;
}
.nav-list>li>a:hover:before {
	background:#7376ac;
}

.nav-list >li {
	margin-bottom: 0 !important;
}
.breadcrumbs input,
.breadcrumbs button
 {
	vertical-align: top;
}

.btn-info, .btn-info:focus {
	background-color: #9195cd!important;
    border-color: #9195cd;
}
.btn-info:hover, .open .btn-info.dropdown-toggle {
	background-color: #696c9f!important;
    border-color: #696c9f;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus, 
.dropdown-info li a:active, 
.dropdown-info li.active a, 
.dropdown-info li.active a:hover, 
.dropdown-info .dropdown-submenu:hover>a, 
.nav-tabs .dropdown-info li>a:focus,
.ace-nav>li.light-blue>a 
 {
	background-color: #9195cd;
}
.ace-nav>li.light-blue>a:hover, 
.ace-nav>li.light-blue>a:focus {
	background-color: #696c9f;
}
#search_form > label {
	border:1px #dedede solid;
	float: left;
	padding: 0 12px;
	margin-left: -1px;
	background: #fff;
	cursor: pointer;
	margin-bottom: 10px;
	height: auto;
	line-height: 32px;
	height: 35px;
}
#search_form > label.cur {
	background:#9195cd;
	color: #fff; 
}
.nav-list>li>a {
	height: 50px;
	line-height: 50px;
}
.nav-list li.active>a:after {
	top: 50%;
	border-width: 20px 10px;
	transform:translateY(-50%);
	border: none;
}
.nav-list>li.active:after {
	right: -1px;
	border-width: 1px;
}
.dingdan_top h3 {
	font-size: 16px;
	line-height: 1;
	padding: 0;
	margin: 0;
	margin-top: 7px;
}

.table_new_dingdan {
	border: 1px #aaa solid;
}
.table_new_dingdan tr td,
.table_new_dingdan tr th
{
	border: 1px #aaa solid !important;
}
.table_new_dingdan tr.one >th {
	background: #d9e1f3;
}
.tianjia_iconfont {
	font-size: 18px;
	text-decoration: none;
}
#submit_form .form-group {
	margin-bottom: 10px;
}
.no-padding-right {
	width: 100px;
}
.breadcrumbs_title {
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
}
#submit_form .col-xs-1{
	width: 100px;
}
.zongjia_new span {
	margin-left: 10px;
}
.zongjia_new span i {
	font-style: normal;
	color: #f00;
}
.sidebar {
	background:#505060;
}
.sidebar:before {
	background:#505060;
}
.nav-list>li>a {
	background:#505060;
	color: #ddd;
	border-bottom: 0;
}
.nav-list>li {
	border: none;
}
.nav-list>li.active {
	background: #5a5a6a;
}
.sidebar .iconfont {
	color: #ababb0;
}
.submit_form_new {
	width: 180px;
	float: right;
	margin-right: 100px;
}
.submit_form_new input {
	width: 80px;
}
.admin_nabar {
	height: 45px;
	display: block;
	float: left;
	margin-left: -10px;
}
.admin_nabar img {
	height: 45px;
}


.fixed-table-footer, .fixed-table-header{
	background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
}