main {
  background: #fff6e9;
}
.spite {
  background: url(../img/activity/new-product-sale-2025/spite.png) no-repeat center;
  background-size: 513px 443px;
}
.icon-discont-20 {
  width: 180px;
  height: 104px;
  background: url(../img/activity/golden-week-sale-2025/discount-20.png);
}
.icon-discont-30 {
  width: 180px;
  height: 104px;
  background: url(../img/activity/golden-week-sale-2025/discount-30.png);
}
.icon-discont-80 {
  width: 180px;
  height: 104px;
  background: url(../img/activity/urabone-sale-2025/discount-80.png);
}
.icon-aio {
  width: 76px;
  height: 76px;
  background-position: -24px -292px;
  margin: 0 auto;
}
.icon-apple {
  width: 76px;
  height: 76px;
  background: url(../img/activity/urabone-sale-2025/apple.png) no-repeat center;
  background-size: cover;
}
.icon-amzon {
  width: 76px;
  height: 76px;
  background: url(../img/activity/urabone-sale-2025/amazon.png) no-repeat center;
  background-size: cover;
}
.icon-spotify {
  width: 76px;
  height: 76px;
  background: url(../img/activity/urabone-sale-2025/spotify.png) no-repeat center;
  background-size: cover;
}
.icon-youtube-music {
  width: 76px;
  height: 76px;
  background: url(../img/activity/urabone-sale-2025/youtube.png) no-repeat center;
  background-size: cover;
}
.icon-line {
  width: 76px;
  height: 76px;
  background: url(../img/activity/urabone-sale-2025/line.png) no-repeat center;
  background-size: cover;
}
.icon-new-tag {
  width: 128px;
  height: 49px;
  background: url(../img/activity/golden-week-sale-2025/icon-new-tag.png);
}
.icon-hot-tag {
  width: 128px;
  height: 49px;
  background: url(../img/activity/golden-week-sale-2025/icon-hot-tag.png);
}
.banner img {
  width: 100%;
}
.product-btns {
  display: flex;
  gap: 18px;
  margin: 15px 0;
}
.product-btn {
  width: max-content;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 10px 20px;
  color: #024e8c;
  font-size: 15px;
  transition: all 0.2s;
  border-radius: 7px;
  border: 1px solid #024e8c;
  background: #95dbff;
  box-shadow: 0 4px 0 0 #024e8c;
}
.product-btn .iconfont {
  font-size: inherit;
}
.product-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 0 #024e8c;
}
.wrap-1 {
  background: url(../img/activity/urabone-sale-2025/wrap-bg.webp) no-repeat top;
  background-size: cover;
  padding: 200px 0 160px;
  margin-bottom: 60px;
}
.wrap-1 .container {
  width: 1200px;
}
.wrap-1 .wrap-1_title {
  text-align: center;
  color: #141414;
  font-size: 38px;
  font-weight: 600;
  margin: 36px 0 23px;
}
.wrap-1 .wrap-1_desc {
  color: #393939;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
}
.wrap-1 .icon-new {
  display: block;
  margin: 0 auto;
}
.wrap-1 .product-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 80px 30px;
  margin-top: 80px;
}
.wrap-1 .product-box_item {
  width: 340px;
  border-radius: 10px;
  background: rgba(220, 78, 28, 0.1);
}
.wrap-1 .item-top {
  padding: 30px 0 27px;
  border-radius: 10px 10px 0px 0px;
  background: #004e8c;
}
.wrap-1 .product-logo {
  position: relative;
}
.wrap-1 .icon-discont-20,
.wrap-1 .icon-discont-30,
.wrap-1 .icon-discont-80 {
  position: absolute;
  top: -90%;
  left: 10%;
}
.wrap-1 .item-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 23px 0 11px;
}
.wrap-1 .item-title span {
  color: #ffff2f;
}
.wrap-1 .item-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
}
.wrap-1 .item-bottom {
  padding: 15px 0 23px;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
}
.wrap-1 .product-price {
  color: #eb6200;
  font-size: 26px;
  font-weight: 700;
}
.wrap-1 .product-price span {
  font-size: 45px;
  vertical-align: baseline;
}
.wrap-1 .old-price {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 5px;
}
.wrap-1 .text {
  color: #6a6a6a;
  font-size: 16px;
  margin-top: -12px;
}
.wrap-1 .product-btns {
  justify-content: center;
}
.wrap {
  margin: 100px 0 0;
  padding-bottom: 130px;
}
.wrap .container {
  width: 910px;
}
.wrap .wrap-title {
  text-align: center;
  color: #141414;
  font-size: 38px;
  font-weight: 600;
}
.wrap .wrap-title span {
  color: #be3627;
}
.wrap .wrap-text {
  color: #be3627;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 55px;
  width: max-content;
  margin: 0 auto;
  margin-top: 30px;
}
.wrap .wrap-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 67px;
  margin-top: 73px;
}
.wrap .wrap-box_item {
  position: relative;
  width: 381px;
  border-radius: 10px;
  border: 2px solid #9e5909;
  background: #ffffff;
  padding: 40px 37px 27px;
}
.wrap .tag {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}
.wrap .item-top {
  display: flex;
  align-items: center;
  gap: 17px;
}
.wrap .item-top .spite {
  border: 0.901px solid #efefef;
  border-radius: 16px;
}
.wrap .info-title {
  color: #151515;
  font-size: 20px;
  font-weight: 700;
}
.wrap .info-text {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.wrap .item-desc {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 12px;
}
.wrap .item-price {
  color: #eb6200;
  font-size: 45px;
  font-weight: 700;
  margin-top: 20px;
  vertical-align: baseline;
}
.wrap .item-old-price {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 23px;
}
.wrap .item-old-price span {
  text-decoration: line-through;
}
.wrap .item-tips {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
}
.wrap .item-price-model {
  color: #eb6200;
  font-size: 28px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 912px) {
  .wrap .container {
    width: 90%;
  }
  .wrap-1 {
    position: relative;
    background: #9bd8f8;
  }
  .wrap-1 .container {
    width: unset;
  }
  .wrap-1 .product-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  header img {
    height: 22px;
    width: auto;
  }
  .wrap-1 {
    padding: 100px 0;
  }
  .wrap-1 .container {
    width: unset;
  }
  .wrap-1 .icon-new {
    height: 50px;
    width: auto;
  }
  .wrap-1 .wrap-1_title {
    font-size: 31px;
    word-break: break-all;
    line-height: 150%;
    margin: 15px 0 10px;
  }
  .wrap-1 .product-box {
    flex-wrap: wrap;
  }
  .wrap-1 .wrap-1_desc {
    font-size: 18px;
  }
  .product-btn {
    padding: 10px 18px;
  }
  .wrap {
    padding-bottom: 90px;
    margin-top: 10px;
  }
  .wrap .wrap-title {
    font-size: 32px;
    padding: 0 20px;
  }
  .wrap .wrap-text {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 381px) {
  .wrap .wrap-box_item {
    width: 100%;
    padding: 40px 18px 27px;
  }
}
@media (max-width: 344px) {
  .product-btn {
    padding: 8px 12px;
  }
}
