.vendor_box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 110px;
  font-size: 14px;
}
.vendor_title_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.vendor_title_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #409efe;
}
.vendor_title_left button {
  width: 96px;
  height: 30px;
  background-color: #f99615;
  color: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
}
.vendor_selects {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-top: 20px;
}
.selects_one {
  width: 250px;
  height: 100px;
  background: linear-gradient(
    134deg,
    rgba(146, 149, 255, 1) 0%,
    rgba(64, 158, 254, 1) 100%
  );
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.1);
  border-radius: 4px;
  text-align: center;
}
.selects_one :nth-child(1) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 230, 64, 1);
  margin-top: 7px;
}
.selects_one :nth-child(2) {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 1);
  margin-top: 6px;
  margin-bottom: 3px;
}
.selects_one p > strong {
  font-size: 20px !important;
  color: #fff !important;
}
.selects_one p > span {
  font-size: 13px;
  color: #fff;
}
.selects_two,
.selects_three,
.selects_four,
.selects_five,
.selects_six {
  position: relative;
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.selects_two {
  background: url(../images/team_icon.png) no-repeat center;
}
.selects_three {
  background: url(../images/data_icon.png) no-repeat center;
}
.selects_four {
  background: url(../images/company_icon.png) no-repeat center;
}
.selects_five {
  background: url(../images/mail_icon.png) no-repeat center;
}
.selects_six {
  background: url(../images/work_icon.png) no-repeat center;
}
.data_bank_box {
  width: 180px;
  height: 224px;
  background: url(../images/extend_icon.png) no-repeat center;
  position: absolute;
  left: 0px;
  top: 88px;
  z-index: 4;
  cursor: pointer;
  display: none;
}
.data_bank_box :nth-child(1) {
  margin-top: 10px;
}
.active_bank {
  background: rgba(226, 240, 255, 1);
  color: #409efe !important;
}
.data_bank_box ul li {
  width: 180px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  text-align: center;
}
.vendor_container {
  width: 1200px;
  height: 900px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
  margin-top: 20px;
}
.container_header {
  text-align: center;
  width: 1200px;
  height: 40px;
  line-height: 40px;
  background: rgba(103, 166, 230, 1);
}
.container_header span {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-left: 435px;
}
.container_one,
.container_two,
.container_four {
  margin: 21px 0px 0px 20px;
}
.step_one img {
  vertical-align: middle;
}
.step_one span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.container_one .step_two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 57px;
  margin-right: 540px;
}
.container_one {
  padding-right: 20px;
}
.container_three {
  padding: 0 20px;
}
.container_four,
.container_two {
  padding-right: 20px;
}
.container_one .step_two :nth-child(even) {
  width: 176px;
  border-bottom: 2px dashed #ccc;
  margin: 0 5px;
}
.container_one .step_three {
  display: flex;
  /* justify-content: space-around; */
}
.container_one .step_three > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(204, 204, 204, 1);
}
.container_one .step_three .choice_item {
  margin: 46px 0 0 70px;
}
.container_one .step_three .buy_item {
  margin: 46px 0 0 89px;
}

.choice_item > span,
.buy_item > span {
  margin-left: 20px;
}
.container_two .step_two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-right: 60px;
  margin-top: 20px;
}
.container_three .step_one {
  /* margin-left: px; */
  margin-top: 20px;
}
.container_two .step_two :nth-child(odd) {
  width: 6px;
  height: 6px;
  border: 2px solid rgba(153, 153, 153, 1);
  border-radius: 50%;
}
.container_two .step_two :nth-child(even) {
  width: 289px;
  border-bottom: 2px dashed #ccc;
}
/* .container_two .step_three {
  display: flex;
  justify-content: space-around;
}
.container_two .step_three > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(151, 201, 253, 1);
  margin: 24px 30px 0 0;
} */
.container_two .step_three > div > span {
  margin-left: 20px;
}
.container_four .step_two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-right: 360px;
  margin-top: 20px;
}
.container_four .step_two :nth-child(odd) {
  width: 6px;
  height: 6px;
  border: 2px solid rgba(153, 153, 153, 1);
  border-radius: 50%;
}
.container_four .step_two :nth-child(even) {
  width: 289px;
  border-bottom: 2px dashed #ccc;
}
.container_four .step_three {
  display: flex;
}
.container_four .step_three > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(151, 201, 253, 1);
  margin-top: 24px;
}
.container_four .step_three > div > span {
  margin-left: 20px;
}
.step-progress > li > a:before {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.step-progress > li > a {
  padding-top: 0.5rem !important;
}
.step_four {
  display: flex;
}
.step_four div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.step_four div span {
  margin-left: 20px;
}
