.home-banner a {
  background: #000
}
.home-banner img {
  width: 1920px;
  height: 390px
}
.home-banner .mobile_img {
  display: none
}
.home-banner .swiper-button-prev, .home-banner .swiper-button-next {
  background: 0 0
}
.home-banner i.iconfont {
  color: #fff;
  font-size: 50px
}
.home-banner .home-swiper-prev, .home-banner .home-swiper-next {
  opacity: .2
}
.home-banner .home-swiper-prev:hover, .home-banner .home-swiper-next:hover {
  opacity: 1
}
.home-banner .home-swiper-prev {
  left: 60px
}
.home-banner .home-swiper-next {
  right: 60px
}
.home-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: 0 0;
  border-radius: 10px;
  opacity: 1
}
.home-banner .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: #fff
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets, .home-banner .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 24px;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 1
}
.home__games {
  margin: 48px 0
}
.home__games .game__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
  margin-top: 40px
}
.home__games .game__list .game__item {
  height: 80px;
  background: url(../public/images/homegamebj-1.webp);
  background-size: 100%;
  border-radius: 2px 2px 2px 2px;
  padding: 0 14px;
  cursor: pointer;
  transition: all .3s
}
.home__games .game__list .game__item:hover {
  background: #0082fb;/*url(../public/images/homegamebj-h.png)*/
  background-size: 100%
}
.home__games .game__list .game__item .game_img {
  width: 54px;
  min-width: 54px;
  height: 54px;
  background: linear-gradient(180deg, #F2702B 0%, #D25919 100%);
  border-radius: 10px;
  margin-right: 12px;
  border: 1px solid #f2702b
}
.home__games .game__list .game__item .game_img img {
  max-width: 40px;
  max-height: 40px
}
.home__games .game__list .game__item .game_info span {
  color: #f4f4f5
}
.home__games .game__list .game__item .game_info p {
  color: #d4d4d4;
  font-size: 12px
}
.home__affiliate {
  background: #090c11
}
.home__affiliate .aff_container {
  background: url(/static/web/image/home-affiliatebj.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 2600px;
  margin: 0 auto
}
.home__affiliate .affiliate__content {
  width: 50%;
  padding: 45px 0 60px
}
.home__affiliate .aff__title {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 10px
}
.home__affiliate .aff__title span {
  color: #fe7329
}
.home__affiliate .aff__below p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px
}
.home__affiliate .aff__below .below__ls {
  flex-wrap: wrap
}
.home__affiliate .aff__below .below__ls span {
  background: url(/static/web/image/below_bj.png) no-repeat;
  background-size: 100%;
  width: 160px;
  min-width: 160px;
  height: 50px;
  font-size: 18px;
  color: #fe7329;
  height: 50px;
  margin-right: 40px;
  margin-bottom: 30px;
  text-align: center
}
.home__affiliate .aff_work p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px
}
.home__affiliate .aff_work a {
  color: #0082fb
}
.home__affiliate .aff_work a span {
  text-decoration: underline;
  margin-right: 9px
}
.home__reviews {
  background: #f1f1f1;
  padding: 58px 0
}
.home_common--title {
  text-align: center;
  color: #333;
  font-size: 46px;
  position: relative;
  padding-bottom: 20px
}
.home_common--title span {
  color: #dd682a
}
.home_common--title::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #dd682a;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}
.home__reviews .trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  margin: 60px 0 40px;
  transition: all .3s
}
.home__reviews .trustpilot:hover {
  color: #0082fb
}
.home__reviews .trustpilot img {
  margin-top: 10px
}
.home__reviews .reviews__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px
}
.home__reviews .reviews__list .reviews__item {
  background: #444;
  border-radius: 2px;
  color: #dbd6ce;
  padding: 26px 22px
}
.home__reviews .reviews__list .reviews__item .user {
  margin-left: 14px
}
.home__reviews .reviews__list .reviews__item .user span {
  display: block;
  color: #fff;
  font-size: 16px
}
.home__reviews .reviews__list .reviews__item .user img {
  width: 100px;
  margin-top: 4px
}
.home__reviews .reviews__list .reviews__item .item_bootom {
  margin-top: 23px
}
.home__reviews .reviews__list .reviews__item .item_bootom .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 63px
}
.home__reviews .reviews__list .reviews__item .item_bootom .time {
  color: #aeaeae;
  display: block;
  text-align: right;
  margin-top: 9px
}
.home__reviews .reviews__count {
  text-align: center;
  color: #222;
  font-size: 16px;
  margin-top: 40px
}
.home__reviews .reviews__count span {
  color: #00b67a;
  text-decoration: underline
}
.home__news {
  padding: 58px 0;
  background:#f4f4f4;
}
.home__news .news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin-top: 70px
}
.home__news .news__list .news__item {
  border-radius: 2px
}
.home__news .news__list .news__item .news__img img {
  width: 100%;
  height: 192.5px;
  border-radius: 2px 2px 0 0
}
.home__news .news__list .news__item:hover {
  box-shadow: 0 4px 40px 0 rgba(21, 94, 161, .4)
}
.home__news .news__list .news__content {
  padding: 10px 10px;
  background: linear-gradient(180deg, #5C5C5C 0%, #222222 100%);
  border-radius: 0 0 2px 2px
}
.home__news .news__list .news__content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  font-size: 16px;
  color: #fff
}
.home__news .news__list .news__content .title:hover {
  color: #00a0fb
}
.home__news .news__list .news__content .gameTitle {
  min-height: 49px
}
.home__news .news__list .news__content .game {
  height: 24px;
  background: #282828;
  border-radius: 2px 2px 2px 2px;
  color: #00a0fb;
  font-size: 12px;
  padding: 0 5px;
  margin: 5px 0 20px
}
.home__news .news__list .news__content section {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 80px;
  color: #dbd6ce
}
.home__news .news__list .news__content .time {
  display: block;
  color: #8b8b8b;
  margin-top: 17px
}
.home__news .more {
  height: 56px;
  border-radius: 4px;
  border: 1px solid #7a7a7a;
  color: #222;
  font-size: 16px;
  padding: 0 60px;
  margin-top: 70px
}
.home__news .more:hover {
  color: #00a0fb;/*background: #0082fb;*/
  border: 1px solid #00a0fb
}
.home__choose {
  background: #fff;
  padding: 58px 0
}
.home__choose ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  grid-gap: 80px
}
.home__choose ul li {
  display: flex;
  flex-direction: column;
  align-items: center
}
.home__choose ul li img {
  width: 86px;
  height: 86px
}
.home__choose ul li span {
  color: #222;
  font-size: 20px;
  margin: 18px 0 23px
}
.home__choose ul li p {
  text-align: center
}
@media(max-width:1920px) {
  .home-banner img {
    width: 100%
  }
}
@media(max-width:1300px) {
  .home-banner img {
    height: auto
  }
}
@media(max-width:1200px) {
  .home__games .game__list {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (max-width: 1024px) {
    .home-banner .pc_img {
        display: none;
    }

    .home-banner .mobile_img {
        display: block;
        width: 100%;
    }

    .home-banner .home-swiper-prev,
    .home-banner .home-swiper-next {
        display: none;
    }

    .home-banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .home-banner .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15px;
    }

    .home_common--title {
        font-size: 23px;
        padding-bottom: 10px;
    }

    .home_common--title::after {
        width: 40px;
        height: 2px;
    }

    .home__games {
        margin: 25px 0;
    }

    .home__games .game__list {
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 15px;
    }

    .home__games .game__more {
        padding: 0 15px;
        margin-top: 20px;
        display: none;
    }

    .home__games .game__more button {
        width: 100%;
        height: 34px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid #7A7A7A;
        color: #222222;
        background: none;
    }
    .home__games .game__more button span {
        margin-right: 10px;
    }
    .home__games .game__more button.open i {
        transform: rotate(180deg);
    }
    .home__affiliate {
        display: none;
    }

    .home__reviews {
        padding: 25px 0 30px;
    }

    .home__reviews .trustpilot {
        margin: 30px 0 20px;
        font-size: 18px;
    }

    .home__reviews .reviews__list {
        padding: 0 15px;
    }

    .home__reviews .reviews__list .reviews__item {
        border-radius: 5px;
    }

    .home__reviews .reviews__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .home__reviews .trustpilot img {
        width: 100px;
    }

    .home__reviews .reviews__count {
        font-size: 12px;
        margin-top: 29px;
    }

    .home__news {
        padding: 30px 15px;
    }

    .home__news .news__list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
        grid-gap: 15px;
    }

    .home__news .news__list .news__item:nth-of-type(n + 3) {
        /* �Ŭ�丞ず��筝や肩 */
        display: none;
    }

    .home__news .more {
        margin-top: 20px;
        width: 100%;
        height: 34px;
        font-size: 12px;
    }

    .home__choose {
        padding: 30px 33px;
    }

    .home__choose ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .home__games .game__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .home__games .game__list,
    .home__reviews .reviews__list,
    .home__news .news__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .home__games .game__list .game__item .game_img img {
        max-width: 32px;
        max-height: 32px;
    }


    .home__games .game__list .game__item:nth-of-type(n+6) {
        display: none;
    }
    .home__games .game__more {
        display: block;
    }
    .home__games .game__list.show-all .game__item {
        display: flex;
    }
    .home__news .news__list .news__item .news__img img{
        height: auto;
    }
}
@media (max-width: 500px) {
    .home-banner img {
        height:auto;
    }
}
@media (max-width: 375px) {
    .home-banner img {
        height: inherit;
    }
}

