* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 718px;
  background: url(../img/business_banner.png) no-repeat center;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  width: 1200px;
  margin-top: 110px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #7f5654;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #7f5654;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.5);
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1;
}
.lingshou {
  margin-top: 60px;
  width: 1200px;
}
.market-top {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.market-top img {
  width: 192px;
  height: 47px;
}
.market-top p {
  margin-top: 20px;
  font-size: 36px;
  color: #804643;
  line-height: 1;
}
.market-top span {
  margin-top: 18px;
  font-size: 22px;
  color: #666;
  line-height: 1;
  font-weight: 100;
}
.market-bottom {
  margin-top: 67px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.market-bottom .item {
  margin-bottom: 18px;
  width: 359px;
  height: 340px;
  background: url(../img/business_market_bg.png) no-repeat center / 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.market-bottom .item div {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #804643;
  display: flex;
  justify-content: center;
  align-items: center;
}
.market-bottom .item p {
  margin: 13px 0 0;
  font-size: 22px;
  color: #804643;
  line-height: 1;
}
.market-bottom .item img:nth-child(3) {
  margin: 32px 0;
  width: 15px;
  height: 12px;
}
.market-bottom .item span {
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.market-bottom .item span:last-child {
  margin-top: 15px;
}
.business {
  margin-top: 108px;
  width: 100%;
  height: 533px;
  background: url(../img/business_floor_banner.png) no-repeat center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.business p {
  font-size: 40px;
  color: #333;
  line-height: 1;
}
.business h4 {
  margin: 29px 0 27px;
  font-size: 50px;
  color: #804643;
  line-height: 1;
  padding: 17px 0 19px;
  border-top: 1px solid #dfc4a8;
  border-bottom: 1px solid #dfc4a8;
}
.business span {
  margin-bottom: 16px;
  font-size: 26px;
  color: #333;
  line-height: 1;
}
.business div {
  margin-top: 10px;
  width: 247px;
  height: 54px;
  border: 1px solid #804643;
  box-sizing: border-box;
  border-radius: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business div img {
  width: 34px;
  height: 34px;
}
.business div span {
  margin: 0 0 0 4px;
  font-size: 26px;
  color: #804643;
}
.inputs {
  margin: 38px 0 60px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inputs-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inputs-top input {
  width: 556px;
  height: 60px;
  background-color: #f8f8f8;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}
.inputs textarea {
  margin-top: 22px;
  width: 100%;
  height: 120px;
  background-color: #f8f8f8;
  font-size: 16px;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
  resize: none;
}
.inputs .highlight.change::placeholder {
  color: #804643;
}
.inputs-btn {
  margin-top: 40px;
  width: 140px;
  height: 48px;
  background-color: #804643;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
