blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,th {
	text-align: left;
	font-weight: 400
}

abbr,body,fieldset,html,iframe,img {
	border: 0
}

address,cite,dfn,em,i,var {
	font-style: normal
}[hidefocus],summary {
	outline: 0
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%
}

sub,sup {
	font-size: 83%
}

code,kbd,pre,samp {
	font-family: inherit
}

q:after,q:before {
	content: none
}

textarea {
	overflow: auto;
	resize: none
}

label,summary {
	cursor: default
}

a,button {
	cursor: pointer
}

b,em,h1,h2,h3,h4,h5,h6,strong {
	font-weight: 400
}

a,a:hover {
	text-decoration: none
}

body,button,input,keygen,legend,select,textarea {
	font: 12px/1.14 SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
	outline: 0
}

body {
	background: #fff
}

a {
	color: #222
}

a:hover {
	color: #000
}

a:visited {
	color: #222
}
  

 
.home-container {
	min-width: 1090px;
	padding-bottom: 40px
}

.home-container:before {
	content: "";
	z-index: 201
}

.home-container .fix-header,.home-container:before {
	position: fixed;
	top: -64px;
	left: 0;
	width: 100%;
	height: 64px;
	background: #fff
}

.home-container .fix-header {
	min-width: 1090px;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 16px rgba(54,56,79,.06);
	box-shadow: 0 2px 16px rgba(54,56,79,.06);
	z-index: 200;
	visibility: hidden
}

.home-container .fix-header .feed-m-nav {
	width: 530px;
	min-width: 530px;
	margin: 0 40px;
	margin-left: 20px;
	padding-bottom: 0
}

.home-container .fix-header .feed-m-nav .feed-default-nav-item,.home-container .fix-header .feed-m-nav .more-btn {
	font-size: 18px;
	font-weight: 400
}

.home-container .fix-header .feed-m-nav .feed-default-nav-item.active {
	font-weight: 500
}

.home-container .fix-header .feed-m-nav .feed-default-nav-item.active:after {
	width: 16px;
	height: 2px;
	bottom: -2px
}

.home-container .fix-header .user-icon.red {
	margin-left: 30px;
	margin-right: 14px
}

.home-container .fix-header .login-button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 16px;
	margin-left: 16px;
	position: absolute;
    right: 10px;
    top: 13px;
    z-index: 100;
}

