@CHARSET "UTF-8";

body {
	background: #F6F6F6 !important;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fa-cloud-upload {
	padding-right: 3px;
}

.alert {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

.tiphelp-info {
	color: #3a87ad;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.tip-box {
	line-height: 150px;
	text-align: center;
}

.w60 {
	width: 60px;
}

.upload-con {
	background-color: #FFF;
	width: 174px;
	padding: 9px;
	border: solid 1px #0072D2;
	position: absolute;
	z-index: 99;
	top: 30px;
	right: 0;
}

.upload-txt {
	line-height: 18px;
	font-weight: normal;
	margin-top: 8px;
}

.upload-txt span {
	color: #999;
}

.upload-pmgressbar div {
	background-color: #F7F7F7;
	margin-top: 5px;
	padding: 5px;
}

.upload-pmgressbar div p.loading {
	background: url(../../images/upload_loading.gif) no-repeat 0 0;
	height: 8px;
	border-radius: 4px;
}

.upload-pmgressbar div p {
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
}

a {
	color: #0072D2;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #1C8FEF;
	text-decoration: none;
}

a:link, a:active {
	text-decoration: none;
	outline: none;
}

.fr {
	float: right;
}

input, button, select, textarea {
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.operation {
	padding: 10px;
}

input[type='radio'], input[type='checkbox'] {
	margin-top: 0;
}

.label-radio {
	float: left;
	text-align: left;
	padding: 0 10px;
	overflow: hidden;
	color: #666;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 0px;
}

.mlr15 {
	margin: 0;
}

.mb10 {
	margin: 10px;
}

.label-radio input {
	margin-right: 5px;
}
/*base头部*/
.ns-base-header {
	background: #0072D2;
	width: 87%;
	/*height: 50px;*/
	line-height: 50px;
	color: #ffffff;
	/* 	min-width: 1200px; */
	position: fixed;
	top: 0;
	z-index: 3000;
}

/*base主体*/
.ns-base-article {
	overflow: hidden;
	min-width: 1200px;
}
/*base左侧边栏*/
.ns-base-aside {
	background: #ffffff;
	float: left;
	width: 13%;
	position: fixed;
	top: 0;
	height: 100%;
	border-right: 1px solid #e5e5e5;
	z-index: 999;
	overflow: scroll;
}

.ns-base-aside  .ns-main-block {
	/* 	border-right: 1px solid #e5e5e5; */
	
}

.ns-base-aside header {
	background: #ffffff;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 50px;
}

.ns-base-aside header a {
	color: #0072D2;
	width: 49.6%;
	float: left;
	text-align: center;
	padding: 10px 0;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	outline: none;
}

.ns-base-aside header a:NTH-CHILD(2) {
	border-right: 1px solid #e5e5e5;
}

.ns-base-aside footer {
	position: fixed;
	bottom: 0;
	width: 13%;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #D5D5D5;
}

.ns-base-aside footer img {
	width: 91px;
}

.ns-base-aside footer p {
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
	font-size: 10px;
}

/*base右侧边栏*/
.ns-base-section {
	float: right;
	width: 87%;
	margin-top: 50px;
	position: relative;
}

.ns-base-aside .ns-logo, .ns-base-header .ns-search {
	float: left;
}

.ns-base-aside .ns-logo {
	height: 50px;
	width: 13%;
	line-height: 50px;
	background: #393939;
	text-align: center;
	cursor: pointer;
/* 	background: #393939 url(../img/top_logo.png) no-repeat; */
	background-size: 80%;
	background-position: center;
	position: fixed;
}

.ns-base-aside .ns-logo img {
	width: 180px;
}

.ns-base-header .ns-search {
	padding: 0 20px 0 0;
	height: 50px;
	position: relative;
}

.ns-base-header .ns-search .nav-menu {
	cursor: pointer;
	padding: 0 10px 0 20px;
	vertical-align: middle;
}

.ns-base-header .ns-search span {
	vertical-align: middle;
	cursor: pointer;
}

.ns-base-header .ns-search>i {
	margin: 0 10px 0 0;
}

.ns-search-block {
	display: inline-block;
	position: relative;
	height: 50px;
	padding: 0 15px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	cursor: pointer;
}

.ns-search-block:hover {
	background: #1C8FEF;
}

.ns-search-block i {
	vertical-align: middle;
}

.ns-search-block .mask-layer-search {
	position: absolute;
	margin: -2px 0 0 0;
	left: 0;
	display: none;
}

.ns-search-block .mask-layer-search input {
	border-radius: 0;
	margin: 0;
	border: 2px solid #1C8FEF;
	outline: none;
	width: 40px;
	padding: 0 30px 0 10px;
	height: 34px;
	font-size: 12px;
	width: 206px;
	left: 0;
	display: block;
}

.ns-search-block .mask-layer-search input::-webkit-input-placeholder {
	/* 	color: #ffffff; */
	
}

.ns-search-block .mask-layer-search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	line-height: 36px;
	width: 10%;
}

.ns-search-block .mask-layer-search a img {
	width: 12px;
}

.ns-icon-base {
	width: 20px;
	height: 50px;
	vertical-align: middle;
	background: url("../img/icon_base.png") no-repeat;
	/* 	position: absolute; */
	right: 10px;
	top: 0;
	display: inline-block;
	cursor: pointer;
}

/*搜索放大镜*/
.i-search {
	background-position: -6px 9px;
}

.i-order-amount, .i-focus-number, .i-goods-release, .i-order-total,
	.i-month-sales, .i-completed-transaction {
	position: static;
	width: 25px;
	height: 25px;
}

.i-order-amount {
	background-position: -4px -39px;
}

.i-focus-number {
	background-position: -39px -39px;
}

.i-goods-release {
	background-position: -72px -39px;
}

.i-order-total {
	background-position: -106px -39px;
}

.i-month-sales {
	background-position: -141px -39px;
}

.i-completed-transaction {
	background-position: -174px -39px;
}

.ns-navigation-management {
	position: absolute;
	z-index: 999;
	background: #ffffff;
	width: 800px;
	top: 50px;
	border: 1px solid #0072D2;
	color: #0072D2;
	overflow: auto;
	display: none;
	max-height: 600px;
	left: 0;
}

.ns-navigation-title {
	line-height: 19px;
	padding: 10px 20px;
	height: 19px;
	position: fixed;
	top: 50px;
	background: #ffffff;
	width: 760px;
	border-bottom: 1px solid #e5e5e5;
}

.ns-navigation-title h4 {
	display: inline-block;
	margin: 0;
}

.ns-navigation-title span {
	float: right;
	font-size: 20px;
	padding-right: 10px;
}

.ns-navigation-management dl {
	float: left;
	width: 138.5px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	padding: 10px;
	text-align: center;
	margin: 0;
	height: 250px;
	overflow-y: auto;
}

.ns-base-aside::-webkit-scrollbar {
	display: none;
}

.ns-navigation-management::-webkit-scrollbar, .ns-navigation-management dl::-webkit-scrollbar
	{
	width: 2px;
	height: 2px;
}

.ns-navigation-management::-webkit-scrollbar-track,
	.ns-navigation-management dl::-webkit-scrollbar-track {
	background-color: #F1F1F1;
}

.ns-navigation-management::-webkit-scrollbar-thumb,
	.ns-navigation-management dl::-webkit-scrollbar-thumb {
	background-color: #0072D2;
}

.ns-navigation-management dd {
	color: #333333;
	padding: 3px 0;
	cursor: pointer;
}

.ns-vertical-bar {
	border-left: 1px solid #ffffff;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.ns-base-header nav {
	overflow: hidden;
	height: 50px;
	float: left;
}

.ns-base-header nav ul {
	overflow: hidden;
}

.ns-base-header nav ul li {
	float: left;
	/*width: 50px;*/
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	position: relative;
}

.ns-base-header nav ul li .is-upgrade {
	top: 14px;
	right: 2px;
}

.ns-base-header nav ul li:hover, .ns-base-header nav ul li.selected {
	background: #1C8FEF;
}

.ns-base-tool {
	position: absolute;
	right: 0;
}

.ns-base-tool .ns-version-info {
	display: inline-block;
	padding-right: 10px;
}

.ns-base-tool .ns-upgrade, .ns-base-tool .ns-clear, .ns-base-tool .ns-home,
	.ns-base-tool .ns-help {
	display: inline-block;
	height: 50px;
	cursor: pointer;
	position: relative;
	padding: 0 10px 0 5px;
}

.ns-base-tool .ns-help {
	padding: 0 10px;
	margin-right: 40px;
}

.ns-base-tool .ns-help>.fa-question-circle-o {
	font-size: 20px;
	vertical-align: middle;
}

.ns-base-tool .ns-help ul {
	position: absolute;
	right: -30px;
	width: 220px;
	background: #ffffff;
	box-shadow: 0px 0px 10px #999;
	display: none;
}

.ns-base-tool .ns-help ul li {
	padding: 10px;
	border-bottom: 1px solid #E1E1E1;
	text-indent: 10px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.ns-base-tool .ns-help ul li:hover {
	background: #E4F3FF;
}

.ns-base-tool .ns-help ul li img {
	margin-right: 10px;
}

.ns-base-tool .ns-upgrade img, .ns-base-tool .ns-clear img, .ns-home img
	{
	vertical-align: middle;
	margin-top: -3px;
}

.is-upgrade {
	width: 7px;
	height: 7px;
	background: #FF1B1B;
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	top: 12px;
	right: 6px;
	display: none;
}

/*左侧边栏用户信息*/
.ns-base-aside .ns-base-user {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 10px;
}

.ns-base-aside .ns-base-user .ns-head-portrait {
	margin: 10px 10px 10px 0;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.ns-base-aside .ns-base-user .ns-head-portrait, .ns-base-aside .ns-base-user .ns-base-info
	{
	float: left;
}

.ns-head-portrait img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: block;
}

.ns-base-info {
	margin-top: 17px;
}

.ns-base-info span {
	display: block;
	padding-top: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	color: #333333;
}

.ns-base-aside nav {
	margin-top: 15px;
}
/*左侧边栏菜单项*/
.ns-base-aside nav li {
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	border-left: 5px solid transparent;
	cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*左侧边栏菜单项*/
.ns-base-aside nav li:hover, .ns-base-aside nav li.selected {
	background: #E4F3FF; /*#ffffff;*/
	color: #0072D2;
	border-left-color: #0072D2;
}

.ns-notice {
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 0 5px #ffffff;
	overflow: hidden;
	height: 39px;
	line-height: 39px;
	position: fixed;
	background: #ffffff;
	width: 100%;
	z-index: 3;
}

.ns-notice nav {
	float: left;
	padding: 0 10px;
}

.ns-notice nav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
	height: 39px;
	line-height: 39px;
}

.ns-notice .nav {
	border-right: 0;
	padding: 0 5px 0;
	margin: 0;
}

.ns-notice .nav strong {
	background: #1C8FEF;
	width: 4px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.ns-notice .nav i, .ns-notice .nav a {
	color: #333333;
	vertical-align: middle;
}

.ns-notice .nav a {
	padding-right: 3px;
}

.ns-notice .nav i:hover, .ns-notice .nav a:hover {
	color: #1C8FEF;
}
/*服务电话*/
.ns-notice .ns-service-telephone {
	float: right;
	padding-right: 15px;
}

.ns-notice .ns-service-telephone img {
	vertical-align: middle;
}

.ns-third-menu {
	overflow: hidden;
	/* 	border-bottom: 1px solid #1C8FEF; */
	margin: 0 10px;
	background: #ffffff;
}

.ns-third-menu ul {
	position: relative;
}

.ns-third-menu ul:after {
	content: '';
	position: absolute;
	background: #1C8FEF;
	width: 4px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	left: 10px;
	top: 13px;
}

.ns-third-menu ul li {
	float: left;
	background: #ffffff;
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
	/* 	border-top: 1px solid #e5e5e5; */
	/* 	border-right: 1px solid #e5e5e5; */
}

.ns-third-menu ul li a {
	text-align: center;
}

.ns-third-menu ul li:hover, .ns-third-menu ul li.selected {
	/* 	background: #1C8FEF; */
	color: #0072D2;
	/* 	border-right: 1px solid #1C8FEF; */
}

.ns-third-menu ul li:after {
	content: '';
	display: block;
	height: 20px;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 10px;
}

.ns-third-menu ul li:LAST-CHILD:after {
	display: none;
}
/*main主体，其他子类继承*/
.ns-main {
	margin: 10px;
	overflow: hidden;
	background: #ffffff;
}

.color-red {
	color: rgb(255, 0, 0);
	margin-right: 10px;
	vertical-align: middle;
}
/*操作提示框*/
.common-tip-message {
	position: fixed;
	top: 15%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 10000;
	display: none;
}

.common-tip-message.common-error .inner {
	background-color: #E61904;
}

.common-tip-message.common-success .inner {
	background-color: #44b549;
}

.common-tip-message.common-warning .inner {
	background-color: #F2AB35;
}

.common-tip-message .inner {
	display: inline-block;
	min-width: 280px;
	padding: 8px 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}

.modal {
	z-index: 3050;
}
/*遮罩层*/
.modal-backdrop {
	background: #000000;
	z-index: 3040;
}

/*提示提示*/
.ns-warm-prompt {
	padding: 0 10px 0;
}

/*已移除2017年7月21日 11:29:34 操作提示标题*/
.ns-warm-prompt h5 {
	margin: 10px 0;
	text-indent: 10px;
	border-left: 5px solid #0072D2;
	font-weight: normal;
}

.ns-warm-prompt .alert h4 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
}

.ns-warm-prompt .alert h4 i, .ns-warm-prompt .alert h4 span {
	vertical-align: middle;
}
/*溫馨提示end*/

/*公共输入框样式*/
.input-common {
	border-radius: 0 !important;
	margin: 0 !important;
	border: 1px solid #D6D6D6 !important;
}

.w60 {
	width: 60 !important;
}

.w100 {
	width: 100px !important;
}

.w150 {
	width: 150px !important;
}

.w200 {
	width: 200px !important;
}

.w500 {
	width: 500px !important;
}

.select-common {
	margin: 0 !important;
	border: 1px solid #D6D6D6 !important;
	border-radius: 0 !important;
}

.btn-common, .btn-common-cancle, .btn-common-delete {
	background: #0072D2;
	padding: 5px 10px !important;
	color: #ffffff;
	border: 0;
	margin: 0 0 0 10px !important;
}

.btn-common-cancle {
	background: #CECECE;
}

.btn-common-cancle:hover {
	background: #C3C2C2;
}

.btn-common-delete {
	background: #FB9336;
}

.btn-common-delete:hover {
	background: #F79136;
}

.head-portrait {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.btn-small {
	font-size: 12px;
	border-radius: 0;
}

.btn-big {
	padding: 5px 40px !important;
}

.btn-common:hover {
	background: #1C8FEF;
}

.modal-header h3 {
	color: #0072D2;
	font-weight: normal;
	font-size: 18px;
}

#turn-ul {
	padding: 35px 0;
	height: 40px;
	line-height: 40px;
	background: #fff;
}

#turn-ul .pagination {
	margin: 5px 0;
	text-align: center;
}

.pagination ul {
	box-shadow: 0 0 0;
}

#turn-ul .total-data {
	float: left;
	height: 30px;
	border-right: 1px solid #D7D7D8;
	line-height: 30px;
	padding-right: 10px;
}

