#app {
  background: #f7f7f7;
}

.application {
  margin-top: 15px;
}


/* banner-container */
.banner-content-box {
  top: 200px;
}

.banner-content .intro-box {
  align-items: flex-end;
  width: 754px;
  height: 411px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 0.6);

  box-sizing: border-box;
  border: 3px solid #ffffff;

  backdrop-filter: blur(10px);
  position: absolute;
  right: 0;
  top: 100px;
  padding: 20px 10px;
}

.banner-content .intro-box .title {
  font-size: 32px;
  font-weight: bold;
  color: #1b1b1b;
  width: 300px;
}

.banner-content .intro-box .intro {
  width: 300px;
  font-size: 16px;
  color: #5f5f5f;
}

/*  designer-detail  */
.designer-detail {
  margin-top: 470px;
}

.designer-detail-container .bg-white {
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(13, 35, 62, 0.05);
  padding: 20px;
  box-sizing: border-box;
}

.designer-detail-container .title:first-child {
  margin-top: 0;
}

.designer-detail-container .title {
  font-size: 24px;
  font-weight: bold;
  color: #151515;
  margin-top: 88px;
  margin-bottom: 34px;
}

.designer-detail-container .intro {
  font-size: 16px;
  color: #616161;
}

.designer-detail-container .list {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #7a7a7a;
}

.designer-detail-container .list .item {
  margin: 4px 0;
}

.designer-detail-container .list span {
  font-size: 16px;
  font-weight: bold;
  color: #cccccc;
  margin-right: 15px;
}

.designer-detail-container .designer-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  margin: 15px 0;
}

.designer-detail-container .designer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.designer-detail-container .designer-intro {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  border-radius: 15px;
  background-image: url(/static/images/renovation/border-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background: rgba(255, 255, 255, 0.8); */
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  /* clip-path: polygon(0% 0%,50% 10px,100% 100%); */
}

.designer-detail-container .designer-intro .designer-name {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 3px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #232323;
}

.designer-detail-container .designer-intro .designer-other-info {
  width: 80%;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #444444;
}

.designer-detail-container .cur--designer .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.designer-detail-container .cur--designer .username {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.designer-detail-container .cur--designer .position {
  height: 22px;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #b6d9ff;
  position: relative;
  border-radius: 22px;
  background: #3a3a3a;
  /* margin-left: 9px; */
}

.designer-detail-container .cur--designer .position img {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.designer-detail-container .cur--designer .cur-designer-intro {
  margin-top: 32px;

  font-size: 14px;
  color: #7a7a7a;
}

.designer-detail-container .other-cases {
  margin-top: 25px;
}

.designer-detail-container .other-cases .res-item {
  width: 48%;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
  border-radius: 10px;
  margin: 15px 0;
}

.designer-detail-container .other-cases .cover {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0px 0px;
}

.designer-detail-container .other-cases .info {
  padding: 15px 12px;
  box-sizing: border-box;
}

.designer-detail-container .other-cases .left .top span {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
}

.designer-detail-container .other-cases .left .top>span+span:before {
  color: #cccccc;
  content: "|";
  padding: 0 5px;
}

.designer-detail-container .other-cases .left .bottom {
  margin-top: 10px;
}

.designer-detail-container .other-cases .avatar {
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 8px;
}

.designer-detail-container .other-cases .username {
  font-size: 12px;
  color: #595959;
}

.designer-detail-container .other-cases .addr {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
  text-align: right;
}

.designer-detail-container .other-cases .contact-btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 96px;
  height: 30px;
  border-radius: 40px;
  cursor: pointer;
  background: linear-gradient(77deg, #8ab4e0 -6%, #3585da 112%);
}

/* shop 门店 */
.shops-container {
  margin-right: unset;
  margin-left: unset;
  position: relative;
  height: 500px;
}

.shops-container .tabs {
  width: 100%;
  height: 58px;
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  backdrop-filter: blur(10px);
}

.shops-container .tabs .tab-item {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #585858;
  height: 100%;
  cursor: pointer;
}

.shops-container .tabs .tab-item.active {
  border-radius: 20px 20px 0px 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(13, 24, 59, 0.1);
  color: #004EA1;
  font-weight: bold;
}

.banner-title {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  color: #1B1B1B;
  margin-bottom: 16px;
}

.shops-container .swipers {
  width: 100%;
  overflow: hidden;
}

.shops-container .big-img {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  height: 490px;
}

.shops-container .big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shops-container .small-img {
  margin-top: 35px;
}

.shops-container .small-img .swiper-slide {
  position: relative;
}

.shops-container .small-img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 5px;
}

.shops-container .oblique-line {
  position: absolute;
  right: 38px;
  top: 24px;
  width: 430px;
  height: 58px;
  z-index: 99;
}

.shops-container .shop-bar {
  position: absolute;
  right: 0;
  top: 142px;
  z-index: 99;
}

/* 实景图 */
.effect-images {
  display: none;
}

.real-images {
  display: none;
}

.vr-cont {
  display: none;
}

.vr-cont .cont {
  width: 100%;
  border-radius: 0 0 20px 20px;
  height: 490px;
}

.vr-cont .vr-post {
  width: 100%;
  overflow: hidden;
}

.video-cont {
  display: none;
}

.video-cont video {
  width: 100%;
  border-radius: 0 0 20px 20px;
  height: 490px;
  object-fit: cover;
}

.video-cont .video-post {
  width: 100%;
  overflow: hidden;
}



/* right */
 .compute {
  margin-bottom: 30px;
  cursor: pointer;
  margin-top: 25px;
}
 .compute .title {
  font-size: 20px;
  color: #474747;
}
 .compute .price {
  margin: 15px 0;
  width: 100%;
  height: 56px;
  border-radius: 9px;
  background: #f3f3f3;
  box-sizing: border-box;
  border: 2px solid #cacaca;
}
 .compute .price img {
  margin-left: auto;
  margin-right: 15px;
}
 .compute .input {
  margin: 8px 0;
  width: 100%;
  height: 43px;
  border-radius: 78px;
  background: #f3f3f3;

  font-size: 14px;
  color: #a3a3a3;

  padding-left: 26px;
}

 .compute .get-price {
  margin-top: 20px;
  width: 213px;
  height: 48px;
  border-radius: 78px;
  background: #005ec2;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1260px) {
  .designer-detail {
    margin-top: 300px;
  }
}

@media screen and (max-width: 1200px) {

  /* banner */
  .designer-detail {
    margin-top: 440px;
  }

  .banner-content-box {
    width: 100%;
  }

  .banner-content {
    justify-content: center;
  }

  .banner-container .swipers {
    width: 100%;
  }

  .banner-container .intro-box {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .banner-content-box {
    top: 120px;
  }

  /* 门店 */
  .shops-container .position-el {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .designer-detail {
    margin-top: 490px;
  }

  /* 门店 */
  .shops-container {
    width: 100%;
  }

  .shops-container .small-img {
    display: none;
  }

  .designer-detail-container .other-cases {
    justify-content: center;
    align-items: center;
  }
  .designer-detail-container .other-cases .res-item{
    width: 100%;
  }

}<!--耗时1755660300.5847秒-->