.game_dv {
  width: 100%;
  height: 870px;
  background-size: cover;
  background:center no-repeat;
  display: flex;
  background-position-y: -107px;
  align-items: center;
}
.game_dv .game_dv_main {
  width: 900px;
  height: 300px;
}
.game_dv .game_dv_main .left_dv {
  width: 100%;
  background-color: #151515;
  padding-left: 100px;
  padding-right: 56px;
  height: 300px;
}
.game_dv .game_dv_main .left_dv .more_ {
  display: none;
}
.game_dv .game_dv_main .left_dv img {
  transform: translateY(-50px);
}
.game_dv .game_dv_main .left_dv h2 {
  color: #e5e5e5;
  font-size: 24px;
  white-space:pre-line;
}
.game_dv .game_dv_main .left_dv p {
  margin-top: 45px;
  color: #606060;
  font-size: 14px;
  white-space:pre-line;
}
.game_dv .game_dv_main .right_dv {
  min-width: 60px;
  width: 60px;
  background-color: #0f0f0f;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 40px;
}
    .game_dv .game_dv_main .right_dv a {
        display: block;
        white-space: nowrap;
        transform: rotate(90deg);
        color: #606060;
/*        margin-top: auto;
        margin-right: 15px;*/
        height: 60px;
        line-height: 60px;
    }
.game_dv .game_dv_main .right_dv a:hover {
  color: #fff;
}
.game_dv01 {
  align-items: flex-start;
  height: 446px;
  padding-top: 47px;
}
.game_dv01 .left {
  min-width: 576px;
  max-width:55%;
}
.game_dv01 .right {
  width: 44%;
  justify-content:space-between;
}
.game_swiper {
  background-color: #222222;
  position: relative;
  width: 100%;
  height: 740px;
}
.game_swiper .m-img {
  display: none;
}
.game_swiper > div {
  display: flex;
  align-items: center;
}
.game_swiper .swiper-button-next.swiper-button-white,
.game_swiper .swiper-button-prev.swiper-button-white {
  outline: none;
  width: 120px;
  height: 120px;
  background-color: #232323;
}
    .game_swiper .swiper-button-next.swiper-button-white:hover {
        background-color: #6d6767;
    }

    .game_swiper .swiper-button-next {
        right: 140px;
        top: 39%;
        margin-top: 0;
    }
.game_swiper .swiper-button-prev {
  display: none;
}
.game_swiper .gallery-top {
/*  height: 900px;*/
  transform: translateY(-120px)
}
.game_swiper .gallery-top .title {
  display: none;
}
.game_swiper .gallery-top .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.game_swiper .gallery-top .swiper-slide {
  height: 100%;
  position: relative;
  text-align: right;
  display: flex;
  align-items: flex-end;
  bottom:28px;
}
.game_swiper .gallery-top .swiper-slide > div {
  position: absolute;
  text-align: left;
  width: 730px;
  height:279px;
  padding-left: 60px;
  padding-right: 113px;
  background-color: #000000;
  right: 0;
  bottom: 92px;
}
.game_swiper .gallery-top .swiper-slide > div img {
  transform: translateY(-50%);
}
.game_swiper .gallery-top .swiper-slide > div h2 {
    font-size: 24px;
    color: #e5e5e5;
    white-space: pre-line;
}
.game_swiper .gallery-top .swiper-slide > div p {
    margin-top: 40px;
    font-size: 14px;
    color: #606060;
    white-space: pre-line;
    width:666px;

}
.game_swiper .gallery-top .swiper-slide > img {
  max-width: 100%;  
   max-height: 1000px;
}
    .game_swiper .gallery-thumbs {
        min-width: 400px;
        max-width: 400px;
        /*height: 100%;*/
        height: 880px;
        padding-top: 100px;
    }
