.double-eleven-container {
  width: 15rem;
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: 2rem;
  background-color: #F95D5A;
}

.double-eleven-container .head-img {
  width: 15rem;
  height: 6.48rem;
}

.double-eleven-container .tips-img {
  width: 12.96rem;
  height: 4.38rem;
  margin: .5rem auto;
  display: block;
}

.double-eleven-container .rule-title {
  width: 8.2rem;
  height: 1.4rem;
  display: flex;
  margin: .88rem auto .5rem;
}

.double-eleven-container .active-box {
  width: 14.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.double-eleven-container .active-box img {
  width: 3.34rem;
  height: 2rem;
}

.double-eleven-container .list-box-title {
  text-align: center;
  margin: .8rem auto 0;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  box-sizing: border-box;
  padding: .28rem .5rem;
  border: .08rem solid #FFF1DA;
  border-radius: 10rem;
  background-color: #ED1B49;
  font-size: .6rem;
  font-weight: bold;
  color: #FFE6A6;
}

.double-eleven-container .list-box {
  border-radius: .2rem;
  margin: .5rem auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 .4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.double-eleven-container .list-box .item-box {
  margin-bottom: .6rem;
  width: 6.9rem;
  position: relative;
  border-radius: .4rem;
  background-color: #FFEBEB;
}

.double-eleven-container .list-box .item-box .left-top {
  width: 3.64rem;
  height: .9rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../image/left-top-imagedq.png);
}

.double-eleven-container .list-box .item-box .left-top span {
  width: 1.6rem;
  font-size: .4rem;
  color: #fff;
}

.double-eleven-container .list-box .item-box .right-top {
  line-height: 1;
  width: 1.42rem;
  height: 1.42rem;
  position: absolute;
  top: 0;
  right: .2rem;
  padding: .15rem 0;
  text-align: center;
  box-sizing: border-box;
  color: #FEF1DA;
  font-size: .4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../image/right-top-image.png);
}

.double-eleven-container .list-box .item-box .right-top i {
  margin: 0;
  font-size: .64rem;
}

.double-eleven-container .list-box .item-box .book-img {
  margin: .2rem auto;
  width: 6.1rem;
  height: 6.1rem;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: .2rem;
  background-color: #fff;
}

.double-eleven-container .list-box .item-box .book-img img {
  height: inherit;
  width: auto;
  display: block;
}

.double-eleven-container .list-box .item-box .book-title {
  width: 100%;
  height: .6rem;
  line-height: 1;
  margin: .2rem 0;
  color: #333;
  text-align: center;
  font-size: .56rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.double-eleven-container .list-box .item-box .text-desc {
  text-align: center;
  line-height: 1;
  height: .68rem;
  margin: .4rem auto 0;
}

.double-eleven-container .list-box .item-box .text-desc span {
  color: #F30C3C;
  font-size: .4rem;
  border-radius: .12rem;
  padding: .16rem .28rem;
  background-color: rgba(237, 26, 71, 0.2);
}

.double-eleven-container .list-box .item-box .text-desc span:nth-of-type(2n) {
  margin-left: .12rem;
}

.double-eleven-container .list-box .item-box .price1 {
  margin: .2rem auto;
  text-align: center;
  color: #999;
  font-size: .4rem;
  font-weight: 400;
  text-decoration: line-through;
}

.double-eleven-container .list-box .item-box .book-foot {
  width: 5.2rem;
  height: .92rem;
  border: 1px solid #ED1A47;
  border-radius: .46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto .26rem;
}

.double-eleven-container .list-box .item-box .book-foot span {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.double-eleven-container .list-box .item-box .book-foot span:nth-of-type(1) {
  font-size: .44rem;
  color: #F30C3C;
  box-sizing: border-box;
  padding: 0 0 0 .2rem;
  font-weight: 500;
}

.double-eleven-container .list-box .item-box .book-foot span:nth-of-type(2) {
  width: 3.2rem;
  height: .92rem;
  color: #fff;
  font-size: .4rem;
  background: #F30C3C;
  border-radius: .46rem;
  align-items: baseline;
  box-sizing: border-box;
  line-height: .92rem;
}

.double-eleven-container .list-box .item-box .book-foot span:nth-of-type(2) i {
  font-size: .6rem;
  font-weight: bold;
}
