:root {
	--main: #e80000;
	--bg-main: #323232;
	--bg-sub: #fff
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0
}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto
}[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}[hidden] {
	display: none
}

* {
	font-family: -apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif
}

body {
	background-color: var(--bg-sub);
	margin: 0 auto;
	color: #000;
	max-width:1720px;
	
}

.compressed {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.center {
	text-align: center
}

.left {
	text-align: left
}

a {
	color: var(--bg-main);
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.content {
	padding: .5rem
}

.hi {
	margin-top: .5rem
}

.hi iframe {
	border-radius: 4px
}

.oi {
	text-align: center;
	position: relative
}

.oi iframe {
	border-radius: 4px;
	margin: auto
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
	grid-gap: .5rem
}

.item {
	padding: 9px;
	border-radius: 4px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.item .thumb img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	position: absolute
}

.item img.lazy {
/*width:0;height:0*/
}

.item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.item .thumb {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 5px;
/*background-color:#ddd*/
}

.item .info {
	color: #757575;
	display: flex;
	justify-content: space-between
}

.button {
	padding: 2px 6px;
	border-radius: 5px;
	text-decoration: none;
	word-break: keep-all;
	display: inline-block;
	margin: 2px 2px;
	border: 1px solid #ccc
}

.tags {
	margin: 2px auto;
	overflow: hidden;
/*max-height:140px*/
}

.tags-all {
	max-height: unset
}



.tags a,.share a {
	background-color: var(--bg-main);
	color: #fff;
	padding: 2px 6px;
	border-radius: 5px;
	text-decoration: none;
	word-break: keep-all;
	display: inline-block;
	margin: 2px 2px;
	border: 1px solid var(--bg-main)
}

.tags a:hover {
	border: 1px solid #fff;
	cursor: pointer;
}

a.twitter {
	background-color: #00aced;
	border-color: #00aced
}

a.facebook {
	background-color: #3a5999;
	border-color: #3a5999
}

a.other {
	background-color: #c8c8c8;
	border-color: #c8c8c8;
	color: #3e3e3e
}

.share a:hover {
	border: 1px solid #fff
}

.search-form input {
	border: 2px solid var(--bg-main);
	margin: 0;
	font-size: 1.3rem;
	height: 2rem;
	padding: 0;
	box-sizing: border-box
}

.search-form input[type="text"] {
	border-radius: 4px 0 0 4px;
	border-right: 0;
	width: 100%;
	min-width: 0
}

.search-form input[type="submit"] {
	border-radius: 0 4px 4px 0;
	color: #eee;
	background-color: var(--main);
	padding: 0 5px;
	font-weight: bold;
	-webkit-appearance: none
}

.search-form {
	margin: 10px
}

.form1 {
	display: flex;
	margin: 0 auto;
	max-width: 32rem
}

.comment-form input,.comment-form textarea {
	border: 2px solid var(--main)
}

.comment-form input[type="text"] {
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
	margin-bottom: 2px
}

.comment-form textarea {
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%
}

.comment-form input[type="submit"] {
	background-color: var(--main);
	color: #fff;
	min-width: 128px;
	cursor: pointer
}

.comment-form {
	padding: 8px;
	border-radius: 4px;
	text-align: right;
	background-color: #e6e6e6;
	margin-bottom: 12px
}

.header {
	text-align: center
}

.logo {
	background-color: #000
}

.logo a {
	text-decoration: none
}

.header .logo {
	margin: 0;
	padding: 5px;
	font-size: 2rem;
	font-weight: bolder
}

.header .logo .f1 {
	color: var(--main)
}

.header .logo .f2 {
	color: #eee
}

.header h1 {
	margin: 0;
	color: #eee;
	font-size: 1.4rem;
	overflow-wrap: break-word
}

h2 {
	text-align: center;
	font-size: 1.2rem
}

h3 {
	margin: 0 0 10px 0;
	text-align: center;
	color: #eee
}

.trending.tags {
	text-align: center;
	max-height: unset;
	justify-content: center
}

.trending a {
	padding: 4px 6px
}

.video-container {
	margin-bottom: 1rem;
	width: 100%
}

.box-169 {
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

#player,#iframe-player {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-container.video-js {
	position: unset
}

.video-container video,.video-container iframe,.video-container img {
	background-color: #000;
	border-radius: 4px
}

.play-button {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.video-container:hover svg {
	transform: scale(1.2);
	transition: transform .2s
}

.video-container #yt-preview {
	cursor: pointer
}

.hidden {
	display: none;
	visibility: hidden
}

.video-info {
	display: flex;
	margin-bottom: 8px;
	align-items: center
}

.video-ext {
	margin: 8px auto;
	text-align: center;
	height: 100px;
	width: 300px;
	background-color: #454545
}

.meta-info {
	flex: auto
}

.voting {
	display: flex
}

@media screen and (max-width:1100px) {
	.report {
		display: none
	}
}

.report {
	margin-right: 1em
}

.voting button,.report a {
	background-color: var(--bg-main);
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	text-decoration: none;
	word-break: keep-all;
	margin: 4px 2px;
	line-height: 1.1rem;
	border: 1px solid var(--main);
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: bold
}

.voting button.active {
	background-color: var(--main)
}

.svg-icon {
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 4px
}

.description {
	white-space: pre-line
}

.fluid_video_wrapper {
	position: absolute !important
}

.video {
	margin: 10px auto 20px;
	max-width: 64rem
}

.footer {
	background-color: #000;
	text-align: center;
	padding: 10px;
	color: #fff;
}

.footer .links {
	font-weight: bold
}

.error {
	color: #333;
	text-align: center;
	padding: 2rem
}

.error h1 {
	margin-top: 0
}

#like>svg {
	color: #08ca08
}

#dislike>svg {
	color: #f01f1f
}

