.leave{
    padding: 250px 0 117px 0;
}
.leave .wrap{
    width: 1200px;
    margin: auto;
    max-width: 90%;
}
.leave .wrap .title{
    font-weight: 500;
    font-size: 32px;
    color: #222222;
    line-height: 40px;
    margin: 0 0 46px;
}
.leave .wrap .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px 0;
}
.leave .wrap .content .list{
    width: 580px;
    height: 65px;
    background: #F5F5F5;
    position: relative;
}
.leave .wrap .content .list .t{
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.leave .wrap .content .list .t.on{
    opacity: 0;
    pointer-events: none;
}
.leave .wrap .content .list .t p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: inline;
}
.leave .wrap .content .list .t span{
    color: #D70101;
    display: inline;
}
.leave .wrap .content .list input{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 0 0 19px;
    font-size: 16px;
}
.leave .wrap .content .list.textarea{
    width: 100%;
    height: 200px;
}
.leave .wrap .content .list textarea{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 25px 19px;
    font-weight: 400;
    font-size: 16px;
}
.leave .wrap .content .list textarea::placeholder{
    color: #999999;
}
.leave .wrap .content .end{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.leave .wrap .content .end .item{
    width: 160px;
    height: 65px;
    background: #E6E6E6;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.leave .wrap .content .end .item:not(:last-child) {
    margin: 0 20px 0 0;
}
.leave .wrap .content .end button[type=submit].item{
    background: #009944;
    color: #fff;
}

@media screen and (max-width: 1344px) {
    .leave .wrap .content .list{
        width: 49%;
    }

}

@media screen and (max-width: 1024px) {
    .leave{
        padding: 100px 0 30px 0;
    }
    .leave .wrap .title{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .leave .wrap .content{
        gap: 15px 0;
    }
    .leave .wrap .content .list{
        width: 100%;
        height: 50px;
    }
    .leave .wrap .content .list .t p{
        font-size: 14px;
    }
    .leave .wrap .content .list .t span{
        font-size: 14px;
    }
    .leave .wrap .content .list input{
        font-size: 14px;
    }

    .leave .wrap .content .list textarea{
        padding: 15px 19px;
        font-size: 14px;
    }
    .leave .wrap .content .end .item {
        width: 122px;
        height: 44px;
        font-size: 14px;
    }
}<!--0.00014400482177734-->