﻿body {
    font-family: "Lato", sans-serif;
}
.UserImg{
    width:35px;
    height:35px;
    border-radius:50%;
    float:left;
    overflow:hidden;
    margin-top:8px;
}
    .UserImg img {
        width: 100%;
        height: 100%;
        display:block;
    }
.UserName{
    float:left;
    margin-left:5px;
}
.ReleaseClass {
    display: block;
    width: 200px;
    height: 28px;
    border: 1px solid #ccc;
    border-left-color: #aaa;
    border-top-color: #aaa;
    background-color: #fff;
    overflow: hidden;
    text-align:center;
}
.Art_UserImg{
    width:28px;
    height:28px;
    overflow:hidden;
    border-radius:50%;
    float:left;
    margin-right:15px;
    margin-top:3px;
}
    .Art_UserImg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

.Head {
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 6px rgba(0,0,0,0.2);
}
.Head_List{
    width:50%;
    float:left;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:14px;
    font-weight:bold;
}
.Head_List img{
    width:45px;
}

.UserCenter {
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

.UserCenter_UserImg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-top: 2px;
    margin-left:10px;
}

.UserCenter_UserImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.UserCenter_UserName {
    float: left;
    margin-left: 5px;
}
.UserCenter_Point {
    width: 150px;
    height: 40px;
    float: right;
    margin-right: 10px;
    font-family: "Lato", sans-serif;
}
.topAdvice {
    border: 1px solid #ccc;
    background-color: #fafafa;
    padding: 0 10px;
    margin-bottom: 20px;
    width:960px;
    height:146px;
    overflow:hidden;
}
.li_img img {
     width: 100%; 
    /*height: 100px;*/
}

.li_img {
    width:302px;
    height: 125px;
/*    float: left;*/
    padding:0 10px;
    list-style: none;
    overflow: hidden;
    /*margin-right:20px;*/
}

.ul_img {
    width: 2090px;
    height: 126px;
    padding-top: 10px;
    margin: 0px;
    transition: all 2s;
    display:flex;
}