body {
  background-color: #151516;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  color: #fd3f28;
}

.page-body {
  padding-bottom: 0px;
}

.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item .ann-date {
  color: #fd3f28;
}

.homepage-header.down {
  background-color: rgba(29, 29, 31, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.homepage-header.down .homepage-navbar .small-nav {
  border-bottom: 1px solid #3e3e3e;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item i {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-options {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-options {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item:hover,
.homepage-header.top .homepage-navbar .small-nav .nav-ann .ann-item:focus {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-menu {
  color: #fd3f28;
  border: 1px solid #fd3f28;
}

.homepage-header .homepage-navbar .large-nav {
  color: #fd3f28;
}

.homepage-header .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #fd3f28;
  background-color: #fd3f28
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #fd3f28;
}

.footer,
.footer .f-register {
  background-color: #fd3f28;
}

.footer .f-register .f-register-btn .btn-register {
  color: #fd3f28;
}

.footer .f-copyright {
  background-color: #151516;
}

.footer .f-copyright .f-copyright-bottom {
  border-top: 1px solid #2f2f2f;
}

.footer .f-copyright .f-copyright-bottom .f-copyright-text {
  color: #595959;
}

.homepage-header .homepage-navbar .large-nav .nav-logo img {
  height: 60px;
}

#xmas25_page .banner {
  background-image: url(../../images/banner/christmas-2025.png);
  background-position: top;
  background-size: cover;
  position: relative;
  height: 720px;
}

.main-body {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' transform='scale(3)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='hsl(0, 0%25, 8.5%25)'/%3E%3Cpath d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z' stroke-width='0.2' stroke='hsl(0, 0%25, 11.0%25)' fill='none'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  position: relative;
}

.special_offer {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.special_offer .offer_badge {
  color: #fd3f28;
  border: 1px solid #fd3f28;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.placeholder {
  border: 1px dashed #6f0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.placeholder:not(:last-child) {
  margin-bottom: 1rem;
}

.placeholder svg {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  flex-shrink: 0;
}

.placeholder_title {
  font-size: 2rem;
  font-weight: 900;
  color: #fd3f28;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
}

.placeholder_desc {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fd3f28;
  line-height: 1.2;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
}


.top_special_smalltitle {
  font-size: 24px;
  font-weight: 900;
  color: #fd3f28;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
}

.top_special_bigtitle {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1rem;
}

.top_special_desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #b8b8b8;
  margin-bottom: 1rem;
}

.top_special_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 20px;
  margin-top: 15px;
  width: 100%;
}

.special_box {
  border: 1px solid #000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #1b1b1b;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
}

.cpu_gen {
  position: absolute;
  right: -65px;
  bottom: -70px;
  font-size: 200px;
  color: #fd3f28;
  opacity: 0.3;
  transition: all 0.3s ease;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  filter: drop-shadow(0 0 20px rgba(222, 39, 62, 0.8));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
}

.special_box:hover {
  border-color: #fd3f28;
  color: #fd3f28;
}

.special_box:hover .cpu_gen {
  opacity: 0.6;
  filter: drop-shadow(0 0 40px rgba(237, 6, 37, 1));
  transform: scale(1.1);
}

.special_box_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.special_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.special_box_bigtitle {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.special_box:hover .special_box_bigtitle {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
  transition: all 0.3s ease;
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
}

.special_box_smalltitle {
  font-size: 1rem;
  font-weight: 600;
  color: #fd3f28;
}

.special_box_item_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.special_box_item_group .special_box_item {
  margin-right: 1.5rem;
}

.special_box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.special_box_item svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.special_box_item_text {
  font-size: 1rem;
  font-weight: 400;
}

.special_box_item_text.feature {
  font-weight: 600;
  color: #fd3f28;
}

.special_box_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.special_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.special_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}

.special_order svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.special_order_label {
  color: #fd3f28;
  border: 1px solid #fd3f28;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}

.creditback_offer {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.creditback_offer .offer_badge {
  color: #fd3f28;
  border: 1px solid #fd3f28;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}

.creditback_offer_smalltitle {
  font-size: 24px;
  font-weight: 900;
  color: #fd3f28;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
  text-align: center;
}

.creditback_offer_bigtitle {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}

.creditback_offer_desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #b8b8b8;
  margin-bottom: 1rem;
  text-align: center;
  max-width: 660px;
}

.creditback_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
  margin-top: 2rem;
}

.creditback_group_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.creditback_group_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.creditback_group_right_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.creditback_group_right_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
}

.creditback_box {
  border: 1px solid #000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #1b1b1b;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
}

.creditback_amount {
  position: absolute;
  right: -20px;
  bottom: -10px;
  font-size: 60px;
  color: #fd3f28;
  opacity: 0.3;
  transition: all 0.3s ease;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  filter: drop-shadow(0 0 20px rgba(222, 39, 62, 0.8));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
}

.creditback_box_title {
  display: flex;
  flex-direction: column;
}

.creditback_box_smalltitle {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fd3f28;
  text-align: left;
  margin-top: 0.5rem;
}

.creditback_box_bigtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.creditback_box:hover .creditback_box_bigtitle {
  color: #fd3f28;
  transition: all 0.3s ease;
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
}

.creditback_discount_box {
  display: flex;
  flex-direction: column;
  background-color: #000000;
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 10px;
  border: 1px solid #242424;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  position: relative;
  min-height: 200px;
  justify-content: space-between;
  /* 背景半透明 */
  background-color: rgba(0, 0, 0, 0.3);
}

.creditback_discount_box_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.creditback_discount_box svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.creditback_box:hover .creditback_discount_box svg {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  transition: all 0.3s ease;
}

.creditback_discount_title {
  font-size: 1rem;
  font-weight: 600;
  color: #fd3f28;
  margin-bottom: 0.5rem;
}

.creditback_discount_code {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #fd3f28;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.creditback_discount_desc {
  font-size: 0.75rem;
  font-weight: 400;
  color: #b8b8b8;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.creditback_discount_desc sup {
  font-size: 0.75rem;
  font-weight: 600;
}

.creditback_box:hover {
  border-color: #fd3f28;
  color: #fd3f28;
}

.creditback_box:hover .creditback_amount {
  opacity: 0.6;
  filter: drop-shadow(0 0 40px rgba(237, 6, 37, 1));
  transform: scale(1.1);
}

.creditback_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 1.5;
  width: 100%;
  text-align: left;
}

