.image img, .info h6 a, .info h6 span, .item-position-home .author .com-author-name {
	transition: all .3s ease
}
.image, .play-icon {
	display: flex;
	align-items: center;
	justify-content: center
}
.info h6 a:active, .info h6 a:hover, .info h6 span:active, .info h6 span:hover, .item-position-home .author .com-author-name:active, .item-position-home .author .com-author-name:hover {
	color: #f96203
}
.info h6 a:active, .info h6 span:active, .item-position-home .author .com-author-name:active {
	transition: none
}
.info h6 a, .info h6 span, .item-position-home .author .com-author-name {
	color: #303030
}
.video-item {
	position: relative;
	display: flex;
	flex-direction: column
}
.image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer
}
.img_title {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 60px;
	color: #fff;
}
.image:hover img {
	transform: scale(1.2)
}
.image img {
	display: block;
	width: 100%;
	border-radius: 3px
}
/* .image:after {
	content: "合辑";
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 4px 5px 3px;
	background: rgba(0,0,0,.6);
	border-radius: 2px;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	pointer-events: none
}*/
.article-related-panel {
	box-sizing: border-box;
	width: 100%;
	padding: 19px 20px 17px 21px;
	background: #fff;
	border: 1px solid #eaeeef;
	border-radius: 4px;
	margin-bottom: 15px;
}
.related-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}
.related-header h3 {
	position: relative;
	height: 38px;
	line-height: 38px;
	text-indent: 12px;
	font-size: 18px;
	font-weight: 500;
	color: #303030
}
.related-header h3:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 20px;
	background: #f96203;
	border-radius: 4px;
	pointer-events: none
}
.ppt-item .cover {
 width:100%;
 height:150px;
 margin-bottom:10px;
 border-radius:4px;
 overflow:hidden;
 cursor:pointer
}
.ppt-item .cover img {
 height:100%;
 object-fit:cover;
 -o-object-position:top center;
 object-position:top center;
}
.ppt-item .ppt-icon {
	flex: 52px 0 0;
	height: 68px;
	margin-right: 15px
}
.ppt-item .ppt-icon img {
	width: 100%;
	height: 100%
}
.ppt-item .ppt-name {
	max-height: 72px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	cursor: pointer;
	margin-top: 15px;
}
.ppt-item .author-list {
	margin: 5px 0 11px
}
.ppt-item .author-list .author {
	line-height: 17px;
	font-size: 14px;
	font-weight: 500;
	color: #828a92
}
.ppt-item .action {
	display: flex
}
.ppt-item .ppt-download-btn {
	min-width: 65px;
	height: 22px;
	padding: 0 8px 0 9px;
	border-radius: 3px;
	line-height: 22px;
	font-size: 12px
}
.ppt-item .ppt-download-btn:hover {
	background: #f96203;
	color: #fff
}
.ppt-item .ppt-download-btn {
	background: #f96203;
	color: #fff;
	opacity: .6
}
.ppt-item .downloading {
	margin-right: 2px
}
.module-ppt .more .iconfont {
	transition: all .3s ease
}
.module-ppt ul {
	margin-top: 10px
}
.module-ppt .ppt-list-item {
	padding: 16px 0 20px;
	border-bottom: 1px solid #f1f2f3
}
.module-ppt .ppt-list-item:first-child {
	padding-top: 6px
}
.module-ppt .ppt-list-item:last-child {
	padding-bottom: 10px;
	border: none
}
.module-ppt .image-wrap {
	width: 100%;
	height: 125px;
	overflow: hidden
}
.module-ppt .image-wrap img {
	float: left;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.module-ppt .more {
	position: relative;
	bottom: 9px
}
.module-ppt .more .iconfont, .module-ppt .more {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #828a92;
	cursor: pointer
}
.module-ppt .more:hover .iconfont, .module-ppt .more:hover {
	color: #f96203
}
.play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	background: hsla(0,0%,100%,.65);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none
}
.play-icon .iconfont {
	color: #f96203;
}
.video-duration {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 4px 5px;
	background: rgba(0,0,0,.6);
	border-radius: 2px;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	pointer-events: none
}
.info {
	display: flex;
	flex-direction: column
}
.info h6 {
	font-size: 16px;
	font-weight: 500
}
.info h6 a, .info h6 span {
	word-break: break-all
}
.editor-wrapper {
	display: flex
}
.author {
	position: relative;
	height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer
}
.author:before {
	content: ", "
}
.author:first-child:before {
	content: " "
}
.author .com-author-name {
	color: #828a92
}
.intro {
	height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #828a92
}
.publish-time {
	position: relative;
	padding-left: 14px;
	cursor: auto
}
.publish-time:before {
	position: absolute;
	top: 7px;
	left: 4px;
	content: "";
	width: 2px;
	height: 2px;
	background: #828a92;
	border-radius: 50%
}


