* {
	margin: 0;
	padding: 0
}

html {
	font-size: 14px
}

body {
	background: url("../images/dark_stripes.png") repeat scroll 0 0 transparent;
	color: #ccc
}

footer {
	min-height: 200px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #333;
	padding-bottom: 40px;
	background-color: #111
}

#footer {
	margin-bottom: 20px
}

a {
	text-decoration: none;
	color: #ed557a
}

footer .light a,footer .light {
	color: #bbb
}

header h1 {
	font-size: 16px;
	padding-top: 5px;
	color: #fff
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

#h1 {
	min-height: 25px
}

article {
	padding: 1px 0
}

#row {
	float: left;
	width: 100%
}
.clear{
    clear: both;
}
.img_box {
	position: relative
}

.caption {
	position: absolute;
	bottom: 2px;
	width: 100%;
	overflow: hidden
}

.duration {
	float: left;
	color: white;
	padding: 3px 5px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	background: rgba(128,128,128,0.7);
	border-radius: 5px;
	margin-left: 5px
}

.rating {
	float: right;
	color: white;
	padding: 3px 5px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	margin-right: 5px;
	background: rgba(128,128,128,0.7);
	border-radius: 5px
}

section {
	padding-top: 10px;
	padding-bottom: 10px
}

.textbox {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	clear: both
}

.textbox ul,.textbox ol {
	padding-left: 40px
}

.cf:after {
	content: "";
	display: table;
	clear: both
}

.desc:after {
	clear: both
}

.dur {
	float: left
}

.cat .title {
	position: absolute;
	width: 100%;
	top: 0;
	background: none repeat scroll 0 0 rgba(0,0,0,0.6);
	overflow: hidden;
	height: 24px !important
}

.cat .title a {
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px black
}

.v_s {
	padding-top: 0;
	background: linear-gradient(to bottom,#333 0,#131313 100%) repeat scroll 0 0 rgba(0,0,0,0);
	border: 1px solid #222;
	border-radius: 4px;
	box-shadow: none;
	margin-top: 5px;
	padding-top: 0;
	padding-bottom: 10px
}

.v_s h2 {
	color: #888
}

.b_f {
	font-size: 17px
}

.v_d img {
	padding: 1px;
	border: 1px solid #021a40;
	float: right
}

.v_desc {
	padding: 15px 0
}

#e_v {
	border: 2px solid #111;
	display: block
}

.m_img {
	position: relative;
	margin-left: auto;
	margin-right: auto
}

aside iframe {
	display: block;
	margin-left: auto;
	margin-right: auto
}

aside .chn_center {
	display: block;
	text-align: center
}

.fenyeyema,.shangyiye,.xiayiye {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	outline: 0;
	line-height: 1.2em;
	padding: 0 1px 0 0;
	list-style: none;
	border-right: 1px solid #333
}

.page,.blocklist a,.fenyeyema a,.shangyiye a,.xiayiye a {
	border: solid 1px #32373b;
	background: #3e4347;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.1),0 1px 3px rgba(0,0,0,.1);
	color: #feffff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	display: inline-block;
	padding: 6px 12px;
	margin-right: 4px;
	margin-bottom: 2px;
	text-decoration: none
}

