.fpd a, .fpd div  { float: left;}	
.common-upload {
    position: relative;
    width: 70px;
    height: 22px;
}
.common-upload i::before {
    content: "上传图片";
    position: absolute;
    width: 70px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}
.common-upload input {
    cursor: pointer;
    font-size: 0;
    opacity: 0;
    width: 70px;
    height: 22px;
}