@charset "UTF-8";
body {
  min-width: 1400px;
}

.float-btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: -1px;
  gap: 0.4rem;
  top: 45%;
  transform: translateY(-50%);
  z-index: 99;
}

.float-btn-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 68px;
  border-radius: 16px 0 0 16px;
  cursor: pointer;
}
.float-btn-item.zalo .float-btn-text.zalo {
  flex-direction: column;
  height: auto;
  bottom: 0;
  width: 107px;
  height: 120px;
  gap: 0.2rem;
}
.float-btn-item.zalo .float-btn-text.zalo:after {
  bottom: 22px;
}
.float-btn-item .float-btn-icon {
  position: relative;
  width: 58px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.float-btn-item .float-btn-icon .unread-count {
  position: absolute;
  background: #ff0000;
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 14px;
  top: 2px;
  right: -4px;
}
.float-btn-item .float-btn-text {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  right: 82px;
  width: 80px;
  height: 40px;
  padding: 0 0.6rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: bold;
}
.float-btn-item .float-btn-text:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: -6px;
}
.float-btn-item .float-btn-text.service {
  right: 94px;
}
.float-btn-item.service {
  width: 86px;
  justify-content: flex-start;
}
.float-btn-item.service .float-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
}
.float-btn-item .float-btn-app {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 88px;
  border-radius: 24px;
  left: -96px;
  top: 50%;
  transform: translateY(-50%);
  gap: 0.4rem;
  padding: 0.6rem 0;
  backdrop-filter: blur(2px);
}
.float-btn-item .float-btn-app .float-app-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 10px;
}
.float-btn-item .float-btn-app .float-app-item .float-app-icon {
  width: 52px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 96px;
  padding: 0 0.6rem;
  height: 40px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: -6px;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text.qrcode {
  width: 107px;
  height: 120px;
  flex-direction: column;
  gap: 0.2rem;
}
.float-btn-item .float-btn-app .float-app-item .float-app-text.qrcode img {
  border-radius: 4px;
}
.float-btn-item .float-btn-app .float-app-item:hover .float-app-text {
  display: flex;
}
@media (max-height: 860px) {
  .float-btn-item .float-btn-app {
    transform: translateY(-50%) scale(0.8);
  }
}
.float-btn-item.show .float-btn-arrow {
  transform: rotate3d(0, 1, 0, 180deg);
}
.float-btn-item.show .float-btn-app {
  display: flex;
}
.float-btn-item:hover.online-cs .float-btn-text.online-cs {
  display: flex;
}
.float-btn-item:hover.line .float-btn-text.line {
  display: flex;
}
.float-btn-item:hover.telegram .float-btn-text.telegram {
  display: flex;
}
.float-btn-item:hover.teams .float-btn-text.teams {
  display: flex;
}
.float-btn-item:hover.whatsapp .float-btn-text.whatsapp {
  display: flex;
}
.float-btn-item:hover.messenger .float-btn-text.messenger {
  display: flex;
}
.float-btn-item:hover.instagram .float-btn-text.instagram {
  display: flex;
}
.float-btn-item:hover.zalo .float-btn-text.zalo {
  display: flex;
}
.float-btn-item:hover.meiqia .float-btn-text.meiqia {
  display: flex;
}
.float-btn-item .float-btn-arrow {
  display: none;
}
.float-btn-item.discount:hover .float-btn-text {
  display: flex;
}
.float-btn-item.chatroom:hover .float-btn-text {
  display: flex;
}
.float-btn-item.message:hover .float-btn-text {
  display: flex;
}
.float-btn-item.service:hover .float-btn-text {
  display: flex;
}
.float-btn-item.service:hover .float-btn-text {
  display: none;
}

.gotop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.gotop.hide {
  bottom: -120px;
}
.gotop:hover {
  bottom: 72px;
}

.header {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.header-wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-wrap .logo {
  min-width: 120px;
  max-width: 120px;
  cursor: pointer;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  height: 100%;
  width: 900px;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid transparent;
  height: 100%;
  max-width: 65px;
  min-width: 65px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.menu-list {
  position: absolute;
  min-width: 100%;
  height: 300px;
  border-bottom: 3px solid;
  top: 80px;
  z-index: 99;
  transition: all 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  display: flex;
}
.menu-list.close {
  height: 0 !important;
  border-bottom-width: 0;
}
.menu-list.open {
  display: flex;
}

.menu-list-wrap {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: center;
}

.menu-list-arrow {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu-list-arrow .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.menu-list-arrow .btn:hover {
  border-color: transparent;
}
.menu-list-arrow .btn.hidden {
  opacity: 0;
}

.menu-list-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 1;
  width: 1250px;
}

.menu-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
  height: 300px;
  padding: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.row .menu-list-item {
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 150px;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.menu-list-item .maintain {
  height: 100%;
  border-radius: 0;
  top: 0;
}

.menu-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-list-logo {
  display: flex;
  align-items: center;
  width: 114px;
  height: 80px;
}

.menu-list-pic {
  display: flex;
  align-items: center;
  width: 160px;
  height: 160px;
}
.row .menu-list-pic {
  width: 120px;
  height: auto;
}

header .list-function {
  display: flex;
  flex-direction: row;
  justify-self: flex-end;
  align-items: center;
  gap: 0.4rem;
}
header .list-function:before {
  content: "";
  display: flex;
  width: 1px;
  height: 60px;
  border-left: 1px solid transparent;
  padding: 0 1rem 0 0;
}
header .list-function .list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  min-width: 266px;
}
.login header .list-function .list-btn {
  display: none;
}

.login-btn, .reg-btn {
  width: 82px;
  height: 36px;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.forgot-btn {
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.forgot-btn:before {
  content: "?";
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  margin: 0 4px 0 0;
  transition: all 0.3s ease-in-out;
}

.list-user-info {
  display: flex;
  flex-direction: row;
}
.list-user-info .area-user {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2.4rem 0 0;
}
.list-user-info .area-user .user-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 52px;
  height: 52px;
  background-size: 52px;
  border: 2px solid transparent;
  border-radius: 14px;
}
.list-user-info .area-user .user-btn .vip {
  text-align: center;
  line-height: 14px;
  height: 14px;
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  border: 0;
  border-radius: 0 0 10px 10px;
  padding: 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}
.list-user-info .area-user .user-info {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0 0 0.4rem;
}
.list-user-info .area-user .user-info .user-name {
  font-size: 0.9rem;
  font-weight: bold;
}
.list-user-info .area-user .user-info .amount {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  font-weight: bold;
}
.list-user-info .area-user .user-info .icon-refresh {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.list-user-info .area-user .user-info .icon-refresh:hover {
  transform: rotate(180deg);
}
.list-user-info .area-user .user-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-user-info .area-user .user-icon-arrow .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  right: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.list-user-info .area-user .user-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 180px;
  top: 50px;
  right: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.2rem 0;
  z-index: 2;
}
.list-user-info .area-user .user-menu .user-menu-list {
  position: relative;
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 0 0 2.4rem;
  margin: 0.6rem;
  cursor: pointer;
}
.list-user-info .area-user .user-menu .user-menu-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.6rem;
  left: 0;
}
.list-user-info .area-user .user-menu .user-menu-list:last-child:after {
  display: none;
}
.list-user-info .area-user .user-menu .user-menu-list.logout {
  height: auto;
  padding: 0.6rem 0;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid transparent;
}

header .list-btn-function {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0 0 0 1rem;
}
header .list-btn-function .list-btn-item {
  display: flex;
  flex-direction: column;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 36px 0 0 0;
  font-size: 0.9rem;
  min-width: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dropdown-language {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 1rem;
}
.dropdown-language:before {
  content: "";
  display: flex;
  width: 1px;
  height: 60px;
  border-left: 1px solid transparent;
  padding: 0 1rem 0 0;
}
.dropdown-language .dropdown-btn, .dropdown-language #game-surface-popup-deposit .input-area .dropdown .list-option, #game-surface-popup-deposit .input-area .dropdown .dropdown-language .list-option {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  width: 68px;
  height: 36px;
  gap: 0.6rem;
  padding: 0 0 0 0.4rem;
  transition: all 0.3s ease-in-out;
}

.flag {
  display: flex;
  width: 24px;
  height: 24px;
  background-position: center left;
  background-repeat: no-repeat;
}
.flag.us {
  background-image: url(../images/language/icon-lang-en-US.svg);
}
.flag.tw {
  background-image: url(../images/language/icon-lang-zh-TW.svg);
}
.flag.cn {
  background-image: url(../images/language/icon-lang-zh-CN.svg);
}
.flag.vn {
  background-image: url(../images/language/icon-lang-vi-VN.svg);
}
.flag.jp {
  background-image: url(../images/language/icon-lang-ja-JP.svg);
}
.flag.br {
  background-image: url(../images/language/icon-lang-pt-BR.svg);
}
.flag.th {
  background-image: url(../images/language/icon-lang-th-TH.svg);
}
.flag.en {
  background-image: url(../images/language/icon-lang-en-US.svg);
}
.flag.zh {
  background-image: url(../images/language/icon-lang-zh-TW.svg);
}
.flag.vi {
  background-image: url(../images/language/icon-lang-vi-VN.svg);
}
.flag.pt {
  background-image: url(../images/language/icon-lang-pt-BR.svg);
}

.list-option {
  position: absolute;
  display: grid;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.2rem;
  gap: 0.4rem;
  width: 164px;
  top: 48px;
  right: 0;
  z-index: 2;
}
.list-option .country {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2em;
  padding: 0.4rem 1rem;
  cursor: pointer;
}
.list-option .country.zh-CN .flag {
  background-image: url(../images/language/icon-lang-zh-CN.svg);
}
.list-option .country.zh-TW .flag {
  background-image: url(../images/language/icon-lang-zh-TW.svg);
}
.list-option .country.en-US .flag {
  background-image: url(../images/language/icon-lang-en-US.svg);
}
.list-option .country.vi-VN .flag {
  background-image: url(../images/language/icon-lang-vi-VN.svg);
}
.list-option .country.ja-JP .flag {
  background-image: url(../images/language/icon-lang-ja-JP.svg);
}
.list-option .country.pt-BR .flag {
  background-image: url(../images/language/icon-lang-pt-BR.svg);
}
.list-option .country.th-TH .flag {
  background-image: url(../images/language/icon-lang-th-TH.svg);
}
.list-option .country.cn .flag {
  background-image: url(../images/language/icon-lang-zh-CN.svg);
}
.list-option .country.zh .flag {
  background-image: url(../images/language/icon-lang-zh-TW.svg);
}
.list-option .country.en .flag {
  background-image: url(../images/language/icon-lang-en-US.svg);
}
.list-option .country.vi .flag {
  background-image: url(../images/language/icon-lang-vi-VN.svg);
}
.list-option .country.jp .flag {
  background-image: url(../images/language/icon-lang-ja-JP.svg);
}
.list-option .country.pt .flag {
  background-image: url(../images/language/icon-lang-pt-BR.svg);
}
.list-option .country.th .flag {
  background-image: url(../images/language/icon-lang-th-TH.svg);
}
.list-option .country .flag {
  width: 32px;
  height: 32px;
}

.music {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  font-size: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
}

footer {
  padding: 2.6rem 0 0 0;
}

.list-providers {
  width: 1400px;
  margin: 0 auto;
}

.providers-logo {
  display: grid;
  grid-template-columns: repeat(10, 2fr);
  justify-items: center;
  gap: 1.6rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid transparent;
}
.providers-logo .img-providers {
  width: 125px;
}

.footer-license {
  width: 1400px;
  margin: 0 auto;
  padding: 2.6rem 0 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  border-bottom: 1px solid transparent;
}
.footer-license .license-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 166px;
  gap: 0.6rem;
  text-align: center;
}
.footer-license .license-item .license-title {
  display: flex;
  font-size: 0.9rem;
}

.copyright {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  padding: 1.4rem 0;
}
.copyright .copyright-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.copyright .copyright-wrap .copyright-link {
  display: flex;
  flex-direction: row;
}
.copyright .copyright-wrap .copyright-link p {
  padding: 0 0.4rem;
  border-right: 1px solid transparent;
  cursor: pointer;
}
.copyright .copyright-wrap .copyright-link p:last-of-type {
  border: 0;
}
.copyright .version {
  position: absolute;
  right: 0;
}

#first {
  padding-top: 80px;
}

.slider {
  position: relative;
  display: flex;
}
.slider .slider-dot {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  height: 32px;
  padding: 0.4rem 0.6rem;
  border-radius: 16px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
.slider .slider-dot .list-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.news-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 43px;
  top: -43px;
  z-index: 1;
  cursor: pointer;
}
.news-wrap .news-content {
  display: flex;
  flex-direction: row;
  width: 1400px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding: 0 0 0 30px;
}
.news-wrap .news-content p {
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 0.4rem;
}

.first-game {
  width: 1400px;
  margin: 0 auto;
  height: 800px;
}

.first-game-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.first-game-title span {
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-game-title:before, .first-game-title:after {
  content: "";
  display: flex;
  width: 410px;
  height: 37px;
}

.first-game-list {
  display: flex;
  justify-content: center;
  padding: 3rem 0 1rem 0;
}

.list-game-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.4rem 0.6rem;
  border-radius: 16px;
  gap: 0.3rem;
}
.list-game-type .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 70px;
  gap: 0.2rem;
  cursor: pointer;
}
.list-game-type .btn .icon {
  width: 32px;
  height: 32px;
}
.list-game-type .btn:last-child {
  border: 0;
}
.list-game-type .btn:hover, .list-game-type .btn.active {
  border-radius: 10px;
}
.list-game-type .btn:hover .text, .list-game-type .btn.active .text {
  font-weight: bold;
}
.list-game-type .hr {
  width: 1px;
  height: 54px;
}

