﻿body{
    background-color: #eee;
    font-size: 0.46rem;
}
a,span{
    font-size: 0.46rem;
}
.detail_info {
    position: absolute;
    left: 2.8rem;
    top: 1.7rem;
}
.isvip {
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 0.26rem;
    font-weight: bold;
    width: 1.36rem;
    height: 0.46rem;
    color: #fff;
    background-color: #df4b30;
    border-radius: 0.23rem;
    line-height: 0.46rem;
}
.vipdate {
    font-size: 0.3rem;
    color: #bbcfe5;
    position: absolute;
    left: 1.5rem;
    width: 5rem;
    white-space: nowrap;
    height: 0.46rem;
    line-height: 0.46rem;
}
.renew {
    font-size: 0.36rem;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1rem;
    height: 0.76rem;
    line-height: 0.76rem;
    background: url(/Images/renew_icon.png) no-repeat 0.3rem center;
    background-size: 0.4rem;
    border-radius: 0.39rem;
    background-color: #fff;
    color: #ff5d40;
    padding-left: 0.8rem;
    display: none;
}
.mine-little-box {
    margin-bottom: 0.3rem;
    background-color: #fff;
}
.mine-little-box>div{
    height: 1.3rem;
    line-height: 1.3rem;
    padding-left: 1.3rem;
    position: relative;
}
.mine-little-box>div span{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left:0;
    top:0;
}
.mine-little-box>div p{
    height: 1.3rem;
}
.mine-little-box>div a{
    display: block;
    background: url(/Images/more_icon.png) no-repeat 8.8rem center;
    background-size: 0.25rem;
    height: 100%;
}
.header_top {
    display: none;
}
.mine-top {
    height: 3rem;
    background-color: #1c77b9;
    position: relative;
}
.border-top{
    border-top: 1px solid #ddd;
    line-height: 1.2rem;
}
.my-reference-bg {
    background: url(/Images/Number_recommendation.png) no-repeat center;
    background-size: 40%;
}
.my-account-bg {
    background: url(/Images/my_account.png) no-repeat center;
    background-size: 40%;
}
.vip-member-bg {
    background: url(/Images/vip.png) no-repeat center;
    background-size: 40%;
}
.my-message-bg {
    background: url(/Images/my_message.png) no-repeat center;
    background-size: 40%;
}
.chart-app-bg {
    background: url(/Images/app_down.png) no-repeat center;
    background-size: 40%;
}
.about-us-bg {
    background: url(/Images/about_us.png) no-repeat center;
    background-size: 40%;
}
.feed-back-bg {
    background: url(/Images/feedback.png) no-repeat center;
    background-size: 40%;
}
.log-off-bg {
    background: url(/Images/log_off.png) no-repeat center;
    background-size: 40%;
}
.registerBtn, .loginBtn {
    width:3.2rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #666;
    line-height: 1rem;
    text-align: center;
    display: block;
    font-size: 0.46rem;
    position: absolute;
}
.noLogin {
    width: 7.3rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: none;
}
.registerBtn{
    top: 0;
    left: 0;
}
.loginBtn{
    top:0;
    right:0;
}
.loginSuc{
    height: 100%;
    position: relative;
    display: none;
}
.profile_photo {
    width: 1.6rem;
    height: 1.6rem;
    background: url(/Images/profile_photo.png) no-repeat center;
    border-radius: 50%;
    background-size: contain;
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.phone_number{
    position: absolute;
    left: 2.8rem;
    top: 0.9rem;
    color: #fff;
    font-size: 0.46rem;
}
#mine p {
    background: url(/images/mine-current.png) no-repeat center;
    background-size: .6rem;
}
#mine span {
    color: #3b92d5 !important;
}
.novip {
    background-color: #ccc !important;
    color: #fff !important;
}
.novipcolor {
    color: #ccc !important;
}
footer{
    display: block !important;
}