#page{
	padding: 25px 0;
}
.profile{
	padding:60px 100px;
	background: #fff;
	border: 1px solid #d3d3d3;
    /*border-width: 0 1px 1px;*/
}
.top{
	position: relative;
	margin-bottom: 40px;
}
.top label{
	line-height: 21px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
.n{
	margin:0;
}
.n span{
	vertical-align: middle;
}
.avatar-wrap{
	position: absolute;
    left: 0;
    top: 0;
}
.avatar-wrap img{
    display: block;
    padding: 3px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    width: 180px;
    height: 180px;
}
.display_name{
	font-size: 22px;
	line-height: 30px;
	margin:0;
	font-weight: 700;
}
.gender-female{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-gender-female.png);
}
.gender-male{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-gender-male.png);
}
.gender-hide{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-gender-hide.png);
}
.gender{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
}
.details{
	padding-left: 220px;
}
.details .main{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.account-setting-btn-wrap{
	position: absolute;
	right: 0;
	top: 0;
}
.account-setting-btn{
	display: block;
	padding:0 20px 0 20px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	color: #212121;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}
.account-setting-btn-wrap:hover .account-setting-btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.count-box{
	margin-bottom: 10px;
	float: left;
	padding:0 20px;
	border-left: 1px solid #ddd;
}
.count-box a{
	color: #666
}
.count-box a:hover{
	color: #0c73c2
}
.count-box strong{
	font-size: 24px;
	margin-right: 5px;
}
.count-box:first-of-type{
	padding-left: 0;
	border-left: none;
}
.message-wrap p{
	font-size: 14px;
	color: #666;
}
.social-wrap .i-qq{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-social-qq.png);
}
.social-wrap .i-weibo{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-social-weibo.png);
}
.social-wrap .i-wechat{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-social-wechat.png);
}
.social-wrap .i-dingding{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-social-dingding.png);
}
.social-wrap .i-mobile{
	background: url(//www.51cube.com/wp-content/uploads/2020/01/icon-social-mobile.png);
}
.social-wrap .i-weibo a{
	display: block;
	height: 100%;
}
.social-wrap .i{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: cover;
}
.b-title{
	margin:0;
	padding:0;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #008cd6;
}
.b-title strong{
	font-size: 18px;
    line-height: 38px;
    color: #333;
}
.b-title  span{
	font-size: 12px;
	color: #666;
	line-height: 38px;
	margin-left: 10px;
}
.b-title span.back{
	float: right;
}
.comment-wrap ul{
	padding:15px 0;
	list-style: none;
	margin:0;
}
.comment-wrap ul li{
	list-style: none;
}
.wrap{
	border: 1px solid #e2e2e2;
}
.comment-box{
	padding:15px 40px;
}
.comment-box a{
	display: block;
}
.comment-box a[href]:hover{
	color: #2786ed;
}
.cmt-head{
	float: left;
}
.cmt-head .avatar img{
	padding: 2px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    width: 50px;
    height: 50px;
}
.cmt-wrap{
	padding-left: 66px;
}
.cmt-wrap .user-display-name{
	height: 26px;
    line-height: 26px;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cmt-wrap .user-comment-time{
	height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 12px;
    display: inline;
}
.cmt-wrap .cont{
	margin-bottom: 10px;
    width: 100%;
    height: auto;
    line-height: 26px;
    color: #444;
    font-size: 15px;
    overflow: hidden;
}
.cmt-wrap .post-title{
	padding:0 15px;
    line-height: 36px;
    color: #6f9cc8;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f8f8f8;
}
.pag-wrap{
	padding:10px 0 40px;
}
.pag{
	text-align: center;
}
.pag a,.pag span{
	display: inline-block;
    padding: 5px 8px;
    margin-left: 5px;
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    box-shadow: none;
    transition: none;
    text-decoration: none;
    font-size:12px;
}
.pag a:hover,.pag span.current{
    color: #fff;
    background: #00a5e0;
    border-color: #00a5e0;
    transition: none;
}
.see-all{
	margin:10px 0 0;
	font-size: 12px;
	text-align: right;
}
.no-comment{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding:60px 0;
}
@media (max-width: 991px){
	.profile{
		padding:45px 60px;
	}
}
@media(max-width: 767px){
	#page{
		padding: 0;
	}
	.profile{
		border-top:0;
		border-left:0;
		border-right: 0;
		padding:6vw 4vw;
	}
	.avatar-wrap{
		position: static;
		margin-bottom: 4vw;
	}
	.avatar-wrap img{
		border-radius: 50%;
		margin:0 auto;
		width: 25vw;
		height: 25vw;
	}
	.details{
		padding-left: 0;
	}
	.details .main{
		padding-bottom: 2vw;
		margin-bottom: 2vw;
	}
	.display_name{
		font-size: 4.5vw;
		line-height: 5.6vw;
	}
	.account-setting-btn{
		padding:0 2vw;
		font-size: 2.5vw;
		height: 5.6vw;
		line-height: 5.6vw;
	}
	.gender{
		width: 5.6vw;
		height: 5.6vw;
		background-size: 6.5vw 6.5vw;
	}
	.top{
		margin-bottom: 4vw;
	}
	.b-title{
		height: 30px;
		line-height: 30px;
	}
	.b-title strong{
		font-size: 16px;
		line-height: 30px;
	}
	.b-title span{
		line-height: 30px;
	}
	.comment-wrap ul{
		padding:5px 0;
	}
	.comment-box{
		padding:5px 10px;
	}
	.cmt-head .avatar img{
		width: 35px;
		height: 35px;
	}
	.cmt-wrap{
		padding-left: 44px;
	}
	.cmt-wrap .user-display-name{
		font-size: 14px;
		line-height: 20px;
		height: 20px;
	}
	.cmt-wrap .user-comment-time{
		height: 16px;
		line-height: 16px;
		display: block;
	}
	.cmt-wrap .cont{
		margin-top: 5px;
		font-size: 13px;
	}
	.cmt-wrap .post-title{
		padding:0 10px;
		line-height: 28px;
		font-size: 12px;
	}
	.pag a, .pag span{
		font-size: 3.5vw;
	}
}