.page:hover,.blocklist a:hover,.page.gradient:hover,.dangqianye a,.fenyeyema a:hover,.shangyiye a:hover,.xiayiye a:hover {
	background: #f37190;
	background: -moz-linear-gradient(180deg,#fcecfc 0,#f37190 50%,#ed557a 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcecfc),color-stop(50%,#f37190),color-stop(100%,#ed557a));
	background: -webkit-linear-gradient(180deg,#fcecfc 0,#f37190 50%,#ed557a 100%);
	background: -o-linear-gradient(180deg,#fcecfc 0,#f37190 50%,#ed557a 100%);
	background: -ms-linear-gradient(180deg,#fcecfc 0,#f37190 50%,#ed557a 100%);
	background: linear-gradient(to bottom,#fcecfc 0,#f37190 50%,#ed557a 100%);
	border: 1px solid #3a0430
}

.page.active {
	border: 0;
	background: #2f3237;
	box-shadow: inset 0 0 8px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.1)
}

.page.gradient {
	background: -webkit-gradient(linear,0 0,0 100%,from(#565b5f),to(#3e4347));
	background: -moz-linear-gradient(0 0 270deg,#565b5f,#3e4347)
}

.blocklist {
	list-style: none outside none
}

.blocklist li {
	float: left
}

.polaroid:hover {
	border: 1px solid #555;
	background-color: #333;
	box-shadow: inset 0 0 0 1px black,0 6px 19px 0 rgba(0,0,0,0.2)
}

.cat .title {
	text-align: center
}

.pagination {
	float: left;
	margin-left: 5px
}

#order {
	float: right;
	margin-left: 5px
}

#order span {
	cursor: pointer
}

.videos {
	clear: both
}

.heading {
	font-size: 17px;
	margin-left: 5px;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.backg {
	border: 1px solid #444;
	background-color: #222;
	box-shadow: inset 0 0 0 1px black,0 0 6px 0 rgba(0,0,0,0.15);
	transition: box-shadow 150ms ease-in-out,transform 150ms ease-in-out
}

.related_ad {
	margin: 5px;
	float: right
}

.related_ad.long {
	min-height: auto
}

.bar {
	border-radius: 2px;
	background: linear-gradient(to bottom,#333 0,#272727 97%,#1e1e1e 100%) repeat scroll 0 0 rgba(0,0,0,0)
}

header .nav {
	float: left
}

#search {
	float: right
}

nav {
	width: auto;
	text-align: left
}

nav:after {
	clear: both
}

nav ul {
	float: left;
	width: auto;
	z-index: 100;
	font-size: 15px
}

nav ul:before,nav ul:after {
	display: table;
	content: ""
}

nav ul:after {
	clear: both
}

nav ul li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	outline: 0;
	line-height: 1.2em;
	padding: 0 1px 0 0;
	list-style: none;
	border-right: 1px solid #333
}

nav ul a {
	padding: 12px;
	font-weight: normal;
	float: left;
	display: block;
	letter-spacing: 1px
}

nav ul a:link,nav ul a:visited {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	outline: 0;
	color: #ccc
}

nav ul a:hover,nav ul a:active {
	text-decoration: none;
	color: #a67b45;
	background-color: #000;
	background-repeat: repeat-x;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	outline: 0
}

nav ul a:active {
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.3) inset
}

#menu li:hover>ul {
	display: block
}

#menu li:hover>a {
	color: #ed557a
}

.tagcloud {
	list-style: none;
	padding-left: 5px
}

.tagcloud li {
	float: left;
	margin-right: 10px
}

.tagcloud a {
	line-height: 35px
}

.tag-1 {
	font-size: 100%;
	-webkit-filter: brightness(80%);
	filter: brightness(80%)
}

.tag-2 {
	font-size: 110%;
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}

.tag-3 {
	font-size: 120%
}

.tag-4 {
	font-size: 130%;
	-webkit-filter: brightness(110%);
	filter: brightness(110%)
}

.tag-5 {
	font-size: 140%;
	-webkit-filter: brightness(120%);
	filter: brightness(120%)
}

.tag-6 {
	font-size: 150%;
	-webkit-filter: brightness(130%);
	filter: brightness(130%)
}

.tag-7 {
	font-size: 160%;
	-webkit-filter: brightness(140%);
	filter: brightness(140%)
}

.tag-8 {
	font-size: 170%;
	-webkit-filter: brightness(150%);
	filter: brightness(150%)
}

.tags {
	margin: 0;
	padding: 0;
	right: 24px;
	bottom: -12px;
	list-style: none
}

.tags li,.tags a {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	/*font-size: 12px*/
}

.tags li {
	margin-top: 5px
}

.tags a {
	margin-left: 10px;
	padding: 0 10px 0 12px;
	background: #333;
	color: #fff;
	text-decoration: none;
	
}

/*.tags a:before {*/
/*	content: "";*/
/*	float: left;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -16px;*/
/*	width: 0;*/
/*	height: 0;*/
/*	border-color: transparent #333 transparent transparent;*/
/*	border-style: solid;*/
/*	border-width: 20px 16px 20px 0*/
/*}*/

/*.tags a:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 18px;*/
/*	left: 0;*/
/*	float: left;*/
/*	width: 4px;*/
/*	height: 4px;*/
/*	-moz-border-radius: 2px;*/
/*	-webkit-border-radius: 2px;*/
/*	border-radius: 2px;*/
/*	background: #333;*/
/*	-moz-box-shadow: -1px -1px 2px #eee;*/
/*	-webkit-box-shadow: -1px -1px 2px #eee;*/
/*	box-shadow: -1px -1px 2px #eee*/
/*}*/

.tags a:hover {
	background: #f37190
}

.tags a:hover:before {
	border-color: transparent #f37190 transparent transparent
}

#special21 {
	margin-top: 15px
}

#special3>* {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px
}

#special4>* {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px
}