.home-container .toutiao-header {
	min-width: 1090px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.home-container .search-container {
	width: 100%;
	min-width: 1090px;
	height: 420px;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 1
}

.home-container .main-search {
	width: 704px;
	height: 157px
}

.home-container .main-content {
	width: 1090px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 16px 16px 0;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home-container .main-content .left-container {
	width: 676px
}

.home-container .main-content .right-container {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 318px
}

.home-container .toolbar {
	bottom: 56px
}

@media screen and (min-width:1366px) {
	.home-container .fix-header .user-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media screen and (max-width:1366px) {
	.home-container .fix-header .user-list {
		right: -14px
	}

	.home-container .fix-header .user-list:before {
		left: 70px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}
}
 
 
.header-left a {
	margin-right: 36px
}
 

.radio-disabled {
	opacity: .5
}

.radio-disabled i {
	cursor: auto
}
 

.toast {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1500;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 16px;
	text-align: center;
	white-space: pre-wrap;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.8);
	border-radius: 8px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s
}

.toast.fade {
	opacity: 0
}

.feedback-wrapper .tt-modal {
	width: 410px
}

.feedback-wrapper .tt-modal .tt-modal-footer-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.feedback {
	width: 320px;
	padding: 0 20px 10px;
	font-size: 13px;
	line-height: 20px
}

.feedback,.feedback .content,.feedback .email {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.feedback .content,.feedback .email {
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	color: #5e5e5e;
	height: 18px;
	width: 300px;
	outline: none;
	background: #f2f2f5;
	padding: 5px 10px;
	resize: none
}

.feedback .content:focus,.feedback .email:focus {
	border-color: #e4413a;
	-webkit-box-shadow: 0 0 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc
}

.feedback .input-group {
	margin-bottom: 10px;
	position: relative
}

.feedback .input-group.fb-type {
	color: #333
}

.feedback .input-group.image-picker {
	margin-top: -10px
}

.feedback .label {
	margin-bottom: 5px;
	color: #333
}

.feedback .label:before {
	content: "*";
	color: #f44d4d;
	margin-right: 3px
}

.feedback .error {
	color: #e4413a
}

.header-right {
	float: right
}

.header-right a {
	margin-left: 40px
}

.common-component-wrapper .publisher-icon {
	display: inline-block;
	padding: 16px 0;
	margin-left: 40px;
	cursor: pointer;
	position: relative
}

.common-component-wrapper .publisher-icon img {
	width: 18px;
	height: 18px;
	margin-bottom: -4px
}

.common-component-wrapper .publisher-icon a {
	margin-left: 4px;
	padding: 0;
	font-size: 14px;
	line-height: 20px
}

.common-component-wrapper .user-icon {
	display: inline-block;
	padding: 13px 0;
	margin-left: 40px;
	cursor: pointer;
	position: relative
}

.common-component-wrapper .user-icon img {
	width: 26px;
	height: 26px;
	margin-bottom: -8px;
	border-radius: 50%
}

.common-component-wrapper .user-icon a {
	margin-left: 0;
	padding: 0
}

.common-component-wrapper .user-icon span {
	margin-left: 6px;
	font-size: 14px;
	line-height: 20px
}

.common-component-wrapper .hover-list {
	display: none;
	width: 108px;
	padding: 12px 0;
	margin-top: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	mix-blend-mode: normal;
	border: .5px solid #f2f2f2;
	-webkit-box-shadow: 0 10px 50px rgba(54,56,79,.11);
	box-shadow: 0 10px 50px rgba(54,56,79,.11);
	border-radius: 8px;
	position: absolute;
	top: 0;
	z-index: 100
}

.common-component-wrapper .hover-list.show {
	display: block
}

.common-component-wrapper .hover-list a {
	display: block;
	padding: 8px 25px;
	margin-left: 0;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	text-shadow: none
}

.common-component-wrapper .hover-list a:hover {
	background: #f8f8f8
}
 

.common-component-wrapper .hover-list.publish-list {
	left: -16px
}

.common-component-wrapper .hover-list.publish-list:before {
	left: 16px
}

.common-component-wrapper .hover-list.user-list {
	right: 0
}

.common-component-wrapper .hover-list.user-list:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}

.common-component-wrapper .login-button {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 4px 12px;
	background: #e70012 ;
	border-radius:24px;
	text-shadow: none
}

.common-component-wrapper .login-button:hover {
	opacity: .9
}

.common-component-wrapper .user-icon.red {
	padding: 0
}

.common-component-wrapper .user-icon.red img {
	width: 32px;
	height: 32px;
	margin: 0
}

.common-component-wrapper .user-icon.red .hover-list {
	margin-top: 42px
}
  
 

.show-monitor {
	display: inline-block
}

.feed-m-loading {
	padding-bottom: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #707070
}

.feed-m-loading .text {
	display: inline-block;
	position: relative;
	overflow: hidden;
	max-width: 128px
}

.feed-m-loading .text:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 88px;
	height: 22px;
	-webkit-animation: scan 1.2s linear infinite;
	-moz-animation: scan 1.2s linear infinite;
	animation: scan 1.2s linear infinite
}

@-webkit-keyframes scan {
	to {
		right: -100%
	}
}

@-moz-keyframes scan {
	to {
		right: -100%
	}
}

@keyframes scan {
	to {
		right: -100%
	}
}
 
 

@-webkit-keyframes refreshTips {
	to {
		top: 0;
		opacity: 1
	}
}

@-moz-keyframes refreshTips {
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes refreshTips {
	to {
		top: 0;
		opacity: 1
	}
}

.feed-card-article-wrapper {
	padding: 16px 0
}

.feed-card-article-wrapper.sticky-cell {
	padding: 16px 0 8px
}

.feed-card-article-wrapper.sticky-cell+.sticky-cell {
	padding: 8px 0 12px
}

.feed-card-article-wrapper.visited .feed-card-article-l .title,.feed-card-article-wrapper a:visited {
	color: #222
}

.feed-card-article:after {
	content: "";
	display: table;
	clear: both
}

.feed-card-article .feed-card-article-l {
	overflow: hidden
}

.feed-card-article .feed-card-article-r {
	display: none;
	float: right;
	margin-left: 20px
}

.feed-card-article .title {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	word-break: break-all
}

.feed-card-article .title:hover {
	color: #e70012 !important
}

.feed-card-article .title h1 {
	font-size: inherit;
	font-weight: inherit
}

.feed-card-article .cover-list {
	display: none;
	padding: 12px 0;
	font-size: 0
}

.feed-card-article .cover-list li {
	display: inline-block;
	margin-right: 12px
}

.feed-card-article .cover-list li:last-child {
	margin-right: 0
}

.feed-card-article.no-cover {
	padding: 4px 0
}

.feed-card-article.no-cover .title {
	margin-bottom: 8px;
	padding-right: 89px
}

.feed-card-article.single-cover {
	padding: 4px 0
}

.feed-card-article.single-cover .feed-card-article-r {
	display: block
}

.feed-card-article.single-cover .feed-card-article-l {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
	min-height: 120px
}

.feed-card-article.single-cover .feed-card-footer-cmp {
	position: absolute;
	bottom: 0;
	width: 100%
}

.feed-card-article.multi-cover .cover-list {
	display: block
}

.feed-card-footer-cmp:after {
	content: "";
	display: table;
	clear: both
}

.feed-card-footer-cmp .left-tools {
	float: left
}

.feed-card-footer-cmp .right-tools {
	float: right
}

.feed-card-footer-cmp-author {
	display: inline-block;
	margin-right: 20px
}

.feed-card-footer-cmp-author .source,.feed-card-footer-cmp-author a {
	font-size: 14px;
	line-height: 20px;
	color: #999
}

.feed-card-footer-cmp-author .source:hover,.feed-card-footer-cmp-author a:hover {
	opacity: .8
}

.feed-card-footer-cmp-author .source {
	cursor: default
}

.feed-card-footer-cmp-author .source:hover {
	opacity: 1
}

.feed-card-footer-comment-cmp {
	display: inline-block;
	margin-right: 20px
}

.feed-card-footer-comment-cmp a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #999
}

.feed-card-footer-comment-cmp a:hover {
	opacity: .8
}

.feed-card-footer-comment-cmp.style-2 a {
	position: relative;
	padding-left: 24px
}

.feed-card-footer-comment-cmp.style-2 a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/thumb_outline.png);
	background-repeat: no-repeat;
	background-position-x: 1px;
	background-position-y: 1px;
	background-size: 18px;
	/* background-color:#999;
	border-radius: 10px;
	background-repeat: no-repeat;
	 */
}

