.__PC {
  position: absolute;
  width: 100%;
  background: url(../img/pc/bg.png) no-repeat top center / cover;
  background-size: 100% 100%;
}
.__H5 {
  display: none;
}
.__NAVI {
  position: absolute;
  width: 100%;
  padding: 0 1rem;
  box-shadow: 0 9px 13px 0 rgba(158,168,255,.1);
  background-image: linear-gradient(0deg,rgba(231,233,255,.5) 1%,rgba(248,249,255,.5));
  z-index: 1;
}
.__heading {
  align-items: center;
  margin-left: 30px;
}
.__network{
  width: 82px;
  margin-left: 160px;
}
.__nav{
  width: 200px;
  margin-right: 50px;

}
.__login{
  width: 80px;

}
.__heading_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  min-width: 768px;
  height: 100%;
  margin: 0 auto;
}
.__heading_item:first-child {
  padding: 0;
  margin-right: 1rem;
}
.__heading_item {
  display: block;
  padding: 1.625rem .5rem;
}

.__heading_item > .__h_title {
  position: relative;
  letter-spacing: 1px;
  color: #636a89;
  white-space: nowrap;
}
.__heading_item:hover > .__h_title::before {
  content: "";
  position: absolute;
  bottom: -.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(158deg,#8fafff 15%,#4982eb 60%,#0d5ada);
  border-radius: 2px;
}
._logo {
  height: 40px;
  width: 100%;
}
.__entry{
  margin-right: 30px;
}
.__entry > .__h_title {
  display: inline-block;
  padding: .5rem .75rem;
  background-image: linear-gradient(180deg,#fafcff,#e7eefb 99%);
  border: 1px solid #c1c6d7;
  border-radius: .25rem;
  margin: 0 1rem;
  color: #b8c0d8;
}


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

.__banner {
  position: relative;
  mix-blend-mode: darken;
}
.__banner_item {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: banner-anx;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  padding-bottom: 44.25%;
  background-size: contain;
  background-repeat: no-repeat;
}
.__banner_item:nth-child(1) {
  background-image: url(../img/banner_01.jpg);
}
.__banner_item:nth-child(2) {
  animation-delay: 4s;
  background-image: url(../img/banner_02.jpg);
}
.__banner_item:nth-child(3) {
  animation-delay: 8s;
  background-image: url(../img/banner_03.jpg);
  background-position: 50% -3rem;
}
@keyframes banner-anx {
  0% { opacity: 0; }
  6% { opacity: 1; }
  24% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}
.__banner_item {
  display: block;
}

._banner {
  width: 100%;
}

.__board_wrap {
  position: relative;
  margin-top: 28%;
  z-index: 1;

}

.__board { height: 1040px }
.__board_heading {
  position: relative;
}
.__moregame {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  transform: translateY(-50%);
  margin-top: .4rem;
}
.__board_body {
  height: 100%;
  column-gap: .75rem;
}
.__board_body_left {
  width: 29%;
}

.__board_body_right {
  width: 70%;
}
.__mv_wrap {
  border-radius: .75rem;
  overflow: hidden;
}
.__board_scrollable {
  height: 94%;
  overflow: scroll;
}
.__board_scrollable::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: unset;
  border-radius: 3px;
}

.__board_scrollable::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #40A5F2 0%, #33E8E2 100%) !important;
}

 
.__border_styled {
  width: 1160px;
  max-width: 1200px;
  min-width: 768px;
  padding: 1rem;
  margin: 0 auto;
  margin-top: 24px;
  border-radius: 1rem;
  background-image: linear-gradient(0deg,rgba(236,236,249,.5),rgba(242,242,250,.5));
  box-shadow: 0 2px 15px 0 rgba(109,105,214,.2);
}
.__border_styled2{
  width: 1160px;
  max-width: 1200px;
  min-width: 768px;
  padding: 1rem;
  margin: 0 auto;
  margin-top: 24px;
  border-radius: 1rem;
  background-image: none;
  box-shadow: 0px 8px 30px 5.84px rgba(67, 40, 28, 0.0509803922);
}

