body{
    background-color: #fff;
}
.vip-box{
    box-sizing: border-box;
    padding-left: 1.98rem;
    font-size: 0.24rem;
    line-height: 0.88rem;
    margin: 0 auto 0.48rem auto;
    display: block;
    width: 96%;
    height: 0.88rem;
    color: #fff;
    background: url(../../images/sdk/my/bg.png) no-repeat 0 0;
    background-size: 100% auto;
}
.vip-box img{
    float: right;
    margin: 0.28rem 0.28rem 0 0.28rem;
    width: 1.28rem;
    height: 0.36rem;
}
.content-box{
    width: 100%;
}
.header-box{
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: .55rem 0.32rem .34rem .32rem;
    width: 100%;
    overflow: hidden;
}
.header-img{
    float: left;
    width: 1.12rem;
    height: 1.12rem;
    overflow: hidden;
    border-radius: 50%;
}
.header-img.active{
   background: url('../../images/sdk/my/tx.png') no-repeat 0 0;
   background-size: 100% auto;
}
.header-img img{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: .32rem;
    float: left;
    width: 83%;
    line-height: 1.5;
}
.username-box{
    display: flex;
    align-items: center;

    width: 100%;
    overflow: hidden;
}
.username-box img{
    margin: 0;
    margin-left: 0.2rem;
    float: left;
    width: .4rem;
}
.username-box img.active{
    width: 0.68rem;
    height: 0.34rem;
}
.username{
    float: left;
    display: inline-block;
    max-width: 81%;
    font-size: .32rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.name{
    width: 100%;
    font-size: .24rem;
    color: #909090;
}
.state-box{
    padding-top: 0.05rem;
    width: 100%;
    overflow: hidden;
}
.state-box span{
    float: left;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .32rem 0 .16rem;
    font-size: .2rem;
    line-height: 0.4rem;
    height:0.4rem;
    color: #909090;
    border-radius:.16rem;
    border:1px solid #979797;
    background: url(../../images/sdk/my/sj.png) no-repeat 90% center;
    background-size: .08rem auto;
}
.state-box span:last-child{
    margin-left: .16rem;
}
.state-box .bound-phone.active{
    color: #FF5343;
    box-sizing: border-box;
    padding:0 .16rem;
    background:#FFF1F0;
    border-radius:.16rem;
    border: 0;
}
.state-box .certification.active{
    color: #fff;
    box-sizing: border-box;
    padding:0 .16rem;
    background:#0089FF;
    border-radius:.16rem;
    border: 0;
}
.my-box{
    width: 100%;
    overflow: hidden;
}
.my-item{
    float: left;
    box-sizing: border-box;
    padding: .28rem .32rem;
    width: 100%;
    height: .96rem;
    background: url(../../images/sdk/my/right.png) no-repeat 96% center;
    background-size: .24rem auto;
    background-color: #fff;
}
.my-item img{
    float: left;
    width: .4rem;
    height: .4rem;
}
.my-text{
    margin-left: .16rem;
    float: left;
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    font-size: .32rem;
    color: #323232;
}
.logout{
    position: absolute;
    bottom: .32rem;
    right: .32rem;
    font-size: .24rem;
    color: #909090;
}
.download-shade{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
    top: 0;
    left: 0;
}
.download-shade>p {
    margin: 0;
    padding: 10px 100px 0 15px;
    font-size: 14px;
    color: #Fff;
}
.download-shade>img {
    width: 130px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 15px;
}
.top-box{
    box-sizing: border-box;
    padding: 0 0.32rem 0.3rem 0.32rem;
    overflow: hidden;
}
.top-item{
    float: left;
    width: 50%;
}
.top-text{
    font-size: 0.32rem;
    color: #323232;
    text-align: center;
    padding-bottom: 0.04rem;
}
.top-name{
    font-size: 0.24rem;
    text-align: center;
    color: #909090;
}