.reward_box {
  border: 1px dashed rgb(80, 0, 0);
  background-color: #000000;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 100%;
}

.reward_box_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.reward_box svg {
  width: 200px;
  height: 200px;
}

.reward_box:hover {
  border-color: #fd3f28;
  color: #fd3f28;
}

.reward_box:hover .reward_bigtitle {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
}

.reward_smalltitle {
  font-size: 18px;
  font-weight: 900;
  color: #fd3f28;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
}

.reward_bigtitle {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.reward_desc {
  font-size: 1rem;
  font-weight: 400;
  color: #b8b8b8;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.reward_btn {
  font-size: 1rem;
  font-weight: 500;
  color: #fd3f28;
  border: 1px solid #fd3f28;
  border-style: dashed;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: auto;
}

.reward_btn:hover {
  background-color: #fd3f28;
  color: #ffffff;
  border-color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
}

.t1_offer {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
}

.t1_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.t1_title h4 {
  color: #fd3f28;
  border: 1px solid #fd3f28;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.t1_title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.t1_title h2 span {
  color: #fd3f28;
}

.t1_title div {
  font-size: 20px;
  color: #b8b8b8;
  max-width: 680px;
  text-align: center;
}

.select_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 20px;
}

.select_item {
  display: flex;
  flex-direction: column;
}

.select_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  font-weight: 600;
}

.select_title svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  color: #dbdbdb;
}

.cpu_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.cpu_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #1b1b1b;
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
}

.cpu_item .cpu_gen_small {
  font-size: 40px;
  font-weight: 900;
  color: #fd3f28;
  text-transform: uppercase;
  margin-bottom: 5px;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 0.8));
  transition: all 0.3s ease;
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  position: absolute;
  right: -5px;
  bottom: -25px;
  opacity: 0.3;
  z-index: 0;
}

.cpu_item.active .cpu_gen_small, .cpu_item:hover .cpu_gen_small {
  opacity: 0.8;
  filter: drop-shadow(0 0 40px rgba(237, 6, 37, 1));
  transform: scale(1.1);
}

