.financial-logo {
  padding: 4.16667vw 3.125vw 2.34375vw;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333d4f;
  text-align: center;
  background-color: #FAFAFA;
}
.financial-logo .title {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 3.33333vw;
  margin-bottom: 1.5625vw;
}
.financial-logo .desc {
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.financial-logo .img-box {
  position: relative;
  display: flex;
  gap: 0.3125vw;
  flex-wrap: wrap;
  margin-top: 2.08333vw;
}
.financial-logo .img-box .item-logo {
  width: 30.88542vw;
  height: 23.125vw;
  overflow: hidden;
}
.financial-logo .img-box .item-logo:nth-child(-n+4) {
  width: 23.07292vw;
}
.financial-logo .img-box .item-logo .image-or-video-bottom {
  position: relative;
  transition: transform 0.4s;
}
.financial-logo .img-box .item-logo .image-or-video-bottom:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--financial-logo {
    padding: 4rem 1.33333rem;
}
.mob--financial-logo .title {
    font-size: 1.6rem;
    line-height: 2.13333rem;
    margin-bottom: 1rem;
}
.mob--financial-logo .desc {
    font-size: 0.93333rem;
    line-height: 1.6rem;
}
.mob--financial-logo .img-box {
    gap: 1rem 0;
    margin-top: 2.66667rem;
    justify-content: space-between;
}
.mob--financial-logo .img-box .item-logo {
    width: 48% !important;
    height: auto;
}
.mob--financial-logo .img-box .item-logo .image-or-video-bottom:hover {
    transform: scale(1);
}
.mob--financial-logo .img-box .item-logo:nth-child(5) {
    width: 100% !important;
}
}