#turn-ul .according-number {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	line-height: 30px;
	height: 30px;
}

#turn-ul .according-number input {
	margin: 0 5px 0;
	vertical-align: middle;
	width: 20px;
	padding: 4px;
	height: 17px;
	border-radius: 0;
}

#turn-ul .page-count {
	float: right;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
}

#turn-ul ul li a {
	outline: none;
	cursor: pointer;
}

#turn-ul ul li a.page-disable {
	background: #F5F5F5;
	color: #AAA;
	cursor: no-drop;
}

#turn-ul ul li a.currentPage {
	border-top: 1px solid #0072D2;
	border-bottom: 1px solid #0072D2;
	color: #fff;
	background: #0072D2;
	cursor: default;
}

.divider {
	background: #F3F1F1;
	height: 20px;
}

.error {
	font-size: 12px;
	line-height: 16px;
	color: red;
	display: none;
	padding-top: 10px;
}

/*表格*/
.set-style {
	width: 100%;
}

.set-style h4 {
	font-size: 15.5px;
}

.set-style dl {
	width: 100%;
	font-size: 0;
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: dotted 1px #e5e5e5;
	overflow: hidden;
}

.set-style dl dt {
	font-size: 12px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	width: 18%;
	padding: 10px 1% 10px 0;
	margin: 0;
	font-weight: normal;
}

