.main {
    width: 800px;
    margin:0 auto;
    text-align: center;
    padding-top: 40px;
}
.upload {
    border: 1px solid #666666;
    background-color: #fff;
    width: 800px;
    border-radius: 4px;
}
.upload_warp {
    margin: 20px;
    padding: 40px;
    border: 2px dashed #666666;
    border-radius: 4px;
}
.upload_warp .txt{margin-top:15px;}
.upload_warp_text {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    text-indent: 14px;
    border-top: 1px solid #666666;
    font-size: 14px;
}
.notice{
    margin-left: 20px;
    color: red;
}
.upload_warp_img_div {
    position: relative;
    height: 100px;
    width: 120px;
    border: 1px solid #666666;
    margin: 0px 30px 10px 0px;
    float: left;
    line-height: 100px;
    display: table-cell;
    text-align: center;
    background-color: #eee;
    cursor: move;
}

.upload_warp_img {
    border-top: 1px solid #D2D2D2;
    padding: 14px 0 0 14px;
    overflow: hidden
}
.upload_warp_img_div_text {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload_warp_img_div img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.upload_warp_img_div_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-indent: 4px;
 }
.upload_warp_img_div_del {
    position: absolute;
    top: 6px;
    width: 16px;
    right: 4px;
    cursor: pointer;
}