.list-game-lobby {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.list-game-lobby.hot {
  min-height: 580px;
}

.img-game-lobby {
  display: flex;
  width: 600px;
  height: 600px;
}
.hot .img-game-lobby {
  background: url("../images/index/first-game-hot.webp") no-repeat center;
}
.slot .img-game-lobby {
  background: url("../images/index/first-game-slot.webp") no-repeat center;
}
.poker .img-game-lobby {
  background: url("../images/index/first-game-poker.webp") no-repeat center;
}
.live .img-game-lobby {
  background: url("../images/index/first-game-live.webp") no-repeat center;
}
.esports .img-game-lobby {
  background: url("../images/index/first-game-esports.webp") no-repeat center;
}
.sports .img-game-lobby {
  background: url("../images/index/first-game-sports.webp") no-repeat center;
}
.fishing .img-game-lobby {
  background: url("../images/index/first-game-fishing.webp") no-repeat center;
}
.cockfight .img-game-lobby {
  background: url("../images/index/first-game-cockfight.webp") no-repeat center;
}
.lottery .img-game-lobby {
  background: url("../images/index/first-game-lottery.webp") no-repeat center;
}
.egames .img-game-lobby {
  background: url("../images/index/first-game-egames.webp") no-repeat center;
}
.hot .img-game-lobby {
  margin: 0;
  align-self: center;
}

.list-game-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.list-game-content .hr {
  border: 1px solid transparent;
  margin: 0 0 2rem;
}

.game-content-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#first .content-title {
  width: 100%;
  height: 72px;
}

