.businessPartner {
  color: #fff;
  background: url("/imgs/business/bg1836.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}
/* 修改 placeholder 颜色 */
.businessPartner .el-input__inner ::-webkit-input-placeholder {
  color: #524d4d; /* WebKit 浏览器 */
}
.businessPartner .el-input__inner :-ms-input-placeholder {
  color: #524d4d; /* IE 浏览器 */
}
.businessPartner .el-input__inner ::-moz-placeholder {
  color: #524d4d; /* Firefox 旧版本 */
}
.businessPartner .el-input__inner :-moz-placeholder {
  color: #524d4d; /* Firefox 旧版本 */
}
.businessPartner .el-input__inner::placeholder {
  color: #524d4d; /* 标准语法，适用于现代浏览器 */
}
.businessPartner .el-textarea__inner::-webkit-input-placeholder {
  color: #524d4d;
}
.businessPartner .el-textarea__inner::placeholder {
  color: #524d4d; /* 标准语法，适用于现代浏览器 */
}
.businessPartner .el-select .el-input .el-select__caret {
  color: #000;
}

.businessPartner .el-select-dropdown {
  background: #fef8ed;
}
.businessPartner .el-select-dropdown__item:hover {
  background: #e2c797;
  color: #745c3b;
}
.businessPartner .selected {
  background: #e2c797;
  color: #745c3b;
}

.businessPartner .el-form-item__label {
  font-family: siyuan;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.businessPartner .el-form-item__error {
  position: relative;
}
.businessPartner .btn-box {
  text-align: center;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.businessPartner .btn-box .btns {
  width: 40%;
  color: #000;
  background-color: #28f297;
  border-color: #28f297;
  font-size: 16px;
}

.businessPartner .form {
  margin-top: 50px;
}
.businessPartner .content {
  display: flex;
  flex-direction: column;
  width: 600px;
}
.businessPartner .content .el-input__inner {
  border: 1px solid #dcdfe6;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.businessPartner .content .el-input__inner:hover {
  border: 1px solid #d3a760;
}
.businessPartner .content .is-error {
  .el-input__inner {
    border: 1px solid #f56c6c;
  }
}
.businessPartner .content .el-input__inner:focus {
  border: 1px solid #d3a760;
}
.businessPartner .content .el-form-item__error {
  color: #f56c6c;
}

.businessPartner .title {
  font-size: 30px;
  font-weight: normal;
  line-height: 60px;
  margin-top: 120px;
  text-align: center;
}

.businessPartner .dec-text {
  font-size: 20px;
  font-weight: normal;
  padding: 18px 0;
}

.businessPartner .line {
  width: 100%;
  margin-bottom: 160px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.businessPartner .line .line-inner {
  width: 80%;
  height: 40px;
  background: url("/imgs/line.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.elementor-element .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  font-family: siyuan;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .businessPartner {
    background: url("/imgs/business/bg750.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .businessPartner .btn-box .btns { 
    width: 350px;
    max-width: 100%;
  }
  .businessPartner .form { 
    margin-top: 20px;
  }
  .businessPartner .form .el-form-item__label {
    font-size: 16px;
    line-height: normal;
  }
  .businessPartner .content {
    width: 85%;
    padding-top: 90px;
  }
  .businessPartner .title { 
    font-size: 20px;
    line-height: 44px;
    border-bottom: none;
  }
  .businessPartner .title-right {
    margin-top: 25px;
  }
  .businessPartner .dec-text {
    font-size: 16px;
    padding: 8px 0;
  }
  .businessPartner .line {
    font-size: 16px;
    padding: 8px 0;
    margin: 90px 0 25px 0;
  }
  .businessPartner .line .line-inner {
    width: 100%;
    height: 25px;
    background: url("/imgs/line_h5.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .el-form-item.is-error {
    margin-bottom: 30px;
  }
  .elementor-element .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
    font-size: 16px;
    line-height: 16px;
  }
}