.common-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.common-modal-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.common-modal-cont {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -60%, 1px);
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.common-modal-cont::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.common-modal--normal .common-modal-cont {
  width: 80rem;
  height: 71.5625rem;
}
.common-modal--normal .common-modal-cont::before {
  width: 87.8125rem;
  height: 84.21875rem;
  left: -3.125rem;
  top: -9.6875rem;
  background-image: url("./assets/common-modal__normal.png");
}
.common-modal--long .common-modal-cont {
  width: 80rem;
  height: 102.5rem;
}
.common-modal--long .common-modal-cont::before {
  width: 87.8125rem;
  height: 115.46875rem;
  left: -3.125rem;
  top: -9.6875rem;
  background-image: url("./assets/common-modal__long.png");
}
.common-modal--short .common-modal-cont {
  width: 70.15625rem;
  height: 41.40625rem;
}
.common-modal--short .common-modal-cont::before {
  background-image: url("./assets/common-modal__short.png");
}
.common-modal-header {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64.84375rem;
  height: 6.5625rem;
  margin: 1.09375rem auto 0;
}
.common-modal-header span {
  font-size: 3.2rem;
  color: #7d550a;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[ea-lang="1"] .common-modal-header span {
  font-size: 4.375rem;
}
.common-modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 1.09375rem 2.1875rem 0;
  overflow-y: auto;
}
.common-modal-body::-webkit-scrollbar {
  display: none;
}
.common-modal--normal .common-modal-body {
  max-height: 49.375rem;  
}
#record-modal.common-modal--normal .common-modal-body {
  padding: 1.09375rem 2.9rem 0 2.1875rem;
  max-height: 63.4375rem;
}
.common-modal--short .common-modal-body {
  max-height: 19.6875rem;  
}
.common-modal--long .common-modal-body {
  max-height: 94.84375rem;
}
#record-modal.common-modal--long .common-modal-body {
  padding: 0 2.1875rem 1.09375rem;
}
#rule-modal.common-modal--long .common-modal-body {
  padding-bottom: 2.1875rem;
}
#rule-modal.common-modal--long .common-modal-body .rule-modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  overflow-y: auto;
}
.common-modal-text {
  font-size: 3.4375rem;
  color: #685c41;
  max-width: 64.84375rem;
  margin: 2.4rem auto;
}
#rule-modal.common-modal--long .common-modal-text {
  text-align: left;
  margin: 1rem auto;
}
.common-modal--short .common-modal-text {
  margin: auto;
}
.common-modal--long .common-modal-text {
  margin: auto;
}
#day2day-modal.common-modal--long .common-modal-text {
  flex: 0 0 auto;
  margin: 0.5rem auto 1.2rem;
}
.common-modal-text span {
  color: #9b7814;
}
.common-modal-text b {
  font-weight: normal;
  color: #237d23;
}
.common-modal-hint {
  font-size: 3.125rem;
  color: #872323;
  max-width: 64.84375rem;
  margin: 2.4rem auto;
}
.common-modal-logout {
  font-size: 3.75rem;
  color: #ff8f25;
  text-decoration: underline;
  margin: 0 auto 2rem;
  cursor: pointer;
}
.common-modal-pagination {
  font-size: 3.4375rem;
  color: #685c41;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1.09375rem;
  width: 74.21875rem;
  height: 9.375rem;
  border-top: 1px solid #d5c594;
  margin: 0 auto;
}
.common-modal-pagination span {
  margin: 0 3rem;
}
.common-modal-pagination__next,
.common-modal-pagination__prev {
  padding: 4.4rem 1rem;
  width: 4.375rem;
  height: 3.4375rem;
  background: url("./assets/anniversary_n_btn_09.png") no-repeat center / 4.375rem;
}
.common-modal-pagination__next {
  transform: rotate(-90deg);
}
.common-modal-pagination__prev {
  transform: rotate(90deg);
}
html[dir="rtl"] .common-modal-pagination__next {
  transform: rotate(90deg);
}
html[dir="rtl"] .common-modal-pagination__prev {
  transform: rotate(-90deg);
}
.common-modal-pagination__next--disabled,
.common-modal-pagination__prev--disabled {
  filter: grayscale(1);
}
.common-modal-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1.09375rem;
  width: 64.84375rem;
  height: 14.0625rem;
  border-top: 1px solid #d5c594;
  margin: 0 auto;
}
.common-modal-btn,
.common-modal-reject {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.125rem;
  color: #2e2f33;
  width: 29.53125rem;
  height: 8.125rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  background-image: url("./assets/anniversary_n_btn_02.png");
  margin: auto;
  cursor: pointer;
}
.common-modal-reject {
  background-image: url("./assets/anniversary_n_btn_01.png");
}
.common-modal--blue .common-modal-btn {
  background-image: url("./assets/anniversary_n_btn_05.png");
}
html[ea-lang="1"] .common-modal-btn,
html[ea-lang="1"] .common-modal-reject {
  font-size: 3.75rem;
}
.common-modal-btn span,
.common-modal-reject span {
  max-width: 85%;
  max-height: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-modal-close {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 143%);
  width: 10.46875rem;
  height: 10.46875rem;
  cursor: pointer;
  background: url("./assets/common_n_btn_x_01.png") no-repeat 0 / 100%;
  opacity: 0;
}

