@charset "utf-8";
/**
 * base.css
 * https://www.yangqq.com/
 * Copyright 2019, design by yangqq
 */
.keyword {
    margin: 0 4px;
    color: #ff6000;
}
	.navigation {
  width:225px;
  flex: 1;
  height: fit-content;
  background-color: #f3f3f3;
  transition: flex 167ms ease;
  will-change: flex;
  position: relative;
  box-shadow: 0px 6px 10px rgb(32,32,32,0.01);
}
.active {
  flex: 0;
}
	.clear, .clear-both {
    clear: both;
}
.nav_icon {
  display: flex;
  width: max-content;
  height: 3rem;
  align-items: center;
  margin-inline: 0.75em;
  justify-content: center;
  transition: all 200ms linear;
}

.nav_icon i {
  width: 24px;
  display: inline-block;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0;
    padding-right: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.nav_icon i:hover {
  color: rgba(123, 166, 231, 0.733);
  transform: scale(1.15);
}
.active .nav_icon {
  transform: rotatez(0deg);
}
active .text {
  display: none;
}

.nav_list {
  list-style: none;
  font-size:14px;
}
.list-item {
  height: 3rem;
  display: flex;
  transition: background 166ms ease;
  position: relative;
}

.nav_list a:nth-last-child(1) {
  margin-top: 3rem;
}
.list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 166ms ease;
  background: linear-gradient(
    to right,
    rgba(123, 166, 231, 0.733) 3px,
    3px,
    #0000
  );
  opacity: 0;
}

.list-item:hover {
  background: rgba(219, 220, 228, 0.6);
}

.list-item:hover::after {
  opacity: 1;
}

.nav_list .is{	
    background: rgba(219, 220, 228, 0.6);


}
.active [data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 0.25rem;
  display: inline-flex;
  left: 4.5rem;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  background-color: #ffffff40;
  box-shadow: 0 10px 18px -7px #0002;
  opacity: 0;
  transform-origin: left;
  pointer-events: none;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--gray600);
}

.active [data-tooltip]:hover::before {
  animation: showTooltip 200ms linear 100ms forwards;
}

