.aiBid_wrap {
  width: 100%;
}
.aiBid_bg {
  width: 100%;
  height: 430px;
  background: url('/static/home/img/ground/aiBid/aiBid_bg.png');
}
.aiBid {
  overflow: hidden;
  margin: auto;
  width: 1200px;
}
.aiBid_title {
  margin-top: 50px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.aiBid_title span {
  color: var(--public-color);
}
.aiBid_title_f {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 26px;
}

.aiBid_module {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.aiBid_module img {
  width: 260px;
  height: 116px;
}
.aiBid_btn {
  margin: auto;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: var(--public-gradient-color);
  border-radius: 20px;
  cursor: pointer;
}
.bidProposals {
  display: flex;
  width: 100%;
  height: 520px;
  background: url('/static/home/img/ground/aiBid/bidProposals_bg.png');
}
.bidProposals_content {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1200px;
}
.bidProposals_content_l {
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bidProposals_content_l p {
  margin: 0;
  font-size: 34px;
  font-weight: bold;
}
.bidProposals_content_l p span {
  color: var(--public-color);
}
.bidProposals_content_l_line {
  margin: 50px 0;
  width: 70px;
  height: 8px;
  background: var(--public-color);
}
.bidProposals_content_l_description {
  margin-bottom: 50px;
  font-size: 18px;
  color: #3d4461;
  line-height: 30px;
}
.aiBid_detail {
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: var(--public-color);
  border: 1px solid var(--public-color);
  border-radius: 20px;
  cursor: pointer;
}
.bidProposals_content_r {
  width: 538px;
}
.bidProposals_content_r img {
  width: 538px;
  height: 108px;
}
.labeling {
  display: flex;
  width: 100%;
  height: 582px;
  background: #ccc;
  overflow: hidden;
  background: url('/static/home/img/ground/aiBid/labeling_bg.png');
}
.labeling_content {
  width: 1200px;
  margin: auto;
}
.labeling_content_title {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
}
.labeling_content_title span {
  color: var(--public-color);
}
.labeling_content_middle {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.labeling_content_middle img {
  width: 303px;
  height: 346px;
}
.scenario {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 584px;
  background: url('/static/home/img/ground/aiBid/scenario_bg.png');
}
.scenario img {
  width: 1200px;
  height: 484px;
}
.seleceUs {
  width: 100%;
  height: 476px;
  overflow: hidden;
  background: url('/static/home/img/ground/aiBid/seleceUs_bg.png');
}
.seleceUs_content {
  width: 1200px;
  margin: auto;
}
.seleceUs_content_title {
  margin-top: 40px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.seleceUs_content_title span {
  color: var(--public-color);
}
.seleceUs_content .seleceUs_content_title_f {
  margin: 10px 0 30px 0;
  text-align: center;
  font-size: 16px;
}

.seleceUs_content_bottom {
  display: flex;
  justify-content: space-between;
}

.seleceUs_content_bottom img {
  width: 398px;
  height: 258px;
}

.relationship {
  overflow: hidden;
  width: 100%;
  height: 306px;
  background: url('/static/home/img/ground/aiBid/relationship_bg.png');
}

.relationship .relationship_top {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.relationship .relationship_top span {
  color: var(--public-color);
}
.relationship_tip {
  margin: 20px 0 40px 0;
  text-align: center;
  font-size: 22px;
}

.use-iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 500px;
}
.bindPhone_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.aiBid_wrap .bindPhone {
  border-radius: 10px !important;
  padding: 15px 20px;
}

.bindPhone .el-dialog__header {
  padding-bottom: 0;
}

.bindPhone_title_bottom {
  margin-top: 15px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0273c0 0%, #e3f5ff 100%);
}
.bindPhone_form {
  position: relative;
  padding: 30px 30px 15px 30px;
}

.bindPhone_form span {
  position: absolute;
  right: 45px;
  top: 94px;
  font-size: 14px;
  color: #0273c0;
  cursor: pointer;
}

.bindPhone_form .el-input {
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.bindPhone_form .bindPhone_form_btn {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}

.bindPhone_form_btn .bindPhone_form_btn_l {
  text-align: center;
  font-size: 14px;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dcdfe5;
  cursor: pointer;
}
.bindPhone_form_btn .bindPhone_form_btn_r {
  text-align: center;
  font-size: 14px;
  width: 90px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #0273c0;
  border-radius: 4px;
  cursor: pointer;
}
