[class*=mui] .main-box {
  font-size: .4rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

[class*=mui] .main {
  margin: -1px 0 1em;
  padding-top: 1em;
}

[class*=mui] .main>img {
  width: 80%;
}

[class*=mui] .products li {
  margin: 0 auto;
}

[class*=mui] .desc {
  flex-direction: column;
  padding: 1em;
  padding: 3em 2em 1em;
}

[class*=mui] [class^="corner"] {
  display: none;
}

[class*=mui] .bg1 {
  background-size: 10rem 20rem;
}

.vr-container, [class*=mui] .main-box {
  position: relative;
  background-color: #161616;
  background-image: url("../images/voucher/fc25bg.png");
  background-repeat: no-repeat; /* 不重复背景图片 */
  background-position: right bottom; /* 将背景图片放在右下角 */
  background-size: auto; /* 保持背景图片的原始大小 */
}

.main-box {
  margin: 0 auto;
  width: min(1200px, 100%);
  color: #fff;
  padding-bottom: 3em;
}

.breadcrumb>.active {
  color: #666;
}


.main {
  margin: 3em 0;
  position: relative;
}

.main>img {
  display: block;
  margin: 0 auto 4em;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 90px;
}

.products li {
  width: 21.25em;
  height: 8.75em;
  position: relative;
  transition: all .25s;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

.products li:hover {
  /* filter: drop-shadow(2px 4px 6px red); */
  transform: translateY(-2px);
}

.products li>a[href] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.products li.style1 {
  color: rgb(35, 141, 79);
  background-image: url(../images/voucher/FC25vouchera.png);
}

.products li.style2 {
  color: rgb(253, 103, 33);
  background-image: url(../images/voucher/FC25voucherb.png);
}

.products li.style3 {
  color: rgb(122, 49, 199);
  background-image: url(../images/voucher/FC25voucherc.png);
}

.products li>* {
  position: absolute;
}

.products li img:first-child {
  left: 3.625em;
  top: 50%;
  width: 8.5em;
  transform: translate(-50%, -50%);
}

.products li .voucher {
  left: 8.25em;
  top: 0.75em;
}

.products li .off {
  top: -1px;
  right: 1em;
  background: #e33c64;
  width: 2.3125em;
  height: 2.3125em;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  padding-top: .3125em;
}

.products li .off:after {
  content: '';
  display: block;
  border: 1.15625em solid #e33c64;
  border-top-width: 0.1em;
  border-bottom: 0.4em solid transparent;
}

.products li .price {
  font-size: 3.125em;
  font-weight: 700;
  text-align: center;
  left: 2.5em;
  top: 0.5em;
  width: 4em;
  letter-spacing: -2px;
}

.products li .buy {
  left: 8.25em;
  top: 5.8em;
  background-color: #000;
  border-radius: 0.25em;
  width: 12em;
  height: 2.1875em;
  display: flex;
  align-items: center;
}

.products li .buy>* {
  flex: 1;
  text-align: center;
}

.products li .buy .price2 {
  font-size: 1.125em;
  font-weight: 700;
}

.products li .buy .split {
  flex: none;
  height: 40%;
  width: 0.1em;
  background-color: #3e3e3e;
}

.products li .buy a {
  font-size: .875em;
}

.desc {
  padding-top: 4em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}

.desc>div {
  min-width: 45%;
  flex: 1;
}

.desc h3 {
  font-size: 1.375em;
  color: rgba(8, 245, 105, 1);
  margin: 0;
  line-height: 2;
}

.desc p {
  font-size: .875em;
  color: rgba(130, 130, 130, 1);
  text-align: justify;
  margin: 0;
}