.pc {
  min-height: 100vh;
  background: #00101f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 290px;
  position: relative;
}

.pc .header {
  width: 100%;
  height: 60px;
  min-width: 1430px;
  position: relative;
  z-index: 2;
}
.pc .header2 {
  position: sticky;
  height: 800px;
}
.pc .bannertop {
  margin-top: -740px !important;
}

.bindBoxBanner {
  width: 100%;
  height: 700px;
  background-size: cover;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 70px 0 32px 0;
  position: relative;
}
.bindBoxBanner .bannerImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-mian {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position-box {
  margin-top: 128px;
}
.banner-mian-left {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 81px;
}
.banner-mian-left-title {
  width: 480px;
  /* height: 140px; */
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 70px;
}
.banner-mian-left-title.en_US_Font {
  font-size: 40px;
}
.banner-mian-left-title.tr_TR_Font {
  font-size: 42px;
}
.banner-mian-left-title.vi_VN_Font {
  font-size: 53px;
}

.banner-mian-left-tips {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 28px;
  margin-top: 19px;
}

.banner-mian-left-times {
  /* margin-top: 128px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 111px;
  background: #0c1828;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.nums-box {
  display: inline-block;
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 45px;
}
.nums-box span {
  display: inline-block;
}

.nums-box-bottom {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-top: 12px;
}

.banner-btn {
  width: 320px;
  height: 49px;
  /* background: url("../images/btn-bg.png") no-repeat center center; */
  /* background-size: 100% 100%; */
  background: linear-gradient(126deg, #f65f0e 0%, #ff9c57 100%);
  border-radius: 4px;
  margin-top: 14px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 49px;
  text-align: center;
}
.banner-mian-right {
  flex: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.banner-mian-right .banner-mian-right-item {
  width: 184px;
  height: 184px;
  line-height: 183px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 10px;
}
.banner-mian-right .banner-mian-right-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.banner-mian-right .banner-mian-right-item.bg-default {
  /* background: url('../images/bg-default-1.png') no-repeat center center; */
  /* background-size: cover; */
  /* background: linear-gradient(135deg, rgba(162, 27, 2, 0) 0%, rgba(43, 15, 3, 0.6) 27%, rgba(34, 23, 5, 0.83) 44%, rgba(37, 13, 5, 0.76) 75%, rgba(93, 12, 10, 0) 100%);
  border-radius: 20px;
  border: 1px solid #6e202c; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-mian-right .banner-mian-right-item.bg-active {
  border: 2px solid #ff6d00;
}

.banner-mian-right .start-lucky-draw {
  width: 184px;
  height: 184px;
  line-height: 184px;
  order: 2;
  margin-left: 23px;
  text-align: center;
  background: url("../images/action-bg.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.banner-mian-right .banner-mian-right-item:nth-child(2) {
  margin-left: 23px;
}
.banner-mian-right .banner-mian-right-item:nth-child(3) {
  margin-left: 23px;
}
.banner-mian-right .banner-mian-right-item:nth-child(4) {
  order: 4;
  margin-left: 23px;
}
.banner-mian-right .banner-mian-right-item:nth-child(5) {
  order: 7;
  margin-left: 23px;
}
.banner-mian-right .banner-mian-right-item:nth-child(6) {
  order: 6;
  margin-left: 23px;
}
.banner-mian-right .banner-mian-right-item:nth-child(7) {
  order: 5;
}
.banner-mian-right .banner-mian-right-item:nth-child(8) {
  order: 1;
}

.TheWinnersList {
  width: 1200px;
  margin-top: 95px;
}

.TheWinnersList .TheWinnersListText {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
}
.TheWinnersList .winners-list-table {
  width: 100%;
  height: 349px;
  border-radius: 12px;
  margin-top: 21px;
  background: linear-gradient(180deg, rgba(246, 95, 14, 0.15) 0%, rgba(255, 156, 87, 0) 100%);
  border-radius: 12px;
  border: 1px solid #b44a18;
}
.TheWinnersList .winners-list-table .winners-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 61px;
  line-height: 61px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}
.TheWinnersList .winners-list-table .winners-list-head span:last-child {
  text-align: right;
}
.TheWinnersList .winners-list-table .winners-list-head {
  padding: 0 40px;
}
.TheWinnersList .winners-list-table .winners-list-head span:nth-child(1) {
  display: inline-block;
  width: 500px;
  height: 100%;
}
.TheWinnersList .winners-list-table .winners-list-head span {
  display: inline-block;
  width: 310px;
  height: 100%;
}
.TheWinnersList .winners-list-table .winners-list-body {
  padding: 0 40px;
  /* height: 280px; */
  box-sizing: border-box;
}
.TheWinnersList .winners-list-table .pc-winnersList-nodata {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}
.TheWinnersList .winners-list-table .winners-list-body .winners-list-body-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #fefefc;
}

.TheWinnersList .winners-list-table .winners-list-body .winners-list-body-item span:nth-child(1) {
  display: inline-block;
  width: 500px;
  height: 100%;
}

.TheWinnersList .winners-list-table .winners-list-body .winners-list-body-item span {
  width: 310px;
  height: 100%;
}

.TheWinnersList .winners-list-table .winners-list-body .winners-list-body-item span:last-child {
  text-align: right;
}

.process-box {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}
.process-box .process-box-item {
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.process-box .process-box-item .process-box-item-task {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 32px;
  /* margin-top: -8px; */
}
.process-box .process-box-item .process-box-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process-box .process-box-item .process-left {
  width: 900px;
}

.process-box .process-box-item .process-left .process-box-item-line {
  width: 100%;
  height: 10px;
  background: #0c1828;
  border-radius: 5px;
  position: relative;
}

.process-box .process-box-item .process-left .process-box-item-line .process-box-item-line-position {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fefefc;
  line-height: 16px;
  position: absolute;
  top: 28px;
  left: 0;
}
.process-box .process-box-item .process-left .process-box-item-line .process-box-item-line-position .parent {
  flex: 1;
  text-align: right;
}
/* .process-box
  .process-box-item
  .process-left
  .process-box-item-line
  .process-box-item-line-position
  .parent:nth-child(1) {
    display: inline-block;
} */
.process-box .process-box-item .process-left .process-box-item-line .process-box-item-line-position .parent:not(:last-child) .block {
  position: relative;
  transform: translateX(50%);
  display: inline-block;
}

.process-box .process-box-item .process-left .process-box-item-line .tips-img-box {
  display: inline-block;
  min-width: 181px;
  height: 41px;
  position: relative;
  top: -49px;
  text-align: center;
  line-height: 41px;
  font-weight: 600;
  color: #fefefc;
  box-sizing: border-box;
  padding: 0 10px;
}
.start-bg {
  background: url("../images/luckybox-tipsStart.png") no-repeat center center;
  background-size: 100% 100%;
}
.mian-bg {
  background: url("../images/tipsMain.png") no-repeat center center;
  background-size: 100% 100%;
}

.end-bg {
  background: url("../images/tipsEnd.png") no-repeat center center;
  background-size: 100% 100%;
}

.process-box-item-line .process-box-item-line-inner {
  display: inline-block;
  width: 300px;
  height: 100%;
  background: rgba(246, 95, 14, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  display: inline-block;
}
.process-box-item-line .process-box-item-line-inner .cirey {
  width: 21px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}

.process-box .process-box-item > .process-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.process-box .process-box-item .process-right .currentNums {
  padding: 5px 16px;
  background: #19181c;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.process-box .process-box-item .process-right .currentNums .currentNums-img {
  width: 32px;
  height: 32px;
}

.process-box .process-box-item .process-right .currentNums .currentNums-text {
  margin-left: 16px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f65f0e;
  line-height: 22px;
}
.process-box .process-box-item .process-right .go-complate {
  width: 199px;
  height: 42px;
  background: linear-gradient(126deg, #f65f0e 0%, #ff9c57 100%);
  border-radius: 4px;
  line-height: 42px;
  text-align: center;
  color: #fefefc;
  font-size: 14px;
  margin-top: 10px;
}

.process-box-bottom {
  margin-top: 24px;
  width: 100%;
}
.process-box-bottom .process-box-more {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.process-box-bottom .process-box-more > img {
  width: 16px;
  margin-left: 12px;
  transition: all 0.3s;
}
.process-box-bottom .process-box-more > img.arrowTop {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.process-box-more-table {
  margin-top: 24px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.process-box-more-table-1 {
  border-radius: 12px;
  height: 186px;
  box-sizing: border-box;
}
.process-box-more-table-1-head,
.process-box-more-table-1-body {
  display: flex;
  align-items: center;
  height: 92px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}
.process-box-more-table-1-head {
  border-radius: 12px 12px 0 0;
}
.process-box-more-table-1-body {
  border-radius: 0 0 12px 12px;
}
.process-box-more-table-1-head div:first-child {
  border-top-left-radius: 12px;
}
.process-box-more-table-1-head div:nth-last-child(1) {
  border-top-right-radius: 12px;
}
.process-box-more-table-1-body div:first-child {
  border-bottom-left-radius: 12px;
}
.process-box-more-table-1-body div:nth-last-child(1) {
  border-bottom-right-radius: 12px;
}
.list-one {
  width: 157px !important;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background: #0c1828;
}

.table-list-item {
  width: 130px;
  height: 92px;
  background: #0c1828;
  font-size: 14px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  text-align: center;
  line-height: 92px;
  margin-left: 2px;
}
.color-w {
  color: #fefefc !important;
}
.process-box-more-table-1-head,
.process-box-more-table-1-body {
  display: flex;
  align-items: center;
}
.process-box-more-table-1-body {
  margin-top: 2px;
}

.process-box-more-table-2 {
  padding-bottom: 2px;
  width: 580px;
  min-height: 186px;
  padding: 24px 25.5px;
  background: #0c1828;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.process-box-more-table-2 .process-box-more-table-2-text {
  /* height: 22px; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
  margin-left: 6px;
  /* margin-bottom: 12px; */
}

.process-box-more-table-2 .process-box-more-table-2-coin {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}
.process-box-more-table-2 .process-box-more-table-2-coin > span {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 14px;
  margin-left: 5.5px;
  margin-right: 5.5px;
  height: 24px;
  background: #00101f;
  border-radius: 2px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  padding: 1px 17px;
  font-size: 12px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #fefefc;
}

.bindBoxText {
  width: 1200px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 22px;
  padding: 0 0 51px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 120px;
  background: linear-gradient(180deg, rgba(246, 95, 14, 0.15) 0%, rgba(255, 156, 87, 0) 100%);
  border-radius: 20px;
  border: 1px solid #b44a18;
}
.bindBoxText-title {
  height: 46px;
  line-height: 46px;
}
.bindBoxText-title > span {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 35px 0 24px;
  background: url("../images/luckybox-text-png.png") no-repeat left center;
  background-size: 100% 100%;
}
.bindBoxTextBox {
  padding: 0 40px;
  margin-top: 21px;
}

.bindBoxText-1 {
  margin-top: 21px;
}
.bindBoxText-2 {
  margin-top: 24px;
}
.bindBoxText-2 .bindBoxText-2-bootm {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
  padding: 16px;
  background: #00101f;
  border-radius: 12px;
  margin-top: 7px;
}
.bindBoxText-3 {
  margin-top: 24px;
}
.pc-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 1s;
}
.pc-dialog .pc-dialog-winning {
  padding: 20px 0 40px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pc-dialog .pc-dialog-winning .img-box {
  width: 265px;
  height: 168px;
  /* background-color: tomato; */
}
.pc-dialog .pc-dialog-winning .img-box img {
  width: 100%;
  height: 100%;
}

.pc-dialog .pc-dialog-winning .pc-dialog-gc {
  height: 26px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 26px;
  margin-top: 19px;
  text-align: center;
}
.pc-dialog .pc-dialog-winning .pc-dialog-winning-btn {
  margin-top: 24px;
  width: 190px;
  height: 42px;
  line-height: 42px;
  background: #f65f0e;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  text-align: center;
  cursor: pointer;
}
.pc-dialog {
  width: 480px;
  /* height: 339px; */
  background: #30333f;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  z-index: 9;
  position: relative;
}
.pc-dialog-winning .pc-dialog-close {
  position: absolute;
  top: 35px;
  right: 36px;
}

.pc-dialog-list {
  width: 506px;
  min-height: 600px;
  background: #30333f;
  border-radius: 8px;
  padding: 40px;
  box-sizing: border-box;
}
.pc-dialog-list .pc-dialog-list-img {
  position: absolute;
  top: 35px;
  right: 36px;
}
.pc-dialog-list .pc-dialog-list-text {
  height: 32px;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 32px;
}
.pc-dialog-list .pc-dialog-list-head {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 4px;
}

.pc-nodata {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}
.pc-dialog-list .pc-dialog-list-head > span {
  flex: 1;
  display: inline-block;
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 18px;
}
.pc-dialog-list .pc-dialog-list-head > span:nth-child(2) {
  text-align: right;
}
.pc-dialog-list-body .pc-dialog-list-body-item {
  height: 54px;
  display: flex;
  align-items: center;
  line-height: 54px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pc-dialog-list-body .pc-dialog-list-body-item > span {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 22px;
  flex: 1;
}
.pc-dialog-list-body .pc-dialog-list-body-item > span:nth-child(2) {
  text-align: right;
}
.pageNation-box .active {
  background: #7650ff;
  color: #ffffff;
}
.pageNation-box .forbid {
  color: #85889c;
}

.pageNation-box .default {
  cursor: default;
}

.pageNation-box {
  display: flex;
  align-items: center;
  margin-top: 29px;
  justify-content: center;
}

.pageNation-box li {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #85889c;
}
.pageNation-box li:not(:nth-child(1)) {
  margin-left: 4px;
}

.pc .left-not-click {
  background: url("../images/left-not-can.png") no-repeat center;
  background-size: 15px 14px;
  cursor: not-allowed;
}
.pc .left-can-click {
  background: url("../images/right-can-click.png") no-repeat center;
  background-size: 15px 14px;
  transform: rotate(-180deg);
}

.pc .right-not-click {
  background: url("../images/left-not-can.png") no-repeat center;
  background-size: 15px 14px;
  cursor: not-allowed;
  transform: rotate(180deg);
}
.pc .right-can-click {
  background: url("../images/right-can-click.png") no-repeat center;
  background-size: 15px 14px;
}

.pc-dialog-anima-enter,
.pc-dialog-anima-leave-to {
  opacity: 0;
}
.pc-dialog-anima-enter-active,
.pc-dialog-anima-leave-active {
  transition: all 0.8s;
}

.pc-tips {
  max-width: 292px;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99;
  background: #ffffff;
  border-radius: 5px;
  padding: 23px;
  transform: translateX(100%);
  transition: all 1s ease-in-out;
}
.pc-tips.translate {
  transform: translateX(-10%);
}

.pc-tips .pc-tips-img {
  width: 31px;
}

.pc-tips .pc-tips-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1b1e28;
  line-height: 24px;
  margin-left: 6px;
}
