/*
* 活动用 变量
*/
.activity-rebate-time-view {
  width: 9.333333rem;
  height: 2.666667rem;
  margin: -55% auto 0.426667rem auto;
  background-image: url(../img/info_bg.475c6f25.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.activity-rebate-time-view .activity-time-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.activity-rebate-time-view .activity-time-item .title {
  font-weight: 600;
  font-size: 0.426667rem;
  color: #ffce86;
}
.activity-rebate-time-view .activity-time-item .text {
  font-weight: 400;
  font-size: 0.32rem;
  color: #fff;
}
.activity-rebate-time-view .activity-time-item .last-text {
  width: 1.866667rem;
  margin: 0 auto;
}
.activity-rebate-time-view .activity-time-item .text-none {
  height: 0.48rem;
}
.activity-rebate-time-view .activity-time-item::after {
  content: '';
  width: 0.026667rem;
  height: 1.066667rem;
  background: #ffce86;
  position: absolute;
  right: 0;
  top: 0.24rem;
}
.activity-rebate-time-view .activity-time-item:last-child::after {
  content: none;
}
/*
* 活动用 变量
*/
.project-platform-view .content-view:first-child {
  margin: 0 auto;
}
.project-platform-view .content-view {
  width: 9.333333rem;
  position: relative;
  margin: 0.32rem auto 0 auto;
}
.project-platform-view .content-view > div {
  margin: 0;
}
.project-platform-view .content-view > div .content-view-title {
  width: 9.333333rem;
  font-size: 0.373333rem;
  font-weight: 400;
  height: 0.853333rem;
  color: #0c0e42;
  line-height: 0.853333rem;
  text-align: center;
  background: linear-gradient(351.81deg, #d9d9d9 18.98%, #ffffff 93.05%);
  border-radius: 0.16rem 0.16rem 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.project-platform-view .content-view > div .content-view-title > span:last-child {
  font-size: 0.373333rem;
  margin-left: 0.213333rem;
}
.project-platform-view .content-view > div .table {
  width: 9.333333rem;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.project-platform-view .content-view > div .table table {
  width: 100%;
  table-layout: fixed;
}
.project-platform-view .content-view > div .table table thead {
  background: #25379b;
}
.project-platform-view .content-view > div .table table tbody {
  background: #171a55;
}
.project-platform-view .content-view > div .table table th,
.project-platform-view .content-view > div .table table td {
  width: 2.133333rem;
  font-size: 0.373333rem;
  padding: 0.266667rem 0;
  color: #fff;
  text-align: center;
}
.project-platform-view .content-view > div .table table .valid-bet-title,
.project-platform-view .content-view > div .table table .rebate-ratio-title {
  width: 2.666667rem;
  min-width: 2.666667rem;
}
.project-platform-view .content-view > div .table::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
/*
* 活动用 变量
*/
.instructions-view {
  padding: 0 0.533333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.533333rem;
}
.instructions-view .instructions-title {
  background: linear-gradient(351.81deg, #e5e5e5 18.98%, #ffffff 93.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0.266667rem;
  font-family: HYYakuHei;
  font-size: 0.533333rem;
  font-weight: 900;
  line-height: 0.533333rem;
  text-align: center;
}
.instructions-view > dl dd {
  font-size: 0.373333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.133333rem;
}
.instructions-view > dl dd > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: left;
  line-height: 0.64rem;
}
/*
* 活动用 变量
*/
.platform-view {
  min-height: 100vh;
  background-color: #0b0b1e;
  padding-bottom: 1.066667rem;
  overflow: hidden;
}
.platform-view-banner img {
  width: 100%;
  display: block;
}