.cpu_item.active, .cpu_item:hover {
  border-color: #fd3f28;
  color: #fd3f28;
}

.cpu_title {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.cpu_item.active .cpu_title {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  transition: all 0.3s ease;
}

.cpu_text {
  font-size: 14px;
  color: #b8b8b8;
  transition: all 0.3s ease;
  z-index: 1;
  max-width: 185px;
  font-weight: 600;
}

.cpu_text.feature {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  transition: all 0.3s ease;
}

.category_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.category_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #1b1b1b;
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
}

.category_small {
  font-size: 40px;
  font-weight: 900;
  color: #fd3f28;
  text-transform: uppercase;
  position: absolute;
  right: -10px;
  bottom: -20px;
  opacity: 0.3;
  transition: all 0.3s ease;
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
}

.category_item.active .category_small, .category_item:hover .category_small {
  opacity: 0.8;
  filter: drop-shadow(0 0 40px rgba(237, 6, 37, 1));
  transform: scale(1.1);
}

.category_item.active, .category_item:hover {
  border-color: #fd3f28;
  color: #fd3f28;
}

.category_title {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.category_item.active .category_title {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  transition: all 0.3s ease;
}

.category_text {
  font-size: 14px;
  color: #b8b8b8;
  transition: all 0.3s ease;
  z-index: 1;
  max-width: 300px;
  font-weight: 600;
}

.t1_product_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 15px;
  width: 100%;
}

.t1_box {
  border: 1px solid #000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #1b1b1b;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: relative;
  overflow: hidden;
}

.t1_box:hover {
  border-color: #fd3f28;
  color: #fd3f28;
  background-color: #1e0d0d;
}

.t1_box .cpu_gen {
  font-size: 200px;
  font-weight: 900;
  color: #fd3f28;
  opacity: 0.3;
  position: absolute;
  right: -65px;
  bottom: -70px;
}

.t1_box:hover .cpu_gen {
  opacity: 0.6;
  filter: drop-shadow(0 0 40px rgba(237, 6, 37, 1));
  transform: scale(1.1);
}

.t1_box_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.t1_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.t1_box_bigtitle {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.t1_box:hover .t1_box_bigtitle {
  color: #fd3f28;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  transition: all 0.3s ease;
}

.t1_box_smalltitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fd3f28;
}

.t1_box_item_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.t1_box_item_group .t1_box_item {
  margin-right: 1.5rem;
}

.t1_box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.t1_box_item svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.t1_box_item_text {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.t1_box_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.t1_bottom {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.t1_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}

.t1_order svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.t1_order_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.t1_order_price span {
  margin-top: 5px;
  font-size: 1rem;
  text-decoration: line-through;
  color: #7f7f7f;
}

.t1_order_price span.discounted {
  color: #ffffff;
  font-size: 2rem;
  text-decoration: none;
}

.t1_order_creditback {
  font-size: 1.5rem;
  color: #fd3f28;
  text-transform: uppercase;
  font-weight: 900;
  filter: drop-shadow(0 0 20px rgba(237, 6, 37, 1));
  transform-origin: center;
  transform-style: preserve-3d;
  transform-box: fill-box;
  transition: all 0.3s ease;
}

.t1_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 100%;
  text-align: left;
}

.rules {
  padding: 50px 0;
  border-top: 1px solid #fd3f28;
}

.rules .rule-title {
  font-size: 18px;
  color: #b9b9b9;
  margin-bottom: 15px;
  font-weight: 600;
}

.rules .rule-title:not(:first-child) {
  margin-top: 30px;
}

.rules .rule-item {
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #5d5d5d;
  border-bottom-style: dashed;
  padding-bottom: 10px;
}

.rules .rule-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1279px) {
  #xmas25_page .banner {
    height: 600px;
  }

  .creditback_group {
    grid-template-columns: 1fr;
  }

  .t1_product_group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  #xmas25_page .banner {
    height: 520px;
  }

  .select_item {
    width: 100%;
  }

  .cpu_group, .category_group {
    flex-direction: column;
    width: 100%;
  }

  .cpu_item, .category_item {
    width: 100%;
  }
}