.day2day-scroller {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
}
.day2day-scroller__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 3.28125rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.day2day {
  font-size: 3.4375rem;
  color: #685c41;
  box-sizing: border-box;
  padding: 1rem 3rem;
  width: 74.21875rem;
  /* min-height: 15.625rem; */
  /* height: fit-content; */
  background: url('./assets/day2day_bg.png') no-repeat 0 / 99% 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1rem;
}
.day2day-info {

}
.day2day-info__name {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}
.day2day-info-value-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  width: 29.6875rem;
  margin-bottom: 0.7rem;
}
.day2day-info-value {
  display: flex;
  align-items: center;
}
.day2day-info-value span {
  font-size: 3.6rem;
}
.day2day-info-value__icon {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.day2day-info-value__icon--1 {
  width: 5rem;
  height: 5.15625rem;
  background-image: url('./assets/anniversary_n_icon_02.png');
}
.day2day-info-value__icon--2 {
  width: 4.6875rem;
  height: 5.9375rem;
  background-image: url('./assets/integral.png');
}
.day2day-status {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 1rem 0;
}
.day2day-status__score {
  /* display: none; */
  margin-bottom: 1rem;
}
.day2day-status__btn {
  width: 11.09375rem;
  height: 9.21875rem;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.day2day-status__btn--0 {
  background-image: url('./assets/anniversary_n_icon_04.png');
  filter: grayscale(1);
}
.day2day-status__btn--1 {
  background-image: url('./assets/anniversary_n_icon_06.png');
  animation: zoomShake_2 1s infinite;
}
@keyframes zoomShake_2 {
  0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}
.day2day-status__btn--2 {
  background-image: url('./assets/anniversary_n_icon_05.png');
}

.record-table {
  font-size: 3.4375rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.record-table-header {
  color: #56372d;
  font-weight: bold;
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  height: 8.90625rem;
  background: #f6e0b8;
}
html[lang="de"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.5rem;
}
html[lang="vi"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.2rem;
}
html[lang="es"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.4rem;
}
html[lang="fr"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.5rem;
}
html[lang="ru"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.5rem;
}
html[lang="pt"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.4rem;
}
html[lang="pl"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.5rem;
}
html[lang="ro"] .record-table-header .record-table-header-item:nth-child(1) {
  font-size: 2.5rem;
}
.record-table-header-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333333%;
}
.record-table-body {
  position: relative;
  flex: 1;
  color: #685c41;
  width: 100%;
}
.record-table-body__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.record-table-row {
  display: flex;
  width: 100%;
}
.record-table-row:nth-child(even) {
  background: #f6eed4;
}
.record-table-cell {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.333333%;
}
.record-table-item {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 100%;
  min-height: 8.90625rem;
  word-break: break-all;
}
.record-table-item span {
  max-width: 100%;
  max-height: 100%;
  /* -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  margin: auto;
}

.role,
.region {
  position: relative;
  z-index: 1;
  font-size: 3.75rem;
  margin: 4rem auto;
}
.region {
  display: none;
  z-index: 2;
  margin-bottom: 0;
}
.region+.role {
  /* margin-top: 1rem; */
}
.role-field,
.region-field {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.25rem;
  min-width: 46.4062rem;
  max-width: 90%;
  min-height: 5.78125rem;
  background: #6a6454;
}
.role-field span,
.region-field span {
  flex: 1;
  color: #ecdcc0;
  max-width: 100%;
}
.role-field__arrow,
.region-field__arrow {
  flex: 0 0 auto;
  width: 4.375rem;
  height: 3.4375rem;
  background: url("./assets/anniversary_n_btn_09.png") no-repeat 0 / 100%;
}
.role--open .role-field__arrow,
.region--open .region-field__arrow {
  transform: rotate(-180deg);
}
.role-list,
.region-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(73, 70, 63, 0.8);
}
.role--open .role-list,
.region--open .region-list {
  display: block;
}
.role-item,
.region-item {
  display: block;
  color: #b4b4b4;
  line-height: 5.78125rem;
  width: 100%;
  min-height: 6.875rem;
}
.role-item:nth-child(even),
.region-item:nth-child(even) {
  color: #ecdcc0;
  background: rgba(155, 148, 129, 0.8);
}

.loading {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F05A50;
}

.loading .main {
  width: 60%;
  margin: 0 auto;
  color: #FFF
}

.loading .main img {
  width: 60%;
  margin: 50rem auto 2rem;
}

.loading .main .title {
  font-size: 8rem
}

.loading .main .text {
  font-size: 3.6rem
}

.loading .main .bar {
  height: 2rem;
  width: 100%;
  border: 0.5rem solid #FFF;
  border-radius: 2rem;
  margin: 2rem 0;
}

.loading .main .bar .sub {
  height: 2rem;
  width: 98%;
  margin: 0 auto 0;
}

.loading .main .bar .percent {
  height: 100%;
  width: 0;
  background-color: #FFF;
  border-radius: .6rem;
}

.landing {
  width: 100%;
  height: 77.5rem;
  margin-bottom: 54.53125rem;
}
.landing .action-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2.03125rem 0 0;
}
.landing .action-1 > img {
  position: relative;
  flex: 0 0 auto;
}
.landing .action-1 .title {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translate(-50%, -57%);
  width: 65.6%;
}
.landing .action-1 .cake2 {
  z-index: 3;
  width: 41.6%;
}
.landing .action-1 .cake3 {
  z-index: 2;
  transform: translateY(8.59375rem);
  width: 31.86666667%;
}
@keyframes flow {
  from {
    transform: scale(1, 1) translate(0, 0);
  }

  50% {
    transform: scale(1.02, 1.02) translate(-2px, 0);
  }

  to {
    transform: scale(1, 1) translate(0, 0);
  }
}
.landing .action-1 .balloon1,
.landing .action-1 .balloon2 {
  position: absolute;
  transform-origin: center bottom;
  animation-name: flow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.landing .action-1 .balloon1 {
  left: 8%;
  top: -11rem;
  width: 18.13333333%;
}
.landing .action-1 .balloon2 {
  top: 3rem;
  right: 1.5%;
  width: 16.875%;
  animation-delay: 0.5s;
}
.landing .logo {
  width: 34%;
  position: absolute;
  z-index: 2;
  left: 3rem;
  top: 5rem;
}

.landing .action-2 {
  position: absolute;
  bottom: 23rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.landing .action-2 .gametime {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -190%);
  font-size: 3.73rem;
  font-weight: bold;
  color: #fff;
}
.landing .action-2 .gametime__text {
  display: block;
}
.landing .action-2 .gametime__text span {
  font-size: 4rem;
}
.landing .action-2 .gametime__text:nth-child(1) {
  -webkit-text-stroke: #86121C 1.2rem;
}
.landing .action-2 .gametime__text:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.landing .action-2 .gametime__text:nth-child(1) span {
  -webkit-text-stroke-color: #16AA2F;
}
.landing .action-2 .btn-box {
  position: relative;
  width: 43.46666667%;
}
.landing .action-2 .start,
.landing .action-2 .reward {
  width: 100%;
}
.landing .action-2 .btn-box .redot {
  position: absolute;
  right: 10%;
  top: 19.5%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: red url('./assets/common_n_frame_round_020.png') no-repeat 0 / 100%;
  opacity: 0;
}
.landing .action-2 .remains-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 88%);
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 50vw;
}
.landing .action-2 .remains {
  position: relative;
  font-size: 3.73rem;
  font-weight: bold;
  color: #FFFFFF;
  width: fit-content;
}
.landing .action-2 .remains span {
  display: block;
}
.landing .action-2 .remains span:nth-child(1) {
  -webkit-text-stroke: #C90A05 1.3rem;
}
.landing .action-2 .remains span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.landing .add {
  width: 65%;
}

