main{}
main .banner{}
main .banner .mySwiper{}
main .banner .mySwiper .slide{}
main .banner .mySwiper .slide img{
  width: 100%;
}
main .banner .mySwiper .pageing,
main .banner .mySwiper .pageing span{
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 6px #000;
}

main .link{}
main .link .wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main .link ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
main .link ul li{}
main .link ul li a{
  width: 100%;
}
main .link ul li a img{
  width: 100%;
}

main .why{
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
main .why .bg{
  overflow-x: hidden;
  width: 100%;
}
main .why .bg img{
  width: 100%;
  min-height: 800px;
}
main .why ul{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1400px;
}
main .why ul li{
  text-align: center;
  position: relative;
}
main .why ul li img{}
main .why ul li:nth-child(1) img:nth-child(1){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
main .why ul li:nth-child(1) img:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  animation-name: why01;
  animation-direction: normal;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
main .why ul li:nth-child(1) img:nth-child(3){
  position: absolute;
  bottom: 0%;
  right: 0%;
}
main .why ul li:nth-child(2) img:nth-child(1){
  margin-bottom: 30px;
}
main .why ul li:nth-child(2) img:nth-child(2){}
main .why ul li:nth-child(2) img:nth-child(3){
  position: absolute;
  top: 0;
  left: 65%;
  transform: translateX(-50%);
  z-index: -1;
  animation-name: why02;
  animation-direction: normal;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
main .why .ani01{
  position: absolute;
  top: 5%;
  left: 5%;
  animation-name: ani01;
  animation-direction: normal;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
main .why .ani02{
  position: absolute;
  bottom: 5%;
  right: 5%;
  animation-name: ani01;
  animation-direction: normal;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes why01{
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(-360deg);
  }
}
@keyframes why02{
  0%{
    transform: translateX(-50%) rotate(0deg);
  }
  100%{
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes ani01{
  0%{
    transform: rotate(0deg) scale(1);
  }
  50%{
    transform: rotate(180deg) scale(0.7);
  }
  100%{
    transform: rotate(360deg) scale(1);
  }
}

main .play{
  position: relative;
  overflow: hidden;
}
main .play .bg{
  width: 100%;
}
main .play .bg img{
  width: 100%;
  min-width: 2500px;
  min-height: 1250px;
}
main .play .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
main .play .content .top{}
main .play .content .top h2{
  text-align: center;
  margin-bottom: 50px;
}
main .play .content .top h2 img{}
main .play .content .top ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
main .play .content .top ul li{
  position: relative;
  overflow: hidden;
}
main .play .content .top ul li b{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 26px;
  opacity: 0;
  width: 97%;
  height: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: opacity .5s;
  cursor: pointer;
}
main .play .content .top ul li:hover b{
  opacity: 1;
  background-color: #00000066;
}
main .play .content .top ul li:not(:last-child) img{
  width: 100%;
}
main .play .content .top ul li:last-child img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation-name: sw;
  animation-direction: normal;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: left top;
}
@keyframes sw{
  0%{
    left: -50%;
    transform: translate(-50%,-50%) rotate(-5deg);
  }
  25%{
    transform: translate(-50%,-50%) rotate(5deg);}
  50%{
    transform: translate(-50%,-50%) rotate(-5deg);}
  75%{
    transform: translate(-50%,-50%) rotate(5deg);}
  100%{
    left: 150%;
    transform: translate(-50%,-50%) rotate(-5deg);
  }
}
main .play .content .bottom{
  position: relative;
}
main .play .content .bottom ul{
  background-color: #fff;
  border: 5px solid #0038a6;
  border-radius: 20px;
  align-items: center;
  padding: 30px 50px;
  gap: 30px;
  margin-top: 50px;
  opacity: 0;
  display: none;
  transition: opacity 1s 1s;
}
main .play .content .bottom ul.on{
  display: flex;
  opacity: 1;
}
main .play .content .bottom ul li{}
main .play .content .bottom ul li:nth-child(1){}
main .play .content .bottom ul li:nth-child(1) img{
  max-width: 660px;
}
main .play .content .bottom ul li:nth-child(1) .text{
  background-color: #6688ca;
  color: #fff;
  height: 310px;
  padding: 50px;
  border-radius: 30px;
  margin-top: 30px;
}
main .play .content .bottom ul li:nth-child(1) .text p{
  font-size: 20px;
  line-height: 1.5;
  overflow-y: scroll;
  height: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}
 
::-webkit-scrollbar-track {
  display: none;
}
 
::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 30px;
}
main .play .content .bottom ul li:nth-child(2) img{
  max-width: 610px;
}
main .play .content .bottom .arrow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1600px;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
main .play .content .bottom .arrow img{
  cursor: pointer;
}
main .play .content .bottom .arrow img:nth-child(1){}
main .play .content .bottom .arrow img:nth-child(2){}

main .play .image01{
  position: absolute;
  top: -10px;
  left: -10px;
  animation-name: image01;
  animation-direction: normal;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: left top;
  z-index: 2;
}
main .play .image02{
  position: absolute;
  top: 40%;
  right: -5%;
  animation-name: image02;
  animation-direction: normal;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: left bottom;
  z-index: 2;
}

main .play .image03{
  position: absolute;
  top: 0%;
  left: 5%;
  animation-name: image03;
  animation-direction: normal;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

main .play .image04{
  position: absolute;
  top: 0%;
  right: 10%;
  animation-name: image04;
  animation-direction: normal;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

main .play .image05{
  position: absolute;
  bottom: 0%;
  left: -10%;
}
main .play .image06{
  position: absolute;
  bottom: 0%;
  right: -10%;
}

@keyframes image01{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

@keyframes image02{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(5deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

@keyframes image03{
  0%{
    top: 0%;
    left: 5%;
    transform: rotate(0deg);
  }
  25%{
    top: 20%;
    left: 10%;
    transform: rotate(10deg);
  }
  50%{
    top: 40%;
    left: 5%;
    transform: rotate(0deg);
  }
  75%{
    top: 20%;
    left: 0%;
    transform: rotate(10deg);
  }
  100%{
    top: 0%;
    left: 5%;
    transform: rotate(0deg);
  }
}

@keyframes image04{
  0%{
    top: -20%;
    right: 20%;
  }
  100%{
    top: 30%;
    right: -10%;
  }
}

main .pay{
  position: relative;
  min-height: 1600px;
}
main .pay .bg{
  width: 100%;
}
main .pay .bg img{
  width: 100%;
}
main .pay .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
main .pay .content > img{
  margin-bottom: 30px;
}
main .pay .content > div{
  position: relative;
}
main .pay .content ul{}
main .pay .content ul li{
  display: none;
}
main .pay .content ul li.on{
  display: block;
}
main .pay .content ul li img{}
main .pay .content > div .arrow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1500px;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
main .pay .content > div .arrow img{
  cursor: pointer;
}

main .loction{
  position: relative;
  text-align: center;
}
main .loction .bg{
  width: 100%;
}
main .loction .bg img{
  width: 100%;
  min-width: 1920px;
}
main .loction .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 1200px;
}
main .loction ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-top: 50px;
  align-items: center;
}
main .loction ul li{
  text-align: left;
}
main .loction ul li #map{
  width: 100%;
  height: 500px;
  z-index: 10;
  border: 5px solid #0038a6;
  border-radius: 30px;
}
main .loction ul li img{
  display: block;
  margin: 20px 0px;
}

@media(max-width:1600px){
  main .play .bg img{
    min-height:1300px;
  }
  main .play .content .bottom .arrow{
    top: 102%;
    transform: translate(-50%, 0%);
    width: 300px;
  }
}
@media(max-width:1500px){
  main .pay .content > div .arrow{
    width: 100%;
  }
  main .pay .content > div .arrow img{
    width: 50px;
  }
  main .pay .content{
    width: 97%;
  }
  main .pay .content ul li img{
    width: 88%;
  }
}
@media(max-width:1300px){
  main .play .bg img{
    min-height: 1700px;
  }
  main .play .content .bottom ul{
    flex-direction: column;
  }
  main .play .content .bottom ul li:nth-child(2) {
    order: -1;
  }
  main .play .content .bottom .arrow{
    width: 250px;
  }
  main .play .content .bottom .arrow img{
    width: 70px;
  }
}
@media(max-width:1200px){
  main .why .bg img{
    height: 850px;
  }
  main .why ul{
    height: 100%;
    z-index: 3;
  }
  main .why ul li{
    width: 100%;
    height: 100%;
  }
  main .why ul li:nth-child(1){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
  }
  main .why ul li:nth-child(1) img:nth-child(1){
    top: 25%;
    left: 75%;
    width: 300px;
  }
  main .why ul li:nth-child(1) img:nth-child(2){
    top: 25%;
    left: 75%;
    width: 350px;
  }
  main .why ul li:nth-child(1) img:nth-child(3){
    top: 25%;
    left: 75%;
  }
  main .why ul li:nth-child(1)::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff55;
    z-index: 2;
  }
  main .why ul li:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main .why ul li:nth-child(2) img{
    display: block;
    margin: 0px auto;
  }
}
@media(max-width:1200px){
  main .banner ul li img{
    width: 1200px;
  }
  main .play .image05,
  main .play .image06{
    display: none;
  }
  main .loction .bg img{
    min-width: 2500px;
  }
  main .loction .content{
    width: 97%;
  }
  main .loction ul{
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  main .loction ul li:nth-child(2){
    margin: 0 auto;
  }
}

@media(max-width:1000px){
  main .banner ul li img{
    width: 1000px;
  }
  main .play .content .top h2 img{
    width: 70%;
  }
  main .play .content{
    width: 95%;
  }
  main .pay{
    min-height: 1200px;
  }
  main .pay .bg img{
    min-width: 2500px;
  }
  main .loction .content > img{
    width: 300px;
  }
  main .loction ul{
    margin-top: 20px;
  }
}

@media(max-width:900px){
  main .banner ul li img{
    position: relative;
    left: -100px;
  }
  main .play .image01 img{
    height: 300px;
  }
  main .pay .content ul li img{
    width: 85%
  }
}

@media(max-width:800px){
  main .banner ul li img{
    left: -200px;
  }
  main .play .content .bottom ul li:nth-child(1) img{
    max-width: 100%;
  }
  main .play .image02{
    display: none;
  }
  main .play .image03 img{
    width: 150px;
  }
  main .play .content .top ul li:last-child img{
    width: 150px;
  }
  main .play .image04 img{
    width: 100px;
  }
  main .pay{
    min-height: 1000px;
  }
  main .pay .content > img{
    width: 200px;
    margin-bottom: 20px;
  }
  main .pay .bg img{
    min-width: 1900px;
  }
}

@media(max-width:700px){
  main .play .content .top h2{
    margin-bottom: 30px;
  }
  main .play .content .top ul{
    grid-template-columns: 1fr 1fr;
  }
  main .play .content .bottom ul{
    padding: 30px;
  }
  main .play .content .top ul li:last-child{
    display: none;
  }
  main .play .content .bottom ul li:nth-child(2) img{
    width: 100%;
  }
  main .play .content .bottom ul li:nth-child(1) .text{
    padding: 20px;
  }
  main .play .content .bottom ul li:nth-child(1) .text p{
    font-size: 16px;
  }
  main .pay .content ul li img{
    width: 100%;
  }
  main .pay .content > div .arrow{
    top: 105%;
    transform: translate(-50%, 0%);
    width: 200px;
  }
}

@media(max-width:600px){
  main .banner ul li img{
    left: 0px;
    width: 100%;
  }
}

@media(max-width:580px){
  main .why .bg img{
    height: 700px;
    min-height: 700px;
  }
  main .why ul li:nth-child(1) img:nth-child(1){
    top: 15%;
    left: 80%;
    width: 150px;
  }
  main .why ul li:nth-child(1) img:nth-child(2){
    top: 15%;
    left: 80%;
    width: 170px;
  }
  main .why ul li:nth-child(1) img:nth-child(3){
    top: 15%;
    left: 80%;
    width: 100px;
  }
  main .why ul li:nth-child(2) img:nth-child(1){
    width: 70%;
  }
  main .why ul li:nth-child(2) img{
    width: 80%;
  }
  main .why ul li:nth-child(2) img:nth-child(3){
    display: none;
  }
  main .why ul li:nth-child(2) img:nth-child(3){
    display: none;
  }
  main .why .ani01 img{
    width: 70px;
  }
  main .why .ani02 img{
    width: 70px;
  }
  main .play .bg img{
    min-height: 1550px;
  }
  main .pay{
    min-height: 800px;
  }
  main .loction .bg img{
    min-width: 1700px;
  }
  main .loction ul li #map{
    height: 300px;
  }
  main .loction ul li img:nth-child(1){
    width: 350px;
  }
  main .loction ul li img:nth-child(2){
    width: 200px;
  }
  main .loction ul li img:nth-child(3){
    width: 220px;
  }
  main .loction ul li img:nth-child(4){
    width: 150px;
  }
}

@media(max-width:500px){
  main .banner{
    margin-top: 60px;
  }
  main .why .bg img{
    height: 600px;
    min-height: 600px;
  }
  main .play .bg img{
    min-height: 1270px;
  }
  main .play .content .top ul li b{
    font-size: 16px;
  }
  main .play .content .bottom ul li:nth-child(1) .text{
    height: 200px;
  }
  main .pay .bg img{
    min-width: 1400px;
  }
}

@media(max-width:450px){
  main .play .bg img{
    min-height: 1200px;
  }
}
@media(max-width:400px){
  main .why{
    min-height: 600px;
  }
  main .play .content{
    top: 50%;
  }
  main .play .bg img{
    height: 1150px;
    min-height: 1150px;
  }
  main .play .content .bottom ul{
    padding: 15px 10px;
  }
  main .play .content .bottom ul li:nth-child(1) .text p{
    font-size: 12px;
  }
  main .play .content .bottom .arrow img{
    width: 50px;
  }
  main .pay{
    min-height: 600px;
  }
  main .loction .content > img{
    width: 250px;
  }
  main .loction ul li img:nth-child(1){
    width: 300px;
  }
  main .loction ul li img:nth-child(2){
    width: 165px;
  }
  main .loction ul li img:nth-child(3){
    width: 185px;
  }
  main .loction ul li img:nth-child(4){
    width: 130px;
  }
}

@media(max-width:350px){
  main .play .bg img{
    height: 1000px;
    min-height: 1000px;
  }
  main .pay .bg img{
    min-width: 1150px;
  }
}