* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

#SecondKfillActivity {
  background: #f7f7f7;
  min-height: 100vh;
  font-family: Source Han sans-serif;
  padding-bottom: 30px;
}

#SecondKfillActivity .myselect {
  color: #ee7435;
}

#SecondKfillActivity .banner {
  width: 100%;
}

#SecondKfillActivity .banner > img {
  display: block;
  width: 100%;
}

#SecondKfillActivity .activityBox {
  width: 1200px;
  margin: 0 auto;
}

#SecondKfillActivity .activityBox .boxBut {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 25px 0;
}

#SecondKfillActivity .activityBox .boxBut > div {
  display: flex;
  align-items: center;
  margin-left: 29px;
  cursor: pointer;
}

#SecondKfillActivity .activityBox .boxBut .rule::before,
#SecondKfillActivity .activityBox .boxBut .my::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

#SecondKfillActivity .activityBox .boxBut .rule:hover,
#SecondKfillActivity .activityBox .boxBut .my:hover {
  color: #ff506b;
}

#SecondKfillActivity .activityBox .boxBut .rule::before {
  background: url("../img/rule.png") no-repeat;
  background-size: 100% 100%;
}

#SecondKfillActivity .activityBox .boxBut .my::before {
  background: url("../img/myqg.png") no-repeat;
  background-size: 100% 100%;
}

#SecondKfillActivity .activityBox .selectList {
  margin-top: 30px;
  /* border-bottom: 4px solid #EE7435; */
  /* height: 84px; */
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

#SecondKfillActivity .activityBox .selectList .left {
  display: flex;
  align-items: center;
  height: 100%;
  /* padding-left: 10px; */
}

#SecondKfillActivity .activityBox .selectList .left > div {
  text-align: center;
}

#SecondKfillActivity .activityBox .selectList .left .but {
  width: 38px;
  height: 80px;
  /* transform: skewX(-15deg); */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 12px;
}

#SecondKfillActivity .activityBox .selectList .left .but:hover {
  border: 2px solid #ee7435;
}

#SecondKfillActivity .activityBox .selectList .left .but::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  /* transform: skewX(15deg); */
  background: url("../img/switch2.png") no-repeat;
  background-size: 100%;
}

#SecondKfillActivity .activityBox .selectList .left .but:nth-of-type(2):before {
  transform: rotate(180deg);
}

#SecondKfillActivity .activityBox .selectList .left .not::before {
  background: url("../img/switch1.png") no-repeat;
  background-size: 100%;
}

#SecondKfillActivity .activityBox .selectList .left .list {
  /* margin-left: 6px; */
  margin-right: 6px;
  display: -webkit-box;
  width: 1100px;
  overflow: hidden;
}

#SecondKfillActivity .activityBox .selectList .left .list .box {
  display: inline-flex;
}

#SecondKfillActivity .activityBox .selectList .left .list .item {
  width: 180px;
  margin-right: 20px;
  padding-top: 4px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

#SecondKfillActivity .activityBox .selectList .left .list .item .itemTitle {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 30px;
  color: #999999;
}

#SecondKfillActivity .activityBox .selectList .left .list .curTime .itemTitle {
  color: #fff !important;
}
#SecondKfillActivity .activityBox .selectList .left .list .item .curTit {
  color: #ef732f;
}

#SecondKfillActivity .activityBox .selectList .left .list .curTime .curTit {
  color: #fff !important;
}
#SecondKfillActivity .activityBox .selectList .left .list .item .titNot {
  color: #666666;
}

#SecondKfillActivity .activityBox .selectList .left .list .curTime .titNot {
  color: #fff !important;
}
#SecondKfillActivity .activityBox .selectList .left .list .item .itemTimes {
  padding: 8px 0;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}

#SecondKfillActivity .activityBox .selectList .left .list .curTime .itemTimes {
  color: #fff !important;
}
#SecondKfillActivity .activityBox .selectList .left .list .item .curClock {
  width: 80px;
  height: 24px;
  margin: 0 auto;
  margin-top: 8px;
  padding: 0;
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background: #ef732f;
  border-radius: 2px;
}
#SecondKfillActivity .activityBox .selectList .left .list .item:last-child {
  margin: 0;
}