#special3,#special4 {
	text-align: center
}

#special9 {
	text-align: center;
	padding-top: 15px
}

.pornhd-scheme {
	background-color: #333;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px
}

.not_available {
	font-size: 30px;
	text-align: center;
	display: table-cell !important;
	font-weight: bold;
	vertical-align: middle
}

.form-wrapper {
	width: 450px;
	padding: 8px 10px 5px 5px;
	overflow: hidden;
	float: right
}

.form-wrapper #search {
	width: 330px;
	height: 20px;
	padding: 5px 5px;
	float: left;
	font: bold 16px 'lucida sans','trebuchet MS','Tahoma';
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #eee
}

.form-wrapper #search:focus {
	outline: 0;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset
}

.form-wrapper #search::-webkit-input-placeholder {
	color: #999;
	font-weight: normal
}

.form-wrapper #search:-moz-placeholder {
	color: #999;
	font-weight: normal
}

.form-wrapper #search:-ms-input-placeholder {
	color: #999;
	font-weight: normal
}

.form-wrapper #submit {
	float: right;
	border: 1px solid transparent;
	height: 32px;
	width: 100px;
	padding: 0;
	cursor: pointer;
	font: bold 15px Arial,Helvetica;
	color: #fafafa;
	background-color: #ed557a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.3)
}

.form-wrapper #submit:hover,.form-wrapper #submit:focus {
	background-color: #dd456a
}

.form-wrapper #submit:active {
	outline: 0;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5) inset
}

.form-wrapper #submit::-moz-focus-inner {
	border: 0
}

.email span {
	display: none
}

.img_preview {
	float: left;
	margin-left: 20px
}

.img_preview img {
	margin-bottom: 10px;
	border: 1px solid #333
}

#resize-toggle .small {
	display: none
}

#resize-toggle {
	float: right;
	margin-right: 0;
	cursor: pointer
}

#tube_popup {
	position: fixed;
	bottom: 10px;
	left: 10px;
	background-color: #222;
	border: 1px solid #444;
	z-index: 1000
}

#tube_popup.bottom_right {
	right: 10px;
	left: auto
}

.tube_closer {
	text-align: right;
	padding: 3px 10px 3px 0
}

#tube_popup .sz_300_250 {
	width: 300px;
	height: 250px;
	overflow: hidden
}

#tube_popup iframe {
	margin: 0;
	padding: 0
}

.more_btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px
}

.more_btn a {
	padding: 12px 34px
}

#img_cnt {
	margin-left: 10px
}

.mg-tp-5 {
	margin-top: 5px
}

.mg-tp-15 {
	margin-top: 15px
}

.mg-r-5 {
	margin-right: 5px
}

.mg-r-10 {
	margin-right: 10px
}

.mg-l-5 {
	margin-left: 5px
}

.mg-l-15 {
	margin-left: 15px
}

.fade_color {
	transition: color .5s ease
}

.fade_color:hover {
	color: white
}

.green {
	color: #7bbf6a
}

.video_header {
	margin-left: 5px;
	margin-top: 5px
}

.slidebox {
	overflow: hidden;
	position: relative
}

.slide {
	position: relative;
	top: 0;
	left: 0;
	width: 100%
}

.hide {
	display: none !important;
}

.tag_list li {
	width: 235px;
	list-style: none;
	display: inline-block;
	margin: 3px 0 3px 10px
}

.styled-select {
	float: right
}

.styled-select select {
	width: 220px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	margin-right: 10px;
	margin-bottom: 5px
}

.styled-select select option {
	padding: 10px;
	background: none repeat scroll 0 0 #3e4347
}

.text_big {
	font-weight: bold;
	font-size: 16px
}

.fa-facebook-square {
	color: #3a589b
}

.fa-twitter-square {
	color: #598dca
}

.fa-reddit-square {
	color: #ff4500
}

.video .fa-whatsapp {
	color: #2ca51e
}

footer .fa-rss {
	color: #f60
}

footer .fa-envelope {
	color: #fff
}

footer .fa-sitemap {
	color: #85d694
}

.slide_btn {
	background-color: #ed557a;
	height: 35px;
	min-width: 100px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	transition: color .5s ease
}