.slideTop {
  -webkit-animation: st 1s ease-in;
  animation: st 1s ease-in;
}

@-webkit-keyframes st {
  0% {
      transform: translateZ(0)
  }
  100% {
      transform: translate3d(0, -300%, 0)
  }
}

@keyframes st {
  0% {
      transform: translateZ(0)
  }
  100% {
      transform: translate3d(0, -300%, 0)
  }
}

.slideBottom {
  -webkit-animation: sb 1s ease-in;
  animation: sb 1s ease-in;
}

@-webkit-keyframes sb {
  0% {
      transform: translateZ(0)
  }
  100% {
      transform: translate3d(0, 500%, 0)
  }
}

@keyframes sb {
  0% {
      transform: translateZ(0)
  }
  100% {
      transform: translate3d(0, 500%, 0)
  }
}

.swing {
  transform-origin: bottom center;
  -webkit-animation: sw 2s ease-in-out alternate infinite;
  animation: sw 2s ease-in-out alternate infinite;
}

@-webkit-keyframes sw {
  0% {
      transform: translate(-50%, -57%) rotate(2deg);
  }
  100% {
      transform: translate(-50%, -57%) rotate(-2deg);
  }
}

@keyframes sw {
  0% {
      transform: translate(-50%, -57%) rotate(2deg);
  }
  100% {
      transform: translate(-50%, -57%) rotate(-2deg);
  }
}

