.embed-video {
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0 auto;
  text-align:center;
}
#videoly h3,#videorighto .uk-h5, .comments h4{
  font-weight: bold;
}
#videoly h3,#videoly h4{
	color:#1665c7;
}
#videorighto .uk-h5{
	color:#1665c7;
}
.embed-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  /* padding: 20px */
} 
.button {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1.5px solid transparent;
  position: relative;
  color: #679af9;
  background: #dde9ff;
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 6px;
  margin: 0;
  height: 36px;
  transition: all 0.08s ease 0s;
}

.button.primary {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}

.button.soft-primary {
  color: #1a73e8;
  background-color: rgb(232, 240, 254);
}

.button.primary:hover,
.button.primary:focus,
.button.soft-primary:hover,
.button.soft-primary:focus,
.button.primary.active {
  color: #fff;
  border-color: #1a73e8;
  background-color: #1a73e8;
}

.button.primary.disabled {
  color: #fff;
  border-color: #377dff;
  background-color: #377dff;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-primary.disabled:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  border-color: transparent;
  box-shadow: none !important;
  cursor: auto;
}


 
@media (max-width: 640px) {

  .user-menu .dropdown-notifications,
  .dropdown-notifications {
    width: 100% !important;
    margin: auto;
    margin: auto;
    margin: auto;
    right: 10px !important;
    margin: auto;
    left: auto !important;
    margin: auto;
    max-width: 400px;
    top: 56px !important;
  }

}



/* ---------------------------------- */
/* user details card avatar 
------------------------------------- */

/*  User Details */
.user-details-card {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}


.user-details-card-avatar {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  max-width: 50px;
}

.user-details-card-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.user-details-card-name {
  font-weight: 500;
  color: #333;
  line-height: 20px;
  padding: 2px 0 0 15px;
  font-weight: 600;
}

.user-details-card span {
  display: block;
  font-size: 13.7px;
  color: #888;
  font-weight: 500;
}

.user-details-card span span {
  display: inline;
  margin-left: 6px;
  color: #afafaf;
}

@media (max-width: 768px) {
  .user-details-card-avatar {
    max-width: 50px;
  }
}


/* ---------------------------------- */
/* Comments
------------------------------------- */
.comments {
  margin: 40px 0px;
}

.comments ul {
  padding-left: 0;
}

.comments ul li {
  display: block;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
  margin: 30px 0 0 0px;
}

.comments ul li ul {
  margin: 0 0 0 0px;
}

.comment-content {
  padding: 0 0 0 0px;
}

.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
  padding: 5px 0;
}

.comments ul li {
  position: relative;
}

.comment-content strong {
  padding-right: 5px;
  color: #666;
}

.comment-content span {
  color: #888;
}

.comments-amount {
  color: #888;
  font-weight: 500;
  margin-left: 8px;
}

.avatar {
  display: inline-block;
  padding: 0 17px 0 0;
  position: absolute;
  left: 0px;
  top: -5px;
}

.avatar img {
  max-width: 60px;
  border-radius: 50%;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.comment-by .comment-stars {
  display: inline;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0px;
}

.comment-by h5 {
  margin: 0 0 7px 0;
}

.comment-by a.reply {
  transition: all 0.3s;
}
.videonews:hover p.reply {
	background:#1665c7;
	color:#FFF;
	
}
#videonews ul li{
	padding: 15px 0 15px 0;
	margin:0;
	border-bottom: 1px solid #e5e5e5;
}


