.content .right .apply .list .item.one{
    width: 100%;
}
.content .right .apply .list .item.one input{
    width: 9rem;
}
.content .right .apply .list .item span{
    text-align: left;
}
.content .right .apply .list .item.three{
    width: 29.1%;
}
.content .right .apply .list .item.three input{
    width: 2rem;
}
.content .right .apply .list .item{
    display: flex;
}
.content .right .apply .list .item .sendFile{
    position: relative;
    background-color: #004fb7;
    color: #fff;
    width: 1.5rem;
    height: 0.35rem;
    line-height: 0.35rem;
    border-radius: 0.02rem;
    text-align: center;
    font-size: 0.19rem;
}
.content .right .apply .list .item .sendFile input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    padding: 0;
    border: none;
}
.content .right .apply .list .item  p{
    line-height: 0.35rem;
    font-size: 0.19rem;
}
.confirm{
    margin-top: 2rem !important;
}