.user-header {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.user-header .banner-bg-img {
    position: relative;
    z-index: 0;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.user-header .banner-bg-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.user-header .user-data {
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    justify-content: space-around;
    margin: 0 auto;
}

.user-header .user-data .avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    background-color: #f8f8f8;
}

.user-data-list {
    width: 40%;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 500;
}

.user-data-list .item {
    width: 220px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    position: relative;
    text-align: center;
}

.user-data-list .item p:nth-child(2) {
    color: white;
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.user-info {
    position: relative;
    padding-top: 70px;
    clear: both;
    width: 100%;
    text-align: center;
}

.user-info .nickname {
    margin-top: 10px;
    font-size: 22px;
    color: #444444;
}

.user-info p.nickname span.level {
    margin: 0 5px;
}

.user-info .signature {
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    width: 50%;
    margin: 20px auto 0;
}

.user-main {

}
.articles-main,
.site-main,
.platform-main,
.programs-main,
.company-main,
.site-main-02 {
    overflow: hidden;
    position: relative;
    width: 22%;
    margin-left: 15px;
}

.company-main,
.site-main-02{
    width: calc(30% - 15px);
}

.articles-main {
    width: 40%;
    margin-left: 0;
}
.user-main .title {
    line-height: 45px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
}
.user-main ul {
    padding: 5px 15px;
}
.user-main ul li {
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.user-main ul li:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 0;
    top: 50%;
    left: 5px;
    margin-top: -3.5px;
    background-color: #000;
    position: absolute;
}

.user-main ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
}
.user-main ul li span {
    min-width: 45px;
    flex-shrink: 0;
    text-align: right;
    color: #888888;
}

.shop-main {
    align-items: center;
    overflow: hidden;
}
.shop-main .title a {
    width: 45px;
    flex-shrink: 0;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
}
.shop-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shop-item {
    width: 25%;
    display: flex;
    border: 1px solid #f8f8f8;
    border-width: 0 0 1px 1px;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 13px;
    box-sizing: border-box;
}

.shop-list .shop-item img {
    width: 80px;
    flex-shrink: 0;
}

.shop-list .shop-item .info {
    padding: 0 10px 0 15px;
    position: relative;
    font-size: 12px;
    width: 100%;
}

.shop-list .shop-item .info .a-buy {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}
.shop-list .shop-item .info p {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}
.shop-list .shop-item .info p em {
    font-size: 14px;
    font-weight: 600;
}

.sidebar-site-list {

}

.sidebar-site-list > .item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.sidebar-site-list .item:last-child{
    border-bottom: none;
}

.sidebar-site-list .item img {
    width: 78px;
}

.sidebar-site-list .item .info {
    margin-left: 15px;
}

.sidebar-site-list .item .info h3.name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sidebar-site-list .item .info .description {
    color: #999999;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.site-top-list {
    width: 100%;
}

.site-top-list .site-title {
    padding: 0 15px;
    border-bottom: 1px solid #f8f8f8;
}

.site-top-list .site-title a {
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
}

.site-top-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    border-left: 1px solid #f8f8f8;
}

.site-top-list ul li {
    width: calc(100% / 6);
    line-height: 43px;
    font-size: 12px;
    border-right: 1px solid #f8f8f8;
    margin-right: -1px;
    text-align: center;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
}

.site-top-list ul li a::after {
    display: none;
}

.site-top-list ul li .thumb {
    flex-shrink: 0;
    width: 36px;
    text-align: center;
}


.site-top-list ul li .thumb img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.site-top-list ul li a {
    width: 100%;
    text-align: left;
}

.site-top-list ul li .site_title {
    margin-right: 10px;
}


.site-top-list ul li i {
    color: #ffffff;
}