.casebc {
  background-image: url(../image/bc05.jpg);
}

.casecontcont {
  width: 1400px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 3%;
}

.casecontcont h2 {
  font-size: 30px;
  line-height: 50px;
}

.casecontcont p:first-of-type {
  font-size: 18px;
  padding-top: 10px;
}

.caseconment {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 3px #e3e3e3ee;
}

.caseconment .warpbox {
  transition: all .5s;
  padding: 2% 1%;
  padding-top: 0;
  box-sizing: border-box;
  margin-left: auto;
}

.caseconment .warpbox a {
  border-radius: 0px;
  background-color: #f2f2f2;
  margin-top: 2%;
  margin-right: 2%;
  
}
.caseconment .warpbox a:nth-child(4){
  margin-right: 0;
}

.caseconment .warpbox .conboxs img {
  border-radius: 0px;
}

.caseconment .conboxs {
  z-index: 999;
  transition: all .5s;
}

.caseconment .conboxs p {
  position: absolute;
  z-index: 999;
}

.caseconment .heise {
  transition: all .5s;
}

.caseconment .heise p {
  width: 60px;
  height: 60px;
  font-size: 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 60px;
  transition: all .5s;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.caseconment a:hover .conboxs {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.caseconment a:hover .heise {
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

.caseconment a:hover .heise p {
  display: block;
}

.casehaed {
  width: 70%;
}

.casehaed p {
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding-left: 6%;
  background-image: linear-gradient(#e76b6d, #ca0205);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.casehaed span {
  font-size: 20px;
}

@media screen and (max-width: 1400px) {
  .casecontcont {
    width: 1200px;
  }
  .caseconment {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .casecontcont {
    width: 950px;
  }
  .caseconment {
    width: 950px;
  }
  .casehaed p {
    line-height: 30px;
  }
}

@media screen and (max-width: 980px) {
  .casecontcont {
    width: 750px;
  }
  .caseconment {
    width: 750px;
  }
}

@media screen and (max-width: 780px) {
  .casecontcont {
    width: 95%;
  }
  .caseconment {
    width: 95%;
  }
  .casehaed {
    width: 90%;
  }
  .casehaed p {
    line-height: 40px;
    padding-right: 2%;
  }
  .caseconment .warpbox {
    padding: 3% 0;
  }
  .warpbox {
    width: 100%;
  }
  .casecontcont p:first-of-type {
    font-size: 16px;
  }
  .casecontcont h2 {
    font-size: 26px;
  }
  .caseconment .warpbox a{
    margin-block-start: 0;
  }
  .caseconment .warpbox a{
    margin: 5px 0;
  }
}

@media screen and (max-width: 560px) {
  .casecontcont {
    padding-bottom: 6%;
    padding-top: 0;
  }
  .casecontcont h2 {
    font-size: 1.4rem;
    line-height: 40px;
  }
  .casehaed {
    width: 100%;
  }
  .casehaed p {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 2%;
    line-height: 25px;
    font-size: 14px;
  }
  .casecontcont h2{line-height: 35px;}
}
