<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heng99-submarine {
  background: #0a1631;
  border-radius: 24px;
  padding: 40px 0;
  position: relative;
  border: 1px solid #294584;
  margin-top: 80px;
  max-width: 980px;
}

.heng99-submarine-head {
  padding-top: 30px;
}

.heng99-submarine-head__logo {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}

.heng99-submarine-head__logo img {
  width: 400px;
  max-width: 100%;
}

.heng99-submarine-guild__label {
  color: #fc3;
  font-size: 1.3rem;
  text-align: center;
}

.heng99-submarine-guild-next {
  position: relative;
  width: max-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.heng99-submarine-guild-next,
.heng99-submarine-guild-next-countdown-wrapper,
.heng99-submarine-guild-next-chance-wrapper {
  width: max-content;
}

.heng99-submarine-guild-next__result {
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  border: 1px solid #ffffff;
  background-color: #0f2557;
  font-size: 1.2rem;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

/* .heng99-submarine-guild-next__result {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
} */

.heng99-submarine-guild-next__result.is-loading {
  background-image: url(../img/loading.gif);
  background-size: cover;
  background-position: center;
  color: transparent;
}

.heng99-submarine-guild-next-countdown,
.heng99-submarine-guild-next-chance {
  background: #091125;
  box-shadow: inset 1px 1px 7px 2px #152a59, 0 0 2px 0 #56575b;
  padding: 0.5rem;
  width: max-content;
  border-radius: 5px;
}

.heng99-submarine-guild-next-countdown,
.heng99-submarine-guild-next-chance {
  width: max-content;
}

.heng99-submarine-guild-next-countdown__prefix,
.heng99-submarine-guild-next-chance__prefix {
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}

.heng99-submarine-guild-next-countdown__time,
.heng99-submarine-guild-next-chance__percent {
  text-align: center;
  color: #ff233e;
  text-shadow: 0 -1px 3px rgb(0 0 0 / 50%);
  font-size: 1.5rem;
  text-align: center;
}

.heng99-submarine-guild-next-chance__img &gt; img {
  width: 50px;
}

.heng99-submarine-guild-next-chance__img &gt; img {
  margin: 0;
}

.heng99-submarine-guild-result__value {
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  border: 1px solid #ffffff;
  background: #0f2557;
  font-size: 1.2rem;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 10px;
}

.heng99-submarine-total {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: max-content;
  margin: auto;
  margin-top: 15px;
  background: #091125;
  box-shadow: inset 1px 1px 7px 2px #152a59, 0 0 2px 0 #56575b;
  padding: 0.5rem;
  width: max-content;
  border-radius: 5px;
}

.heng99-submarine-total {
  width: max-content;
}

.heng99-submarine-total-item {
  display: flex;
  gap: 5px;
  align-items: center;
  width: max-content;
}

.heng99-submarine-total-item {
  width: max-content;
}

.heng99-submarine-total-item__img &gt; img {
  width: 24px;
  height: 24px;
}

.heng99-submarine-total-item__img &gt; img {
  margin: 0;
}

.heng99-submarine-total-item__value {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.heng99-submarine-total-item__suffix {
  color: #fc3;
  font-weight: bold;
}

.heng99-submarine-table-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 440px;
  height: 440px;
  margin: auto;
  overflow: hidden;
}

.heng99-submarine-table-item {
  flex-basis: calc(100% / 6);
  background-color: #00474b;
  border: 1px solid #00a198;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.heng99-submarine-table-item img {
  width: 58px;
  height: 58px;
  margin: 0;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.heng99-submarine-table-item__value {
  width: 58px;
  height: 58px;
  margin: 0;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content div.heng99-submarine-table-item__value {
  width: 58px !important;
}

.heng99-submarine-table {
  margin-top: 15px;
}

.heng99-submarine-table-item:nth-child(-n + 6),
.heng99-submarine-table-item:nth-child(6n + 1),
.heng99-submarine-table-item:nth-child(7n + 1) {
  background-color: #033237;
}

.heng99-submarine-table-item:first-child {
  background-color: #00474b;
}

.heng99-submarine-desc {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

#content div.heng99-submarine-guild-next,
#content div.heng99-submarine-guild-next-countdown-wrapper,
#content div.heng99-submarine-guild-next-chance-wrapper {
  width: max-content !important;
}

#content div.heng99-submarine-guild-next__result {
  width: 120px !important;
}

#content div.heng99-submarine-guild-next-countdown,
#content div.heng99-submarine-guild-next-chance {
  width: max-content !important;
}

#content .heng99-submarine-guild-next-chance__img &gt; img {
  margin: 0;
}

#content div.heng99-submarine-guild-result__value {
  width: 80px !important;
}

#content div.heng99-submarine-total {
  width: max-content !important;
}

#content div.heng99-submarine-total-item {
  width: max-content !important;
}

#content .heng99-submarine-total-item__img &gt; img {
  margin: 0;
}

#content div.heng99-submarine-table-item__value {
  width: 58px !important;
}
</pre></body></html>