.feed-card-footer-comment-cmp.style-2 a:hover {
	opacity: .8
}

.feed-card-footer-time-cmp {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	cursor: default
}
 

.feed-card-footer-share-cmp {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer
}

.feed-card-footer-share-cmp:hover {
	opacity: .8
}

.feed-card-footer-share-cmp .inner {
	position: relative;
	padding-left: 24px
}



.feed-card-footer-share-cmp span {
	font-size: 14px;
	line-height: 20px;
	color: #999
}

.feed-card-footer-like-cmp {
	display: inline-block;
	cursor: pointer
}

.feed-card-footer-like-cmp .inner {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 20px;
	color: #999
}

.feed-card-footer-like-cmp .inner:hover {
	opacity: .8
}

.feed-card-footer-like-cmp .inner i {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../images/pljpg.jpg);	
	background-size: 18px;
	background-repeat: no-repeat;
	background-position-x: 1px;
	background-position-y: 1px;
}

.feed-card-footer-like-cmp .inner.liked {
	color: #e70012 
}



@-webkit-keyframes liked {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes liked {
	0% {
		-moz-transform: scale(0);
		transform: scale(0)
	}

	to {
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes liked {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.feed-card-footer-tag-cmp {
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #e70012 ;
	cursor: default
}

.feed-card-cover {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	/* width: 160px;
	height: 120px; */
	width: 172px;
    height: 129px;
	cursor: pointer
}

.feed-card-cover a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2
}

.feed-card-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease .1s;
	-moz-transition: all .5s ease .1s;
	transition: all .5s ease .1s;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3px;

}

.feed-card-cover img:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04)
}