.videonewsp{
overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.comment-by p.reply {
  transition: all 0.3s;
}
.comment-by p.reply {
  display: inline;
  background-color: rgba(62, 65, 109, 0.18);
  padding: 6px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #3e416d;
  position: absolute;
  right: 0;
  /*top: 14px;*/
  border-radius: 4px;
}
.comment-by a.reply {
  display: inline;
  background-color: rgba(62, 65, 109, 0.18);
  padding: 6px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #3e416d;
  position: absolute;
  right: 0;
  /*top: 14px;*/
  border-radius: 4px;
}

.comment-by a.reply i {
  font-size: 12px;
  margin-right: 1px;
}

.comment-by a.reply:hover {
  background-color: #3e416d;
  color: #fff;
}


.comment-by span {
  color: #888;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: left;
  font-size: 13px;
}

.comment-footer {
  margin-top: 13px
}

.comment-footer span {
  font-size: 15px;
  margin-right: 12px;
}

.comment-footer a {
  font-weight: 600;
  color: #989898;
  font-size: 12px;
}

.comment-footer a:hover {
  color: #656565;
}

.comment-footer button {
  background: #f0f4fa;
  border: 1px solid #dae7f9;
  padding: 4px 8px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  margin-right: 4px;
  font-size: 11px;
}

@media (max-width: 768px) {

  /* Media Queries for Comments */
  .comments ul li ul {
    margin: 0;
  }

  .avatar {
    top: 3px;
  }

  .comment-content {
    color: #666;
    padding: 0 0 0 0px;
  }

  .avatar img {
    max-width: 50px;
    border-radius: 50%;
    top: 5px;
  }

  .comment-by {
    width: 75%;
    font-size: 17px;
  }

  .comment-stars .star-rating .star.half:after,
  .comment-stars .star-rating .star:before {
    color: #febe42;
    font-size: 14px !important;
  }

  .comment-by a.reply {
    /* position: relative; */
    margin: 10px 2px 0 0;
    top: 0;
    display: inline-block;
  }

}






/* ---------------------------------- */
/* Video Post card 
------------------------------------- */
.video-post {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
    transition: all .4s;
}

.video-post-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
    transition: all .4s;
} 

.video-post-thumbnail img {height: 100%;width: 100%;object-fit: cover;position: absolute;top: 0;left: 0;border-radius: 10px;transition: all .4s;}

.video-post-list.video-post:hover img{
	transform: scale(1.1);
	transition: all .4s;
}
.video-post-content {
  flex: 1;
  padding-top: 9px;
}
.video-post-content img{
  border-radius: 100%;
  width: 30px;
  float: left;
  margin-right: 10px;
}

