.main {
  background-color: #f7f7f7;
}

/* 案例详情 */
.details {
  padding: 2vw 13vw;
  background: #f7f7f7;
  overflow: hidden;
}
.details-left {
  float: left;
  width: 54.84vw;
}
.details-right {
  float: right;
  width: 18.07vw;
}
.case-details {
  padding: 1vw 2.66vw;
  background-color: #fff;
}
.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;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.designer-info .designer-avatar {
  width: 12.08vw;
  height: 12.08vw;
  border-radius: 50%;
  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: 1.35vw 0px;
}
.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: #ce2222;
  font-size: 0.73vw;
  color: #ffffff;
}

/* 1000px */
@media screen and (max-width: 1000px) {
  /* 案例详情 */
  .details {
    padding: 2vw;
  }
  .details-left {
    width: 100%;
  }
  .details-right {
    display: none;
  }
  .case-details .case-top {
    padding: calc(0.7vw * 3) 0px;
  }
  .case-details .case-title {
    font-size: calc(1.56vw * 3);
  }
  .case-details .case-tags {
    flex-wrap: wrap;
    gap: calc(0.5vw * 5);
    margin-top: calc(0.5vw * 5);
    font-size: calc(0.73vw * 5);
  }
  .case-details .case-designer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    margin: 2vw 0px;
    padding: 2vw;
    font-size: calc(0.83vw * 5);
  }
  .case-details .case-designer .case-designer-left {
    display: flex;
    align-items: center;
    gap: 4vw;
  }
  .case-details .case-designer .case-designer-left img {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
  }
  .case-details .case-info h3 {
    font-size: calc(1vw * 4);
    padding: calc(1vw * 4) 0px;
  }
  .case-details .case-info p {
    font-size: calc(0.73vw * 5);
    line-height: calc(1.04vw * 5);
    padding: calc(0.5vw * 5) 0px;
  }
  .case-details .case-content h3,
  .case-details .case-content h4,
  .case-details .case-content h5,
  .case-details .case-content h6 {
    font-size: calc(1vw * 4);
    padding: calc(1vw * 4) 0px;
  }
  .case-details .case-content p {
    font-size: calc(0.73vw * 5);
    line-height: calc(1.04vw * 5);
    padding: calc(0.5vw * 5) 0px;
  }
}


#hotCases{
  padding: 0 22px;
  padding-bottom: 10px;
  height: 396px;
}
#hotCases li{
  margin-bottom: 20px;
}
#hotCases li a{
  display: flex;
  gap: 15px;
  align-items: center;
}
#hotCases li a img{
  width: 132px;
  height: 79px;
  display: block;
}
#hotCases .hostCaseMsg {
  width: 140px;
  font-size: 14px;
}
#hotCases a .hostCaseMsg .hostCaseName{
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #212121;
  line-height: 28px;
  margin-bottom: 5px;
}
#hotCases a:hover .hostCaseMsg .hostCaseName{
  color: #ce2222;
}
#hotCases a .hostCaseMsg {
  color:#868686;
  font-size: 14px;
  line-height: 22px;
}

.hostCaseTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;

  padding: 0 22px;
  height: 77px;
  line-height: 77px;
}
.hostCaseTitle h4{
  font-size: 24px;
  font-weight: normal;
}
