/* newadd */
.good img {
  width: 100%;
  object-fit: contain;
}

/* banner */
.banner-content-box {
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}
.banner-content .box-content {
  height: 130px;
}
.banner-content .box-item {
  padding: 0 10px;
  box-sizing: border-box;
  height: 100%;
  border-radius: 10px;
  background: #ffffff;

  /* 案例阴影 */
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
}
.banner-content .box-item .title {
  font-size: 26px;
  font-weight: 500;
  color: #151515;
  position: relative;
  z-index: 9;
}
.banner-content .box-item .labels {
  font-size: 16px;
  color: #585858;
  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;
}

/* 装修案列 */

.decoration-cases .nav-tabs {
  border: none !important;
  align-items: baseline;
  flex-wrap: wrap;
}

.decoration-cases .tab-item {
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.decoration-cases .tab-item a {
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  border: none !important;
}

.decoration-cases .tab-item.active a {
  /* font-size: 32px; */
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #004ea1 !important;
}

.decoration-cases .tab-content {
  margin-top: 46px;
}

.decoration-cases .common-case {
  flex-wrap: wrap;
}

.decoration-cases .case {
  height: 338px;
  position: relative;
}

.decoration-cases .tab-content {
  margin-top: 46px;
}

.decoration-cases .common-case {
  flex-wrap: wrap;
}

.decoration-cases .case {
  height: 338px;
  position: relative;
}

.decoration-cases .case .vr-view {
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px 22px;
  box-sizing: border-box;
  border-radius: 15px 0px 15px 0px;
  background: linear-gradient(288deg, #004ea1 1%, #0f6dbb 100%);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.decoration-cases .case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.decoration-cases .max-case {
  width: 59.25%;
}

.decoration-cases .max-case .max-user {
  position: absolute;
  bottom: 60px;
  left: 24px;
  font-size: 14px;

  color: #ffffff;
}

.decoration-cases .max-case .max-user img.avatar {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}

.decoration-cases .case .case-bottom-info {
  font-size: 14px;
  color: #838383;
}

.decoration-cases .case .case-bottom-info .title {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}

.decoration-cases .case .case-bottom-info .avatar {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}

.decoration-cases .max-case .max-title {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 18px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  left: 0;
}

.decoration-cases .mid-case {
  width: 39.5%;
}

.decoration-cases .mid-case img {
  width: 100%;
  height: 252px;
}

.decoration-cases .mini-case {
  width: 19%;
}

.decoration-cases .mini-case img {
  width: 100%;
  height: 252px;
}

.decoration-cases .row-bottom {
  margin-top: 20px;
}

/*  7大包管 guarantee  */
.guarantee-container .guarantee-item {
  padding: 34px 15%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin: 10px 0;
  height: 218px;

  /* 案例阴影 */
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
}
.guarantee-container .guarantee-item.blue {
  border: none;
  background: linear-gradient(113deg, #8ec9ff 0%, #1e79e9 99%);
  /* 案例阴影 */
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
}
.guarantee-container .guarantee-item.blue .title,
.content {
  color: white;
}
.guarantee-container .guarantee-item.blue .content {
  color: white;
}
.guarantee-container .guarantee-item .title {
  font-size: 26px;
  font-weight: 500;
  color: #151515;
  position: relative;
  z-index: 9;
}
.guarantee-container .guarantee-item .content {
  font-size: 16px;
  color: #7c7c7c;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.guarantee-container .guarantee-item img {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

/* 良心品质 quality */
.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;
}

/* 匠心工程 engineering */
.engineering-container .left,
.right {
  margin: 15px 0;
}
.engineering-container .left .my-row {
  margin-right: -15px;
}
.engineering-container .left img {
  width: 100%;
  height: 486px;
  object-fit: cover;
  border-radius: 10px;
}
.engineering-container .right .my-row {
  margin-right: -15px;
}
.engineering-container .right img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* 生涯品质 life */
.life-container img.cover {
  /* width: 793px; */
  width: 66%;
  height: 465px;
  border-radius: 15px;
  object-fit: cover;
}
.life-container .info {
  position: absolute;
  top: 260px;
  right: 0;
  padding: 44px;
  width: 45%;
  border-radius: 15px;
  background: linear-gradient(
    270deg,
    #ffffff 65%,
    rgba(255, 255, 255, 0.39) 100%
  );
  height: 300px;

  box-sizing: border-box;
  border-image: linear-gradient(270deg, #f1f1f1 0%, #ffffff 100%) 2;

  backdrop-filter: blur(30px);
  box-shadow: 16px 21px 46px 0px rgba(114, 114, 114, 0.1);
}

.life-container .info .title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}

.life-container .info .content {
  font-size: 18px;
  color: #333333;
  margin-top: 14px;
}
.life-container .life-top{
  align-self: flex-start;
  width: 100%;
}
.life-container .life-bottom{
  margin: 155px 0;
  width: 100%;
  justify-content: flex-end;
}
.life-container .life-bottom .info{
  top: 260px; 
  right: unset;
  left: 0;
}
.life-container .life-bottom .title{
  text-align: right;
}
.life-container .life-bottom .content{
  text-align: right;
}

@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: 960px) {
  /* 装修案例 家装设计师 */

  .decoration-cases .case {
    width: 100%;
  }

  .decoration-cases .row-bottom {
    margin-top: 0;
  }

  .decoration-cases .max-case {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .banner-content-box {
    display: none;
  }

  .life-container .info{
    width: 70%;
    padding: 22px;
    height: 250px;
  }
  .life-container .info .title{
    font-size: 26px;
  }
  .life-container .info .content{
    font-size: 16px;
  }
  /* 生涯品质 life */
.life-container img.cover {
  /* width: 793px; */
  width: 90%;
}
}


@media screen and (max-width: 768px) {
  .life-container .info{
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .life-container .life-bottom{
    justify-content: center;
  }
  .life-container .life-top{
    justify-content: center;
  }

  .life-container .info{
    padding: 15px;
  }
  .life-container .info .title{
    font-size: 24px;
  }
  .life-container .info .content{
    font-size: 14px;
  }
}<!--耗时1755808669.4139秒-->