#SecondKfillActivity .activityBox .selectList .left .list .startTime {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffdfcb;
  color: #ee7435;
}
#SecondKfillActivity .activityBox .selectList .left .list .curTime {
  background: linear-gradient(134deg, #e17126 0%, #ffdac1 99%) !important;
  box-shadow: 0px 4px 10px 0px rgba(15, 179, 255, 0.22) !important;
  border-radius: 20px 20px 20px 20px !important;
  border: 1px solid #ffffff !important;
  color: #fff !important;
}

#SecondKfillActivity .activityBox .selectList .left .list .timeOver {
  background: rgba(209, 209, 209, 0.5);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #c5c5c5;
}

#SecondKfillActivity .activityBox .selectList .left .list .timeNot {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffdfcb;
}
/* 
#SecondKfillActivity .activityBox .selectList .left .list .item > div {
  transform: skewX(15deg);
}

#SecondKfillActivity .activityBox .selectList .left .list .item > div > p {
  font-size: 18px;
  font-family: Agency FB;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
}

#SecondKfillActivity .activityBox .selectList .left .list .item > div > .one,
#SecondKfillActivity .activityBox .selectList .left .list .item > div .three {
  height: 22px;
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  padding: 0 7px;
}

#SecondKfillActivity .activityBox .selectList .left .list .item > div .two {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #EE7435;
  padding: 0 7px;
  background: #EE743510;
} */

#SecondKfillActivity .activityBox .selectList .left .list .item:last-child {
  margin-right: 0px;
}

#SecondKfillActivity
  .activityBox
  .selectList
  .left
  .list
  .conduct
  > div
  > .one {
  color: #ee7435 !important;
  background: #00000010;
}

/* #SecondKfillActivity .activityBox .selectList .left .list .item:hover {
  background: #EE7435;
} */
/* #SecondKfillActivity .activityBox .selectList .left .list .item:hover {
  border: 2px solid #EE7435;
} */

#SecondKfillActivity .activityBox .selectList .left .list .conduct > div > p {
  color: #ee7435 !important;
}

#SecondKfillActivity .activityBox .selectList .left .list .selectitem {
  background: #ee7435;
}

#SecondKfillActivity .activityBox .selectList .left .list .selectitem > div p {
  color: #fff !important;
}

#SecondKfillActivity
  .activityBox
  .selectList
  .left
  .list
  .selectitem
  > div
  .one {
  color: #fff !important;
}

#SecondKfillActivity
  .activityBox
  .selectList
  .left
  .list
  .selectitem
  > div
  .two {
  color: #fff;
  background: #ffffff10;
}

#SecondKfillActivity
  .activityBox
  .selectList
  .left
  .list
  .selectitem
  > div
  .three {
  color: #fff !important;
  background: #ffffff10 !important;
}

/* #SecondKfillActivity .activityBox .selectList .left .list .item:hover>div p {
  color: #fff !important;
}

#SecondKfillActivity .activityBox .selectList .left .list .item:hover>div .one {
  color: #fff !important;
}

#SecondKfillActivity .activityBox .selectList .left .list .item:hover>div .two {
  color: #fff;
  background: #FFFFFF10;
}

#SecondKfillActivity .activityBox .selectList .left .list .item:hover>div .three {
  color: #fff !important;
  background: #FFFFFF10 !important;
} */

#SecondKfillActivity .activityBox .selectList .left .list .end {
  color: #dddddd;
}

#SecondKfillActivity .activityBox .selectList .left .list .end > div > p {
  color: #dddddd;
}

#SecondKfillActivity .activityBox .selectList .left .list .conduct {
  color: #ee7435 !important;
}

#SecondKfillActivity
  .activityBox
  .selectList
  .left
  .list
  .conduct
  > div
  > .three {
  color: #ee7435 !important;
  background: #00000010;
}

#SecondKfillActivity .activityBox .selectList .left .list .end > div .three {
  color: #dddddd !important;
  background: none !important;
}

#SecondKfillActivity .activityBox .selectList .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 80px;
  background: #fff;
  background: url("../img/newPeople3.png?1.1") no-repeat;
  background-size: 100% 100%;
  /* cursor: pointer; */
}

#SecondKfillActivity .activityBox .selectList .current {
  background: url("../img/newPeople1.png") no-repeat;
  background-size: 100% 100%;
}

#SecondKfillActivity .activityBox .dataList {
  width: 1200px;
  padding: 20px 28px;
  background: #fff;
  min-height: 1000px;
}

#SecondKfillActivity .activityBox .dataList > .item {
  position: relative;
  width: 1144px;
  height: 235px;
  display: flex;
  margin-bottom: 20px;
  padding: 24px 51px 24px 24px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #fff5de 100%);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ffcdb3;
  overflow: hidden;
}