.list-game-arrow {
  display: flex;
  gap: 1rem;
}
.list-game-arrow .btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.list-game-arrow .btn:hover {
  border-color: transparent;
}
.list-game-arrow .btn.hidden {
  display: none;
}

.list-game {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem 1rem;
  z-index: 1;
}

.list-game-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.list-game-item .list-game-info {
  position: relative;
  display: flex;
  width: 160px;
  height: 124px;
  flex-direction: column;
  align-items: center;
  border-radius: 9px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.list-game-item .list-game-info .providers-img {
  width: 70%;
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
}
.list-game-item .list-game-info .logo-color, .list-game-item .list-game-info .logo-gray {
  position: relative;
  width: 89px;
  min-height: 62px;
  object-fit: contain;
  margin-top: -28px;
  z-index: 2;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.list-game-item .list-game-info .logo-color {
  position: absolute;
  opacity: 0;
}
.list-game-item .list-game-info:before {
  position: absolute;
  content: "";
  width: 158px;
  height: 122px;
  border-radius: 9px;
  transition: all 0.3s ease-in-out;
}
.list-game-item:hover .logo-color, .list-game-item:hover .logo-gray {
  bottom: 23px;
}
.list-game-item:hover .logo-gray {
  opacity: 0;
}
.list-game-item:hover .logo-color, .list-game-item:hover .providers-name {
  opacity: 1;
}
.list-game-item:hover .providers-img {
  width: 88%;
  margin-top: -28px;
}

.providers-name {
  position: relative;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  bottom: 28px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/* 熱門 */
.list-game-hot {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  gap: 1.2rem 0;
  z-index: 1;
  padding: 2.6rem 0;
  min-width: 688px;
}
.list-game-hot .game-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  width: 120px;
  border-radius: 10px;
  cursor: pointer;
}
.list-game-hot .game-item.loading {
  height: 120px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 60%) rgba(255, 255, 255, 0.04);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
.list-game-hot .game-item:hover .game-pic img {
  transform: scale(1.1);
}
.list-game-hot .game-item.jp .game-jp {
  display: block;
}
.list-game-hot .game-item.new .game-new {
  display: block;
}
.list-game-hot .game-item.recommend .game-recommend {
  display: block;
}
.list-game-hot .game-item .game-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.list-game-hot .game-item .game-pic img {
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.list-game-hot .game-item .game-name {
  width: 120px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.list-game-hot .game-item .game-jp {
  display: none;
  background: url(../../../images/common/jackpot/gameicon-jp-bg-1.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -36px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 42px;
  animation-name: bg-jp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  padding-top: 18px;
}
.list-game-hot .game-item .game-new {
  display: none;
  background-size: cover;
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 0.1rem 0.6rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#F20000, #820000);
  border: 1px solid #FF4D00;
  border-radius: 5px 0;
}
.list-game-hot .game-item .game-new:before {
  content: "New";
  display: block;
}
.list-game-hot .game-item .game-recommend {
  display: none;
  background: url(../images/green/game-recommend.webp) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 6px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}
.list-game-hot .game-item.default .game-pic img {
  width: 76px;
}

@keyframes bg-jp {
  0% {
    background-image: url(../../../images/common/jackpot/gameicon-jp-bg-1.webp);
  }
  50% {
    background-image: url(../../../images/common/jackpot/gameicon-jp-bg-2.webp);
  }
  100% {
    background-image: url(../../../images/common/jackpot/gameicon-jp-bg-3.webp);
  }
}
.maintain {
  position: absolute;
  display: flex;
  width: 100%;
  height: calc(100% + 21px);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  z-index: 3;
  top: -21px;
}

.first-service {
  padding: 3rem 0 0 0;
  height: 680px;
}

.first-service-wrap {
  width: 1400px;
  margin: 0 auto;
}

.first-service-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 4rem 0;
}
.first-service-title:before, .first-service-title:after {
  content: "";
  display: flex;
  width: 410px;
  height: 37px;
}

.first-service-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1rem;
}

.first-service-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  height: 454px;
  padding: 4rem 2.6rem 0 2.6rem;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.first-service-list:hover {
  transform: scale(105%);
}

.service-list-pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.service-list-pic:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  z-index: -1;
}
.service-list-pic img {
  width: 150px;
}

.service-lis-title {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2.4rem 0 1.8rem 0;
  text-align: center;
}

.service-lis-text {
  font-size: 0.9rem;
  text-align: center;
}

.page-content-default {
  margin-top: 0;
  padding-top: calc(2rem + 80px);
  padding-bottom: 4rem;
}

.page-title {
  font-size: 2rem;
}
#discount .page-title, #discount-detail .page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
}
#discount .page-title:before, #discount .page-title:after, #discount-detail .page-title:before, #discount-detail .page-title:after {
  content: "";
  display: flex;
  width: 410px;
  height: 37px;
}
#discount .page-title:after, #discount-detail .page-title:after {
  position: static;
  transform: translateY(0);
}
.page-title .page-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
  border-radius: 32px;
  border: 1px solid transparent;
}