.game_swiper .gallery-thumbs .more_game {
  display: block;
  width: 105px;
  height: 105px;
  border: solid 4px;
  border-color: #313131;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 105px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 30px;
}
.game_swiper .gallery-thumbs .more_game:hover {
  border-color: #fff;
  color: #fff;
}
.game_swiper .gallery-thumbs .title {
  margin-bottom: 20px;
}
.game_swiper .gallery-thumbs .title > p {
  color: #606060;
  font-family: Gotham-Medium;
  font-size: 16px;
}
.game_swiper .gallery-thumbs .title > h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #ffffff;
}
.game_swiper .gallery-thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  transform: none !important;
  justify-content: space-between;
  height: auto;
}
.game_swiper .gallery-thumbs .swiper-slide {
  width: 105px !important;
  height: 140px;
  margin-top: 30px;
  cursor: pointer;
}
.game_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: #fff;
}
.game_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active > div {
  border-color: #b73d18;
}
.game_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active > div .bg00 {
  background: none;
}
.game_swiper .gallery-thumbs .swiper-slide p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.game_swiper .gallery-thumbs .swiper-slide > div {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  position: relative;
  border: 4px solid;
  border-color: #222222;
}
.game_swiper .gallery-thumbs .swiper-slide > div .newgame {
  width: 40px;
  height: 16px;
  background-color: #be4019;
  border-radius: 8px;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  right: -7px;
  top: 12px;
}
.game_swiper .gallery-thumbs .swiper-slide > div .bg00 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.game_swiper .gallery-thumbs .swiper-slide > div img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.public_dv .public_box .title_e {
  font-size: 16px;
  color: #bbbbbb;
}
.public_dv .public_box > h2 {
  margin-top: 30px;
  font-size: 24px;
  color: #130707;
  white-space: nowrap;
}
.public_dv .public_box .main_p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 23px;
  color: #666666;
}
.public_dv .public_box > a {
  margin-top: 40px;
  display: block;
  width: 160px;
  height: 40px;
  background-color: #111111;
  display: flex;
  justify-content: space-between;
  padding: 0 13px;
  align-items: center;
}
#more1 {
    margin: 0px;
    display: block;
    width: 60px;
    transform: rotate(0deg);
    height: 220px
}
.public_dv .public_box > a:hover {
    background-color: #be4019;
}
.public_dv .public_box > a span {
    font-size: 16px;
    color: #e5e5e5;
}
.zwww {
  margin-top: 100px;
}
.img_dv {
  width: 100%;
  max-width: 1800px;
  margin: 60px auto 100px auto;
}
.img_dv img {
  max-width: 100%;
}
.img_dv .m-img {
  display: none;
}
.news a {
  width: 30%;
}
    .news a h2 {
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        line-height: 2em;
        height: 56px;
        text-overflow: ellipsis;
        overflow-y: hidden;
    }
.news a p {
  margin-top: 30px;
  font-size: 20px;
  color: #666666;
  font-family: GothamMedium;
}
    .news a p span{
        font-size:10px;
    }
    .news a p label {
        vertical-align: middle;
        font-size: 10px;
    }
    #img-H2 {
        margin-top: -24px;
    }
@media screen and (max-width: 1700px) {
  .game_dv01 .right{width: 50%;}
  .game_swiper .gallery-top .swiper-slide > div{
    width: 50%;
   padding-left: 30px;
  }
  .game_swiper .swiper-button-next{right: 60px;top: 45%}
  .game_dv .game_dv_main{width: 50%;}
  .game_dv .game_dv_main .left_dv{padding-left: 30px}
  .game_swiper .gallery-thumbs{min-width: 330px}
  .game_swiper .swiper-button-next.swiper-button-white, .game_swiper .swiper-button-prev.swiper-button-white{width: 80px;height: 80px;}
}
@media screen and (max-width: 1450px){
  .game_swiper .gallery-top .swiper-slide > div h2{font-size: 16px}
  .game_swiper .gallery-top .swiper-slide > div p{font-size: 12px;margin-top: 20px}
}
@media screen and (max-width: 1366px) {
    .game_swiper .gallery-top .swiper-slide > div p {
        max-width: 430px;
    }
}