.slide_btn.pull-right {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.slide_btn.pull-left {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.edge.right {
	border-color: transparent #ed557a;
	border-style: solid;
	border-width: 0 35px 35px 0;
	float: left;
	height: 0;
	width: 0
}

.edge.left {
	border-color: transparent #ed557a;
	border-style: solid;
	border-width: 0 0 35px 35px;
	float: right;
	height: 0;
	width: 0
}

.move_slider i {
	margin-top: -3px
}

.slide_btn:hover {
	color: black
}

.move_slider span {
	position: relative;
	top: -10px
}

.lang {
	margin-top: 8px
}

.lang i {
	margin-left: 5px;
	position: relative;
	top: -6px
}

.lang ul {
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	z-index: 100
}

.lang ul li {
	display: inline-block;
	position: relative;
	padding: 5px 10px 2px 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.lang ul li:hover {
	background: #000;
	color: #fff
}

.lang ul li ul {
	padding: 0;
	position: absolute;
	top: 33px;
	right: 0;
	width: 78px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	-transition: opacity .2s
}

.lang ul li ul li {
	display: block;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px
}

.lang ul li ul li:hover {
	background: #666
}

.lang ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible
}

#breadcrumb {
	list-style: none;
	display: inline-block
}

#breadcrumb .icon {
	font-size: 14px
}

#breadcrumb li {
	float: left
}

#breadcrumb li a {
	color: #FFF;
	display: block;
	background: #333;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px
}

#breadcrumb li:nth-child(even) a {
	background-color: #222
}

#breadcrumb li:nth-child(even) a:before {
	border-color: #222;
	border-left-color: transparent
}

#breadcrumb li:nth-child(even) a:after {
	border-left-color: #222
}

#breadcrumb li:first-child a {
	padding-left: 15px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px
}

#breadcrumb li:first-child a:before {
	border: 0
}

#breadcrumb li:last-child a {
	padding-right: 15px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0
}

#breadcrumb li:last-child a:after {
	border: 0
}

#breadcrumb li a:before,#breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #333;
	border-width: 20px 10px;
	width: 0;
	height: 0
}

#breadcrumb li a:before {
	left: -20px;
	border-left-color: transparent
}

#breadcrumb li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #333
}

#breadcrumb li a:hover {
	background-color: #ed557a
}

#breadcrumb li a:hover:before {
	border-color: #ed557a;
	border-left-color: transparent
}

#breadcrumb li a:hover:after {
	border-left-color: #ed557a
}

#breadcrumb li a:active {
	background-color: #d54c6e
}

#breadcrumb li a:active:before {
	border-color: #d54c6e;
	border-left-color: transparent
}

#breadcrumb li a:active:after {
	border-left-color: #d54c6e
}

#embed_code {
	width: 100%;
	margin-top: 10px
}

.second.bar {
	background-color: #ccc
}

.second.bar nav ul a {
	font-size: 13px;
	padding: 6px 9px;
	letter-spacing: normal
}

.second.bar .active a {
	color: #fff;
	background-color: #222
}

#menu .active a {
	background-color: #222;
	color: #ed557a
}

.alpha_index {
	font-weight: bold;
	font-size: 30px;
	padding-left: 10px;
	line-height: 40px
}

.pornhd_banner {
	background-color: #f36;
	color: #fff;
	font-family: Arial;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	letter-spacing: -1px
}

.special_preview {
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 10px;
	background-color: rgba(128,128,128,0.7);
	padding: 3px 5px;
	border-radius: 5px;
	color: yellow
}

#player_special_pause.vjs-overlayed {
	position: absolute;
	background-color: #646464;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	text-align: right;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 300px;
	height: 270px;
	margin: -135px 0 0 -150px;
	padding: 0 5px 5px 5px
}

#player_special_pause #vjs-overlays-close {
	margin-right: 5px;
	cursor: pointer;
	color: #ccc;
	font-size: 20px
}

.network-bar {
	margin-bottom: 5px;
	margin-top: 5px
}

.network-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.network-bar li {
	float: left
}

.network-bar a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-right: 1px solid #333
}

.profile .profile_img {
	float: left
}

.profile .profile_img img {
	width: 300px;
	height: 450px
}

.profile .profile_img.chn img {
	width: 300px;
	height: 300px
}

.profile .profile_desc {
	margin-left: 310px;
	padding-right: 10px
}

.profile .info {
	padding-top: 10px
}

.profile .key {
	font-weight: bold
}

.alphabet-index a {
	line-height: 30px;
	margin-right: 10px
}

.vjs-play-progress.vjs-slider-bar {
	background: #ed557a !important;
	color: #ed557a !important
}

.video-js.vjs-init-position .vjs-volume-level {
	background: #ed557a !important
}

.vjs-resolution-button li.vjs-selected {
	color: #ed557a !important
}