.content-box-title {
  width: 100%;
  max-width: 1200px;
  margin: 3rem auto 1rem;
  padding: 0 1rem;
  line-height: 36px;
}
.title_h {
  padding-left: 50px;
  background: 0 / 36px 36px no-repeat;
  font-size: 33px;
  color: #8891b1;
}
.title-text {
  line-height: 1rem;
  padding-left: 51px;
  margin-top: 18px;
  margin-left: 14px;
  background: url(../img/icon/dots.svg) no-repeat 0/40px 10px;
  font-size: 16px;
  color: #8891b1;
}

.title-en {
  float: right;
  font-size: 25px;
  font-weight: 700;
  color: #8b8fa8;
}

.title_h.games { background-image: url(../img/icon/game.svg) }
.title_h.appdl { background-image: url(../img/icon/appdl.svg) }
.title_h.svc { background-image: url(../img/icon/service.svg) }

.__games {
  position: relative;
  height: 600px;
}
.__games_body {
  height: 100%;
  background: 60% 150%/ 55% no-repeat;
  background-image: url(../img/pc/sport_bg.png);
}
.__games_desc {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 35%;
}
.__games_enter {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 3.5rem;
}
.__games_entries {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.__games_footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.__games_item {
  position: relative;
  width: 162px;
  height: 48px;
  line-height: 48px;
  box-shadow: 0 2px 15px 0 hsla(0,0%,100%,.2);
  background: linear-gradient(180deg,#fafcff,#e7eefb 50%);
  border-radius: 12px;
  border: 1px solid var(--white);
  margin-bottom: 15px;
  padding-left: 20px;
  color: #30303c;
  font-size: 15px;
  transition: all .2s;
}
.__games_item::after {
  content: "";
  position: absolute;
  top: .5rem;
  left: 100%;
  width: 1rem;
  height: 2rem;
  background: url(../img/icon/arrow.svg) 50%/100% 100% no-repeat;
}
.__games_item:hover {
  transform: perspective(1px) scale(1.1);
}
.__games_item:hover > .__g_title {
  background: linear-gradient(158deg,#8fafff 15%,#4982eb 61.56%,#0d5ada);
}
.__games_item > .__g_title {
  position: absolute;
  right: 10px;
  top: -12px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(180deg,#fafcff,#e7eefb 50%);
  box-shadow: 0 1px 2px 0 hsla(0,0%,100%,.25);
  border-radius: 10px;
}
.__g_title > i {
  display: block;
  height: 100%;
  background: 50% / 80% no-repeat;
}

.__games_item.eon > .__g_title i { background-image: url(../img/icon/eon.svg) }
.__games_item.obg > .__g_title i { background-image: url(../img/icon/obg.svg) }
.__games_item.fb > .__g_title i { background-image: url(../img/icon/fb.svg) }
.__games_item.im > .__g_title i { background-image: url(../img/icon/im.svg) }
.__games_item.ibc > .__g_title i { background-image: url(../img/icon/ibc.svg) }

.__games_item.eon:hover > .__g_title i { background-image: url(../img/icon/eon_h.svg) }
.__games_item.obg:hover > .__g_title i { background-image: url(../img/icon/obg_h.svg) }
.__games_item.fb:hover > .__g_title i { background-image: url(../img/icon/fb_h.svg) }
.__games_item.im:hover > .__g_title i { background-image: url(../img/icon/im_h.svg) }
.__games_item.ibc:hover > .__g_title i { background-image: url(../img/icon/ibc_h.svg) }

.__appdl {
  padding: 4rem;
  justify-content: space-between;
}
.__appdl_left { width: 50%; }
.__appdl_right { width: 40%; }

.__appdl_btn {
  flex: 1;
}
.__qrcode_wrap {
  flex: 0 0 50%;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
  color: #8891b1;
}

.__qrcode_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background: #fbfbff;
}
.__qrcode_wrap > .title_n {
  margin-top: .25rem;
}
.__qrcode_item.useUrl {
  background: 0;
}
.__qrcode_wrap > .content {
  text-align: center;
  font-size: .75rem;
  line-height: 1rem;
}
.__platform {
  text-decoration: underline;
  color: #4075fe;
  font-weight: 600;
}
.__svc {
  background: 0;
  box-shadow: none;
}

 
.__footer > .__info {
  margin: 0 auto;
  width: 100%;
}
