.main{
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 50px 0;
}
.main:after{
    content: '';
    display: table;
    clear: both;
}
.main-line{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.main-lines{
    position: relative;
    width: 580px;
    height: 300px;
    padding:  100px 40px 0 40px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    
}
.main-lines1{
    background: url(/img/index/card1.png);
}
.main-lines2{
    background: url(/img/index/card2.png);
}
.main-lines3{
    background: url(/img/index/card3.png);
}
.main-lines4{
    background: url(/img/index/card4.png);
}
.main-lines-btn{
    opacity: 0;
    transition: all .4s ease;
}
.main-lines-btns{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-lines-title{
    font-size: 30px;
    font-weight: bold;
}
.main-lines-title1{
    display: block;
}
.main-lines-title2{
    display: none;
}
.main-lines-subtitle{
    opacity: 0;
    font-size: 14px;
    padding: 15px 0;
    transition: all .4s ease;
}
.main-lines-bj{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #B98A20;
    opacity: 0;
    transition: all .4s ease;
}
.main-lines-nr{
    position: absolute;
    left: 40px;
    top: 150px;
    width: 100%;
    height: auto;
    z-index: 2;
    width: 500px;
    transition: all .4s ease;

}














.zizi-title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.zizi{
    margin: 50px 0 0 0;
}
.zizi-con{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}
.zizi-list{
    margin: 0 20px;
    width: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/* .zizi-list-img{
    transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.zizi-list-img:hover {
    transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
} */

/* .zizi-list-img{
    cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.zizi-list-img:hover {
    transform: rotateY(360deg);
} */

.zizi-list-img {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


/* .zizi-list-img{
    cursor: pointer;
  transition: all 0.8s;
  position: relative;
  overflow: hidden;
}

.zizi-list-img:hover {
    transform: scale(1.1);
    filter: contrast(1.5) brightness(1.1);
}

.zizi-list-img:before {
    content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: overlay;
  }
  .zizi-list-img:hover::before {
    width: 200%;
    height: 200%;
    animation: warpVortex 1.5s ease-out;
  }

  @keyframes warpVortex {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 1;
    }
    50% {
      transform: translate(-50%, -50%) scale(1.5) rotate(180deg);
      opacity: 0.8;
    }
    100% {
      transform: translate(-50%, -50%) scale(2) rotate(360deg);
      opacity: 0;
    }
  } */