.svg-thumb-img {
	-webkit-mask-image: url("../fonts/8548384c22a0413f82b76cf46aa70a1d.woff");
	mask-image: url("../fonts/8548384c22a0413f82b76cf46aa70a1d.woff");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #fff;
	color: #fff;
	width: 14px;
	height: 14px;
	display: inline-block;
	line-height: 14px
}

.rating {
	font-weight: bold;
	position: absolute;
	top: 3px;
	right: 3px;
	color: #fff;
	background-color: var(--bg-main);
	padding: 1px 3px;
	border-radius: 4px;
	font-size: 14px
}

.tos p {
	white-space: pre-wrap
}

.pagination {
	margin: 22px auto;
	text-align: center
}

.pagination li {
	display: inline-block;
	float: none;
}

.pagination li a {
	display: inline-block;
	margin: 3px;
	text-decoration: none;
}

.pagination a,.pagination strong {
	border: 1px solid #000;
	border-radius: 4px;
	font-weight: bold;
	padding: 6px 16px
}

.pagination strong,.pagination a:hover,.pagination li a.dqy {
	background-color: #000;
	border: 1px solid #ccc;
	text-decoration: none;
	color: var(--main)
}

.caton a {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.flmenu  a{
    font-size: 1.52rem; 
    padding: 7.6px
    
}

.headtag a{
    background-color: #000;
    border: 1px solid #000;
    
}

.app ul{
    margin: 0;
    padding: 0;
}

.app ul li {
	float: left;
	width: calc(100%/16);
	text-align: center;
	list-style-type: none;
	margin: 5px 0;
}

.app ul li img {
	margin: 0 auto;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 12px;
	margin-bottom: 5px
}

.app ul li a {
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}
.app ul li a span{
    font-size: 14px;
}
.clear{
    clear: both;
}

@media screen and (max-width:1960px) {
	.app ul li {
		width: calc(100%/15);
	}
}
@media screen and (max-width:1860px) {
		.app ul li{width: calc(100%/13);
	}
}
@media screen and (max-width:1760px) {
		.app ul li{width: calc(100%/12);
	}
}
@media screen and (max-width:1660px) {
		.app ul li{width: calc(100%/11);
	}
}
@media screen and (max-width:1560px) {
		.app ul li{width: calc(100%/10);
	}
}
@media screen and (max-width:1460px) {
		.app ul li{width: calc(100%/9);
	}

}
@media screen and (max-width:1300px) {
		.app ul li{width: calc(100%/8);
	}
	
}
@media screen and (max-width:1100px) {
		.app ul li{width: calc(100%/7);
	}
}
@media screen and (max-width:1000px) {
		.app ul li{width: calc(100%/5);
	}

}
@media screen and (max-width:820px) {
		.app ul li{width: calc(100%/5);
	}
}

@media screen and (max-width:768px) {
		.app ul li{width: calc(100%/5);
	}
}


@media screen and (max-width:400px) {
		.app ul li{width: calc(100%/3);
	}
}

@media only screen and (max-width:1400px) {
 .grid {
       grid-template-columns: repeat(5, 1fr);
      }
}

@media only screen and (max-width:1023px) {
 .grid {
       grid-template-columns: repeat(4, 1fr);
      }
}


@media only screen and (max-width:750px) {
	.flmenu  a{
        font-size: 1rem; 
      
    }
    
     .grid {
       grid-template-columns: repeat(2, 1fr);
      }
}


@media only screen and (max-width:400px) {

    .grid {
         grid-template-columns: 1fr;
      }
}
#player1{
    text-align: center;
}
.video1  img{
    max-width: 100%;
}