body{
    background: #4dd5fb;
    color: #666;
    width: 100%;
    height: 100%;
}
img{
    display: inline-block;
}
.code-warp{
    width: 6.3rem;
    /**height:9.52rem;*/
    border-radius: 5px;
    background: #fff;
    margin:.46rem auto;
    position: relative;

}
.code-top{
    background: #3ca4f3;
    height: 1.4rem;
}
.logo{
    width: .88rem;
    height: .88rem;
    background: url(../img/pic-LOGO@2x.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: .25rem;
    margin-left: .34rem;
    margin-right: .26rem;
}
.mycard{
    font-size: .32rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.4rem;
}
.icon-r{
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../img/c-icon-xyy@2x.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: .12rem;
}
.qr-code{
    width: 5.96rem;
    height: 5.96rem;
    text-align: center;
    margin:.1rem auto;
}
.txt{
    text-align: center;
    color: #999;
    font-size: .24rem;
    padding:.08rem 0;
}
.account-info{
    text-align: center;
    font-size: .28rem;
    color: #fff;
	padding-bottom: .2rem;
}
.account-info a{
     color: #fff;
}
.account-info span{
    padding:0 .12rem 0 .05rem;
}
.account{
    color: #333;
    border-right: 1px solid #ccc;
}
.open-line{
    border-left: 1px solid #ccc;
}
.flex{
    flex: 1;
    margin:.24rem 0;
}
.ad-banner{
    position: fixed;
    bottom: 0;
    height: 2.3rem;
}
.ad-banner img{
    width: 100%;
    height: 100%;
}
.banner{
    position: relative;
}
.close-ad{
    width: .8rem;
    height: .8rem;
    background: url(../img/g-icon-gb3@2x.png) no-repeat;
    background-size: 100% 100%;
}
.notice{
    height: .56rem;
    line-height: .56rem;
    padding:0 .24rem;
}
.icon-notice{
    display: block;
    width: .36rem;
    height: .32rem;
    background: url(../img/c-pic-gg@2x.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: .12rem;
    margin-right: .1rem;
}
.notice p{
    float: left;
    font-size: .24rem;
    color: #f8e71c;
}