/* Slider */
#game_iframe2{width: 100%;height: 100%}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


html, body {
/*    min-height: 100%;*/
/*    height: 100%;*/
    background-size: cover;
    background-position: top center;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    font-weight: 200;
    background-color: #1B1B1B;
/*    overflow: hidden*/
}
html.modal-active, body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}


#modal-container2 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container2.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two {
  transform: scale(1);
}
#modal-container2.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container2.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container2.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container2.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four {
  z-index: 202;
  transform: scale(1);
}
#modal-container2.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container2.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five {
  transform: scale(1);
}
#modal-container2.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container2.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six {
  transform: scale(1);
}
#modal-container2.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six .modal-background .modal h2, #modal-container2.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container2.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out .modal-background .modal h2, #modal-container2.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven {
  transform: scale(1);
}
#modal-container2.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven .modal-background .modal h2, #modal-container2.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}
#modal-container2.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}
#modal-container2.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven.out .modal-background .modal h2, #modal-container2.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2 .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container2 .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container2 .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container2 .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container2 .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container2 .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}


.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}


@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


.home_inbox{
height: 100vh;overflow: hidden;

display: flex;
align-content: center;
align-items: center;
background: url(../images/bg.jpg) center center no-repeat;
background-size: cover;
}

.home_inbox2{
min-height: 100vh;


display: flex;
align-content: center;
align-items: center;
/*overflow: hidden;*/

/*display: flex;*/
/*align-content: center;*/
/*align-items: center;*/
background: url(../images/bg.jpg) center center;
background-size: cover;
/*overflow-y: auto;*/
}


.indegame-swiper{
    position: relative;
    top: -50px;
/*    height: 450px;*/
}
.indegame-swiper .swiper-slide{
     width: 350px;
    height: 350px;
}
.indegame-swiper .swiper-slide .image{

}
.indegame-swiper .swiper-slide .image img{
    display: block;
    width: 100%;
}

