.picture-group {
  /* width: calc(100vw - 80px); */
  overflow-x: auto;
  display: flex;
  flex-direction: row;
}
.picture-group-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.picture-group-box-one {
  position: relative;
  width: 586px;
  height: 586px;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
}
.picture-group-box-two {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.picture-group-box-two-box {
  position: relative;
  width: 586px;
  height: 586px;
  overflow: hidden;
  cursor: pointer;
}
.two-box-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 586px;
  height: 586px;
}
.one-box-img {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 596px;
    height: 595px; */
  width: 586px;
  height: 586px;
}
.bottom-box {
  position: absolute;
  bottom: 87px;
  left: 33px;
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  transition: all 0.4s ease;
}

.bottom-box-btn {
  width: 193px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 29px;
  font-size: 24px;
  color: #000;
  margin-top: 28px;
  text-align: center;
  line-height: 58px;
}
/* 鼠标移入容器，显示遮罩层 */
.picture-group-box-two-box:hover .mask-layer {
  opacity: 0;
}
.picture-group-box-one:hover .mask-layer {
  opacity: 0;
}
.picture-group-box-two-box:hover .bottom-box {
  bottom: 87px;
  transform: none;
  opacity: 1;
}

.picture-group-box-two-box:hover .pub-more-btn-1 {
  background: #568faf url(../assets/jiantou-fff-2.png) no-repeat 145px center;
  background-size: auto auto;
  color: #fff;
}
.picture-group-box-one:hover .pub-more-btn-1 {
  background: #568faf url(../assets/jiantou-fff-2.png) no-repeat 145px center;
  background-size: auto auto;
  color: #fff;
}

.picture-group-box-one:hover .bottom-box {
  bottom: 87px;
  transform: none;
  opacity: 1;
}