.feed-card-cover .cover-num {
	position: absolute;
	right: 6px;
	bottom: 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #fff
}

.feed-card-cover .cover-num .num {
	padding: 4px 6px;
	border-radius: 4px;
	background: rgba(0,0,0,.5)
}

.feed-card-cover .cover-num .num span {
	font-weight: 500
}

.feed-card-cover .cover-num.middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	pointer-events: none
}

.feed-card-cover .cover-num.middle .num {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: 3px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	font-family: ByteNumber-Medium;
	font-size: 28px;
	font-weight: 500;
	line-height: 30px
}

.feed-card-wtt-wrapper {
	padding: 20px 0
}

.feed-card-wtt-wrapper.visited .content a {
	color: #999
}

.feed-card-wtt:after {
	content: "";
	display: table;
	clear: both
}

.feed-card-wtt .feed-card-wtt-r {
	display: none;
	float: right;
	margin-left: 20px
}

.feed-card-wtt .feed-card-wtt-footer,.feed-card-wtt .feed-card-wtt-l {
	overflow: hidden
}

.feed-card-wtt .feed-card-wtt-header {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	white-space: nowrap;
	cursor: default
}

.feed-card-wtt .feed-card-wtt-header.padding-r {
	padding-right: 85px
}

.feed-card-wtt .feed-card-wtt-header .dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	font-size: 14px;
	line-height: 20px;
	color: #505050
}

.feed-card-wtt .feed-card-wtt-header .time {
	margin-left: 8px
}

.feed-card-wtt .feed-card-wtt-header .text,.feed-card-wtt .feed-card-wtt-header .time,.feed-card-wtt .feed-card-wtt-header .user-auth-desc {
	display: inline;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #505050
}

.feed-card-wtt .feed-card-wtt-header .subscribe-wrapper {
	position: absolute;
	top: 0;
	right: 0
}

.feed-card-wtt .feed-card-wtt-user-info {
	display: inline-block
}

.feed-card-wtt .feed-card-wtt-user-info:hover span {
	color: #505050
}

.feed-card-wtt .feed-card-wtt-user-info img {
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.feed-card-wtt .feed-card-wtt-user-info span {
	margin-left: 8px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #222
}

.content {
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 84px;
	font-size: 18px;
	line-height: 28px;
	word-break: break-all;
	color: #222
}

 .content a {
	display: block
}

.content a:hover {
	color: #e70012 
}

 .content a:visited {
	color: #222
}

 .covers-list {
	margin-bottom: 12px;
	font-size: 0
}
 .covers-list li {
	display: inline-block;
	margin-right: 12px
}

.covers-list li:last-child {
	margin-right: 0
}

.feed-card-wtt.single-cover .feed-card-wtt-r {
	display: block
}

.feed-card-wtt.single-cover .feed-card-wtt-l {
	min-height: 100px
}

 .content {
	margin-bottom: 8px;
	-webkit-line-clamp: 2;
	max-height: 56px
}

 .content {
	-webkit-line-clamp: 2;
	max-height: 56px
}

.feed-card-subscribe-cmp {
	display: inline-block;
	border-radius: 15px;
	width: 56px;
	height: 28px;
	text-align: center;
	background-color: #f8f8f8;
	cursor: pointer
}

.feed-card-subscribe-cmp:hover {
	opacity: .8
}

.feed-card-subscribe-cmp.followed {
	width: 60px
}

.feed-card-subscribe-cmp.followed i {
	display: none
}

.feed-card-subscribe-cmp.followed span {
	color: #999
}

 

.feed-card-subscribe-cmp span {
	vertical-align: middle;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	color: #222
}

.feed-card-wenda-wrapper {
	padding: 20px 0
}

.feed-card-wenda-wrapper a:visited {
	color: #222
}

.feed-card-wenda-wrapper .feed-card-wenda-r {
	display: none;
	float: right;
	margin-left: 20px
}

.feed-card-wenda-wrapper .feed-card-wenda-l {
	overflow: hidden
}

.feed-card-wenda-wrapper .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #222;
	word-break: break-all
}

