.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: #16951c;
    text-align: center;

    font-weight: 600;
}
.ycupload_success_text{
    width: 100%;
    text-align: center;
    font-family: FZY4JW--GB1, FZY4JW--GB1;
    font-weight: 500;
    font-size: 44px;
    color: #4A4A4A;
    line-height: 45px;
    letter-spacing: 2px;
}
.ycresumebtnbox{
    padding: 15px 40px;
    background: #F6F7F9;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 100px;
    margin-top: 5%;
}
.ycp_success_text{
    width: 100%;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #4B4B4B;
    letter-spacing: 2px;

}
.ycp_success_text2{
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #4B4B4B;
    font-size: 22px;
    margin-top: 25px;
    letter-spacing: 2px;
}
.phone_ycresumebtn{
    width: 40%;
    padding: 14px 0px;
    background: #F6F7F9;
    border-radius: 31px;
    margin-bottom: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 40px;
}
@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: 15px;
        color: #16951c;
        text-align: center;
        font-weight: 600;
    }
    .ycp_success_text{
        width: 100%;
        font-weight: 600;
        text-align: center;
        font-size: 30px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #4B4B4B;
        letter-spacing: 2px;

    }
    .ycp_success_text2{
        width: 100%;
        text-align: center;
        font-family: PingFangSC-Medium, PingFang SC;
        color: #4B4B4B;
        font-size: 22px;
        margin-top: 25px;
        letter-spacing: 2px;
    }
    .phone_ycresumebtn{
        width: 40%;
        padding: 14px 0px;
        background: #F6F7F9;
        border-radius: 31px;
        margin-bottom: 10px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 17px;
        color: #4A4A4A;
        text-align: center;
        margin-top: 40px;
    }
}
