.img_upload {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -150px;
    left: 0px;
    overflow: hidden;
    background-image: url("../image/img_upload.png");
    background-size: 150px 150px;
}
.upload_btn {
    height: 20px;
    display: none;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 20px;
    color: #0062BE;
    overflow: hidden;
    position: relative;
    text-decoration: underline;
    opacity: 1;
    float: left;
    margin-top: 65px !important;
    margin-left: 32px;
}
.img_upload1 {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -150px;
    left: 0px;
    overflow: hidden;
}

.del_upload_img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 999;
}

.literature_btn {
    width: 100px;
    height: 40px;
    border: 0 none;
    background: #0062BE;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
}
.literature_btn_upload {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -40px;
    left: 0;
}
.upload_ul > li {
    margin-top: 20px;
}
.upload_ul > li > img {
    float: left;
    width: 24px;
    height: 24px;
    font-size: 0;
}
.upload_ul > li > dl {
    float: left;
    line-height: 26px;
    width: 530px;
    margin-left: 10px;
}
.upload_ul > li > dl > dt {
    float: left;
    width: 334px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #1A1A1A;
    opacity: 1;

}
.upload_ul > li > dl > dd {
    float: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #B4B4B4;
    opacity: 1;

}
