body{
    font-family: 微软雅黑;
}
.inlineblock{
    display: inline-block;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
header{
    height: auto;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.userinfo  p{
    margin-bottom: 5px;
}
.username{
    color: #494949;
    font-size: 16px;
    padding: 1px 0;
    display: inline-block;
    vertical-align: middle;
}
.person_type{
    background: #fdb20f;color: #fff;padding: 0px 8px;text-align:center;border-radius: 3px;display: inline-block;    vertical-align: middle;

}
header .headico{
    margin-top: 10px;
}
.userinfo{
    padding: 17px 15px 10px 15px;
    width: 75%;
}
header .headico img{
    height: 60px;
    width: 60px;
    /*border: 3px solid rgba(225, 225, 225, 0.60);*/
}
.level{
    font-family: "Arial";
    font-size: 12px;
    color: #ffda44;
}
.seller{
    color: #ffda44;
    font-size: 12px;
}
.rating-small .fa{
    color: #ffda44;
}
.rating-small  .fa-star-gray{
    color: rgba(204, 204, 204, 0.6);
}
.header_bottom ul{
    width: 100%;
    padding: 0;
}
.header_bottom .text{
    font-size: 12px;
}
.header_bottom ul li{
    display: inline-block;
    width: 22%;
}
.header_bottom ul li span{
    display: block;
}
.iconlist{
    padding: 20px 0;
    border-bottom: 5px solid #f0f0f0;
    background-color: #fff;
}
.iconlist ul{
    padding: 0;
}
.iconlist ul li{
    display: inline-block;
    width: 32%;
    text-align: center;
}
.iconlist img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: 0;
}
.iconname{
    color: #616161;
    font-size: 14px;
    padding-top: 5px;
}
.menulist ul{
    margin: 10px 0;
}
.menulist a{
    background-color: #fff;
    display:block;
    height: 45px;
    line-height: 45px;
    margin-top: 1px;
}
.menulist li{
     /*border-bottom: 1px solid #e2e2e2;*/
     margin-left: 30px;
 }
.menulist li img{
    width: 30px;
}
.menulist li i{
    line-height: 45px;
    padding-right: 5%;
    color: #cecece;
}
.menulist span{
    padding: 0 8%;
    color: #3f3f3f;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.menulist a:hover,.menulist a:visited,.menulist a:active{
    text-decoration: none;
}
.news{
    position: relative;
    display: inline-block;
}
.new_tip{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: red;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top:0px;
    right: 0px;
    color: #fff;
    line-height:14px;
}
.tab{background: #fff;position: fixed;bottom: 0;width: 100%;text-align: center;border-top: 1px solid #d9d9d9;}
.tab .tab_item{display: inline-block;padding:5px 0;width: 31%;text-align: center;color: #858585;font-size: 14px;}
.tab img{display: block;text-align: center;margin: 0 auto;width: 28px;}
.tab .active{color:#fd7601;}
.mylabelList{
    clear: both;
    display: block;
    color: #837f7f;
}
.mylabel{
    background: #fc8833;
    color: #fff;
    padding: 1px 6px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
}
input[name='sign']{
    width: 70%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}