#game {
  padding: calc(80px + 2rem) 0 3rem 0;
}

.container {
  width: 1400px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 1.4rem 2.2rem;
}

.game-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.6rem 1rem 1rem 1rem;
}

.game-top-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  padding: 0 27px;
}

.game-top-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.game-top-title {
  width: 400px;
  height: 85px;
}

.game-top-categories {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 925px;
  border-radius: 16px;
  padding: 0 0.7rem;
}
.game-top-categories .categories-list {
  display: flex;
  flex-direction: row;
}
.game-top-categories .categories-list .categories-list-logo {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  height: 70px;
  padding: 0 0 0 0.8rem;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.game-top-categories .categories-list .categories-list-logo img {
  width: 65px;
}
.game-top-categories .categories-list .categories-list-logo img.logo-active {
  display: none;
}
.game-top-categories .categories-list .categories-list-logo:after {
  content: "";
  display: flex;
  justify-self: flex-end;
  width: 1px;
  height: 16px;
}
.game-top-categories .categories-list .categories-list-logo .maintain {
  top: 3px;
  left: 0;
  height: calc(100% - 3px);
}
.game-top-categories .categories-arrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
}
.game-top-categories .categories-arrow .btn-chang-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.game-top-categories .categories-arrow .btn-chang-categories.hidden {
  opacity: 0;
}