.video-post-content h3{font-size: 15px;line-height: 22px;color: #333;margin-bottom: 8px;display: block;}

.blog-post-content h3 a:hover {
color: #66676b;
}

span.video-post-time , span.video-post-count{
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  background-color: #292929;
  border-radius: 7px;
  line-height: 19px;
  padding: 1px 7px;
  margin-right: 3px;
  transition: 0.3s;
}

.video-post-content p {
  padding: 0;
  margin: 0;
  display: block;
  color: #808080;
}

.video-post-user,
.video-post-date,
.video-post-views {
  line-height: 14px;
  font-size: 13px;
  color: #737373;
}

.video-post-date span{
    color: #ffffff;
    background: #ff5501;
    padding: 1px 5px;
    margin: 0px 5px;
}
.video-post-user {
  display: block;
  font-weight: 600;
}
#shuanghang{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
/* play button on hover video  card image*/

.video-post-thumbnail .play-btn-trigger {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../../../css/fonts/icon-play.svg) no-repeat;
  background-size: auto 40%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.video-post:hover .play-btn-trigger,
.play-btn-trigger.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/* ---------------------------------- */
/* Small Devices 
------------------------------------- */
@media (max-width: 760px) {
  .video-post {
    margin-bottom: 30px;
    display: flex
  }
  
  
.video-post-views{
margin-top: 12px;
    display: inline-block;
}
  .video-post .video-post-thumbnail {
    width: 140px;
    height: 80px;
  }

  .video-post .video-post-content {
    padding: 0 0 0 15px;
  }

  .video-post-content p {
    display: none;
  }

  .video-post .video-post-content h3 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .video-post .video-post-user {
    display: block;
  }

  .video-post .btn-option {
    top: -4px;
    right: -2px;
  }

  .video-post .video-post-content .btn-option {
    right: -11px;
  }

  .video-post-content h3 {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 8px;
    display: block;
  }

  span.video-post-time,
  span.video-post-count {
    line-height: 15px;
    padding: 1px 5px;
    font-size: 10px;
  }

  span.video-post-time {
    bottom: 7px !important;
    right: 7px !important;
  }

  span.video-post-count {
    top: 7px !important;
    left: 7px !important;
	margin: 0;
    position: absolute;
    z-index: 1;
    background: #e8f0fe;
    color: #1a73e8;
  }

  .video-post .video-post-count:before {
    display: none;
  }

}



/* ---------------------------------- */
/* Only Large screen
------------------------------------- */

@media (min-width: 767px) {

  /* ---------------------------------- 
   Video list small
  ------------------------------------- */

  .video-list-small .video-post-list.video-post {
    margin-bottom: 0px;
    display: flex;
  }

  .video-list-small .video-post-list.video-post .video-post-thumbnail {
    width: 180px !important;
    height: 100px;
  }

  .video-list-small .video-post-list.video-post .video-post-content {
    padding: 0 0 0 20px;
  }

  .video-list-small .video-post-list.video-post .video-post-content h3 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .video-list-small .video-post-list.video-post .video-post-user {
    display: block;
  }

  .video-list-small .video-post-list.video-post .btn-option {
    top: -4px;
    right: -2px;
  }
  .video-list-small .video-post .video-post-count {
    top:8px ;
    left:9px
  }
  .video-list-small .video-post-list.video-post .video-post-count ,
  .video-list-small .video-post-list.video-post .video-post-time {
     padding: 0px 4px !important;
     font-size:11px;
  }

  /* ---------------------------------- 
   Display Video post  as list  
  ------------------------------------- */
  .video-post-list.video-post {
    margin-bottom: 30px;
    display: block
  }

  .video-post-list.video-post {
    display: flex;
  }

  .video-post-list.video-post .video-post-thumbnail {
    width: 240px !important;
    height: 135px;
  }

  .video-post-list.video-post .video-post-content {
    padding: 0 0 0 20px;
		width:0;
    transition: all .2s;
  }

  .video-post .video-post-time {
    font-size: 10px;
    bottom: 8px;
    right: 8px;
    margin: 0;
    position: absolute;
    z-index: 1;
    padding: 1px 7px;
  }

  .video-post .video-post-count {
    top: 13px;
    left: 13px;
    margin: 0;
    position: absolute;
    z-index: 1;
    background: #377dff;
    /* background: linear-gradient(to right, red, #1a73e8); */
    background: #e8f0fe;
    color: #1a73e8;
  }

  .video-post .video-post-count:before {
    font-family: "iconfont";
    font-size: 14px;
    content: '\e62d';
    margin-right: 3px;
  }

  .video-post-list .video-post-content h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 1px;
	    padding-top: 2%;
  }
  #newslie .video-post-list.video-post:hover  .video-post-content{
	  background:#1665c7;
	  width:100%;
	  transition: all .3s;
  }
  #newslie .video-post-list.video-post:hover .video-post-content span,  #newslie .video-post-list.video-post:hover .video-post-content p,  #newslie .video-post-list.video-post:hover 	.video-post-content h3{
	color:#FFF;  }
	
  #newslie .video-post-list.video-post:hover 	.video-post-content h3{
	color:#FFEB3B;  }	
	

	
	
	
  .video-post-list .video-post-content p{
    padding-top:8px
  }

  .video-post-list .video-post-user {
    display: inline;
  }

  .video-post-list.video-post .btn-option {
    right: -2px;
    top: -5px;
  }  
  .video-post-list.video-post .video-post-date
   {
    margin-left: 6px;
  }
}