.modal .mask {
  background-color: #000;
  opacity: .6;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.modal .modal-content {
  position: fixed;
  height: 100%;
  width: 90%;
  margin-top: .3rem;
  top: 0;
}

.modal .main {
  width: 85%;
  margin: 0 auto;
}

.modal .container {
  position: relative
}

.modal .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.modal .modal-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.4rem;
}

.modal .over-img {
  width: 45%;
  margin: .8rem auto 0
}

.modal .over-score {
  margin-top: -0.2rem;
  font-size: .5rem;
  color: #FF735C;
  text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
}

.modal .tip {
  font-size: .16rem;
  color: #9B724E;
}

.modal .over-button-b {
  width: 70%;
  margin: 0.1rem auto 0
}

.wxShare {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: .9
}

.wxShare img {
  width: 50%;
  float: right;
  margin: 10px 10px 0 0
}

@font-face {
  font-family: 'wenxue';
  src: url('./assets/wenxue.eot');
  src: url('./assets/wenxue.eot'),
  url('./assets/wenxue.woff'),
  url('./assets/wenxue.ttf'),
  url('./assets/wenxue.svg');
}

.font-wenxue {
  font-family: 'wenxue';
}

.award,
.download {
  position: fixed;
  z-index: 1;
  right: 0;
  width: 20rem;
  height: 8rem;
}

.award {
  top: 55rem;
  /* background: url("../assets/main-index-award.png") no-repeat 0 / 100%; */
}

.download {
  top: 65rem;
  /* background: url("../assets/main-index-download.png") no-repeat 0 / 100%; */
}

html[sdk="1"] .download {
  display: none;
}

.toast {
  position: fixed;
  z-index: 101;
  left: 50vw;
  top: 34vh;
  transform: translate(-50%, -50%);
  padding: 2.67rem;
  max-width: 50vw;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0.8rem;
  display: none;
}
.toast__text {
  font-size: 3.6rem;
  color: #fff;
  margin: 0;
  /* word-wrap: break-word; */
}

.game-modal {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.game-modal-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.game-modal-cont {
  position: absolute;
  z-index: 1;
  left: calc(50% - 43rem);
  top: 2%;
  padding-bottom: 12rem;
  width: 88.6666666667rem;
  height: fit-content;
  background-position: 0 top, 0 bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
  background-image: url('./assets/main-modal-bg-top.png'), url('./assets/main-modal-bg-bottom.png');
}

html.iphoneX .game-modal-cont {
  top: calc(2% + 44px);
}

.game-modal-cont::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: calc(82.6666666667rem - 1px);
  bottom: calc(36.6666666667rem - 1px);
  background: url('./assets/main-modal-bg-line.png') repeat 0 0 / 100%;
}

.game-modal-text {
  font-family: Helvetica;
  font-size: 4.4rem;
  color: #774f2f;
  text-align: center;
  margin: 4rem auto 0;
}

.game-modal-btn {
  box-sizing: border-box;
  display: block;
  width: 62.4rem;
  height: 21.3333333333rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.game-modal-close {
  position: absolute;
  right: 2.5rem;
  top: 34.5rem;
  width: 10.6rem;
  height: 10.6rem;
  box-sizing: border-box;
  /* border: 1px solid red; */
  cursor: pointer;
}

.game-modal-remains {
  font-family: Helvetica;
  font-size: 3.73rem;
  color: #fff;
  display: flex;
  width: 61.06666666667rem;
  height: 12.8rem;
  /* background: url("../assets/main-modal-rect.png") no-repeat 0 / 100%; */
  overflow: auto;
  margin: 2rem auto 0;
}

.game-modal-remains__text {
  position: relative;
  max-width: 96%;
  margin: auto;
}

.game-modal-remains__text span {
  display: block;
  max-width: 100%;
}

.game-modal-remains__text span:nth-child(1) {
  -webkit-text-stroke: #C90A05 1rem;
}

.game-modal-remains__text span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

#get-chances-modal .game-modal-title {
  width: 68.6rem;
  height: 18.8rem;
  /* background: url("../assets/main-modal-chances.png") no-repeat 0 / 100%; */
  margin: 18.8rem auto 0;
}

