.ns-body.layui-body{
	min-width: 1200px;
}
/* 顶部导航 */
.layui-layout-admin .layui-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
}

/*.layui-layout-admin .layui-logo a {*/
/*display: flex;*/
/*align-items: center;*/
/*}*/

/*.layui-layout-admin .layui-logo a h1 {*/
/*margin-left: 6px;*/
/*}*/

/*.layui-layout-admin .layui-logo a span {*/
/*font-size: 14px;*/
/*height: 22px;*/
/*line-height: 22px;*/
/*padding: 0 5px;*/
/*background-color: #FFEDE5;*/
/*margin-left: 10px;*/
/*}*/

.layui-logo{height: 100%;display: flex;align-items: center;}
.layui-logo a{display: flex;justify-content: center;align-items: center;width: 200px;height: 50px;}
.layui-logo a img{max-height: 100%;max-width: 100%;}

/* 内容 */
.ns-body-content {
	padding-top: 90px;
	min-height: 650px;
}

.ns-home-index {
	width: 1200px;
	border: 1px solid #EAEAEA;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 信息概况 */
.ns-home-info {
	width: 100%;
	height: 120px;
	background-color: #F8F8F8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
}
.ns-info {
	width: 240px;
	display: flex;
	flex-direction: column;
	height: 50px;
	justify-content: space-between;
}

.ns-info-title {
	color: #5D5D5D;
	display: flex;
	align-items: flex-end;
	height: 16px;
	line-height: 16px;
}

.ns-info-title a {
	height: 15px;
	margin-left: 8px;
}

.ns-info-title a span {
	display: inline-block;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
}

.ns-info-title a i {
	font-size: 14px;
	line-height: 15px;
}

.ns-info-num {
	font-weight: 600;
}

.ns-single-filter-box {
	background-color: transparent;
}

/* 商城列表 */
.ns-store-list {
	width: 100%;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.ns-store-li {
	display: inline-block;
	width: calc(25% - 19px);
	margin-right: 25px;
	margin-bottom: 25px;
	border: 1px solid #EAEAEA;
	border-bottom-color: #EAEAEA !important;
	border-left-color: #EAEAEA !important;
	border-right-color: #EAEAEA !important;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 20px 15px 10px 20px;
	position: relative;
	cursor: pointer;
	border-top-width: 3px;
	transition: all .3s;
}
.ns-store-li:hover{
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	box-shadow: 0 5px 10px rgba(255,106,0,.2);
}

.ns-store-li:nth-child(4n) {
	margin-right: 0;
}

.ns-store-default {
	border-top: 5px solid #ff8143;
}

.ns-add-store {
	text-align: center;
	cursor: pointer;
}

.ns-add-store .iconfont {
	font-size: 40px;
	color: #7E7E7E;
}

.ns-add-store p {
	font-size: 14px;
	color: #7E7E7E;
	margin-top: 10px;
}

.ns-store-name {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	position: relative;
	font-weight :600;
	color: #333333;
}
.ns-store-name .store-name{
	display:inline-block;
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
}

.ns-store-domain, .ns-store-time {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
}

.ns-store-operation {
	position: relative;
	color: #7E7E7E;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 15px;
}
.store-ident .store-tab{
	color: #999;
	padding: 5px;
	margin-right: 5px;
	background-color: #ededed;
}
.store-tab{
	display: inline-block;
	line-height: 1;
	color: #fff;
	font-size: 12px;
}
.store-ident{
	display: none;
	position: absolute;
	left: 0;
}
.ns-store-operation a {
	margin: 0 3px;
	color: #7E7E7E;
}

.ns-store-operation button {
	font-size: 14px;
	height: 24px;
	line-height: 23px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 6px;
	position: absolute;
	top: 3px;
	right: 0px;
}

/* 分页 */
#list_page {
	padding-right: 25px;
	text-align: right;
}

/* 购买提示 */
.buying-tips{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	margin: 0 auto;
	margin-bottom: 25px;
	border: 1px solid;
	background-color: #FFF5F1;
	box-sizing: border-box;
}

.buying-tips .buy-tips-con {
	display: flex;
	align-items: center;
}

.buying-tips i {
	font-size: 18px;
	margin-right: 8px;
}

.buying-tips button{
	width: 110px;
	color: #fff;
	border: none;
	height: 35px;
}

.shop-combo, .set-renewal{
	cursor: pointer;
}

.ns-store-list .empty{
	font-size: 18px;
	color: #999;
	text-align: center;
	margin: 100px auto;
}
.edit-password{
	color: #FF6A00;
	margin-left: 15px;
}
.type-name{
	position: absolute;
	right: 0px;
	font-size: 12px;
	border: 1px solid #08ba06;
	color: #08ba06;
	padding: 0px 8px;
	border-radius: 2px;
}
.type-name-cloe{
	position: absolute;
	right: 0px;
	font-size: 12px;
	border: 1px solid #dddddd;
	color: #999999;
	padding: 0px 8px;
	border-radius: 2px;
}
.operation-type{
	color: #FF6A00;
	font-size: 14px;
	margin-right: 20px;
	display: none;
}
.ns-store-li:hover .ns-store-time{
	color: #666666 !important;
}
.ns-store-li:hover .operation-type{
	display: inline-block !important;
}
.layui-tab-title{
	margin-bottom: 20px;
}