.quote-section {
  width: 100%;
  padding: 80px 0 40px;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.quote-section .quote-form-content {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.quote-section .quote-card {
  width: 100%;
  box-sizing: border-box;
}

.quote-section .quote-section__title {
  font-weight: bold;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.quote-section .warning-tip {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  font-weight: bold;
  border-radius: 5px;
  background: #ffe7e6;
  color: red;
  box-sizing: border-box;
}
.quote-section .warning-tip__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.quote-section .warning-tip__icon {
  width: 25px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.quote-section .warning-tip__icon img {
  width: 100%;
}
.quote-section .warning-tip__text {
  line-height: 1.4;
}

.quote-section .quote-section__description {
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  margin-bottom: 30px;
}

.quote-section .quote-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}

.quote-section .quote-ruleForm {
  width: 100%;
}

.quote-section .form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quote-section .form-group__item {
  width: 48%;
}

.quote-section .form-group__item.form-group__item-email {
  width: 100%;
}
.quote-section .form-group__item.form-group__item-description {
  width: 100%;
}
.quote-section .form-group__item.form-group__item-upload {
  width: 100%;
}

.quote-section .form-group__item.form-group__item-location {
  width: 48%;
}

.quote-section .el-form-item__label {
  font-size: 18px;
  font-weight: 700 !important;
}

.quote-section .el-input__wrapper {
  padding: 13px 13px 13px 31px !important;
}

.quote-section .el-input__inner {
  font-size: 18px;
}

.quote-section .el-textarea__inner {
  padding: 23px 16px;
  font-size: 18px;
  min-height: 181px !important;
  width: 100%;
  border: none;
  font-family: Roboto;
}

.quote-section .el-input__inner,
.quote-section .el-textarea__inner::placeholder,
.quote-section .el-select__input,
.quote-section .el-input__inner::placeholder {
  font-size: 18px !important;
  font-family: Roboto;
}

.quote-section .el-select__selection {
  font-size: 18px !important;
  font-family: Roboto;
}

.quote-section .el-select {
  width: 100%;
  height: 55px;
}

.quote-section .el-select__wrapper {
  min-height: 56px;
  padding: 13px 31px !important;
}

.quote-section .el-input__wrapper {
  padding: 13px 31px !important;
  padding-right: 13px !important;
}

.quote-section .form-group__item.form-group__upload {
  width: 100%;
}

.quote-section .form-group__item-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.quote-section .item-full {
  width: 100%;
}

.quote-section .item-location {
  width: 100%;
}

.quote-section .plus {
  position: absolute;
  z-index: 11;
  margin-left: 14px;
  margin-top: 12px;
  color: #00000069;
}

.quote-section .item-phone {
  border: none;
  width: 100%;
}

.quote-section .form-group__textarea {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.quote-section .form-group__textarea .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
}

.quote-section .form-group__textarea .el-form-item__content {
  width: 100%;
}

.quote-section .item-textarea {
  width: 100%;
}

.quote-section .item-upload {
  width: 100%;
  display: flex;
  padding: 20px 16px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 4px;
}

.quote-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-section .item-upload-name {
  font-size: 16px;
  line-height: 22px;
  color: #5a5a5a;
  margin-left: 20px;
  align-self: center;
}

.quote-section .tip-group {
  display: flex;
  justify-content: space-between;
}

.quote-section .form-group__text {
  font-size: 18px;
  color: #8b8b8b;
  line-height: 22px;
  margin: 10px 0 20px 0;
}

.quote-section .form-group__btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.quote-section .form-group__btn button {
  width: 223px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #da251d;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

@media screen and (max-width: 760px) {
  .quote-section .quote-form-content {
    width: 90%;
  }

  .quote-section .quote-card {
    width: 100%;
    padding: 25px 15px;
  }

  .quote-section .quote-content {
    padding: 20px 5px;
  }

  .quote-section .form-group__item {
    width: 100%;
  }

  .quote-section .form-group__item-wrap {
    flex-wrap: wrap;
  }

  .quote-section .item-location {
    width: 100%;
  }

  .quote-section .item-phone {
    width: 100%;
  }

  .quote-section .form-group__item.form-group__item-location {
    flex-direction: column;
    width: 100%;
  }

  .quote-section .form-group__item.form-group__item-location .el-form-item {
    width: 100%;
  }

  .quote-section .form-group__btn button {
    width: 90%;
    height: 46px;
    line-height: 46px;
  }

  .quote-section .form-group__textarea {
    flex-direction: column;
  }

  .quote-section .form-group__btn button {
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .quote-section .quote-content {
    width: 90%;
    margin: 0 auto;
  }

  .quote-section .form-group__item {
    width: 100%;
  }

  .quote-section .form-group__item.form-group__item-location {
    flex-direction: column;
    width: 100%;
  }

  .quote-section .form-group__item.form-group__item-location .el-form-item {
    width: 100%;
  }

  .quote-section .form-group__textarea {
    flex-direction: column;
  }

  .quote-section .form-group__btn button {
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1400px) {
  .quote-section .quote-content {
    width: 90%;
    margin: 0 auto;
  }
}
