.xed-mobile {
  display: none;
}

html {
  font-size: 0.8333vw;
}

.xed-pc {
  background: url(../../images20241010/xed/xed-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5rem;
  height: 168.4375rem;
  position: relative;
}

.xed-pc .xed-banner {
  position: relative;
  width: 74.25rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}

.xed-pc .xed-banner .nr {
  width: 30rem;
  position: relative;
}

.xed-pc .xed-banner .nr .yszc {
  font-size: 1rem;
  height: 1rem;
  color: #333333;
}

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

.xed-pc .xed-banner .nr h1 {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 5.5rem;
  color: #B21E28;
}

.xed-pc .xed-banner .nr p {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2.1875rem;
  color: #333333;
}

.xed-pc .xed-banner .xz {
  width: 17.1875rem;
  height: 3.4375rem;
  border-radius: 4px;
  margin-top: 0.9rem;
  background: #e41e3b;
}

.xed-pc .xed-banner .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;
}

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

.xed-pc .xed-banner .xz.a2 span {
  background: url(../../images20241010/xed/grsj-logo2.png) left center no-repeat;
}

.xed-pc .xed-banner .ewm {
  display: inline-block;
  width: 7.5rem;
  height: 8rem;
  border-radius: 0.9375rem;
  background: #ffffff;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 7rem;
}

.xed-pc .xed-banner .ewm img {
  display: block;
  width: 7.5rem;
  height: 8rem;
}

.xed-pc .xed-nr {
  margin: 1.875rem auto;
  width: 74.25rem;
}

.xed-pc .xed-nr ul {
  padding-bottom: 3.375rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

.xed-pc .xed-nr li {
  width: 50%;
  height: 50.5625rem;
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}

.xed-pc .xed-nr li img {
  height: 100%;
}

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

@media (max-width: 768px) {
  .xed-pc {
    display: none;
  }
  html {
    font-size: calc(100vw / 390* 16);
  }
  .xed-mobile {
    display: block;
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .xed-mobile .bg {
    display: block;
    width: 100%;
  }
  .xed-mobile .title {
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    font-size: 1.875rem;
    font-weight: bold;
    color: #f81212;
  }
  .xed-mobile .content {
    position: absolute;
    height: 18.75rem;
    left: 1.5rem;
    right: 1.5rem;
    top: 4.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xed-mobile .content .yszc {
    font-size: 1rem;
    display: block;
    margin-top: 0.5rem;
    color: #999;
  }
  .xed-mobile .content .wrap {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .xed-mobile .content .wrap .left img {
    margin-bottom: .5rem;
    width: 7.5rem;
    display: block;
  }
  .xed-mobile .content .wrap .ewm img {
    height: 7.5rem;
  }
}
