.postHelper {
	margin: -1px -10px 20px -15px;
	background: #D2D5DA;
	position: sticky;
	top: 0;
	z-index: 10 ;
}

.postHelper span {
	display: block;
	padding: 13px 20px;
	font-weight: bold;
	color: #535865;
	cursor: pointer;
}

.postHelper span:hover {
	background: #fff;
}

.postHead h1 {
	margin: 0;
	max-width: 85%;
}

.postHead time {
	margin-left: auto;
	padding: 6px 10px;
	background: #D2D5DA;
	color: #fff;
	font-weight: bold;
}

.origName {
	margin-bottom: 20px;
	color: #555962;
	font-size: 14px;
}

.postInfo img {
	display: block;
	width: 326px;
	height: 200px;
	object-fit: cover;
}

.desrWrap {
	height: 177px;
	margin-left: 15px;
	position: relative;
	overflow: hidden;
}

.desrWrap:after {
	background: -o-linear-gradient(top,rgba(38,38,38,0) 0,#fff 100%);
	background: linear-gradient(180deg,rgba(38,38,38,0),#fff);
	bottom: 0;
	content: "";
	height: 80px;
	left: 0;
	position: absolute;
	right: 0;
}

.desrWrap.expanded:after {
	background: none;
}

.readMore {
	margin: 10px 0 0 15px;
	color: #F26739;
	user-select: none;
	cursor: pointer;
}

.metaBox {
	margin-top: 25px;
	padding: 10px;
	background-color: #F4F4F6;
	position: relative;
}

.metaBox i {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #8F95A3;
}

.ratePost {
	width: 50%;
	border-right: 1px solid #DADADA;
}

.postRate {
	height: 36px;
	width: 200px;
	position: relative;
	opacity: 0;
	flex-wrap: wrap;
}

.rCount {
	margin-left: 3px;
	font-size: 14px;
	color: #292C33;
	font-weight: bold;
}

.postRate.done {
	opacity: 1;
}

.rateData {
	display: none;
}

.ratePlus,
.rateMinus {
	cursor: pointer;
}

.ratePlus svg {
	fill: #00b036;
}

.rateMinus svg {
	fill: #EE3442;
}

.rateBar {
	margin-top: 3px;
	height: 6px;
	overflow: hidden;
	background-color: #EE3442;
	border-radius: 3px;
	width: 100%;
}

.rateFill {
	width: 50%;
	height: 100%;
	background-color: #00b036;
}

.ratePerc {
	font-size: 14px;
	font-weight: 700;
}

.ratePerc.high {
	color: #83BF45;
}

.ratePerc.low {
	color: #EE3442;
}

.sharePost {
	margin-left: 10px;
	width: 417px;
}

.socialButtons button:not(:last-of-type) {
	margin-right: 5px;
}

button.share {
	width: 30px;
	height: 30px;
	padding: 0;
	outline: none;
	fill: #fff;
	border-radius: 3px;
}

.addFavs {
	margin-left: auto;
	background: #2B6B23;
	text-shadow: #000 0.1em 0.1em 0.1em;
	color: #fff;
}

.addFavs,
.guestFav {
	display: block;
	padding: 7.5px;
	font-weight: bold;
	cursor: pointer;
}

.addFavs a {
	display: block;
	color: #fff;
}

button.share svg {
	transition: transform .25s ease-in-out;
}

button.share:hover svg {
	transform: rotate(-12deg) scale(1.1);
}

button.share.fb {
	background: #1877F2;
	border: 1px solid #1877F2;
}

button.share.tw {
	background: #0a93e2;
	border: 1px solid #0a93e2;
}

button.share.wp {
	background: #25d366;
	border: 1px solid #25d366;
}

button.share.tg {
	background: #2aabee;
	border: 1px solid #2aabee;
}

button.share.vb {
	background: #665cac;
	border: 1px solid #665cac;
}

.postGallery,
.playerSection,
.commentSection {
	margin-top: 30px;
}

.gallery {
	width: 875px;
	overflow: scroll;
}

.postGallery i {
	display: block;
	margin-bottom: 15px;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #292C33;
}

.seoWrap,
.commHead {
	margin-bottom: 15px;
}

.seoWrap i,
.commHead i {
	display: block;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #292C33;
}

.pictureItem img {
	width: 223px;
	height: 125px;
	object-fit: cover;
	cursor: grab;
}

.pictureItem {
	line-height: 0;
	margin-right: 10px;
}

.pictureItem:last-of-type {
	margin: 0;
}

.shadow-left {
	position: relative;
}

.shadow-left:before {
	content: "";
	display: none;
	position: absolute;
	background: linear-gradient(90deg,rgba(38,38,38,0),#fff);
	top: 37px;
	right: 0;
	width: 70px;
	height: 154px;
}

.playerTabs {
	margin-bottom: 10px;
}

.player { display: none }
.player.pActive { display: block }

.plTab {
	width: 100px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	padding: 7px 10px;
	background-color: #b1b1b1;
	border: 1px solid #bcbcbc;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	border-radius: 2px;
}

.plTab.active {
	background-color: #5F9BBD;
	border: 1px solid #5F9BBD;
}

iframe {
	display: block;
	width: 100%;
	height: 492px;
}

.playerF {
	height: 400px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
}

.playerF:after {
	content: "";
	position: absolute;
	display: block;
	background: #000000ba;
	backdrop-filter: blur(4px);
	inset: 0;
}

.playB {
	width: 0;
	height: 0;
	border-top: 37px solid transparent;
	border-bottom: 37px solid transparent;
	border-left: 50px solid white;
	top: calc(50% - 48px);
	left: calc(50% - 20px);
	position: absolute;
	z-index: 10;
	transition: .1s all ease;
}

.playNo {
	position: absolute;
	top: calc(50% - 28px);
	z-index: 99;
	color: #fff;
	left: calc(50% - 240px);
	font-weight: bold;
	font-size: 20px;
}

.playB:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.lightsw {
	margin-left: auto;
	padding-left: 50px;
	position: relative;
}

.lightsw:before,
.lightsw:after {
	content: '';
	position: absolute;
	top: 50%;
	transition: .3s;
}

.lightsw:before {
	height: 20px;
	margin-top: -10px;
	width: 40px;
	background: #f4f4f6;
	left: 0;
	border: 1px solid #d2d5da;
}

.lightsw:after {
	left: 1px;
	height: 18px;
	width: 18px;
	margin-top: -9px;
	background: #5F9BBD;
	outline: 1px solid #5F9BBD;
}

.playerWrap {
	position: relative;
	z-index: 9;
}

.lightOn {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background-color: rgba(0,0,0,.95);
}

.light-off .lightsw:after {
	left: 21px;
}

.episodeNav {
	margin-top: 15px;
}

.episode {
	height: 40px;
}

.next {
	margin-left: auto;
	padding: 0 10px 0 15px;
	background: #2b6b23;
}

.prev {
	padding: 0 15px 0 10px;
	background: #7E8594;
}

.episode a {
	text-shadow: #000 0.1em 0.1em 0.1em;
	color: #fff;
	font-weight: bold;
	height: inherit;
}

.next svg {
	transform: rotate(180deg);
}

.commHead span {
	height: 24px;
	margin-left: 10px;
	padding: 2px 11px 0;
	font-size: 14px;
	font-weight: bold;
	background: #5F9BBD;
	color: #fff;
}

textarea#comments,
#dlefastreplycomments textarea {
	width: 100%;
	padding: 13px 20px;
	height: 43px;
	min-height: 43px;
	max-width: 100% !important;
}

.addcommentWrap {
	display: none;
	margin-top: 10px;
}

.addcommmentActive {
	display: flex;
}

textarea#comments.expanded {
	height: 70px;
}

.formName input,
.seCode input {
	height: 40px;
	padding: 5px 5px 5px 21px;
	margin-right: 10px;
}

.seCode span,
.seCode a {
	line-height: 0;
}

.seCode img {
	width: 140px;
	height: 40px;
	margin-right: 10px;
}

textarea#comments:focus,
textarea#comments:hover,
#dlefastreplycomments textarea:focus,
#dlefastreplycomments textarea:hover {
	border: 1px solid #d2d5da;
}