@charset "utf-8";

.public-sty {
	background: #fafafa;
	border-radius: 4px;
}

.box-head {
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #eee;
	height: 45px;
	line-height: 44px;
}

.box-head.need-scroll {
	margin-bottom: 15px;
}

.activity-list-box {
	padding: 0 20px 20px;
}

.account-info {
	padding: 15px;
}

.account-info .logged {
	padding: 0 15px;
	margin-bottom: -15px;
}

.account-info .logged .avatar-info {
	margin-right: 30px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.account-info .logged .avatar-info>img {
	display: block;
	cursor: pointer;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
}

.account-info .logged .avatar-info .act-name {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
	word-break: break-all;
	padding-top: 8px;
	color: #303030;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.account-info .logged .info-list table {
	width: 100%;
}

.account-info .logged .info-list td {
	padding-bottom: 15px;
}

.account-info .not-logged {
	text-align: center;
}

.account-info .not-logged .fun-key {
	color: #ccc;
	padding: 10px 0;
}

.account-info .not-logged .fun-key a {
	color: #4977fc;
}

.account-info .not-logged .tips {
	color: #ccc;
	font-size: 14px;
}

.publish>button {
	cursor: pointer;
	width: 100%;
	height: 52px;
	background: #31a66b;
	border-radius: 4px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.publish>button .icon {
	color: #fff;
	font-size: 1.5em;
	vertical-align: -0.2em;
}

.sns-model {
	width: 100%;
	padding-bottom: 10px;
	background: #fafafa;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sns-model .m-item {
	/* 宽度 */
	color: #666;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding: 10px 5px 0;
	border-radius: 4px;
	box-sizing: border-box;
	width: 24%; /* 宽度 */
	margin: 0px 10px 0;
}

.sns-model .m-item:hover {
	background-color: #eee;
}

.sns-model .m-item>div {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/iright/model-icon.png);
	background-size: 32px;
}
.sns-model .m-item>div.icon-download{
	background-image: url(/uploads/image/iright/icon-download.png);
}
.sns-model .m-item>div.icon-egg{
	background-image: url(/uploads/image/iright/qysy.png);
}
.sns-model .m-item>div.icon-word{
	background-image: url(/uploads/image/iright/xxzx.png);
}
.sns-model .m-item>div.icon-app{
	background-image: url(/uploads/image/iright/zlzx.png);
}
.sns-model .m-item>div.m-icon-yb {
	background-position: 0px 0px;
}

/*.sns-model .m-item>div.m-icon-app {
	background-position: 0px -48px;
}*/

.sns-model .m-item>div.m-icon-console {
	background-position: 0px -96px;
}

/*.sns-model .m-item>div.m-icon-download {*/
/*	background-position: 0px -144px;*/
/*}*/

/*.sns-model .m-item>div.m-icon-word {
	background-position: 0px -192px;
}*/

.sns-model .m-item>div.m-icon-video {
	background-position: 0px -240px;
}

.sns-model .m-item>div.m-icon-activity {
	background-position: 0px -288px;
}

.sns-model .m-item>div.m-icon-goddess {
	background-position: 0px -336px;
}

/*.sns-model .m-item>div.m-icon-egg {
	background-position: 0px -384px;
}*/

.sns-model .m-item>span {
	display: block;
	text-align: center;
	line-height: 32px;
}

#activitybox {
	height: 90px;
	overflow: hidden;
}

.activity-list {
	overflow: hidden;
}

.activity-list>li {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity-list>li>.icon {
	padding-right: 8px;
}

#timelinebox {
	height: 150px;
	overflow: hidden;
}

.activity-timeline-list {
	background: url(/uploads/image/iright/line.png) repeat-y 3px;
	overflow: hidden;
}

.activity-timeline-list>li {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding-bottom: 10px;
}

.activity-timeline-list>li>.icon {
	margin-left: -3.5px;
	margin-top: 3px;
}

.activity-timeline-list>li .act-date {
	width: 112px;
	font-size: 12px;
	color: #999;
}

.activity-timeline-list>li .act-tit {
	cursor: pointer;
	line-height: 20px;
	width: calc(100% - 125px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.activity-timeline-list>li .act-tit .status-icon {
	display: inline-block;
	background-color: #31a66b;
	padding: 0 2px;
	color: #fff;
	font-size: 12px;
	transform: scale(0.8);
}

.activity-timeline-list>li .act-tit .status-icon::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translatey(-50%);
	width: 0;
	height: 0;
	border: 4px solid #fff;
	border-right-color: #31a66b;
}

.recommend-app {
	padding-top: 9px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.recommend-app .recommend-item {
	flex: 0 1 calc(31%);
	/* 宽度 */
	text-align: center;
	margin-left: 20px;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 3px;
	border-radius: 4px;
}

.recommend-app .recommend-item:hover {
	background-color: #eee;
}

.recommend-app .recommend-item:first-of-type {
	margin-left: 0;
}

.recommend-app .recommend-item .img-box {
	width: 90px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 8px;
}

.recommend-app .recommend-item .img-box img {
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.recommend-app .recommend-item .img-box {
		height: 78px;
	}
}

@media screen and (max-width: 978px) {
	.recommend-app .recommend-item .img-box {
		height: 56px;
	}
}

@media screen and (max-width: 768px) {
	.recommend-app .recommend-item .img-box {
		height: 140px;
	}
}

.recommend-app .recommend-item>div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.latest-act-box {
	padding-top: 20px;
}

.exp-list {
	padding-top: 20px;
}

.exp-list>li {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	display: block;
	padding-bottom: 12px;
}

.exp-list>li.top-three .serial-num {
	background-color: #ffa027;
}

.exp-list>li .serial-num {
	width: 20px;
	text-align: center;
	color: #fff;
	background-color: #3296fa;
	margin-right: 8px;
}

.exp-list>li .avatar-img {
	margin-right: 5px;
}

.exp-list>li .avatar-img>img {
	display: block;
	width: 20px;
}

.exp-list>li .account-name {
	color: #666;
	width: calc(100% - 75px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.exp-list>li .exp-ranking>.icon {
	font-size: 16px;
}

.suggestions {
	padding-top: 20px;
}

.suggestions>button {
	width: 100%;
	height: 52px;
	background: #f23b3c;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.suggestions .out-link {
	padding-top: 20px;
	text-align: center;
}

.contact-us {
	padding-top: 10px;
}

.contact-us>img {
	width: 100%;
}

.recent-hot>li {
	padding-top: 20px;
	height: 24px;
	line-height: 24px;
}

.recent-hot>li img {
	float: left;
	width: 22px;
	margin-right: 10px;
}

.recent-hot>li .hot-tit {
	color: #666;
	width: calc(100% - 35px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.act-tit {
	cursor: pointer;
	line-height: 20px;
	width: calc(100% - 125px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative; . status-icon { display : inline-block;
	background-color: #31a66b;
	padding: 0 2px;
	color: #fff;
	font-size: 12px;
	transform: scale(.8); &:: before { content : '';
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translatey(-50%);
	width: 0;
	height: 0;
	border: 4px solid #fff;
	border-right-color: #31a66b;
}
}
}