.game-chances-list {}

.game-chances {
  display: flex;
  justify-content: flex-end;
  width: 77.33rem;
  height: 19.87rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}

.game-chances__go {
  width: 16.8rem;
  height: 9.33rem;
  /* background: url("../assets/main-modal-go-1.png") no-repeat 0 / 100%; */
  margin: auto 3rem auto 0;
}

.game-chances__go--disabled {
  /* background-image: url("../assets/main-modal-go-2.png"); */
}

.game-chances--share {
  /* background-image: url("../assets/share_item.png"); */
  margin: 5rem auto 0;
}

.game-chances--visit {
  /* background-image: url("../assets/visit_item.png"); */
  margin: 2.2rem auto 0;
}

.game-chances--comment {
  /* background-image: url("../assets/download_item.png"); */
  margin: 2.2rem auto 0;
}

html[sdk="1"] .game-chances--comment {
  /* background-image: url("../assets/comment_item.png"); */
}

#history-modal .game-modal-cont {
  position: absolute;
  left: calc(50% - 42.8rem);
  color: #fe3e97;
  width: 85.6rem;
  height: 85.33rem;
  /* background: url("../assets/main-Popup-bg.png") no-repeat 0 / 100%; */
}

.history-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  width: 100%;
  height: 100%;
  display: none;
}

.history-list {
  /* border: 1px solid red; */
  position: relative;
  left: -0.16%;
  box-sizing: border-box;
  font-size: 3rem;
  width: 95%;
  height: 66%;
  border-radius: 0 0 12% 12%;
  overflow: auto;
  margin: 30% auto 0;
  display: none;
}

.history-list-header,
.history-list-row {
  display: flex;
  align-items: center;
  height: 9rem;
}

.history-list-header span:nth-child(1),
.history-list-row span:nth-child(1) {
  flex: 0 0 40%;
}

.history-list-header span:nth-child(2),
.history-list-row span:nth-child(2) {
  flex: 0 0 60%;
}

.history-list-header {
  font-weight: bold;
}

.history-list-row {
  color: #333;
}

.success-modal-title {
  width: 55.4666666667rem;
  height: 19.3333333333rem;
  background: url("./assets/main-modal-success.png") no-repeat 0 / 100%;
  margin: 47rem auto 0;
}

.success-modal-levels-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.success-modal-levels {
  position: relative;
  left: -1rem;
  font-size: 20.5rem;
  font-weight: bold;
  color: #ec3e2b;
  width: auto;
  margin: 0 auto;
}

.success-modal-levels__stroke {
  -webkit-text-stroke: #fff 1.5rem;
}

.success-modal-levels__text {
  position: absolute;
  left: 0;
  top: 0;
}

.share-btn {
  position: absolute;
  bottom: 4.5rem;
  right: -14rem;
  width: 9.6rem;
  height: 9.6rem;
  background: url("./assets/main-modal-share.png") no-repeat 0 / 100%;
  cursor: pointer;
}

.code-btn {
  display: flex;
  justify-content: center;
  padding-left: 18rem;
  /* background-image: url("../assets/main-modal-code.png"); */
  margin-top: 3rem;
}

.code-cont {
  position: relative;
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  line-height: 18rem;
}

.code-cont__stroke {
  -webkit-text-stroke: #2657b2 0.6rem;
}

.code-cont__text {
  position: absolute;
  left: 0;
  top: 0;
}

.exchange-btn {
  background-image: url("./assets/main-modal-again-c.png");
}

.invite-btn {
  background-image: url("./assets/main-modal-invite-b.png");
  margin-top: 3.2rem;
}

.again-btn {
  background-image: url("./assets/main-modal-again-b.png");
  margin-top: 3.2rem;
}

.fail-modal-title {
  width: 55.4666666667rem;
  height: 19.3333333333rem;
  background: url("./assets/main-modal-over.png") no-repeat 0 / 100%;
  margin: 46rem auto 0;
}