.feed-card-wenda-wrapper .title a:hover {
	color: #e70012 
}

.feed-card-wenda-wrapper .content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 56px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 28px;
	color: #505050;
	word-break: break-all
}

.feed-card-wenda-wrapper .content a {
	display: block
}

.feed-card-wenda-wrapper .content a:hover {
	color: #999
}

.feed-card-wenda-wrapper .cover-list {
	display: none;
	padding: 4px 0 12px;
	font-size: 0
}

.feed-card-wenda-wrapper .cover-list li {
	display: inline-block;
	margin-right: 12px
}

.feed-card-wenda-wrapper .cover-list li:last-child {
	margin-right: 0
}

.feed-card-wenda-wrapper .feed-card-wenda-footer {
	overflow: hidden
}

.feed-card-wenda.single-cover .feed-card-wenda-l {
	min-height: 100px
}

.feed-card-wenda.single-cover .feed-card-wenda-r {
	display: block;
	margin-bottom: 6px
}

.feed-card-wenda.multi-cover .cover-list {
	display: block
}

.feed-card-video-wrapper {
	padding: 20px 0
}

.feed-card-video-multi li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top
}

.feed-card-video-multi li:last-child {
	margin-right: 0
}

.feed-card-video-multi-item {
	width: 332px
}

.feed-card-video-multi-item .feed-video-item {
	width: 332px;
	height: 186px
}

.feed-card-video-multi-item .title {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 50px;
	max-height: 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	word-break: break-all;
	color: #222
}

.feed-card-video-multi-item .title:hover {
	color: #e70012 
}

.feed-card-video-multi-item .title:visited {
	color: #222
}

.feed-card-video-multi-item .title h1 {
	font-size: inherit;
	font-weight: inherit
}

.feed-card-video-multi-item .footer {
	margin-top: 12px
}

.feed-card-video-player-wrapper {
	overflow: hidden;
	border-radius: 3px;
	width: 100%;
	height: 100%
}

.feed-card-video-player-wrapper .video-placeholder {
	position: relative;
	border-radius: 4px;
	height: 100%;
	cursor: pointer
}

.feed-card-video-player-wrapper .video-placeholder:hover .cover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04)
}

.feed-card-video-player-wrapper .video-placeholder .cover {
	-webkit-transition: all .5s ease-out .1s;
	-moz-transition: all .5s ease-out .1s;
	transition: all .5s ease-out .1s;
	width: 100%;
	height: 100%;
	background: #000 no-repeat 50%;
	background-size: cover
}

.feed-card-video-player-wrapper .video-placeholder i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 48px;
	height: 48px;
}

.feed-card-video-player-wrapper .video-placeholder .duration {
	position: absolute;
	right: 6px;
	bottom: 6px;
	z-index: 1;
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #fff;
	background: rgba(0,0,0,.5)
}

.feed-card-video-single:after {
	content: "";
	display: table;
	clear: both
}

.feed-card-video-single .r-content {
	float: right;
	margin-left: 20px
}

.feed-card-video-single .r-content .feed-video-item {
	width: 172px;
	height: 129px
	/* width: 160px;
	height: 120px */
}

