﻿/*
#container{
    -webkit-column-width:354px; 
    -moz-column-width:354px; 
    -o-column-width:354px; 
    -ms-column-width:354px; 
    column-width:354px;
}
#container>div{
    width:354px; 
    overflow:auto; 
}
*/


.profile-activity img{
	max-width:50px;
}
#container{
    -webkit-column-width:100%; /*Safari and Chrome*/
    -moz-column-width:100%; /*Firefox*/
    -o-column-width:100%; /*Opera*/
    -ms-column-width:100%; /*IE*/
    column-width:100%;
}
#container>div{
    width:50%; /*宽度根据实际情况调节，应与上面一致*/
    overflow:auto; /*防止内容溢出导致布局错位*/
}

.user-info{
	max-width:30px;
}

.footer1{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #fff;
    padding: 0px 0;
}

 .footer1 a {

 z-index:10000;
 
}

.footer2{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /*color: #fff;*/
    padding: 0px 0;
}

 .footer2 a {

 z-index:10000;
 
}