<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc_effect_content {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc_effect_content .con {
  position: relative;
  display: table;
  width: 72rem;
}
.pc_effect_content .con .item {
  display: table-cell;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.pc_effect_content .con .item .co {
  height: 37.5rem;
  border-right: 1px solid #d1d0d5;
  margin: 4rem 0;
}
.pc_effect_content .con .item img {
  display: block;
  margin: 0 auto;
}
.pc_effect_content .con .item .icon {
  height: 8.75rem;
}
.pc_effect_content .con .item .icon img {
  height: 100%;
}
.pc_effect_content .con .item .tit {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
}
.pc_effect_content .con .item .tit img {
  height: 1.875rem;
}
.pc_effect_content .con .item .content a {
  width: 19.5625rem;
  height: 3.25rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
.pc_effect_content .con .item .content a img {
  width: 100%;
}
.pc_effect_content .con .item:last-of-type .co {
  border-right: unset;
}
.pc_effect_content .banner {
  width: 72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc_effect_content .banner .img {
  width: 49%;
}
.pc_effect_content .banner .img img {
  width: 100%;
}
.pc_effect_content .banner_v {
  width: 10rem;
  padding-top: 4.7rem;
  display: none;
}
.pc_effect_content .banner_v img {
  width: 100%;
  height: 30rem;
  background-color: #999;
  object-fit: cover;
}
@media screen and (max-height: 800px) {
  .pc_effect_content .con .item .co {
    height: 30.5rem;
  }
}
@media screen and (max-height: 700px) {
  .pc_effect_content {
    flex-direction: row;
  }
  .pc_effect_content .banner {
    display: none;
  }
  .pc_effect_content .banner_v {
    display: block;
  }
}
@media screen and (min-height: 900px) and (min-width: 1919px) {
  .pc_effect_content .banner {
    width: 89rem;
  }
  .pc_effect_content .con {
    width: 89rem;
  }
}
/*# sourceMappingURL=./effectshow.css.map */</pre></body></html>