body {
  background-color: #161f26;
}
.vr-container {
  background-repeat: no-repeat;
  background-size: contain;
}
.main-container {
  width: 1220px;
  margin: 0 auto;
}
.yellow {
  color: #ffff33;
}
.bg-coins-img {
  position: absolute;
  margin-left: -125px;
  margin-top: -60px;
  pointer-events: none;
}
/*.main-box {
    margin-top: 22px;
}*/
.flash-sale {
  padding: 35px 0px 5px 0px;
}
.flash-sale .games {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}
.flash-sale .games li {
  position: relative;
  border-radius: 100px;
  width: 220px;
  height: 80px;
  text-align: center;
  overflow: hidden;
  margin: 0 20px;
  border: 2px solid currentColor;
  color: #2881fc;
  cursor: pointer;
}
.flash-sale .games li a {
  color: inherit;
}
.flash-sale .games li b {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  background-color: rgba(0, 0, 0, .8);
}
.flash-sale .games li[active] {
  color: #fff;
  transform: scale(1.2);
}
.flash-sale .games li[active] b {
  background-color: rgba(0, 0, 0, .5);
}
.flash-sale .games li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flash-title, .article-title {
  font-family: Arial-BoldMT;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-left: -40px;
}
/*.start-time{
    font-size: 20px;
    color: #fe0000;
    margin-left: 10px;
}*/
.flash-sale .countdown {
  text-align: center;
  font-size: 28px;
  padding-bottom: 30px;
  margin-left: -15px;
  color: #ffff33;
}
.countdown ul {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 100px;
  padding: 4px 10px;
}
.countdown ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
.countdown ul li span {
  padding: 0 20px;
}
.countdown ul li p {
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 1;
}
.countdown ul li:not(:first-child) span:before {
  content: ':';
  position: absolute;
  left: 0;
}
.countdown .day {
  color: #999;
}
.flash-content {
  width: 100%;
  height: auto;
  min-height: 400px;
  background: url("../images/activity/fs_off.png?002") no-repeat;
  position: relative;
  display: flex;
}
.flash-content-left {
  width: 540px;
  position: relative;
}
.flash-content-left .off {
  position: absolute;
  left: 190px;
  top: 236px;
  font-size: 28px;
  color: #fc6503;
}
.flash-content-right {
  padding-top: 30px;
  position: relative;
  flex: 1;
}
.stock b {
  font-size: 30px;
}
.select-platform {
  padding: 26px 20px 25px 0px;
}
.select-platform select {
  min-width: 200px;
  height: 30px;
  margin-left: 10px;
  text-transform: uppercase;
}
.platform-group .active {
  cursor: pointer;
  background-color: #fefefe;
}
.platform-group {
  width: max-content;
}
.platform-group .ps4.active {
  border: solid 1px #004fd2;
  color: #004fd2;
}
.platform-group .xboxone.active {
  border: solid 1px #13c235;
  color: #13c235;
}
.platform-group .pc.active {
  border: solid 1px #00d4fa;
  color: #00d4fa;
}
.platform-group .ps4:hover {
  border: solid 1px #004fd2;
  color: #004fd2;
  background: #fff;
}
.platform-group .xboxone:hover {
  border: solid 1px #13c235;
  color: #13c235;
  background: #fff;
}
.platform-group .pc:hover {
  border: solid 1px #00d4fa;
  color: #00d4fa;
  background: #fff;
}
.platform-item {
  color: #fff;
  cursor: pointer;
  padding: 0 .5em;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(0, 0, 0, .5);
  margin: 10px 6px 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.platform-item .icon {
  line-height: 40px;
  font-size: 25px;
}
.platform-item input {
  display: none;
}
.select-amount select {
  min-width: 180px;
  height: 40px;
  margin-left: 3px;
  text-transform: uppercase;
  border: none;
  color: #de4943;
  font-weight: 700;
  font-size: 18px;
}
.price {
  margin-top: 10px;
}
/*
.input-amount{
    padding: 2px 20px 25px 0px;
}
.input-amount input{
    margin-left: 15px;
}
.input-amount b{
    font-size: 25px;
}*/
.orgin-price {
  font-size: 30px;
}
.now-price {
  font-size: 30px;
  color: #ffff33;
}
.buynow .btn {
  padding: 6px 80px 6px 80px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 100px;
  font-size: 24px;
  border: 0;
}
.btn-default {
  background-color: #a0a0a0;
}
.buynow .coins-recommend {
  padding: 6px 10px 6px 10px;
}
/*.coins-recommend{
    font-size: 20px;
    margin-top: 10px;
}
.coins-recommend a:hover{
    text-decoration:underline;
}*/
.prd-list-table ul {
  margin-left: 0px;
  width: 100%;
}
.prd-list-table ul li {
  width: 220px;
  margin-left: 30px;
}
.prd-list-table ul li:first-child {
  margin-left: 0px;
}
.content-buy-left {
  color: #fff;
}
.soldout {
  position: absolute;
  right: 16px;
  bottom: 80px;
}
.how-to-buy {
  background-color: rgb(0, 0, 0, .3);
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.how-to-buy .title {
  font-size: 20px;
}
.m-article {
  margin-bottom: 30px;
  color: #fff;
}
.line-player {
  /*padding: 0 20px 0;*/
  margin: 20px 0;
  line-height: 2px;
  border-left: 500px solid currentColor;
  border-right: 500px solid currentColor;
  text-align: center;
  color: #999;
}
.players-inpack {
  height: 400px;
  overflow: hidden;
}
.about-ranking-list {
  width: 240px;
  float: left;
}
.players-inpack .player-ip-item {
  position: relative;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  float: left;
}
.players-inpack .prize-text {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  height: 70px;
  top: 240px;
}
.about-ranking-list .cl-orange {
  color: #2783fe;
}
.about-ranking-list .prize-text .pack-info {
  position: absolute;
  left: 60px;
  top: 50%;
  width: 132px;
  transform: translateY(-50%);
  text-align: center;
}
.prd-list-table ul li .price {
  white-space: nowrap;
}
.promotion-ticket {
  position: absolute;
  top: 0;
  right: 0;
}
.coins-list-table li {
  position: relative;
}
.promotion-text {
  position: absolute;
  left: 69%;
  top: 4px;
  line-height: 16px;
  transform: translatex(-50%);
  color: #f93b78;
  font-size: 14px;
  font-weight: bold;
}
.promotion-text p {
  margin: 0;
}
.prd-list-table {
  margin-bottom: 50px;
}
.prd-list-table ul li {
  border: solid 1px #2783fe;
}
.prd-list-table ul li .prd-img {
  background-color: transparent;
}