html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}

.content {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: #D3272C;
  padding-bottom: 0.33rem;
}

.content .bgImg {
  width: 7.5rem;
  margin: 0 auto;
  display: block;
  height: 11.58rem;
}

.content .detailBox {
  left: 0;
  right: 0;
  top: 3.5rem;
  margin: auto;
  width: 5.9rem;
  padding: 0 0.3rem;
  position: absolute;
}

.content .detailBox .title {
  display: flex;
  color: #58111C;
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 0.2rem;
  align-items: center;
}

.content .detailBox .title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}

.content .detailBox .tips {
  display: flex;
  font-weight: 500;
  color: #5C1024;
  font-size: 0.26rem;
  align-items: center;
  margin-top: 0.25rem;
  justify-content: center;
}

.content .detailBox .tips img {
  width: 0.3rem;
  height: 0.35rem;
  margin-right: 0.05rem;
}

.content .detailBox .giftList {
  display: flex;
  margin-top: 0.4rem;
  align-items: center;
  justify-content: space-around;
}

.content .detailBox .giftList .giftItem {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content .detailBox .giftList .giftItem .imgBox {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  background: #F6E8DB;
  justify-content: center;
}

.content .detailBox .giftList .giftItem .imgBox img {
  width: 80%;
  height: 80%;
}

.content .detailBox .giftList .giftItem .txt {
  color: #E1443B;
  font-weight: 500;
  font-size: 0.22rem;
  margin-top: 0.12rem;
}

.content .detailBox .desc {
  display: flex;
  font-weight: 600;
  color: #E1443B;
  margin-top: 0.4rem;
  align-items: center;
  font-size: 0.2886rem;
  justify-content: space-around;
}

.content .detailBox .desc .descItem {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content .detailBox .desc .descItem div:nth-child(2) {
  font-weight: 400;
  margin-top: 0.35rem;
  font-style: 0.26rem;
}

.content .detailBox .showLoacl {
  left: 0;
  width: 100%;
  top: -2.2rem;
  position: absolute;
}

.content .detailBox .explain {
  display: flex;
  color: #FFF2D4;
  font-weight: 500;
  font-size: 0.22rem;
  align-items: center;
  margin-top: 0.65rem;
  justify-content: center;
}

.content .detailBox .explain img {
  width: 0.28rem;
  height: 0.25rem;
  margin-right: 0.06rem;
}

.content .detailBox .explain #showNumBox {
  display: flex;
}

.content .detailBox .explain #showNumBox .numBg {
  width: 0.25rem;
  height: 0.25rem;
  color: #EC5040;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.25rem;
  background: #FFF2D4;
  margin-right: 0.03rem;
  border-radius: 0.03rem;
}

.content .detailBox .explain #showNumBox .numBg:first-child {
  margin-left: 0.03rem;
}

.content .detailBox .explain1 {
  color: #FFF2D4;
  margin: 0.2rem auto;
  font-size: 0.28rem;
  text-align: center;
}

.content .detailBox .btnBox {
  width: 4.95rem;
  margin: 0 auto;
  height: 1.04rem;
  font-weight: 600;
  color: #832210;
  font-size: 0.32rem;
  position: relative;
}

.content .detailBox .btnBox img {
  width: 100%;
  height: 100%;
}

.content .detailBox .btnBox div {
  top: 0;
  left: 0;
  width: 100%;
  height: 1.04rem;
  text-align: center;
  position: absolute;
  line-height: 0.9rem;
}

.content .detailBox .explain2 {
  font-size: 0.28rem;
  margin: 0.1rem auto;
}

.content .detailBox .explain3 {
  color: #FFCEC8;
  font-size: 0.24rem;
  margin: 0.1rem auto;
  text-align: center;
}

.content .detailBox .explain4 {
  color: #FFF2D4;
  font-size: 0.26rem;
  text-align: center;
}

.content .detailBox .explain4 span {
  text-decoration: underline;
}

.content .moreBox {
  position: relative;
}

.content .moreBox .moreBgImg {
  display: block;
  width: 6.82rem;
  height: 2.77rem;
  margin: 0.33rem auto 0;
}

.content .moreBox .moreGiftBox {
  left: 0;
  right: 0;
  top: 0.7rem;
  width: 6rem;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}

.content .moreBox .moreGiftBox .moreGiftItem {
  display: flex;
  border-radius: 0.1rem;
  flex-direction: column;
}

.content .moreBox .moreGiftBox .moreGiftItem .imgBox {
  width: 1.42rem;
  height: 1.42rem;
  background: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
}

.content .moreBox .moreGiftBox .moreGiftItem .imgBox img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: 10% auto;
}

.content .moreBox .moreGiftBox .moreGiftItem .txt {
  width: 1.42rem;
  height: 0.48rem;
  color: #58111C;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.48rem;
  background: #F9E2D3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-radius: 0 0 0.1rem 0.1rem;
}
