.content-container {
    padding-top: 0px;
}
@media (min-width:800px){
    .main-container, .content-container{
        width: 100%;
    }
}
.header-wrapper{
    background-color: #534540;
    color: #fff;
}
.header-block{
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0 80px 0;
    text-align: center;
}
.user-info .avatar{
    width: 6em;
    height: 6em;
    border-radius: 50%;
}
.user-info .username{
    font-size: 1.5em;
}
.tab-wrapper{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.list-tab .tab-header{
    margin-top: -50px;
    margin-bottom: 10px;
    background-color: #756a66;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.list-tab .tab-header-item{
    display: inline-block;
    width: 25%;
    line-height: 50px;
    color: #c5c9c3;
    text-align: center;
    padding: 0;
}
.list-tab .tab-header-item:hover{
    background-color: #655a56;
}
.list-tab .tab-header-item.active{
    background-color: #fff;
    color: #a69d9b;
}
.tab-list li{
    width: 48%;
    display: inline-block;
    margin: 10px 0;
}
.tab-list li:nth-child(odd){
    margin-right: 4%;
}
.tab-list li .item-wrap{
    position: relative;
    display: block;
    box-shadow: 0 0 2px #aaa;
    -webkit-box-shadow: 0 0 2px #aaa;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.tab-list li .item-wrap:hover{
    box-shadow: 0 0 6px #aaa;
    -webkit-box-shadow: 0 0 6px #aaa;
}
.tab-list li .item-wrap .img-wrap{
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 0;
    background-size: cover;
    background-color: #efefef;
}
.product-list li .item-wrap .img-wrap{
    padding-bottom: 100%;
}
.article-list li .item-wrap .img-wrap{
    padding-bottom: 60%;
}
/*.tab-list li .item-wrap .img-wrap img{
    width: 100%;
    height: auto;
}*/
.tab-list li .item-wrap .info-wrap{
    padding: 0 10px;
    line-height: 40px;
}
.tab-list li .item-wrap .info-wrap .title{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-tab .tab-body-item{
    display: none;
    padding: 10px;
}
.list-tab .tab-body-item.active{
    display: block;
}
@media (min-width: 800px){
    .tab-wrapper{
        width: 760px;
    }
    .tab-header{
        width: 760px;
    }
}
@media (max-width: 800px){
    .header-wrapper{
        font-size: 12px;
    }
    .tab-header{
        width: 100%;
    }
    .list-tab .tab-header-item{
        width: 100%;
    }
}