.photo {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 2px;
    margin-top: -6px;
}
.photo a {
    float: right;
    display: inline-block;
    margin-right: 16px;
    position: relative;
}
.upload-input {
    width: 20px;
    height: 22px;
    position: absolute;
    opacity: 0;
    font-size: 0px;
}
.photo a img {
    width: 30px;
}
.photo a span {
    position: absolute;
    border-radius: 50px;
    background: #f15a23;
    color: #fff;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 1.2rem;
    margin-left: -10px;
    margin-top: -2px;
}
.photo a {
    float: right;
    display: inline-block;
    margin-right: 16px;
    position: relative;
}
.picture {
    width: 100%;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
}
.picture ul {
    width: 100%;
}
.picture ul li:last-child {
    width: 58px;
    height: 87px;
    border: #ccc dashed 2px;
    text-align: center;
    line-height: 87px;
    font-size: 3rem;
    font-weight: bold;
}
.picture ul li {
    margin-right: 16px;
    float: left;
    margin-bottom: 16px;
}
.upload-input1 {
    width: 58px;
    height: 87px;
    position: absolute;
    opacity: 0;
    font-size: 0px;
    margin-left: -22px;
}

.picture ul li:last-child a {
    color: #ccc;
    display: inline-block;
}
.picture .pic {
    height: 87px;
    width: 58px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.3);
}
.picture a {
display: block;
}
.picture span {
    position: absolute;
    font-size: 1.2rem;
    margin-left: 46px;
    margin-top: -94px;
}
