*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.text-white{
    color: #fff !important;
}
.text-black{
    color: #0096FC;
}
.mr-10{
    margin-right: 10px;
}
.ml-10{
    margin-left: 10px;
}
body{
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
}
.container{
    width: 35%;
    background-color: #F6F6F6;
}
.red{
    color: red;
}
.bold{
    font-weight: bold;
}
.clear{
    clear: both;
}
.menu{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: flex;
	justify-content: space-evenly;
}
.menu li{
	margin-right: 10px;
	font-size: 18px;
}
.menu li.active{
	border-bottom: 3px solid red;
}
.menu li a{
	color: #000000;
}
.scroll-txt{
    font-size: 16px;
}
.res{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.ping-section{
    margin-bottom: 20px;
}
.ping-section .ping-lyt{
    display: flex;
    margin-bottom: 10px;
}
.flex1{
    margin-left: 5px;
    margin-right: 5px;
}

.btns-lyt{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;

}
.d-btn,
.g-btn{
    color: rgb(255, 255, 255);
    text-align: center;
    background-image: url(../img/btn-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    padding: 15px 50px;


}
.d-btn{
    margin-right: 15px;
}
.g-btn{
    margin-left: 15px;
}
.game-txt{
    text-align: center;
    display: block;
    font-size: 22px;
    margin-top: 10px;
}
.game-lyt{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.game-lyt .game{
    margin-left: 15px;
    margin-right: 15px;
}
.game-lyt .game img{
    padding: 0 10px;
}
.app-name{
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    display: block;
    flex-wrap: nowrap;
}
.footer{
    border-top: 1px solid rgb(225, 224, 224);
    padding: 10px 0 10px 0;
    text-align: center;
    margin-bottom: 70px;
}



/* Slider  */
.swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 10px;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.5);
	margin-left: .1rem;
	margin-right: .1rem
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff100
}


/* Busston  */
.linkUl {
	margin: 0.28rem 0.15rem;
	overflow: hidden;
	zoom: 1;
}

.linkUl li {
	margin: 0 0.12rem;
	width: 4.6rem;
	float: left;
}

.linkUl li a {
	display: block;
	color: #3d4145;
	font-size: 0.32rem;
	line-height: 0.9rem;
	text-align: center;
	border: 1px solid #0096FC;
	border-radius: 0.5rem;
}

.linkUl li a img {
	margin: -0.05rem 0.2rem 0 0;
	width: auto;
	height: 0.5rem;
	display: inline-block;
	vertical-align: middle;
}


/* Speed Section  */
.ping-lyt {
	line-height: 1;
	background: #fff;
	box-shadow: 0 3px 10px rgba(168, 163, 150, 0.19);
    margin: 0 5px;
	border-radius: 8px;
}

.ping-lyt:after {
	clear: both
}

.ping-lyt .hd {
	height: 1.15rem;
	line-height: 1.2rem;
	margin: 0 0.3rem;
	overflow: hidden;
}

.ping-lyt .hd .lines {
	font-size: 0.37rem;
	float: left;
	display: block;
	font-weight: normal;
	color: #0096fc;
}

.ping-lyt .hd .lines span {
	display: block;
	float: left;
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.2rem;
	font-size: 0.4rem;
}

.ping-lyt .hd p {
	color: #fff;
	float: right;
	margin-left: 0.1rem;
}

.ping-lyt .hd p a {
	color: #00ffa2;
}

.ping-lyt .hd .service {
	float: right;
	color: #fff100;
}

.ping-lyt .hd .service span {
	font-size: 0.7rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
}

.ping-lyt .hd .rText {
	float: right;
	color: #c18532;
}

.ping-lyt .hd .rText span {
	color: #fff;
}

.ping-lyt .hd .qq {
	float: right;
	color: #deb558;
	font-size: 0.37rem;
	line-height: 1.3rem
}

.ping-lyt .hd .qq b {
	font-weight: normal;
	color: #fff;
}

.ping-lyt .hd .qq span {
	display: block;
	background: url(../img/qq.webp) no-repeat;
	float: left;
	width: 0.48rem;
	background-size: cover;
	height: 0.533333rem;
	margin-top: 0.33rem;
	margin-right: 0.2rem
}

.ping-lyt .bd {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: .15rem
}

.ping-lyt .bd ul {
	padding-left: .3rem;
	padding-right: .3rem;
	padding-top: 0;
	padding-bottom: 0
}

.ping-lyt .bd li {
	*zoom: 1;
	margin-bottom: .27rem;
    display: flex;
}

.ping-lyt .bd .ms {
	float: left;
	font-size: .37rem;
	height: .9rem;
	line-height: .9rem;
	width: 15%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../img/bg01.webp) no-repeat;
	background-size: 100% 100%;
	margin-right: .1rem;
	color: green;
}

