@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  background: url("../../images/doubleTwelve/bg.png") no-repeat;
  background-size: 100%;
  background-color: #430b9e;
}

.watchrule {
  width: 4.5rem;
  height: 1.5rem;
  color: #4308BC;
  font-weight: 600;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  right: 0;
  line-height: 1.5rem;
  font-size: 0.9rem;
  text-align: center;
  border-top-left-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
}

.myCard {
  width: 4.5rem;
  height: 1.5rem;
  color: #4308BC;
  font-weight: 600;
  background-color: #fff;
  position: absolute;
  top: 4.5rem;
  right: 0;
  line-height: 1.5rem;
  font-size: 0.9rem;
  text-align: center;
  border-top-left-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
}

.secNumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: -7.5rem;
}

.secNumber .buyMore {
  position: absolute;
  right: 18%;
  top: 36%;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.4375rem;
  background-color: #DF29BF;
  width: 19%;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
}

.secNumber .num {
  background: url("../../images/doubleTwelve/numBg.png") no-repeat;
  background-size: 100%;
  width: 4.5rem;
  height: 3rem;
  position: absolute;
  left: 9.5rem;
  top: 4.5rem;
  color: #fff;
  text-align: center;
}

.sections {
  padding: 0rem 0.2rem;
}

.sections .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

.sections .content {
  background: url("../../images/doubleTwelve/areaOfSeckill/kuang.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 2rem 0.9rem;
  box-sizing: border-box;
  overflow: hidden;
}

.sections .content li {
  float: left;
  width: 49%;
  margin-top: 0.6rem;
}

.sections .content li:nth-of-type(odd) {
  margin-right: 2%;
}

.sections .content .countdown_one {
  text-align: center;
}

.sections .content .countdown_one .times {
  display: inline-block;
  font-size: 0.8rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #4107B6;
  background-color: #fff;
  border-radius: 50%;
  border: 0.05rem solid #E62ABF;
}

.sections .content .content_left {
  float: left;
  width: 43%;
}

.sections .content .content1 {
  overflow: hidden;
  padding: 1rem 0;
}

.sections .content .content1 li {
  float: left;
  width: 49%;
  margin-top: 0.6rem;
}

.sections .content .content1 li:nth-of-type(odd) {
  margin-right: 2%;
}

.sections .content .crTitleBule {
  color: #4300AB;
  font-size: 1rem;
  text-align: center;
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sections .content .crTitleGray {
  color: #B2B2B2;
  font-size: 1rem;
  text-align: center;
  height: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sections .content .priceBlue {
  margin: 0;
  color: #4300AB;
  font-size: 0.8rem;
  text-decoration: line-through;
}

.sections .content .priceGray {
  margin: 0;
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #B2B2B2;
}

.sections .content .secPriceBlue {
  margin: 0;
  color: #4300AB;
  font-size: 0.8rem;
}

.sections .content .secPriceGray {
  margin: 0;
  font-size: 0.8rem;
  color: #B2B2B2;
}

.sections .content .containBule {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 5rem;
  height: 1.4rem;
  background-color: #fff;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 1.5rem;
  border: 0.05rem solid #E62ABF;
  color: #4300AB;
  font-size: 0.8rem;
  position: relative;
  -webkit-box-shadow: #666 0 0 0.2rem inset;
}

.sections .content .containGray {
  display: inline-block;
  width: 5rem;
  height: 1.4rem;
  background-color: #fff;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 0.8rem;
  position: relative;
  -webkit-box-shadow: #666 0 0 0.2rem inset;
  border: 0.05rem solid #B2B2B2;
  color: #B2B2B2;
  font-size: 0.5rem;
}

.sections .content .rightBule {
  display: inline-block;
  margin-left: 0.2rem;
  width: 4.5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background: -webkit-linear-gradient(right, #DC29BE, #6A1AB6);
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  float: right;
}

.sections .content .rightGray {
  display: inline-block;
  margin-left: 0.2rem;
  width: 4.5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background: #B2B2B2;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  float: right;
}

.sections .content .rightWatch {
  display: inline-block;
  margin-left: 0.2rem;
  width: 4.5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background: #6A0CDA;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  float: right;
}

.sections .content .remindMe {
  display: inline-block;
  margin-left: 0.2rem;
  width: 4.5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background-color: #E62ABF;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  float: right;
}

.remainAnimationcount {
  border-radius: 1.5rem;
  font-size: 0.8rem;
  height: 1.4rem;
  line-height: 1.4rem;
  float: left;
  border: 0.1rem solid #E631C1;
  text-align: center;
  color: #6A0CDA;
  width: 4.5rem;
  overflow: hidden;
}

.remainAnimationcountGray {
  border-radius: 1.5rem;
  font-size: 0.8rem;
  height: 1.4rem;
  line-height: 1.4rem;
  float: left;
  width: 4.5rem;
  background-color: #fff;
  border: 0.1rem solid #B2B2B2;
  text-align: center;
  color: #B2B2B2;
  overflow: hidden;
}

.luckPeople {
  border-radius: 1.5rem;
  font-size: 0.8rem;
  height: 1.4rem;
  line-height: 1.4rem;
  float: left;
  width: 4.5rem;
  background: -webkit-linear-gradient(right, #DC29BE, #6A1AB6);
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.remainAnimation {
  border-radius: 1.5rem;
  background-color: #f5aae5;
  position: absolute;
  left: 0;
  height: 1.4rem;
  top: 0;
}

/*实现元素宽度的过渡动画效果*/

@-webkit-keyframes move {
  0% {
    width: 0;
  }

  100% {
    width: 150%;
  }
}

@keyframes move {
  0% {
    width: 0;
  }

  100% {
    width: 150%;
  }
}

.icon {
  background: url("../../images/doubleTwelve/huzi.png") no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.secPre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mainContent {
  background: url("../../images/doubleTwelve/prizeBg1.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: 0.2rem;
  padding: 2rem 1.4rem;
  box-sizing: border-box;
}

.mainContent .title {
  margin: 1rem 2.5rem 0;
}

.mainContent .title .remainMe {
  color: #fff;
  background-color: #DF29BF;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
}

.mainContent .content {
  overflow: hidden;
  padding: 1rem 0;
}

.mainContent .content li {
  float: left;
  width: 49%;
  margin-top: 0.6rem;
}

.mainContent .content li:nth-of-type(odd) {
  margin-right: 2%;
}

.notice {
  background: url("../../images/doubleTwelve/tan.png") no-repeat;
  background-size: 100% 100%;
  width: 90%;
  margin: 35% auto 0;
  color: #000;
  padding: 0 1rem;
  height: 19rem;
  position: relative;
}

.notice .btn1 {
  width: 40%;
  float: left;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 0.1rem solid #6118B5;
  background-color: #DF29BF;
  color: #fff;
  border-radius: 0.5rem;
}

.notice .btn2 {
  width: 40%;
  float: right;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 0.1rem solid #6118B5;
  background-color: #DF29BF;
  color: #fff;
  border-radius: 0.5rem;
}

.luckTan {
  background: url("../../images/doubleEleven/seckillspecial/luckBg.png") no-repeat;
  background-size: 100% 100%;
  width: 83%;
  margin: 15% auto 0;
  color: #fff;
  height: 27rem;
}

.bodyFixd {
  position: fixed;
}

.moSecKillCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.moreSecKillCard {
  text-align: center;
  background: url("../../images/doubleTwelve/btn.png") no-repeat;
  background-size: 100% 100%;
  width: 90%;
  color: #fff;
}

.bodyFixd {
  position: fixed;
}