*{padding: 0;list-style: none;}
.uploading-img{margin-left: auto;margin-right: auto;margin-top: 10px;padding: 20px;position: relative;border: 1px dashed #ccc;    width: 670px;}
.uploading-img li{overflow: hidden;margin-bottom: 10px;width: 124px;height: 124px;background: url(../images/imgadd.png) no-repeat;position: relative;float: left;margin-right: 10px;}
.uploading-img li:last-child{margin-right: 0;}
.uploading-tip{line-height: 25px;box-sizing: border-box;height: 0;width: 100%;position: absolute;bottom: 0;left: 0; background:rgba(0,0,0,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);zoom:1; padding: 0 30px;z-index: 100;}
:root .uploading-tip{filter:none\9;}/*for IE9*/	
.uploading-tip >*{font-style: normal;font-size: 16px;color: green;font-family: "宋体";cursor: pointer;}
.uploading-tip span:nth-of-type(2){margin-left: 20px;}
.uploading-tip i{color: red;float: right;font-family: "微软雅黑";}
.uploading-imgInput{border: 1px solid #C0C0C0;width: 650px;overflow: hidden;height: 40px;margin-top: 20px;}
.andArea {
    color: #CCCCCC;
    font-size: 18px;
    position: relative;
    text-align: center;
    top: -40px;
    float: right;
}
.filePicker {
	cursor: pointer;
    background:#00B7EE;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    min-width: 100px;
    margin: 0 auto 0px;
    overflow: hidden;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}

#fileImage{cursor: pointer;opacity: 0;position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.uploading-imgInput span{
	font-size: 18px;
	display: inline-block;
    height: 38px;
    line-height: 38px;
    min-width: 100px;
   border-left: 1px solid #DFDFDF;text-align: center;cursor: pointer;
}
.uploading-imgInput input{border: none;width: 69%;height: 100%;outline: none;padding-left: 10px;}
.uploading-img ul{overflow: hidden;}
.uploading-imgBg{position: relative;width: 122px;height: 122px;text-align: center;border: 1px solid #ccc; background: url("../images/bg.png");}
.uploading-imgBg img{width: 100%;height: auto;}
.uploading-imgBg img.cur{width: auto;height: 100%;}
.uploadProgress {display:none; width: 100%;margin: 0;position: absolute;bottom: 0;height: 8px;left: 0px;background: #00B7EE;}
.uploadTrue{display:none;width: 20px;height:20px;margin: 0;position: absolute;bottom: 0;right: 0px;background: url('../images/TruePng.png') no-repeat;background-size: 100%;}
