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: #000;
	color: #000;
	max-width: 640px;
	margin: 0 auto;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
	width: 100%;
}

.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 (orientation: landscape) {
	#mask {
		display: block;
	}
}

@media (orientation: portrait) {
	#mask {
		display: none;
	}
} */

/* container */
.content {
	position: relative;
	margin-top: -1.84rem;
}
.banner {
	position: relative;
}
.act-intr {
	position: absolute;
	width: 5.84rem;
	top: .5rem;
	left: 50%;
	transform: translateX(-50%);
}

.act-btn-con {
	position: absolute;
	width: 100%;
	top: 3.8rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 .7rem;
}

/* .act-btn {
	width: 2.03rem;
	height: .63rem;
	background: url(../images/act_btns.png) no-repeat;
	background-size: 2.23rem 1.66rem;
} */

.setup-btn {
	background-position: -.1rem -.1rem;
}

.join-btn {
	background-position: -.1rem -.93rem;
}
.rules-btn {
	position: absolute;
	top: 5rem;
	left: .7rem;
	font-size: .2rem;
	/* color: #e2be6f; */
	color: #fff1cd;
	border-bottom: 1px solid #fff1cd;
}
.rules-btn:active {
	opacity: .6;
}
/* 浮动安装栏 */
.float-container {
	position: fixed;
	width: 100%;
	background: #e7e7e7;
	bottom: 0;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px -4px 8px rgba(0, 0, 0, .1);
}

.app-content {
	display: flex;
	align-items: center;
	padding: .1rem .33rem;
}

.app-icon {
	width: 1.2rem;
	height: 1.2rem;
}

.app-icon img {
	display: block;
	width: 100%;
}

.app-title {
	flex: 1;
	font-size: .32rem;
	margin-left: .1rem;
}

.install {
	width: 1.63rem;
	height: .56rem;
	display: flex;
	font-size: .32rem;
	color: #fff;
	background: #606da9;
	justify-content: center;
	align-items: center;
	border-radius: .07rem;
}

/* 预约弹框 */
.yy-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
	display: none;
}

/* .yy-wrapper {
	position: absolute;
	width: 5.97rem;
	height: 2.99rem;
	background: url(../images/box1.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: .88rem;
	display: flex;
	flex-direction: column;
	align-items: center;
} */

.yy-wrapper .tips {
	width: 3.71rem;
}

/* .yy-btn {
	width: 2.54rem;
	height: .78rem;
	background: url(../images/yy_btns.png) no-repeat;
	background-size: 2.74rem 1.96rem;
	margin-top: .5rem;
} */

.yy-y {
	background-position: -.1rem -.1rem;
}

.yy-n {
	background-position: -.1rem -1.08rem;
}

/* 预约弹框 */
.collect-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
	display: none;
}

/* .collect-wrapper {
	position: absolute;
	width: 5.97rem;
	height: 4.19rem;
	background: url(../images/box2.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: .5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
} */

.err-tips {
	position: absolute;
	top: .16rem;
	color: red;
	font-size: .16rem;
}

/* .inp-wrapper {
	width: 2.15rem;
	height: .43rem;
	background: url(../images/inp_bg.png) no-repeat center;
	background-size: contain;
} */

.collect-wrapper .inp-txt::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .2);
	/* font-size: .16rem; */
}

.collect-wrapper .inp-txt {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 .12rem;
	border: none;
	background: none;
	outline: none;
	color: #e6c362;
	font-size: .2rem;
}

.collect-wrapper .tips-txt,
.wx-qq-con {
	font-size: .16rem;
	color: #fff8e6;
	line-height: .24rem;
}

.collect-wrapper .tips-txt {
	margin-top: .08rem;
	text-align: center;
}

.wx-qq-con {
	display: flex;
	justify-content: center;
}

.phone-inp {
	margin: 0 auto;
}

.tx-wrapper {
	margin-top: .25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tx-circle {
	display: block;
	width: .16rem;
	height: .16rem;
	border: 1px solid #f4e5c1;
	border-radius: 50%;
	margin-right: .05rem;
}

.circle-background {
	background: #e6c362;
}

.wx-con,
.qq-con {
	display: flex;
	align-items: center;
	margin-right: .33rem;
}

.tx-inp {
	margin-top: .1rem;
}

.collect-code-wrapper {
	margin-top: .26rem;
}

.code-inp-btn-con {
	position: relative;
}

/* .join-btn2 {
	position: absolute;
	width: 1.32rem;
	height: .43rem;
	background: url(../images/join_btn2.png) no-repeat left top;
	background-size: 1.97rem .7rem;
	top: 0;
	right: -1.32rem;
} */

/* toast弹框 */
.toast-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	/* background: rgba(0, 0, 0, .2); */
	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: 5rem;
	padding: .1rem .2rem;
	box-sizing: border-box;
	background: #d2d2d2;
	border-radius: .1rem;
	font-size: .2rem;
	letter-spacing: 1px;
	margin-top: -5rem;
}

/* 战队码弹框 */
.code-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .2);
	display: none;
}
/* .code-wrapper {
	position: absolute;
	width: 5.97rem;
	height: 2.99rem;
	background: url(../images/box1.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: .6rem .4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.close-btn {
	position: absolute;
	width: .24rem;
	height: .24rem;
	background: url(../images/close_btn.png) no-repeat center;
	right: .16rem;
	top: .16rem;
} */
.code-wrapper .code-tit {
	font-size: .2rem;
	color: #e2be6f;
	letter-spacing: 1px;
	text-align: center;
}
.code-wrapper .code-bg {
	position: relative;
	margin-top: .4rem;
}
input.code-copy-inp {
	width: 2rem;
	height: .5rem;
	font-size: .3rem;
	text-align: center;
	color: #fff1cd;
	background: none;
	outline: none;
	letter-spacing: 1px;
	text-indent: 1px;
}
/* 规则弹框 */
.rules-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .6);
	display: none;
}
/* .rules-wrapper {
	position: absolute;
	width: 5.97rem;
	height: 6.42rem;
	background: url(../images/rules.png) no-repeat center;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
} */
/* 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: 360px;
	background: rgb(255, 255, 255);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 12px;
}

.dep-tip-title {
	font-size: 15px;
	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: 8px 0;
	font-size: 15px;
	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: 80%;
	margin-left: 15%;
	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: .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;
}