.form {
    margin-top: 250px;
    width: 100%;
    box-sizing: border-box;
}

.form .desc {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.form .type {
    margin-top: 64px;
    margin-bottom: 63px;
}

.form .type .radio {
    display: none;
}

.form .type label {
    position: relative;
    cursor: pointer;
    margin-right: 36px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.form .type label::before {
    display: inline-block;
    content: "";
    width: 35px;
    height: 35px;
    margin-right: 18px;
    vertical-align: bottom;
    box-shadow: 0 0 1px 1px #CCCBCA, 0 0 1px 1px #CCCBCA;
    box-sizing: border-box;
}

.form .type .radio:checked+label::before {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    background-color: #B58360;
    border: 5px solid #ffffff;
}

.form .inputText {
    margin-top: 26px;
    width:100%;
    height: 87px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding-left: 37px;
    padding-right: 37px;
    line-height: 87px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 400;
}

.form button {
    width: 100%;
    height: 101px;
    background: #B58360;
    border: 0;
    cursor: pointer;
    line-height: 101px;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 33px;
    margin-bottom: 250px;
}
