
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

html,
body {
  width: 100%;
  height: 100%;
  background: #FFAA00;
}

img {
  vertical-align: middle
}

header{
	background: #FFFFFF;
	height: 50px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	z-index: 9999
}

.header {
	position: relative;
	width: 100%;
	padding: 0 5px;
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo-footer {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.logo-footer a,
.first a,
.icon-item a,
.play-identifying {
  width: 100%;
  height: 100%
}

.logo-footer img {
    width: 40px;
    height: 40px;
}

.footer-second-line {
  width: 100%;
  line-height: 40px;
  margin: 15px auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-second-line a {
  font-size: 14px;
  color: #fff;
  padding-right: 10px
}

.line-divider {
  width: 100%;
  max-width: 800px;
  height: 1px;
  background: #fff
}

.icon-group {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin:0 auto;
}

.first {
  height: auto;
  width: 140px;
  right: 4px;
  min-height: 170px;
  position: absolute;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 14px;
  transition-property: top, left;
  -moz-transition-property: top, left;
  -webkit-transition-property: top, left;
  -o-transition-property: top, left;
  transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  z-index: 2;
  margin: 3px 3px 3px auto;

}

.first a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}

.icon-item {
  width: 85px;
  height: auto;
  margin: 4px;
  border-radius: 14px;
  transition-property: top, left;
  -moz-transition-property: top, left;
  -webkit-transition-property: top, left;
  -o-transition-property: top, left;
  transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s
}

.icon-item img, .first img {
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  width: 100%;
  border-radius: 14px;
}

.icon-item a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  min-height: 85px;
  background-color: #FFFFFF;
  border: 5px solid #FFFFFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}

.icon-item p {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 800;
  background: rgba(42, 100, 144, .8);
  border-radius: 3px;
  padding: 4px 2%
}

.laka-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.laka-content h2 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

.laka-content p {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 19px;
}

#play-game {
  display: block;
  position: relative;
}
#gameViewer_pic{
  display: block;
  position: relative;
}

.laka-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.play-area {
  position: relative;
  width: 100%
}

.laka-info .recommend-play {
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(100% - 20px)
}

.play-area .recommend-play {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px
}

.play-identifying {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec
}

