.edu-area {
  height: 560px;
  display: flex;
}
.edu-area.grey {
  background-color: #F8F9FA;
}
.edu-area .vzan-container {
  display: flex;
  position: relative;
  align-items: center;
}
.edu-area .vzan-container.right {
  justify-content: flex-end;
}
.edu-area .vzan-container img {
  position: absolute;
}
.edu-area .content {
  width: 450px;
}
.edu-area .content .s-title {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 39px;
}
.edu-area .list {
  display: flex;
  height: 47px;
  margin-bottom: 31px;
}
.edu-area .list i {
  margin-right: 17px;
  margin-top: 6px;
  flex-shrink: 0;
}
.edu-area .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.edu-area .text p {
  font-size: 20px;
}
.edu-area .text span {
  font-size: 16px;
  line-height: 1.2;
}
.edu-area .e1 {
  bottom: 0;
  right: -50px;
  width: 499px;
  height: 477px;
}
.edu-area .e1-1 {
  bottom: 39px;
  right: 315px;
  width: 439px;
  height: 236px;
}
.edu-area .e1-2 {
  bottom: -28px;
  right: 74px;
  width: 182px;
  height: 263px;
}
.edu-area .e2 {
  left: 0;
  bottom: 0;
  width: 721px;
  height: 468px;
}
.edu-area .e2-1 {
  left: -55px;
  bottom: 131px;
  width: 261px;
  height: 185px;
}
.edu-area .e2-2 {
  bottom: 0;
  left: 280px;
  width: 228px;
  height: 185px;
}
.edu-area .e2-3 {
  left: 440px;
  bottom: 260px;
  width: 261px;
  height: 185px;
}
.edu-area .e3 {
  right: -50px;
  bottom: 0;
  width: 778px;
  height: 463px;
}
.edu-area .e3-1 {
  bottom: 242px;
  right: 357px;
  width: 356px;
  height: 279px;
}
.edu-area .e3-2 {
  bottom: 8px;
  right: 484px;
  width: 265px;
  height: 272px;
}
.edu-area .e3-3 {
  right: 55px;
  bottom: 134px;
  width: 309px;
  height: 268px;
}
.more-case {
  background-color: #F8F9FA;
  padding: 80px 0;
}
.more-case ul.vzan-container {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more-case ul.vzan-container li {
  width: 390px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.4s;
}
.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 {
  height: 219px;
  width: 100%;
  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 {
  height: 70px;
  line-height: 70px;
  padding: 0 27px;
  font-size: 20px;
}
.bg-t1 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -10px -10px;
}
.bg-t2 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -62px -10px;
}
.bg-t3 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -10px -62px;
}
.bg-t4 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -62px -62px;
}
.bg-t5 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -114px -10px;
}
.bg-t6 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -114px -62px;
}
.bg-t7 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -10px -114px;
}
.bg-t8 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -62px -114px;
}
.bg-t9 {
  width: 32px;
  height: 32px;
  background: url('../img/icon/css_sprites2.png') -114px -114px;
}
