.uploadify{
    width: 120px;
    height: 120px;
    position: relative;
    cursor: pointer;
    display: block;
    vertical-align: middle;
    background: #f9f9f9 url(../img/uplode_img_big.png) 0 0 no-repeat;
    background-size: 120px auto;
}
.uplode_img_box_list .uplode_imgList .upLode_box {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    background-image: url(../img/uplode_img_big.png);
    background-size: 100% 100%;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}