.content{
    padding: 0;
}
.content> .right{
    position: relative;
    min-height: 14rem;
}
.content > .left{
    position: absolute;
    width: 60%;
}
.content .right .apply  h2{
    font-size: 0.35rem;
    margin-bottom: 0.6rem;
    color: #333;
    text-align: center;
}
.content .right .apply .list .item.three{
    width: 29.1%;
}
.content .right .apply .list .item.level{
    width: 35%;
}
.content .right .apply .list .item.one{
    width: 100%;
}
.content .right .apply .list .item.one input{
    width: 8.6rem;
}
.content .right .apply .list .item.level input{
    width: 2rem;
}
.content .right .apply .list .item.school{
    width: 60%;
    padding-left: 2%;
}
.content .right .apply .list .item.school input{
    width: 4.2rem;
}
.content.active02 .right .apply  .people .list .item.three.text input,
.content .right .apply .list .item.input{
    width: 1.5rem;
}
.content .right .apply .list .item.size{
    width: 84%;
}
.content .right .apply .list .item.size .select{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .right .apply .list .item.size .selectSize{
    display: flex;
    align-items: center;
}
.content .right .apply .list .item.size  label{
    font-size: 0.23rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    color: #333;
}
.content .right .apply .list .item.size  input{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}
.content .right .apply .list .item.size .img{
    width: 100%;
}
.content .right .confirm{
    text-align: center;
}
.content .right .promisse{
    display: block;
    margin: 0.4rem auto;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
    font-weight: 900;
}
.content .right .promisse a{
    font-size: 0.18rem;
    color: #004fb7;
    font-weight: 900;
}

.content .right .apply .list .item.health input{
    width: 7.5rem;
}
.content .right .apply .list .item.health span{
    width: auto;
}   
.content .right .apply .list .item.level select{
    width:2rem;
    height: 0.4rem;
    font-size: 0.26rem;
    border: 1px solid #e4e4e4;
    border-radius: 0.01rem;
    padding-left: 0.1rem;
    color: #333;
    font-weight: 900;
}
.content .right .apply .list .item.send{
    display: flex;
}
.content .right .apply .list .item.send .sendMsg{
    display: flex;
}
.content .right .apply .list .item.send .file,
.content .right .apply .list .item.send .sendMsg .show{
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}
.content .right .apply .list .item.send .sendMsg .show{
    margin-left: 0.5rem;
}
.content .right .apply .list .item.send .file input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.content .right .apply .list .item.send .file p,.content .right .apply .list .item.send .sendMsg .show p{
    color: #333;
    font-weight: 900;
    width: 2rem;
    text-align: center;
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -1rem;
}