
.automation[data-v-7c64c912] {
  padding: 50px 0;
}
h2[data-v-7c64c912]{
  font-size: 30px;
}
img[data-v-7c64c912]{
    vertical-align: top;
    	 transition: all 0.25s linear;
}
.content2[data-v-7c64c912]{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.slide1[data-v-7c64c912]{
    width: calc(97%/4);
 margin-top: 8px;
 margin-right: 1%;
 position: relative;
 cursor: pointer;
 overflow: hidden;
}
.slide1[data-v-7c64c912]:nth-child(4n){
margin-right: 0;
}
/* .content2::after{
      content: "";
      width: 49.5%;
  } */
.slide1:hover .puzzle[data-v-7c64c912]{
max-height: 100%!important;
    bottom: 0;
    background: rgba(215,29,32);
}
.slide1:hover .puzzle_text[data-v-7c64c912]{
opacity: 1;
}
.slide1:hover .el-icon-bottom-right[data-v-7c64c912]{
color: #ff6e00;
}
.puzzle[data-v-7c64c912] {
    background: rgba(215,29,32,0.8);
    color: #fff;
    position: absolute;
    max-height: 25%;
    width: 100%;
    bottom: 0;
    transition: all .4s ease;
}
.puzzle__title[data-v-7c64c912] {
    padding: 12px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #fff;
}
.puzzle_text[data-v-7c64c912] {
  font-size: 16px;
   padding: 0 12px 12px;
       margin-top: -12px;
    opacity: 0;
    transition: opacity .2s ease-in;
}
.puzzle_actions[data-v-7c64c912]{
  position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: none;
    overflow: hidden;
}
.puzzle_more[data-v-7c64c912] {
display: inline-block;
float: right;
    background-color: #fff;
    width: 55px;
    height: 55px;
    transform: translate(50%,50%) rotate(45deg);
}
.puzzle_more .el-icon-bottom-right[data-v-7c64c912] {
    color: #528998;
   font-size: 16px;
    left: 9px;
    font-weight: 900;
    position: absolute;
    top: 30%;
    transform: rotate(-45deg);
    transition: color .1s,font-size .25s,top .25s,left .25s ease;
}
@media (max-width: 992px){
.slide1[data-v-7c64c912]{
    width: calc(99%/2);
    margin-right: 1%;
}
.slide1[data-v-7c64c912]:nth-child(2n){
margin-right: 0;
}
}
@media (max-width: 540px){
.slide1[data-v-7c64c912]{
    width: 100%;
    margin-right: 0;
}
.automation[data-v-7c64c912] {
  padding: 20px 0;
}
.puzzle_text[data-v-7c64c912]{
    opacity: 1;
}
.puzzle[data-v-7c64c912]{
max-height: 100%!important;
    bottom: 0;
    background: rgba(215,29,32);
}
.puzzle_more .el-icon-bottom-right[data-v-7c64c912]{
color: #ff6e00;
}
}

