.artistic-works{
  position: absolute;
  width: 96%;
  top: 39vh;
  height: 57vh;
  left: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1%;
}
.artistic-works-list{
  height: 100%;
  width: 100%;
  filter: brightness(50%);
  /* background: red; */
}
.artistic-title{
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C9A063;
  font-size: 1.2rem;
  position: relative;
  left: 0;
  top: 0;
}
.artistic-active{
  filter: brightness(100%) !important;
}
.artistic-active .artistic-title span{
  display: inline-block;
  background: #C9A063;
  width: 40%;
  height: 0.2rem;
  position: absolute;
  left: 30%;
  bottom: 11%;
}
.artistic-img-div{
  height: 90%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  /* background: red; */
}
.img-item{
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  left: 0;
}
.artistic-img-list{
  width: 74%;
  position: absolute;
  overflow: hidden;
  left: 11.5%;
  top: 31%;
  opacity: 0;
  visibility:hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #C9A063;
  border: 0.2rem #C9A063 solid;
}
.cur:hover {
  -webkit-transform: scale(1.6) !important;
  -moz-transform: scale(1.6) !important;
  -ms-transform: scale(1.6) !important;
  -o-transform: scale(1.6) !important;
  transform: scale(1.6) !important;
}
.img-item-cnt{
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  background-color: #C9A063;
  background-image: url(../img/loading-1.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.artistic-img-title{
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
}
.hide{
  display: none;
}
.artistic-img-listStr{
  position: absolute;
  width: 100%;
  top: 37%;
  left: 0;
  filter:brightness(80%)
}
.artistic-img-listStr .img-item{
  padding-top: 60%;
}
/* .cur{
  transform:translateX(0) translateY(0) scale(1);
  z-index: 20;
  filter: brightness(100%);
}
.cur_1{
  transform: translateX(0) translateY(-21%) scale(.9);
  z-index: 19;
  filter: brightness(90%);
}
.cur_2{
  transform: translateX(0) translateY(-42%) scale(.8);
  z-index: 18;
  filter: brightness(80%);
}
.cur_3{
  transform: translateX(0) translateY(-63%) scale(.7);
  z-index: 17;
  filter: brightness(70%);
}
.cur_4{
  transform: translateX(0) translateY(-84%) scale(.6);
  z-index: 16;
  filter: brightness(60%);
}
.cur_5{
  transform: translateX(0) translateY(-105%) scale(.5);
  z-index: 15;
  filter: brightness(20%);
}
.down_1{
  transform: translateX(0) translateY(53%) scale(.9);
  z-index: 19;
  filter: brightness(90%);
}
.down_2{
  transform: translateX(0) translateY(74%) scale(.8);
  z-index: 18;
  filter: brightness(80%);
}
.down_3{
  transform: translateX(0) translateY(100%) scale(.7);
  z-index: 17;
  filter: brightness(70%);
}
.down_4{
  transform: translateX(0) translateY(130%) scale(.6);
  z-index: 16;
  filter: brightness(60%);
}
.down_5{
  transform: translateX(0) translateY(162%) scale(.5);
  z-index: 15;
  filter: brightness(20%);
} */