/* 内容 */
.container {
	width: 1046px;
	margin: 0 auto;
	/*padding-top: 2px;*/
}

.user-main {
	float: left;
	width: 746px;
	margin-top: 10px;
}

.user-main .profile {
	width: 100%;
}

.user-main .profile .bg {
	height: 0;
	width: 100%;
	padding-top: 40%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0.4rem;   /* 6.47px */
}

.user-main .profile .avatar {
	width: 4.29rem;    /* 68.57px */
	height: 4.29rem;   /* 68.57px */
	left: 0.97rem;     /* 15.53px */
	bottom: 1.46rem;   /* 23.29px */
	position: absolute;
	box-shadow: 0 0 3px #fff;
}

.user-main .profile .nickname {
	color: #fff;
	left: 6.87rem;    /* 109.97px */
	bottom: 3.88rem;  /* 62.1px */
	font-size: 20px;
	position: absolute;
}

.user-main .profile .stats {
	color: #fff;
	left: 6.87rem;   /* 109.97px */
	bottom: 1.94rem; /* 31.05px */
	font-size: 12px;
	position: absolute;
}

.user-main .profile .stats span {
	margin-right: 0.73rem;   /* 11.64px */
}

.user-main .profile button.follow {
	width: 4.2rem;    /* 67.28px */
	height: 1.7rem;   /* 27.17px */
	border-radius: 3px;
	background-color: #ff9501;
	border: none;
	color: #fff;
	font-size: 13px;
	position: absolute;
	right: 0.97rem;   /* 15.53px */
	bottom: 1.62rem;  /* 25.88px */
}

.user-main .profile button.follow.unset:first-letter {
	font-size: 0;
	display: none;
}

.user-main .desc {
	font-size: 12px;
	padding: 0.65rem 0;    /* 10.35px 0 */
	margin: 0 1.42rem;     /* 0 22.64px */
	border-bottom: 1px solid #d9dadc;
}

.user-main .desc .item {
	height: 1.62rem;         /* 25.88px */
	line-height: 1.62rem;    /* 25.88px */
}

.user-main a {
	color: #000;
}

.user-main ul.nav {
	width: 100%;
	height: 48px;
	font-size: 16px;
	margin-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}

.user-main ul.nav li {
	float: left;
	width: 89px;
	height: 48px;
	line-height: 48px;
	margin-right: 129px;
	text-align: center;
}

.user-main ul.nav li a {
	display: block;
	padding: 0 7px;
}

/*.user-main ul.nav li.first {
	width: 78px !important;
	margin-right: 97px !important;
}*/

.user-main ul.nav li.last {
	margin-right: 0 !important;
}

.user-main ul.nav li.active {
	height: 49px;
	border-bottom: 3px solid #ff9900;
}

.user-main ul.nav li a:hover {
	color: #ff9900;
}

.user-main .article-list .load-tip {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.user-main .article-list .article {
	width: 100%;
	margin-top: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.user-main .article-list .article .cover {
	float: left;
	width: 180px;
	height: 120px;
	background-color: #f3f3f3;
	background-size: 42px 42px;
	background-position: center;
	background-repeat: no-repeat;
}

.user-main .article-list .article .info {
	margin-left: 200px;
}

.user-main .article-list .article .info .title {
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.user-main .article-list .article .info .abstract {
	height: 60px;
	color: #333333;
	font-size: 14px;
	margin: 6px 0 12px 0;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	line-height: 20px;
}

.user-main .article-list .article .info .cover-flat {
	width: 100%;
	padding-top: 53.38%;
	margin: 0.65rem 0;   /* 10.35px 0 */
	position: relative;
	background-color: #f3f3f3;
	background-size: 42px 42px;
	background-position: center;
	background-repeat: no-repeat;
}

.user-main .article-list .article .info .cover-flat .badge {
	right: 0.4rem;           /* 6.47px */
	bottom: 0.4rem;          /* 6.47px */
	width: 3.64rem;          /* 58.22px */
	height: 1.46rem;         /* 23.29px */
	line-height: 1.46rem;    /* 23.29px */
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 0.73rem;   /* 11.69px */
	padding-left: 1.62rem;    /* 25.88px */
	position: absolute;
	background-image: url(/static/images/icon_image_nums.png);
	background-size: 1.46rem 1.46rem;   /* 23.29px 23.29px */
	background-position: 2px 0;
	background-repeat: no-repeat;
	font-size: 10px;
}

.user-main .article-list .article .info .meta {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333333;
}

.user-main .article-list .article .info .meta .read {
	color: #999999;
}

.user-main .article-list .article .info .meta .read .icon-read {
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/static/images/icon_article_read.png);
	vertical-align: middle;
	margin-left: 14px;
	margin-right: 3px;
}

.user-main .article-list .article .info .meta .avatar {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.user-main .article-list .article .info .meta .follow {
	margin-left: 14px;
}

.user-main .article-list .article .info .meta .follow.set {
	color: #666666;
}

.user-main .article-list .article .info .meta .follow.unset {
	color: #3399cc;
}

/* 小屏适配 */

@media screen and (max-width: 1068px) {
	.user-main {
		margin-top: 0 !important;
	}
	.user-main .article-list {
		margin: 0 1.42rem;   /* 0 22.64px */
	}
	.article-list .article {
		margin-top: 1.13rem !important;      /* 18.11px */
		padding-bottom: 1.05rem !important;  /* 16.82px */
	}
	.article-list .article .cover {
		float: none !important;
		display: none !important;
	}
	.article-list .article .info {
		margin-left: 0 !important;
	}
}
