body {
	-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*/
	background: #1c1316;
	color: #000;
	max-width: 1080px;
	margin: 0 auto;
	overflow-x: hidden;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
	width: 100%;
	vertical-align: top;
}

.overflow {
	overflow: hidden;
}

.modal-open {
	position: fixed;
	overflow: hidden;
}

/* loading */
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	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);
	}
}

@media screen and (min-aspect-ratio: 13/9) {
	#mask {
		display: block;
	}
}

@media screen and (max-aspect-ratio: 13/9) {
	#mask {
		display: none;
	}
}

/* container */
.container {
	position: relative;
}
.con {
	position: relative;
}
.video-wrap {
	position: absolute;
	width: 6.28rem;
	height: 3.64rem;;
	top: 6.36rem;
	left: 50%;
	transform: translateX(-50%);
}
.video-wrap video {
	width: 100%;
	height: 100%;
}
.btn-play {
	position: absolute;
	width: .7rem;
	height: .7rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btns {
	background: url(../images/btns.png) no-repeat;
	background-size: 5.31rem 2.18rem;
}
.btn-signUp {
	position: absolute;
	width: 2.33rem;
	height: .62rem;
	background-position: -2.88rem -.1rem;
	left: 1.08rem;
	bottom: 1.8rem;
}
.btn-invite {
	position: absolute;
	width: 2.33rem;
	height: .62rem;
	background-position: -2.88rem -.92rem;
	right: 1.08rem;
	bottom: 1.8rem;
}
.btn-infor {
	position: absolute;
	width: 2.58rem;
	height: .89rem;
	background-position: -.1rem -1.19rem;
	left: .9rem;
	bottom: .85rem;
}
.btn-answer {
	position: absolute;
	width: 2.58rem;
	height: .89rem;
	background-position: -.1rem -.1rem;
	right: .9rem;
	bottom: .85rem;
}
.btns:active {
	opacity: .5;
}

/* 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: 300px;
	padding: 10px 16px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 2px;
}

/* deeplink拉起客户端提示框 */
.dep-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 9999;
	display: none;
}

.dep-tip-content {
	width: 90%;
	max-width: 640px;
	background: rgb(255, 255, 255);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 16px;
}

.dep-tip-title {
	font-size: 13px;
	color: rgb(0, 0, 0);
	text-align: center;
	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%;
}

.dep-no-select,
.dep-yes-select {
	display: block;
	width: 80%;
	padding: 6px 0;
	font-size: 13px;
	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-no-select {
	color: #000;
}

.dep-yes-select {
	color: #007dff;
}

.dep-tip-select .dep-no {
	color: #000;
}

/* 非客户端提示 */
.mongolia {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.mongolia .yst {
	width: 50%;
	margin-left: 44%;
	margin-top: 0%;
}

.mongolia img {
	width: 100%;
}

/* 横屏时样式 */
.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: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mask i {
	width: calc(256px * .5);
	height: calc(388px * .5);
	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;
}