/**
 * plupload上传插件。
 * 自定义进度条样式
 * xfzhou 2016-07-22
 */
.plupload_Bars {width: 100%px;height:22px; border: 1px solid #B1D632;padding: 1px;}
.plupload_Bars div {display: block;position: relative;background: #090;color: #333333;height: 20px;line-height: 20px;}
.plupload_Bars div span {position: absolute;width: 200px;text-align: center;font-weight: bold;}
.plupload_delete {background: url('button/delete.gif');}

.create_pic {float:left;width:100%;overflow:hidden;}
.create_pic ul {padding:0;marign:0;}
.create_pic li {float:left;width:120px;height:120px;overflow:hidden;border: dotted #ddd 1px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;margin:0 15px 0 0;padding:0;}
.create_pic li img {position:absolute;width:120px;height:120px;z-index:1;}
.create_pic li em {float:left;width:120px;height:70px;background:url(images/jia.jpg) no-repeat 50% 25px;cursor: pointer;}
.create_pic li p {float:left;width:120px;height:50px;line-height:20px;color:#ccc;text-align:center;}
.create_pic span {float:left;width:100%;color:#999;line-height:42px;}

.create-avatar {position:relative;width:120px;height:160px;overflow:hidden}
.create-avatar img {position:absolute;width:120px;height:120px;z-index:1;}
.create-avatar span {position:absolute;width:120px;height:28px;color:#fff;line-height:28px;left:0px;bottom:0px;z-index:2;text-align:center;background:#000;padding:0px 0px;font-size:13px;}
.create-avatar span a {color:#fff;}
.create-avatar i.close {position:absolute;width:20px;height:20px;right:5px;top:2px;z-index:2;background:url(images/close.png) no-repeat;cursor:pointer}
.create-avatar .inp {position:absolute;width:120px;height:30px;z-index:2;bottom:0;line-height:28px;left:0px;}

div.plupload_file {width:100%;}
span.plupload_close {width:20px;height:20px;margin-left:10px;margin-top:2px;text-indent:-1000px;background:url(images/close.png) no-repeat;cursor:pointer; display:inline-block;}

.plupload_container {
  margin: 50px auto;
  width: 640px;
}
.plupload_container > div {
  margin-bottom: 20px;
}

.plupload_progress {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}
.plupload_progress > span {
  float: left;
  margin: 0 -1px;
  min-width: 30px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #cccccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.plupload_progress > span > span {
	float: left;
	padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.plupload_progress > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("../img/progress.png") 0 0 repeat-x;
  border-radius: 10px;
}
.plupload_progress .green {
  background: #85c440;
  border-color: #78b337 #6ba031 #568128;
  background-image: -webkit-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
  background-image: -moz-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
  background-image: -o-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
  background-image: linear-gradient(to bottom, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
}
.plupload_progress .red {
  background: #db3a27;
  border-color: #c73321 #b12d1e #8e2418;
  background-image: -webkit-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
  background-image: -moz-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
  background-image: -o-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
  background-image: linear-gradient(to bottom, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
}
.plupload_progress .orange {
  background: #f2b63c;
  border-color: #f0ad24 #eba310 #c5880d;
  background-image: -webkit-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
  background-image: -moz-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
  background-image: -o-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
  background-image: linear-gradient(to bottom, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
}
.plupload_progress .blue {
  background: #5aaadb;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: -webkit-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: -moz-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: -o-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: linear-gradient(to bottom, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
}