@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.app-home.root > .home-news {
  padding: 0 10px 0 5px
}
.app-home.root > .home-quick-nav, .app-home.root > .home-swiper-nav, .app-home.root > .wallet-item {
  display: none !important
}
.app-home.root .home-gamelobby {
  height: auto !important
}
.app-home.root .home-gamelobby .homepage {
  padding-top: 5px
}
.app-home.root .home-gamelobby > .game-wrap {
  padding: 0;
  width: 100%
}
.homepage-title {
  align-items: center;
  display: flex;
  font-size: 15px;
  margin-bottom: 2px;
  padding: 0 5px
}
.homepage-title .title-icon {
  margin-right: 5px
}
.homepage-title .title-icon:before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(ellipse farthest-corner at right bottom, #ecd4b9 0, #ecd4b9 8%, #fadfbf 30%, #d2b494 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0, #ecd4b9 8%, #fadfbf 25%, #d2b494 62.5%, #5d4a1f 100%);
  font-size: 32px
}
.homepage-title .title-text {
  font-weight: 700
}
.homepage-title .more-btn {
  background: 0 0;
  border: 1px solid #9aa4c2;
  border-radius: 50px;
  color: #9aa4c2;
  font-size: 12px;
  margin-left: auto;
  padding: 4px 10px
}
.homepage-sports {
  margin-bottom: 10px;
  padding: 0 10px
}
.homepage-sports .home-sports {
  background: url(https://img.gashinzo.com/img/static/mobile/temp/app/h5app22/box_bg_medium.png) 50%/100% 100% no-repeat;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(65, 70, 92, .2);
  overflow: hidden;
  padding-top: 15px
}
.homepage-sports .home-sports .sports-title {
  display: none
}
.homepage-sports .home-sports .livescore-block {
  position: relative
}
.homepage-sports .home-sports .livescore-block .livescore-header {
  bottom: 90px;
  display: flex;
  flex-direction: column;
  height: 45px;
  justify-content: flex-end;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 184px)
}
.homepage-sports .home-sports .livescore-block .livescore-header h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 6px auto;
  text-align: center;
  width: calc(100% - 40px)
}
@media screen and (max-width:375px) {
  .homepage-sports .home-sports .livescore-block .livescore-header {
    justify-content: flex-start
  }
  .homepage-sports .home-sports .livescore-block .livescore-header h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
  }
}
.homepage-sports .home-sports .livescore-block .livescore-body {
  padding: 0 10px 10px;
  position: relative
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party {
  display: flex;
  justify-content: space-between;
  position: relative
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > * {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  line-height: 1.6;
  margin-bottom: 5px;
  width: 80px
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > * .party-cover {
  background: #fff 50%/70% no-repeat;
  border-radius: 50%;
  height: 60px;
  width: 60px
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > * .party-cover img {
  border-radius: 50%
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > * .party-name {
  font-size: 12px;
  max-width: 120%;
  overflow: hidden;
  padding-top: 5px;
  text-align: center;
  text-overflow: ellipsis;
  transform: scale(.85);
  white-space: nowrap
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > * .score {
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: calc(50% - 80px)
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > :first-child .score {
  left: 80px
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > :first-child .score:before {
  content: ":";
  line-height: 30px;
  position: absolute;
  right: -4px;
  top: 0
}
.homepage-sports .home-sports .livescore-block .livescore-body .livescore-party > :nth-child(2) .score {
  right: 80px
}
.homepage-sports .home-sports .livescore-block .livescore-footer .time-zone {
  bottom: 80px;
  font-size: 13px;
  left: 80px;
  position: absolute;
  text-align: center;
  transform: scale(.85);
  width: calc(100% - 160px)
}
@media screen and (max-width:375px) {
  .homepage-sports .home-sports .livescore-block .livescore-footer .time-zone {
    font-size: 0
  }
}
.homepage-sports .home-sports .livescore-block .livescore-footer .act-btn {
  background: linear-gradient(200deg, #f9ecdc, #e1cbb5 50%, #cfb498);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%
}
.homepage-sports .home-sports .livescore-block .btn-func > * {
  background: #cfb498;
  border-radius: 50%;
  bottom: 9px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 20px
}
.homepage-sports .home-sports .livescore-block .btn-func > :before {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  left: 8px;
  padding: 4px;
  position: absolute;
  top: 6px;
  transform: rotate(135deg)
}
.homepage-sports .home-sports .livescore-block .btn-func > :first-child {
  left: -8px
}
.homepage-sports .home-sports .livescore-block .btn-func > :last-child {
  right: -8px
}
.homepage-sports .home-sports .livescore-block .btn-func > :last-child:before {
  left: 4px;
  transform: rotate(-45deg)
}
.homepage-navigation .home-swiper-nav {
  padding: 5px
}
.homepage-navigation .home-swiper-nav .home-quick-item {
  margin: 0 5px;
  width: 60px !important
}
.homepage-navigation .home-swiper-nav .home-quick-item .hot-game-icon {
  z-index: 2
}
.homepage-navigation .home-swiper-nav .home-quick-item:after, .homepage-navigation .home-swiper-nav .home-quick-item:before {
  border-radius: 15px;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 auto !important;
  width: 50px !important
}
.homepage-navigation .home-swiper-nav .home-quick-item:before {
  align-items: center;
  background-color: transparent !important;
  background-size: auto 50px !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 0 1px 2px rgba(65, 70, 92, .2), inset 0 0 1px #d5ddf4;
  display: inline-block !important;
  justify-content: center;
  position: relative;
  z-index: 2
}
.homepage-navigation .home-swiper-nav .home-quick-item:after {
  background: url(https://img.gashinzo.com/img/static/mobile/temp/app/h5app22/box_bg_small.png) 50%/120% no-repeat !important;
  left: 50%;
  opacity: 1 !important;
  transform: translateX(-50%) !important;
  z-index: 1
}
.homepage-navigation .home-swiper-nav .home-quick-item h3 {
  display: flex;
  justify-content: center;
  padding-top: 2px
}
.homepage-navigation .home-swiper-nav .home-quick-item.active {
  display: none
}
.homepage-type ul li {
  margin-bottom: 5px
}
.homepage-type ul li .home-provider-list {
  padding: 0 10px 10px
}
.homepage-type ul li .home-provider-list .provider-item {
  margin-right: 10px;
  position: relative;
  width: 140px
}
.homepage-type ul li .home-provider-list .provider-item .provider-cover {
  align-items: center;
  background: url(https://img.gashinzo.com/img/static/mobile/temp/app/h5app22/box_bg_small.png) 50%/cover no-repeat;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(65, 70, 92, .2), inset 0 0 1px #d5ddf4;
  display: flex;
  height: 140px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 140px
}
.homepage-type ul li .home-provider-list .provider-item .provider-cover img {
  max-height: 100%;
  max-width: 100%
}
.homepage-type ul li .home-provider-list .provider-item .maintenance-block {
  align-items: center;
  background: rgba(0, 0, 0, .85) !important;
  border-radius: 6px;
  box-shadow: inset 0 0 0 3px gold, 0 2px 6px rgba(0, 0, 0, .2) !important;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-content: center;
  left: 0 !important;
  padding: 8px !important;
  position: absolute !important;
  text-align: center;
  top: 0 !important;
  transform: none !important;
  width: 100% !important;
  z-index: 5 !important
}
.homepage-type ul li .home-provider-list .provider-item .maintenance-block:after {
  display: none !important
}
.homepage-type ul li .home-provider-list .provider-item .maintenance-block > * {
  display: block !important;
  font-size: 13px;
  font-weight: 400
}
.homepage-type ul li .home-provider-list .provider-title {
  color: #9aa4c2;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  padding-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
	text-align: center;
}
.home-latest-bet-race .latest-bet-race {
  padding: 5px
}
.homepage-jackpot {
  background: #f3f6ff;
  margin-bottom: 10px;
  position: relative
}
.homepage-jackpot .home-jp, .homepage-jackpot .jackpot-countup {
  align-items: flex-end;
  background: url("../images/jackpot/jackpot-left.png") 0 100%/auto 110% no-repeat, url("../images/jackpot/jackpot-right.png") 100% 0/auto 50px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 30px 20px;
  position: relative;
  z-index: 2
}
.homepage-jackpot .home-jp .home-jp-gp h2, .homepage-jackpot .jackpot-countup .home-jp-gp h2 {
  color: #9aa4c2;
  font-size: 16px;
  margin-bottom: 5px
}
.homepage-jackpot .home-jp .home-jp-digi i, .homepage-jackpot .jackpot-countup .home-jp-digi i {
  font-size: 30px;
  font-style: normal;
  font-weight: 900
}
.homepage-jackpot .home-jp .home-jp-btn, .homepage-jackpot .jackpot-countup .home-jp-btn {
  display: none
}
.homepage-jackpot .jackpot-countup h3.jp-tit {
  color: #9aa4c2;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  width: 100%
}
.homepage-jackpot .jackpot-countup .content {
  flex-wrap: wrap
}
.homepage-jackpot .jackpot-countup .content .infinite-countup {
  background: 0 0;
  border: 0 solid #000;
  color: #9aa4c2;
  filter: none;
  justify-content: flex-end;
  padding: 0;
  width: 100%
}
.homepage-jackpot .jackpot-countup .content .infinite-countup > div {
  color: #9aa4c2;
  display: block;
  font-size: 18px;
  font-weight: 700
}
.homepage-jackpot .jackpot-countup .content .infinite-countup > div.digit {
  background: 0 0;
  border: 0 solid #000;
  font-size: 30px;
  min-width: unset;
  padding: 0
}
.homepage-jackpot .jackpot-countup .content .infinite-countup > div.digit:last-child {
  margin-right: 0
}
.homepage-contact {
  margin-bottom: 20px
}
.homepage-contact .contact-close, .homepage-contact .contact-title, .homepage-contact .home-contact-toggle {
  display: none
}
.homepage-contact .home-contact-content ul {
  padding: 0 10px 0 40px
}
.homepage-contact .home-contact-content ul li a {
  border-bottom: 1px solid #eee;
  color: #9aa4c2;
  display: block;
  overflow: hidden;
  padding: 8px 0
}
.homepage-contact .home-contact-content ul li a > * {
  float: left
}
.homepage-contact .home-contact-content ul li a > i, .homepage-contact .home-contact-content ul li a > img {
  margin-right: 5px;
  width: 30px
}
.homepage-contact .home-contact-content ul li a > i:before, .homepage-contact .home-contact-content ul li a > img:before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(ellipse farthest-corner at right bottom, #9aa4c2 8%, #9aa4c2 30%, #7c89ad 40%, #d6dbec 80%);
  font-size: 30px
}
.homepage-contact .home-contact-content ul li a > div {
  line-height: 1.4
}
.homepage-contact .home-contact-content ul li a > div h4 {
  color: #7684af;
  font-weight: 400
}
.homepage-contact .home-contact-content ul li a > div p {
  font-size: 12px
}
.homepage-providerlist .provider-list-box {
  justify-content: center;
  padding: 10px
}
.homepage-providerlist .provider-list-box img {
  height: 30px;
  margin-right: 10px
}
.homepage-copy {
  border-top: 1px solid #eee;
  font-size: 12px;
  padding: 20px 10px;
  text-align: center
}
.homepage.categories .jackpot-countup {
  margin: 0 auto 15px;
  width: calc(100% - 20px)
}
.homepage.categories .jackpot-countup .jp-tit {
  font-size: 15px
}
.homepage.categories .jackpot-countup .content .infinite-countup {
  background-color: rgba(17, 17, 17, .7);
  border: 2px solid #ffe500;
  filter: none;
  justify-content: center
}
.homepage.categories .jackpot-countup .content .infinite-countup > div.digit {
  min-width: 28px
}
.homepage.categories .homepage-title {
  padding: 0 15px
}
.homepage.categories .homepage-type ul {
  margin-bottom: 20px
}
.homepage.categories .homepage-type ul li[data-gp=chess] .home-provider-list .provider-item, .homepage.categories .homepage-type ul li[data-gp=egame] .home-provider-list .provider-item, .homepage.categories .homepage-type ul li[data-gp=hot] .home-provider-list .provider-item, .homepage.categories .homepage-type ul li[data-gp=live] .home-provider-list .provider-item, .homepage.categories .homepage-type ul li[data-gp=mpg] .home-provider-list .provider-item {
  flex: 0 0 48%;
  width: 48%
}
.homepage.categories .homepage-type ul li[data-gp=chess] .home-provider-list .provider-item .provider-logo, .homepage.categories .homepage-type ul li[data-gp=egame] .home-provider-list .provider-item .provider-logo, .homepage.categories .homepage-type ul li[data-gp=hot] .home-provider-list .provider-item .provider-logo, .homepage.categories .homepage-type ul li[data-gp=live] .home-provider-list .provider-item .provider-logo, .homepage.categories .homepage-type ul li[data-gp=mpg] .home-provider-list .provider-item .provider-logo {
  height: 50px;
  left: 5px;
  top: 3px;
  width: 50px
}
.homepage.categories .homepage-type ul li[data-gp=chess] .home-provider-list .provider-item .provider-cover, .homepage.categories .homepage-type ul li[data-gp=egame] .home-provider-list .provider-item .provider-cover, .homepage.categories .homepage-type ul li[data-gp=hot] .home-provider-list .provider-item .provider-cover, .homepage.categories .homepage-type ul li[data-gp=live] .home-provider-list .provider-item .provider-cover, .homepage.categories .homepage-type ul li[data-gp=mpg] .home-provider-list .provider-item .provider-cover {
  align-items: flex-start;
  height: 135px
}
.homepage.categories .homepage-type ul li[data-gp=chess] .home-provider-list .provider-item .provider-cover img, .homepage.categories .homepage-type ul li[data-gp=egame] .home-provider-list .provider-item .provider-cover img, .homepage.categories .homepage-type ul li[data-gp=hot] .home-provider-list .provider-item .provider-cover img, .homepage.categories .homepage-type ul li[data-gp=live] .home-provider-list .provider-item .provider-cover img, .homepage.categories .homepage-type ul li[data-gp=mpg] .home-provider-list .provider-item .provider-cover img {
  margin: 0 0 0 10%;
  max-height: 100%;
  max-width: 100%
}
.homepage.categories .homepage-type ul li .home-provider-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto;
  padding: 0;
  width: calc(100% - 30px)
}
.homepage.categories .homepage-type ul li .home-provider-list .provider-item {
  background: #3e445c;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  flex: 0 0 100%;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1
}
.homepage.categories .homepage-type ul li .home-provider-list .provider-item .provider-logo {
  height: 85px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 85px;
  z-index: 1
}
.homepage.categories .homepage-type ul li .home-provider-list .provider-item .provider-logo img {
  display: block;
  filter: drop-shadow(0 1px 1px rgba(34, 34, 34, .8));
  height: 100%;
  width: 100%
}
.homepage.categories .homepage-type ul li .home-provider-list .provider-item .provider-cover {
  align-items: flex-end;
  background: 0 0;
  height: 165px;
  justify-content: center;
  width: 100%
}
.homepage.categories .homepage-type ul li .home-provider-list .provider-item .provider-cover img {
  display: block;
  filter: drop-shadow(0 5px 8px rgba(51, 51, 51, .5));
  margin: -25px 0 0 30%;
  max-height: unset;
  max-width: 70%
}
.homepage.categories .homepage-type ul li .home-provider-list .provider-item .provider-title {
  background: #5a627e;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
