/*index/index页面css*/
body,html{width:100%;height:100vh;}
.invitebutton{text-align:center;}
a.button-jumbo {
font-size: 1.4rem;    
padding: .6rem 0;display:inline-block;
margin:0 auto;width:96%;border-radius:.6rem;
background-color: #FF4351;
border-color: #FF4351;
color: #FFF;margin-bottom:10px;
}
.statictext{line-height:1.6rem;font-size:1.0rem;padding:.6rem .6rem;}
html,body{
font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
-webkit-font-smoothing:antialiased;
height: 100%;
padding: 0;
margin: 0;
}
html{
background: url(../../../images/androidbg.jpg) no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
body{
display:table;
text-align:center;
table-layout: fixed;
border-collapse: collapse;
width: 100%;
color:#fff;
}
a{color:#fff;}
.wrapper{
margin: auto;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
display: table-cell;
vertical-align: middle;
}
#btnContainer{
height: 86px;
width: 229px;
display: block;
margin: 0 auto;
position: relative;
background: transparent;
}
#btnA,#btnB,#btnC{
height: 86px;
width: 229px;
border-radius: 1em;
display: block;
background: url(../../../images/android.png) no-repeat;
-webkit-background-size: 229px 172px;
background-size: 229px 172px;
text-decoration: none;
position: relative;
z-index: 2;
}
#btnA:active, #btnA.active,#btnB:active, #btnB.active,#btnC:active, #btnC.active{
background-position: 0px -92px;
-webkit-background-size: 229px 172px;
background-size: 229px 172px;
}
#btnSpan1,#btnSpan2,#btnSpan3,#btnSpan4,#btnSpan5,#btnSpan6{
font-size: .8em;
color: #A7A7A7;
position: absolute;
top: 20px;
left: 68px;
}
#btnSpan2,#btnSpan4,#btnSpan6{
top: 44px;
}
#weixin-tip {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
display: none;
z-index: 20000;
}
#weixin-tip img {
position: fixed;
right: 0;
top: 0;
width: 260px!important;
z-index: 20001;
}
h1{font-size:1.0rem;}

.allflex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 20px;
}
.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 102px;
}