.baojia {
  margin-top: 120px;
  margin-bottom: 70px;
}
.baojia > .top {
  display: block; /*设置为块级元素会独占一行形成上下居中的效果*/
  position: relative; /*定位横线（当横线的父元素）*/
  text-align: center;
  margin-bottom: 78px;
}

.baojia > .top > .txt {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.baojia-content {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  box-shadow: 0px 4px 15px 4px #004ec01a;
  display: flex;
  box-sizing: border-box;
}

.baojia-content > .left {
  width: 654px;
  height: 600px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  box-sizing: border-box;
}

.baojia-content > .right {
  width: 546px;
  /* background-color: red; */
  height: 600px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.img {
  height: 304px;
  width: 268px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.middle {
  height: 304px;
  width: 268px;
  position: absolute;
  right: 156px;
  border-left: 2px solid #dddddd;
}

.baojia-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #323232;
  margin-bottom: 52px;
}

.input {
  height: 336px;
  width: 405px;
  margin: 0 auto;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  box-sizing: border-box;
}

.test {
  width: 280px !important;
  border-radius: 0 !important;
}
