.quote-home-section {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 60px 0 0px;
    box-sizing: border-box;
}

.quote-home-section .quote-section__title {
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.quote-home-section .quote-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.quote-home-section .quote-section__description {
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin-bottom: 20px;
}

.quote-home-section .quote-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #F5F5F5;
    padding: 40px 35px;
    box-sizing: border-box;
}

.quote-home-section .quote-ruleForm {
    width: 100%;
}

.quote-home-section .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.quote-home-section .form-group__item {
    width: 48%
}

.quote-home-section .el-form-item__label {
    font-size: 18px;
    font-weight: 700 !important
}

.quote-home-section .el-input__wrapper {
    padding: 13px 13px 13px 31px !important
}

.quote-home-section .el-input__inner {
    font-size: 18px
}

.quote-home-section .el-textarea__inner {
    padding: 23px 16px;
    font-size: 18px;
    min-height: 85px !important;
    width: 100%;
    border: none;
    font-family: Roboto
}

.quote-home-section .el-input__inner,
.quote-home-section .el-textarea__inner::placeholder,
.quote-home-section .el-select__input,
.quote-home-section .el-input__inner::placeholder {
    font-size: 18px !important;
    font-family: Roboto
}

.quote-home-section .el-select__selection {
    font-size: 18px !important;
    font-family: Roboto
}

.quote-home-section .el-select {
    width: 100%;
    height: 55px
}

.quote-home-section .el-select__wrapper {
    min-height: 56px;
    padding: 13px 31px !important
}

.quote-home-section .el-input__wrapper {
    padding: 13px 31px !important;
    padding-right: 13px !important
}

.quote-home-section .form-group__item.form-group__upload {
    width: 100%
}

.quote-home-section .form-group__item-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.quote-home-section .item-full {
    width: 100%
}

.quote-home-section .item-location {
    width: 48%
}

.quote-home-section .plus {
    position: absolute;
    z-index: 11;
    margin-left: 14px;
    margin-top: 12px;
    color: #00000069
}

.quote-home-section .item-phone {
    border: none;
    width: 48%
}

.quote-home-section .form-group__textarea {
    width: 100%
}

.quote-home-section .form-group__textarea .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #5a5a5a
}

.quote-home-section .form-group__textarea .el-form-item__content {
    width: 100%
}

.quote-home-section .item-textarea {
    width: 100%
}

.quote-home-section .item-upload {
    width: 100%;
    display: flex;
    padding: 20px 16px;
    border: 1px solid #e5e5e5;
    background: #ffffff
}

.quote-home-section .browse {
    background-image: none;
    background: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px
}

.quote-home-section .item-upload-name {
    font-size: 16px;
    line-height: 22px;
    color: #5a5a5a;
    margin-left: 20px;
    align-self: center
}

.quote-home-section .tip-group {
    display: flex;
    justify-content: space-between
}

.quote-home-section .form-group__text {
    font-size: 18px;
    color: #8B8B8B;
    line-height: 22px;
    margin: 10px 0 20px 0;
}

.quote-home-section .form-group__btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.quote-home-section .form-group__btn button {
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #4E4AD9;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
}


@media screen and (max-width:760px) {
    .quote-home-section .form-group__item {
        width: 100%
    }

    .quote-home-section .form-group__item-wrap {
        flex-wrap: wrap
    }

    .quote-home-section .item-location {
        width: 100%
    }

    .quote-home-section .item-phone {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .quote-home-section .form-group__item {
        width: 100%
    }
}