.indegame_item{
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

ul{
    list-style: none;
}
li{list-style: none}

.home_bottom{
position: fixed;
left: 0;
bottom: 0;
z-index: 200;
width: 100%;
display: flex;
justify-content: center;
background: #000;
}
a{text-decoration: none}
.home_bottom ul{display: flex;margin: 0;padding: 15px 0}
.home_bottom li{color: #fff;margin: 0 20px;cursor: pointer;}
.home_bottom li span{margin-right: 5px;font-size: 20px;}
.home_bottom li a{color: #fff;margin: 0 20px;cursor: pointer;font-size: 20px;}
.home_bottom li .image{overflow: hidden;}
img{
    -webkit-transition:all 0.5s ; transition:all 0.5s;
}
#game_iframe{width: 80%;height: 80vh;border: none;margin: 0 auto;position: relative;}
.clsoe{position: absolute;right: -10px;top:-10px;width: 30px;cursor: pointer;height: 40px;z-index: 5}
.clsoe img{display: block;width: 100%}
#game_iframe2{border: none;position: relative;z-index: 3}
.indegame_item .image{
    border-radius: 10px;
overflow: hidden;
}
.game_list_show .indegame_item .image img{display: block;width: 100%}
.indegame_item{position: relative;}

.indegame_item::after{
  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    content: "";
    visibility: hidden;
    border-radius: 10px;
  
}
.indegame_item:hover::after{
    visibility: visible;
     webkit-transition:all 0.5s ; transition:all 0.5s;
}
.indegame_item:hover .image img{transform: scale(1.05);}

.indegame_item .text{position: absolute;left: 0;top: 0;width: 100%;box-sizing: border-box;padding: 3%;
display: flex;
box-sizing: border-box;
padding-top: 15%;
height: 100%;
justify-content: space-between;
align-content: space-between;
flex-wrap: wrap;
z-index: 200;
opacity: 0;
padding-bottom: 20px;

}
.indegame_item .text p{margin: 0}
.indegame_item:hover .text{
opacity: 1;
     webkit-transition:all 0.5s ; transition:all 0.5s;
}
.indegame_item .text .n_con1{display: flex;justify-content: center;width: 100%}
.indegame_item .text .n_con2{display: flex;justify-content: center;width: 100%;}
.indegame_item .text .n_con2 img{max-width: 25%;display: block;margin: 0 auto;}
.indegame_item .text .n_con1 .item p{margin: 0}
.indegame_item .text .n_con1 .item{width: 25%;text-align: center;}
.indegame_item .text .n_con1 .item .p1{font-size: 24px;color: #fff;font-weight: bold;}
.indegame_item .text .n_con1 .item .p2{font-size: 16px;color: #b5b6ba;font-weight: bold;}
.indegame_item .text .wp1{text-align: center;color: #fff;font-weight: bold;font-size: 30px;width: 100%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}

.game_list_show{

display: flex;
flex-wrap: wrap;
box-sizing: border-box;
padding: 40px 3%;

}

.game_list_show .con{width: 20%;box-sizing: border-box;padding: 10px;}
/*.game_list_show .indegame_item img{display: block;height: 100%;width:auto}*/
.van-list{padding-bottom: 60px;}

.pc{display: block;}
.mobile{display: none}

.van-list__error-text, .van-list__finished-text, .van-list__loading{
  color: #fff !important;
  font-size: 16px;
}

.fix_right{position: fixed; z-index: 201; font-size: 20px;
width: auto;
right: 30px;
bottom: 0;
display: flex;
}
.fix_right span{font-size: 30px;margin-left: 20px;cursor: pointer;}
.fix_right span{color: #fff;line-height: 55px}
.fix_right a{display: flex;align-items: center;}
.fix_right .sp1{font-size: 16px;}
.yuyanlist{position: fixed;right: -100%;bottom: 55px;background: #fff;width: auto;
box-sizing: border-box;
padding: 10px;
-webkit-transition:all 0.2s ; transition:all 0.2s;
}
.yuyanlist li{font-size: 15px;line-height: 1.5;cursor: pointer;}
.yuyanlist li:hover{color: #ffbd19;}

.fix_right .sp2:hover .yuyanlist{right: 0}
.mobile_header{display: flex;position: fixed;left: 0;top: 0;width: 100%;background: #000;box-sizing: border-box;padding: 8px 15px;justify-content: space-between;align-items: center;}
.mobile_header{display: none;}
.mobile_header .sp1 img{display: block;height: 40px}
.mobile_header .sp2{position: relative;}
.mobile_header .sp2  span{
    color: #fff;
font-size: 25px;
cursor: pointer;
}
.van-list{
    width: 100%;
}
.van-loading__text{
    color: #fff !important;
}
.van-loading{
    color: #fff !important;
}
.mobile_header .sp2 .yuyanlist{
  top:55px;
  height: 110px;
/*  right: 0;*/
}

.flag_box{position: absolute;left: 0;width: 100%;top: 0;display: flex;justify-content: flex-end;height: 13%;box-sizing: border-box;align-items: center;
padding: 0 10px;

}
.flag_box .item{height: 70%;margin-left: 5px;}
.flag_box img{display: block;height:  100%;}

.mobile_header .sp2:hover .yuyanlist{right: 0}

@media screen and (min-width:1025px) {}

@media screen and (min-width:1260px){


}
@media screen and (min-width:1950px) {}

@media screen and (min-width:2225px) {}

@media screen and (min-width:2500px) {}

@media screen and (min-width:2800px) {}

@media screen and (min-width:3000px) {}


@media screen and (max-width:1750px) {

}

@media screen and (max-width:1600px) {


}
@media screen and (max-width:1536px) {


}
@media screen and (max-width:1441px) {
.game_list_show .con{width: 25%}
.indegame_item .text .n_con1 .item .p1{
  font-size: 20px;
}
.indegame_item .text .n_con1 .item .p2{font-size: 14px;}
}



@media screen and (max-width:1400px) {

}
@media screen and (max-width:1370px) {

}
@media screen and (max-width:1300px) {

}
@media screen and (max-width:1260px) {


    

}
@media screen and (max-width:1230px) {

    

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {
.game_list_show .con{width: 33.3%;

    display: flex;
    justify-content: space-between;
    align-items: center;

}
}
    

@media screen and (max-width:1024px) {
.indegame_item .text{padding-top: 5%;}
body{max-width: 750px; margin: 0 auto !important;}

.pc{display: none;}
.mobile{display: block;}

.game_list_show .con{width: 50%;box-sizing: border-box;padding: 10px;}
.indegame_item .text .wp1{font-size: 18px;}
.indegame_item .text .n_con1{flex-wrap: wrap;}
.indegame_item .text .n_con1 .item:nth-child(1){margin-bottom: 5px;}
.indegame_item .text .n_con1 .item:nth-child(2){margin-bottom: 5px;}
.indegame_item .text .n_con1 .item .p1{font-size: 14px;}
.indegame_item .text .n_con1 .item .p2{font-size: 14px;}
.indegame_item .text .n_con1 .item{width: 50%;}
.indegame_item .text{padding-bottom: 10px;}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


html, body {
/*    min-height: 100%;*/
/*    height: 100%;*/
    background-size: cover;
    background-position: top center;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    font-weight: 200;
    background-color: #1B1B1B;
/*    overflow: hidden*/
}
html.modal-active, body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}


#modal-container2 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container2.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two {
  transform: scale(1);
}
#modal-container2.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container2.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container2.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container2.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four {
  z-index: 202;
  transform: scale(1);
}
#modal-container2.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container2.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five {
  transform: scale(1);
}
#modal-container2.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container2.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six {
  transform: scale(1);
}
#modal-container2.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six .modal-background .modal h2, #modal-container2.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container2.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out .modal-background .modal h2, #modal-container2.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven {
  transform: scale(1);
}
#modal-container2.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven .modal-background .modal h2, #modal-container2.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn .5s 1.4s linear forwards;
}
#modal-container2.seven.out {
  animation: slowFade .5s 1.5s linear forwards;
}
#modal-container2.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.seven.out .modal-background .modal h2, #modal-container2.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2 .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container2 .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container2 .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container2 .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container2 .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container2 .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}


.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}


@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


.home_inbox{
height: 100vh;overflow: hidden;

display: flex;
align-content: center;
align-items: center;
background: url(../images/bg.jpg) center center no-repeat;
background-size: cover;
}

.home_inbox2{
min-height: 100vh;


display: flex;
align-content: center;
align-items: center;
/*overflow: hidden;*/

/*display: flex;*/
/*align-content: center;*/
/*align-items: center;*/
background: url(../images/bg.jpg) center center;
background-size: cover;
/*overflow-y: auto;*/
}


.indegame-swiper{
    position: relative;
    top: -50px;
/*    height: 450px;*/
}
.indegame-swiper .swiper-slide{
     width: 350px;
    height: 350px;
}
.indegame-swiper .swiper-slide .image{

}
.indegame-swiper .swiper-slide .image img{
    display: block;
    width: 100%;
}

.indegame_item{
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

ul{
    list-style: none;
}
li{list-style: none}

.home_bottom{
position: fixed;
left: 0;
bottom: 0;
z-index: 200;
width: 100%;
display: flex;
justify-content: center;
background: #000;
}
a{text-decoration: none}
.home_bottom ul{display: flex;margin: 0;padding: 15px 0}
.home_bottom li{color: #fff;margin: 0 20px;cursor: pointer;}
.home_bottom li span{margin-right: 5px;font-size: 20px;}
.home_bottom li a{color: #fff;margin: 0 20px;cursor: pointer;font-size: 20px;}
.home_bottom li .image{overflow: hidden;}
img{
    -webkit-transition:all 0.5s ; transition:all 0.5s;
}
#game_iframe{width: 80%;height: 80vh;border: none;margin: 0 auto;position: relative;}
.clsoe{position: absolute;right: -10px;top:-10px;width: 30px;cursor: pointer;height: 40px;z-index: 3}
.clsoe img{display: block;width: 100%}
#game_iframe2{border: none;position: relative;z-index: 3}
.indegame_item{
         border-radius: 10px;
overflow: hidden;
}
.indegame_item .image{
     border-radius: 10px;
overflow: hidden;
}
.indegame_item{position: relative;}

.indegame_item::after{
  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    content: "";
    visibility: hidden;
    border-radius: 10px;
}
.indegame_item:hover::after{
    visibility: visible;
     webkit-transition:all 0.5s ; transition:all 0.5s;
}
.indegame_item:hover img{transform: scale(1.05);}

.indegame_item .text{position: absolute;left: 0;top: 0;width: 100%;box-sizing: border-box;padding: 3%;
display: flex;
box-sizing: border-box;
padding-top: 15%;
height: 100%;
justify-content: space-between;
align-content: space-between;
flex-wrap: wrap;
z-index: 200;

visibility: hidden;
padding-bottom: 20px;

}
.indegame_item .text p{margin: 0}
.indegame_item:hover .text{
opacity: 1;
visibility: visible;
     webkit-transition:all 0.5s ; transition:all 0.5s;
}
.indegame_item .text .n_con1{display: flex;justify-content: center;width: 100%}
.indegame_item .text .n_con2{display: flex;justify-content: center;width: 100%;}
.indegame_item .text .n_con2 img{max-width: 25%;display: block;margin: 0 auto;}
.indegame_item .text .n_con1 .item p{margin: 0}
.indegame_item .text .n_con1 .item{width: 25%;text-align: center;}
.indegame_item .text .n_con1 .item .p1{font-size: 24px;color: #fff;font-weight: bold;}
.indegame_item .text .n_con1 .item .p2{font-size: 16px;color: #b5b6ba;font-weight: bold;}
.indegame_item .text .wp1{text-align: center;color: #fff;font-weight: bold;font-size: 30px;width: 100%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}

.game_list_show{

display: flex;
flex-wrap: wrap;
box-sizing: border-box;
padding: 10px;

}

.game_list_show .con{width: 20%;box-sizing: border-box;padding: 10px;}
.game_list_show .indegame_item .image img{display: block;width: 100%}
.van-list{padding-bottom: 60px;}

.pc{display: block;}
.mobile{display: none}

.van-list__error-text, .van-list__finished-text, .van-list__loading{
  color: #fff !important;
  font-size: 16px;
}

.fix_right{position: fixed; z-index: 201; font-size: 20px;
width: auto;
right: 30px;
bottom: 0;
display: flex;
}
.fix_right span{font-size: 30px;margin-left: 20px;cursor: pointer;}
.fix_right span{color: #fff;line-height: 55px}
.fix_right a{display: flex;align-items: center;}
.fix_right .sp1{font-size: 16px;}
.yuyanlist{position: fixed;right: -100%;bottom: 55px;background: #fff;width: auto;
box-sizing: border-box;
padding: 10px;
-webkit-transition:all 0.2s ; transition:all 0.2s;
}
.yuyanlist li{font-size: 15px;line-height: 1.5;cursor: pointer;}
.yuyanlist li:hover{color: #ffbd19;}

.fix_right .sp2:hover .yuyanlist{right: 0}
.mobile_header{display: flex;position: fixed;left: 0;top: 0;width: 100%;background: #000;box-sizing: border-box;padding: 8px 15px;justify-content: space-between;align-items: center;}
.mobile_header{display: none;}
.mobile_header .sp1 img{display: block;height: 40px}
.mobile_header .sp2{position: relative;}
.mobile_header .sp2  span{
    color: #fff;
font-size: 25px;
cursor: pointer;
}
.mobile_header .sp2 .yuyanlist{
  top:55px;
  height: 110px;
/*  right: 0;*/
}

.flag_box{position: absolute;left: 0;width: 100%;top: 0;display: flex;justify-content: flex-end;height: 13%;box-sizing: border-box;align-items: center;
padding: 0 10px;

}
.flag_box .item{height: 70%;margin-left: 5px;}
.flag_box img{display: block;height:  100%;}

.mobile_header .sp2:hover .yuyanlist{right: 0}



@media screen and (min-width:1025px) {}

@media screen and (min-width:1260px){


}
@media screen and (min-width:1950px) {}

@media screen and (min-width:2225px) {}

@media screen and (min-width:2500px) {}

@media screen and (min-width:2800px) {}

@media screen and (min-width:3000px) {}


@media screen and (max-width:1750px) {

}

@media screen and (max-width:1600px) {


}
@media screen and (max-width:1536px) {


}
@media screen and (max-width:1441px) {
.game_list_show .con{width: 25%}
.indegame_item .text .n_con1 .item .p1{
  font-size: 20px;
}
.indegame_item .text .n_con1 .item .p2{font-size: 14px;}
}



@media screen and (max-width:1400px) {

}
@media screen and (max-width:1370px) {

}
@media screen and (max-width:1300px) {

}
@media screen and (max-width:1260px) {


    

}
@media screen and (max-width:1230px) {

    

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {
.game_list_show .con{width: 33.3%;

    display: flex;
    justify-content: space-between;
    align-items: center;

}
}
    

@media screen and (max-width:1024px) {
.indegame_item .text{padding-top: 5%;}
body{max-width: 750px; margin: 0 auto !important;}

.pc{display: none;}
.mobile{display: block;}

.game_list_show .con{width: 50%;box-sizing: border-box;padding: 10px;}
.indegame_item .text .wp1{font-size: 18px;}
.indegame_item .text .n_con1{flex-wrap: wrap;}
.indegame_item .text .n_con1 .item:nth-child(1){margin-bottom: 5px;}
.indegame_item .text .n_con1 .item:nth-child(2){margin-bottom: 5px;}
.indegame_item .text .n_con1 .item .p1{font-size: 14px;}
.indegame_item .text .n_con1 .item .p2{font-size: 14px;}
.indegame_item .text .n_con1 .item{width: 50%;}
.indegame_item .text{padding-bottom: 10px;}
/*#game_iframe{width: 100%}*/
.home_bottom li{margin: 0}
.home_bottom li a{margin: 0}
.fix_right{right: 10px;}
.game_list_show{padding-top: 70px}
.fix_right{display: none}
.home_bottom a{display: flex;align-items: center;}
.home_bottom .sp1{font-size: 16px;margin-left: 5px;}
.mobile_header{display: flex;}

.clsoe{position: absolute;right: -30px;top:-20px;width: 30px;cursor: pointer;height: 40px;z-index: 2}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:900px) {

}
@media screen and (max-width:860px) {


}

@media screen and (max-width:720px) {

}

@media screen and (max-width:700px) {

}
@media screen and (max-width:641px) {

}
@media screen and (max-width: 550px) {

}
@media screen and (max-width: 481px) {

}

@media screen and (max-width:421px) {
    
}

@media screen and (max-width: 375px) {


}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 350px) {


}


@media screen and (max-height:400px) {}

@media screen and (max-height:280px) {}
/*#game_iframe{width: 100%}*/
.home_bottom li{margin: 0}
.home_bottom li a{margin: 0}
.fix_right{right: 10px;}
.game_list_show{padding-top: 70px}
.fix_right{display: none}
.home_bottom a{display: flex;align-items: center;}
.home_bottom .sp1{font-size: 16px;margin-left: 5px;}
.mobile_header{display: flex;}

.clsoe{position: absolute;right: -30px;top:-20px;width: 30px;cursor: pointer;height: 40px;z-index: 2}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:900px) {

}
@media screen and (max-width:860px) {


}

@media screen and (max-width:720px) {

}

@media screen and (max-width:700px) {

}
@media screen and (max-width:641px) {

}
@media screen and (max-width: 550px) {

}
@media screen and (max-width: 481px) {

}

@media screen and (max-width:421px) {
    
}

@media screen and (max-width: 375px) {


}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 350px) {


}


@media screen and (max-height:400px) {}

@media screen and (max-height:280px) {}