html{
    height: 100%;
    font-size: 16px;
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
    overflow-x:hidden;
}
.clear{
    clear: both;
}
/* 脚本字体 */
@font-face {font-family: pokerFont1;src: url("../font/Circular-Book.woff.ttf")}
/* 导航字体 */
@font-face {font-family: pokerFont2;src: url("../font/gotham-medium.otf")}
body {
    /*background-image: url("../img/bodybg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-size:100% 100%;*/
	background-color: #000;
    height: 100%;
    margin: 0;
}
.content{
    min-height: 100%;
    position: relative;
	
}
.bg{
	/*max-height: 100%;
	max-width: 100%;
	width: 100%;*/
	height: 100%;
	border: 0;
}
.about-content{
    min-height: 100%;
}
.main {
	height: 100%;
}
.main .download {
	height: 100%;
}
.main .download>div {
	height: 100%;
}
.ul_list {
	height: 100%;
}
.topbar{
   height: 120px;
	width: 100%;
	position: fixed;
	z-index: 999;
}
.topbar .wrap {
	 width: 100%;
	 height: 100%;
	display: flex;
	align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.topbar .wrap>div {
	width: 30%;
}
.topbar .logo {
	width: 100%;
	display: flex;
}
.topbar .logo img {
	margin-left: 20px;
	width: 6rem;
}
.topbar .topba-nav {
    width: 100%;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}
.topbar .topba-nav a {
    color: #bfc7f8;
    line-height: 3.4rem;
    overflow: hidden;
    text-decoration: none;
    font-size: 1rem;
}
.glicertified {
	width: 100%;
	margin-right: 20px;
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
/* .topbar .topba-nav a.on{
	color: #3afaa9;
    text-shadow: 0 0 15px #33996c,
               0 0 15px #33996c,
               0 0 15px #33996c
} */
/* .topbar .topba-nav a:hover{
	color: #3afaa9;
	-webkit-transition:0.2s all ease;
	-moz-transition:0.2s all ease;
	-ms-transition:0.2s all ease;
	-o-transition:0.2s all ease;
	transition:0.2s all ease;
} */


.topbar .topba-nav a.on{
	color: #009cff;
    background: url(../image/top_bg.png) bottom no-repeat;
	background-size:60%;
	font-weight: bold;
	text-decoration:underline
}
.topbar .glc {
    float: right;
}
.topbar .glc img{
    padding-left: 46px;
    padding-top: 12px;
}

.main .wrapper {
   width:100%;
   position:relative;
}

.main .wrapper img{
    /*max-width: 100%;
    max-height: 100%;*/

}
.slick-slide{
    width: 100vw;
    height: 40vw;
}
.slick-list {
    width: 100%;
    height: 100%;
}
.slick-dots{
    /* bottom:3rem; */
    bottom:165px;
}
.main .wrapper {
    padding-bottom:0px;
}
.slick-dotted.slick-slider {
    margin-bottom:0px;
}
.wrapper li button:before {
	content: none;
}
/* .wrapper ul li {
	background: url('../img/circle_new.png') no-repeat center;
} */
.wrapper li button {
	clear : both;
}
/* .wrapper ul li.slick-active {
	background: url('../img/circle_new.png') no-repeat center;
} */
.wrapper .slick-next {
    right: 1rem;
    width: 30px;
    height: 30px;
    font-size: 40px;
    /* background-color:black; */
}
.wrapper .slick-prev {
    left: 1rem;
    width: 30px;
    height: 30px;
    z-index: 1;
    /* background-color:black; */
}
.wrapper .slick-prev:before{
    content:'<';
    font-weight:"900";
    font-family: "pokerFont2";
    font-size: 40px;
}
.wrapper .slick-next:before{
    content:'>';
    font-weight:"900";
    font-family: "pokerFont2";
    font-size: 40px;
}
.wrapper .slick-dots {
    bottom: 170px;
}
.slick-slide:focus img{
    border: 0 none;
}

.main .download {
	position: absolute;
    top: 0%;
    left: 0;
    right: 0;
	bottom: 0;
}
.main .download .icon {
    text-align: center;
    /*top: 12rem;*/
    position: absolute;
    left: 0;
    right: 0;
}

.main .download .icon .element {
    display: inline-block;
    
}

/*.main .download .icon .element a{
    display: block;
    padding-top:3px;
}*/

.main .download .icon .big img {
    max-width: 137px;
}

.main .download .icon .small img {
    /*max-width: 195px;*/
	
}

.footer {
	background-color: rgba(10, 17, 19, 0.65);
	clear: both;
	text-align: center;
	/* padding-top: 1rem; */
	color:gray;
	font-size: 0.95rem;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
    /*position:absolute;*/
    font-family: pokerFont2;
}

.footer p {
    line-height:0.5rem;
}

.footer .subscribe{
    margin: 0 auto;
    padding-top: 20px;
}

.footer .subscribe input {
    width: 28vw;
    margin-left: 10px;
}
.footer .subscribe img{
    vertical-align:-8px;
}

.footer .contact {
    font-size: 1rem;
    /*font-size: 0.8rem;*/
    font-family: pokerFont1;
    /* color: aliceblue; */
    /* padding-top:  0.5rem; */
    padding-bottom: 6px;
}
.footer .contact a {
    text-decoration: none;
    color: gray;
}

.footer .contact a:hover{
    color: rgb(199, 193, 193);
}

.footer .contact .gray {
    color: #797979;;
}
.footer .link {
    margin-bottom:1rem;
}

.pops{ display: none;}
.dark{background-color:#000000; filter: Alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; width: 100%; height: 100%; position: fixed; top:0; left: 0;}
.pop{ position: fixed;top:20%; left:50%;margin-left: -300px;}
.pop .popWrap{ text-align: center; padding-top: 3.4rem;padding-left: -25%;}
.pop .popWrap img {max-width: 700px;}

.about{
    background-image: url(../image/aboutus_bg2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: pokerFont1;
    background: #2d2832;

}
.about .main {
    width: 100%;
    height: 20rem;
    margin: 0 auto;
    text-align: center;
    color:rgb(210,212,213);
    font-size: 0.8rem;
}

.about .about-us{
     padding-top: 5.5rem;
     /*padding-top: 40px;*/
    color: rgb(204,190,163); /* rgb(56,241,144) */
    font-size:1.2rem;
    font-family: pokerFont2;
}

.about hr {
    font-size:1.2rem;
    font-family: pokerFont2;
    width: 1.5rem;
}
.about .about-us span{
   text-decoration: none;
   border-bottom: 4px solid;
   padding-bottom:10px;
}

.about .text {
    /* padding-top: 10px; */
    font-size: 1rem;
    text-align: left;
    margin:0 auto;
    width: 50%;
    /*text-indent: 5rem;*/
}

.about .text .title {
    font-size: 1.2rem;
}

.about .feature .title {
    font-size: 1.2rem;
}

.about .feature {
    font-size: 1rem;
    text-align: left;
    /*padding-left: 100px;*/
    margin:0 auto;
    width: 40%;
	padding-top: 10%;
}


@media screen and (max-width: 640px) {

	.footer{display: none;}
	.topbar .wrap {
		width: 100%;
		height: 60px;
		display: flex;
		img {
			width: 120px;
		}
		.glicertified {
			img {
				width: 48px;
			}
		}
	}
	.topbar .topba-nav a {
		line-height:30px;
	}
	.topbar .topba-nav a {
	}
	.topbar .topba-nav a.on {
		background: #53483e;
		border-radius: 5px;
		}
	.main .download .icon {
		top: 12rem;
	}
	.main .download .icon .small img {
		padding: 3px 20px;
	}
	.about .feature {
		width: 84%;
		padding-bottom: 30px;
	}
	.topbar {
		/*height: 5.5rem;
		background: #161219;
		opacity: 0.8;*/
	}
	.about .about-us{
		 padding-top: 5.5rem;
		 /*padding-top: 10px;*/
	}
}

@media screen and (max-width: 414px) {
	.topbar .wrap {
		width: 100%;
		height: 60px;
		display: flex;
		.glicertified {
			img {
				width: 48px;
			}
		}
	}
	.footer{display: none;}
	.topbar .wrap>div {
		width: auto;
	}
	.about .about-us{
		padding-top: 5.5rem;
			 /*padding-top: 10px;*/
		}
	.topbar .logo img {
		max-width: 3.5rem;
	}
	.topbar .wrap {
		width: 100%;
	}
	.topbar .logo {
	}
	.topbar .topba-nav {
	}
	.topbar .topba-nav a {
		padding: 0 8px;
	}
	.topbar .topba-nav a.on {
		background: #53483e;
		border-radius: 5px;
		}
	.main .download .icon {
		top: 12rem;
	}
	.main .download .icon .small img {
		padding: 3px 20px;
	}
	.about .feature {
		width: 84%;
		padding-bottom: 30px;
	}

}
}
@media screen and (max-width: 375px) {
	body {
    /*background-image: url("../image/phone/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;
    height: 100%;
    margin: 0;*/
}
	/*.wrapper{background-image: url("../image/phone/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;
    height: 100%;
    margin: 0;}
    .bg {display: none}*/
	.footer{display: none;}
	.topbar .logo img {
		max-width: 6rem;
		padding: 20px 0px 10px 0px;
	}
	.topbar .wrap {
		width: 100%;
	}
	.topbar .logo {
		float: left;
		padding-left: 20px;
	}
	.topbar .topba-nav {
		float: right;
		width: 67%;
		padding-top: 14px;
		margin: 0;
	}
	.topbar .topba-nav a {
		line-height:30px;
	}
	.topbar .topba-nav a {
		line-height: 30px;
		margin: 0px 16px;
		font-size: 0.8rem;
		padding: 0 5px;
		text-align: center;
		width: 16%;
	}
	.topbar .topba-nav a.on {
		background: #53483e;
		border-radius: 5px;
		width: 16%;
		padding: 0px 5px;
		}
	.main .download .icon {
		top: 12rem;
	}
	.main .download .icon .small img {
		padding: 3px 20px;
	}
	.about .feature {
		width: 84%;
		padding-bottom: 30px;
	}
	.topbar {
		height: 5.5rem;
		background: #161219;
		opacity: 0.8;
	}
}
}

@media screen and (max-width: 320px) {
	body {
    /*background-image: url("../image/phone/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;
    height: 100%;
    margin: 0;*/
}
	/*.wrapper{background-image: url("../image/phone/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;
    height: 100%;
    margin: 0;}
    .bg {display: none}*/
	.footer{display: none;}
	.topbar .logo img {
		max-width: 5.5rem;
		padding: 20px 0px 10px 0px;
	}
	.topbar .wrap {
		width: 100%;
	}
	.topbar .logo {
		float: left;
		padding-left: 20px;
	}
	.topbar .topba-nav {
		float: right;
		width: 67%;
		padding-top: 14px;
		margin: 0;
	}
	.topbar .topba-nav a {
		line-height:30px;
	}
	.topbar .topba-nav a {
		line-height: 30px;
		margin: 0px 16px;
		font-size: 0.8rem;
		padding: 0 5px;
		text-align: center;
		width: 16%;
	}
	.topbar .topba-nav a.on {
		background: #53483e;
		border-radius: 5px;
		width: 16%;
		padding: 0px 5px;
		}
	.main .download .icon {
		top: 12rem;
	}
	.main .download .icon .small img {
		padding: 3px 20px;
	}
	.about .feature {
		width: 84%;
		padding-bottom: 30px;
	}
	.topbar {
		height: 5.5rem;
		background: #161219;
		opacity: 0.8;
	}
}
}
