body, *{
    padding:0;
    margin:0;
    text-align: center;
    color:#fff;
    font-family: "Microsoft YaHei", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 100%;
}

body{
    background: #253B4F;
}

.wechatWrapper{
    width:100vm;
    height:100vh;
    background:#253B4F;
    background-size:100% auto;
}

.kickback{}

.banner{
    width:100%;
    margin-bottom: 10px;
}

h1{
    font-size: 2rem;
    color:#fff;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 3px;
}
h2{
    text-align: center;
}
h2 span{
    display: inline-block;
    font-size: 1rem;
    background: #F2C100;
    margin: 0 auto;
    padding:4px 10px;
    border-radius: 15px 2px 15px 2px;
    width:120px;
    font-weight: normal;
    margin-bottom: 40px;
    margin-left:50px;
}

.playerName{
    display: block;
    border-radius: 4px;
    height: 3rem;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 1rem;
    border:0;
    color: #969696;
    text-align: center;
    box-shadow: none;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
}
.playerTeam{
    display: block;
    border-radius: 4px;
    height: 3rem;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 1rem;
    border:0;
    color: #969696;
    text-align: center;
    box-shadow: none;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
}

.submitBt{
    display: block;
    border-radius: 4px;
    height: 3rem;
    line-height: 3rem;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    color: #ffffff;
    text-align: center;
    background:#23af76;
    border:0;
    box-shadow: none;
    /*margin-bottom: 6rem;*/
}

.footer{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    z-index: 4;
    background: #fff;
    height: 3rem;
    padding-left:5rem;
}
.footer .appLogo{
    position: absolute;
    z-index: 2;
    left:1rem;
    top:-0.8rem;
    width: 3.5rem;
}
.footer .appText{
    font-size: 0.8rem;
    color:#999999;
    text-align: left;
    font-weight: normal;
    margin-top:0.4rem;
}
.footer .appText small{
    display: block;
    color: #999;
    font-size: 0.6rem;
    text-align: left;
    margin-top:0.1rem;
}
.appDownload{
    position: absolute;
    right:1rem;
    top:0.8rem;
    z-index: 3;
    display: block;
    width:5rem;
    border-radius: 4px;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #23af76;
    text-align: center;
    background:#fff;
    border:1px solid #23af76;
    font-size: 0.8rem;
    text-decoration: none;
}

.news-tit{
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    color:#f4f4f4;
    font-weight: normal;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.news-con{
    font-size: 0.8rem;
    color:#f4f4f4;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: normal;
    line-height: 1.5;
}
.news-con p{
    text-indent: 1.6rem;
    margin-bottom: 0;
    text-align:left;
}
.news-con a{
    color:#74808C;
    text-decoration: none;
    font-size: 0.6rem;
}

.share-buttons{
    /*margin-bottom: 6rem;*/
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
}
.share-buttons .button-1{
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 3px;
    margin-right: 1rem;
    color:#fff;
    background: #F2C100;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
}
.share-buttons .button-2{
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 3px;
    color:#fff;
    background: #18B779;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
}

.footerBlank{
    height: 6rem;
}

.shareBg{
    display: none;
    position: fixed;
    z-index: 2;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height: 100%;
    background: #333;
    opacity: 0.8;
}
.shareImg{
    display: none;
    position: fixed;
    z-index: 3;
    right:15px;
    top:15px;
    width:60%;
}
.removeScroll{
    overflow:hidden;
}