.game-content {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0 0 0;
}

.game-content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.game-content-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.game-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 16px;
  padding: 0 0.2rem;
  margin: 0 1rem 0 0;
}

.game-content-function {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
}
.game-content-function .function-filter {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
}
.game-content-function .function-filter .btn-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 48px;
  gap: 0.4rem;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.game-content-function .function-filter .btn-filter .filter-icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.game-content-function .function-filter .btn-filter .filter-text {
  transition: all 0.3s ease-in-out;
}
.game-content-function .function-filter .btn-filter:hover, .game-content-function .function-filter .btn-filter.active {
  border: 0;
}
.game-content-function .function-filter .btn-filter:hover .filter-text, .game-content-function .function-filter .btn-filter.active .filter-text {
  font-weight: bold;
}
.game-content-function .function-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 24px;
}
.game-content-function .function-search .search-close {
  display: none;
  position: relative;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 0.7rem;
  margin: 0 0 0 0.4rem;
  cursor: pointer;
}
.game-content-function .function-search .search-input {
  display: none;
}
.game-content-function .function-search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  font-size: 1.2rem;
  cursor: pointer;
}
.game-content-function .function-search.expand {
  flex-direction: row-reverse;
}
.game-content-function .function-search.expand .search-close {
  display: flex;
}
.game-content-function .function-search.expand .search-input {
  display: flex;
}