#SecondKfillActivity .activityBox .dataList > .item .itemBgi {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  height: 169px;
  opacity: 0.1;
}

#SecondKfillActivity .activityBox .dataList > .item > .left {
  position: relative;
  width: 245px;
  height: 187px;
  background: skyblue;
  border-radius: 8px;
}
#SecondKfillActivity .activityBox .dataList > .item > .left .toRightTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 83px;
}

#SecondKfillActivity .activityBox .dataList > .item > .left > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#SecondKfillActivity .activityBox .dataList > .item > .tag {
  position: relative;
}

#SecondKfillActivity .activityBox .dataList > .item > .tag::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../img/tips1.png") no-repeat;
  background-size: 100% 100%;
}

#SecondKfillActivity .activityBox .dataList > .item > .right {
  margin-left: 21px;
}

#SecondKfillActivity .activityBox .dataList > .item > .right > h3 {
  margin-top: 2px;
  display: flex;
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

#SecondKfillActivity .activityBox .dataList > .item > .right > h3 > span {
  display: block;
  margin-right: 10px;
  width: 39px;
  height: 24px;
  background: #ee7435;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .amount {
  margin-top: 12px;
  height: 17px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  align-items: center;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .amount .progress {
  width: 100px;
  height: 10px;
  background: #ffe1e1;
  border-radius: 10px;
  margin-right: 8px;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .amount
  .progress
  > div {
  position: relative;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(to left, #f96700 0%, rgba(249, 103, 0, 0) 100%);
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .amount
  .progress
  > div::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -5px;
  width: 19px;
  height: 23px;
  background: url("../img/fireIcon.png") no-repeat 100%/100%;
}
#SecondKfillActivity .activityBox .dataList > .item > .right .amount > span {
  color: #ee7435;
  margin-left: 6px;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .price {
  display: flex;
  margin-top: 57px;
  align-items: flex-end;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .price
  > p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #ff6a00;
  line-height: 25px;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .price .price1 {
  margin-bottom: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #999999;
  text-decoration: line-through !important;
}
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .price
  > p:nth-child(2) {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  text-decoration: line-through !important;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 800px;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but .btmLineInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo {
  position: relative;
  display: flex;
  width: 423px;
  height: 56px;
  padding-left: 20px;
  background: linear-gradient(270deg, #fff6e6 0%, #ffe4d0 100%);
  border-radius: 28px 28px 28px 28px;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo
  .btnNav,
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo
  .btnNavNot {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 56px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  background: linear-gradient(90deg, #ed753a 0%, #f76905 100%);
  border-radius: 29px 29px 29px 0px;
}
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo
  .btnNavNot {
  background: #999999;
}
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo
  .btnNav::after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 43px;
  height: 56px;
  background: url("../img/downBtn.png") no-repeat 100%/100%;
}
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo
  .btnNavNot::after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 43px;
  height: 56px;
  background: url("../img/downBtnNot.png") no-repeat 100%/100%;
}
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .btmLineInfo
  .leftInfo
  .mPrice {
  padding-top: 5px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #ff6a00;
}
#SecondKfillActivity .activityBox .dataList > .item > .right .but .success {
  width: 120px;
  height: 30px;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but > .left {
  display: flex;
  align-items: center;
}

[v-cloak] {
  display: none;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but > .left .a {
  display: block;
  text-decoration: none;
  width: 120px;
  height: 30px;
  background: #ee7435;
  opacity: 1;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but > .left .not {
  display: block;
  text-decoration: none;
  width: 120px;
  height: 30px;
  background: #f7f7f7;
  opacity: 1;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  > .left
  .text {
  margin-left: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 22px;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  > .left
  .text
  a {
  color: #ee7435;
  margin-left: 10px;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but .num {
  display: flex;
  margin-left: 20px;
  align-items: center;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .num
  > div:nth-child(1),
#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .num
  > div:nth-child(3) {
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but .num .not {
  color: #dddddd !important;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .num
  > div:nth-child(2) {
  width: 60px;
  height: 30px;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 0 9px;
  text-align: center;
  line-height: 30px;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but .num span {
  margin-left: 12px;
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  color: #666666;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

#SecondKfillActivity .activityBox .dataList > .item > .right .but .right > p {
  display: flex;
  align-items: center;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .right
  .but
  .right
  > p
  > span {
  width: 30px;
  height: 30px;
  background: #ee7435;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  display: block;
  margin: 0 6px;
}

#SecondKfillActivity .activityBox .dataList > .item > .detail {
  position: absolute;
  width: 380px;
  height: 235px;
  background: #ffffff;
  border: 1px solid #ee7435;
  border-left: 8px solid #ee7435;
  top: 0;
  right: -380px;
  padding: 12px 12px 8px;
  transition: all 0.3s ease;
}

#SecondKfillActivity .activityBox .dataList > .item > .detail > p {
  font-size: 18px;
  font-weight: bold;
  color: #ee7435;
}

#SecondKfillActivity .activityBox .dataList > .item > .detail > div {
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  margin-top: 20px;
  padding-bottom: 20px;
  height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .detail
  > div::-webkit-scrollbar {
  width: 6px;
  /* 滚动条宽度 */
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .detail
  > div::-webkit-scrollbar-track {
  background: #eeeeee;
  /* 滚动条背景颜色 */
}

#SecondKfillActivity
  .activityBox
  .dataList
  > .item
  > .detail
  > div::-webkit-scrollbar-thumb {
  background-color: #bbc3c4;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 可选的，设置滑块圆角 */
}

#SecondKfillActivity .activityBox .dataList .item:hover .detail {
  right: 0px;
}

#SecondKfillActivity .activityBox .dataList > .item:last-child {
  margin-bottom: 0px;
}

#SecondKfillActivity .activityBox .rules > .title {
  width: 100%;
  height: 69px;
  border-radius: 4px;
  background: #ee7435;
  padding-left: 52px;
  padding-right: 38px;
  display: flex;
  justify-content: space-between;
}

#SecondKfillActivity .activityBox .rules > .title > p:nth-of-type(1) {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 69px;
}

#SecondKfillActivity .activityBox .rules > .title > p:nth-of-type(2) {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 80px;
}

#SecondKfillActivity .activityBox .rules > .text {
  padding: 30px 52px 69px;
  background: #fff;
  min-height: 230px;
}

#SecondKfillActivity .activityBox .rules > .text > .process {
  float: right;
  width: 540px;
  height: 163px;
  padding-left: 40px;
  border-left: 1px solid #ee7435;
  margin-left: 40px;
}

#SecondKfillActivity .activityBox .rules > .text > .process > img {
  width: 490px;
  height: 163px;
}

#SecondKfillActivity .activityBox .rules > .text .T {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

#SecondKfillActivity .activityBox .rules > .text .T p {
  margin-bottom: 15px;
}

#SecondKfillActivity .tipBox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000010;
  z-index: -1000;
  transition: all 0.3s ease;
}

#SecondKfillActivity .tipBox .contentBox {
  width: 360px;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9d9d9d;
}

#SecondKfillActivity .tipBox .contentBox .title {
  width: 340px;
  height: 43px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
  color: #333333;
  border-bottom: 1px solid #ee7435;
  position: relative;
}

#SecondKfillActivity .tipBox .contentBox .title > img {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

#SecondKfillActivity .tipBox .contentBox p {
  margin-top: 10px;
}

#SecondKfillActivity .tipBox .contentBox p span {
  color: #ee7435;
}

