@charset "UTF-8";

body,html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: 0 0;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #061e3a!important;
}

a,center,div,em,font,h1,h2,h3,h4,h5,h6,i,img,li,object,span,sub,table,ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: 0 0;
}

*,:after,:before {
  box-sizing: inherit;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #64b7e3;
}

a:hover {
  color: #9bccff;
}
.paralax_box {
    position: relative;
    z-index: 0;
    width: 1480px;
    margin: 0 auto
}

.paralax_box .layer1,.paralax_box .layer2,.paralax_box .layer3,.paralax_box .layer4 {
    position: absolute;
    height: 1950px;
    width: 320px;
    z-index: 0;
    margin-top: 30px
}

.paralax_box .layer1 {
    background: url(../webp/layer-l1.webp) no-repeat center left;
    animation: paralaxMove1 7s ease-in-out infinite 1.75s;
    top: 500px;
    left: 60px;
}

.paralax_box .layer2 {
    background: url(../webp/layer-l2.webp) no-repeat top left;
    animation: paralaxMove2 7s ease-in-out infinite 1.75s;
    top: 370px;
    left: 0
}

.paralax_box .layer3 {
    background: url(../webp/layer-r1.webp) no-repeat center right;
    animation: paralaxMove1 7s ease-in-out infinite 1.75s;
    top: 260px;
    right: 0
}

.paralax_box .layer4 {
    background: url(../webp/layer-r2.webp) no-repeat top right;
    animation: paralaxMove2 7s ease-in-out infinite 1.75s;
    top: 580px;
    right: 0;
}

.paralax_box.no_animate {
    position: fixed;
    left: 50%;
    margin-left: -740px
}

.paralax_box.no_animate .layer1,.paralax_box.no_animate .layer3 {
    animation: none;
    top: 15px
}

.paralax_box.no_animate .layer2,.paralax_box.no_animate .layer4 {
    animation: none;
    top: 30px
}

@media (max-width: 1024px) {
	.paralax_box {
        display: none
    }
}
@media (max-width: 1500px) {
    .paralax_box {
        width:100%
    }

    .paralax_box.no_animate {
        width: 100%;
        left: auto;
        margin-left: 0
    }
}
.play_btn {
  width: 194px;
  height: 57px;
  background-size: 100%;
}

.btn_box.windows {
  
}

.btn_box.android li:nth-child(3) {
  display: none;
}
.btn_box.ios li:nth-child(1),
.btn_box.ios li:nth-child(2) {
  display: none;
}

