.consult-pic {
    margin-top: 5rem;
    width: 100%;
    height: 36.375rem;
}

.consult-pic > img {
    width: 100%;
    height: 100%;
}

.banner-sub {
    height: 24rem;
}

.consult-label,
.about-company,
.about-team,
.job-message {
    margin-top: 2.5rem;
    width: 100%;
    text-align: left;
}

.consult-label {
    margin-top: 2rem;
    padding: 0 18.75%;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
}

.consult-title {
    margin-top: 2.25rem;
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    color: #000;
}

.consult-contact {
    padding: 0 18.75%;
    width: 100%;
    text-align: left;
}

.about-text,
.job-text,
.consult-text {
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.9);
    line-height: 3rem;;
    letter-spacing: 1px;
    font-size: 1.625rem;
}

.consult-form {
    width: 100%;
    padding: 0 25%;
    display: flex;
    justify-content: center;
}

#consult-form-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    flex-wrap: wrap;
}

#consult-result {
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
    line-height: 3rem;
    background: #fff;
    border-radius: 1rem;
}

#consult-form-mask > img {
    width: 10rem;
    height: 10rem;
}

.consult-column {
    width: 9rem;
}

.consult-column-center {
    position: relative;
    width: 28.125rem;
}

.consult-input {
    position: relative;
    margin-top: 3.625rem;
    width: 100%;
    height: 3.125rem;
    text-align: right;
    background: #EFEFEF;
    border-radius: .5rem;
    overflow: hidden;
}

.consult-input > input,
.consult-input textarea {
    display: flex;
    width: 100%;
    height: 3.125rem;
    border-style: none;
    border: none;
    outline: none!important;
    appearance: none;
    box-shadow: none;
    background: #EFEFEF;
    border-radius: .875rem;
    opacity: 0.59;
    padding: 0 1rem;
    
}

.consult-input textarea {
    margin-top: 1rem;
    resize: none;
    height: 13.5rem;
    padding: 0 1rem;
}

.consult-input > input::placeholder,
.consult-input > textarea::placeholder {
    font-size: 1rem;
}

#textarea {
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    color: rgba(0, 0, 0, 0.3);
    font-size: .875rem;
}

.consult-input-label {
    margin-top: 3.625rem;
    padding-top: .8rem;
    width: 100%;
    height: 3.125rem;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
}

.consult-summit {
    margin-top: 5.625rem;
    width: 100%;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(57, 189, 142, 0.8);
    font-size: 1.5rem;
    border-radius: .5rem;
    color: #fff;
    border: none;
}


/**** **** 手机适配 **** ****/
@media screen and (max-device-width: 480px) {
    .consult-label {
        padding: 0 1rem;
    }

    .consult-title {
        font-size: 1.5rem;
    }

    .consult-contact {
        padding: 0 2rem;
    }

    .consult-form {
        padding: 0 1rem;
    }

    .consult-input > input,
    .consult-input textarea {
        font-size: 1.25rem;
    }
}