video.center {
	object-position: 50% 50% !important
}

.prism-progress-cursor {
	margin-left: 0 !important
}

video::-webkit-media-controls {
	display: none !important
}

.video-list-wrapper {
	margin-top: .266667rem;
	z-index: 1000
}

.video-list-wrapper .video-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wra: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.video-list .video-list-item {
	width: 30%;
	height: 2.666667rem
}

.video-list-item img {
	width: 100%;
	max-height: 2.666667rem;
	border-radius: .026667rem
}

.video-list-item img:hover {
	opacity: .8;
	cursor: pointer
}

.video-list-item p {
	margin: 0;
	font-size: 4px
}

.content-container li.comment-list {
	height: 100%;
	overflow: hidden;
	clear: both;
	z-index: 500
}

.comment-list .comment-container {
	position: absolute;
	height: auto;
	width: 50%;
	bottom: 1rem
}

.comment-container .comment-row {
	background: rgba(0, 0, 0, .3);
	border-radius: .106667rem;
	position: relative;
	text-shadow: 0 .013333rem .013333rem #000;
	-webkit-filter: shadow(Color = rgba(0, 0, 0, .5), Direction=0.026667rem,
		Strength=0);
	filter: shadow(Color = rgba(0, 0, 0, .5), Direction=0.026667rem,
		Strength=0);
	margin-bottom: .053333rem;
	float: left;
	clear: both;
	padding-left: .133333rem;
	padding-right: .133333rem;
	margin-left: .133333rem;
	margin-right: .133333rem
}

.comment-row .comment-left {
	color: #dbdbdb;
	line-height: .8rem;
	vertical-align: top
}

html[data-dpr="1"] .comment-row .comment-left {
	font-size: 14px
}

html[data-dpr="2"] .comment-row .comment-left {
	font-size: 28px
}

html[data-dpr="3"] .comment-row .comment-left {
	font-size: 42px
}

@media ( min-device-width :980px) {
	.comment-row .comment-left {
		font-size: 28px
	}
}

.comment-row .comment-right {
	line-height: .8rem;
	margin-left: .133333rem
}

html[data-dpr="1"] .comment-row .comment-right {
	font-size: 14px
}

html[data-dpr="2"] .comment-row .comment-right {
	font-size: 28px
}

html[data-dpr="3"] .comment-row .comment-right {
	font-size: 42px
}

@media ( min-device-width :980px) {
	.comment-row .comment-right {
		font-size: 28px
	}
}

.comment-color1 {
	color: #ffd88e
}

.comment-color2 {
	color: #cdf3f9
}

.comment-color3 {
	color: #b69fff
}

.comment-color4 {
	color: #fff
}

.favorite-animation-container {
	right: 50%;
	bottom: .933333rem;
	height: 90%;
	width: 2.4rem;
	margin-left: .133333rem;
	position: absolute
}

.favorite-animation-container img {
	position: absolute;
	bottom: 0;
	left: 45%
}

.favorite-animation {
	-webkit-animation-name: appear-from-bottom;
	animation-name: appear-from-bottom;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	animation-timing-function: cubic-bezier(.47, 0, .745, .715)
}

@
-webkit-keyframes appear-from-bottom { 0%{
	opacity: .5;
	width: .56rem;
	height: .533333rem;
	display: block
}

10%{
opacity
:
1
}
20%{
width
:
1
.12rem
;height
:
1
.066667rem
}
66%{
opacity
:
1
}
to {
	-webkit-transform: translateY(-5.6rem);
	transform: translateY(-5.6rem);
	opacity: 0;
	width: .56rem;
	height: .533333rem;
	display: none
}

}
@
keyframes appear-from-bottom { 0%{
	opacity: .5;
	width: .56rem;
	height: .533333rem;
	display: block
}

10%{
opacity
:
1
}
20%{
width
:
1
.12rem
;height
:
1
.066667rem
}
66%{
opacity
:
1
}
to {
	-webkit-transform: translateY(-5.6rem);
	transform: translateY(-5.6rem);
	opacity: 0;
	width: .56rem;
	height: .533333rem;
	display: none
}

}
.comment-textbox {
	height: 30px;
	position: fixed;
	bottom: 0;
	margin-left: .133333rem;
	margin-right: .133333rem;
	margin-bottom: .066667rem;
	width: 100%;
	display: none
}

