@keyframes star {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rules {
  position: absolute;
  top: 1rem;
  right: 0.1rem;
  width: 0.6rem;
  z-index: 20;
}
.audioControls {
  top: 1.6rem;
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  right: 0.05rem;
  z-index: 100;
  background: url(../image/sprint/pause.png);
  background-size: 100% 100%;
}
@keyframes rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
._play {
  background: url(../image/sprint/play.png);
  background-size: 100% 100%;
  animation: rotate 2s linear infinite;
}
/* canvas */
#canvas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
/* 头部导航 */
.activity_box {
  position: relative;
  z-index: 5;
}
.activity_logo {
  width: 1.79rem;
  height: 0.65rem;
  background: url(../image/sprint/juzi.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
}
.activity_logo img {
  width: 1.18rem;
}
.activity_timer {
  color: #5C2101;
  font-size: 0.2rem;
  flex: 1;
  display: flex;
  padding: 0 0.24rem 0 0.13rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.activity_timer li p:first-child {
  font-size: 0.24rem;
}
.activity_timer .interval {
  width: 0.02rem;
  height: 0.63rem;
  opacity: 0.7;
  background: linear-gradient(to bottom, #FFA31C 0%, #FFD499 60%, #FF8400 90%);
}
.activity_timer .timer_active {
  color: #fff;
}
/* canvas */
#canvas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation: star 4s linear 0s infinite alternate;
}
.activity_content {
  font-size: 0.24rem;
}
.activity_content .cell {
  padding: 0 0.2rem;
  margin-bottom: 0.15rem;
}
.activity_content .img_cell {
  margin-bottom: 0.1rem;
}
.activity_content .max_cell {
  margin-bottom: 0.15rem;
}
.activity_content .seckill {
  background: #ef5a23;
  border-radius: 0.08rem;
}
.activity_content .seckill .seckill_tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.18rem 0.2rem 0.23rem;
}
.activity_content .seckill .seckill_tips .jdd-hot-bar {
  display: flex;
}
.activity_content .seckill .seckill_tips .jdd-hot-bar a {
  padding: 0 0.2rem;
  line-height: 0.64rem;
  background: url(../image/common/waitting.png);
  background-size: 100% 100%;
  text-align: center;
  color: #FFFAEA;
  font-size: 0.24rem;
}
.activity_content .seckill .seckill_tips .jdd-hot-bar a:first-child {
  margin-right: 0.2rem;
}
.activity_content .seckill .seckill_tips .seckill_title {
  font-size: 0.4rem;
  font-weight: 600;
  color: #FFFFFF;
}
.activity_content .seckill .seckill_tips .seckill_istime {
  color: #BD4303 !important;
  background: url(../image/common/istime.png) center center !important;
  background-size: 100% 100% !important;
}
.seckill_goods {
  display: flex;
  overflow-x: scroll;
}
.seckill_goods::-webkit-scrollbar {
  display: none;
}
.seckill_goods_view {
  display: none;
  padding: 0 0.16rem 0.16rem;
}
.seckill_goods_view a {
  margin-right: 0.08rem;
}
.seckill_goods_view a:last-child {
  margin: 0;
}
.seckill_goods_item {
  width: 1.88rem;
  padding: 0 0 0.07rem 0;
  height: 2.7rem;
  background: #fff;
  border-radius: 0.08rem;
}
.seckill_goods_item .seckill_goods_item_more {
  line-height: 2.7rem;
  text-align: center;
}
.seckill_goods_item .good_img {
  height: 1.45rem;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.seckill_goods_item .good_img p {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0.87rem;
  line-height: 0.29rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  background: #F58330;
  border-radius: 0px 0.12rem 0px 0px;
}
.seckill_goods_item .good_img img {
  max-height: 100%;
  max-width: 100%;
}
.seckill_goods_item .good_img .sale_off {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seckill_goods_item .good_message {
  margin-top: 0.17rem;
  padding: 0 0.08rem 0 0.12rem;
}
.seckill_goods_item .good_message .good_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seckill_goods_item .good_message .good_rob_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seckill_goods_item .good_message .good_rob_box img {
  width: 0.6rem;
}
.seckill_goods_item .good_message .good_rob_box .good_money {
  color: #E54816;
}
.seckill_goods_item .good_message .good_rob_box .good_money p:last-child {
  color: #333333;
  text-decoration: line-through;
}
.seckill_goods_item .good_message .good_rob_box .good_money p:first-child {
  font-size: 0.28rem;
}
.seckill_goods_item .good_message .good_rob_box .good_money span {
  font-size: 0.13rem;
  display: inline;
}
.activity_entry {
  display: flex;
  justify-content: space-between;
}
.activity_entry_2 a {
  width: 49.4%;
}
.activity_entry_2 a img {
  width: 100%;
}
.activity_entry_3 a {
  width: 32.3%;
}
.activity_entry_3 a img {
  width: 100%;
}
nav::-webkit-scrollbar {
  display: none;
}
nav {
  display: flex;
  overflow-x: scroll;
  background: #EE5629;
  z-index: 100000000;
  position: sticky;
  top: 0;
  color: #fff;
  font-size: 0.26rem;
}
nav ul {
  display: flex;
}
nav ul li {
  width: 1.96rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li img {
  display: none;
  width: 0.16rem;
  margin-right: 0.14rem;
}
nav ul .active_nav {
  width: 2.04rem;
  background: #fedfda;
  color: #CC3022;
  font-weight: bold;
}
nav ul .active_nav img {
  display: block !important;
}
.hot_goods {
  background: #fff;
  padding: 0.18rem;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.hot_goods .normal_goods_template {
  margin: 0 0.6%;
  margin-top: 0.12rem;
}
.normal_goods_template {
  width: 32%;
  font-size: 0.22rem;
  background: #fff;
  position: relative;
}
.normal_goods_template .mx_label {
  position: absolute;
  width: 50%;
  top: 0;
  line-height: 0.4rem;
  left: 0;
  text-align: center;
  color: #fff;
  background: #db0022;
}
.normal_goods_template .normal_goods_template_message {
  border: 0.02rem solid #E3E3E3;
  padding: 0.13rem 0.14rem 0.1rem;
}
.normal_goods_template .normal_goods_template_message_img {
  height: 1.89rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal_goods_template .normal_goods_template_message_img img {
  max-width: 100%;
  max-height: 100%;
}
.normal_goods_template .normal_goods_template_message_name {
  line-height: 0.24rem;
  height: 0.46rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.22rem 0 0.12rem 0;
}
.normal_goods_template .normal_goods_template_message_sales {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.34rem;
  color: #999999;
}
.normal_goods_template .normal_goods_template_message_sales p:first-child {
  color: #C6536C;
  font-weight: bold;
}
.normal_goods_template .normal_goods_template_message_sales p:last-child {
  text-decoration: line-through;
}
.normal_goods_template .normal_goods_template_money {
  color: #fff;
  text-align: center;
  background: #EE5629;
  line-height: 0.45rem;
}
.interestFree {
  padding: 0.08rem;
  background: #ff431c;
  display: flex;
  border-radius: 0.08rem;
}
.interestFree .interestFree_title {
  flex: 6;
  font-size: 0.37rem;
  color: #FFFFFF;
  margin-right: 0.05rem;
  text-align: center;
  padding-top: 0.3rem;
}
.interestFree .interestFree_list {
  display: flex;
  justify-content: space-between;
  flex: 13;
}
.interestFree .interestFree_list .interestFree_item {
  width: 1.51rem;
  height: 1.78rem;
  background: #FFFFFF;
  border: 0.06rem solid #FFFFFF;
  border-radius: 0.04rem;
}
.rule {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rule .rule_content {
  padding: 0.6rem 1.3rem;
  color: #fff;
  font-size: 0.22rem;
  width: 6.5rem;
  height: 7rem;
  background: url(../image/common/rule_content.png) no-repeat center center;
  background-size: 110% 100%;
}
.rule .rule_content div {
  height: 5rem;
  overflow-y: scroll;
}
.rule .rule_content p {
  font-size: 0.32rem;
  margin-bottom: 0.37rem;
  text-align: center;
  position: relative;
}
.rule .rule_content p::before,
.rule .rule_content p::after {
  content: " ";
  position: absolute;
  width: 0.3rem;
  height: 0.13rem;
  background: url(../image/common/pao.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}
.rule .rule_content p::before {
  left: 0.85rem;
}
.rule .rule_content p::after {
  right: 0.85rem;
  transform: translateY(-50%) rotateZ(180deg);
}
.venue {
  background: #fff;
  min-height: 6.63rem;
  overflow: hidden;
  padding: 0.14rem 0.2rem;
  border-radius: 0.4rem 0.1rem 0.1rem 0.1rem;
  position: relative;
}
.venue .venue_entry {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.72rem;
  z-index: 0;
}
.venue ul {
  position: relative;
  z-index: 11;
}
.venue ul li {
  margin: 0 0.6% 0.12rem 0.6%;
  float: left;
}
.venue ul .normal_goods_template_message_name {
  margin: 0.12rem 0 0.05rem 0;
}
.venue ul .normal_goods_template_message {
  padding-bottom: 0;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.venue ul .normal_goods_template_message_img {
  height: 1.6rem;
}
.scrollTop {
  position: fixed;
  z-index: 10000000000;
  bottom: 1rem;
  background: url(../image/common/top.png);
  background-size: 100% 100%;
  right: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}
.queenBox {
  max-width: 750px !important;
}
