.zyellow,
.zyellow2 {
	max-width: 95%;
}

.zyellow2 {
	*margin-left: 250px;
	*margin-top: 200px;
}

#cform {
	padding: 30px 100px;
	*padding: 50px 50px 30px 40px;
}



.zyellow2 .layui-layer-btn {
	*margin-top: -2px;
	*margin-top: -1px;
	*border-top: 1px solid #eee;
}

.zyellow2 body {
	border-bottom: 1px solid #eee;
}

.control-label {
	padding-right: 25px;
	width: 90px;
	font-weight: normal;
	text-align: right;
}

.form-control {
	display: inline-block;
	width: 70%;
}

.form-group {
	margin-bottom: 15px;
}

body .zyellow .layui-layer-btn .layui-layer-btn0 {
	background: #e13b29;
	border-color: #e13b29;
	color: #fff;
}

.player .form-control:focus {
	border-color: #e13b29;
	box-shadow: 0 0 5px #e13b29;
}

.player .pcode {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 70%;

}

.player .pcode input {
	width: 100%;
	*margin-left: 15px;
}

.player .time,
.player .zbtn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 75px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.player .zbtn {
	border: none;
	outline: none;
	background: #e13b29;
	color: #fff;
	font-size: 12px;
}

.player .zbtn:disabled {
	background: #ddd;
	color: #333;
}

.player .zbtn:not(:disabled):hover {
	color: #fff;
}

.player .time {
	background: #ddd;
	color: #666;
	display: none;
	font-size: 14px;
}

.upload-img{
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
}
.upload-img img{
	position: relative;
	top: -3px;
}
.upload-img:hover{
	top: -2px;
	box-shadow: 1px 1px 2px inset #e9e9e9;
}
.hidden{
	display: none;
}
.common{
	padding: 20px 50px 50px;
}

.blue{
	color: #4998da;
}
.lh18{
	line-height: 1.8;
}
.lh20{
	line-height: 2;
}
.leave-record  .control-label,
.leave-record  .form-control {
	float: left
}


@media (max-width: 500px) {
	.task-update .control-label {
		text-align: right;
	}

	.control-label {
		text-align: left;
	}

	#cform {
		padding: 30px 40px;
	}

	.form-control {
		width: 100%
	}

	.pcode {
		width: 100%;
	}
}