.list {
  display: flex;
  flex-wrap: wrap;
}
.list .item {
  position: relative;
  border: 1px solid #D0D0D0;
  background: #fff;
  padding: 1.5%;
  width: 23.9%;
  box-sizing: border-box;
  margin-right: 1.46666%;
  margin-bottom: 26px;
}
.list .item:nth-child(4n) {
  margin-right: 0;
}
.list .item a {
  display: block;
}
.list .item a div {
  overflow: hidden;
  position: relative;
}
.list .item a div::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.list .item:hover .more {
  opacity: 1;
  transform: rotate(360deg);
}
.list .item:hover img.good {
  transform: scale(1.1);
}
.list .item:hover a div::after {
  opacity: 1;
}
.list .item img.good {
  width: 100%;
  transition: all 0.8s;
}
.list .item .more {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.list .item p {
  color: #343434;
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
}
#case .list {
  padding-top: 76px;
  padding-bottom: 130px;
}
#case .sub-tabs-box {
  background: url(/skins/demo/statics/huali/images/sub/about/about_bg.png) no-repeat center bottom #fafbfc;
}
#case_detail .case_detail .font38 {
  padding-bottom: 31px;
  margin: 70px 0 30px;
  font-weight: 400;
  border-bottom: 1px solid #E4E3E2;
}
#case_detail .case_detail .font16 {
  color: #7D7D7D;
  line-height: 30px;
  margin-bottom: 30px;
}
#case_detail .case_detail .imgs {
  display: flex;
  justify-content: space-between;
}
#case_detail .case_detail .imgs .img {
  flex: 1;
  text-align: center;
}
#case_detail .case_detail .imgs .img img {
  max-width: 90%;
}
#case_detail .case_detail  img {
  max-width: 33%;
}
#case_detail .recommend {
  color: #fff;
  background: url(/skins/demo/statics/huali/images/sub/case/case_bg.png) no-repeat center bottom;
}
#case_detail .recommend .font38 {
  padding: 6vh 0 3vh;
}
#case_detail .recommend .list {
  padding-bottom: 7vh;
}
#case_detail .recommend .list .item {
  margin-bottom: 0;
}
#cooperate .content {
  background: url(/skins/demo/statics/huali/images/sub/case/bg.png) no-repeat center bottom #FBFBFB;
}
#cooperate .lists {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
#cooperate .lists .item {
  width: 18.6%;
  margin-right: 1.75%;
  margin-top:35px;
  background: #fff;
  box-sizing: border-box;
  padding: 2vh 0;
}
#cooperate .lists .item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.09);
}
#cooperate .lists .item:nth-child(5n) {
  margin-right: 0;
}
#cooperate .lists .item a div {
  text-align: center;
}
#cooperate .lists .item a div::after {
  display: none;
}
#cooperate .lists .item img.good {
  width: auto;
}
#cooperate .lists .item p {
  color: #343434;
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  #case .list {
    width: 92%;
    margin: auto;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
    bottom: 20px;
  }
  #case .list .item {
    width: 48.5%;
    margin-right: 0;
    padding: 3.5%;
    margin-bottom: 21px;
  }
  #case .list .item p {
    font-size: 14px;
    margin-top: 8px;
  }
  #case_detail .sub-tabs-box {
    background: #F8F8F8;
  }
  #case_detail .case_detail {
    width: 92%;
    margin: auto;
    position: relative;
    bottom: 20px;
    padding-bottom: 50px;
  }
  #case_detail .case_detail  img {
  max-width: 100%;
}
  #case_detail .case_detail .font38 {
    margin: 0 0 15px;
    font-size: 19px;
    padding-bottom: 15px;
  }
  #case_detail .case_detail .font16 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  #case_detail .case_detail .imgs {
    flex-direction: column;
  }
  #case_detail .case_detail .imgs .img {
    margin-bottom: 12px;
  }
  #case_detail .case_detail .imgs .img img {
    max-width: 100%;
  }
  #case_detail .recommend {
    background: url(/skins/demo/statics/huali/images/sub/case/case_bg_m.png) no-repeat center top;
  }
  #case_detail .recommend .font38 {
    font-size: 19px;
    padding: 39px 0 16px;
  }
  #case_detail .recommend .list {
    justify-content: space-between;
  }
  #case_detail .recommend .list .item {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #cooperate .lists {
    width: 92%;
    margin: auto;
    padding-top: 0;
    justify-content: space-between;
    padding-bottom: 38px;
  }
  #cooperate .lists .item {
    width: 47.8%;
    margin-right: 0;
    margin-bottom: 13px;
  }
  #cooperate .lists .item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
