﻿@charset "utf-8";

.userBox{
    margin:8px 8px 0px 8px;
    background-color:#fff;
    box-sizing:border-box;
    border-radius:6px;
    -webkit-border-radius:6px;
    overflow:hidden;
}
.userTop{
    align-items:center;
    width:100%;
    height:140px;
    padding:0px 25px;
    box-sizing:border-box;
    background:url(/themes/Mobile/images/usercenter-topbg4.jpg) no-repeat;
    background-size:100% 100%;

}
.userBar{
    position:absolute;
    z-index:1;
    left:8px;
    right:8px;
    top:130px;
    align-items:center;
    background-color:#fff;
    padding:10px 0px;
    border-radius:6px;
    /*-webkit-border-top-left-radius:8px;
    border-top-right-radius:8px;
    -webkit-border-top-right-radius:8px;*/
}
.userBar a{
    display:block;
    width:33.3%;
    border-right:1px solid #eee;
    text-align:center;
}
.userBar a:last-child{
    border-right:0px;
}
.userBar i{
    color:#f60;
    font-size:26px;
}
.userBar span{
    display:block;
    margin-top:3px;
}
.userinfo{width:auto;}
.userinfo img{
    width:60px;
    height:60px;
    border:1px solid #fff;
    border-radius:30px;
    -webkit-border-radius:30px;
    vertical-align:middle;
    margin-right:6px;
    box-sizing:border-box;
}
.userinfo span{
    /*display:inline-block;
    padding:2px 10px;
    box-sizing:border-box;
    background-color:#999;
    border-radius:5px;
    -webkit-border-radius:5px;*/
    font-size:18px;
    color:#fff;
    vertical-align:middle;
}
.moduleHead{
    border-bottom:1px solid #eee;
    padding:0px 12px;
    align-items:center;
    box-sizing:border-box;
}
.moduleHead span{
    display:inline-block;
    line-height:45px;
    color:#666;
    font-size:16px;
    box-sizing:border-box;
    border-bottom:2px solid #56c855;
}
.moduleHead i{
    color:#999;
    font-size:25px;
}
.orderNavBox{
    padding:5px 0px 10px 12px;
    box-sizing:border-box;
}
.orderNavBox i{
    display:inline-block;
    width:26px;
    height:26px;
    line-height:26px;
    text-align:center;
    background-color:#56c855;
    border-radius:13px;
    -webkit-border-radius:13px;
    color:#fff;
    font-size:15px;
    margin-right:3px;
}
.orderNavBox a{
    display:block;
    width:100%;
    line-height:46px;
    border-bottom:1px solid #f3f3f3;
    text-align:left;
    background:url(/themes/Mobile/images/usercenter-arrow.png) no-repeat;
    background-position:96% center;
    background-size:auto 16px;
}
.orderNavBox a:last-child{
    border-bottom:0px;
}