.feed-card-video-single .r-content .video-placeholder i {
	width: 36px;
	height: 36px;
 
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	 
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAAMFBMVEVHcEwAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAClpaXt7e1qamrQ0NA2Njb////7+/s8YEfEAAAADnRSTlMAgINFdGEoEYLB8qXckqIZUAUAAAN/SURBVGjezZq/jxJREMeX3AGWNw/23BYISryYQHISSwhBW4gX6zWcsd1L0Pq4GKMt/wB/wHVWdtefsbEy/hFLLV5Yl1+yK7vz5r03JE5NPtnv/HjMmzeWhVp+8OSsDVDsvmi6lrblB2diBCtzQHSbnh5n0HYgbnZTA3PQhx27qlXfqHJeQ7KNXqp55xTSzOkoeCrXh3QTBZeFE6qzXRbOInokdXkpB6BCIZ3KOaGf5JxzINlzaR4C0ermDlpZ0TN20No6LMIk4ujCJNk0BCVLjVy+rQZK9fe5GgfEg5QaE4ogcJKr9xUogxI/KecAsHzSBWjYffOQpQZuCFq2m0t9PZBtVGXRXPq34hqaIChwuDrB3YegbT0eZeBUYsr0Pyie3QbKAFosyuJxM1EWi9uBESgStwsz0LFpne3UWw4MbZMAWVNQT/uwTnFSwxRkc2TR0jyOLNr2E4fmoBaPrzfe7puDbCZfA7Dk9cbbaF6LcrlMze0M9oOT29m3GgF0KQmamATzYFyihQ0rkJNg7k/vvtOOWyT64tHc9/3gWi6uiEdf3IQcf0oQ5+DRFxN/SSKIc9GSXYMI4sKmJEsA+XJxPbT2/4Kk4pyWdY8Ckos7kuTjBiSN3EMiSCruGE3sCEgmrmA9JYIkkSug52MMhIuz6aBQXAkDtcmgMHJY1dJB/vRXCQEBHeTPEG1KoOlnLtD4vwN9YQLNkCpRCv/vEk8eBeMRAlIpkRpLrU3vfowwUIN+jIywOSDfwUY+ajFhAB/QC00EhAtbnNkZnr+jS+ofJC5s0SAT/7JH0r9sniYi7EZJbY1M2KKtwRot54YobHmtwar2J7X1q0qa0U8BTdiyGcVS+2oSBBRhsBj/YQ2S8/h29pXSsB/JrhAfy+Ua4YOWVwj8AkmhbC7sHLcjj/Pix3EVXc1sM1yXY/Pr+noYyTZAMPd2hXvIwjb2YRtEsY3GTJ20nddnObLIbAgdzSLOESvf0DfHpMxIW3zo/5ZHGePjAdtzhv7pVmd68qnu7xFKz93vPYvnk5JeWHWyW7g8j5mRZwOzTxIuz4MvPGN6ggZv34/iis/0VW//iwN8qwwK/pZts1DFOXXZ4sjQLIVUz8oOZUmnYe4gajZxLSBROSGpwcNBl71AZdkLWT8DtfWz0N4lOsquW+o22EEVdVb0VkuDUUxXE7OK33aNUeLjP6/Y9iAtcsWXAAAAAElFTkSuQmCC) no-repeat 50%;
		background-size: contain;
 
}

.feed-card-video-single .l-content {
	overflow: hidden
}

.feed-card-video-single .l-content .title-wrapper {
	min-height: 100px
}

.feed-card-video-single .l-content .title {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #222;
	word-break: break-all
}

.feed-card-video-single .l-content .title:hover {
	color: #e70012 
}

.feed-card-video-single .l-content .title:visited {
	color: #222
}

.feed-card-video-single .l-content .title h1 {
	font-size: inherit;
	font-weight: inherit
}
 

.home-banner-wrapper {
	position: relative;
	overflow: hidden;
	height: 420px
}

.home-banner-wrapper.ie .video-poster,.home-banner-wrapper.ie video {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3)
}

.home-banner-wrapper .home-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.home-banner-wrapper .static-img,.home-banner-wrapper .video-poster {
	width: 100%;
	height: 100%;
	background: transparent no-repeat 50%;
	background-size: cover
}

.home-banner-wrapper .video-poster {
	position: absolute;
	top: 0;
	left: 0
}

