/* --------------------------------
Table of Contents
- General
- Button
- Home pages
- Videos
- Categories
- Live
- Search video
- Video single
- Channel
- Search results
- Toolbar
- Pages
- Login & Register
- Navbar pages
- Form
- Pagination
- Blog
- Blog Details
- About
- Contact us
-------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	background: #ffffff;
	color: #999;
}
body::-webkit-scrollbar {
	display: none;
}
ul,li{ list-style: none; margin: 0px; padding: 10px;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	color: #454545;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
	font-weight: 500;
}

h6 {
	font-size: 18px;
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #313131;
}

p {
	margin: 5px 0;
	line-height: 20px;
}

.section {
	padding: 35px 0;
}

.section-pages {
	margin-top: 25px;
}

.container {
	padding: 0px 10px;
}

.space {
	height: 0;
}

.space-small {
	height: 20px;
}

@-moz-document url-prefix() {
	.space {
		height: 54px;
	}
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
	background: #ef5350;
	color: #ffffff;
	box-shadow: none;
	margin: 20px 0 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #ef5350;
	padding: 5px 12px 5px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	width: auto;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #ef5350;
	opacity: 0.9;
	box-shadow: none;
}

/* ------------------------------
  home
---------------------------------*/

.gzdiv{
	background-image: url(img/author1.jpg);
	width: 100px;height: 40px;background-size:80px;background-repeat: no-repeat;
}