.play_btn.android {
	background-image:url(../webp/-s-androld.png)
}
.play_btn.galaxy {
	background-image:url(../webp/-s-galaxy.png)
}
.play_btn.ios {
	background-image:url(../webp/-s-apple.png)
}
.play_btn.google {
	background-image:url(../webp/-s-google.png)
}
.bannerimg{
	width: 100%; /* 设置宽度 */
	height: 180px; /* 设置一个明确的高度 */
	background-image:url(../webp/entext.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.lang-pt .bannerimg {
	background-image:url(../webp/pu_text.webp)
}

.play_btn {
  display: inline-block;
}

.arrow_left {
  width: 22px;
  height: 40px;
  display: block;
  transform: scaleX(-1);
  background-image: url(../webp/arrow.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.arrow_right {
  width: 22px;
  height: 40px;
  display: block;
  background-image: url(../webp/arrow.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.button_green,.green_btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
  background: #49a011;
  -webkit-background: linear-gradient(to top,#387b0d 0,#49a011 100%);
  -moz-background: linear-gradient(to top,#387b0d 0,#49a011 100%);
  -ms-background: linear-gradient(to top,#387b0d 0,#49a011 100%);
  background: linear-gradient(to top,#387b0d 0,#49a011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.button_purple, .purple_btn {
  width:200px;
  background-image: url('../webp/button.webp');
  background-size: cover;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  padding: 20px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
}
.button_purple, .purple_btn:hover {
  background-image: url('../webp/button2.webp');
  color: #CBCBCB;
}

.cards ul li .green_btn:hover {
  background-image: url('../webp/btn2.webp');
  color: #CBCBCB;
}
.button_green:hover:before,.green_btn:hover:before {
  opacity: 1;
}

.button_green span,.green_btn span {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button_green span,.green_btn span {
  color: #224702;
  font-size:15pt;
  font-weight: bold;
  position: relative;
  text-shadow: none;
}

.button_green a,.green_btn a {
  color: #fff;
}

.button_green:hover span,.green_btn:hover span {
  # text-shadow: 0 1px 3px rgba(0,0,0,.6);
  color: #224702;
}

footer {
  width: 100%;
}
.banner_box {
  background-color: #000217;
  height: 350px;
  position: relative;
}

.banner_box .banner {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-color: #101622; /* 你希望的背景颜色 */
  background-repeat: repeat-x;
}

/* 使图片高度与 .banner_box 相等 */
.banner img {
  height: 100%; /* 设置图片高度为 100% */
  object-fit: cover; /* 保持图片比例并填充容器 */
  width: auto; /* 自动调整宽度以保持比例 */
  left: -15%; /* 图片从容器左边开始，略超出 */
  right: -15%; /* 图片从容器右边开始，略超出 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 居中图片 */
}

/* 添加模糊效果 */

.header_video_box {
  background-color: #101622;
  height: 400px;
  position: relative;
}

.header_video_box:after {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../webp/video_pattern_01.png);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.header_video_box .header_video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
  background-size: 100%;
  background-position-y: 50%;
}

.header_video_box .header_video .left_gradient,.header_video_box .header_video .right_gradient {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 38%;
  height: 100%;
}

.header_video_box .header_video .left_gradient {
  left: 0;
  -webkit-background: linear-gradient(to right,#061e3a,transparent);
  -moz-background: linear-gradient(to right,#061e3a,transparent);
  -ms-background: linear-gradient(to right,#061e3a,transparent);
  background: linear-gradient(to right,#101622,transparent);
}

.header_video_box .header_video .right_gradient {
  right: 0;
  -webkit-background: linear-gradient(to left,#061e3a,transparent);
  -moz-background: linear-gradient(to left,#061e3a,transparent);
  -ms-background: linear-gradient(to left,#061e3a,transparent);
  background: linear-gradient(to left,#101622,transparent);
}
.site-baccarist .content {
    background: #013461;
    background: radial-gradient(ellipse closest-corner at center 30%,#0469be,#013461)
}
.site-blackjackist .content {
    background: #013461;
    background: radial-gradient(ellipse closest-corner at center 30%,#0469be,#013461)
}

.site-blackjackist .header_video_box {
    background-color: #013461
}

.site-blackjackist .header_video_box .header_video .left_gradient {
    -webkit-background: linear-gradient(to right,#013461,transparent);
    -moz-background: linear-gradient(to right,#013461,transparent);
    -ms-background: linear-gradient(to right,#013461,transparent);
    background: linear-gradient(to right,#013461,transparent)
}

.site-blackjackist .header_video_box .header_video .right_gradient {
    -webkit-background: linear-gradient(to left,#013461,transparent);
    -moz-background: linear-gradient(to left,#013461,transparent);
    -ms-background: linear-gradient(to left,#013461,transparent);
    background: linear-gradient(to left,#013461,transparent)
}

.header_video_box .header_video video {
  position: absolute;
  top: 53%;
  left: 50%;
  margin-left: -50%;
  margin-top: -30%;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: auto;
}

.header_video_box .cont_center {
  padding-top: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.banner_box .cont_center {
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.banner_box .cont_center1 {
  padding-top: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}



.header_video_box h1 {
  color: #fff;
  text-align: center;
  font-size: 2.7em;
  font-style: italic;
  text-shadow: 0 2px 50px rgba(0,0,0,.6);
  margin-bottom: .5em;
}

footer {
  background-color: #0E121E;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1);
  padding: 20px 20px 50px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

footer .footer_title {
  color: #4e789e;
  font-size: .813em;
  line-height: 1.2;
  margin-bottom: 10px;
}

footer a {
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

footer a:hover {
  color: #9bccff;
  text-decoration: underline;
}

footer .left_box {
  float: left;
  width: 200px;
}

footer .left_box .logo_box {
  width: 150px;
  margin-bottom: 25px;
}

footer .left_box .links a {
  margin-right: 5px;
  display: block;
}

footer .right_box {
  float: right;
  width: 250px;
}

footer .footer_text {
  text-align: center;
  color: #67789F;
  font-size: .813em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.lang_btn i.en {
  background: url(../webp/ico-flag-en.svg) no-repeat center center;
  background-size: 100%;
}

.lang_btn i {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 240;
  left: -130%;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}

.overlay.show {
  left: 0;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N;
	Licensed MIT */

@-webkit-keyframes rightEnd {
  0%, to {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@keyframes rightEnd {
  0%, to {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@-webkit-keyframes topEnd {
  0%, to {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@keyframes topEnd {
  0%, to {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@-webkit-keyframes leftEnd {
  0%, to {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@keyframes leftEnd {
  0%, to {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@-webkit-keyframes bottomEnd {
  0%, to {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

@keyframes bottomEnd {
  0%, to {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

@-webkit-keyframes lg-right-end {
  0%, to {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, to {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%, to {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, to {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, to {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, to {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%, to {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, to {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes paralaxMove1 {
  0%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes paralaxMove2 {
  0%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before,.lightSlider:after,.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lSSlideWrapper {
  position: relative;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 40%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction>.lSPrev {
  left: 10px;
}

.lSAction>.lSNext {
  right: 10px;
}

.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>* {
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object,.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

@font-face {
  font-family: "lg";
  src: url(../fonts/lg_1.eot);
  src: url(../fonts/lg.eot#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff) format("woff"),url(../fonts/lg.ttf) format("truetype"),url(../webp/lg.svg#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,.lg-actions .lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-sub-html,.lg-toolbar {
  background-color: rgba(0,0,0,.45);
  left: 0;
}

.lg-toolbar {
  top: 0;
  width: 100%;
  z-index: 1082;
  position: absolute;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
  direction: ltr;
  float: left;
}

.lg-next,.lg-prev,.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery_box .gallery li img {
  width: 100%;
}

#lg-zoom-in:after {
  content: "\e311";
}

#container:after,.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../webp/loading.gif) no-repeat center center;
  display: none!important;
}

.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important;
}

.lg-outer .lg-img-wrap,.lg-outer .lg-item {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap {
  display: inline-block;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
}

.lg-backdrop,.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
}

.lg-backdrop.in,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

#container {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  overflow: hidden;
}

.cont_center {
  margin: 0 auto;
  width: 100%;
  display: grid;
  place-items: center;
  max-width: 880px;
}

.content {
  #background: #000217;
  #background: radial-gradient(ellipse closest-corner at center 27%,#000000,#061e3a);
  background-image: url('../webp/bj.webp');
  background-repeat: no-repeat;
  background-position: center bottom; /* 图片居中底部 */
  background-size: cover; /* 覆盖整个容器 */
  min-height: calc(100vh - 240px);
}

.content .cont_center {
  position: relative;
}

.parent {
  display: flex;
  justify-content: center;
  /* 居中对齐 */
}

.info {
  height: 500px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* 居中对齐 */
  gap: 1rem;
  /* 上下空隙 */
}

.info_box {
  flex: 0 0 auto;
  /* 不让元素伸展或收缩 */
}

@media (min-width: 768px) {
	.about_box {
  width: 95%;
  overflow: hidden;
}
  /* 调整此断点以适应您的设计 */
  .cont_center img {
	width: auto;
	height: auto;
  }
  .info .info_box {
    # flex-basis: calc((100% - (2 * 1rem)) / 3);
    /* 每行3个盒子，减去间隙 */
  }
}

/* 移动视图 */

@media (max-width: 767px) {
  /* 调整此断点以适应您的设计 */
  
  .banner_box {
    background-color: #000217;
    height: 250px;
    position: relative;
  }
  .cont_center img {
	width: 80%;
  }
  .info .info_box {
    flex-basis: calc(50% - 1rem);
    /* 每行2个盒子，减去间隙 */
  }
}

.mobile_play {
  display: none;
  width: 100%;
  padding: 20px;
}

.mobile_play .btn_box,.mobile_play .descr_box {
  overflow: hidden;
  width: 100%;
  color: #fff;
}

.mobile_play .descr_box {
  # margin-bottom: 10px;
  # height: 50px;
}

.mobile_play .descr_box .game_title {
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.2em;
}

.mobile_play .descr_box .game_descr {
  font-size: .75em;
  line-height: 1.2;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
}

.mobile_play .img_box {
  width: 50px;
  float: left;
  margin-right: 10px;
}

.mobile_play .img_box img {
  max-width: 100%;
  display: block;
}

.mobile_play .btn_box a.play_btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.lg-download {
  display: none;
}

.gallery_box {
  width: 560px;
  margin: 0 auto;
  top: -35px;
  z-index: 3;
}

.gallery_box .lSSlideWrapper {
  box-shadow: 0 4px 53px 0 rgba(5,33,67,.81);
}

.gallery_box,.gallery_box .video_item,.gallery_text {
  position: relative;
}

.gallery_box .video_item:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../webp/imgbox/bt_Play_video.png);
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-left: -48px;
  margin-top: -40px;
}

.gallery_box .pagerBox {
  overflow: hidden;
  padding: 10px 20px 30px;
  margin-left: -20px;
  width: 100%;
  box-sizing: content-box;
}

.gallery_box .lSSlideOuter,.gallery_box .pagerBox .lSPager {
  overflow: visible;
}

.gallery_box .pagerBox .lSPager li {
  overflow: visible;
  position: relative;
  height: 50px;
}

.gallery_box .pagerBox .lSPager li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.gallery_box .pagerBox .lSPager li a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%!important;
  margin-bottom: 0;
}

.gallery_box .pagerBox .lSPager li a:hover,.gallery_box .pagerBox .lSPager li.active a {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  box-shadow: 0 4px 25px 0 rgba(0,0,0,.5);
}

.lSAction .lg-icon,.lSAction a,.lg-actions .lg-icon,.lg-actions a {
  height: 63px;
  margin-top: -55px;
}

.lSAction .lSPrev,.lg-actions .lSPrev {
  left: -55px;
}

.lSAction .lSNext,.lg-actions .lSNext {
  right: -55px;
}

.lg-actions .lg-icon {
  opacity: .5;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.lg-actions .lg-icon:hover {
  opacity: 1;
}

.lg-actions .lg-icon:after,.lg-actions .lg-icon:before {
  content: normal;
}

.lg .lg-close,.lg-actions .lg-icon {
  width: 50px;
  font-size: 50px;
}

.lg .lg-close:after {
  content: "×";
}

.gallery_text {
  color: #fff;
  text-align: center;
  font-size: 1.031em;
  line-height: 1.2em;
  width: 580px;
  left: 50%;
  margin-left: -290px;
}



.about_box h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: .4em;
}

.about_box .about_content ul {
  display: table;
  # margin-bottom: 35px;
  height: 355px;
}

.about_box .about_content ul li {
  display: table-cell;
  width: 25%;
  padding: 10px 10px;
  height: 100%;
}

.about_box .about_content ul li .decor_box {
  background: #0c0c1c5e;
  # background: #0c0c1c99;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
  -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
  -ms-box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
  box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
  text-align: center;
  color: #fff;
}

.about_box .about_content .img_box {
  width: 100%;
  # padding: 10px 20px;
  text-align: center;
}

.about_box .about_content .img_box img {
  max-width: 100%;
}

.about_box .about_content .about_title {
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 1.2;
}

.about_box .about_content .about_text {
  padding: 0 20px 20px;
  line-height: 1.3;
  font-size: .813em;
  color: rgba(255,255,255,.5);
}

.about_box .about_download_text {
  color: #fff;
  font-size: 1.313em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

.about_box .about_download_text a {
  color: #9bccff;
  text-decoration: none;
  font-size: .786em;
  border-bottom: 1px dashed #9bccff;
  display: inline-block;
  height: 17px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.about_box .about_download_text a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.about_box .more_box {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about_box .more_box.show {
  height: 355px;
  margin-bottom: 20px;
}

.about_box .more_box ul {
  padding: 2px 0;
}

.bottom_bg {
  # background: url(../webp/banner_bg.webp) no-repeat bottom center;
  min-height: 820px;
}

.info:after {
  content: " ";
  display: block;
  clear: both;
}

.info .info_box .img_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cont_center11 {
	position: relativel;
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
	height:600px
}
.cards,.market {
	padding:20px 0
}
.cards,.cards ul {
	width:100%;
}
.cards ul li,.cards ul li .card_box {
	display:block;
	background-color:#102747
}
.cards ul li {
	display: table-cell;
	float:left;
	width:26%;
	height:340px;
	text-align:center;
	position:relative
}
.cards__list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards ul li .green_btn {
	width:160px;
	background-image: url('../webp/btn.webp');
    background-size: cover;
	position:absolute;
	bottom:15px;
	left:45%;
	margin-left:-68px;
	opacity:0;
	-webkit-transition:opacity .3s;
	-moz-transition:opacity .3s;
	-o-transition:opacity .3s;
	transition:opacity .3s
}
.cards ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards ul li .card_box {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.cards ul li .card_text,.rng_warning_cont div {
	text-transform:uppercase
}
.cards ul li.empty {
	background-color:transparent
}
.cards .cardsGallery .green_btn,.cards ul li:hover .green_btn,.rules_box .cards__card.active div {
	opacity:1
}
.cards ul li:hover .card_text {
	color:#fff;
	line-height:70px
}
.cards ul li:hover .card_name {
	line-height:30px
}
.cards ul li:hover .card_box {
	top:-10px;
	bottom:-10px;
	padding-top:10px;
	box-shadow:0 5px 30px 0 rgba(0,0,0,.5);
	background-color:#0a3363;
	z-index:5
}
.cards ul li:last-child {
	border-left:1px solid #000
}
.cards ul li:first-child {
	
	border-right:1px solid #000
}
.cards .card_name {
	color:#fff;
	width:100%;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	-webkit-transition:line-height .3s;
	-moz-transition:line-height .3s;
	-o-transition:line-height .3s;
	transition:line-height .3s
}
.cards .img_box {
	position:relative;
	height:310px;
	overflow:hidden;
	cursor:pointer
}
.cards .img_box,.cards .img_box img {
	width:100%;
	display:block
}
.cards .card_text {
	color:#4e789e;
	width:100%;
	height:40px;
	line-height:40px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.cards .cardsGallery {
	height:360px!important;
	padding-top:45px
}
.cards .cardsGallery li {
	height:236px
}
.cards .cardsGallery li .img_box {
	height:260px;
	-webkit-transition:height .3s;
	-moz-transition:height .3s;
	-o-transition:height .3s;
	transition:height .3s
}
.cards__item.lslide .green_btn {
	display:none
}
.cards__item.lslide.focus .green_btn{
	display:block;
	background-image: url('../webp/btn.webp');
    background-size: cover;
}


.cards .cardsGallery li.focus,.cards .cardsGallery li.focus:hover {
	height:220px
}
.cards .cardsGallery li.focus .img_box,.cards .cardsGallery li.focus:hover .img_box {
	height:265px
}
.cards .cardsGallery li.focus .card_box,.cards .cardsGallery li.focus:hover .card_box {
	top:-15px;
	padding-top:0;
	box-shadow:0 5px 30px 0 rgba(0,0,0,.5);
	background-color:#0a3363;
	z-index:5
}
.cards .cardsGallery li.focus .card_text,.cards .cardsGallery li.focus:hover .card_text {
	color:#fff
}
.cards .cardsGallery li .card_name {
	height:40px;
	line-height:40px;
	font-size:1em
}
.cards .cardsGallery li .card_text {
	height:40px;
	line-height:40px;
	font-size:.75em
}
.cards .cardsGallery li .green_btn {
	# padding:10px 15px;
	width:100px;
	font-size:1em;
	bottom:10px
}
.cards .cardsGallery li:hover .card_name {
	line-height:40px
}
.cards .cardsGallery li:hover .card_text {
	line-height:40px;
	color:#4e789e
}
.cards .cardsGallery li:hover .card_box {
	top:0;
	bottom:0;
	padding-top:0;
	box-shadow:none;
	background-color:#102747
}
.cards .cardsGallery li:first-child,.cards .cardsGallery li:last-child {
	border:0;
	opacity:0
}

.market {
  width: 100%;
  overflow: hidden;
}

.market ul,.market ul li {
  # width: 100%;
  text-align: center;
}

.market ul li {
  display: inline-block;
  # width: 13%;
  min-width: 160px;
  # margin-bottom: 30px;
  padding: 0 5px;
}

.market ul li a {
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.market ul li a:hover {
  box-shadow: 0 5px 13px 0 rgba(0,0,0,.67);
}

.market {
  padding: 20px 0;
}

#container.no_top {
  padding-top: 0;
}

#container.no_top .content {
  min-height: 100vh;
}

.site-pokerist .bottom_bg {
  min-height: 0px;
}

.policy__content {
  background-color: rgba(11,29,46,.9);
  color: #fff;
  padding: 25px;
}

.policy__content h1,section h1,section h2 {
  font-weight: 500;
  font-size: 2.438em;
  text-transform: none;
}

.policy__content h1 {
  margin: 30px 0;
}

.policy__content h2 {
  font-size: 1.375em;
  margin-bottom: 5px;
  margin-top: 20px;
}

.policy__content h3 {
  margin-top: 10px;
}

.policy__content div {
  text-align: left;
}

.policy__content table,.policy__content ul {
  margin-bottom: 10px;
}

.policy__content ul li {
  font-size: .875em;
  padding: 0 0 5px 20px;
  position: relative;
}

.policy__content ul li::before {
  content: "-";
  position: absolute;
  left: 1px;
  top: 0;
}

section h1,section h2 {
  color: #0f263d;
  padding: 20px 30px;
}

.content_body {
  overflow: hidden;
}

.policy__content h3 {
  margin-bottom: 5px;
  font-size: 1.125em;
}

.content_body {
  width: 680px;
  padding-right: 200px;
  padding-top: 30px;
  box-sizing: content-box;
}

.i-hide {
  display: none;
}

.play_now {
  overflow: auto;
  height: 100%;
  min-height: 100%;
  min-height: calc(100vh - 45px);
}

.play_now {
  text-align: center;
}

.avatar_descr_box h2,.section_box h2 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 27px;
  color: #000;
  padding: 0;
}

.avatar_descr_box,.section_box {
  padding: 0 30px;
}

.avatar {
  width: 24%;
  text-align: center;
  cursor: pointer;
  min-width: 120px;
  display: inline-block;
}

.avatar .avatar__image {
  display: block;
}

.alert__success {
  background-color: #00ad8f;
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MyriadProRegular.woff) format("woff"),url(../fonts/MyriadProRegular.ttf) format("truetype"),url(../fonts/MyriadProRegular.otf) format("opentype"),url(../fonts/MyriadProRegular.eot) format("embedded-opentype");
}

@font-face {
  font-family: "Myriad Pro";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/MyriadProBoldItalic.woff) format("woff"),url(../fonts/MyriadProBoldItalic.ttf) format("truetype"),url(../fonts/MyriadProBoldItalic.otf) format("opentype"),url(../fonts/MyriadProBoldItalic.eot) format("embedded-opentype");
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/MyriadProBold.woff) format("woff"),url(../fonts/MyriadProBold.ttf) format("truetype"),url(../fonts/MyriadProBold.otf) format("opentype"),url(../fonts/MyriadProBold.eot) format("embedded-opentype");
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/MyriadProSemiBold.woff) format("woff"),url(../fonts/MyriadProSemiBold.ttf) format("truetype"),url(../fonts/MyriadProSemiBold.otf) format("opentype"),url(../fonts/MyriadProSemiBold.eot) format("embedded-opentype");
}

@media screen and (max-width:989px) {
  footer {
    clear: both;
  }
}

@media (max-width:1220px) {
  .header_video_box .header_video {
    width: 100%;
    background-size: cover;
  }

  .left_gradient,  .right_gradient {
    display: none;
  }
}

@media (max-width:600px) {
  .about_box .about_content ul {
    padding: 1px 20px;
  }
  .bottom_bg {
    background-size: 130%;
  }

  .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* 居中对齐 */
    gap: 1rem;
    /* 空隙 */
  }

  .info_box {
    flex: 0 0 auto;
    /* 不让元素伸展或收缩 */
  }

@media (min-width: 768px) {
    /* 调整此断点以适应您的设计 */

    .info .info_box {
      flex-basis: calc((100% - (2 * 1rem)) / 3);
      /* 每行3个盒子，减去间隙 */
    }
}

  /* 移动视图 */

@media (max-width: 767px) {
    /* 调整此断点以适应您的设计 */
	.cards ul li .green_btn {
	  margin-left:-62px;
    }
    .info .info_box {
      flex-basis: calc((100% - (2 * 1rem)) / 3);
      /* 每行2个盒子，减去间隙 */
    }

    .parent {
      padding-bottom: 2rem;
    }
}
}

@media (min-height:1080px) {
	.paralax_box .layer1,.paralax_box .layer2,.paralax_box .layer3,.paralax_box .layer4 {
		margin-top: 190px;
	}
	.header_video_box {
		height: 550px;
	}
	.header_video_box .cont_center {
		padding-top: 140px;
	}
	.about_box {
		width: 100%;
	}
	.about_box div{
		font-size: 120%;
	}
	.about_box .about_content ul {
		display: table;
		height: 405px;
	}
	.gallery_text {
		font-size: 1.531em;
	}
	.cont_center img {
		height: 115%;
	}
}



@media (max-width:880px) {

	.btn_box {
		height: 55px;
		display: flex;
		justify-content: space-between;
		gap: 0px;
	}
	.btn_box li {
		flex: 1; /* 确保每个按钮占据相等的宽度 */
		min-height: 40px; /* 确保按钮有最小高度 */
		display: flex; /* 使用 Flexbox 对齐内容 */
		align-items: center; /* 垂直居中 */
		justify-content: center; /* 水平居中 */
	}
	.btn_box li a {
	display: block;
    width: 100%; /* 填满整个 li 元素 */
    height: 100%; /* 填满整个 li 元素 */
    background-image: url('../webp/google.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* 保持背景图片的纵横比 */
    text-align: center; /* 文本居中 */
    color: #fff; /* 文字颜色 */
    text-decoration: none; /* 去掉默认下划线 */
    line-height: 40px; /* 垂直居中，适合固定高度 */
    padding: 5px; /* 内边距，根据需要调整 */
}
  .market ul {
    text-align: center;
  }

  .market ul li {
    display: inline-block;
    float: none;
    padding: 0 1px;
  }

  .mobile_play {
    display: block;
  }

  .header_video_box .cont_center {
    position: absolute;
    bottom: 80px;
    padding: 0;
  }

  .header_video_box .cont_center h1 {
    margin: 0;
    font-size: 2em;
  }

  .header_video_box .green_btn {
    #display: none;
  }

  .gallery_box {
    top: 0;
  }

  .gallery_box .pagerBox {
    padding: 10px 10px 30px;
    margin-left: -10px;
  }

  .gallery_text {
    position: relative;
    left: 0;
    margin: 0 auto 20px;
  }

  footer .right_box {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  footer .left_box {
    float: right;
    width: 170px;
  }

  #container {
    #padding-top: 45px;
  }

  .content_body {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width:767px) {
  .gallery_box .lSAction .lSNext,  .gallery_box .lSAction .lSPrev {
    display: none;
  }

  .gallery_box .pagerBox .lSPager li {
    # height: 70px;
  }

  .bottom_bg {
    min-height: 590px;
  }

  .content_body {
    padding-right: 0;
  }
}


@media (max-width:640px) {
	.header_video_box .cont_center {
		bottom: 10px;
	}
	.bannerimg {
		width: 80%;
		height: 130px;
		background-size: 100%;
	}
  .mobile_play,  footer,  section h1,  section h2 {
    padding: 10px;
  }

  .about_box .about_content ul {
    margin-bottom: 0;
    display: block;
    height: auto;
  }

  .about_box .about_content ul li {
    display: block;
    width: 50%;
    height: 360px;
    float: left;
    margin: 0 auto;
  }

  .about_box .about_content .about_text {
    padding: 0 5px 10px;
  }

  .about_box .about_content .img_box img {
    margin: 0 auto;
  }

  .about_box .about_content .more_box.show {
    height: 735px;
  }

  footer .left_box {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  footer .left_box {
    margin-bottom: 10px;
  }

  .gallery_box {
    width: 100%;
    padding: 0 5px;
    top: 0;
    overflow: hidden;
  }

  .gallery_text {
    width: 100%;
    position: relative;
    left: auto;
    margin-left: 0;
    padding: 0 5px;
  }

  .header_video_box {
    height: 250px;
  }

  .header_video_box .cont_center h1 {
    font-size: 1.5em;
  }

  .parent {
	height:280px;
    display: flex;
    justify-content: center;
    /* 居中对齐 */
  }

  .info .info_box .decor_box {
    box-shadow: none;
  }

  .info {
    width: 100%;
    padding: 0 8px;
  }
}

@media (max-width:479px) {
	.header_video_box .cont_center {
		bottom: 0px;
	}
	.bannerimg {
		width: 70%;
		height: 120px;
		background-size: 100%;
	}
  .mobile_play {
    padding: 10px;
  }

  .about_box .about_content ul {
    padding: 1px 5px;
  }

  .about_box .about_content ul li {
    height: 320px;
	padding: 8px 8px;
  }

  .about_box .about_content .more_box.show {
    height: 695px;
  }

  .header_video_box {
    height: 220px;
  }

  .header_video_box .cont_center {
    bottom: 25px;
  }

  .header_video_box .cont_center h1 {
    font-size: 1.3em;
  }

  section h1,  section h2 {
    padding: 10px 5px;
  }
}

@media screen and (min-width:0\0 ) {
  .about_content {
    height: auto;
    margin-bottom: 10px;
  }

  .about_box .about_content .img_box img {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .about_content {
    height: auto;
    margin-bottom: 10px;
  }

  .about_box .about_content .img_box img {
    width: 100%;
  }
}