body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;/* Non-prefixed version, currently*/
    max-width: 750px;
    margin: 0 auto;
    background: #67b8d5;
}
img {
    display: block;
    width: 100%;
}
.container {
    position: relative;
    /* padding-bottom: 1.1rem; */
}
.con {
    position: relative;
    padding: 0;
    margin: 0;
}
.modal-open {
	position: fixed;
	overflow: hidden;
}

.rule-btn{
    width: 1.6rem;
    height: 0.6rem;
    background: url(../images/rule.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
    bottom: 1.7rem;
}
.share-btn{
    width: 4.44rem;
    height: 1.68rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0rem;
}
.forum-btn{
    width: 4.06rem;
    height: 1.36rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.1rem;
}
/* 帖子跳转 */
.post-btn1{
    width: 4.44rem;
    height: 1.68rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.3rem;
}

/* --------------------------------- 安装 ----------------------- */

.download{
    width: 3.89rem; 
    height: 1.66rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
}
.public{
    width: 3.89rem; 
    height: 1.66rem;
    background-image: url('../images/install-bg.png');
    background-repeat: no-repeat;
    background-size: 24.54rem 1.86rem;
}
.install-start{
    background-position: -12.37rem -0.1rem;
}
.install-ing{
    background-position: -4.19rem -0.1rem;
}
.install-update{
    background-position: -8.28rem -0.1rem;
}
.install-bg{
    background-position: -20.55rem -0.1rem;
}
.install-installed{
    background-position: -16.46rem -0.1rem;
}
.go-on{
    background-position: -0.1rem -0.1rem;
}
.download .install {
    width: 3.89rem; 
    height: 1.66rem;
    line-height: 0.95rem;
    color: #ffffff;
    font-size: .4rem;
    font-weight: 700;
    text-align: center;
}

/* -------------  轮播  ------------- */
.swiper-box {
	position: absolute;
	bottom: 0.2rem;
	left: 50%;
	transform: translateX(-50%);
    width: 9.5rem;
    height: 11rem;
	margin: 0 auto;
    z-index: 5;
}
.swiper-slide{
    width: auto;
}
.swiper-slide img{
    width: calc(0.88*7.2rem);
    height: calc(0.88*10.8rem);
}
.swiper-box .swiper-pagination{
    width: 2.4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.05rem;
    display: flex;
    justify-content: space-between;
}
.swiper-pagination .swiper-pagination-bullet{
    background-color: #47addb;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}
.prevBtn{
    width: 0.77rem;
    height: 0.68rem;
    position: absolute;
    left: 1rem;
    bottom: -0.16rem;
    cursor: none;
    outline: none;
}
.nextBtn{
    width: 0.77rem;
    height: 0.68rem;
    position: absolute;
    right: 1rem;
    bottom: -0.16rem;
    cursor: none;
    outline: none;
}
/* -----------  直播   ------------ */
.iBox{
    width: 9.2rem;
    height: 5.4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.42rem;
}
.pic{
    width: 9.5rem;
    height: 5.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.33rem;
}
/* 弹窗 */
.tips {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .6);
	display: none;
}
.tips-msg{
    width: 6.4rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.close-btn {
    width: .7rem;
    height: .7rem;
    position: absolute;
    right: 0.2rem;
    top: 0.5rem;
    border-radius: 50%;
}

/* 提示安装游戏弹出框 */
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 9999;
}
/* toast弹框 */
.toast-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.toast-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.toast-wrapper .toast-txt {
	max-width: 6.8rem;
	/* padding: .1rem .2rem; */
	padding: .2rem .2rem;
	box-sizing: border-box;
	/* background: #d2d2d2; */
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: .3rem;
	letter-spacing: 1px;
	border-radius: .1rem;
	/* margin-top: -8rem; */
}

/* deeplink拉起客户端提示框 */
.dep-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
    display: none;
}

.dep-tip-content {
    width: 90%;
    max-width: 360px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}
.dep-tip-title {
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: center;
    /* padding: 15px 10px; */
    padding: 5% 4%;
}
.dep-tip-select {
    display: flex;
}

.dep-tip-select .dep-no,
.dep-tip-select .dep-yes {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 2% 0 5%;
    font-size: 16px;
}
.dep-no-select, .dep-yes-select {
    display: block;
    width: 80%;
    padding: 8px 0;
    /* font-size: 16px; */
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 2px #fdfdfd;
    margin: 0 auto;
}
.dep-tip-select .dep-yes-select {
    color: #007dff;
}

.dep-tip-select .dep-no-select {
    color: #000;
}


.mongolia{background: rgba(0,0,0,.5);position: fixed;width: 100%;height: 100%;top:0;left: 0;display: none;z-index:100}
.mongolia .yst{width: 80%;margin-left: 15%;margin-top: 0%;}
.mongolia img{width: 100%;}

/* ---------------------------------------加载 ----------------------------------*/
.loading-wp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    /* display: none; */
}

.sk-circle {
    margin-top: 65%;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: 40%;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #565353;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.landscape {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffd40a;
    font-size: 22px;
    background: #32373b;
    z-index: 100;
}

.landscape img {
    margin-top: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: landscape 1.5s infinite;
    animation: landscape 1.5s infinite;
}

@-webkit-keyframes landscape {
    0% {
        -webkit-transform: rotate(-90deg);
    }

    30% {
        -webkit-transform: rotate(0deg);
    }

    70% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-90deg);
    }
}

@keyframes landscape {
    0% {
        transform: rotate(-90deg);
    }

    30% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

/* --------------------------------横评提示--------------------------- */
/* 横屏时样式 */
.mask {
	width: 100%;
	height: 100%;
	background: #1a100f;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}

.mask-box {
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;

}

.mask-pic {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mask span {
	color: #c5ab78;
	text-align: center;
	width: 100%;
	height: 30%;
	font-size: .24rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .mask i {
	width: calc(2.048rem * .6);
	height: calc(3.104rem * .6);
	background: url(../images/hengping.png?v=1508210403149) no-repeat;
	background-size: 100%;
	display: block;
	margin: 0 auto;
	-webkit-animation: maskAni 1.5s linear infinite alternate;
	animation: maskAni 1.5s linear infinite alternate;
} */

@-webkit-keyframes maskAni {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@keyframes maskAni {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

.hide {
	display: none;
}

.show {
	display: block;
}
@media screen and (min-aspect-ratio: 13/9) {
	#mask {
		display: block;
	}
}

@media screen and (max-aspect-ratio: 13/9) {
	#mask {
		display: none;
	}
}