.home-banner-wrapper video {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media screen and (max-height:930px) {
	.home-banner-wrapper {
		height: 420px
	}
}

@media screen and (max-height:900px) {
	.home-banner-wrapper {
		height: 405px
	}
}

@media screen and (max-height:800px) {
	.home-banner-wrapper {
		height: 360px
	}
}

@media screen and (max-height:700px) {
	.home-banner-wrapper {
		height: 315px
	}
}

@media screen and (max-height:620px) {
	.home-banner-wrapper {
		height: 280px
	}
}

.toolbar {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 200
}

.toolbar .tool-container {
	width: 48px;
	background: #fff;
	-webkit-box-shadow: 0 2px 30px rgba(54,56,79,.08);
	box-shadow: 0 2px 30px rgba(54,56,79,.08);
	border-radius: 142px;
	-webkit-transition: height .3s cubic-bezier(.34,.69,.1,1);
	-moz-transition: height .3s cubic-bezier(.34,.69,.1,1);
	transition: height .3s cubic-bezier(.34,.69,.1,1)
}

.toolbar .tool-item {
	text-align: center;
	cursor: pointer;
	padding: 12px 0;
	position: relative
}

.toolbar .tool-item:after {
	content: "";
	width: 28px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 10px;
	bottom: 0
}

.toolbar .tool-item:last-of-type:after {
	content: none
}

.toolbar .tool-item:hover .bubble {
	visibility: visible
}

.toolbar .tool-item a {
	display: block;
	width: 100%;
	height: 100%
}

.toolbar .tool-item .icon {
	width: 24px;
	height: auto
}

.toolbar .tool-item .bubble {
	visibility: hidden;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 7px 8px;
	background: rgba(0,0,0,.8);
	border-radius: 4px;
	white-space: nowrap;
	position: absolute;
	left: -11px;
	top: 50%;
	-webkit-transform: translate(-100%,-50%);
	-moz-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%)
}

.toolbar .tool-item .bubble:after {
	content: "";
	width: 7px;
	height: 12px;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}

.toolbar .back-home a {
	height: 24px
}

.toolbar .report-item {
	padding: 16px 10px 12px
}

.toolbar .report-item img {
	width: 27px;
	height: 24px
}

.toolbar .report-item span {
	padding-top: 8px;
	color: #505050;
	display: block;
	font-size: 12px;
	line-height: 124%;
	letter-spacing: .16em
}

@media screen and (max-width:1214px) {
	.toolbar {
		display: none
	}
}

