body {
  position: relative;
}

#pop-ups1 {
  background-color: #ffffff;
  left: 50%;
  margin: 0 auto;
  position: fixed;
  top: 30%;
  margin-left: -450px;
  margin-top: -140px;
  width: 900px;
  height: 561px;
  z-index: 250;
  border-radius: 5px;
}

#pop-ups {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

#pop-ups::before {
  width: 100%;
  height: 100%;
  content: "";
  /* 一定要加定位，这样z-index才起作用 */
  position: absolute;
  z-index: 150;
  opacity: 0.5;
  background-color: black;
}

.callus {
  float: left;
  width: 300px;
  line-height: 50px;
  display: flex;
  position: absolute;
  top: 36px;
  left: 30px;
  text-align: center;

}

.callus>h1 {
  font-size: 28px;
  color: #333333;
  line-height: normal !important;
  margin: unset !important;
}

.callus>h6 {
  font-size: 18px;
  text-align: center;
  color: #666666;
  /* padding-top: 5px; */
  margin: unset !important;
}

.callus>hr {
  width: 115px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: -10px;
  margin-bottom: 10px;
}

.callus>p {
  position: absolute;
  bottom: -50px;
}

/* 左边联系 */
.call-us {
  float: left;
  width: 200px;
  height: 250px;
  position: absolute;
  top: 160px;
  left: 90px;
}

/* 电话 */
.call-us-ipone {
  width: 100%;
  height: 60px;
  margin-bottom: 24px;
}

.call-us-ipone>img {
  width: 24px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 5px;
}

.call-us-ipone>h1 {
  font-size: 20px;
  display: inline-block;
  color: #ff4000ff;
}

.call-us-ipone>div {
  margin-top: 18px;
  margin-left: 25px;
  color: #666666ff;
  font-size: 18px;
}

/* qq */
.call-us-qq {
  width: 100%;
  height: 60px;
  margin-bottom: 24px;
}

.call-us-qq>img {
  width: 19px;
  height: 20.5px;
  margin-right: 11px;
  margin-bottom: 5px;
}

.call-us-qq>h1 {
  font-size: 20px;
  display: inline-block;
  color: #006fffff;
}

.call-us-qq>div>a {
  display: block;
  /* margin-top: 18px; */
  /* margin-left: 40px; */
  padding-left: 32px;
  padding-top: 20px;
  color: #666666ff;
  font-size: 15px;
  /* background-color: #f5f5f5ff; */
  border: 0;
}

/* 微信 */
.call-us-wx {
  width: 100%;
  height: 150px;
}

.call-us-wx>img:nth-child(1) {
  width: 25.4px;
  height: 20px;
  margin-right: 4.6px;
  margin-bottom: 5px;
}

.call-us-wx>h1 {
  font-size: 20px;
  display: inline-block;
  color: #2aae67ff;
}

.call-us-wx>div {
  margin-top: 8px;
  margin-left: 34px;
  color: #666666ff;
  font-size: 18px;
}

.call-us-wx>img:nth-child(3) {
  width: 90px;
  height: 90px;
  display: block;
  margin-left: 23px;
  margin-top: 14px;
}

/* 右边input框 */
.needs-inputbox {
  float: right;
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  margin-left: 386px;
}

.needs-input {
  margin-top: 110px;
  position: relative;
}

.needs-inputbox>img {
  width: 20px;
  height: 20px;
  right: 32px;
  top: 36px;
  position: absolute;
}

.needs-input>input {
  display: flex;
  width: 484px;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}

.needs-input>input:nth-child(4) {
  height: 80px;
}

.needs-input>button {
  margin-top: 20px;
  width: 200px;
  height: 48px;
  border: none;
  background-color: #1e9fff;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

.needs-input>button:hover {
  background-color: #006fff;
}