.leave {
	background: #11151a;
  padding: 70px 0;
  height:500px;
}
.leave .leave-area {
  margin-bottom: 20px
}
.leave .lea-lu {

  margin: 0 -13px
}
.leave .lea-lu li {
	float:left;
  padding: 13px;
  width: 25%
}
.leave .lea-lu .box {
  float: left;
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  background: #222c36
}
.leave .lea-lu .star {
  float: left;
  width: 100%;
  margin-bottom: 20px
}
.leave .lea-lu .star .icon {
  font-size: 16px;
  line-height: 26px;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  text-align: center;
  color: #fff;
  background: url(../public/images/star.png) no-repeat;
}
.leave .lea-lu .content {
  line-height: 1.57;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  color: #f4f4f5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.leave .lea-lu .re-content {
  float: left;
  overflow: auto;
  width: 100%;
  height: 90px;
  line-height: 1.57;
  margin-bottom: 15px;
  color: #f4f4f5
}
.leave .lea-lu .usname {
  float: left;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a3b1bf
}
.leave .lea-lu .usname .icon {
  font-size: 30px;
  margin-right: 14px;
  vertical-align: middle;
  color: #36455c
}
.leave .lea-lu .time {
  font-size: 12px;
  float: right;
  padding: 4px 0;
  color: #a3b1bf
}