div,p,span{
    font-family:"PingFang SC"
}
#collect,.profit-info{
    background-color:#fff;
}
#collect ul,.profit-info ul{
    display:flex;
}
#collect ul li,.profit-info ul li{
    text-align:center;
    #padding-top:10px;
    #padding-bottom:10px;
    margin:10px 0;
    flex-shrink: 0;
    flex:0 0 33.3333%;
}
.profit-info ul li{
    margin-top:0px;
}
.color-title{
    color: #000000!important;
}
.color-desc{
    color:#666666!important;
}
.size-title{
    font-size:16px;
    font-weight: bold;
}
.size-desc{
    font-size:12px;

}
.c1{
    font-size:1.1em;
    font-weight: 600;
    margin-bottom:5px;
}
.c2{
    font-size:1.1em;
}
#user{
    height:80px;
    background-color:#fff;
    overflow:hidden;
    padding:0 15px;
}
#user .avatar{
    width:60px;
    float:left;
    padding:10px 10px 10px 0;
}
#user .avatar img{
    border-radius: 50%;
    width:60px;
    height:60px;
}
#user .info{
    float:left;
    margin-top:16px;
    padding-left:5px;
    #overflow:hidden;
    max-width:60%;
    width:50%;
    white-space:nowrap;
}
.vip-icon{
    margin-left:10px;
    display:inline-block;
    width:80px;
    height:25px;
    line-height:25px;
    background-color:#0C0C0C;
    border-radius: 40px;
    font-weight: bold;
    font-size:12px;
    color:#FEE5B2;
    text-align:center;
    vertical-align: top;
}
.vip-icon img{
    height:20px;
    padding-bottom:4.5px;
}
.no-vip{
    background-color:#eee!important;
    color:#AAA!important;
}
.info .nickname{
    display:inline-block;
    font-size:18px;
    line-height:25px;
    font-weight: bold;
    white-space:nowrap;
    max-width:60%;
    overflow:hidden;
    text-overflow:ellipsis;
}
.info .color-desc{
    margin-top:4px;
}
.vip-info,.profit{
    height:50px;
    line-height:50px;
}
.vip-info{
    background-color:#FEE5B2;
    color:#AB761B;
    padding:0 15px;
}
.profit{
    background-color:#fff;
    padding:0 15px;
}
.profit-info ul li:first-child{
    border-right:1px solid #eee;
}
.tools{
    background-color:#fff;
}
.tools ul{
    display:flex;
    flex-wrap: wrap;
}
.tools ul li{
    text-align:center;
    #padding-top:10px;
    #padding-bottom:10px;
    margin:10px 0;
    flex-shrink: 0;
    flex:0 0 33.3333%;
    position: relative;
}
.tools img{
    height:45px;
}
.tools .color-desc{
    margin-top:10px;
}
.tools .icon{
    padding: 2px 8px;
    background-color:#eb0112;
    color:#fefefe;
    border-radius:15px;
    position:absolute;
    top:-10px;
    right:15px;
}
.tools .icon-invite{
    background-color:#1E90FF;
}
.user-nav-right {
    width: 20px;
    height: 40px;
    float: right;
    background: url("/static/image/arrow2.png?v=2") no-repeat right center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: auto 70%;
}

.user-nav-left{
    width: 40px;
    height: 40px;
    float: left;
    background: url("/static/image/back2.png?v=2") no-repeat center center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: auto 70%;
    position: absolute;
    left:5px;
}

.layer-user h3{
    font-size:22.4px!important;
    border-bottom:1px solid #eee;
    height:2.4em!important;
    line-height:2.4em!important;
    left:0;
}

.layui-form-item .layui-form-label{
    width:30%;
    font-size:18px;
    font-weight: bold;
}

.layui-form-item .layui-input-block input{
    width:60%;
    border:1px solid #efefef;
}
.layui-form-item .layui-input-block input:focus{
    border:1px solid #eee;
}

.box-body {
    padding: 12px;
}

.invite-line{
    height:50px;
    background-color:#fff;
    padding:0 15px;
}
.invite-line input{
    color:#000;
    background-color:#fff;
    border:0px solid #eee;
    display:inline-block;
    width:100%;
    max-width:75%;
    height:38px;
    line-height:38px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.invite-line button{
    vertical-align: top;
    float:right;
}