@font-face {
    font-family: iconfont;
    src: url(../public/fonts/iconfont.eot);
    src: url(../public/fonts/iconfont.eot) format("embedded-opentype"), url(../public/fonts/iconfont.woff) format("woff"), url(../public/fonts/iconfont.ttf) format("truetype"), url(../public/fonts/iconfont.svg#iconfont) format("svg")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 15px
}
[class^="icon-feather-"], [class*=" icon-feather-"] {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-feather-x:before {
    font-family: "iconfont";
    font-size: 14px;
    content: '\e011';
    margin-right: 3px;}
/* ---------------------------------- */
/*  video grid slider
------------------------------------- */

.video-grid-slider {
  position: relative;
  padding-bottom: 16px;
}

.video-grid-slider>*>* {
  padding-left: 25px !important;
}

.video-grid-slider>* {
  margin-left: -25px !important;
}
 
@media (max-width: 960px) {
	
	
.uk-pagination > * > * {
    padding: 0.5rem!important;
}
.on{
    padding: 0.5rem!important;
}
  .video-grid-slider>*>* {
    padding-left: 20px !important;
  }

  .video-grid-slider>* {
    margin-left: -25px !important;
  }

  .video-grid-slider {
    margin: 0 -20px;
    padding-left: 20px;
  }

  .video-grid-slider ul li {
    width: 220px;
  }
  
   .video-grid-slider .video-post  {
    display: inline-block; 
  }

  .video-grid-slider .video-post .video-post-thumbnail {
    height: 120px;
    width: 100%;
    }
  .video-grid-slider .video-post .video-post-content {
    padding: 12px 0 0;
  }

}


/* ---------------------------------- */
/*  single video details
------------------------------------- */
.video-info {
  padding: 0 5px;
}

.video-info-title {
  margin-top: 8px;
  margin-bottom: 12px;
}

.video-info-title h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  font-weight: bold !important;
  color:#1665c7;
  word-break: break-all;
}
.video-info .video-info-details{
  display: block;
  font-size: 15px;
  color: #848484;
}
 
.video-likes {
  color: #929292;
  display: flex;
  align-items: center;
}
.video-likes .like-btn {
  cursor: pointer;
  user-select: none;
}
.video-likes .like-btn .likes {
  font-size: 12px;
}
.video-likes .video-info-element {
  width: 120px;
  text-align: right;
  position: relative;
  margin: 4px 10px;
}
.video-likes .video-info-element .views-bar {
  width: 80%;
  text-align: right;
  position: absolute;
  right: 0;
  height: 4px;
  background-color: #dedede;
  color: #333;
  border-radius: 2px;
}

.video-likes .video-info-element .blue {
  background: linear-gradient(to right, #f65858, #946eff);
  left: 0;
  width: 20%;
  text-align: left;
}

.video-resized {
  width: 390px !important;
  bottom: 0 !important;
  top: auto !important;
  /* border: 6px solid white; */
  box-shadow: 1px 11px 30px -6px black;
  right: 0;
}

.video-resized .btn-box-close {
  display:block;
}

.btn-box-close {
  position: absolute;
  right: 8px;
  cursor: pointer;
  top: 10px;
  color: white;
  z-index: 10000;
  font-size: 23px;
  display:none;
}

.video-resized-hedden .btn-box-close {
  display:none !important
}

.video-resized-hedden {
   position: relative !important;
}






@media (min-width: 1200px){
.main_content_inner {
    max-width: 1200px;
    padding: 25px;
    padding-bottom: 0;
    padding-top: 15px;
}
}
.main_content_inner {
    display: block;
    padding: 20px;
    margin: auto;
    padding-bottom: 0;
}





.uk-flex-center {
    justify-content: center;
}

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}
.uk-pagination i{
	 transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
	margin-left: 10px;
}
.zuihouyiye{
	 transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
	margin-left: 10px;
}
.shouye{
	 transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
	margin-left: 10px;
		margin-left: 10px;
	margin: 0;
    padding: 2px 0px;

}
.diyiye{
	 transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
	margin-left: 10px;
}
.weiye{
	 transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    display: inline-block;
	margin-left: 10px;
	margin: 0;
    padding: 2px 0px;
}
.shouye i{
	margin: -4px 0px 0px 0px;
    padding: 0px 0px;
	    font-size: 13px;
}
.shangyiye i{
	 transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
	margin-left: 10px;
	margin: 0;
    padding: 0px 0px;
}
.on:hover{
	color:#FFF;
}
.weiye i{
	margin: 0;
    padding: 0;
	font-size: 13px;
}
.mb-5, .my-5 {
    margin-bottom: 2rem !important;
	 margin-top: 2rem !important;
}
.uk-pagination > * {
    flex: none;
    padding-left: 20px;
    position: relative;
}
.uk-pagination > .uk-active > * {
    text-decoration: none;
    color: #ffffff;
    background-color: #1a73e8;
    border-color: #3e416d;
}

.uk-pagination span {
    display: inline-flex;
}
.uk-pagination > * > * {
    display: block;
	float: left;
    transition: color 0.1s ease-in-out;
    line-height: 1.25;
    color: #77838f;
    background-color: #fff;
    border: 0 solid #77838f;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: 600;
}
.on{
	display: block;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: #1a73e8;
    border-color: #3e416d;
    border: 0 solid #77838f;
    transition: color 0.1s ease-in-out;
}
.uk-disabled {
    pointer-events: none;
}

.video-post-thumbnail .play-btn-trigger {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/icon-play.svg) no-repeat;
  background-size: auto 40%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.video-post:hover .play-btn-trigger,
.play-btn-trigger.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/*视频页面分享*/

#phonelook{
position: relative;}
#qrcode{
	width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
	right: 0px;
    padding-left: 0;
    font-weight: 600;
	color:#1665c7;
	text-align:center;
    top: -35px;}
