body {
	height: 100vh;
	font-size: .28rem;
}
/*---------下载APP提示遮罩层---------*/
#down_mask {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    filter: Alpha(opacity=70);
    background-color: rgba(0, 0, 0, 0.7);
	max-width: 750px;
	display: none;
}

#down_mask > img {
    width: auto;
    height: 1.97rem;
    position: absolute;
    right: .1rem;
    top: 0;
}
#down_mask .tip_box {
	width: 5.38rem;
	background-color: #FFFF99;
    color: #000;
    position: absolute;
    top: 2.2rem;
	left: 1.13rem;
    font-size: .24rem;
	border-radius: .33rem;
	box-sizing: border-box;
}
.tip_txt{
	padding: .28rem .17rem;
	margin: .16rem .14rem;
	border: 1px dashed #FFE41A;
	border-style: dashed;
	border-radius: .33rem;
}
#down_mask .tip_box img {
    width: .28rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.fc-flex-vcenter{
	display: flex;
	align-items: center;
}
.fc-flex1{
	flex: 1;
}
#animat {
  animation: mymove 5s infinite;
  /*Safari and Chrome*/
  animation-direction: alternate;
  /*轮流反向播放动画。*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  /* Safari 和 Chrome */
  -webkit-animation: mymove 3s infinite;
  -webkit-animation-direction: alternate;
  /*轮流反向播放动画。*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
}
@keyframes mymove {
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.header {
	width: 7.5rem;
	height: 1.04rem;
	max-width: 540px;
	color: #333;
	font-size: .34rem;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	background-color: #fff;
}
.down_logo{
	width: .64rem;
	height: .64rem;
	margin: 0 .1rem;
}
.arrow{
	width: .88rem;
}
.ar .arrow{
	transform: rotateY(180deg);
}
.page_box{
	position: relative;
	max-width: 540px;
	height: 13.34rem;
	min-height: 100vh;
	margin: 0 auto;
	min-height: 100vh;
	padding-top: 1.04rem;
	box-sizing: border-box;
}
.main_con{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 12.3rem;
	background-image: url(../img/bg.png);
	background-size: 100% 100%;
}
.guildID{
	position: absolute;
	top: .4rem;
	left: .4rem;
	right: .4rem;
	font-size: .28rem;
	color: #fff;
	text-align: center;
}
.guildName{
	height: 2.3rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 100%;
	text-align: center;
	top: .8rem;
	font-size: .6rem;
	line-height: 1.2em;
	display: flex;
	align-items: center;
	text-align: center;
}
.guildCon{
	position: absolute;
	top: 62%;
	left: .6rem;
	right: .6rem;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	/* border: .02rem solid rgba(213,168,255,0.6); */
	min-height: 15%;
	border-radius: .1rem;
}
.join_btn{
	position: absolute;
	bottom: .35rem;
	left:.31rem;
	width: 6.88rem;
	height: 1.6rem;
	background-image: url('../img/btn.png');
	background-size: 100% 100%;
	text-align: center;
	padding: .16rem .4rem;
	box-sizing: border-box;
	
}
.btn_text{
	/* background-color: rgba(0, 0, 0, 0.7); */
	height: .9rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: .36rem;
	line-height: 1em;
}
/* @media screen and (min-width:540px) {
	.header,#down_mask {
		left: 50%;
		margin-left: -270px;
	}
	.footer{
		left: 50%;
		margin-left: -270px;
	}
}
 */