#body {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center 80px;
  background-size: 100% auto;
}

.unpack-list-container {
  padding: 24px 20px;
  border: 0px solid #225029;
  border-width: 1px 0 1px 0;
  box-shadow: inset 0 0 30px #225029;
}

.versus-top-unpack-list {
  padding-bottom: 16px;
  gap: 0 10px;
}

.versus-top-unpack-list .unpack-list-item {
  position: relative;
  width: 176px;
  aspect-ratio: 176 / 208;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
}

.versus-top-unpack-list .unboxing-image-box {
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.versus-top-unpack-list .unboxing-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-top-unpack-list .unpack-list-item:hover .unboxing-image {
  animation: unboxingAni 1s linear infinite alternate;
}

@keyframes unboxingAni {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -65%);
  }
}

.versus-top-unpack-list .unpack-name {
  font-size: 14px;
  font-weight: 400;
}

.versus-top-unpack-list .price-bar {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fcff4e;
}

.versus-page .template {
  display: contents;
}

.versus-page .page-tab-bar {
  position: relative;
  justify-content: center;
  margin-top: 24px;
  gap: 0 8px;
}

.versus-page .page-tab-bar .page-tab-item {
  min-width: 178px;
  padding: 0 20px;
  border: 1px solid #35a63d;
  background-color: #041c06;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  color: #fffffe;
  text-align: center;
}

.versus-page .page-tab-bar .page-tab-item.selected {
  background-color: #35a63d;
}

.versus-page .page-tab-bar .desc-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  gap: 0 4px;
}

.versus-page .action-bar {
  margin-top: 24px;
  justify-content: space-between;
  background-color: rgba(5, 22, 5, 0.5);
}

.versus-page .action-bar .btn {
  min-width: 130px;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 72px;
}

.versus-page .action-bar .type-item {
  transition: all 0.3s;
}

.versus-page .action-bar .type-item.selected {
  color: #ffff18;
  background-color: rgba(255, 255, 24, 0.2);
}

.versus-page .action-bar .right-box {
  align-items: center;
}

.versus-page .action-bar .right-box .btn {
  align-items: center;
}

.versus-page .action-bar .right-box .create-btn {
  width: 164px;
  height: 47px;
  background-color: transparent;
  box-shadow: none;
  gap: 0 4px;
  color: #0a1309;
}

.versus-page .action-bar .right-box .btn img {
  min-height: 1em;
  margin-left: 8px;
}

.versus-page .load-more-btn {
  align-self: center;
  height: 48px;
  padding: 0 88px;
  background-color: rgba(53, 166, 61, 0.1);
  color: #36d741;
  font-size: 16px;
  align-items: center;
  border: 1px solid #38da75;
}

.versus-page .versus-list {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  justify-items: center;
  gap: 8px 0;
}

.versus-list-item {
  position: relative;
  width: 100%;
  aspect-ratio: 459 / 328;
  user-select: none;
  cursor: pointer;
}

.versus-list-item .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.versus-list-item .bg-box .texture-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.versus-list-item .bg-box .border-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.versus-list-item .versus-list-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.versus-list-item .versus-list-item-content .heander-bar {
  margin-top: 12px;
  padding: 12px 20px;
  justify-content: space-between;
}

.versus-list-item .title-box {
  position: relative;
}

.versus-list-item .versus-list-item-content .title-text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

