.tableColor {
	color: #1e9fff !important;
}

.layui-form-label {
	width: auto;
	text-align: left;
}

/*搜索*/

.sousuo {
	background-color: #E03735 !important;
}

/*表单头部按钮*/

.headerBtn {
	background: #67A3FF !important;
}

/*添加按钮*/

.addBtn {
	background: #51D9AB !important;
}

input:disabled{
	background-color: #F2F2F2;
}

.activeColor a {
	color: #E43835 !important;
}

.new_nav {
	background-color: #fff;
	padding: 15px 0 15px 60px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 8px -5px 14px #888888
}

.new_nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.box .layui-tab-title .layui-this {
	background-color: #E03735;
	color: #fff;
}

.layui-tab-title .layui-this a {
	color: #fff;
}

#demo {}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flexSw {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flexs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flexs li {
	padding: 0 20px;
}

.layuimini-container {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	background-color: #ffffff
}

.layuimini-main {
	margin: 10px 10px 10px 10px;
}

.layui-block {
	display: flex;
	justify-content: flex-end;
}

/* 公共面积筛选 */

.app {
	/*width: 1600px;
	min-width: 1600px;*/
	margin: 0 60px;
}

.profile .layui-form-item {
	padding-top: 20px;
}

.box {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 30px 0px rgba(4, 21, 46, 0.1);
}

.profile {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 30px 0px rgba(4, 21, 46, 0.1);
	/*width: 1600px;*/
	/* height: 600px; */
	/*min-width: 1600px;*/
	margin: 30px auto;
	padding-bottom: 30px;
}

.item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 130px;
	border-radius: 5px;
	margin: 0 15px;
}

.item_info {
	display: flex;
}

.title {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.num {
	font-size: 18px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.infos {
	font-size: 12px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin: 20px 0 11px 0;
}

.frist_a {
	width: 222px;
	height: 3px;
	background: rgba(65, 140, 255, 1);
	opacity: 0.8;
	border-radius: 2px;
}

.frist_b {
	width: 222px;
	height: 3px;
	background: #FAA05A;
	opacity: 0.8;
	border-radius: 2px;
}

.frist_c {
	width: 222px;
	height: 3px;
	background: #25D096;
	opacity: 0.8;
	border-radius: 2px;
}

.frist_d {
	width: 222px;
	height: 3px;
	background: #F34D4E;
	opacity: 0.8;
	border-radius: 2px;
}

/* 公共面积筛选 */

/**必填红点 */

.layuimini-form>.layui-form-item>.required:after {
	content: '*';
	color: red;
	position: absolute;
	margin-left: 4px;
	font-weight: bold;
	line-height: 1.8em;
	top: 6px;
	right: 5px;
}

.layuimini-form>.layui-form-item>.layui-form-label {
	/* width: 120px !important; */
}

.layuimini-form>.layui-form-item>.layui-input-block {
	/* margin-left: 150px !important; */
}

.layuimini-form>.layui-form-item>.layui-input-block>tip {
	display: inline-block;
	margin-top: 10px;
	line-height: 10px;
	font-size: 10px;
	color: #a29c9c;
}

/**搜索框*/

.layuimini-container .table-search-fieldset {
	margin: 0;
	border: 1px solid #e6e6e6;
	padding: 10px 20px 5px 20px;
	color: #6b6b6b;
}

/**自定义滚动条样式 */

::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

::-webkit-scrollbar-thumb {
	background-color: #9c9da0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em
}

.layui-laypage ul li {
	float: left;
}

.layui-laypage ul li.active {
	background: none;
}

.layui-laypage ul li.active span {
	background: #009688;
	color: white;
}

.x-red {
	color: red;
}

.active {
	background-color: #1E9FFF;
}

.active a {
	color: #fff;
}

.layui-search-detail {
	position: relative;
}

.layui-search-detail dl {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0px;
	padding: 5px 0px;
	min-width: 100%;
	border: 1px solid #d2d2d2;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	box-sizing: border-box;
}

.layui-search-detail dl dd {
	font-size: 14px;
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
}

.layui-search-detail dl dd:hover {
	background-color: #F2F2F2;
}

.layui-search-detail dl dd.active {
	background-color: #5FB878;
	color: white;
}

.layui-card-header {
	border: 0;
}

.space10 {
	padding-left: 15px;
}

.news_navigation {
	display: flex;
	margin-left: 60px;
}

.news_navigation_ac {
	/* border-radius:4px 0px 0px 4px; */
	background: rgba(224, 55, 53, 1);
	color: #fff !important;
	border-radius: 4px;
}

.news_navigation li a {
	color: #E03735;
	display: block;
	width: 107px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #E03735;
	cursor: pointer;
	border-radius: 4px;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
	background-color: #edf4ff;
}

.tab_title{
	padding-bottom: 15px;
}

.tab_title .frist_span {
	width: 0px;
	height: 10px;
	background-color: #1E9FFF;
	display: inline-block;
	padding: 3px 2px;
}

.tab_title .last_span {
	font-size: 20px;
	padding-left: 5px;
}

.layui-col-md2{
	margin:10px 0;
}
.layui-col-md2 p:first-child{
	color: #555;
	font-size: 15px;
	margin-bottom: 10px;
}
.layui-col-md2 p:last-child{
	color: #555;
	font-size: 17px;
	height: 20px;
}
.table-rool{
	overflow:scroll
}

.overflow_table{
	table-layout:fixed;
}

.overflow_hide{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.detail_box{
	padding:20px 30px;	
}
.create-form{
	padding:20px 30px;
}

.create-form .layui-form-item .layui-input-inline{
	float: left;
    width: 300px;
    margin-right: 10px;
}
.create-form .layui-form-item .layui-table .layui-input-inline{
    width: auto;
}
.create-form .layui-form-item .inline-alone{
    width: 715px;
}

.create-form .layui-form-item .layui-form-label {
	width: 80px;
	text-align: left;
	padding: 9px 5px;
}
.notice-p{
	margin-left: 20px;line-height: 30px;height: 30px;
}
.notice-p-title{
	line-height: 24px;height: 24px;margin-top:10px;color: #3D4966;
}
.notice-a{
	color:#4880F0;
}
.fixed-table{
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
.fixed-table td{
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%; 
}

.page-count{
	margin-left:20px;
}

.sub-nav-right span{
	float:right;
	margin-left:10px;
}