@media all and (max-width:1340px) {
	html {
		font-size: 13px
	}

	.related_ad {
		margin: 2px
	}

	nav ul a {
		padding: 12px
	}

	.heading {
		font-size: 16px
	}

	.page,.blocklist a {
		padding: 4px 10px
	}

	.form-wrapper {
		width: 350px
	}

	.form-wrapper #search {
		width: 230px
	}

	.cat .title {
		height: 20px
	}

	.video {
		width: 100%
	}

	.img_preview {
		width: auto;
		margin-left: 16px
	}

	.img_preview img {
		float: left;
		margin: 10px 15px 0 0
	}

	.v_s {
		padding-top: 0
	}

	.move_slider i {
		margin-top: -1px
	}

	.styled-select select {
		height: 29px
	}
}

.polaroid {
	background-color: #222;
	border: 1px solid #333;
	box-shadow: inset 0 0 0 1px black,0 0 6px 0 rgba(0,0,0,0.15)
}

.more_link a {
	background: #f37190;
	color: white
}

.pwa_span {
	color: yellow
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.center {
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 1920px
}

header {
	padding-left: 10px;
	padding-right: 10px
}

#side_content {
	float: left;
	width: 320px;
	height: 100%;
	margin-left: -100%
}

#center_content_wrapper {
	width: 100%;
	float: left
}

#wrapper {
	float: left;
	width: 100%
}

#wrapper_content {
}



#sidebar {
	width: 320px
}

#right_content {
	float: left;
	margin-left: -320px;
	width: 320px
}

aside {
	text-align: center;
	clear: both
}

aside#special5 iframe {
	margin: 0;
	margin-bottom: 3px
}

aside#special4 iframe {
	display: inline;
	margin: 0
}

#special8 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	text-align: center
}

#special8>div {
	margin: 10px 10px 10px 0
}

.spez_height_50 {
	height: 50px;
	overflow: hidden
}

.spez_height_60 {
	height: 60px
}

.spez_height_80 {
	height: 80px
}

.spez_height_100 {
	height: 100px;
	overflow: hidden
}

.spez_height_125 {
	height: 125px;
	overflow: hidden
}

.spez_height_150 {
	height: 150px;
	overflow: hidden
}

.spez_height_250 {
	height: 250px;
	overflow: hidden
}

.special11,.special12,.special13,.special14,.special16 {
	display: none
}

header {
	margin-bottom: 10px
}

article {
	padding-left: 10px;
	padding-right: 10px
}

footer .block.b1 {
	margin-right: 20px
}

footer .block.b2 {
	margin-right: 20px
}

footer .block.b3 {
	margin-right: 20px;
	max-width: 450px
}

footer .block.b4 {
	max-width: 270px
}

.mirror_content #center_content {
	margin-left: 330px;
	margin-right: 0
}

.mirror_content #right_content {
	margin-left: -100%
}

.mirror_page #wrapper_content {
	margin-right: 330px;
	margin-left: 0
}

.mirror_page #side_content {
	margin-left: -320px
}

.mirror_page #footer {
	padding-left: 0;
	padding-right: 320px
}

.mirror_content.large_content #center_content,.no_sidebar #center_content {
	margin-left: 0
}

.no_special_bar #wrapper_content {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.no_special_bar #side_content,.mirror_content.no_special_bar #side_content {
	float: none !important;
	width: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important
}

.no_special_bar #wrapper {
	float: none
}

.no_special_bar #wrapper:after {
	content: "";
	display: table;
	clear: both
}

.pwa_install {
	cursor: pointer
}

#e_v {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.large_content #right_content,.no_sidebar #right_content {
	clear: both;
	float: none;
	width: auto;
	margin-left: 0
}

.large_content #center_content,.no_sidebar #center_content {
	margin-right: 0
}

.large_content #sidebar {
	width: auto
}

.mirror_page #breadcrumb {
	margin-left: 10px
}

.grid_box {
	width: 16.66%;
	float: left;
	padding: 7px
}

.aspect-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 50%
}

.aspect {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}

.cat .aspect-wrapper {
	padding-bottom: 62.5%
}

.thumb {
	display: block;
	overflow: hidden;
	height: 100%
}

.thumb a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}

.thumb video {
	z-index: 1;
	object-fit: cover;
	height: 100%
}

.thumb img,.thumb video {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute
}

.grid_box .title {
	padding: 5px 8px 0 8px;
	font-size: 12px;
	height: 35px;
	overflow: hidden
}

.grid_box .star .title {
	font-size: 16px;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center
}

.videopage .grid_box {
	width: 12.5%
}

.no_sidebar.no_special_bar .grid_box {
	width: 16.66%
}

