/**!
 * 内页公共样式
 * author: shaohaiwen;
 * date:2018-9-10
 */

body {
	min-height: 100%;
	background-color: #f9f9f9;
}

.container {
	width: 1165px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	height: 90px;
	background-color: #fff;
}

.header .logo {
	float: left;
	margin-top: 14px;
}

.header .nav {
	float: left;
	line-height: 90px;
}

.header .nav li {
	float: left;
	margin-left: 24px;
	font-size: 18px;
}

.header .nav li.active,
.header .nav li:hover {
	color: #42a4ff;
}

.header .user-name {
	float: left;
	margin-left: 70px;
	line-height: 90px;
	font-size: 18px;
	color: #42a4ff;
	font-weight: bold;
}

.breadcrumb {
	height: 74px;
	line-height: 74px;
	font-size: 16px;
	color: #666;
}

.breadcrumb span {
	color: #ff4271;
}

.content {
	padding: 0 28px 60px;
	margin-bottom: 70px;
	background-color: #fff;
	border: 1px solid #ececec;
}

.con-head {
	height: 70px;
	margin-top: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.con-head h2 {
	float: left;
	height: 70px;
	padding: 30px 10px 0;
	line-height: 20px;
	line-height: 1;
	border-bottom: 2px solid #5a7ef5;
	font-size: 20px;
	color: #597ef5;
}

.con-head h2 img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}

