#app {
    background: #f7f7f7;
}



/* 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;
}

/* shop 门店 */
.shops-container {
    margin-right: unset;
    margin-left: unset;
    position: relative;
}

.shops-container .swipers {
    width: 800px;
    overflow: hidden;
}

.shops-container .big-img {
    border-radius: 20px;
    overflow: hidden;
}

.shops-container .big-img img {
    width: 100%;
    height: 490px;
    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;
}


/* 附近门店 */
.near-shop{
    margin-top: 380px;
}
.near-shop .title {
    margin-top: 90px;
    font-size: 32px;
    font-weight: bold;
    color: #1B1B1B;
}

.near-shop-container .res-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
    border-radius: 10px;
    margin: 15px 0;
}

.near-shop-container .cover {
    width: 100%;
    height: 221px;
    border-radius: 10px 10px 0px 0px;
}

.near-shop-container .info {
    padding: 15px 12px;
    box-sizing: border-box;
}

.searhc-res-container .left .top span {
    font-size: 17px;
    font-weight: bold;
    color: #151515;
}

.searhc-res-container .left .top>span+span:before {
    color: #CCCCCC;
    content: "|";
    padding: 0 5px;
}



.near-shop-container .left .bottom {
    margin-top: 10px;
}

.near-shop-container .avatar {
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-right: 8px;
}

.near-shop-container .username {
    font-size: 12px;
    color: #595959;
}

.near-shop-container .addr {
    font-size: 17px;
    font-weight: bold;
    color: #151515;
    text-align: right;
}

.near-shop-container .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%);
}

.application-container {
    margin-top: 76px;
}


.team-title{
    margin-top: 90px;
    font-size: 32px;
    font-weight: bold;
    color: #1B1B1B;
}
/* 搜索结果 */
.searhc-res-container {
    margin-bottom: 50px;
  }
  
  .searhc-res-container .res-item {
    margin: 15px 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
  }
  
  .searhc-res-container .designer-item {
    position: relative;
  }
  
  .searhc-res-container .designer-pic {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
  }
  
  .searhc-res-container .designer-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 118px;
    border-radius: 15px 76px 15px 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 0 0 28px;
    box-sizing: border-box;
  }
  
  .searhc-res-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;
  }
  
  .searhc-res-container .designer-intro .designer-other-info {
    width: 80%;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #444444;
  }
  
  .searhc-res-container .username {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
  }
  
  .searhc-res-container .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;
  }
  
  .searhc-res-container .position img {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .searhc-res-container .info-box {
    font-size: 14px;
    color: #7a7a7a;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .searhc-res-container .info-box .top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100px;
    height: 1px;
    background: #c3c3c3;
    z-index: 9;
  }
  .searhc-res-container .info-box .expr {
    margin-top: 15px;
  }
  
  .searhc-res-container .info-box .company {
    margin: 5px 0;
  }
  
  .searhc-res-container .info-box .detail {
    width: 108px;
    height: 31px;
    border-radius: 55px;
    background: linear-gradient(74deg, #8ec9ff 0%, #1e79e9 99%);
    /* 案例阴影 */
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  
  .searhc-res-container .info-box .cases img {
    width: 122px;
    height: 91px;
    border-radius: 6px;
    margin: 15px 0;
  }
  .searhc-res-container .info-box .cases img:first-child {
    margin: 15px 10px 15px 0;
  }


@media screen and (max-width: 1260px) {
    .near-shop {
      margin-top: 200px;
    }
  }
@media screen and (max-width: 1200px) {
    /* banner */
    .near-shop {
        margin-top: 300px;
      }
      .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;
    }

    .near-shop .title{
      font-size: 26px;
    }
    .team-title{
      font-size: 26px;
    }
}

@media screen and (max-width: 768px) {

    .res-item{
        flex-wrap: wrap;
      }
    .designer-detail {
        margin-top: 350px;
    }

    .near-shop {
        margin-top: 350px;
      }

    /* 门店 */
    .shops-container {
        width: 100%;
    }

    .shops-container .small-img {
        display: none;
    }
}