.loading {
  width: 100px;
  height: 100px;
  background: url(../image/windmills.png) no-repeat center;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -webkit-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

.play-identifying iframe {
  min-width: 100% !important;
  width: 100px;
  *width: 100%;
  height: 100%
}


@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

.contactus {
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px
}


.first .loading-img {
  width: 120px;
  height: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
/*.loading-img {*/
/*  width: 100% !important;*/
/*  height: 100% !important;*/
/*  border-radius: 14px;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  background-image: url("../image/loading1-blue.png") !important;*/
/*  background-position: center;*/
/*  background-size: 100% 100%;*/
/*  animation: unset !important;*/
/*  top: 0 !important;*/
/*  left: 0 !important;*/
/*}*/

span.loading-img {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: inline-block;
  position: absolute;
  background-image: url("../image/windmills.png");
  background-position: center;
  background-size: 100% 100%;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -webkit-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite;
}
.loading-img.loading-img-index{
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("../image/loading1-white.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 14px;
  animation: unset;
}

.loading-span {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #FFAA00;
  font-size: 13px;
  margin-bottom: 2%;
  z-index: 10;
}

.ft18 {
  font-size: 18px !important
}

.ft21 {
  font-size: 21px !important
}

.ft20 {
  font-size: 20px !important
}

.ft15 {
  font-size: 15px !important
}

.fw400 {
  font-weight: 400 !important
}

.bold {
  font-weight: 700 !important
}

.wh20 {
  width: 20px !important;
  height: 20px !important
}

.c_a3a7a8 {
  color: #a3a7a8 !important
}

.c_596466 {
  color: #596466 !important
}

.pd0 {
  padding: 0 !important
}

.index-content {
  position: relative;
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 570px) {
  /*3*/
  .icon-item {
    width: calc((100% - 24px - 10px) / 3);
    width: calc((100vw - 24px - 10px) / 3);
    height: calc((100vw - 24px - 10px) / 3);
  }

  .index-content .ads {
    order: 2
  }

  .index-content .icon-item:nth-of-type(2), .index-content .icon-item:nth-of-type(3) {
    margin-right: calc(((100% - 52px) / 3) * 2);
  }

  .first {
    width: calc(((100% - 24px - 10px) / 3) * 2 + 8px);
    width: calc(((100vw - 24px - 10px) / 3) * 2 + 8px);
    height: calc(((100vw - 24px - 10px) / 3) * 2 + 8px);
  }
}

@media only screen and (min-width: 570px) and (max-width: 710px) {
  /*4*/
  .icon-item {
    width: calc((100% - 32px - 10px) / 4);
    width: calc((100vw - 32px - 10px) / 4);
    height: calc((100vw - 32px - 10px) / 4);
  }

  .index-content .ads {
    order: 4
  }

  .index-content .icon-item:nth-of-type(3), .index-content .icon-item:nth-of-type(5) {
    margin-right: calc(((100% - 64px) / 4) * 2);
  }

  .first {
    width: calc(((100% - 32px - 10px) / 4) * 2 + 8px);
    width: calc(((100vw - 32px - 10px) / 4) * 2 + 8px);
    height: calc(((100vw - 32px - 10px) / 4) * 2 + 8px);
  }
}

@media only screen and (min-width: 710px) and (max-width: 850px) {
  /*5*/
  .icon-item {
    width: calc((100% - 40px - 10px) / 5);
    width: calc((100vw - 40px - 10px) / 5);
    height: calc((100vw - 40px - 10px) / 5);
  }

  .index-content .ads {
    order: 6
  }

  .index-content .icon-item:nth-of-type(4), .index-content .icon-item:nth-of-type(7) {
    margin-right: calc(((100% - 76px) / 5) * 2);
  }

  .first {
    width: calc(((100% - 40px - 10px) / 5) * 2 + 8px);
    width: calc(((100vw - 40px - 10px) / 5) * 2 + 8px);
    height: calc(((100vw - 40px - 10px) / 5) * 2 + 8px);
    right: 6px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 990px) {
  /*6*/
  .icon-item {
    width: calc((100% - 48px - 10px) / 6);
    width: calc((100vw - 48px - 10px) / 6);
    height: calc((100vw - 48px - 10px) / 6);
  }

  .index-content .ads {
    order: 8
  }

  .index-content .icon-item:nth-of-type(5), .index-content .icon-item:nth-of-type(9) {
    margin-right: calc(((100% - 88px) / 6) * 2);
  }

  .first {
    width: calc(((100% - 48px - 10px) / 6) * 2 + 8px);
    width: calc(((100vw - 48px - 10px) / 6) * 2 + 8px);
    height: calc(((100vw - 48px - 10px) / 6) * 2 + 8px);
  }
}

@media only screen and (min-width: 990px) and (max-width: 1130px) {
  /*7*/
  .icon-item {
    width: calc((100% - 56px - 10px) / 7);
    width: calc((100vw - 56px - 10px) / 7);
    height: calc((100vw - 56px - 10px) / 7);
  }

  .index-content .ads {
    order: 10
  }

  .index-content .icon-item:nth-of-type(6), .index-content .icon-item:nth-of-type(11) {
    margin-right: calc(((100% - 100px) / 7) * 2);
  }

  .first {
    width: calc(((100% - 56px - 10px) / 7) * 2 + 8px);
    width: calc(((100vw - 56px - 10px) / 7) * 2 + 8px);
    height: calc(((100vw - 56px - 10px) / 7) * 2 + 8px);
  }
}

@media only screen and (min-width: 1130px) {
  /*8*/
  .icon-item {
    width: calc((100% - 64px - 10px) / 8);
    width: calc((100vw - 64px - 10px) / 8);
    height: calc((100vw - 64px - 10px) / 8);
    max-width: calc((1200px - 64px - 10px) / 8);
    max-height: calc((1200px - 64px - 10px) / 8);
  }

  .index-content .ads {
    order: 12
  }

  .index-content .icon-item:nth-of-type(7), .index-content .icon-item:nth-of-type(13) {
    margin-right: calc(((100% - 112px) / 8) * 2);
  }

  .first {
    width: calc(((100% - 64px - 10px) / 8) * 2 + 8px);
    width: calc(((100vw - 64px - 10px) / 8) * 2 + 8px);
    height: calc(((100vw - 64px - 10px) / 8) * 2 + 8px);
    max-width: calc(((1200px - 64px - 10px) / 8) * 2 + 8px);
    max-height: calc(((1200px - 64px - 10px) / 8) * 2 + 8px);
  }
}

.click-zoom:active {
  -webkit-animation: clickZoom .2s cubic-bezier(0.46, 0.03, 0.52, 0.96) alternate;
  animation: clickZoom .2s cubic-bezier(0.46, 0.03, 0.52, 0.96) alternate;
}

@-webkit-keyframes clickZoom {
  0% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes clickZoom {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
