.main{
    background-color: #f7f7f7;
}
.case-list {
    /* padding: 0px 13vw; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
  }
  .case-list .case-item {
    background-color: #f5f5f5;
  }
  .case-list .case-item-img {
    width: 100%;
    height: 15.63vw;
    overflow: hidden;
  }
  .case-list .case-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-in-out;
  }
  .case-list .case-item-info {
    /* height: 6.25vw; */
    display: flex;

    
    padding: 1.5vw 1vw;

  }
  .case-list .case-item-title {
    font-size: 0.94vw;
    line-height: 0.94vw;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
  }
  .case-list .case-item-desc {
    font-size: 0.73vw;
    line-height: 0.73vw;
    color: #939393;
    margin-top: .6vw;
  }
  .case-list .case-item:hover img {
    transform: scale(1.2);
  }
  .topbanner {
    width: 100%;
    background-image: url(../images/cases/topbanner_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 17.1875vw;
    line-height: 17.1875vw;
    font-size: 1.875vw;
    color: #fff;
    text-align: center;
  }
  .topbannerLink{
   display: block;
   width: 100%;
   height: 100%;
  }

  .casesBox{
    background: #fff;
    padding: 3vw;
  }
  .case-item-info-left{
    width: 14vw;
  }
  .case-item-info-right{
    width: 6.4583vw;
    background: #191b1f;
    text-align: center;
    color: #fff;
    height: 2.1875vw;
    line-height: 2.1875vw;
    margin-left: 1vw;


  }
  .case-item:hover .case-item-info-right{
    background:#ce2222;
  }




  /* 案例详情 */
  .caseDetailBox{
    padding: 2vw 0;
  }
  .caseDetail{
    width: 55.6vw;
  }
  .case-details {
    padding: 1vw 2.5vw;
    background-color: #fff;
    width: 50.6vw;
  }
  .caseDetail_aside{
    width: 16.08vw;
  }
  .case-details .case-top {
    padding: 0.7vw 0px;
    border-bottom: 1px solid #eee;
  }
  .case-details .case-title {
    font-size: 1.56vw;
    color: #212121;
  }
  .case-details .case-tags {
    display: flex;
    gap: 0.5vw;
    margin-top: 0.5vw;
    font-size: 0.73vw;
    color: #666666;
    opacity: 0.8;
  }
  .case-details .case-tags a {
    color: #666666;
    margin-right: 1vw;
  }
  .case-details .case-designer {
    display: none;
  }
  .case-details .case-info h3 {
    font-size: 1vw;
    color: #212121;
    padding: 1vw 0px;
  }
  .case-details .case-info p {
    font-size: 0.73vw;
    line-height: 1.04vw;
    color: #656565;
    padding: 0.5vw 0px;
  }
  .case-details .case-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1vw;
  }
  .case-details .case-content h3,
  .case-details .case-content h4,
  .case-details .case-content h5,
  .case-details .case-content h6 {
    font-size: 1vw;
    padding: 1vw 0px;
  }
  .case-details .case-content p {
    font-size: 0.73vw;
    line-height: 1.04vw;
    color: #212121;
    padding: 0.5vw 0px;
    width: 100%;
  }
  .case-details .case-content img {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-details .case-content * {
    text-wrap: wrap !important;
  }

  .designer-info {
    padding: 2vw 1.5vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2vw;
  }
  .designer-info .designer-avatar {
    width: 13.08vw;

 
    overflow: hidden;
    object-fit: cover;
  }
  .designer-info .designer-name {
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin-top: 1.2vw;
    font-weight: bold;
  }
  .designer-info .designer-post {
    font-size: 0.73vw;
    color: #999999;
    margin-top: 0.99vw;
  }
  .designer-info .designer-line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 0.94vw 0px;
  }
  .designer-info .designer-stats {
    display: flex;
    width: 100%;
    padding-bottom: 1.35vw;
  }
  .designer-info .designer-stats dl {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #cccccc;
  }
  .designer-info .designer-stats dl:last-child {
    border-right: none;
  }
  .designer-info .designer-stats dt {
    font-size: 0.94vw;
  }
  .designer-info .designer-stats dd {
    font-size: 0.73vw;
    color: #999999;
  }
  .designer-info .designer-button {
    width: 100%;
    height: 2.4vw;
    line-height: 2.4vw;
    text-align: center;
    background-color: #333333;
    font-size: 0.73vw;
    color: #ffffff;
  }




/* 推荐案例 */
.recommend{
    padding-bottom: 3vw;
}
.recommend-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 0px;
}
.recommend-title h2{
    font-size: 1vw;
    color: #212121;
    font-weight: normal;
}
.recommend .case-list .case-item {
    background: #fff;
}