em, b, i {
    font-style:normal;
}
p {
    line-height:1.25em;
}
a {
    color:#000;
    text-decoration:none;
}
a:link, a:visited {
}
a:hover, a:active {
    text-decoration:none;
}
a.on:hover, a.cur:hover, .on a:hover, .cur a:hover {
    text-decoration:none;
}
img, a img {
    border:0 none;
}
ul, ol {
    list-style-type:none;
}
ul:after, ol:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
}

body .l, body .left {
    float:left;
    clear:none;
}
body .r, body .right {
    float:right;
    clear:none;
}
body .c, body .c {
    text-align:center;
}
.clear_float, .clear {
    clear:both;
    font-size:1px;
    line-height:1px;
    height:1px;
    overflow:hidden;
}
body {
	color: #333;
	background: #f7f8f9;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
.person-box {
	width: 1200px;
	margin: 16px auto;
	flex-direction: column;
}
.person-top {
	margin-bottom: 15px;
	padding: 25px 20px 35px;
	background: #fff;
}
.breadcrumb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
	line-height: 20px;
}
.breadcrumb a {
	font-size: 14px;
	color: #666666;
}
.breadcrumb span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}
.person-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.person-info .info-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.person-info .person-avatar {
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 14px;
}
.person-info .info1 {
	display: flex;
	flex-direction: column;
	margin-right: 50px;
}
.person-info .nickname, .person-info .username {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
.person-info .username {
	margin-bottom: 20px;
	font-size: 20px;
}
.person-info .level {
	width: 50px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	padding: 0 6px;
	border-radius: 4px;
	background: #cc0000;
	box-sizing: border-box;
}
.person-info .info2 {
	display: flex;
	flex-direction: column;
	margin-right: 70px;
}
.person-info .person-explain {
	font-size: 14px;
	color: #666;
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.person-info .info-r {
	flex-shrink: 0;
	width: 280px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	padding-top: 30px;
}
.person-info .contribute, .person-info .edit-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	width: 100px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	background: #cc0000;
	border-radius: 4px;
	border: none;
	outline: none;
}
.person-info .contribute .icon1, .person-info .edit-profile .icon1 {
	width: 15px;
	margin-right: 9px;
}
.person-info .follow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
	width: 90px;
	height: 30px;
	font-size: 13px;
	color: #cc0000;
	border: 1px solid #cc0000;
	border-radius: 4px;
	outline: none;
	box-sizing: border-box;
}
.person-info .cancel-follow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
	width: 90px;
	height: 30px;
	font-size: 13px;
	color: #fff;
	background: #999;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	box-sizing: border-box;
}