.home-page .head h1 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 14px;
	font-weight: 600;
}
.home-page .head h5 .pic{ color:#ef5350;}
.home-page .head span {
	color: #ef5350;
	border: 1px solid #ef5350;
	font-size: 12px;
	height: 18px;
	width: 26px;
	display: inline-block;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
	margin-right: 5px;
	position: relative;
	top: -3px;
}
#books{ width: 100%;display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
	justify-content: space-around;
}
  .book{ width:145px; height: 180px; border:1px solid #ccc; display: flex; flex-direction: column; margin: 10px; overflow: hidden; padding: 3px;}
  .book img{width:100%; height:150px;}
  .book .bookname{ font-size: 12px; color:#333; text-align: left;}
  .bookcontent{display: flex;margin-top: 20px;}
  .bookcontent .bookimg{width: 140px; border: 1px solid red;}
  .bookcontent .bookimg img{width: 100%;}
  .bookinfo ul{list-style: none;}
  .bookinfo ul li{line-height: 1.25rem; font-size: 13px;}
  .bookintrduct{line-height: 1.2rem;padding: 10px; margin-bottom: 20px;}


  .bookpic{ width:100%; height:150px; float:left; margin:10px 5px; border:0px solid #CCC; position:relative;}
  .spic{ width:110px; height:110px; padding:1px; margin:20px 5px; border:0px solid #CCC; float:left; position:relative;}
  .spic img{ width:110px; height:110px; border:0px;}
  .sinfo{ width:190px; height:140px; padding:10px 0px; float:left; margin:0px 5px; position:relative;}
  .sinfo span{ width:100%; display:block; line-height:24px; font-size:13px; position:relative;}
  .sinfo .tjtu{ border:0px solid red;}
  .bookintrduct{ width:100%; min-height: 60px; border:1px solid #ccc; border-left:0px; border-right: 0px; box-sizing: border-box;}


  .scart{ margin: 10px 5px; position: absolute; left: 120px; bottom:-10px;}
.scart a{width:60px; border: 0px solid red; display: block; float: left; text-align: center; color:#fff}
.scart .tj{ border-radius: 3px 0px 0px 3px; background-color: #a59e6c;}
.scart .tj:hover{ background-color: #67c28a;}
.scart .sd{ border-radius: 0px 3px 3px 0px;border-left: 0px; background-color: #747256;}
.scart .sd:hover{background-color: #c9620f;}
/* ------------------------------
  videos
---------------------------------*/
.videos .duration {
	text-align: right;
	margin-right: 12px;
	margin-bottom: -22px;
}

.videos .duration span {
	background: #333;
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 10px;
	position: relative;
	top: -33px;
}

.videos .content {
	margin-bottom: 20px;
}

.videos .content ul {
	padding: 0;
	margin: 0;
}

.videos .content ul li {
	display: inline-block;
}

.videos .content img {
	width: 100%;
	border-radius: 0px;
}

.videos .content h5 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 8px;
	line-height: 18px;
}

.videos .content .author {
	position: relative;}

.videos .content .author img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.videos .content .author .text {
	overflow: hidden;
}

.videos .content .author .text ul {
	margin-top: 6px;
}

.videos .content .author .text ul li i {
	margin: 0 2px 0 8px;
}

.videos .content .author .text h6 {
	font-size: 13px;
	font-weight: 400;
}

.videos .content .author .text h6 a {
	color: #666;
}

/* ------------------------------
  cagories
---------------------------------*/
.categories h2 {
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 14px;
	font-weight: 600;
}

.categories .content {
	position: relative;
}

.categories .content img {
	width: 100%;
	border-radius: 5px;
}

.categories .content .text {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	bottom: 4px;
	border-radius: 5px;
	background: rgba(51, 51, 51, 0.57);
}

.categories .content .text h5 {
	font-size: 16px;
	padding-top: 25%;
}

.categories .content .text h5 a {
	color: #fff;
}

.categories .row {
	margin-bottom: 14px;
}

.categories .space {
	height: 0;
}

@-moz-document url-prefix() {
	.categories .space {
		height: 60px;
	}
}

/* ------------------------------
  live
---------------------------------*/
.live .head h2 {
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 14px;
	font-weight: 600;
}

.live .head h2 span {
	font-size: 10px;
	color: red;
	position: relative;
	top: -2px;
}

.live .live-now {
	text-align: right;
	margin-right: 12px;
	margin-bottom: -22px;
}

.live .live-now span {
	background: red;
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 10px;
	position: relative;
	top: -33px;
}

.live .content {
	margin-bottom: 20px;
}

.live .content ul {
	padding: 0;
	margin: 0;
}

.live .content ul li {
	display: inline-block;
}

.live .content img {
	width: 100%;
	border-radius: 5px;
}

.live .content h5 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 8px;
	line-height: 18px;
}

.live .content .author {
	position: relative;
}

.live .content .author img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.live .content .author .text {
	overflow: hidden;
}

.live .content .author .text ul {
	margin-top: 6px;
}

.live .content .author .text ul li i {
	margin: 0 2px 0 8px;
}

.live .content .author .text h6 {
	font-size: 13px;
	font-weight: 400;
}

.live .content .author .text h6 a {
	color: #666;
}

/* ------------------------------
  search video
---------------------------------*/
.search-video form {
	margin-top: 25px;
	width: 100%;
	display: inline-flex;
}

.search-video form input {
	border: 1px solid #999 !important;
	border-radius: 5px;
	width: calc(100% - 35px);
}

.search-video form button {
	width: 40px;
	margin-left: 8px;
	border: 0;
	border-radius: 5px;
	height: 38px;
	color: #fff;
	background: #ef5350;
}

.search-video p {
	color: #555;
	font-size: 14px;
	margin-bottom: 8px;
}

.search-video .popular {
	margin-top: 20px;
}

/* ------------------------------
  video single
---------------------------------*/

.video-single .author {
	margin-top: 10px;
	position: relative;
}

.video-single .author img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.video-single .author .text {
	overflow: hidden;
}

.video-single .author .text ul {
	margin-top: 6px;
}

.video-single .author .text ul li i {
	margin: 0 2px 0 8px;
}

.video-single .author .text h6 {
	font-size: 13px;
	font-weight: 400;
}

.video-single .author .text h6 a {
	color: #666;
}

.video-single .author ul {
	padding: 0;
	margin: 0;
}

.video-single .author ul li {
	display: inline-block;
}

.video-single .author h5 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 8px;
	line-height: 18px;
}

.video-single .content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.video-single .comment {
	position: relative;
}

.video-single .comment .item {
	position: relative;
}

.video-single .comment img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.video-single .comment textarea {
	overflow: hidden;
	width: calc(100% - 52px);
	float: right;
	height: 72px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.video-single .comment text {
	overflow: hidden;
}

.video-single .item-comment {
	clear: both;
	margin-bottom: 8px;
}

.video-single .item-comment img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.video-single .item-comment .text {
	overflow: hidden;
}

.video-single .item-comment .text p {
	margin-top: 2px;
	margin-bottom: 8px;
}

.video-single .item-comment .item {
	border-bottom: 1px solid #ddd;
	padding-top: 8px;
}

.video-single .item-comment .item:last-child {
	border-bottom: 0;
}


/* ------------------------------
  channel
---------------------------------*/
.channel .closed {
	position: absolute;
	right: 18px;
	top: 10px;
	font-size: 15px;
	background: #fff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	z-index: 9;
}

.channel .user {
	background: url(../img/about.jpg) center no-repeat;
	background-size: cover;
	padding-top: 115px;
	padding-left: 18px;
	position: relative;
}

.channel .user img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.channel .user h5 {
	color: #fff;
	font-size: 18px;
}

.channel .user span {
	color: #fff;
	display: block;
}

.channel .user .button-default {
	margin-top: 8px;
	margin-bottom: 20px;
}

/* ------------------------------
  search results
---------------------------------*/
.search-results form input {
	border: 1px solid #999 !important;
	width: calc(100% - 49px);
	float: left;
}

.search-results form button {
	width: 40px;
	margin-left: 8px;
	border: 0;
	border-radius: 5px;
	height: 38px;
	color: #fff;
	background: #ef5350;
}

.search-results form p {
	font-size: 15px;
	margin-bottom: 10px;
}

.search-results form p span {
	color: #ef5350;
}

.search-results .tours-travel {
	margin-bottom: 0;
}

/* ------------------------------
  toolbar top
---------------------------------*/

.nge-tollbar-top {
	background: #fff;
}
.header{
 background-color: #55acee; color: #fff;
}
.header h3{ color: #fff; text-align: center; margin: 0px auto;}
.nge-tollbar-top .toolbar-inner i {
	font-size: 16px;
	line-height: 25px;
	color: #454545;
}

.nge-tollbar-top .toolbar-inner .tabbar-label i {
	color: red;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: -1px;
}

.nge-tollbar-top .toolbar-inner .tab-link span {
	font-size: 12px;
	line-height: 18px;
	color: #454545 !important;
}

.nge-tollbar-top .toolbar-inner .tab-link-active {
	color: #ef5350;
}

.nge-tollbar-top .toolbar-inner .tab-link-active i {
	color: #ef5350;
}

.nge-tollbar-top .toolbar-inner .tab-link-active span {
	color: #ef5350 !important;
}

.nge-tollbar-top .toolbar-inner .tab-link-highlight {
	background: transparent;
}
/* ------------------------------
  toolbar top
---------------------------------*/
.nge-tollbar-bottom {
	background: #fff;
}

.nge-tollbar-bottom .toolbar-inner i {
	font-size: 16px;
	line-height: 25px;
	color: #454545;
}

.nge-tollbar-bottom .toolbar-inner .tabbar-label i {
	color: red;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: -1px;
}

.nge-tollbar-bottom .toolbar-inner .tab-link span {
	font-size: 12px;
	line-height: 18px;
	color: #454545 !important;
}

.nge-tollbar-bottom .toolbar-inner .tab-link-active {
	color: #ef5350;
}

.nge-tollbar-bottom .toolbar-inner .tab-link-active i {
	color: #ef5350;
}

.nge-tollbar-bottom .toolbar-inner .tab-link-active span {
	color: #ef5350 !important;
}

.nge-tollbar-bottom .toolbar-inner .tab-link-highlight {
	background: transparent;
}

/* ------------------------------
  pages
---------------------------------*/
.pages-list {
	margin-bottom: 20px;
}

@-moz-document url-prefix() {
	.pages-list {
		margin-bottom: 85px;
	}
}

.pages-list h2 {
	font-size: 20px;
	margin-top: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid #999;
}

.pages-list .content ul {
	margin: 0;
	padding: 0;
}

.pages-list .content ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 14px 0;
}

.pages-list .content ul li a {
	color: #444;
	font-size: 14px;
	font-weight: normal;
}

.pages-list .content ul li a i {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	margin-right: 12px;
	font-size: 15px;
	color: #777;
}

/* ------------------------------
  login register
---------------------------------*/
.login-register {
	padding-bottom: 25px;
}

.login-register .closed {
	text-align: right;
	padding-right: 18px;
	padding-top: 8px;
	font-size: 22px;
	margin-bottom: 95px;
}

.login-register .head span {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
}

.login-register .head span img {
	width: 28px;
	margin: 16px;
}

.login-register .head img {
	width: 100%;
	position: relative;
}

.login-register form input {
	width: 100%;
	margin: 20px 0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc !important;
}

.login-register form .button-default {
	margin-top: 0;
	width: 100%;
}

.login-register .container span {
	text-align: center;
	margin-top: 5px;
	display: block;
}

/* ------------------------------
  navbar pages
---------------------------------*/
.navbar {
	background: #fff;
}

.navbar .back img {
	width: 24px;
}

.navbar .back i {
	font-size: 16px;
	color: #454545;
}

.navbar .title {
	font-size: 15px;
	font-weight: 500;
	padding: 22px 0;
}

/* ------------------------------
  form
---------------------------------*/
form input {
	width: 100%;
	margin-bottom: 20px !important;
	padding: 10px !important;
	border-radius: 5px !important;
	padding: 10px;
	border: 1px solid #ccc !important;
	border-bottom: 0 !important;
}

form textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px !important;
	margin-bottom: 20px;
	border: 1px solid #ccc !important;
}

form .button-default {
	margin-top: 0;
}

/* ------------------------------
  pagination
---------------------------------*/
.pagination {
	margin-bottom: 20px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	margin-right: 8px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #999;
}

.pagination ul li a {
	height: 26px;
	width: 26px;
	line-height: 24px;
	display: block;
}

.pagination ul .active {
	height: 26px;
	width: 26px;
	line-height: 24px;
	background: #ef5350;
	color: #fff;
}

/* ------------------------------
  blog
---------------------------------*/
.blog .content {
	margin-bottom: 20px;
}

.blog .content img {
	width: 100%;
	border-radius: 3px;
}

.blog .content h5 {
	font-size: 16px;
	margin-top: 6px;
}

.blog .content span {
	margin-top: 4px;
	display: block;
	font-size: 11px;
}

.blog .content span i {
	margin-right: 10px;
}

/* ------------------------------
  blog details
---------------------------------*/
.blog-details {
	padding-bottom: 25px;
}

.blog-details .head {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}

.blog-details .head h5 {
	font-size: 16px;
	margin-top: 6px;
}

.blog-details .head h5 span {
	color: #ef5350;
}

.blog-details .head img {
	width: 100%;
	border-radius: 6px;
}

.blog-details .head span {
	margin-top: 4px;
	display: block;
	font-size: 11px;
}

.blog-details .head span i {
	margin-right: 10px;
}

.blog-details .content {
	margin-top: 13px;
}

.blog-details .content h6 {
	font-size: 15px;
	margin-bottom: 10px;
}

.blog-details .content img {
	border-radius: 6px;
	width: 100%;
}

.blog-details .content span {
	font-weight: 600;
	color: #777;
	margin-top: 10px;
	display: block;
	font-size: 13px;
}

.blog-details .share {
	margin-top: 10px;
}

.blog-details .share h5 {
	font-size: 16px;
	margin-bottom: 8px;
}

.blog-details .share ul {
	margin: 0;
	padding: 0;
}

.blog-details .share ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog-details .share ul li a {
	width: 28px;
	height: 28px;
	background: #ef5350;
	display: block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 26px;
}

.blog-details .share ul li .facebook {
	background: #3b5999;
}

.blog-details .share ul li .twitter {
	background: #55acee;
}

.blog-details .share ul li .instagram {
	background: #e4405f;
}

.blog-details .share ul li .whatsapp {
	background: #25D366;
}

.blog-details .share ul li .google {
	background: #cd201f;
}

.blog-details .comments {
	border-top: 1px solid #ccc;
	margin-top: 22px;
	padding-top: 10px;
}

.blog-details .comments h5 {
	font-size: 16px;
}

.blog-details .comments .content img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.blog-details .comments .content .text {
	overflow: hidden;
}

.blog-details .comments .content .text span {
	margin-top: 0;
}

.blog-details .comments-post {
	border-top: 1px solid #ccc;
	margin-top: 12px;
	padding-top: 10px;
}

.blog-details .comments-post h5 {
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-details .comments-post form input {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ccc !important;
}

.blog-details .comments-post form textarea {
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #ccc !important;
}

.blog-details .comments-post form .button-default {
	margin-top: 0;
}

/* ------------------------------
  about us
---------------------------------*/
.about-us {
	padding-bottom: 20px;
}

.about-us h5 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
}

.about-us img {
	width: 100%;
	border-radius: 5px;
}

/* ------------------------------
  contact us
---------------------------------*/
.contact-us input {
	border: 1px solid #ccc !important;
}