.versus-list-item .info-box {
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.versus-list-item .info-box .round-num-box {
  align-items: center;
}

.versus-list-item .info-box .round-num-text {
  margin-right: 2px;
  color: #ffff18;
}

.versus-list-item .status-box {
  align-items: center;
  font-size: 14px;
  gap: 0 4px;
}

.versus-list-item .status-box .status-icon-box .refresh-icon {
  max-height: 1em;
  transform: rotateZ(0);
  animation: refreshIconAnimation2 2s linear infinite;
}

.versus-list-item .status-box .preparation-icon {
  position: relative;
  width: 100%;
  height: 100%;
}

@keyframes preparationIconAnimation {
  0% {
    transform: scale(0.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes refreshIconAnimation2 {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.versus-list-item .info-box .status-box .preparation-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #34462a;
  animation: preparationIconAnimation 1.2s infinite alternate;
}

.versus-list-item .info-box .status-box .preparation-icon::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #3ce55c;
}

@keyframes refreshIconAnimation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.versus-list-item .info-box .status-box .refresh-icon {
  max-height: 100%;
  animation: refreshIconAnimation 3s linear infinite;
}

.versus-list-item .user-list {
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

.versus-list-item .user-list > div {
  display: contents;
}

.versus-list-item .user-list .user-list-item {
  position: relative;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  /* border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden; */
}

/* .versus-list-item .user-list .user-list-item.is-user {
  border-color: #F1C39B;
} */

.versus-list-item .user-list .user-list-item,
.versus-list-item .user-list .user-list-item .header-icon,
.versus-list-item .user-list .add-icon {
  transition: all 0.3s ease-out;
}

.versus-list-item .user-list .user-list-item.user-item-enter-active .header-icon,
.versus-list-item .user-list .user-list-item.user-item-leave-active .header-icon {
  position: absolute;
}

.versus-list-item .user-list .user-list-item.user-item-enter .header-icon,
.versus-list-item .user-list .user-list-item.user-item-leave-to .header-icon {
  opacity: 0;
  transform: scale(0);
}

.versus-list-item .user-list .user-list-item.user-item-enter-to .header-icon,
.versus-list-item .user-list .user-list-item.user-item-leave .header-icon {
  opacity: 1;
  transform: scale(1);
}

.versus-list-item .user-list .add-icon.user-item-enter-active,
.versus-list-item .user-list .add-icon.user-item-leave-active {
  position: absolute;
}

.versus-list-item .user-list .add-icon.user-item-enter,
.versus-list-item .user-list .add-icon.user-item-leave-to {
  opacity: 0;
  transform: scale(0);
}

.versus-list-item .user-list .add-icon.user-item-enter-to,
.versus-list-item .user-list .add-icon.user-item-leave {
  opacity: 1;
  transform: scale(1);
}

.user-item-move {
  transition: transform 0.3s;
}

.versus-list-item .user-list .user-list-item .header-icon {
  width: 100%;
  height: 100%;
}

.versus-list-item .status-btn {
  width: 278px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  line-height: 36px;
  border: 1px solid #ffff18;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.versus-list-item .status-btn.status-btn-0 .yb {
  font-size: 16px;
  font-weight: bold;
  color: #ffff01;
}

.versus-list-item .status-btn.status-btn-1 {
  color: #ffff18;
}

.versus-list-item .status-btn.status-btn-2 {
  border-color: transparent;
}

.versus-list-item .box-list-box {
  align-items: center;
  gap: 0 20px;
  margin-bottom: 10px;
}

.versus-list-item .box-list-box .arrow-icon {
  flex-shrink: 0;
  width: auto;
  height: 44px;
}

.versus-list-item .box-list-box .box-list {
  width: 0;
  flex-grow: 1;
  justify-content: center;
}

.versus-list-item .unpack-list-item {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.versus-list-item .unpack-list-item:not(:last-child) {
  margin-right: 10px;
}

.versus-list-item .unpack-list-item .unboxing-image {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-list-item .unpack-list-item .corner-labels {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 18px;
  min-width: 18px;
  border-radius: 9px;
  background-color: #fbc441;
  text-align: center;
  color: #070709;
}

.versus-list-item .bottom-bar {
  width: 80%;
  margin: 16px auto 0;
  align-items: center;
  justify-content: space-between;
}

.versus-list-item .bottom-bar .price-box {
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fefefe;
}

.versus-list-item .bottom-bar .price-box .price-icon {
  margin-right: 8px;
}

.versus-list-item .bottom-bar .versus-btn {
  height: 42px;
  padding: 0 50px;
  border-radius: 10px;
  border: 1px solid #ffcc2f;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffcc2f;
}

.versus-list-item .bottom-bar .versus-btn img {
  margin-left: 8px;
}

.versus-box-detail-list-dialog {
  position: relative;
  width: 80vw;
  max-width: 1400px;
  padding: 44px 40px 30px;
}

.versus-box-detail-list-dialog .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  align-items: center;
  justify-content: center;
}

.versus-box-detail-list-dialog .header-bar {
  align-items: center;
  justify-content: space-between;
}

.versus-box-detail-list-dialog .header-bar .box-name {
  font-size: 20px;
  font-weight: 500;
  color: #f8f9ff;
}

.versus-box-detail-list-dialog .header-bar .price-bar {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.versus-box-detail-list-dialog .header-bar .price-bar > div:not(:last-child) {
  margin-right: 55px;
}

.versus-box-detail-list-dialog .ornaments-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px 10px;
}

.versus-box-detail-list-dialog .ornaments-list-item {
  position: relative;
  border: 1px solid;
  border-radius: 6px;
}

.versus-box-detail-list-dialog .ornaments-list-item .title-box {
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  height: 26px;
}

.versus-box-detail-list-dialog .ornaments-list-item .burst-rate {
  font-size: 12px;
  font-weight: 500;
  color: #d2e3f1;
}

.versus-box-detail-list-dialog .ornaments-list-item .attr1 {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #82829c;
}

.versus-box-detail-list-dialog .ornaments-list-item .image-box {
  position: relative;
  height: 100px;
  margin: 16px 0;
  align-items: center;
  justify-content: center;
}

.versus-box-detail-list-dialog .ornaments-list-item .ornaments-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-box-detail-list-dialog .ornaments-list-item .name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #e4ecf1;
}

.versus-box-detail-list-dialog .ornaments-list-item .price-box {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffff18;
}

.versus-box-detail-list-dialog .ornaments-list-item .price-box .price-icon {
  margin-right: 4px;
}

.versus-enter-room-dialog {
  width: 500px;
  padding: 16px 40px 24px;
}

.versus-enter-room-dialog .title {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.versus-enter-room-dialog .content {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.versus-enter-room-dialog .content .price-icon {
  margin-left: 2px;
}

.versus-enter-room-dialog .content .price {
  font-size: 18px;
  font-weight: 500;
  color: #ffff18;
}

.versus-enter-room-dialog .footer-bar .btn {
  flex-grow: 1;
  line-height: 50px;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 500;
}

.versus-enter-room-dialog .footer-bar .cancel-btn {
  filter: grayscale(1);
}

.versus-gameplay-introduction-dialog {
  width: 500px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  color: #ffffff;
}

.versus-gameplay-introduction-dialog .content-box {
  position: relative;
  flex-grow: 1;
  margin: 40px;
}

.versus-gameplay-introduction-dialog .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  transition: all 0.2s ease-in-out;
}

.versus-gameplay-introduction-dialog .close-btn:hover {
  transform: rotateZ(180deg);
}

.versus-gameplay-introduction-dialog .title-box {
  padding-bottom: 24px;
  text-align: center;
}

.versus-gameplay-introduction-dialog .title-box .title {
  font-size: 18px;
  font-weight: bold;
}

.versus-gameplay-introduction-dialog .content {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.68;
}
.versus-gameplay-introduction-dialog .content .content-text {
  padding: 0 8px;
  word-wrap: break-word;
  white-space: break-spaces;
}

.versus-order-list {
  background-color: #071806;
  border-radius: 10px;
}

.versus-order-list .header {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #35a63d;
  background: none;
  background-color: #071806;
}

.versus-order-list .header > th {
  line-height: 4;
}

.versus-order-list .header .time,
.versus-order-list .header .price {
  width: 200px;
}

.versus-order-list .header .user {
  min-width: 300px;
}

.versus-order-list .row {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.versus-order-list .row:nth-child(odd) {
  background-color: #0e210c;
}

.versus-order-list .row:nth-child(even) {
  background-color: #071806;
}

.versus-order-list .row > td {
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.versus-order-list .row .user-num-box {
  position: relative;
}

.versus-order-list .row .user-num-box > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-order-list .user-list {
  justify-content: center;
}

.versus-order-list .user-list .user-list-item {
  position: relative;
  width: 38px;
  height: 39px;
}

.versus-order-list .user-list .user-list-item:not(:last-child) {
  margin-right: 8px;
}

/* .versus-order-list .user-list .user-list-item.user-header-win {
  filter: drop-shadow(0 0 8px #ce9b21);
} */

.versus-order-list .user-list .user-header-box {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 2px;
  bottom: 2px;
  /* border-radius: 50%;
  border: 2px solid #ebbe96;
  overflow: hidden; */
}

.versus-order-list .user-list .user-list-item.user-header-win .user-header-box {
  border: none;
}

.versus-order-list .user-list .user-header-box > .header-image {
  width: 100%;
  height: 100%;
}

.versus-order-list .user-list .header-win-bg {
  position: relative;
}

.versus-order-list .row .price {
  font-size: 20px;
  font-weight: 500;
  color: #fefefe;
}

.versus-order-list .unpack-list {
  flex-wrap: wrap;
  justify-content: center;
}

.versus-order-list .unpack-list-item {
  position: relative;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
}

.versus-order-list .unpack-list-item:not(:last-child) {
  margin-right: 10px;
}

.versus-order-list .unpack-list-item .unboxing-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-order-list .unpack-list-item .corner-labels {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #35a63d;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.versus-order-list .pagination {
  padding: 16px 0;
}

.versus-create-room-dialog {
  position: relative;
  min-width: 640px;
  min-height: 680px;
  margin: 60px 0;
  flex-shrink: 0;
  flex-grow: 1;
  height: 0;
}

.versus-create-room-dialog .header-bar {
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #134015;
}

.versus-create-room-dialog .header-bar .title-box {
  flex-grow: 1;
}

.versus-create-room-dialog .content-box {
  position: relative;
  width: 80vw;
  height: 0;
  flex-grow: 1;
  padding: 40px;
  min-width: 1050px;
  max-width: 1500px;
}

.versus-create-room-dialog .close-btn img {
  width: auto;
  height: auto;
}

.versus-create-room-dialog .title-box {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.versus-create-room-dialog .action-bar {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
  color: #eaecfa;
  align-items: center;
  gap: 0 32px;
  border-bottom: 1px solid #134015;
}

.versus-create-room-dialog .action-bar .remove-all-box {
  margin-left: auto;
}

.versus-create-room-dialog .action-bar > div {
  align-items: center;
}

.versus-create-room-dialog .action-bar img {
  height: 1.2em;
  margin-right: 4px;
  vertical-align: sub;
}

.versus-create-room-dialog .action-bar .people-num-box {
  margin-right: auto;
}

.versus-create-room-dialog .action-bar .people-num-btn {
  line-height: 40px;
  padding: 0 25px;
  margin-left: 10px;
  border: 1px solid #cfd3ed;
  border-radius: 6px;
  background-color: #21222b;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  color: #cfd3ed;
}

.versus-create-room-dialog .action-bar .people-num-btn.selected {
  border: 1px solid #42dbfe;
  background-color: #1e3135;
  color: #42dbfe;
}

.versus-create-room-dialog .action-bar .rounds-num-box {
  margin-right: 30px;
}

.versus-create-room-dialog .action-bar .current-rounds-num,
.versus-create-room-dialog .action-bar .price-text {
  font-size: 16px;
  font-weight: 500;
  color: #fbc441;
}

.versus-create-room-dialog .action-bar .rounds-num {
  font-size: 16px;
  font-weight: 500;
}

.versus-create-room-dialog .action-bar .price-icon {
  margin-right: 8px;
}

.versus-create-room-dialog .unpack-list-box {
  min-height: 200px;
  height: 0;
  margin-top: 16px;
  flex-grow: 1;
  overflow-y: auto;
}

.versus-create-room-dialog .unpack-list {
  display: grid;
  margin-bottom: auto;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 16px 10px;
  justify-items: center;
  align-items: flex-start;
}

.unpack-list-item-box {
  position: relative;
}

.unpack-list-item-box .action-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.unpack-list-item-box .action-box .corner-labels {
  position: absolute;
  top: 8px;
  right: 10px;
  line-height: 24px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
  color: #ffff01;
  border: 1px solid #ffff01;
  box-shadow: 0 0 8px #ffff01;
  background-color: #091e0a;
}

.unpack-list-item-box .action-box .add-delete-bar {
  position: absolute;
  top: 120px;
  left: 50%;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #35be3f;
  transform: translateX(-50%);
  gap: 0 8px;
  align-items: center;
  justify-content: center;
}

.unpack-list-item-box .action-box .add-delete-bar .btn {
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background-color: #091e0a;
  border: 1px solid #818282;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
}

.versus-create-room-dialog .bottom-bar {
  padding-top: 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #134015;
}

.versus-create-room-dialog .bottom-bar .people-num-box {
  align-items: center;
  height: 50px;
  padding: 4px 6px 4px 16px;
  background-color: #172718;
  border-radius: 6px;
  gap: 0 4px;
}

.versus-create-room-dialog .bottom-bar .people-num-box .label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.versus-create-room-dialog .bottom-bar .people-num-box .people-num-btn {
  padding: 0 20px;
  line-height: 40px;
  background-color: #1f3120;
  border: 1px solid #1f3120;
  color: #ffffff;
  border-radius: 4px;
}

.versus-create-room-dialog .bottom-bar .people-num-box .people-num-btn.selected {
  border-color: #ffff01;
  color: #ffff01;
}

.versus-create-room-dialog .bottom-bar .create-btn {
  width: 234px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.versus-create-room-dialog .bottom-bar .create-btn .yb {
  font-size: 16px;
  font-weight: bold;
  color: #ffff01;
}

.versus-create-room-dialog .selected-unpack-list-box .title {
  font-size: 14px;
  font-weight: 400;
  color: #dfe6ed;
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list {
  flex-wrap: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 195px;
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list > div {
  display: contents;
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list-item {
  position: relative;
  width: 140px;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #1d1e26;
  border: 1px solid #4b4e66;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  user-select: none;
}

.selected-unpack-list-transition-enter,
.selected-unpack-list-transition-leave-to {
  opacity: 0;
  transform: scale(0);
}

.selected-unpack-list-transition-leave-active {
  display: none;
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list-item .goods-image-box {
  position: relative;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list-item .unboxing-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list-item .name-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #e4ecf1;
  text-align: center;
}

.versus-create-room-dialog .selected-unpack-list-box .selected-unpack-list-item .price-box {
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fbc341;
}

.versus-create-room-dialog .selected-unpack-list-box .close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  right: -1px;
  align-items: center;
  justify-content: center;
  border-radius: 2px 2px 2px 6px;
  background-color: #4b4e66;
}

.versus-create-room-dialog .selected-unpack-list-box .close-btn span {
  transform: rotateZ(45deg);
  font-size: 20px;
}

.versus-room-page {
  padding-bottom: 24px;
  user-select: none;
  color: #fff;
}

.versus-room-page .header-bar {
  margin-top: 16px;
  justify-content: space-between;
  line-height: 38px;
  align-items: center;
}

.versus-room-page .header-bar .left-box,
.versus-room-page .header-bar .right-box {
  width: 0;
  flex-grow: 1;
}

.versus-room-page .header-bar .left-box {
  justify-content: flex-start;
}

.versus-room-page .header-bar .right-box {
  justify-content: flex-end;
}

.versus-room-page .header-bar .leave-room-btn {
  padding: 0 20px;
  background-color: #35a63d;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.versus-room-page .header-bar .back-btn {
  align-items: center;
  gap: 0 4px;
  font-size: 16px;
  font-weight: 400;
}

.versus-room-page .header-bar .title-box {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.versus-room-page .header-bar .right-box {
  align-items: center;
}

.versus-room-page .header-bar .copy-btn {
  height: 42px;
  padding: 0 30px;
  background-color: #031a04;
  border: 2px solid #9d9d9d;
  font-size: 14px;
  font-weight: bold;
}

.versus-room-page .header-bar .create-copy-room-btn {
  width: 231px;
  height: 52px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.versus-room-page .header-bar .create-copy-room-btn .yb {
  margin: 0 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fcff4e;
}

.versus-select-unpack-scroll-list {
  position: relative;
  margin: 0 80px 0 120px;
  overflow: hidden;
}

.versus-select-unpack-scroll-list .versus-select-unpack-scroll-list-container {
  display: inline-flex;
  flex-direction: row;
  transition: all 0.2s linear;
}

.versus-select-unpack-scroll-list .unpack-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* animation: unpackPointerAnimation 0.3s linear infinite alternate; */
}

.versus-select-unpack-scroll-list .unpack-pointer::before,
.versus-select-unpack-scroll-list .unpack-pointer::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.versus-select-unpack-scroll-list .unpack-pointer::before {
  left: 0;
  animation: unpackPointerLeftAnimation 0.3s linear infinite alternate;
}
.versus-select-unpack-scroll-list .unpack-pointer::after {
  right: 0;
  animation: unpackPointerRightAnimation 0.3s linear infinite alternate;
}

@keyframes unpackPointerLeftAnimation {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(-100%, -50%);
  }
}
@keyframes unpackPointerRightAnimation {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(100%, -50%);
  }
}

.versus-room-page .select-unpack-list-item {
  position: relative;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-right: 20px;
}

.versus-room-page .select-unpack-list-item .goods-image-box {
  position: relative;
  align-items: center;
  justify-content: center;
}

.versus-room-page .select-unpack-list-item .goods-image-box,
.versus-select-unpack-scroll-list .unpack-pointer {
  width: 100px;
  height: 100px;
}

.versus-room-page .select-unpack-list-item .unboxing-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-room-page .unpack-list-box {
  position: relative;
  height: 100px;
  margin-top: 16px;
  border-top: 1px solid #35a63d;
  border-left: 1px solid #0d3a0f;
  border-right: 1px solid #0d3a0f;
  background-repeat: no-repeat;
  background-position: center -6px;
  background-size: calc(100% + 12px) 110px;
  background-color: #031a04;
}

.versus-room-page .unpack-list-box .rounds-box {
  position: absolute;
  top: 12px;
  left: 28px;
  font-size: 14px;
}

.versus-room-page .unpack-list-box .num {
  font-weight: bold;
}

.versus-room-page .unpack-list-box .current {
  color: #ffff18;
}

.versus-room-page .versus-content-box {
  padding: 0 0 16px;
}

.versus-item-card {
  position: relative;
  width: 0;
  flex: 1;
}

.versus-item-card:first-child .lottery-area::after,
.versus-item-card:last-child .lottery-area::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  background-size: contain;
}

.versus-item-card:first-child .lottery-area::after {
  left: 0;
  transform: translate(-50%, -50%);
}

.versus-item-card:last-child .lottery-area::after {
  right: 0;
  transform: translate(50%, -50%) rotateZ(180deg);
}

.versus-item-card .lottery-area .user-ready-box,
.versus-item-card .lottery-area .join-box {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px 0;
  font-size: 14px;
  font-weight: 400;
  color: #42ec4e;
}

.versus-item-card .lottery-area .user-ready-box .status-icon {
  position: relative;
  width: 63px;
  height: 72px;
  top: auto;
  left: auto;
  transform: none;
}

.versus-item-card .lottery-area .join-box .yb {
  font-size: 16px;
  color: #fff;
}

.versus-item-card .lottery-area .join-box .join-btn {
  padding: 0 30px;
  line-height: 34px;
  background-color: #031a04;
  border: 2px solid #fcff4e;
  box-shadow: inset 0 0 10px #fcff4e;
  font-size: 14px;
  font-weight: bold;
  color: #fcff4e;
}

.versus-item-card .lottery-area .end-money-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
}

.versus-item-card .lottery-area .end-money-box .jb,
.versus-item-card .lottery-area .end-money-box .yb {
  font-size: 16px;
  font-weight: bold;
  color: #ffff18;
}

.versus-item-card .header-image-box {
  position: relative;
  width: 56px;
  height: 60px;
  margin: 0 auto;
}

.versus-item-card .header-image-box {
  position: relative;
  width: 56px;
  height: 60px;
}

.versus-item-card .header-image-box.is-win {
  filter: drop-shadow(0 0 8px #ce9b21);
}

.versus-item-card .header-image-box .add-icon,
.versus-item-card .header-image-box .header-icon {
  position: absolute;
  width: 46px;
  bottom: 2px;
  right: 2px;
}

.versus-item-card .header-image-box .header-icon {
  height: 46px;
  /* border-radius: 50%;
  border: 2px solid #F1C39B; */
}

.versus-item-card .header-image-box.is-win .header-icon {
  border: none;
}

.versus-item-card .header-box {
  padding: 30px 0 24px;
  margin-top: -25px;
  border-radius: 6px 6px 0 0;
  background-image: linear-gradient(to bottom, #131419, #232430);
}

.versus-item-card .header-box .name-box {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.versus-item-card .header-box .money-bar {
  padding: 0 20px;
  margin-top: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.versus-item-card .header-box .money-bar .money-p-box {
  width: 0;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.versus-item-card .header-box .money-bar .price-icon {
  margin-right: 6px;
}

.versus-item-card .lottery-area {
  position: relative;
  width: 100%;
  height: 196px;
  background-color: #031a04;
  border-right: 1px solid #0d3a0f;
  border-bottom: 1px solid #0d3a0f;
}

.versus-item-card:first-child .lottery-area {
  border-left: 1px solid #0d3a0f;
}

.versus-item-card .lottery-area .status-icon {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-item-card .user-box {
  align-items: center;
  margin-top: 4px;
  background-color: #0b3023;
  border: 1px solid #0d3a0f;
  border-left-width: 0;
  font-size: 16px;
  font-weight: bold;
}

.versus-item-card:first-child .user-box {
  border-left-width: 1px;
}

.versus-item-card .user-box > div {
  flex-shrink: 0;
}

.versus-item-card .user-box .header-icon {
  width: 64px;
  height: 64px;
}

.versus-item-card .user-box .name-tooltip {
  width: 0;
  flex-grow: 1;
}

.versus-item-card .user-box .name-box {
  font-size: 14px;
  font-weight: 400;
}

.versus-item-card .user-box .money-bar {
  gap: 0 10px;
}

.versus-item-card .prize-area {
  flex-grow: 1;
  padding: 0 6px 16px;
  background-color: #031a04;
  border: 1px solid #0d3a0f;
  border-top-width: 0;
  border-left-width: 0;
}

.versus-item-card:first-child .prize-area {
  border-left-width: 1px;
}

.versus-item-card .ornaments-list-box {
  min-height: 300px;
  height: 500px;
  overflow-y: auto;
}

.versus-item-card .ornaments-list {
  display: grid;
  padding-top: 16px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px 6px;
  justify-items: center;
}

.versus-item-card .ornaments-list > span {
  display: contents;
}

.versus-item-card .ornaments-list .ornaments-list-item,
.versus-item-card .ornaments-list .give-money-box {
  position: relative;
  width: 140px;
  border-radius: 10px;
  font-size: 14px;
}

.versus-item-card .ornaments-list .give-money-box,
.versus-item-card .ornaments-list .ornaments-list-item {
  transition: all 0.3s ease-out;
}

.prize-ornaments-list-item-enter,
.prize-ornaments-list-item-leave-to {
  opacity: 0;
  transform: scale(0);
}

.prize-ornaments-list-item-move {
  transition: transform 0.4s;
}

.versus-item-card .ornaments-list .ornaments-list-item .image-box {
  position: relative;
  height: 110px;
  align-items: center;
  justify-content: center;
}

.versus-item-card .ornaments-list .ornaments-list-item .ornaments-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.versus-item-card .ornaments-list .ornaments-list-item .name {
  font-weight: 400;
  color: #e4ecf1;
  text-align: center;
}

.versus-item-card .ornaments-list .ornaments-list-item .price-box {
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #ffff18;
}

.versus-item-card .ornaments-list .ornaments-list-item .price-icon {
  width: 1em;
  height: 1em;
  margin-right: 4px;
}

.versus-item-card .ornaments-list .give-money-box {
  position: relative;
  min-height: 162px;
  padding: 8px 0;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.versus-item-card .ornaments-list .give-money-box .icon-box {
  height: 124px;
  align-items: center;
  justify-content: center;
}

.versus-item-card .ornaments-list .give-money-box .icon-box img {
  max-width: 80%;
  max-height: 80%;
}

.versus-item-card .ornaments-list .give-money-box .money-box {
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.versus-item-card .ornaments-list .give-money-box .money-text {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.versus-item-card .ornaments-list .give-money-box .give-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}

.versus-lottery-animation {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.versus-lottery-animation button {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.versus-lottery-animation .versus-lottery-scroll-container {
  position: absolute;
  width: 100%;
}
.versus-lottery-animation .versus-lottery-scroll-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}

.versus-lottery-animation .versus-lottery-scroll-item .ornaments-iamge {
  max-height: 70%;
}

.versus-lottery-animation .goods-image-list .ornaments-iamge-box {
  align-items: center;
  justify-content: center;
  /* height: 0;
  flex-shrink: 0;
  flex-grow: 1; */
}

.versus-lottery-animation .goods-image-list .ornaments-iamge-box .ornaments-iamge {
  max-height: 70%;
}

.versus-room-page .app-custom-scroll-bar-box:not(.is-mobile) {
  scrollbar-color: #2c2d3b #1b1c24;
}

.versus-room-page .app-custom-scroll-bar-box:not(.is-mobile)::-webkit-scrollbar-thumb {
  background-color: #2c2d3b;
}

.versus-room-page .app-custom-scroll-bar-box:not(.is-mobile)::-webkit-scrollbar-track {
  background-color: #1b1c24;
}