.game-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 1rem;
  grid-row-gap: 1rem;
  justify-items: center;
  justify-content: center;
  padding: 40px 0;
}
.game-list .game-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  width: 150px;
  border-radius: 10px;
  cursor: pointer;
}
.game-list .game-item.loading {
  height: 150px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 60%) rgba(255, 255, 255, 0.04);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
.game-list .game-item:hover .game-pic {
  border: 2px solid transparent;
}
.game-list .game-item:hover .game-pic img {
  transform: scale(1.1);
}
.game-list .game-item:hover .game-name {
  font-weight: bold;
}
.game-list .game-item.jp .game-jp {
  display: block;
}
.game-list .game-item.new .game-new {
  display: block;
}
.game-list .game-item.recommend .game-recommend {
  display: block;
}
.game-list .game-item .game-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.game-list .game-item .game-pic img {
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.game-list .game-item .game-name {
  width: 150px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.game-list .game-item .game-jp {
  display: none;
  background: url(../../../images/common/jackpot/gameicon-jp-bg-1.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -44px;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 52px;
  animation-name: bg-jp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  color: #fff;
  text-align: center;
  padding-top: 24px;
}
.game-list .game-item .game-new {
  display: none;
  background-size: cover;
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 0.1rem 0.8rem;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#F20000, #820000);
  border: 1px solid #FF4D00;
  border-radius: 8px 0 8px 0;
}
.game-list .game-item .game-new:before {
  content: "New";
  display: block;
}
.game-list .game-item .game-recommend {
  display: none;
  background: url(../images/green/game-recommend.webp) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.game-list .game-item.default .game-pic img {
  width: 76px;
}

@keyframes bg-jp {
  0% {
    background-image: url(../../../images/common/jackpot/gameicon-jp-bg-1.webp);
  }
  50% {
    background-image: url(../../../images/common/jackpot/gameicon-jp-bg-2.webp);
  }
  100% {
    background-image: url(../../../images/common/jackpot/gameicon-jp-bg-3.webp);
  }
}
.game-list-total {
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
  justify-content: center;
  padding: 0 0 2rem 0;
}

.game-list-more {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border: 1px solid transparent;
  width: 304px;
  height: 48px;
  padding: 1rem 0;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.game-list-more:hover {
  border: 0;
  font-weight: bold;
}

#game-surface-popup-deposit .input-area .dropdown .dropdown-btn .option.bank-card .img, #game-surface-popup-deposit .input-area .dropdown .list-option .option.bank-card .img {
  background: url("../../../images/common/deposit-icon-bank-card.webp") no-repeat center;
  background-size: cover;
}
#game-surface-popup-deposit .input-area .dropdown .dropdown-btn .option.crypto .img, #game-surface-popup-deposit .input-area .dropdown .list-option .option.crypto .img {
  background: url("../../../images/common/deposit-icon-crypto.webp") no-repeat center;
  background-size: cover;
}
#game-surface-popup-deposit .input-area .dropdown .dropdown-btn .option.third-parties .img, #game-surface-popup-deposit .input-area .dropdown .list-option .option.third-parties .img {
  background: url("../../../images/common/deposit-icon-third-parties.webp") no-repeat center;
  background-size: cover;
}
#game-surface-popup-deposit .input-content.select .input-text {
  background: none;
}
#game-surface-popup-deposit .input-content.select .btn-select {
  border: 1px solid transparent;
  cursor: pointer;
}