.flex-between {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.user-card {
	background: #fafafa;
	border-radius: 0px;
	margin-bottom: 36px
}

.user-card>div {
	width: 100%
}

.user-card.logged {
	padding: 16px
}

.user-card.login {
	padding-bottom: 20px;
	text-align: center
}

.user-card .user-info {
	clear: both
}

.user-card .user-info .picture {
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-filter: drop-shadow(4px 4px 20px rgba(0,0,0,.08));
	filter: drop-shadow(4px 4px 20px rgba(0,0,0,.08));
	float: left
}

.user-card .user-info .name {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #222;
	margin-left: 8px;
	margin-right: 4px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.user-card .user-info .icon-arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.user-card .user-info>div {
	height: 32px;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.user-card .user-info>div:hover .name {
	color: #505050
}
 
 
.user-card .login-info {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #505050;
	padding: 60px 0 12px;
	background-size: contain;
	background-repeat: no-repeat
}

.user-card .login-button {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	background: #e70012 ;
	border-radius: 20px;
	padding: 8px 32px
}

.user-card .login-button:hover {
	opacity: .9
}

.pane-header {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pane-header .header {
	font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
    position: relative;
    padding-left: 30px;
}

.pane-header .header img {
	width: auto;
	height: 22px;
	margin-right: 8px;
	margin-bottom:5px
}

.pane-header .right {
	cursor: pointer;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pane-header .right:hover {
	opacity: .8
}

.pane-header .right img {
	width: 16px;
	height: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.pane-header .right span {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #e70012 ;
	margin-left: 4px
}

.hot-list {
	height: 515px
}

.hot-list>div {
	width: 318px
}

.hot-list .pane-header {
	margin-bottom: 7px
}

.hot-list .article-item {
	padding: 12px 0;
	cursor: pointer;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hot-list .article-item:visited .news-title {
	color: #222
}

.hot-list .news-index {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	margin-right: 8px;
	font-family: ByteNumber-center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #999;
	text-align: center
}

.hot-list .news-index.num-1 {
	color: #a82e2e
}

.hot-list .news-index.num-2 {
	color: #e70012 
}

.hot-list .news-index.num-3 {
	color: #ff9a03
}

.hot-list .news-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.hot-list .news-title:hover {
	color: #e70012 
}

.hot-list .news-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	border-radius: 3px;
	background-size: contain
}
 

.hot-video {
	height: 675px;
	margin: 28px 0 12px
}

.hot-video>div {
	width: 318px
}

.hot-video .pane-header {
	margin-bottom: 7px
}

.hot-video .video-item {
	overflow: hidden;
	padding: 16px 0
}

.hot-video .video-item .left-img {
	display: block;
	width: 128px;
	height: 96px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 12px;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	position: relative
}

.hot-video .video-item .left-img:hover .pic {
	-webkit-transform: matrix(1.04,0,0,1.04,0,0);
	-moz-transform: matrix(1.04,0,0,1.04,0,0);
	transform: matrix(1.04,0,0,1.04,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.hot-video .video-item .left-img .pic {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .5s ease-out .1s;
	-moz-transition: all .5s ease-out .1s;
	transition: all .5s ease-out .1s
}

.hot-video .video-item .left-img .number {
	width: 26px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-bottom-right-radius: 4px;
	position: absolute;
	left: 0;
	top: 0
}

.hot-video .video-item .left-img .number.num1 {
	background: #e70012 
}

.hot-video .video-item .left-img .number.num2 {
	background: #ff7528
}

.hot-video .video-item .left-img .number.num3 {
	background: #ffbc11
}

.hot-video .video-item .left-img .number.num-other {
	background: rgba(0,0,0,.6)
}

.hot-video .video-item .left-img .duration {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	padding: 4px 6px;
	position: absolute;
	right: 6px;
	bottom: 6px
}

.hot-video .video-item .right-content {
	height: 96px;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hot-video .video-item .title {
	max-height: 44px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #222;
	cursor: pointer;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis
}

.hot-video .video-item .title:visited {
	color: #222
}

.hot-video .video-item .title:hover {
	color: #e70012 
}

.hot-video .video-item .like {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px;
	line-height: 16px;
	color: #e70012 ;
	background: #fff2f2;
	border-radius: 4px;
	padding: 4px 6px
}

.hot-video .video-item .desc {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hot-video .video-item .desc span {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.hot-video .video-item .desc a {
	color: #999;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hot-video .video-item .desc a:hover {
	opacity: .8
}
 

.footer-wrapper {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 200
}

.footer-wrapper>div {
	min-width: 1090px;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-wrapper a,.footer-wrapper span {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	padding: 12px 0;
	margin-left: 24px
}

.footer-wrapper a:first-of-type,.footer-wrapper span:first-of-type {
	margin-left: 0
}

.footer-wrapper .more {
	padding: 12px 24px;
	margin: 0;
	cursor: pointer;
	position: relative
}

.footer-wrapper .more:hover .more-link {
	display: block
}

.footer-wrapper .more .more-link {
	display: none;
	width: 92px;
	padding: 8px 0;
	margin-bottom: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	background: #fff;
	border: .5px solid #f2f2f2;
	-webkit-box-shadow: 0 -10px 50px rgba(54,56,79,.11);
	box-shadow: 0 -10px 50px rgba(54,56,79,.11);
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer-wrapper .more .more-link a {
	display: block;
	padding: 6px 21px;
	margin: 0
}

.footer-wrapper .more .more-link a:hover {
	background: #f8f8f8
}

 

@media screen and (max-width:1073px) {
	.footer-wrapper a,.footer-wrapper span {
		margin-left: 19px
	}

	.footer-wrapper .more {
		padding: 12px 20px
	}
}
.feed-card-cover .cover-num.middle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
}
.feed-card-cover .cover-num {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
}
.feed-card-cover .cover-num.middle .num {
    position: absolute;
	top: 80%;
    left: 80%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 3px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-family: ByteNumber-Medium;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
.feed-card-cover .cover-num .num {
    padding: 4px 6px;
    border-radius: 4px;
    background: rgba(0,0,0,.5);
}
.feed-card-cover .cover-num .num span {
    font-weight: 500;
}