#SecondKfillActivity .tipBox .contentBox .but {
  margin-top: 10px;
  width: 340px;
  height: 30px;
  background: #ee7435;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

#SecondKfillActivity .tipBox .contentBox .not {
  background: #f7f7f7;
  color: #dddddd;
}

#SecondKfillActivity .tipBox .contentBox .box2 .account {
  margin-top: 20px;
}

#SecondKfillActivity .tipBox .contentBox .box2 .account > img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

#SecondKfillActivity .tipBox .contentBox .box2 .account > p {
  margin-top: 10px;
}

#SecondKfillActivity .tipBox .contentBox .sorry {
  margin-top: 20px;
  border-top: 1px solid #ee7435;
  padding-top: 19px;
}

#SecondKfillActivity .tipBox .contentBox .sorry > p {
  line-height: 20px;
  border-left: 4px solid #ee7435;
  text-indent: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  margin-top: 0px;
}

#SecondKfillActivity .tipBox .contentBox .sorry > .list {
  padding: 20px 0;
}

#SecondKfillActivity .tipBox .contentBox .sorry > .list > div:nth-child(1) {
  margin-bottom: 10px;
}

#SecondKfillActivity .tipBox .contentBox .sorry > .list > div {
  display: flex;
  line-height: 20px;
  justify-content: space-between;
  font-size: 14px;
  height: 20px;
  font-weight: 400;
  color: #666666;
}

