.upload-task-list{
    width: 632px;
    position: fixed;
    right: 52px;
    bottom: -475px;
    background: #fff;
    height: 470px;
    border: 1px solid #d2d2d2;
    font-family: "宋体", "微软雅黑";
    font-size: 14px;
    color: #a0a0a0;
    z-index:15;
}
.upload-task-list .f-l{
    float: left;
}
.upload-task-list .f-r{
    float: right;
}
.upload-task-list .clear{
    clear: both;
}
.upload-task-list .bar-line-5{
    height: 5px;
    background: #157bf8;
}
.upload-task-list .bar-title{
    height:50px;
    line-height: 50px;
    position: relative;
    background:#157bf8;
    color: #fff;
}
.upload-task-list .bar-title .op span,.upload-task-list .bar-title .op #set-min{
    font-family: "宋体", "微软雅黑";
    font-size: 16px;
    color: #fff;
    margin-right: 32px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;cursor: pointer;
}
.upload-task-list .min-progress{
    position: absolute;
    width: 300px;
    z-index: -1;
    height: 50px;
    background: #d2e6ff;
    left: 0px;
    top:0px;
}
.upload-task-list .max-title{
    padding-left: 30px;
}

.upload-task-list .line-1{
    height: 1px;
    border-top:1px solid #d2d2d2;
}
.upload-task-list .line-2{
    height: 1px;
    border-top:1px solid #f3f3f3;
}
.upload-task-list .task-title{
    height: 45px;
    line-height: 45px;
    font-size:12px;
}
.upload-task-list .file{
    margin-left: 70px;
    width: 158px;
}
.upload-task-list .progress{
    width: 84px;
    overflow: hidden;
    white-space:nowrap;
}
.upload-task-list .progress.error{
	width:375px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.upload-task-list .size{
    width:132px;
    height: 45px;
    white-space:nowrap;
}
.upload-task-list .time{
    width: 100px;
    height: 45px;
	text-align:center;
}
.upload-task-list .file-list{
    overflow-x:hidden;
    overflow-y: auto;
    height: 360px;
    font-size:12px;
}
.upload-task-list .task-file{
    height:45px;
    line-height: 45px;
    position: relative;
}
.upload-task-list .task-file .icon-file{
    margin-left: 26px;
	margin-top: 10px;
	width: 20px;
	height: 20px;
}
.upload-task-list .task-file .filename{
    margin-left:22px;
    width: 158px;
    overflow: hidden;
    margin-right:10px;
    white-space:nowrap;
}
.upload-task-list .task-file .error{
	color: #e36507;
}
.upload-task-list .task-file .max-progress{
    height: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    background: #d2e6ff;
    z-index:-1;
}
.upload-task-list .btn{
    text-decoration: none;
    color: #157bf8;
    font-size: 12px;
}
.upload-task-list .op-btn{
	width:17px;
	height:17px;
	margin-top:12px;
}
.upload-task-list .upload-success{
	background:url("./img/upload-icon.png") no-repeat 0px 0px;
}
.upload-task-list .upload-cancel{
	background:url("./img/upload-icon.png") no-repeat 0px -17px;
}
.upload-task-list .upload-error{
	background:url("./img/upload-icon.png") no-repeat 0px -34px;
}

.upload-task-list .error-handle{
	position: absolute;
	left: 0px;
	top:50px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	background: #fafafa;
	text-align: center;
	font-size:12px;
	display: none;
}
.upload-task-list .error-handle .message{
	color: #e36507;
}