@keyframes showTooltip {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.list-item i {
  padding: 3px;
  margin-left: 20px;
  align-items: center;
  justify-content: center;
  width: 24px;
  display: inline-flex;
  font-size: 15px;
  color: rgba(42, 114, 207, 0.842);
 display: inline-block;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0;
    padding-right: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.navigation .a {
  overflow: hidden;
  gap: 12px;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: inherit;
  color: #333;
  flex-grow: 1;
}

.list-item:hover a {
  font-weight: 700;
}
.section_bar_sidebar {
	width: 80%;
    height: 40px;
    border-top: 1px solid #c1c1c1;
    margin: 0 auto;
		margin-top:26px
}
.section_bar_sidebar .section_title {
    line-height: 40px;
    margin-left: 22px;
    padding: 0;
    float: left;
	font-size:16px;
	

}
.online_scoll {
    height: auto;
    max-height: 450px;

}
.online_scoll::-webkit-scrollbar{
	width: 5px;
	height:20px;
    border: none;
    background-clip: padding-box;
    border-radius: 3px;}

.online_scoll::-webkit-scrollbar-thumb{ display:block; width:6px; margin:0 auto; border-radius: 10px;     background-color: rgb(47, 51, 72);}

.online_scoll li:first-child {
    margin-top: 10px;
}
.online_scoll li {
    padding-left: 0;
	border-bottom: none;
    padding-right: 4px;
line-height: 30px;	
}
.online_scoll li a {
    border-bottom: none;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 0;
    position: relative;
    height: auto;
	padding-left: 20px;
    margin: 0 0 10px 0;
}
.online_scoll li a span {
    background: 0 0;
    color: #575757;
    float: none;
    font-size: 14px;
    letter-spacing: -1px;
    margin: 0;
	height: 22px;
}
.online_scoll li a span.text-count {
    text-indent: 0;
    width: auto;
    text-align: right;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 10px;
}
.fa-fenlei{background-image: url(../images/png-201.png);}
.fa-opera{background-image: url(../images/png-ghg.png);}
.fa-codepen{background-image: url(../images/png-qyg.png);}
.fa-linux{background-image: url(../images/png-bwg1.png);}
.fa-firefox{background-image: url(../images/png-dj.png);}
.fa-facebook{background-image: url(../images/png-206.png);}
.fa-bars{background-image: url(../images/png200.png);}
.fa-msg{background-image: url(../images/png-msg.png);}
.fa-jng{background-image: url(../images/png-jng.png);}
.fa-cyy{background-image: url(../images/png-cyy.png);}
.fa-wxg{background-image: url(../images/pn-wxg.png);}
/*.list-item:nth-of-type(6) {
    margin-top: 36px;
}*/

.caselistmenu{width:1525px; margin:0 auto; margin-top:20px; display: grid;grid-template-columns: 225px 1fr;grid-column-gap: 10px;}
.tg_videos  .sectionTitle {
    padding: 8px 11px 8px 5px;
    font-size: 12pt;
}
 .sectionTitle h1 {
    padding-top: 5px;

    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
 .screening-border {
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
    padding: 10px 20px 10px;
	font-size:14px;
}
.screening-border .dl {
    padding: 4px 0;
	display:flex;
}
.screening-border .dl .dt {
    flex-shrink: 0;
    min-width: 60px;
    padding-right: 15px;
    line-height: calc(32px + 12px*0.25);
    color: #181818;
}
.screening-border .dl .dd .ul {
    position: relative;
    gap: 0 12px;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.screening-border .dl .dd li {
    padding: calc(12px*0.25) 0;
}
.screening-border .dl .dd li a {
    display: block;
    border: 1px solid transparent;
    background: transparent;
    padding: 0 8px;
    line-height: var(32px-2px);
}
.screening-border .dl .dd li.on a {
    border-color: #2B33A8;
    background: #F3F3FA;
    color: #2B33A8;
}
.showingCounter {
    clear: both;
    color: #969696;
    float: left;
    font-size: 12px;
    width: 100%;
}
.videoSearchResult {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-row-gap: 15px;
    grid-column-gap: 16px;
    margin: 0;
    padding: 20px 5px;
}
.videoSearchResult li.videoBox .wrap {
    width: 100%;
	height: auto;
	box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
}
.videoSearchResult li.videoBox .wrap .phimage {
    position: relative;
}
.videoSearchResult li.videoBox  .wrap .phimage img {
    width: 416px;
    height: 228px;
	    display: block;

}
.videoSearchResult li .wrap .thumbnail-info-wrapper {
    padding: 19px 5px 0 23px;
}
.thumbnail-info-wrapper span.title {
    font-size: 15px;
    max-height: 36px;
    line-height: 17px;
	display: block;
    margin-bottom: 6px;
	font-weight: 400;
    overflow: hidden;
	word-break: break-word;
    word-wrap: break-word;
}
.thumbnail-info-wrapper span.title a {
    word-break: break-word;
    word-wrap: break-word;
}
.thumbnail-infot2{   
	padding: 15px 5px 10px 23px;
    overflow: hidden;}
.thumbnail-infot2 a {
    float: left;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    color: #2196f3;
    line-height: 20px;
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 2px;
    background: rgba(43, 51, 170, 0.06);
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.thumbnail-info-wrapper .videoDetailsBlock {
    display: grid;
    padding-top: 2px;
    grid-template-columns: repeat(4,max-content);
    grid-column-gap: 8px;
}
.thumbnail-info-wrapper .views {
    font-size: 14px;
    margin-top: 4px;
	float: left;
    overflow: hidden;
    font-size: 14px;
    color: #969696;
}
var {
    font-style: normal;
}
.thumbnail-info-wrapper .rating-container {
    float: left;
    font-size: 14px;
}
 .thumbnail-info-wrapper .rating-container.neutral .ph-icon-thumb-up {
    font-size: 1em;
    color: #969696;
}
 .thumbnail-info-wrapper .rating-container .value {
    display: inline-block;
    margin-left: 2px;
    font-size: 14px;
    color: #969696;
}
.relatedSearchTermsBottom {
    margin: 0;
    max-width: 910px;
    width: 100%;
    padding: 8px 11px 8px 5px;
}
.relatedSearchTermsBottom .sectionTitle {
    font-weight: 600;
    margin-bottom: 28px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
}
.relatedSearchTermsBottom .relatedSearchesSuggestion {
    display: inline-block;
    margin: 0 6px 8px 0;
    text-decoration: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 8px 18px;
    background: #F5F5F6;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
}
.pagination3{clear: both;
    margin-bottom:60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%}
@media (max-width: 640px){
.flo_nav{display:none;}
.navigation{display:none;}
.videoSearchResult{grid-template-columns: repeat(2,minmax(0,1fr));}	
.thumbnail-infot2 { padding: 10px 5px 10px 10px;}
.caselistmenu{width:92%;display:block;}
  .Footer-navbar li{width: 50%!important}
    .Footer-navbar li:last-child{position: static;width: 100% !important;margin-top: 20px}
    .Footer-navbar li:nth-child(3) {flex-direction: row;margin-top: 20px;width: 100%!important;}
    .Footer-navbar li:nth-child(3) .Footer-drop{flex-direction: row}
    .Footer-navbar li:nth-child(3) .Footer-drop a+a{margin:0 0 0 10px}
    .Footer-navbar .qr-code li{width: 90px!important;margin-top: 0!important}
    .Footer-bott{flex-wrap: wrap}
    .Footer-bott .rgt{margin-top: 10px}
    .Footer-copyright .contain{padding: 15px 0}
	 .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;padding: 0 4%}
    .Footer-navbar{width: 100%;margin-top: 30px}
    .Footer-navbar li{width: 33.33% !important;}
    .Footer-navbar li:last-child{top: 20px;right: 4%}
    .Footer-navbar .qr-code li{position: static}
    .Footer-menu {height: 40px;line-height: 40px;position: relative;}
    .Footer-navbar ul{flex-wrap: wrap}
    .Footer-drop{margin-top: 5px}
    .Footer-copyright{display: none}
.videoSearchResult li.videoBox .wrap .phimage img{width:100%;height:100%;}
}