.ppt-list-item:first-child {
    padding-top: 6px;
}
.author {
	cursor: auto
}
.item-position-home {
	width: 208px
}
.item-position-home .image {
	background: #eaeaea
}
.item-position-home .image, .item-position-home .info {
	width: 100%
}
.item-position-home .image img {
	height: 117px;
	-o-object-fit: cover;
	object-fit: cover
}
.item-position-home .image img.placeholder-image {
	width: auto
}
.item-position-home .play-icon {
	width: 40px;
	height: 40px
}
.item-position-home .play-icon .iconfont {
	margin-left: 4px;
	font-size: 16px
}
.item-position-home .info {
	margin-top: 12px
}
.item-position-home .info h6 {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.item-position-home .author {
	color: #828a92
}
.item-position-home .editor-wrapper {
	padding-top: 8px
}
.item-position-list {
	overflow: hidden;
	width: 267px;
	height: 206px;
	margin: 0 10px 20px;
	background: #f8f9fa;
	border-radius: 4px
}
.item-position-list .image img {
	height: 230px
}
.item-position-list .image {
	background: #eaeaea;
	border-radius: 0
}
.item-position-list .image:hover {
	box-shadow: 0 3px 8px 1px rgba(187,186,186,.69)
}
.item-position-list .image, .item-position-list .info {
	width: 100%
}
.item-position-list .image img {
	height: 150px;
	border-radius: 0;
	-o-object-fit: cover;
	object-fit: cover
}
.item-position-list .image img.placeholder-image {
	width: auto
}
.item-position-list .play-icon {
	width: 44px;
	height: 44px;
	z-index: 2;
}
.item-position-list .play-icon .iconfont {
	margin-left: 4px;
	font-size: 18px
}
.item-position-list .info {
	margin-top: 12px
}
.item-position-list .info h6 {
	height: 28px;
	padding: 0 12px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.item-position-list .author {
	color: #828a92
}
.item-position-list .editor-wrapper {
	padding: 4px 12px 0
}
.item-position-list .info {
	margin-top: 17px
}
.item-position-list .info h6 {
	padding: 0 10px
}
.item-position-list .editor-wrapper {
	padding: 7px 10px 0;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	line-height: 17px;
	color: #f96203;
	font-size: 12px;
	display: none;
}
.item-position-list .editor-wrapper .iconfont {
	position: relative;
	top: 1px;
	left: 2px;
	margin-right: 4px;
	line-height: 1;
	font-size: 16px;
	font-weight: 100;
}
.item-position-list .editor-wrapper .com-topic-title::after {
	content: ", ";
	display: inline-block;
	padding: 0 6px 0 3px;
	font-size: 16px;
}
.item-position-list .editor-wrapper .com-topic-title:last-child:after {
	content: "";
}
.item-position-sidebar {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0 0 16px;
	border: none
}
.item-position-sidebar:last-child {
	margin: 0
}
.item-position-sidebar .image {
	flex: 113px 0 0;
	height: 64px;
	margin-right: 12px;
	background: #eaeaea
}
.item-position-sidebar .image img {
	height: 64px;
	border-radius: 3px;
	-o-object-fit: cover;
	object-fit: cover
}
.item-position-sidebar .image img.placeholder-image {
	width: auto
}
.item-position-sidebar .play-icon {
	width: 20px;
	height: 20px
}
.item-position-sidebar .play-icon .iconfont {
	margin-left: 2px;
	font-size: 12px;
	transform: scale(.8)
}
.item-position-sidebar .info {
	flex: 1
}
.item-position-sidebar .info h6 {
	height: 42px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px
}
.item-position-sidebar .author {
	color: #828a92
}
.item-position-sidebar .editor-wrapper {
	padding-top: 2px
}

@media screen and (max-width:768px) {
.item-position-list {
	overflow: hidden;
	flex-direction: row-reverse;
	width: auto;
	height: 76px;
	padding: 16px 0;
	margin: 0 20px;
	background: #fff;
	border-bottom: 1px solid #eaeeef;
	border-radius: 0
}
.item-position-list {
	width: auto;
	height: 76px
}
.item-position-list .image img {
	height: 76px
}
.item-position-list .image {
	width: 135px;
	height: 76px;
	margin-left: 16px;
	background: #eaeaea;
	border-radius: 4px
}
.item-position-list .image:hover {
	box-shadow: none
}
.item-position-list .image img {
	height: 76px;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover
}
.item-position-list .image img.placeholder-image {
	width: auto
}
.item-position-list .play-icon {
	width: 35px;
	height: 35px
}
.item-position-list .play-icon .iconfont {
	margin-left: 4px;
	font-size: 16px
}
.item-position-list .info {
	flex: 1;
	margin-top: 0
}
.item-position-list .info h6 {
	position: relative;
	top: -3px;
	padding: 0
}
.item-position-list .author {
	color: #828a92
}
.item-position-list .editor-wrapper {
	padding: 8px 0 0
}
}
.lead-author .mood, .lead-author .nick-name {
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis
}
.lead-author {
	flex: 306px 0 0;
	border: 1px solid #f0f1f3;
	border-radius: 3px
}
.lead-author .author-info {
	display: flex;
	align-items: center;
	height: 105px;
	padding: 20px;
	border-bottom: 1px solid #f0f1f3
}
.lead-author .avatar {
	cursor: pointer
}
.lead-author .author-profile {
	overflow: hidden;
	flex: 1;
	height: 55px;
	margin-left: 10px
}
.lead-author .name-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-right: 1px
}
.lead-author .nick-name {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	color: #303030;
	cursor: pointer
}
.lead-author .nick-name:hover {
	color: #f96203
}
.lead-author .mood {
	padding-top: 9px;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #828a92
}
.lead-author {
	flex-shrink: 0;
	height: 780px;
	padding: 0 7px 0 5px;
	border-radius: 3px;
	font-size: 14px;
	transform: translate(-1px, 1px);
	margin-bottom: 15px;
}
.lead-author .iconfont {
	position: relative;
	left: 2px;
	font-size: 14px
}
.lead-author {
	background: #fff;
	color: #828a92
}
.lead-author :hover {
	color: #303030
}
.sidebar-album-list {
	padding-top: 18px
}
.sidebar-album-list h3 {
	position: relative;
	padding-left: 10px;
	margin: 0 19px;
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	color: #303030
}
.sidebar-album-list h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 4px;
	height: 18px;
	background: #f96203;
	border-radius: 4px
}
.sidebar-album-list ul {
	padding: 10px 0 19px
}
.sidebar-album-list ul li {
	padding: 8px 19px;
	margin-bottom: 0
}
.sidebar-album-list ul li:hover {
	background: #f8f9fa
}
.sidebar-album-list ul li .info h6 {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.sidebar-album-list ul li .info .editor-wrapper .intro {
	height: 30px;
	line-height: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.nav-menu ul {
	display: flex;
	align-items: center;
	justify-content: center
}
.nav-menu {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-bottom: 2px solid #f8f8f8
}
.nav-menu ul {
	float: left;
	justify-content: flex-start;
	flex-wrap: nowrap;
	height: 39px
}
.nav-menu ul li {
	margin: 0 20px;
	word-break: keep-all;
	white-space: nowrap
}
.nav-menu ul li a, .nav-menu ul li span {
	font-size: 14px;
	font-weight: 400;
	color: #303030
}
.nav-menu ul li .selected {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #f96203
}
.loading-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0
}
.page-album-info {
	background: #fff!important
}
.page-album-info .layout-content {
	width: 1200px
}
.page-wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 32px
}
.album-content {
	flex: 841px 0 0
}
.album-sidebar {
	flex: 306px 0 0;
	max-width: 306px
}
.album-info {
	display: flex;
	justify-content: space-between
}
.info-image {
	overflow: hidden;
	width: 404px;
	height: 230px;
	border-radius: 4px
}
.info-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.album-intro {
	position: relative;
	flex: 1;
	margin-left: 20px
}
.album-intro h1 {
	position: relative;
	top: -4px;
	line-height: 36px;
	font-size: 28px;
	font-weight: 500;
	color: #303030
}
.album-intro .authors {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #828a92
}
.album-intro .desc {
	position: relative;
	max-height: 150px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #4a4a4a
}
.album-intro .desc.short {
	max-height: 48px
}
.album-intro .desc.open {
	max-height: 500px
}
.album-intro .more {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	line-height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #828a92;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.album-intro .more:before {
	display: inline-block;
	content: "...";
	background-image: linear-gradient(90deg, hsla(0,0%,100%,0) 10%, #fff 50%);
	text-align: right;
	color: #4a4a4a
}
.album-intro .more.open {
	position: static;
	display: block
}
.album-intro .more.open .iconfont {
	display: inline-block;
	transform: rotate(180deg)
}
.album-intro .more.open:before {
	display: none
}
.album-intro .operation {
	display: flex;
	align-items: flex-end;
	margin: 10px 0 18px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #828a92
}
.album-intro .operation-btn {
	position: relative;
	margin-right: 24px;
	color: #828a92;
	cursor: pointer;
	transition: all .4s linear
}
.album-intro .operation-btn:hover {
	color: #303030
}
.album-intro .favorite-btn {
	position: relative;
	top: 1px
}
.album-intro .favorite-btn .iconfont {
	position: relative;
	left: 2px;
	line-height: 16px;
	font-size: 15px
}
.album-intro .favorite-btn.favorite .iconfont {
	color: #f3b42c
}
.album-intro .horde {
	margin-right: 0
}
.album-intro .horde .iconfont {
	font-size: 14px
}
.album-intro .date {
	flex: 1;
	text-align: right
}
.album-inner {
	padding-top: 34px
}
.album-inner h3 {
	padding-bottom: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeeef;
	line-height: 1;
	font-size: 24px;
	font-weight: 500;
	color: #303030
}
.album-inner h3 sub {
	position: relative;
	bottom: -2px;
	margin-left: 4px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #828a92
}
.video-list {
	margin: 0 -10px
}
.video-list .list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0
}
.wap-desc-modal .header {
	line-height: 24px;
	font-size: 18px;
	font-weight: 600
}
.wap-desc-modal .main {
	line-height: 24px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #828a92
}
.wap-desc-modal {
	width: 74px;
	height: 36px;
	font-size: 16px
}
 @media screen and (max-width:768px) {
.page-album-info .layout-content {
	width: 100%
}
.album-info h1 {
	color: #fff
}
.video-list {
	margin: 0 -10px
}
.video-list .list {
	display: flex;
	flex-direction: column
}
.video-list .list .play-icon {
	width: 34px;
	height: 34px
}
.video-list .list .play-icon .iconfont {
	transform: scale(.8)
}
.video-list .list .video-duration {
	display: none
}
.page-wrapper {
	padding-top: 0
}
.album-content {
	flex: 1
}
.album-info {
	position: relative
}
.info-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 0
}
.info-image:before {
	content: "合辑";
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 20px;
	padding: 5px 5px 3px;
	background: rgba(0,0,0,.6);
	border-radius: 2px;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	pointer-events: none
}
.info-image img {
	height: auto
}
.album-intro {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 46px;
	padding: 15px 20px;
	margin-left: 0;
	background: rgba(0,0,0,.6);
	color: #fff
}
.album-intro h1 {
	top: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.album-intro .authors {
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #fff
}
.album-intro .com-author-name, .album-intro .com-author-name:hover {
	color: #fff
}
.album-intro .wap-desc {
	position: absolute;
	right: 20px;
	bottom: 15px;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #fff
}
.album-intro .wap-desc .iconfont {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: -7px;
	font-size: 20px;
	transform: scale(.5)
}
.album-inner {
	position: relative;
	z-index: 1;
	padding-top: 0;
	background: #828282
}
.album-inner h3 {
	position: relative;
	top: -3px;
	height: 18px;
	padding: 20px 20px 15px;
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #eaeeef;
	border-radius: 15px 15px 0 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 500
}
.album-inner h3 sub {
	line-height: 1;
	font-size: 12px;
	font-weight: 400
}
.video-list {
	margin: -3px 0 0;
	background: #fff
}
.related-panle, .vcr-box {
	margin-bottom: 20px
}
.related-panle .more {
	position: relative;
	bottom: 9px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #828a92;
	cursor: pointer
}
.related-panle .more .iconfont {
	position: relative;
	top: -1px;
	margin-left: -6px;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #828a92;
	cursor: pointer
}
.related-panle .more:hover .iconfont, .related-panle .more:hover {
	color: #f96203
}
.related-panle ul {
	padding-top: 4px
}
.related-author .author-item {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0;
	border: none
}
.related-author .avatar-wrap {
	flex-shrink: 0;
	margin-right: 9px;
	cursor: pointer
}
.related-panle .vcr-box {
	margin-bottom: 20px;
}
.related-panle ul {
	padding-top: 4px
}
.article-related-panel ul {
	margin-top: 0px;
}
.article-related-panel .ppt-item .ppt-name {
	max-height: 72px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	cursor: pointer;
}
.article-related-panel .ppt-item .author-list {
	margin: 5px 0 2px;
}
.article-related-panel .ppt-item .author-list .author {
	line-height: 17px;
	font-size: 14px;
	font-weight: 500;
	color: #828a92;
}
.article-related-panel.ppt-item .action {
	display: flex;
}
.article-related-panel.ppt-list-item:first-child {
	padding-top: 6px;
}
.article-related-panel .ppt-list-item{
	padding: 0 0 10px;
	border-bottom: 1px solid #f1f2f3;
}