@media screen and (max-width: 750px) {
  .game_dv {
    width: 100%;
    height: 658px;
    background: url('../img/m-banner.png') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding-bottom: 52px;
  }
  .game_dv .game_dv_main {
    width: 100%;
    height: auto;
  }
  .game_dv .game_dv_main .left_dv {
    width: 100%;
    background: none;
    padding-left: 20px;
    height: auto;
  }
  .game_dv .game_dv_main .left_dv .more_ {
    margin-top: 30px;
    width: 100px;
    height: 30px;
    background-color: #be4019;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
  }
  .game_dv .game_dv_main .left_dv .more_ span {
    color: #fff;
    font-size: 12px;
  }
  .game_dv .game_dv_main .left_dv img {
    transform: translateY(-22px);
    width: 100px;
  }
  .game_dv .game_dv_main .left_dv h2 {
    color: #e5e5e5;
    font-size: 18px;
    white-space:pre-line;
  }
  .game_dv .game_dv_main .left_dv p {
    margin-top: 25px;
    color: #606060;
    font-size: 12px;
    white-space:pre-line;
  }
  .game_dv .game_dv_main .right_dv {
    display: none;
  }
  .game_dv01 {
    align-items: flex-start;
    height: auto;
    padding-top: 47px;
    padding: 30px 30px;
    flex-wrap: wrap;
  }
  .game_dv01 .left {
    margin-right: 0;
    min-width: 100%;
  }
  .game_dv01 .right {
    display: none;
  }
  .game_swiper {
    background-color: #222222;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .game_swiper .img {
    display: none;
  }
  .game_swiper .m-img {
    display: block;
  }
  .game_swiper > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    padding: 0;
  }
  .game_swiper .swiper-button-next.swiper-button-white,
  .game_swiper .swiper-button-prev.swiper-button-white {
    outline: none;
    width: 60px;
    height: 60px;
    background-color: #232323;
  }
  .game_swiper .swiper-button-next {
    right: 40px;
    top: 46%;
    margin-top: 0;
  }
  .game_swiper .swiper-button-next::after {
    font-size: 28px;
  }
  .game_swiper .swiper-button-prev {
    display: none;
  }
  .game_swiper .gallery-top {
    max-height: 100%;
    padding-bottom: 100px;
  }
  .game_swiper .gallery-top .title {
    position: absolute;
    left: 30px;
    top: 20px;
    display: block;
    z-index: 9999;
  }
  .game_swiper .gallery-top .title > p {
    color: #606060;
    font-family: Gotham-Medium;
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: bold;
  }
  .game_swiper .gallery-top .title > h2 {
    margin-top: 12px;
    font-size: 14px;
    color: #ffffff;
  }
  .game_swiper .gallery-top .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .game_swiper .gallery-top{
    height: auto;
    transform: translateY(0);
  }
  .game_swiper .gallery-top .swiper-slide {
    height: 486px;
    position: relative;
    text-align: center;
  }
  .game_swiper .gallery-top .swiper-slide > div {
    position: absolute;
    text-align: left;
    width: 88%;
    height: 269px;
    padding: 20px;
    background-color: #000000;
    right: 50%;
    bottom: 0px;
    transform: translate(50%, 50%);
  }
    .game_swiper .gallery-top .swiper-slide > div img {
            transform: translateY(-98%);
        width: 71px;
    }
  .game_swiper .gallery-top .swiper-slide > div h2 {
      margin-bottom:5px;
      font-size: 14px;
      color: #e5e5e5;
      white-space: pre-line;
  }
  .game_swiper .gallery-top .swiper-slide > div p {
      margin-top: 10px;
      font-size: 12px;
      color: #606060;
      white-space: pre-line;
      max-width: 294px;
  }
  .game_swiper .gallery-top .swiper-slide > img {
    max-width: 100%;
    max-height: 842px;
  }
  .game_swiper .gallery-thumbs {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 0;
  }
  .game_swiper .gallery-thumbs .more_game {
    display: block;
    width: 49px;
    height: 49px;
    border: solid 2px;
    border-color: #313131;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    margin-left: 13px;
  }
  .game_swiper .gallery-thumbs .more_game:hover {
    border-color: #fff;
    color: #fff;
  }
  .game_swiper .gallery-thumbs .title {
    margin-bottom: 0px;
    position: absolute;
    left: 30px;
    top: 33px;
    display: none;
  }
  .game_swiper .gallery-thumbs .title > p {
    color: #606060;
    font-family: Gotham-Medium;
    font-size: 12px;
  }
  .game_swiper .gallery-thumbs .title > h2 {
    margin-top: 12px;
    font-size: 14px;
    color: #ffffff;
  }
  .game_swiper .gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
    justify-content: flex-start;
    height: auto;
    padding-bottom: 25px;
  }
  .game_swiper .gallery-thumbs .swiper-slide {
    width: 20% !important;
    height: 53px;
    margin-top: 30px;
    cursor: pointer;
  }
  .game_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
    color: #fff;
  }
  .game_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active > div {
    border-color: #b73d18;
  }
  .game_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active > div .bg00 {
    background: none;
  }
  .game_swiper .gallery-thumbs .swiper-slide p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
  }
  .game_swiper .gallery-thumbs .swiper-slide > div {
    width: 100%;
    max-width: 53px;
    height: 100%;
    max-height: 53px;
    border-radius: 50%;
    position: relative;
    border: 2px solid;
    border-color: #222222;
    margin: 0 auto;
  }
  .game_swiper .gallery-thumbs .swiper-slide > div .newgame {
    width: 40px;
    height: 16px;
    background-color: #be4019;
    border-radius: 8px;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    right: -17px;
    top: 4px;
  }
  .game_swiper .gallery-thumbs .swiper-slide > div .bg00 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  .game_swiper .gallery-thumbs .swiper-slide > div img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
  }
  .news {
    flex-wrap: wrap;
  }
  .news > a {
    width: 100%;
    margin-top: 30px;
  }
  .news > a p {
    margin-top: 5px;
  }
  .zwww {
    margin-top: 36px;
    transform: translateY(15px);
  }
  .img_dv {
    max-width: 100%;
    padding: 0 30px;
    margin: 0;
  }
  .img_dv .img {
    display: none;
  }
  .img_dv .m-img {
    display: block;
  }
  .public_dv .public_box .title_e {
    font-size: 12px;
    color: #bbbbbb;
  }
  .public_dv .public_box > h2 {
    margin-top: 17px;
    font-size: 14px;
    color: #130707;
    white-space: nowrap;
    font-weight: bold;
  }
  .public_dv .public_box .main_p {
    margin-top: 27px;
    font-size: 12px;
    line-height: 23px;
    color: #666666;
  }
  .public_dv .public_box > a {
    margin-top: 15px;
    width: 100px;
    height: 30px;
    background-color: #be4019;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
  }
  .public_dv .public_box > a span {
    font-size: 12px;
    color: #e5e5e5;
  }
}

@media screen and (max-width: 568px) {
    .game_swiper .gallery-top .swiper-slide > div p {
        margin-top: 10px;
        font-size: 12px;
        color: #606060;
        white-space: pre-line;
        max-width: 251px;
    }
}


@media screen and (max-width: 376px) {

    .game_swiper .gallery-top .swiper-slide > div p {
        max-width: 280px;
    }
    
}
    @media screen and (max-width: 330px) {

        .game_swiper .gallery-thumbs .swiper-wrapper {
            overflow: hidden;
        }

        .game_swiper .gallery-thumbs .swiper-slide {
            width: 19% !important;
        }

        .game_swiper .gallery-thumbs .more_game {
            margin-left: 30px;
        }
    }
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .game_swiper {
        height: 630px;
    }

        .game_swiper .gallery-top {
            height: 673px;
            transform: translateY(-120px)
        }

    #img-H2{
        margin-top:-40px;
    }
    .game_swiper .gallery-top .swiper-slide > div {
         
        height:232px;
         
        bottom: 0px;
    }
}
