#zipcode,#cancelreson{
    background: #FFFFFF;
    border: 1px solid #CFCECE;
    border-radius: 4px;
}

#upFile{
    width: 150px;
}
.upFile{
    position: relative;
    width: 130px;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    background: url("image/sc-small.png") no-repeat 26px 12px;
    font-size: 14px;
    color: #2673E5;
    border: 1px solid #2575EB;
    border-radius: 4px;
}
.upFile .appliy-file{
    position: absolute;
    top:0;
    left: 0;
    width: 130px !important;
    height: 40px;
    opacity: 0;
    cursor:pointer;
}
.uptext{
    margin-top: 50px;
}
.uptext p{
    margin-bottom: 4px;
    font-size: 12px;
    color: #999999;
}
.upImg{
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    line-height: 160px;
    font-size: 12px;
    color: #999999;
    border: 1px dotted  #CFCECE;
    background: url("image/shangchuan.png")no-repeat center center;
}
.upImg-file{
    position: absolute;
    top:0;
    left: 0;
    width: 100px !important;
    height: 100px !important;
    opacity: 0;
    cursor:pointer;
}
.picShow{
    float: left;
    padding: 8px;
    width: 100px;
    height: 100px;
    margin-left: 20px;
    text-align: center;
    border: 1px dotted  #CFCECE;
}
.picShow img{
    display: block;
    width: 84px;
    height: 59px;
    background: #FFFFFF;
    border: 1px solid #CFCECE;
    border-radius: 4px;
}
.showImage{
    display: block;
    height: 26px;
    font-size: 12px;
    color: #999999;
    cursor:pointer;
    background: url("image/big.png")no-repeat  65px 8px;
}



