.fileInput {
    display: block;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.previewBox {
    /*margin:15px 0;*/
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    background: url("addMore.png") no-repeat 0 0;
}

    .previewBox img {
        /*margin-right:10px;*/
        float: left;
    }

.uploadBtn {
    top: 66px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    color: #fff;
    background: #0090fc;
    border-radius: 4px;
    outline: none;
}

    .uploadBtn:hover {
        width: 88px;
        height: 33px;
        border: 1px solid #0090fc;
        background: #fff;
        color: #0090FC;
        cursor: pointer;
    }

.delBtn {
    border: 1px solid #0090FC;
    background: #0090FC;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    padding: 6px 15px;
    width: 100px;
    height: 40px;
    display: none;
}

    .delBtn:hover {
        border: 1px solid #eee;
        background: #fff;
        color: #666;
    }

.uploadBtnWrap {
    display: inline-block;
}

.uploadImgWrap {
    position: relative;
    width: 109%;
    height: 100%;
}

.pic_form {
    display: block;
    /*width: 229px;*/
    margin-top:10px;
}