.large_content #sidebar .grid_box {
	width: 25%
}

.large_content.videopage #sidebar .grid_box {
	width: 25%
}

#sidebar .grid_box {
	width: 50%;
	padding: 4px
}

#sidebar .polaroid .title {
	padding: 3px 3px;
	height: 44px
}

#special5,#special21 {
	transform-origin: left top
}

#breadcrumb {
	margin-left: 340px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px
}

.mirror_page #breadcrumb {
	margin-left: 10px
}

#footer {
}

footer .block {
	float: left
}

.form-wrapper #search {
	height: 32px
}

.star .aspect-wrapper {
	padding-bottom: 150%
}

#special9 {
	box-sizing: initial;
	overflow: hidden
}

#speziale_column {
	max-width: 320px
}

#video_id,#e_v iframe,#e_v_p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

#e_v.portrait {
	background-image: none !important;
	background-color: black
}

#e_v.portrait #video_id {
	width: 38%;
	left: 31%
}

footer .block {
	margin-bottom: 20px
}

.large_content #resize-toggle .big {
	display: none
}

#resize-toggle .small {
	display: none
}

.large_content #resize-toggle .small {
	display: inline
}

.heading h2 {
	font-size: 100%
}

#rating_box.rated #video_rating {
	color: green
}

#tube_popup {
	bottom: 5px;
	left: 5px;
	background: rgba(0,0,0,0.5);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0
}

#tube_popup.bottom_right {
	right: 5px
}

.tube_closer {
	padding: 2px 10px 2px 0
}

.tube_closer a {
	color: white
}

.mg-bt-10 {
	margin-bottom: 10px
}

.more_link a {
	float: right;
	padding: 10px;
	margin-right: 6px
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa,.fas {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pwa_cont {
	text-align: center;
	padding: 5px 0
}

.pwa_span {
	text-decoration: underline
}

.c3010 {
	width: 300px;
	height: 100px
}

.c3025 {
	width: 300px;
	height: 250px
}

.c2525 {
	width: 250px;
	height: 250px
}

aside#special5 .c3025 {
	margin-bottom: 3px
}

.vjs-poster {
	display: none !important
}

.video-js {
	background-color: transparent !important
}

#e_v {
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain
}

.flag {
	position: absolute;
	width: 30px;
	height: 20px;
	right: 10px;
	z-index: 5
}

.flag img {
	width: 100%;
	height: 100%
}

.camstatus {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: lightgreen;
	border-radius: 10px
}

.camstatus.statustext {
	width: auto;
	height: auto;
	background: #00be4d;
	border-radius: 2px;
	color: white;
	padding: 1px 3px
}

@keyframes fadeout {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeOut {
	opacity: 0;
	animation: fadeout .75s linear;
	z-index: -10
}

.fadeIn {
	opacity: 1;
	animation: fadein .75s linear;
	z-index: 10
}

.slide {
	position: absolute
}

.slide:first-child {
	position: relative
}

.tb-inter {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483638
}

.tb-inter-mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	z-index: 1;
	opacity: .7
}

.tb-inter-btn-wrapper {
	width: 100%;
	padding-right: 4%;
	z-index: 10;
	position: relative
}

.tb-inter-close {
	float: right;
	color: white;
	cursor: pointer;
	margin-top: 10px
}

.tb-inter-frame {
	padding-left: 5%;
	padding-right: 5%;
	height: calc(95vh - 50px)
}

.tb-inter-iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 10px solid white;
	position: relative;
	z-index: 5;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow: scroll
}

@media screen and (max-width:1925px) {
	.center {
		width: 1660px
	}
}