.ping-lyt .bd .url {
	display: block;
	font-size: .35rem;
	width: 60%;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../img/bg01.webp) no-repeat;
	background-size: 100% 100%;
	color: #3a3d42;
	text-align: left;
	padding-left: .3rem
}

.ping-lyt .bd .btn-open {
    width: 25%;
	line-height: 1;
	float: right;
    order: 1;
    padding: 0 5px;
}

.ping-lyt .bd .btn-open a {
	display: block;
}

.ping-lyt .bd .btn-open img {
	width: auto;
	height: 0.9rem;
}

.common-sites img{
    padding: 0 100px;
}



/* Bottom Nav  */

.bottom {
	height: 1.6rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #0096FC;
	z-index: 999;
}

.bottom ul li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #81C5FF;
	cursor: pointer;
}

.bottom ul li a {
	display: block;
	height: 1.6rem;
	position: relative;
}

.bottom ul li:last-child a {
	border: none;
}

.bottom ul li .iconfont {
	display: inline-block;
	font-size: 0.7rem;
	color: #fff;
	margin: 0 auto;
	margin-top: 0.15rem
}

.bottom ul li p {
	line-height: 0.48rem;
	color: #fff;
	font-size: 0.35rem;
}

/* Invite Section Start  */
.invite-section{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	visibility: hidden;
	pointer-events: none;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 10000;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 29px -12px rgba(107,104,107,1);
	-moz-box-shadow: 0px 0px 29px -12px rgba(107,104,107,1);
	box-shadow: 0px 0px 29px -12px rgba(107,104,107,1);
}
.invite-section.active{
	visibility: visible;
	pointer-events: all;
}
.invite-section .image{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 20px 0 0 0;
}
.invite-section .image .close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.invite-section .image .ref-img{
	width: 150px;
	height: auto;
}
.invite-section .title span{
	display: block;
	text-align: center;
	font-size: 0.6rem;
}
.invite-section .desc p{
	text-align: center;
	font-size: 0.4rem;
	margin-bottom: 10px;
}
.invite-section .invite-lyt{
	display: flex;
	flex-direction: column;
}
.invite-section .invite-box{
	border: none;
	outline: none;
	background-color: #f5f3f3;
	padding: 8px 20px;
	position: relative;
	left: 50%;
	width: 60%;
	border-radius: 4px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.invite-section .generate,
.invite-section .copy{
	border: 0;
	outline: 0;
	position: relative;
	left: 50%;
	width: 30%;
	margin: 10px 0;
	padding: 8px 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	background-color: #0096FC;
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.invite-section .copy{
	display: none;
}
.invite-section .output #output-text{
	font-size: .4rem;
	text-align: center;
	display: none;
}
/* Invite Section End */





/* Responive  */
/* Medium devices (landscape tablets, 768px and up) */


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 600px) {
    .container{
        width: 100% ;
    }
}
@media only screen and (min-width: 600px) {
    .container{
        width: 60%;
     }
}

@media only screen and (min-width: 800px) {
    .container{
        width: 40%;
     }
     .bottom {
        height: 1.6rem;
        position: fixed;
        bottom: 0;
        width: 40%;
        background: #0096FC;
        z-index: 999;
    }
	.nav{
		width: 40%;
		position: fixed;
		top: 0;
		background-color: rgb(255, 255, 255);
		display: flex;
		align-items: center;
	}
    .footer{
        margin-bottom: 100px;
    }
     body{
        background-color: #000000;
     }
     .linkUl{
        display: flex;
        justify-content: center;
     }

     .ping-lyt .bd .btn-open {
        line-height: 1;
        order: 1;
        margin-left: 5px;
    }
    .ping-lyt .bd{
        display: flex;
        justify-content: center;
    }
    .ping-lyt .bd li {
        *zoom: 1;
        margin-bottom: .27rem;
        display: flex;
    }
    
}