.addwork {
	height: 45px;
	line-height: 45px;
	color: #D4E7FB;
	cursor: pointer;
	text-shadow: 0 1px #093F6C;
}

.addw {
	padding: 0px 5px;
	margin: 0px 5px;
	float: left;
	position: relative;
}

.downlist {
	position: absolute;
	top: 49px;
	left: -30px;
	background-color: #166EB7;
	z-index: 10000000;
	display: none
}

.downlist li {
	width: 140px;
	text-align: center;
	line-height: 30px
}

.downlist li a {
	color: #D4E7FB;
	text-shadow: 0 1px #093F6C;
}
.img-dd img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.uploadimgs-box{
	display: flex;
	flex-wrap: wrap;
}
.uploadimgs-box .box{
	position: relative;
	width: 120px;
	height: 120px;
	border: 1px solid #BFBFBF;
	/* overflow: hidden; */
	margin-right: 20px;
	margin-bottom: 20px;
}
.uploadimgs-box .box .del{
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../image/close.png) no-repeat center center;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	background-size: 100% 100%;
}
.uploadimgs-box .box > input[type='file'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	z-index: 3;
	opacity: 0;
}
.uploadimgs-box .box.upload-btn img{
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.uploadimgs-box .box .img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.uploadimgs-box .box .img>img{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.login-form {
	width: 270px;
	margin: auto;
}

.login-form dt {
	height: 28px;
	line-height: 28px;
	text-align: right;
}

.login-form dt strong {
	float: left;
	font-size: 14px;
	color: #515B65;
}

.login-form dd {
	margin-bottom: 10px;
}

.login-form .text {
	width: 254px;
	height: 14px;
	padding: 8px 7px;
	line-height: 14px;
	font-size: 12px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	border-radius: 4px;
	outline: none;
}

.oper{
	text-align: right;
}