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%;
}

.wechatWrapper{
    width:100vm;
    height:100vh;
    background:url("../images/wechat/1/1_01.png") 0 0 repeat;
    background-size:100% auto;
    padding-top: 12%;
}

.kickbackTermsWrapper{
    background:#fff;
    text-align: left;
    padding:1.5rem 2rem;
}

.kickback{}

.logo{
    width:30%;
    margin-bottom: 1.6rem;
}
.kickbackImg{
    width:30%;
    margin-bottom: 0.4rem;
}
h1{
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    font-weight: normal;
}

.telNum{
    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: 1.2rem;
    letter-spacing: 0.1rem;
}

.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;
}

.terms{
    font-size: 0.8rem;
    text-align:center;
    margin-top:15px;
    opacity: 0.8;
}
.terms img{
    width: 1rem;
    vertical-align: middle;
    margin-right: 0.4rem;
    margin-top:-0.1rem;
}
.terms a{
    color:#fce362;
}
.terms .termsChecked{
    display: inline-block;
}
.terms .termsUnchecked{
    display: none;
}

.tips{
    margin-bottom: 0.3rem;
}
.tips span{
    color: #eee655;
    margin-left:0.2rem;
}

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

.termsTitle{
    display: inline-block;
    padding:0.4rem 0.6rem;
    margin-bottom:1rem;
    color: #ffffff;
    text-align: center;
    background:#23af76;
}

.kickbackTermsWrapper ul{
    margin:0 0 1rem 0;
}
.kickbackTermsWrapper ul li{
    color:#646464;
    font-size: 0.8rem;
    text-align: left;
    list-style: decimal inside;
    margin-bottom: 0.6rem;
}
