.qysjyh-mobile {
  display: none;
}

html {
  font-size: 0.8333vw;
}

.qysjyh-pc {
  background: url(../../images20241010/mobileBanking/grsj-banner2.png) center top no-repeat;
  background-size: 100% auto;
  position: relative;
  min-height: 35.9375rem;
  padding-top: 35.9375rem;
  padding-bottom: 5rem;
}

.qysjyh-pc .nr {
  position: absolute;
  position: absolute;
  left: 16.25rem;
  top: 26.5rem;
}

.qysjyh-pc .nr .yszc {
  height: 1rem;
  color: #333333;
}

.qysjyh-pc .nr .yszc:hover {
  font-weight: bold;
}

.qysjyh-pc .grsjyh-nr {
  overflow: hidden;
  position: relative;
  padding: 5.3125rem 5.625rem;
  background: url(../../images20241010/mobileBanking/grsj-nr2.png) no-repeat;
  background-size: 100%;
}

.qysjyh-pc .grsjyh-nr li:nth-of-type(2n + 1) {
  opacity: 0;
  transform: translateX(-7.5rem);
}

.qysjyh-pc .grsjyh-nr li:nth-of-type(2n) {
  opacity: 0;
  transform: translateX(7.5rem);
}

.qysjyh-pc .grsjyh-nr li img {
  width: 100%;
}

.qysjyh-pc .grsjyh-nr li.animate {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s;
}

.downLoadApp {
  display: none;
}

@media (max-width: 768px) {
  .qysjyh-pc {
    display: none;
  }
  html {
    font-size: calc(100vw / 390 * 16);
  }
  .qysjyh-mobile {
    display: block;
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .qysjyh-mobile .bg {
    display: block;
    width: 100%;
  }
  .qysjyh-mobile .yszc {
    position: absolute;
    left: 1.5rem;
    top: 11.5rem;
    font-size: 1rem;
  }
  .qysjyh-mobile .ewm {
    position: absolute;
    right: 0.5rem;
    top: 1.5rem;
  }
  .qysjyh-mobile .ewm img {
    height: 4.6875rem;
  }
  .downLoadApp {
    display: block;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
  }
  .downLoadApp a {
    text-align: center;
    display: block;
    background-color: #327bd9;
    font-size: 1.125rem;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
  }
}
