
.banner-content-box {
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}

.banner-content .box-content {
  width: 18%;
  height: 130px;
}

.banner-content .box-item {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
}

.banner-content .box-item .title {
  font-size: 18px;
  /* 主题色 */
  color: #004ea1;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .title span {
  margin-right: 6px;
  font-size: 40px;
  font-weight: bold;
}

.banner-content .box-item .labels {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #616161;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .box-bg {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/* computed-container  */
.computed-container .col-item {
  margin: 15px 0;
}
.computed-container .left-box .item {
  width: 100%;
  height: 136px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.computed-container .left-box .item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 14px;
}
.computed-container .left-box .how-much {
  color: #ffffff;
  background: linear-gradient(118deg, #8ec9ff 1%, #1e79e9 98%);
}
.computed-container .left-box .reservation {
  color: #404040;
  background: #dcdcdc;
}

.computed-container .mid-box input.item {
  box-shadow: unset;
}
.computed-container .mid-box div.item {
  outline: none;
  border: 1px solid #e5e5e5;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/quick-quotation/arrow.png) no-repeat 87% center;
  background-size: 16px 8px;
  padding-left: 16px;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
  width: 28%;
}
.computed-container .mid-box div.item input{
    border:0;
    height:50px;
}

.computed-container .mid-box .item {
    border-radius: 10px !important;
    box-sizing: border-box !important;
    border: 3px solid #dbdbdb !important;
    height: 56px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.computed-container .mid-box input.username {
  width: 42%;
  margin-right: 20px;
}
.computed-container .mid-box input.housename {
  width: 48%;
}
.computed-container .mid-box select {
  margin-right: 20px;
}

.computed-container .mid-box input.area {
  width: 42%;
  margin-right: 20px;
}
.computed-container .mid-box input.phone {
  width: 48%;
}
.computed-container .mid-box .btn-box {
  margin-top: 10px;
}
.computed-container .mid-box .btn-box .start-btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 45%;
  height: 56px;
  border-radius: 10px;
  background: #2e7ed3;
}
.computed-container .mid-box .btn-box span {
  font-size: 13px;
  font-weight: 500;
  color: #bebebe;
}

.computed-container .right-box .cover {
  width: 100%;
  height: 312px;
  border-radius: 10px;
  object-fit: cover;
}
.computed-container .right-box .info-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, #121212 0%, rgba(0, 0, 0, 0) 50%);
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  justify-content: flex-end;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.computed-container .right-box .info-box .tel {
  margin-top: 10px;
}
.computed-container .right-box .info-box .tel img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.computed-container .computed-res {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 190px;
  border-radius: 10px;
  background: #ffffff;
  /* 案例阴影 */
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
  margin-top: 70px;
}
.computed-container .computed-res .bg {
  width: 65%;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.computed-container .computed-res .cost-item {
  margin: 0 16px;
}
.computed-container .computed-res .money {
  font-size: 18px;
  font-weight: 500;
  color: #a8a8a8;
}
.computed-container .computed-res .money span {
  font-size: 24px;
  font-weight: 500;
  color: #5e9ee1;
}
.computed-container .computed-res .text {
  font-size: 20px;
  color: #6f6f6f;
  margin-top: 20px;
}

.computed-container .computed-res .res-box {
    margin-left: auto;
  font-size: 20px;
  font-weight: 500;
  color: #5e5e5e;
  width: 246px;
  height: 110px;
  border-radius: 10px;
  background: #f0f0f0;
  box-sizing: border-box;
  border: 3px solid #202020;

  box-shadow: inset 6px 6px 8px 0px rgba(13, 35, 62, 0.2);
}
.computed-container .computed-res .res-box span {
  font-size: 36px;
  font-weight: 500;
  color: #2e7ed3;
}

@media screen and (max-width: 1200px) {
  .banner-content .box-content {
    height: 100px;
  }

  .banner-content .box-item .title {
    font-size: 20px;
  }

  .banner-content .box-item .labels {
    font-size: 14px;
  }

  .banner-content .box-item .box-bg {
    transform-origin: bottom right;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 992px) {
  .banner-content-box {
    display: none;
  }
}


<!--耗时1755813906.321秒-->