@media screen and (max-width:1680px) {
	.center {
		width: 1330px
	}

	header .center {
		padding-left: 10px;
		padding-right: 10px
	}

	#right_content {
		clear: both !important;
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mirror_page.large_content #side_content {
		margin-left: -160px
	}

	#center_content,.mirror_content #center_content {
		margin-right: 0;
		margin-left: 0
	}

	#sidebar {
		width: auto
	}

	#sidebar .grid_box,.no_sidebar .grid_box,.large_content .grid_box {
		width: 25%;
		padding: 7px
	}

	#sidebar .polaroid .title,.no_sidebar .polaroid .title,.large_content .polaroid .title {
		padding: 5px 8px 0 8px;
		height: 35px
	}

	.videopage #sidebar .grid_box,.no_sidebar.videopage .grid_box,.large_content.videopage .grid_box {
		width: 25%;
		padding: 7px
	}

	.videopage #sidebar .polaroid .title,.no_sidebar.videopage .polaroid .title,.large_content.videopage .polaroid .title {
		padding: 5px 8px 0 8px;
		height: 35px
	}

	#sidebar .grid_box:nth-child(odd) .img_box,.no_sidebar .grid_box,.large_content .grid_box:nth-child(odd) .img_box {
		margin-left: auto
	}

	#sidebar .grid_box:nth-child(even) .img_box,.no_sidebar .grid_box,.large_content .grid_box:nth-child(even) .img_box {
		margin-right: auto
	}

	.large_content #wrapper_content {
		margin-left: 170px
	}

	.mirror_page.large_content #wrapper_content {
		margin-right: 170px;
		margin-left: 0
	}

	.no_sidebar #wrapper_content {
		margin-right: 0
	}

	.mirror_page.no_sidebar #wrapper_content {
		margin-left: 0;
		margin-right: 330px
	}

	.no_sidebar #breadcrumb {
		margin-left: 340px
	}

	.mirror_page.no_sidebar #breadcrumb {
		margin-left: 10px
	}

	.large_content #side_content #speziale_column {
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: left top;
		transform: scale(0.5);
		transform-origin: left top
	}

	.large_content #breadcrumb {
		margin-left: 180px
	}

	.grid_box,.large_content #sidebar .grid_box {
		width: 25%
	}

	.tag_list li {
		width: 33%
	}
}

@media screen and (max-width:1380px) {
	.center {
		width: 100%
	}

	.no_sidebar #wrapper_content {
		margin-right: 0
	}

	.mirror_page.no_sidebar #wrapper_content {
		margin-left: 0;
		margin-right: 170px
	}

	.mirror_page #side_content {
		margin-left: -320px
	}

	.mirror_page.no_sidebar #side_content {
		margin-left: -160px
	}

	.no_sidebar #breadcrumb {
		margin-left: 170px
	}

	.no_sidebar #speziale_column {
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: left top;
		transform: scale(0.5);
		transform-origin: left top
	}

	.grid_box {
		padding: 5px
	}

	#sidebar .grid_box,.no_sidebar .grid_box,.large_content .grid_box {
		padding: 5px
	}

	.videopage #sidebar .grid_box,.no_sidebar.videopage .grid_box,.large_content.videopage .grid_box {
		padding: 5px
	}
}

@media screen and (max-width:768px) {
	html,body {
		font-size: 12px;
		line-height: normal
	}

	.center {
		width: 100%
	}

	header .center {
		padding-left: 5px;
		padding-right: 5px
	}

	article {
		padding: 0
	}

	footer {
		padding: 10px
	}

	.linkspace a {
		line-height: 30px
	}

	footer .block {
		float: none;
		width: auto
	}

	#footer {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	#wrapper {
		float: none
	}

	#wrapper_content {
		margin: 0 !important
	}

	.grid_box {
		width: 33% !important
	}

	.star.polaroid .title {
		font-size: 14px
	}

	

	header {
		padding-left: 0;
		padding-right: 0
	}

	#side_content {
		display: none
	}

	#breadcrumb {
		margin-left: 0
	}
}

@media screen and (max-width:640px) {
	.grid_box {
		width: 50% !important
	}
}