#SecondKfillActivity .tipBox .contentBox .sorry > .list > div > p {
  margin-top: 0px;
}

#SecondKfillActivity .tipBox .contentBox .sorry > .list > div > a {
  color: #ee7435;
}

#SecondKfillActivity .tipBox .contentBox .box6 .sorry {
  border: none !important;
  padding: 0 !important;
}

#SecondKfillActivity .tipshow {
  z-index: 10000;
}

#SecondKfillActivity .myTips {
  display: flex;
  width: 1144px;
  height: 40px;
  background: #ee743510;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

#SecondKfillActivity .myTips > div:nth-child(1) {
  font-size: 20px;
  font-family: Source Han sans-serif;
  font-weight: bold;
  color: #ee7435;
}

#SecondKfillActivity .myTips > div:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #ee7435;
}

#SecondKfillActivity .options {
  margin: 36px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
}

#SecondKfillActivity .options .option {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  transition: all 0.3s ease;
}

#SecondKfillActivity .options .option:nth-of-type(1) {
  width: 606px;
  height: 60px;
  background-image: url("/static/v2/img/seckillTag1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#SecondKfillActivity .options .option:nth-of-type(2) {
  width: 606px;
  height: 60px;
  background-image: url("/static/v2/img/seckillTag2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -26px;
}

#SecondKfillActivity .options .active1 {
  width: 613px !important;
  height: 80px !important;
  background-image: url("/static/v2/img/seckillTag3.png") !important;
  font-size: 24px;
  color: #ee7435;
}

#SecondKfillActivity .options .active1::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/static/v2/img/seckillIcon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

#SecondKfillActivity .options .active2 {
  width: 613px !important;
  height: 80px !important;
  background-image: url("/static/v2/img/seckillTag4.png") !important;
  font-size: 24px;
  color: #ee7435;
}

#SecondKfillActivity .options .active2::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/static/v2/img/seckillIcon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

#SecondKfillActivity .options .option {
  cursor: pointer;
}

#SecondKfillActivity .cradBox {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 52px;
}

#SecondKfillActivity .cradBox .card {
  padding: 10px 10px 13px 10px;
  width: 224px;
  height: 250px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

#SecondKfillActivity .cradBox .card::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 224px;
  height: 250px;
  background: url(/static/v2/img/borderImg.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}

#SecondKfillActivity .cradBox .card:hover {
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.16);
}

#SecondKfillActivity .cradBox .hot > img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#SecondKfillActivity .cradBox .limit > img {
  width: 100px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/* #SecondKfillActivity .cradBox .hot::after {
 display: block;
 content: "";
 width: 40px;
 height: 40px;
 background: url(../img/bg-pc1.jpg) no-repeat;
 background-size: 100%;
 position: absolute;
 top: 0px;
 right: 0px;

} */

#SecondKfillActivity .cradBox .card:nth-of-type(n + 2) {
  margin-left: 20px;
}

#SecondKfillActivity .cradBox .card:nth-of-type(5n + 6) {
  margin-left: 0px;
}

#SecondKfillActivity .cradBox .card:nth-of-type(n + 6) {
  margin-top: 20px;
}

#SecondKfillActivity .cradBox .card > img {
  width: 204px;
  height: 150px;
  border: 1px dashed #eeeeee;
}

#SecondKfillActivity .cradBox .card p {
  margin-top: 10px;
  text-align: center;
}

#SecondKfillActivity .cradBox .card p > span {
  color: #ee7435;
}

#SecondKfillActivity .cradBox .card p:nth-of-type(1) {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#SecondKfillActivity .cradBox .card p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 16px;
  color: #ee7435;
}

#SecondKfillActivity .cradBox .card:hover p:nth-of-type(2) {
  display: none;
}

#SecondKfillActivity .cradBox .card:hover p:nth-of-type(3) {
  display: none;
}

#SecondKfillActivity .cradBox .card p:nth-of-type(3) {
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #aaaaaa;
}

/* 
#SecondKfillActivity .cradBox .card .nowBtn {
    width: 100px;
    height: 36px;
    background: #EE7435;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    margin: 10px auto 0 auto;
}

#SecondKfillActivity .cradBox .card:hover .nowBtn {

    display: block;
} */