.content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.person-box .contentl {
	width: 760px;
	padding: 0 20px 60px;
	min-height: 500px;
	background: #fff;
	box-sizing: border-box;
}
.person-tab-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 30px 0 15px;
}
.person-tab-box .person-tab-child {
	display: flex;
    	align-items: center;
	position: relative;
	margin-right: 50px;
	padding-bottom: 13px;
	font-size: 18px;
}
.person-tab-box .person-tab-child::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	/*margin-left: -16px;*/
	width: 32px;
	height: 3px;
	background: transparent;
}
.person-tab-box .person-tab-child span {
	margin-left: 15px;
	font-size: 14px;
	color: #666;
}
.person-tab-box .person-tab-acti::after {
	content: '';
	position: absolute;
	left: 0%;
	bottom: 0;
	/*margin-left: -16px;*/
	width: 100%;
	height: 3px;
	background: #cc0000;
}
.follow-list {
	
}
.follow-list .follow-person-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 22px 0 35px;
	border-bottom: 1px solid #ccc;
}
.follow-person-info .follow-person-avatar {
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 14px;
}
.follow-person-info .follow-info1 {
	display: flex;
	flex-direction: column;
	margin-right: 50px;
}
.follow-person-info .follow-nickname {
	/*width: 110px;*/
	flex-shrink: 0;
}
.follow-person-info .follow-nickname, .follow-person-info .follow-username {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	width:168px;
}
.follow-person-info .follow-username {
	margin-bottom: 0;
	font-size: 20px;
}
.follow-person-info .follow-level {
	width: 50px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	padding: 0 6px;
	border-radius: 4px;
	background: #cc0000;
	box-sizing: border-box;
}
.follow-person-info .follow-info2 {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}
.follow-person-info .follow-info2 .follow-info2-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.follow-person-info .follow-person-explain {
	font-size: 14px;
	color: #666;
	/*width: 510px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.follow-person-info .follow-cancel-btn {
	width: 64px;
	height: 24px;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}
.works-list {
	display: flex;
	flex-direction: column;
	
}
.works-list .works-child {
	padding: 25px 0 30px;
	border-bottom: 1px solid #ccc;
}
.works-list .works-tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.works-list .works-title {
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	max-width: 710px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.works-list .hot-icon {
	margin-left: 20px;
	width: 16px;
}
.collect-list .works-tit {
	justify-content: space-between;
}
.collect-list .delete-icon {
	width: 42px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	background: #cc0000;
	border-radius: 3px;
}
.works-list .works-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.works-list .works-info span {
	margin-right: 70px;
	font-size: 14px;
	color: #666;
}
.collect-list {
	position: relative;
}
.delete-popup-box {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.delete-popup {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 270px;
	height: 150px;
	padding: 20px 14px 12px;
	background: #fff;
	border: 4px solid #ccffff;
	border-radius: 10px;
	box-shadow: 1px 6px 10px #9999cc;
	box-sizing: border-box;
}
.delete-popup .popup-tit {
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
.delete-popup .popup-tips {
	font-size: 14px;
	padding: 20px 0 30px;
}
.delete-popup .sure-btn {
	width: 42px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	background: #cc0000;
	border-radius: 3px;
}
.delete-popup .pass-btn {
        width: 42px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        border-radius: 3px;
	border: 1px solid red;
	margin-left: 15px;
}
.portfolio-list {
	display: flex;
	column-count: 3;
	flex-wrap: wrap;
	column-gap: 64px;
	padding-top: 15px;
}
.portfolio-list .portfolio-child {
	flex-shrink: 0;
	margin-bottom: 30px;
	width: 217px;
	height: 384px;
}
.portfolio-list .portfolio-img {
	display: block;
	width: 217px;
	height: 384px;
}
.reply-list .reply-child {
	position: relative;
	padding: 35px 0 30px;
	border-bottom: 1px solid #ccc;
}
.reply-list .reply-child .reply-look {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 42px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	background: #cc0000;
	border-radius: 3px;
}
.reply-list .reply-child:hover .reply-look {
	display: block;
}
.reply-list .reply-top {
	
}
.reply-list .reply-top.reply-top-l {
	max-width: 700px;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.reply-list .reply-top .reply-top-l a {
	color: #0066cc;
}
.reply-info {
	margin-top: 15px;
	padding: 16px 20px 10px;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-align: left;
	border-radius: 6px;
	background: #f7f8f9;
}
.reply-time {
	margin-top: 25px;
	font-size: 14px;
	color: #666;
}
.contentr {
	width: 420px;
	min-height: 500px;
}
.r-combox {
	margin-bottom: 20px;
	width: 100%;
	padding: 25px 20px 30px;
	background: #fff;
	box-sizing: border-box;
}
.r-comtit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.r-comtit .tit-text {
	position: relative;
	padding-bottom: 13px;
	font-size: 18px;
	font-weight: normal;
}
.r-comtit .tit-text::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #cc0000;
}
.r-comtit .tit-more {
	width: 42px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	background: #cc0000;
	border-radius: 3px;
}
.notice-text {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.hot-list {
	display: flex;
	flex-direction: column;
}
.hot-list .hot-child {
	padding: 11px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-list .hot-child:hover {
	text-decoration: none;
	color: #cc0000;
}
.perheadbox {
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}
.perheadbox img {
    display: block;
    width: 100%;
    height: 100%;
}
.rankingbox .comtit {
	float:left;
}
.ranktabbox {
	float:right;
}
.ranktaba {
	display:inline-block;
	margin-left:10px;
	width:40px;
	height:22px;
	font-size:13px;
	color:#333;
	line-height:22px;
	text-align:center;
	border-radius:11px;
}
.ranktabacti {
	color:#fff;
	background:#cc0000;
}
.rankchi {
	display:none;
}
.rankshow {
	display:block !important;
}
.ranklist {
	padding:23px 0;
}
.ranklist li>a {
	display:block;
	padding:13px 0;
}
.ranklist li>a:hover {
	text-decoration:none;
}
.rankindex {
	float:left;
	width:20px;
	height:20px;
	font-size:13px;
	color:#333;
	line-height:20px;
	text-align:center;
	font-style:italic;
	background:#cccccc;
}
.ranklist li:nth-child(1) .rankindex,.ranklist li:nth-child(2) .rankindex,.ranklist li:nth-child(3) .rankindex,.ranklist li:nth-child(4) .rankindex,.ranklist li:nth-child(5) .rankindex {
	background:#bb1312;
	color:#fff;
}
.ranklitit {
	margin-left:35px;
	font-size:16px;
	color:#555;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
	font-weight:normal;
}
.r-combox-b {
	float:left;
	margin-bottom:20px;
	width:45%;
	padding:20px 20px 20px;
	background:#fff;
	box-sizing:border-box;
	display:flex;
	/* 设置容器为flex布局 */
align-items:center;
}
.b-span {
	padding-left:15px;
}

.hot-list li {
    list-style: none;
    margin-bottom: 18px;
    margin-left: 20px;
    font-size:14px;
}
