.section {
    background: #FAFAFA;
    padding: 110px 0 152px;
}

.section .wrap {
    line-height: 1;
}

.section .wrap .title {
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
}

.section .wrap .des {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    text-align: center;
    margin: 27px 0 119px;
}

.section .wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
}

.section .wrap form .input {
    width: 580px;
}

.section .wrap form .input h5 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 10px;
}

.section .wrap form .input input {
    height: 50px;
    width: 100%;
    background: unset;
    border: none;
    border-bottom: 1px solid #EDEDED;
    font-weight: 400;
    font-size: 16px;
    color: #111;
}

.section .wrap form .input input::placeholder {
    color: #CDCDCD;
}

.section .wrap form .textarea {
    width: 100%;
}

.section .wrap form .textarea h5 {
    margin-bottom: 20px;
}

.section .wrap form .textarea textarea {
    width: 100%;
    height: 248px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
}

.section .wrap form .button {
    width: 100%;
    margin: -14px 0 0;
}

.section .wrap form .button button {
    width: 150px;
    height: 64px;
    background: #F78200;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

/*# sourceMappingURL=affiliate.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 5.7291666667vw 0px 7.9166666667vw;
    }

    .section .wrap .title {
        font-size: 2.1875vw;
    }

    .section .wrap .des {
        font-size: 0.9375vw;
        margin: 1.40625vw 0px 6.1979166667vw;
    }

    .section .wrap form {
        gap: 3.125vw 0px;
    }

    .section .wrap form .input {
        width: 30.2083333333vw;
    }

    .section .wrap form .input h5 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .section .wrap form .input input {
        height: 2.6041666667vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap form .textarea h5 {
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap form .textarea textarea {
        height: 12.9166666667vw;
        border-radius: 0.2083333333vw;
    }

    .section .wrap form .button {
        margin: -0.7291666667vw 0px 0px;
    }

    .section .wrap form .button button {
        width: 7.8125vw;
        height: 3.3333333333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .section {
        padding: 50px 0;
    }
    .section .wrap .title {
        font-size: 22px;
    }
    .section .wrap .des {
        font-size: 14px;
        margin: 10px 0 25px;
        line-height: 1.6;
    }
    .section .wrap form .input {
        width: 100%;
        margin-bottom: 15px;
    }
    .section .wrap form .textarea textarea {
        height: 150px;
        font-size: 15px;
        border-radius: 4px;
        padding: 15px;
    }
    .section .wrap form .input h5 {
        font-size: 16px;
        margin: 0 0 6px;
    }
    .section .wrap form .input input {
        height: 40px;
        font-size: 15px;
    }
    .section .wrap form .input.textarea h5 {
        margin-bottom: 15px;
    }
    .section .wrap form .button button {
        width: fit-content;
        padding: 0 20px;
        height: 40px;
        border-radius: 6px;
    }
    .section .wrap form .button button p {
        font-size: 15px;
    }
}