#game-surface-popup-multi .list-game .game-icon .tag-select {
  background: url("../images/green/game-select.webp") no-repeat center;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border {
  outline: 2px solid transparent;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border .icon-img {
  width: 50%;
  height: 50%;
}
#game-surface-popup-multi .list-game .game-icon.no-img .icon-border:hover .icon-img {
  width: 60%;
  height: 60%;
}
#game-surface-popup-multi .surface-select .list-select .item .btn-delete .icon {
  background: url("../images/green/game-delete.svg") no-repeat center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
#game-surface-popup-multi .surface-select .list-select .item .btn-delete:hover .icon {
  transform: scale(1.2);
}
#game-surface-popup-multi .surface-select .list-select .item.unselect .icon-border {
  border: 2px dotted transparent;
}

#roadmap {
  position: relative;
  z-index: 1;
}
#roadmap:before {
  content: "";
  display: block;
  position: absolute;
  width: 76%;
  height: calc(100% - 9rem);
  z-index: -1;
  border-radius: 16px;
}
#roadmap .roadmap-top {
  margin: 1.2rem 1.2rem 0;
}
#roadmap .user-photo {
  border-radius: 28px;
  border: 2px solid transparent;
}
#roadmap .user-vip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
  border-radius: 4px;
  padding: 0.1em 0.8rem 0.1rem 1.4rem;
  transform: skewX(-15deg);
  width: fit-content;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
