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: #c84733; */
	color: #000;
	/* max-width: 750px; */
	margin: 0 auto;
}

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;
}
.content {
	position: relative;
	font-size: 0;
}
.con1{
	top: -0.01rem;
}
.con2{
	top: -0.01rem;
}
.forum-btn{
	height: 0.66rem;
	width: 1.98rem;
	top: 7.13rem;
	left: 5.09rem;
	position: absolute;
}
/* .get-card {
	position: absolute;
	width: 3.54rem;
	height: 1.05rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: .8rem;
} */
.game-name-wrapper {
	position: absolute;
	width: 6.83rem;
	height: 1rem;
	background: #101220;
	border: 1px solid #c29769;
	left: 50%;
	transform: translateX(-50%);
	top: 4.3rem;
}
.game-name-inp {
	width: 100%;
	height: 100%;
}
input.game-name-inp {
	outline: none;
	background: none;
	color: #f5e1ae;
	font-size: .42rem;
	box-sizing: border-box;
	padding-left: .3rem;
}
input.game-name-inp::-webkit-input-placeholder {
	color: #c29769;
}
.invite-btn {
	position: absolute;
	width: 4.79rem;
	height: 0.66rem;
	background-image: url(../images/invite_reward.png);
	background-size: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 5.2rem;
}
.invite-0 {
	background-position: -.1rem -.1rem;
}
.invite-1 {
	background-position: -.1rem -.96rem;
}
.post-btn{
	position: absolute;
	width: 4.79rem;
	height: 0.66rem;
	background: url(../images/post_btn.png)  no-repeat center;
	background-size: 96%;
	left: 49%;
	transform: translateX(-50%);
	top: 6.5rem;
}
.avatar-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* top:4.0rem; */
	top: 3.959rem;

}
.avatar-line {
	display: flex;
	justify-content: space-between;
}
.avatar {
	width: 0.71rem;
    height: 0.71rem;
    background: url(../images/avatar_bg.png) no-repeat center;
    background-size: cover;
    margin: 0 .32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.avatar img {
	width: 0.71rem;
	height: 0.71rem;
	border-radius: 50%;
}
.rules-btn {
	position: absolute;
	width: 4.1rem;
	height: 1.24rem;
	left: 50%;
	transform: translateX(-50%);
	top: .26rem;
}
.go-card {
	position: absolute;
	width: 9.21rem;
	height: 4.97rem;
	left: 50%;
	bottom: 1.16rem;
	transform: translateX(-50%);
}
.show-pic {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	top: 2.16rem;
}
.show-pic>span {
	width: 4.42rem;
	height: 3.1rem;
	margin: 0 .2rem;
}
/* 下载悬浮窗 */
/* .install-float {
	position: fixed;
	width: 750px;
	bottom: 0;
}
.app-content {
	display: flex;
	background: rgba(200, 71, 51, .8);
	box-shadow: 0px -8px 8px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 22px 36px;
}
.app-icon {
	width: 100px;
	height: 100px;
}
.app-title {
	flex: 1;
	font-size: 28px;
	padding-left: 20px;
	color: #fff;
}
.install {
	width: 130px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(to bottom, #c9b94b, #fbf0c6 98%);
	border: 1px solid #c9b94b;
	box-sizing: border-box;
	font-size: 28px;
	color: #fff;
} */
/* 预约提示框 */
.reserve-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 99;
	display: none;
}
.reserve-wrapper {
	position: absolute;
	width: 5.26rem;
	height: 3.07rem;
	background: url(../images/yy_bg.jpg) no-repeat center;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
}
.reserve-close-btn {
	width: .95rem;
	height: .91rem;
	position: absolute;
	background: url(../images/close_btn.jpg) no-repeat center;
	background-size: cover;
	right: -.2rem;
	top: -.2rem;
}
.reserve {
	position: absolute;
	width: 1.98rem;
	height: .66rem;
	bottom: .8rem;
	background-image: url(../images/yy.png);
	background-size: cover;
}
.yy-y {
	background-position: -.1rem -.1rem;
}
.yy-n {
	background-position: -.1rem -.96rem;
}

/* 问卷弹框 */
.questionnaire-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.questionnaire-wrapper {
	position: absolute;
	width: 5.26rem;
	height: 5.23rem;
	background: url(../images/pop_write.png) no-repeat center;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
}

input::-webkit-input-placeholder {
	color: #564b3b;
}
.pass-inp{
	background-color: transparent;
    color: #564b3b;
    font-size: 0.2rem;
    position: absolute;
    top: 2.2rem;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    outline: none;
}
.phone-inp{
	background-color: transparent;
	color: #564b3b;
	font-size: 0.2rem;
	position: absolute;
    top: 3.0rem;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	outline: none;
}
.submit-btn {
	width: 4.65rem;
    height: .66rem;
    position: absolute;
    left: 50%;
    top: 3.8rem;
    transform: translateX(-50%);
}
.questionnaire-close-btn {
	width: .95rem;
	height: .91rem;
	position: absolute;
	background: url(../images/close_btn.jpg) no-repeat center;
	background-size: cover;
	right: -.2rem;
	top: -.2rem;
}
/* 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;
}