#zwb_upload {
	background: rgb(250, 250, 250); padding: 4px 10px; border-radius: 4px; border: 1px solid rgb(221, 221, 221); border-image: none; height: 20px; color: rgb(136, 136, 136); line-height: 20px; display: inline-block; position: relative; cursor: pointer;
}
#zwb_upload input {
	top: 0px; right: 0px; position: absolute; cursor: pointer; opacity: 0; width:100%;
}
#zwb_upload:hover {
	background: rgb(238, 238, 238); border-color: rgb(204, 204, 204); color: rgb(68, 68, 68); text-decoration: none;
}


#zwb_uploadpic {
	background: rgb(250, 250, 250); padding: 4px 10px; border-radius: 4px; border: 1px solid rgb(221, 221, 221); border-image: none; height: 20px; color: rgb(136, 136, 136); line-height: 20px; display: inline-block; position: relative; cursor: pointer;
}
#zwb_uploadpic input {
	top: 0px; right: 0px; position: absolute; cursor: pointer; opacity: 0; width:100%;
}



#zwb_upload_status {
	background: rgba(0, 0, 0, 0.1); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index:1000;
}
#zwb_upload_status .box {
	background: rgb(255, 255, 255); border-radius: 5px; border: 1px solid rgb(221, 221, 221); border-image: none; left: 10%; top: 20%; width: 80%; height: auto; color: rgb(102, 102, 102); position: absolute; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#zwb_upload_status .box .title {
	width: 100%; text-align: center; line-height: 40px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
#zwb_upload_status .box .list {
	width: 100%; padding-bottom: 10px; -ms-overflow-x: hidden; -ms-overflow-y: auto; max-height: 600px;
}
#zwb_upload_status .box .list ul {
	list-style: none; margin: 0px; padding: 0px;
}
#zwb_upload_status .box .list li {
	list-style: none; margin: 0px; padding: 0px;
}
#zwb_upload_status .box .list ul {
	width: 100%; overflow: hidden;
}
#zwb_upload_status .box .list ul li {
	background: url("bg.png") no-repeat 0% 0% / 100% 100%; margin: 10px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 150px; height: 120px; text-align: center; line-height: 120px; vertical-align: middle; float: left; position: relative; cursor: pointer;
}
#zwb_upload_status .box .list ul li span.success {
	background: url("success.png") 0% 0% / 100% 100%; transition:0.5s; width: 35px; height: 35px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
}
#zwb_upload_status .box .list ul li span.success2 {
	opacity: 1;
}
#zwb_upload_status .box .list ul li span.delete {
	background: url("delete_white.png") 0% 0% / 100% 100%; transition:0.5s; top: 5px; width: 15px; height: 15px; right: 5px; position: absolute; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
}
#zwb_upload_status .box .list ul li img {
	transition:0.5s; width: 76%; vertical-align: middle; display: inline; max-height: 95%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
}
#zwb_upload_status .box .list ul li a {
	background: rgba(0, 0, 0, 0.8); transition:0.5s; left: 0px; top: 0px; width: 100%; height: 100%; color: rgb(255, 255, 255); overflow: hidden; position: absolute; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
}
#zwb_upload_status .box .list ul li a p {
	margin: 0px; color: rgb(255, 255, 255); line-height: 24px; overflow: hidden; font-size: 12px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
#zwb_upload_status .box .list ul li a .name {
	padding: 0px 10px; margin-top: 20px;
}
#zwb_upload_status .box .list ul li .progressBox {
	background: rgb(246, 246, 246); border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); border-image: none; left: -1px; width: 100%; height: 9px; overflow: hidden; display: none; position: absolute;
}
#zwb_upload_status .box .list ul li .progressBox div {
	background: lightgreen; width: 0px; height: 100%;
}
#zwb_upload_status .box .list ul li .err {
	background: rgb(228, 57, 60); transition:0.3s; left: 0px; top: 50%; width: 0px; height: 40px; text-align: center; color: rgb(255, 255, 255); line-height: 40px; margin-top: -20px; position: absolute; box-shadow: 1px 1px 1px #f9f9f9; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s;
}
#zwb_upload_status .box .list ul li:hover a {
	opacity: 1;
}
#zwb_upload_status .box .list ul li:hover span.delete {
	opacity: 1;
}
#zwb_upload_status .box .list ul li:hover img {
	width: 100%;
}
#zwb_upload_status .box .upfoot {
	height: 50px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; text-align:center;
}
#zwb_upload_status .box .upfoot span {
	background: rgb(0, 183, 238); border-radius: 5px; width: 120px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; margin-top: 7.5px; margin-right: 15px; cursor: pointer; border-shadow: 1px 1px 1px #ddd;display:inline-block;
}
#zwb_upload_status .box .upfoot .off {
	background: none; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(102, 102, 102);
}
@media screen and (max-width:767px)
{
#zwb_upload_status .box {
	left: 50%; width: 300px; margin-left: -150px;
}
#zwb_upload_status .box .list {
	height: 300px; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
#zwb_upload_status .box .list ul li {
	margin: 10px; width: 118px;
}
}


.qypics{}
.qypic{ margin-right:20px; float:left; position:relative;margin-top:10px;width:80px;height:60px;background-color:#0095A6;border: 1px solid #cccccc;}
.qypic span{ position:absolute; right:0px; top:0px; display:block; cursor:pointer;background-color:#0095A6;color:#fff; padding:2px 5px; line-height:20px; font-size:12px;}
.qypic p{
display: table-cell;
vertical-align:middle;
text-align:center;
width:80px;
height:60px;
background-color:#f5f5f5;
}
.qypic p img{
vertical-align:middle;
width:80px;
height:60px;
}