#roadmap .user-vip:before {
  content: "";
  display: block;
  position: absolute;
  min-width: 26px;
  height: 26px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) skewX(15deg);
}
#roadmap .user-account {
  font-size: 1.2rem;
  font-weight: bold;
}
#roadmap .user-amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
}
#roadmap .user-amount:before {
  content: "";
  display: flex;
  align-self: flex-start;
  width: 24px;
  height: 24px;
}
#roadmap .acc-function-bar {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  gap: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 8px;
}
#roadmap .acc-function-bar .bar-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.4rem;
}
#roadmap .acc-function-bar .bar-item .bar-title {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  font-size: 0.8rem;
}
#roadmap .acc-function-bar .bar-item .bar-title .bar-text {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
}
#roadmap .acc-function-bar .bar-item .bar-title .bar-text:after {
  content: ":";
  display: block;
}
#roadmap .acc-function-bar .bar-item .bar-percent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  height: 14px;
  border-radius: 16px;
}
#roadmap .acc-function-bar .bar-item .bar-percent .bar-bg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 14px;
  border-radius: 16px;
}
#roadmap .acc-function-bar .bar-item .bar-percent .bar-bg .bar-number {
  position: relative;
  font-size: 0.8rem;
  right: -3.2rem;
}
#roadmap .acc-function-bar .bar-item .bar-percent .bar-bg.inside .bar-number {
  right: 0.6rem;
}
#roadmap .function-link .function-link-item {
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
}
#roadmap .function-link .function-link-item .link-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#roadmap .function-link .function-link-item .link-text {
  font-weight: bold;
}
#roadmap .roadmap-content {
  margin: 0 1.2rem;
}
#roadmap .roadmap-link-item {
  border-radius: 24px;
  gap: 1rem;
}
#roadmap .roadmap-link-item .link-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 0 0.2rem;
}
#roadmap .roadmap-link-item .link-title:after {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  margin-left: -0.2rem;
}
#roadmap .roadmap-link-item .link-content {
  gap: 0.4rem;
}
#roadmap .roadmap-link-item .link-content .link-list {
  width: 50%;
  gap: 0.5rem;
  padding: 0 0 0 0.6rem;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item {
  position: relative;
  overflow: hidden;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.no-data .verify-text.no-data {
  display: flex;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.review .verify-text.review {
  display: flex;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.success .verify-text.success {
  display: flex;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item.reject .verify-text.reject {
  display: flex;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item .link-item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 1.2rem);
  height: 1px;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item:after {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 0;
  width: calc(100% - 1.2rem);
  height: 1px;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item:hover:before {
  transform: translateX(0);
  left: 0.2rem;
}
#roadmap .roadmap-link-item .link-content .link-list .link-item:hover:after {
  transform: translateX(0);
  left: 0.2rem;
}

#my-info-member .area-content .vip-card {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  width: 320px;
  min-width: 320px;
  height: 130px;
  overflow: initial;
}
#my-info-member .area-content .vip-card .level-text {
  width: 190px;
  padding: 1rem 0 0 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-text-stroke-width: 6px;
  paint-order: stroke fill;
}
#my-info-member .area-content .vip-card.now {
  min-width: 320px;
}
#my-info-member .area-content .vip-card:after {
  position: absolute;
  right: 20px;
  top: -40px;
  content: "";
  width: 140px;
  min-height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#my-info-member .area-vip-now .content .info-content {
  gap: 0.4em;
}
#my-info-member .area-vip-now .content .info-content .list-total {
  height: 41px;
}
@media (max-width: 1280px) {
  #my-info-member .area-vip-now .content .vip-card {
    align-self: center;
  }
}
#my-info-member .area-vip-info .area-list .list {
  padding-top: 1.4rem;
}

#discount-detail .item .info-content .title .btn-more,
#discount .item .info-content .title .btn-more {
  border-radius: 16px;
}

#support-404 .content .title-text, #support-error .content .title-text {
  align-items: center;
}
#support-404 .content .btn-back, #support-error .content .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-function .icon-refresh {
  font-size: 1.4rem;
}
.btn-function:hover .icon-refresh {
  transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */