.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 120px auto;
}
.tabs-link {
  display: flex;
  width: 720px;
  height: 54px;
  background: #EFF4F9;
  border-radius: 30px;
  margin: 20px auto 60px auto;
}
.tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.tab-link.active {
  background: #004098;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}

.contact-us-box {
  display: flex;
  width: 1200px;
  height: 480px;
  background: #EFF4F9;
  border-radius: 12px;
  margin: auto;
}
.contact-us-desc-box {
  display: flex;
  flex-direction: column;
  padding: 76px 0 76px 90px;
  width: 50%;
}
.item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.item .contact-us-desc {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0 0 0 20px;
}
.salesman-box {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: auto;
}
.salesman-title {
  font-size: 30px;
  font-weight: 500;
  color: #222;
  line-height: 45px;
  margin: 90px auto 40px auto;
}
.sales-list {
  display: flex;
}
.sales {
  display: flex;
  align-items: center;
  width: 580px;
  height: 150px;
  background: #EFF4F9;
  border-radius: 12px;
}
.sales:last-child {
  margin: 0 0 0 auto;
}
.sales .name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  font-size: 30px;
  font-weight: 400;
  color: #222;
  height: 60px;
  border-right: 1px solid #D4DEE9;
}
.sales .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 106px 0 auto;
}
.sales .right .small {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin: 0 0 20px 0;
}
.sales .right .number {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 27px;
  letter-spacing: 1px;
}
