@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&amp;display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #0a1029;
    color: #fff;
}

button:focus,
a:focus { 
	outline: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.logo {
	width: 50%;
    max-width: 130px;
    min-width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    background-color: #1a142f;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #1a142f;
    border-radius: 200%;
    padding: 15px;
}

.logo img {
    width: 100%;
}

.topbar{
    background-color: #1a142f;
    height: 55px;
    position: fixed;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 1000;
}
.topbar #locale {
    float:right;
    list-style: none;
    margin:0;
    padding:0;
    margin-top:15px;
}
.topbar #locale li {
    display: inline-block;
}
.topbar #locale li button {
    background: rgba(255,255,255,0);
    border: none;
}
.topbar #locale img {
    width: 50px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.topbar #locale img:hover {
    animation-name: pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes pulse-shrink {
    to {
      transform: scale(0.9);
    }
}
  

.banner-wrap {
    background: #09091d;
    background: url(../images/stars_bg_bottom.png), -moz-linear-gradient(top, #09091d 10%, #af75cb 100%);
    background:	url(../images/stars_bg_bottom.png), -webkit-linear-gradient(top, #09091d 10%, #af75cb 100%);
    background: url(../images/stars_bg_bottom.png), linear-gradient(to bottom, #09091d 10%, #af75cb 100%);
    background-position:bottom, top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 0px 0px 0px 0px;
    position: relative;
}


#particles-js {
    position: absolute;
    width: 100%;
    height:500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-wrap .main-swiper-container {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 120px;
}

.banner-wrap .main-swiper-slide {
    background-position: center;
    background-size: cover;
    border-radius: 0.35rem;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    white-space: nowrap;
}

.banner-wrap .main-swiper-slide .image-wrap{
    display: block;
    padding: 0px;
    border-radius: 0.35rem;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.banner-wrap .main-swiper-slide img {
    width: 100%;
    border-radius: 0.35rem;
}

.banner-wrap .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.banner-wrap .swiper-pagination-bullet-active {
    background-color: #fd2861;
    border: 1px #fff solid;
}

.banner-wrap .img-sub-page{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
    padding-top: 80px;
}

.content-wrap {
	background: -moz-linear-gradient(top, rgba(10,16,41,1) 0%, rgba(10,16,41,0) 99%, rgba(10,16,41,0) 100%);
	background: -webkit-linear-gradient(top, rgba(10,16,41,1) 0%,rgba(10,16,41,0) 99%,rgba(10,16,41,0) 100%);
	background: linear-gradient(to bottom, rgba(10,16,41,1) 0%,rgba(10,16,41,0) 99%,rgba(10,16,41,0) 100%);
    text-align: center;
 	padding: 30px 15px 50px 15px;
	font-size: 0.9rem;   
}

.content-wrap h2{
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}

.content-wrap:before{
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;	
    background-image: url(../images/slot_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.download{
	border: 1px rgb(22, 35, 52) solid;
	background-color: rgba(0,0,0,0.3);
	padding:30px 0px;
	text-align:center;
	border-radius: 10px;
}

.download .title{
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.5rem;
	max-width: 480px;
	margin: 0 auto 15px auto;
    color: #bfa8ff;
}

.download .text{
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

.download h3{
	font-weight: 700;
}

.download h4{
	font-size: 1rem;
	margin: 15px 0;
	color: #d8ce9e;
	text-align: left;
}


#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 9999
}

#weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
    position: relative
}

#weixin-tip .close {
    color: #fff;
    padding: 5px;
    font: 700 20px/24px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 0;
    left: 5%
}

@media (min-width: 992px) {
	body {
	    font-size: 16px;
	}

	.topbar {
        background: none;
        box-shadow: none;
        padding: 15px 0px;
        position: relative;
        z-index: 11;
        width: 100%;
        top: 0;
        background-position: center;
        background-size:100% 100%;
        -webkit-transition: height .5s, line-height .5s; /* Safari */
        transition: height .5s, line-height .5s;
        transition: all 0.1s ease-in-out;
        height: 95px;
        position: fixed;
        margin-bottom: 150px;
        background-color: #1a142f;
        box-shadow: 3px 0px 5px rgba(0,0,0,0.5);        
	}

    .logo {
        background: none;
        width: 45%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 180px;
        padding: 15px;
        top:-15px;
        background-color: #1a142f;
    }

	.banner-wrap .main-swiper-container {
	    padding-top: 180px;
	}	

	.banner-wrap:after {
		height: 150px;
	}

    .banner-wrap .main-swiper-slide{
        width: 33.33%;
    }

	.banner-wrap .swiper-pagination-bullet {
	    width: 15px;
	    height: 15px;
	}

	.banner-wrap .swiper-pagination-bullet-active {
	    border: 2px #fff solid;
	}

	.download{
		padding: 30px 15px;
		margin: 2rem auto;
		max-width: 1280px;
	}

	.download .title{
		margin-top: 30px;
	}

    .content-wrap{
        font-size: 1rem;
    }

    .content-wrap h2{
        font-size: 1.5rem;
    }
    
}
