.sucess_icon {
    width: 80px;
    height: auto;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
/*******上传中********/
.file-name1 {
    width: 90%;
    padding: 0 5%;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.file-name2 {
    width: 100%;
    padding: 0 5%;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.resumebtn_yc{
    width: 100%;
    font-size: 28px;

    text-align: center;
    line-height: 60px;
    color: #3DB9FF;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;

}
.longrange_text {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #E02020;
    text-align: center;

    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .sucess_icon {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    .file-name1 {
        width: 90%;
        padding: 0 5%;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制显示的行数，这里设置为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* 当内容超出容器时显示省略号 */
    }
    .file-name2 {
        width: 90%;
        padding: 0 5%;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #999999;
        line-height: 26px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制显示的行数，这里设置为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* 当内容超出容器时显示省略号 */
    }

    .longrange_text {
        width: 90%;
        height: 40px;
        line-height: 20px;
        font-size: 12px;
        color: #E02020;
        text-align: center;

        font-weight: 600;
    }
}