.comment-textbox .send-container {
	position: relative;
	width: 100%
}

.send-container .send-txt {
	float: left;
	width: 68%;
	height: 30px;
	line-height:30px;
	background: #fff;
	border: 0;
	border-radius: .106667rem 0 0 .106667rem;
	resize: none;
	color: #000
}

.send-container .send-btn {
	float: left;
	width: 15%;
	height: 30px;
	background: #0D96EC;
	line-height: 30px;
	text-align: center;
	border-radius: 0 .106667rem .106667rem 0;
	cursor: pointer;
	color: #fff;
	padding-right: .133333rem;
	padding-left: .133333rem
}

.send-container .send-btn:hover {
	background: #343445
}

.send-container .favoriate-send {
	width: 30px;
    height: 30px;
    margin-left: .133333rem;
    margin-right: .266667rem;
    position: fixed;
    top: 230px;
    right: 10px;
}

.send-container .favoriate-send:hover {
	opacity: .8;
	cursor: pointer
}


body, html {
	height: 100%;
	margin: 0;
	padding: 0
}

body {
	font-size: 16px !important
}

ul {
	padding: 0;
	margin: 0
}

ul li {
	list-style-type: none
}

.material-box {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	-webkit-appearance: none;
	border-radius: 2px;
}

.btn-favorite {
	color: #999;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 200px;
}

.favorited i {
	color: red;
}

#list_resources iframe {
	padding: 10px;
}

#list_resources p {
	padding: 10px;
}

.btn-favorite .i-heart {
	margin-right: 5px;
	font-size: 20px;
	vertical-align: -1px;
}

.icon-font {
	font-family: webfont;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 16px;
	position: relative;
	vertical-align: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.material-box {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.center-text {
	text-align: center;
}

#andbook_viewContainer {
	overflow: hidden;
}

.ui-tab-content .selected {
	background: #fafafa;
}

.ui-tab-content .selected  * {
	color: #00a5e0;
}

#list_comments li {
	border-bottom: #ced4da 1px solid;
	padding-bottom: 5px;
	list-style: none;
	padding-left: 20px;
	padding-right: 10px;
}

a.comment_up {
	display: inline-block;
	width: 40%;
	line-height: 25px;
	cursor: pointer;
}

.comment_desc_down em {
	font-style: normal;
	margin-left: 10px;
}

a.comment_down {
	display: inline-block;
	line-height: 25px;
	width: 40%;
	cursor: pointer;
}

.comment_content {
	display: block;
	width: 100%;
	line-height: 30px;
	word-break: break-word;
}

span.comment_autor {
	width: 50px;
	display: inline-block;
	overflow: hidden;
	line-height: 25px;
}

span.comment_autor {
	width: 100px;
	display: inline-block;
	overflow: hidden;
	line-height: 25px;
}

span.comment_time {
	display: inline-block;
	width: 100px;
	overflow: hidden;
	line-height: 25px;
}

li.rtj {
	border-bottom: #ced4da 1px solid;
	list-style: none;
	padding-left: 10px;
}

li.rtj span {
	padding: 15px 18px 15px 5px;
	color: #3498db;
}

.sidebar-navigation li * {
	line-height: 60px;
}

.comment_desc_up {
    position: absolute;
    right: 0px;
}

#list_comments li {
 
    position: relative;
}

img#favoriteProduct {
    display: none;
}

div#readstat_small{
	bottom:30px;!important;
}