.down-pdf-panel {

}
.down-pdf-img {
    display: block;
    margin: 0 auto;
    max-width: 238px;
    max-height: 388px;
    min-height: 200px;
}
.down-pdf-img > img {
    width: 100%;
    height: auto;
    border: 1px solid #777373;
}
.down-pdf-drag-content {
    /* position: relative;
    margin: 0 auto;
    width: 350px;
    padding-top: 20px; */
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
    max-width: 350px;
}
.down-pdf-drag {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin: 0 auto;
}

.down-pdf-drag-bg {
    width: 40px;
    height: 100%;
    position: absolute;
    background-color: #75CDF9;
}
.down-pdf-drag-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}
.down-pdf-drag-btn {
    width: 40px;
    height: 38px;
    position: absolute;
    border: 1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color: #666;
}

.down-pdf-verified {
    position: relative;
    margin: 0 auto;
    width: 350px;
    text-align: left;
    margin-top: 15px;
    font-size: 13px;
    color: blue;
}
.down-pdf-verified .t-red {
    color: #f00;
}
.down-pdf-verified .verified {

}
.down-pdf-verified .verified span {
    display: inline-block;
    width: 100px;
    color: #409EFF;
}