.grsjyh-mobile {
  display: none;
}

html {
  font-size: 0.8333vw;
}

.grsjyh-pc {
  background: url(../../images20241010/mobileBanking/grsj-banner1.png) center top no-repeat;
  background-size: 100% auto;
  position: relative;
  min-height: 41.25rem;
  padding-top: 41.25rem;
  padding-bottom: 5rem;
}

.grsjyh-pc .nr {
  position: absolute;
  position: absolute;
  left: 21.375rem;
  top: 22.5rem;
  width: 30rem;
}

.grsjyh-pc .nr .yszc {
  height: 1rem;
  color: #333333;
}

.grsjyh-pc .nr .yszc:hover {
  font-weight: bold;
}

.grsjyh-pc .grsjyh-nr {
  overflow: hidden;
  position: relative;
}

.grsjyh-pc .grsjyh-nr li:nth-of-type(2n + 1) {
  opacity: 0;
  transform: translateX(-7.5rem);
}

.grsjyh-pc .grsjyh-nr li:nth-of-type(2n) {
  opacity: 0;
  transform: translateX(7.5rem);
}

.grsjyh-pc .grsjyh-nr li img {
  width: 100%;
}

.grsjyh-pc .grsjyh-nr li.animate {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s;
}

.grsjyh-pc .ewm {
  position: absolute;
  right: 0;
  top: 0.8rem;
}

.grsjyh-pc .ewm img {
  width: 11rem;
  height: 10.375rem;
}

.grsjyh-pc .xz {
  width: 17.1875rem;
  height: 3.4375rem;
  border-radius: 4px;
  margin-top: 0.9rem;
  background: linear-gradient(90deg, #0177e6 0%, #4da9ff 100%);
}

.grsjyh-pc .xz .a1 span {
  background: url(../../images20241010/mobileBanking/grsj-logo1.png) left center no-repeat;
}

.grsjyh-pc .xz .a2 span {
  background: url(../../images20241010/mobileBanking/grsj-logo1.png) left center no-repeat;
}

.grsjyh-pc .xz span {
  display: block;
  margin-left: 5.625rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  padding-left: 1.25rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
}

@media (max-width: 768px) {
  .grsjyh-pc {
    display: none;
  }
  html {
    font-size: calc(100vw / 390* 16);
  }
  .grsjyh-mobile {
    display: block;
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .grsjyh-mobile .bg {
    display: block;
    width: 100%;
  }
  .grsjyh-mobile .content {
    position: absolute;
    left: 3rem;
    top: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .grsjyh-mobile .content .left a {
    margin-bottom: .5rem;
    width: 6.875rem;
    display: block;
  }
  .grsjyh-mobile .content .left a img {
    width: 100%;
  }
  .grsjyh-mobile .content .ewm {
    margin-left: 1rem;
  }
  .grsjyh-mobile .content .ewm img {
    height: 5rem;
  }
}
