.banner-content-box {
  top: 500px;
}

.banner-content .title {
  font-size: 82px;
  font-weight: bold;
  background: linear-gradient(270deg, #004ea1 0%, #5380eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.banner-content .title span:last-child {
  margin-left: 30px;
}

.banner-content .intro {
  width: fit-content;
  padding: 14px 32px;
  border-radius: 74px 0px 0px 74px;
  background: linear-gradient(
    90deg,
    rgba(0, 78, 161, 0.38) 33%,
    rgba(216, 216, 216, 0) 100%
  );
  font-size: 36px;
  font-weight: 500;
  color: white;
}

.banner-container .getmore {
  margin-top: 56px;
  width: 110px;
  height: 50px;
  border-radius: 4px;

  box-sizing: border-box;
  border: 2px solid #ffffff;

  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.fill-info .inputs {
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);

  padding: 34px 24px;
}

.fill-info .btns {
  margin-top: 27px;
  display: none;
}

.fill-info .btns .btn {
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(149deg, #004ea1 5%, #1666bc 77%);
  font-size: 14px;
  cursor: pointer;
  color: white;
}

.fill-info .btn-free_measurement_room {
  margin-right: 14px;
}

.fill-info .inputs .area_houseType {
  padding: 15px 0;
  box-sizing: border-box;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 78, 161, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
  position: relative;
}

.fill-info .inputs .area_houseType::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  background: #004ea1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fill-info .area_houseType .area,
.house_type {
  padding: 14px 0 0 44px;
  box-sizing: border-box;
}

.fill-info .area_houseType .label {
  font-size: 16px;
  color: #4f7dad;
}

.fill-info .area_houseType .inp {
  margin-top: 30px;
  border: none;
  background: transparent;
  width: 80%;
  box-shadow: none;
  font-size: 24px;
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp::-webkit-input-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp:-moz-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp::-moz-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp:-ms-input-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .inputs .free_measurement_room {
  width: 146px;
  height: 119px;
  border-radius: 10px;
  background: #004ea1;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);

  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  margin-left: 32px;
  text-align: center;
}


.fill-info .quick_quotation {
  margin-left: 54px;
  width: 150px;
  height: 138px;
  border-radius: 15px;
  background: linear-gradient(149deg, #004ea1 5%, #1666bc 77%);

  font-size: 36px;
  font-weight: bold;

  color: #ffffff;
  cursor: pointer;
}

.ai {
  position: absolute;
  right: 380px;
  top: -260px;
  user-select: none;
}

.ai .person-info {
  writing-mode: vertical-rl;
  padding: 10px;
  box-sizing: border-box;
  height: fit-content;

  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
  font-size: 14px;
  color: #004ea1;
}

.ai .person-info .name {
  font-size: 24px;
  font-weight: bold;

  background: linear-gradient(270deg, #004ea1 0%, #4870de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ai .person-pic {
  margin-left: 8px;
  width: 188px;
  height: 435px;
  object-fit: contain;
}

/* save-worry 省心放心 */
.save-worry-container .swiper{
  overflow: hidden;
}
.save-worry-container .item {
  margin: 15px 0;
  height: calc(100% - 30px);
}

.save-worry-container .item img {
  width: 100%;
  height: 525px;
  object-fit: contain;
  border-radius: 15px;
}
.save-worry-container .item .right-item {
  width: 100%;
  height: 113px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 4px solid #1e79e9;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #445363;
  margin-bottom: 24px;
  padding-left: 123px;
  text-align: center;
}
.save-worry-container .item .right-item:last-child {
  margin-bottom: 0;
}
.save-worry-container .item .right-item .sort {
  position: absolute;
  left: 0;
  top: 0;
  width: 123px;
  height: calc(100% + 8px);
  transform: translate(-4px, -4px);
  border-radius: 20px;
  box-sizing: border-box;
  /* 浅蓝色渐变 */
  background: linear-gradient(130deg, #8ec9ff 2%, #1e79e9 98%);

  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
}

/* advantage优势（良心品质） */

.quality-container .quality-item {
  margin: 10px 0;
}
.quality-container .quality-item img {
  width: 100%;
  height: 465px;
  border-radius: 15px;
  object-fit: cover;
}
.quality-container .quality-item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 36px 80px 36px 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background: linear-gradient(
    0deg,
    rgba(6, 6, 7, 0.85) 4%,
    rgba(0, 0, 0, 0) 79%
  );
}
.quality-container .quality-item .title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.quality-container .quality-item .content {
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

/*  一站全包 省心放心 package */
.package-container .item {
  margin: 15px 0;
  width: 100%;
  height: 121px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(13, 35, 62, 0.1);
}
.package-container .item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.package-container .item .text {
  font-size: 18px;
  font-weight: 500;
  color: #445363;
  margin-top: 8px;
}

/* science 科学有序（智慧装饰） */
.smart-decoration-container img {
  height: 450px;
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
}
.smart-decoration-container .intro {
  width: 100%;
  height: 140px;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  box-shadow: 0px 10px 2px -5px rgba(11, 12, 15, 0.05);
  position: absolute;
  transform: translateY(-120px);
}

.smart-decoration-container .intro .title {
  font-size: 24px;
  font-weight: 500;
  color: #151515;
}

.smart-decoration-container .intro .text {
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 20px;
}

/* case 精品案例 */
.case-container .top .item {
  margin: 15px 12px;
  cursor: pointer;
}
.case-container .nav-tabs {
  border: none;
}
.case-container .tab-item a {
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  border: none !important;
}

.case-container .top .item svg {
  width: 76px;
  height: 76px;
  object-fit: contain;
  color: #b3b3b3;
  fill: currentColor;
}
.case-container .top .item.active svg {
  color: #004ea1;
}
.case-container .top .item.active .text {
  color: #004ea1;
}
.case-container .top .item .text {
  font-size: 18px;
  font-weight: 500;
  color: #445363;
  text-align: center;
  margin-top: 10px;
}
.case-container .bottom {
  margin-top: 30px;
}
.case-container .bottom .item {
  margin: 15px 0;
}
.case-container .bottom .item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
}
.case-container .bottom .item .text {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #445363;
}

@media screen and (max-width: 1260px) {
  /* banner */

  .ai {
    /* display: none; */
    transform: scale(0.6);
    left: unset;
    right: 0;
  }

  .banner-content-box {
    top: 390px;
  }

  .quick_quotation,
  .free_measurement_room {
    display: none;
  }

  .fill-info .inputs {
    flex-direction: column;
  }

  .fill-info .btns {
    display: flex !important;
  }
}

@media screen and (max-width: 1200px) {
  .save-worry-container .item .right-item {
    font-size: 14px;
  }
  .save-worry-container .item .right-item .sort {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .smart-decoration-container .item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 960px) {

  .save-worry{
    padding-top: 200px;
    box-sizing: border-box;
  }
  /* banner */
  .banner-content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .banner-content .title {
    font-size: 32px;
  }

  .banner-content-box {
    top: 280px;
  }

  .ai {
    /* display: none; */
    transform: scale(0.3) translateY(-160%);
    left: unset;
    right: -20%;
    top: 0%;
  }

  .fill-info .inputs {
    padding: 14px 10px;
  }

  .fill-info .inputs .area_houseType {
    flex-direction: column;
  }

  .fill-info .area {
    margin-bottom: 20px;
  }

  .fill-info .area_houseType .area,
  .house_type {
    padding: 0;
  }

  .fill-info .inputs .area_houseType::after {
    height: 1px;
    width: 85%;
  }

  .fill-info .inputs .label {
    font-size: 14px;
  }

  .fill-info .inputs .inp {
    margin-top: 14px;
    font-size: 16px;
  }

  .banner-content .intro {
    padding: 10px 20px;
    font-size: 18px;
  }

  .banner-content .btns .btn {
    padding: 8px 10px;
    font-size: 12px;
  }

  .smart-decoration-container .intro .title {
    font-size: 16px;
  }
  .case-container .top .item .text {
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
  }
  .case-container .bottom .item .text {
    margin-top: 14px;
    font-weight: normal;
    font-size: 12px;
  }
}



@media screen and (max-width: 768px) {
  .banner-content-box {
    top: 200px;
  }
}


@media screen and (max-width: 600px) {
  .banner-content-box {
    display: none;
  }

  .save-worry{
    padding-top: 100px;
    box-sizing: border-box;
  }
}<!--耗时1755808666.7249秒-->