.set-style dl dd {
	font-size: 12px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 75%;
	padding: 10px 0 10px 0;
}

.set-style dl dd input[type="text"], .set-style dl dd input[type="password"]
	{
	font-size: 12px;
	color: #777;
	background-color: #FFF;
	vertical-align: top;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 4px;
	border: 1px solid #CCC;
	outline: 0 none;
	width: 400px;
	margin: 0;
}

.set-style dl dd input[type="text"].w70 {
	width: 70px;
}

.set-style dl dd textarea {
	font-size: 12px;
	color: #777;
	background-color: #FFF;
	vertical-align: top;
	display: inline-block;
	height: 60px;
	padding: 4px;
	border: solid 1px #CCC;
	outline: none;
	width: 400px;
	margin: 0;
}

.set-style dl dd p img {
	border: medium none;
	vertical-align: middle;
}

.required {
	color: red;
	margin-right: 10px;
}

.set-style dl dd p {
	margin-bottom: 0;
}

.mytable {
	width: 100%;
	background: #ffffff;
	text-align: right;
}

.mytable th {
	padding: 10px;
	font-weight: normal;
}

.mytable td {
	padding: 10px;
}

.mytable input {
	margin: 0;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.right-side-operation {
	position: absolute;
	right: 20px;
	top: 10px;
}

.right-side-operation ul li {
	float: left;
	margin-left: 10px;
}

.class-logo p {
	width: 200px;
	height: 60px;
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	margin: 0 0 10px;
	border: dashed 1px #e5e5e5;
}

.class-logo p img {
	max-width: 200px;
	max-height: 60px;
	border: medium none;
	vertical-align: middle;
	margin-top: expression(60-this .height/ 2);
}

.ncsc-upload-btn, .upload-btn {
	vertical-align: top;
	width: 80px;
	height: 30px;
	margin: 10px 5px 0 0;
	display: block;
	position: relative;
	z-index: 1;
}

.ncsc-goods-default-pic .goodspic-uplaod .handle {
	height: 30px;
	margin: 10px 0;
}

.ncsc-upload-btn {
	display: inline-block;
	margin: 0 5px 0;
	vertical-align: middle;
}

.hint {
	font-size: 12px;
	line-height: 16px;
	color: #BBB;
	margin-top: 10px;
}

.ncsc-upload-btn span, .upload-btn span {
	width: 80px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.ncsc-upload-btn .input-file, .upload-btn .input-file {
	width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: none 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
}

.ncsc-upload-btn p, .upload-btn p {
	font-size: 12px;
	line-height: 20px;
	background-color: #F5F5F5;
	text-align: center;
	color: #666;
	width: 78px;
	height: 20px;
	padding: 4px 0;
	border: solid 1px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
}

.table-div table tr td {
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.back-f5f5f5 {
	background-color: #F5F5F5;
}

.table-div table {
	width: 100%;
}

.mt60 {
	margin-top: 20px;
}

/*功能按钮*/
.options-btn {
	background: #ffffff;
	padding: 10px 5px 10px 10px;
}

.options-btn button {
	margin: 0 5px 0 0 !important;
}

@media screen and (max-width:1500px) {
	.ns-base-aside .ns-base-user .ns-head-portrait {
		float: none;
		text-align: center;
		margin: 0 auto 10px;
	}
	.ns-base-aside .ns-base-user .ns-base-info {
		margin: 0;
		float: none;
		text-align: center;
	}
	.ns-base-aside .ns-base-user {
		padding: 10px;
	}
}

@media screen and (max-width:1440px) {
	.ns-base-aside .ns-logo {
		background-size: 90%;
	}
}
/*单店版专用*/
@media screen and (max-width:1367px) {
	.w200 {
		width: 150px !important;
	}
}

@media screen and (max-width:1280px) {
	.ns-base-aside .ns-logo {
		background-size: 100%;
	}
}

@media screen and (max-width:1255px) {
	.ns-base-header nav ul li {
		/*width: 45px;*/
	}
}

@media screen and (max-width:1200px) {
	.ns-navigation-management {
		left: -1px;
	}
}

@media screen and (max-width:1153px) {
	.w200 {
		width: 100px !important;
	}
}

@media screen and (max-width:1214px) {
	.ns-base-header .ns-search {
		padding: 0;
	}
	.ns-base-header .ns-search .nav-menu {
		padding: 0 10px 0 15px;
	}
	.ns-base-header .ns-search>i {
		margin: 0;
	}
	.ns-base-tool {
		right: 10%;
	}
	.ns-base-aside, .ns-base-aside .ns-logo, .ns-base-aside footer {
		width: 180px;
	}
	.ns-base-section {
		width: 1020px;
	}
	.ns-base-tool .ns-help {
		margin: 0;
	}
}

@media screen and (max-width:1024px) {
	.ns-base-aside, .ns-base-aside .ns-logo, .ns-base-aside footer {
		width: 160px;
	}
	.ns-base-section {
		width: 1040px;
	}
	.ns-base-tool {
		right: 5%;
	}
}

@media screen and (max-width:960px) {
	.ns-base-aside header a {
		float: none !important;
		display: block;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.ns-base-aside header :LAST-CHILD {
		border-bottom: 0;
	}
}

@media screen and (max-width:957px) {
	.ns-base-section {
		width: 100%;
		left: 160px;
	}
	.ns-base-header {
		width: 1200px;
		left: 0;
	}
	.ns-base-header .ns-search .nav-menu {
		padding: 0 10px;
	}
	.ns-search-block {
		padding: 0 5px;
	}
	.ns-base-tool {
		right: 35.5%;
	}
	.ns-base-tool .ns-help ul {
		right: 0;
	}
	.ns-base-tool .ns-help {
		margin: 0;
	}
	.ns-base-aside footer {
		display: none !important;
	}
}