.act-area {
  height: 580px;
  display: flex;
}
.act-area.grey {
  background-color: #F8F9FA;
}
.act-area .vzan-container {
  display: flex;
  position: relative;
  align-items: center;
}
.act-area .vzan-container.right {
  justify-content: flex-end;
}
.act-area .vzan-container img {
  position: absolute;
}
.act-area .vzan-container .w1 {
  bottom: 0;
  left: 10px;
  width: 810px;
  height: 484px;
}
.act-area .vzan-container .w1-1 {
  left: -10px;
  top: 95px;
  width: 293px;
  height: 183px;
}
.act-area .vzan-container .w1-2 {
  bottom: 4px;
  left: 247px;
  width: 282px;
  height: 183px;
}
.act-area .vzan-container .w1-3 {
  bottom: 164px;
  left: 487px;
  width: 233px;
  height: 183px;
}
.act-area .vzan-container .w2 {
  bottom: 0;
  right: 123px;
  width: 455px;
  height: 526px;
}
.act-area .vzan-container .w2-1 {
  right: 433px;
  bottom: 87px;
  width: 261px;
  height: 185px;
}
.act-area .vzan-container .w2-2 {
  bottom: 200px;
  right: 84px;
  width: 281px;
  height: 39px;
}
.act-area .vzan-container .w2-3 {
  right: -20px;
  bottom: -32px;
  width: 403px;
  height: 207px;
}
.act-area .vzan-container .w3 {
  bottom: 0;
  left: 113px;
  width: 455px;
  height: 508px;
}
.act-area .vzan-container .w3-1 {
  left: -20px;
  bottom: 188px;
  width: 261px;
  height: 185px;
}
.act-area .vzan-container .w3-2 {
  left: -20px;
  bottom: -36px;
  width: 261px;
  height: 185px;
}
.act-area .vzan-container .w3-3 {
  left: 340px;
  bottom: 300px;
  width: 261px;
  height: 185px;
}
.act-area .vzan-container .w3-4 {
  left: 340px;
  bottom: 76px;
  width: 261px;
  height: 185px;
}
.act-area .vzan-container .w4 {
  bottom: 0;
  right: 97px;
  width: 455px;
  height: 503px;
}
.act-area .vzan-container .w4-1 {
  bottom: 29px;
  right: 383px;
  width: 352px;
  height: 264px;
}
.act-area .vzan-container .w4-2 {
  bottom: 184px;
  right: -20px;
  width: 353px;
  height: 278px;
}
.act-area .vzan-container .w4-3 {
  right: -6px;
  bottom: -40px;
  width: 399px;
  height: 175px;
}
.act-area .content {
  width: 470px;
}
.act-area .content .s-title {
  margin-bottom: 39px;
  font-size: 26px;
  font-weight: bold;
}
.act-area .content .text {
  margin-bottom: 29px;
}
.more-case {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.more-case ul.vzan-container {
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
}
.more-case ul.vzan-container li {
  width: 390px;
  height: 290px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
}
.more-case ul.vzan-container li:hover {
  transform: translateY(-10px);
}
.more-case ul.vzan-container li:hover p {
  color: #0084FF;
}
.more-case ul.vzan-container li:hover .qrcode-container {
  opacity: 1;
  transition: opacity 0.5s;
}
.more-case ul.vzan-container li img {
  width: 100%;
  height: 219px;
  object-fit: cover;
}
.more-case ul.vzan-container li .qrcode-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 219px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0s;
}
.more-case ul.vzan-container li .qrcode {
  width: 78px;
  height: 78px;
  padding: 4px;
  background-color: #fff;
}
.more-case ul.vzan-container li p {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 70px;
  font-size: 20px;
}
.more-case ul.vzan-container li p span {
  font-size: 14px;
  color: #0084FF;
}
.more-case button {
  width: 90px;
  height: 34px;
  font-size: 16px;
  background: rgba(0, 132, 255, 0.1);
  border: 1px solid #0084FF;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
}
.more-case button span {
  color: #0084FF;
  transition: color 1s;
}
.more-case button:hover {
  border: none;
}
.more-case button:hover span {
  color: #fff;
}
