/*
* 活动用 变量
*/
.time-platform-view {
  background: -webkit-gradient(linear, left top, left bottom, from(#6600a4), to(rgba(68, 5, 105, 0.62)));
  background: linear-gradient(180deg, #6600a4 0%, rgba(68, 5, 105, 0.62) 100%);
}
.time-platform-view div {
  height: 1.333333rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.time-platform-view div:nth-child(1) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAr0AAAACAgMAAAAoSYzCAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURVijLKLdS33BOzBRmTAAAAADdFJOU0FBQWOXLGsAAAAkSURBVBjTY2AgHzAtWkUWWBlKPnCgxL0KXGS5d9msNDAgz8EAuelx3MxAdPQAAAAASUVORK5CYII=);
  background-size: 100% 0.053333rem;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.053333rem;
}
.time-platform-view div p {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.32rem;
}
.time-platform-view div p span:nth-child(2) {
  font-size: 0.373333rem;
  font-weight: 600;
}
/*
* 活动用 变量
*/
.instructions-view {
  background: #6b1e9c;
  padding: 0.4rem 0.453333rem;
  border-radius: 0.213333rem;
}
.instructions-view .item-view {
  text-align: left;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.64rem;
}
/*
* 活动用 变量
*/
.bonus-view {
  background: transparent;
  color: #fff;
}
.bonus-view .cumulative-view {
  font-size: 0.373333rem;
  padding: 0.4rem 0;
  text-align: left;
}
.bonus-view .project-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.56rem;
  border-radius: 0.213333rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.bonus-view .project-view::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.426667rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #7a1ab7;
}
.bonus-view .project-view > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bonus-view .project-view > div > p {
  height: 2.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #6b1e9c;
  line-height: 2.133333rem;
}
.bonus-view .project-view > div > p > span {
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.32rem;
}
.bonus-view .project-view > div > p > span:nth-child(1) {
  font-size: 0.373333rem;
}
.bonus-view .project-view > div > p > i {
  width: 1.653333rem;
  height: 0.586667rem;
  background: #fff;
  color: #7a1ab7;
  font-size: 0.373333rem;
  font-weight: 600;
  line-height: 0.586667rem;
  border-radius: 0.106667rem;
}
.bonus-view .project-view > div > p:nth-child(2) {
  position: relative;
}
.bonus-view .project-view > div > p:nth-child(2)::after,
.bonus-view .project-view > div > p:nth-child(2)::before {
  position: absolute;
  content: '';
  display: block;
  width: 0.026667rem;
  height: 0.986667rem;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bonus-view .project-view > div > p:nth-child(2)::after {
  right: 0;
}
.bonus-view .project-view > div > p:nth-child(2)::before {
  left: 0;
}
/*
* 活动用 变量
*/
.statistical-view {
  margin: 0.4rem 0;
}
.statistical-view table {
  width: 100%;
  height: auto;
  table-layout: fixed;
  border-radius: 0.16rem;
  overflow: hidden;
}
.statistical-view table thead {
  background: #7a1ab7;
  color: #fff;
  font-weight: 500;
}
.statistical-view table thead th {
  height: 1.066667rem;
  line-height: 1.066667rem;
  border-right: 0.013333rem solid rgba(255, 255, 255, 0.2);
}
.statistical-view table thead th:last-child {
  border-right: none;
}
.statistical-view table tbody {
  background: #7a1ab7;
  color: #fff;
}
.statistical-view table tbody tr {
  color: #fff;
}
.statistical-view table tbody tr:nth-child(2n-1) {
  background: #6b1e9c;
}
.statistical-view table tbody tr:nth-child(2n) {
  background: rgba(122, 26, 183, 0.5);
}
.statistical-view table tbody tr td {
  height: 1.066667rem;
  line-height: 1.066667rem;
  border-right: 0.013333rem solid rgba(255, 255, 255, 0.2);
}
.statistical-view table tbody tr td:last-child {
  border-right: none;
}
/*
* 活动用 变量
*/
.immortal-view {
  width: 100vw;
  min-height: 100vh;
  background-image: url(../img/bg.1b1cb7ff.jpg);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.immortal-view .content-view {
  padding: 10.88rem 0.346667rem 1.333333rem 0.346667rem;
}