.iframer {
	width: 1px;
	min-width: 100%;
	border: 0
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-fw {
	text-align: center;
	width: 1.28571429em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fa-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@font-face {
	font-family:'Font Awesome 5 Free';font-weight:900;src:url("../fonts/fa-custom.woff2") format("woff2"),url('../fonts/fa-custom.woff') format('woff'),url('../fonts/fa-custom.ttf') format('truetype'),url('../fonts/fa-custom.svg#fa-custom') format('svg');font-display:block
}

i.fa,i.fas,span.fa,span.fas {
	font-family: 'Font Awesome 5 Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-reddit-alien:before,.fa-reddit:before {
	content: "\f281"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f39e"
}

.fa-search:before {
	content: "\f002"
}

.fa-star:before {
	content: "\f005"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-times:before,.fa-close:before {
	content: "\f00d"
}

.fa-cog:before {
	content: "\f013"
}

.fa-home:before {
	content: "\f015"
}

.fa-download:before {
	content: "\f019"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-video:before,.fa-video-camera:before {
	content: "\f03d"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-folder:before,.fa-folder-o:before {
	content: "\f07b"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-bars:before,.fa-navicon:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-circle:before {
	content: "\f111"
}

.fa-code:before {
	content: "\f121"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-caret-square-right:before,.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "\f152"
}

.fa-thumbs-up:before,.fa-thumbs-o-up:before {
	content: "\f164"
}

.fa-thumbs-down:before,.fa-thumbs-o-down:before {
	content: "\f165"
}

.fa-university:before {
	content: "\f19c"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-share-alt:before,.fa-share-alt-square:before {
	content: "\f1e0"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-server:before,.fa-tasks:before {
	content: "\f233"
}

.fa-hand-peace:before,.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-long-arrow-alt-left:before,.fa-long-arrow-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before,.fa-long-arrow-right:before {
	content: "\f30b"
}

.fa-mobile-alt:before,.fa-mobile:before {
	content: "\f3cd"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-expand-alt:before,.fa-expand:before {
	content: "\f424"
}

.fa-check-double:before,.fa-check-circle-o:before {
	content: "\f560"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-sign-in:before {
	content: "\f090"
}

.qzIJZmO8UQGd {
	width: 300px;
	height: 100px
}

.CWM0ykBS {
	width: 300px;
	height: 125px
}

.vuxX2obzpE {
	width: 300px;
	height: 250px
}

.UhY8R4XyKO {
	width: 250px;
	height: 250px
}

.y5Lwljd9 {
	width: 250px;
	height: 300px
}

.TDT2VrS4 {
	width: 620px;
	height: 80px
}

.gTO0qJylpk {
	width: 730px;
	height: 90px
}

.efUoZNJ5a {
	width: 900px;
	height: 250px
}

#ET7mk3QMGH .vuxX2obzpE {
	margin-bottom: 3px
}

#vNaKmC5IB6bM {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	text-align: center
}

#vNaKmC5IB6bM > div {
	margin: 10px 10px 10px 0px
}

#oxB3zv6D {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	text-align: center
}

#ET7mk3QMGH iframe {
	margin: 0;
	margin-bottom: 3px
}

#special4 iframe {
	display: inline;
	margin: 0
}

#kOBahTU6Y0,#special12,#pvbRsztBMr,#UcxztMUn,#tECd7JrSoaWj {
	display: none
}

#ET7mk3QMGH,#J4n0limJu {
	transform-origin: left top
}

#oxB3zv6D {
	box-sizing: initial;
	overflow: hidden
}

.relevant_tags {
	padding: 0 5px 0 10px
}

.tagsa {
	font-size: 16px;
	cursor: pointer;
}

.video_header {
	font-size: 16px
}

.video_header h1 {
	font-size: 1.5em;
}

.app {
	margin: 10px 0;
	border-radius: 3px;
	overflow: hidden
}

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

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

.app ul li a {
	font: 13px/28px Tahoma,'Microsoft Yahei',Simsun;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}

@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:640px) {
		.app ul li{width: calc(100%/6);
	}
}
@	media screen and (max-width:544px) {
		.app ul li{width: calc(100%/4);
	}
}
@	media screen and (max-width:400px) {
		.app ul li{width: calc(100%/3);
	}
}	
	
.pagination a{font-size: 18px;}

.video  img{max-width:100%}

.photo-two {
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 65px;
}

.photo-two a {
    line-height: 12px;
}

.photo-two img {
    border-radius: 12%;
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}

.photo-name {
    font-size: large;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: small;
}



.col6{
    width: 50%;
    float: left;
}
.col6 a{
    display: block !important;
}
@media screen and (max-width: 750px){
     
.col6 {
    width: 100%!important;
}
.col6  img{
    height: 50px !important;
}
}
.header-logo-center {
  display: flex;
  justify-content: center;      /* 水平居中 */
  align-items: center;          /* 垂直居中（如果header有高度） */
  width: 100%;                  /* 占满一行 */
  height: 50px;                 /* 根据你的 header 高度调整，或去掉让内容撑开 */
  padding: 10px 0; 
}

/* 保持你之前的文字样式 */
.text-logo-link {
  display: block;
  text-decoration: none;
}

.text-logo {
  font-size: 28px;
  font-weight: 900;
  line-height: 50px;
  height: 50px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
  /* ... 其他你已有的样式 */
}
.search-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 48px;
  margin: 20px auto;
}

.search-input {
  width: 100%;
  height: 100%;
  padding: 0 55px 0 20px;
  border: 2px solid #444;
  border-radius: 30px;
  background: #111;
  color: #eee;
  font-size: 16px;
  outline: none;
}

.search-input:focus {
  border-color: #ff3366;
  box-shadow: 0 0 12px rgba(255,51,102,0.4);
}

.search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search-btn:hover,
.search-btn:focus {
  color: #ff3366;
  background: rgba(255,51,102,0.1);
}