.con-head .con-headbtn {
	float: left;
	width: 100px;
	height: 28px;
	margin-top: 33px;
	margin-left: 50px;
	border: 1px solid #4391f4;
	text-align: center;
	line-height: 26px;
	border-radius: 14px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.con-head .con-headbtn.active {
	background-color: #4391f4;
	color: #fff;
}

.con-head .con-headbtn span {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 18px;
	height: 18px;
	background-color: #ff4271;
	border-radius: 18px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
}

.common-gradual {
	background: linear-gradient(to right, #07caf2, #4f85f5);
	transition: background ease-in-out 0.2s;
}
.common-gradual:hover {
	background: linear-gradient(to right, #82aeff, #508ef5);
}

.project-btn {
	display: inline-block;
	width: 137px;
	height: 41px;
	border-radius: 8px;
	line-height: 41px;
	padding-left: 20px;
	margin-top: 14px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.project-btn:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../../images/icon-add.png") no-repeat center;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 8px;
}

.filter {
	margin: 30px 0;
	padding: 20px 20px 0;
	border: 1px solid #eeeeee;
	font-size: 16px;
}

.filter p {
	margin-bottom: 20px;
	line-height: 26px;
}

.filter p span {
	display: inline-block;
	height: 26px;
	background-color: transparent;
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px;
	vertical-align: top;
}

.filter p span.active {
	background-color: #42a4ff;
	color: #fff;
}

.filter p input {
	width: 203px;
	height: 26px;
	padding: 0 6px;
	border: 1px solid #eeeeee;
	background-color: #fff;
}

.filter p input.date {
	cursor: default;
	padding-right: 30px;
	background: url("../../images/icon-calendar.png") no-repeat 176px center;
}

.filter .filter-btn {
	display: inline-block;
	width: 96px;
	height: 29px;
	vertical-align: middle;
	margin-top: -3px;
	border-radius: 15px;
	color: #fff;
	line-height: 29px;
	padding-left: 20px;
	cursor: pointer;
	margin-left: 16px;
}

.filter .filter-btn:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -6px;
	margin-right: 4px;
	background: url("../../images/icon-search.png") no-repeat center;
}

.pager {
	overflow: hidden;
	text-align: center;
}

.pager .m-pagination-page li {
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}

.pager .m-pagination-page li a {
	display: block;
	height: 24px;
	line-height: 22px;
	border: 1px solid #eeeeee;
	padding: 0 12px;
}

.pager .m-pagination-page li.active a {
	border-color: #42a4ff;
	background-color: #42a4ff;
	color: #fff;
}

.pager1 {
	overflow: hidden;
	text-align: center;
}

.pager1 .m-pagination-page li {
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}

.pager1 .m-pagination-page li a {
	display: block;
	height: 24px;
	line-height: 22px;
	border: 1px solid #eeeeee;
	padding: 0 12px;
}

.pager1 .m-pagination-page li.active a {
	border-color: #42a4ff;
	background-color: #42a4ff;
	color: #fff;
}

.footer {
	padding: 30px 0;
	text-align: center;
	line-height: 32px;
}

.footer span {
	margin: 0 10px;
}

.footer-nav a {
	margin: 0 20px;
}

.checkbox input[type="radio"],
.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 6px;
	background: url("../../images/icon-checkbox.png") no-repeat center 0;
}

.checkbox input[type="radio"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
	background-position: center 100%;
}

.common-btncon {
	text-align: center;
	font-size: 0;
}

.common-btncon a {
	display: inline-block;
	width: 154px;
	height: 42px;
	margin: 0 10px;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.common-btncon a.save {
	border: 1px solid #597ff5;
	color: #597ff5;
	line-height: 40px;
}

.layer-skin .layui-layer-setwin {
	top: 0;
	right: 0;
}

.layer-skin .layui-layer-setwin .layui-layer-ico,
.layer-skin .layui-layer-setwin .layui-layer-ico:hover {
	top: 0;
	right: 0;
	background: url("../../images/icon-close.png") no-repeat center;
}

.layer-confirm {
	text-align: center;
	padding-top: 42px;
}

.layer-confirm h2 {
	font-size: 16px;
	color: #ff5152;
	line-height: 1;
	margin: 20px 0;
}

.layer-confirm p {
	line-height: 24px;
	margin-bottom: 24px;
}

.layer-confirm span {
	color: #909090;
	line-height: 26px;
}

.layer-confirm p i,
.layer-confirm span i {
	font-weight: bold;
	color: #ff5152;
}

.layer-btn {
	margin-top: 24px;
	font-size: 0;
}

.layer-btn a {
	display: inline-block;
	width: 136px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	margin: 0 10px;
	font-size: 16px;
	cursor: pointer;
}

.layer-btn a.layer-btn1 {
	background-color: #ff6061;
	color: #fff;
	box-shadow: 0 2px 12px 0 rgba(255, 141, 141, 6);
}

.layer-btn a.layer-btn2 {
	border: 1px solid #ff6061;
	color: #ff6061;
	line-height: 38px;
}

.project-name {
	margin-top: 30px;
	padding: 16px 20px;
	border: 1px solid #e4e4e4;
	background-color: #f9f9f9;
	line-height: 36px;
}

.project-name h2 {
	color: #42a4ff;
}

.project-name > p {
	color: #999999;
}

.project-name > p span {
	color: #333333;
}

.project-name > p img {
	margin-top: -4px;
	margin-right: 6px;
}

.project-tips {
	line-height: 48px;
	border: 1px solid #ffe3da;
	font-size: 16px;
	margin-top: 20px;
	position: relative;
}

.project-tips > p {
	height: 50px;
	padding: 0 30px;
	color: #fb750a;
	background: #fff4f1;
	position: relative;
}

.project-tips > a {
	position: absolute;
	right: 14px;
	top: 50%;
	width: 115px;
	height: 32px;
	margin-top: -16px;
	background-color: #fb750a;
	color: #fff;
	border-radius: 4px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.project-tips ul {
	padding: 18px;
	font-size: 14px;
}

.project-tips ul li {
	height: 20px;
	line-height: 20px;
	margin-top: 30px;
}

.project-tips ul i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 2px solid #fdd3ca;
	background-color: #f6411c;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	margin-right: 8px;
	position: relative;
}

.project-tips ul i:after {
	content: "";
	position: absolute;
	bottom: 22px;
	left: 7px;
	height: 23px;
	border: 1px dashed #ffaec2;
}

.project-tips ul li:first-child {
	margin-top: 0;
}

.project-tips ul li:first-child i:after {
	display: none;
}

.project-tips.blue {
	border-color: #dfeaff;
}

.project-tips.blue p {
	background-color: #f3f8ff;
	font-size: 14px;
	color: #333;
}

.project-item {
	margin-top: 30px;
}

.project-item .item-hd {
	height: 36px;
	padding-left: 6px;
	line-height: 36px;
	background-color: #f3f8ff;
	border-radius: 18px;
	color: #597ef5;
	font-size: 18px;
}

.project-item .item-hd img {
	margin-top: -3px;
}

.project-switch {
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 8px;
	margin-right: 12px;
	background: url("../../images/icon-darrowdown.png") no-repeat center;
	cursor: pointer;
}

.project-box {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 8px;
}

.project-group {
	width: 50%;
	line-height: 40px;
	font-size: 16px;
}

.project-group.w100 {
	width: 100%;
}

.project-group > label {
	float: left;
	width: 180px;
	height: 40px;
	text-align: right;
	line-height: 40px;
}

.project-group input[type="text"],
.project-group select {
	float: left;
	width: 350px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
	background-color: #f9f9f9;
	color: #999999;
}

.project-group select {
	padding-right: 20px;
	background: #f9f9f9 url("../../images/icon-selectarrow.png") no-repeat 96% center;
}

.project-group input.date {
	background: #f9f9f9 url("../../images/icon-calendar.png") no-repeat 96% center;
	padding-right: 50px;
}

.project-group .address {
	color: #999999;
	font-size: 14px;
}

.project-group .address select {
	background-position: 90% center;
}

.project-group .address span {
	margin: 0 10px;
}

.project-group .address span:last-child {
	margin-right: -50px;
}

.project-group textarea {
	width: 904px;
	height: 60px;
	padding: 6px 12px;
	line-height: 24px;
	border: 1px solid #dcdcdc;
	background-color: #f9f9f9;
	resize: none;
	color: #999999;
}

.project-head {
	height: 42px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
	border: 1px solid #eeeeee;
}

.project-head li {
	float: left;
	padding: 0 20px;
	line-height: 40px;
	text-align: center;
}

.project-head li:first-child {
	text-align: left;
}

.empty {
	margin: 80px 0;
	text-align: center;
	font-size: 18px;
	color: #999999;
	line-height: 40px;
}

.empty > img {
	vertical-align: top;
	margin-bottom: 16px;
}

.empty span {
	color: #333333;
}

.empty i {
	color: #f75432;
}
