.loading {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    padding-top: 50%;
}
.loading p{
	color: #ffffff;
}
.loading .spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body {
            font-family: Arial, sans-serif;
            background-color: #0E0E23;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }
        
        .container {
            text-align: center;
            background-color: #c9c9c9;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        h1 {
            color: #333;
            margin-bottom: 1rem;
        }
        
        p {
            color: #666;
            margin-bottom: 2rem;
        }

.market {
  width: 100%;
  overflow: hidden;
}

.market ul,.market ul li {
  width: 100%;
  text-align: center;
}

.market ul li {
  display: inline-block;
  width: 10%;
  min-width: 160px;
  margin-bottom: 30px;
}

.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;
}
.play_btn {
  width: 200px;
  height: 60px;
  background-size: 100%;
}

.btn_box.windows {
  
}

.play_btn.facebook {
  background-image: url(../webp/facebook.png);
}

.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)
}
.play_btn {
  display: inline-block;
}
