@charset "utf-8";
html, body {
	overflow-x: hidden;
	font-size:13px;
    color: #333;
	background-color:#fff;
    margin:0;
    font-family: Microsoft YaHei, Helvetica, '宋体', Tahoma, Arial, "5b8b4f53", sans-serif;
}
form, h1, h2, h3, h4, h5, h6,th {
	font-weight:400;
	font-size:13px;
}
form, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd {
	margin:0;
	padding:0;
	list-style:none;
}
a {
 	color:#333;
    text-decoration:none;
  	font-size:13px;
}
a:hover {
 	color:#3577ce;
}
.l {
	float:left
}
.r {
	float:right
}
/*
.text-left{text-align:left}
.text-right{text-align:right}*/
.text-center{text-align:center;}
.white-space{white-space:nowrap}
.text-color{color:#337ab7}
/*清除浮动*/
.clearfix:after,.clearfix:before{display:table;content:" "}
.container{
  margin-right:auto;
  margin-left:auto
}
/* 头部 */
.header {
	overflow-y:auto;
    margin:10px 0px 10px 0;
	overflow:hidden;
  	width:100%;
}
.header .logo {
	float:left;
	overflow:hidden;
	width:45%;
	padding-top:0px;
	white-space:nowrap;
}
.header .logo a{
	height:33px;
    line-height:2.4;
	font-weight:bold;
	font-family:'微软雅黑';
	font-size:13px;
    padding:5px 4px;
	text-align:center;
	background-color:#fff;
	color:#2E8B57;
	white-space:nowrap;
	vertical-align:middle;
    text-shadow:0px 1px 0px rgba(0,0,0,.8);
    border-radius: 2px;
}
.header .search {
	overflow:hidden;
	width:55%;
}
.header .search .size{
	font-size:11px;
  	float:right;
    text-align:right
}
/* 搜索框 */
.input-group{
	vertical-align:middle;
  	width:100%;
}
.input-addon,
.input-text,
.input-so {
	height:33px;
	font-size:12px;
	line-height:1.3;
}
.input-text{
	float:left;
    width:95%;
	padding:0 5px;
	display:block;
	color:#555;
	background-color:#fff;
	border:2px solid #ddd;
	border-radius: 2px;
	height: 33px;
}
.input-text:focus,
.input-so:focus{
	outline:0;
}
.input-so {
    padding:0px 5px;
	text-align:center;
	cursor:pointer;
    margin-left:-32px;
	background-color:#333;
	color:#fff;
	white-space:nowrap;
	border:1px solid #333;
	border-radius: 2px;
}

/*头部栏目导航*/
.nav {
    width: 100%;
    margin-bottom: .75rem;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: .25rem;
}

.nav a {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    background-color: #CD5555;
    color: #fff;
}


/*副导航条*/
.title{
  padding: 5px;
  margin-top:10px;
  margin-bottom:10px;
  list-style:none;
  background-color:#f5f5f5;
  width:100%;
  border-radius: 3px;
}
.title>li{display:inline-block}
.title>li+li:before{
  padding:0 2px;
  color:#ddd;content:"| "
}
.title .r a{
  padding:4px 5px;
  font-size:13px;
  /*border:1px solid #0450b9;*/
  text-align:center;
  margin-right:-1px;
}
/*.title .r .hover,.title .r a:hover{
    background-color:#0450b9;
    color:#fff;
    border:1px solid #0450b9;
}*/

/*-分类翻页Pages-*/
.mac_pages1 {text-align:center; padding:8px 0 0 0; overflow:hidden;}
.mac_pages1 .page_tip1 {color:#7f7f7f;font-weight:normal;margin-bottom:8px;}
.mac_pages1 .page_link1{display:inline-block; padding:5px 8px; border:1px solid #ddd;font:normal 13px/18px Verdana;margin-bottom:2px;border-radius:3px}
.mac_pages1 .page_current1{display:inline-block; padding:5px 8px; background-color:#0450b9; border:1px solid #0450b9; color:#fff;}
.mac_pages1 .page_input1 {height:25px; width:30px;border:1px solid #ddd;}
.mac_pages1 .page_btn1{border:1px solid #CCCCCC; height:24px; width:40px;text-align:center; cursor: hand;}
.mac_pages1 .page_info1 a:hover{background-color:#0450b9; border:1px solid #0450b9; color:#fff;}
.page_btn{
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #ddd;
    font: normal 13px/18px Verdana;
    margin-bottom: 2px;border-radius:3px
}
.page_input{line-height:1.8;border-radius:3px;margin-bottom: 2px;}
.tiaozhuan{margin-top:10px}
/*-/Page-*/
/*-搜索后文字提示-*/
.wrap{width:100%;max-width:1260px;min-width:320px;padding:0;margin:0 auto; position:relative; overflow:hidden;font-size:13px;}
.wrap h1{font-size:13px}
/*友情琏接*/
.links {
	margin:6px 0 10px 0;
	padding:0;
    width:100%;
}
.link {
	margin:0 -5px;
    display:inline-block;
  	list-style:none;
}
.links li{
    display:inline-block;
    font-size:12px;
	line-height:1.5;
  	padding:5px;
  	border: 1px solid #c48822;
}
.juse{color:#1570ef}
.red{font-weight:800;color:red}
.footer{
  border-top:1px solid #f5f5f5;
  margin-top:10px;
  line-height:1.5;
  text-align:center;
  font-size: 10px;
  color: #666;
}

/*-内容页-*/
.media {
	overflow:hidden;
  	width:100%;
}
.media ul{
	margin-left:-5px;
  	margin-right:-5px;
}
.media li {
	float:left;
	width:50%;
	height:130px;
	padding:0 5px 0 5px;
	overflow:hidden;
  	background-color:#fff;
}
.media li img {
	width:100%;
	height:130px;
	border-radius: 3px;
}
.media .media-info dt{
    text-align:left;
  	overflow:hidden;
	line-height:1.3;
	font-size: 12px;
}
.media .media-info .playurl2{
	margin-bottom:8px;
    line-height:2.3;
}
.media .media-info .playurl2 a{
    border-top:1px solid #0450b9;
    padding: 5px 20px 7px 20px;
	background: #0450b9;
	color: #fff;
  	font-size:13px;
  	text-align:center;
  	vertical-align:middle;
  	border-radius: 3px;
}
/*-播放地址-*/
.playurl{
	margin-top:10px;
}
.playurl dt{
	margin-bottom:10px;
}
.playurl dd{
	margin:0;
}
.playurl dd a{
	margin:0;
    /*border:1px solid #337ab7;*/
	padding:7px 10px;
	background: #0450b9;
	color: #fff;
  	font-size:13px;
}
/*-内容页热播-*/
.title3 {
	margin-top:10px;
  	margin-bottom:5px;
	padding:0;
  	overflow:hidden;
    width:100%;
}
.pic {
    overflow:hidden;
    width:100%;
}
.pic ul{
	margin-left:-5px;
  	margin-right:-5px;
}
.pic li {
	float:left;
	width:50%;
	height:162px;
	padding:0 5px 0 5px;
	/*text-align:center;*/
	white-space:nowrap;
	overflow:hidden;
  	background-color:#fff;
  	position: relative;
}
.pic li img {
	width:100%;
	height:110px;
	border-radius: 3px;
}
.pic li span {
	color:#fff;
	position:absolute;
	bottom:35px;
	right: 10px;
}
.pic2 {
    overflow:hidden;
    width:100%;
}
.pic2 ul{
	margin-left:-10px;
  	margin-right:-10px;
}
.pic2 li {
	float:left;
	width:50%;
	line-height:1.5;
	padding:5px 10px;
	white-space:nowrap;
	overflow:hidden;
    background-color:#fff;
}
/*.pic a{font-size:11px!important}*/
.news h1{font-size:1.15rem;font-weight:799}
.news .source{font-size:10px;color:#666}
.news h1,.news .source{text-align:center}
.pianyi li,.ranking-list li{line-height: 2.4;border-bottom: 1px #e8e8e8 solid;}
/*-播放器-*/
.play-t{
  /*padding:5px 0px 5px 0px;*/
  margin-top:1px;
  list-style:none;
  background-color:#000;
  font-size:13px;
  width:100%;
  color:#ff0000;
  overflow:hidden;
  text-align:center;
  line-height:2;
}
.play-t .l a,.play-t .r a{
  font-size:13px;
  /*border:1px solid #0450b9;*/
  text-align:center;
  color:#fff;
  padding:6px 5px;
  background: #0450b9;
	/*line-height:1.8;*/
}

.play_t {width:100%;overflow:hidden;background:#000;padding:0px 0;font-size:13px;color:#fff;}
.play_t .l{	float:left;padding-top:2px;}
.play_t .r{	float:right;}
.play_t a{padding-left:5px;font-size:13px;color:#fff;}
.play_t .r a{
	padding:7px 10px;
	background: #0450b9;
  	text-align:center;
	line-height:1.9;
}
#bofang_box{ width:100%;overflow:hidden;position:relative; margin:0px auto 0 auto;height:250px;background:#000;border-radius: 3px;}
.logo strong{color:#ffbc00}
.vodlist_l{padding:0 5px}
.title-link{font-weight:800px;background:#f9da9a;text-align:center}
.tab{margin-top: 5px;}
.tab button{border-radius: 5px;
    border: 1px solid #0450b9;
    background: #fff;margin-top: 5px;width:15.8%;cursor: pointer;}
.btn-active{background: #0450b9!important;
    color: #fff;}
/*自适应*/
*{box-sizing:border-box}
@media (max-width:360px) {
    .header .logo a{font-size:12px;line-height: 3;}
    .tab button{font-size:10px;width:18.8%}
    .nav dd a,.links a{font-size:12px!important;}
   
}
@media (max-width:998px){.wenzhang .content img{width:100%}}
@media (min-width:480px){.container{width:480px}}
@media (min-width:760px){.container{width:760px}}
@media (min-width:960px){
    
     .nav {
        grid-template-columns: repeat(10,1fr);
    }
    .container{width:960px}
    .input-text{padding: 0 5px;}
    .mac_search{margin-left:-37px}
    .wenzhang .content img {max-width: 100%}
    .tab button{width:5.25%}
    
}
@media (min-width:1200px){.container{width:1200px}}

@media (max-width:479px) {
    .container{margin-right:10px;margin-left:10px}
}
@media (min-width:480px){
    .header .logo a{font-size:20px;padding:5px 8px;line-height:1.65;}
    .pic li,.pic2 li {width:33.33333333333333%;}
    .pic li {height:130px;}
    .pic li img {height:100px;}
    .media li{width:33.33333333333333%;height:100px;}
    .media li img{height:100px;}
    .media .media-info{width:66.66666666666666%;height:100px;}
    .media .media-info .playurl2{margin-bottom:5px;line-height:2;}
    #bofang_box{ width:100%;height:290px;}
}
@media (min-width:760px){
    .header .logo a{font-size:20px;padding:5px 8px;line-height:1.65;}
    .pic li,.pic2 li {width:25%;}
    .pic li {height:150px;}
    .pic li img {height:120px;}
    .media li{width:25%;height:120px;}
    .media li img{height:120px;}
    .media .media-info{width:75%;height:120px;}
    #bofang_box{ width:100%;height:420px;}
}
@media (min-width:960px){
    .header .logo a{font-size:20px;padding:5px 8px;line-height:1.65;}
    .nav dd{width:10%;}
    .pic li,.pic2 li {width:25%;}
    .pic li {height:130px;}
    .pic li img {height:100px;}
    .media li{width:25%;height:100px;}
    .media li img{height:100px;}
    .media .media-info{width:83.33333333333333%;height:100px;}
    #bofang_box{ width:100%;height:420px;}
}
@media (min-width:1200px){
    .header .logo a{font-size:20px;padding:5px 8px;line-height:1.65;}
   
    .pic li,.pic2 li {width:25%;}
    .pic li {height:180px;}
    .pic li img {height:160px;}
    .media li{width:25%;height:130px;}
    .media li img{height:130px;}
    .media .media-info{width:83.33333333333333%;height:130px;}
    #bofang_box{ width:100%;height:420px;}
}
/* 隐藏 */
@media (max-width:480px){}
@media (min-width:480px) and (max-width:759px){}
@media (min-width:760px) and (max-width:959px){.side,.hidden-lg,.hidden-sm,.top-right{display:none!important}}
@media (min-width:960px){.hidden-lg{display:none!important}}
/* 显示 */
@media (max-width:480px){.visible-xs{display:block!important}}
@media (min-width:480px) and (max-width:759px){.visible-sm{display:block!important}}
@media (min-width:760px) and (max-width:959px){.links,.link{display:block!important}}
@media (min-width:960px){.links,.link{display:block!important}}

 /*body > div:nth-last-of-type(3){max-height:100px;bottom:0!important}*/
 /*body > div:nth-last-of-type(3){height: 50px!important;max-height:60px!important}*/
 /*body > div:nth-last-of-type(2){max-height:50px!important}*/
 /*body > div:nth-last-of-type(0){max-height:50px!important}*/
 
   body > a:nth-last-of-type(3){max-height:70px!important;}
   body > a:nth-last-of-type(2){max-height:70px!important;}
   body > a:nth-last-of-type(1){max-height:70px!important;}
   body > a:nth-last-of-type(0){max-height:70px!important;}
   body > span:nth-last-of-type(1) div{max-height:70px;top:0px!important;}
   body > span:nth-last-of-type(0) div{max-height:70px;top:0px!important;}
   body > span:nth-last-of-type(1){max-height:70px!important;}
   body > span:nth-last-of-type(0){max-height:70px!important;}
   
   
   
   .text-top {
	cursor: pointer;
	color: inherit;
	display: inline-block;
	border: 2px solid #e6ff16;
	background: #ff0101;
	color: #fff;
	font-size: 16px;
	padding: 5px 7px;
	margin: 5px;
}
.toptext {
	display: none;
}
.footlink {
	font-size: 13px;
	display: block;
	float: left;
	margin-left: 1px;
	width: 8%;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #0061ff!important;
}
.bads {
	position: fixed;
	bottom: 0;
	left: 50%;
	height: 8%;
	width: 995px;
	margin: 0 auto;
	transform: translate(-50%, 0px);
	z-index: 9999;
	bottom: 25px;
}
.tads {
	position: fixed;
	top: 0;
	left: 50%;
	height: 8%;
	width: 995px;
	margin: 0 auto;
	transform: translate(-50%, 0px);
	z-index: 9999;
}
.col-md-6{
   max-width: 50%;
}

.photo-one {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(73, 91, 103, 0.37);
	padding-bottom: 10px;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.photo-two {
	display: inline-block;
	display: block;
	height: 90px;
	margin: 5px;
	text-align: center;
	width: 75px;
}
.photo-two a {
	line-height: 12px;
}
.photo-two img {
	border-radius: 12%;
	height: 60px;
	width: 60px;
}
.photo-name {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.leftd {
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	width: 120px;
	left: 0;
	z-index: 9999;
}
.rightd {
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	width: 120px;
	right: 0;
	z-index: 9999;
}
.close_btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	width: 40px;
	background: #f00;
	text-align: center;
}
.close_r {
	/* still bad on picking color */
	background: orange;
	color: red;
	/* make a round button */
	border-radius: 12px;
	/* center text */
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 18px;
	padding: 1px;
}
/* use cross as close button */

.close_r::before {
	content: "\2716";
}
/* place the button on top-right */

.close_r {
	top: -10px;
	right: -10px;
	position: absolute;
}
.close_l {
	/* still bad on picking color */
	background: orange;
	color: red;
	/* make a round button */
	border-radius: 12px;
	/* center text */
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 18px;
	padding: 1px;
}
/* use cross as close button */

.close_l::before {
	content: "\2716";
}
/* place the button on top-right */

.close_l {
	top: -10px;
	left: -10px;
	position: absolute;
}
.closebox1 {
	text-align: center;
	display: inherit;
	background-color: #0600031c;
	color: #fff;
	padding: 4px 0;
	display: block;
}
.closebox2 {
	text-align: center;
	display: inherit;
	background-color: #0600031c;
	color: #fff;
	padding: 4px 0;
	display: block;
}
.closebox3 {
	text-align: center;
	display: inherit;
	background-color: #0600031c;
	color: #fff;
	padding: 4px 0;
	display: block;
}
.closebox4 {
	text-align: center;
	display: inherit;
	background-color: #0600031c;
	color: #fff;
	padding: 4px 0;
	display: block;
}
@media screen and (max-width:1280px) {
	.footlink {
		width: 10%
	}
	.photo-two img {
		border-radius: 12%;
		height: 60px;
		width: 60px;
	}
}
@media screen and (max-width:980px) {
	.bads {
		width: 100%;
		/*bottom:75px;*/
	}
	.tads {
		width: 100%;
	}
	.toptext {
		display: block;
	}
	.toptext {
		display: block;
	}
	.footlink {
		width: 16.5%
	}
	.photo-two img {
		border-radius: 12%;
		height: 58px;
		width: 58px;
	}
}
@media screen and (max-width:990px) {
	.add img {
		height: 65px !important;
	}
}
@media screen and (max-width:750px) {
	.text-top {
		font-size: 12px;
		padding: 1px 3px;
	}
	.bads {
		width: 100%;
		/*bottom:75px;*/
	}
	.tads {
		width: 100%;
	}
	.photo-two {
		width: 22%;
	}
	.footlink {
		width: 24%
	}
	.photo-two img {
		border-radius: 12%;
		height: 52px;
		width: 52px;
	}
	.duilian {
		display: none;
	}
	.aas img {
		height: 50px !important;
		width: 100% !important;
	}
	.aas bigimg {
		height: 78px !important;
	}
	.leftd {
		width: 90px !important;
	}
	.rightd {
		width: 90px !important;
	}
	.bottomads img {
		height: 55px !important;
	}
	.topads img {
		height: 55px !important;
		margin-top: 10px;
	}
}
.col6 {
	position: relative;
	min-height: 1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row6 {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width:750px) {
	.col6 {
		width: 100%!important;
	}
}
@media (min-width: 768px) .col6 {
	width: 100%;
}


	.label2 a
	{
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	color: #333;
	display: inline-flex;
	font-size: 0.95rem;
	height: 2em;
	justify-content: center;
	line-height: 1.5;
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
	margin-bottom: 3px;
	margin-right: 3px;
	border: 1px solid #EE9A49;
	cursor:pointer;
	}
	.linkfont{
    cursor: pointer;
    color: inherit;
    display: inline-block;
    border: 2px solid #8B658B;
    padding: 2px ;
    margin: 2px;
     width: 10.48%;  
    text-align: center;
}


.label3 a {
    padding: 1px 4px !important;
    border-radius: 1px;
    margin: 2px;
    line-height: 20px !important;
    border-right: unset !important;
    border-bottom: 1px solid !important;
    color: #3a88e9;
    font-size: 14px;
    cursor: pointer;
    display:inline-block;
}


@media screen and (max-width: 430px){
.logo a img {
    max-width: 180px;
    width: 100%;
}
}
@media screen and (max-width: 390px){
.logo a img {
    max-width: 180px;
    width: 100%;
}
}

@media screen and (max-width:750px){
      .linkfont{
    font-size: 12px;
    width: 31.3%;}
    
    .container22 {
    position: unset;}


.headline h1, h2 {
    direction: unset;}
   .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-categories .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
    width: 25%;
}
.sidebar+.main-container .list-videos .item, .sidebar+.main-container .place~.item:nth-of-type(-n+7), .place~.item:nth-of-type(-n+7), .member-menu+.main-container-user .list-videos .item, .member-menu+.main-container-user .list-playlists .item, .list-playlists .item, .list-videos .item  {
width: 48%;
}

}
.masterhavora2{
    font-size: 12px;
}






	.return_top i {
	 background-color: #fff !important;
	 box-shadow: 3px 3px 12px 2px #00000080;
	 color: #808080 !important;
	}
	.return_top {
		display: none;
		position: fixed;
		bottom: 155px;
		cursor: pointer;
		z-index: 2147483647;
	}

	.return_top i {
		border-radius: 22%;
		background-color: #2c3d4e;
		font-size: 40px;
		color: #cacaca;
		font-weight: bold;
	}

	@media screen and (max-device-width: 760px) {
		.bottom {
			margin-top: 0 !important;
			border-top: 1px solid #111 !important;
		}

		.return_top i {
			font-size: 2.2rem;
		}
	}

	@media screen and (min-width: 760px) {
		.return_top {
			right: 15%;
		}
	}

	@media screen and (max-width: 760px) {
		.return_top {
			right: 5px;
		}
	}
	
	
	.bt20{
	    margin-top:  20px;
	}
	.bg20{
	    margin-bottom: 20px;
	}
	
	
	.mycate {
			float: left;
			width: 98%;
			padding: 0.4rem 0.5% 0;
		}

		.mycate a {
			display: block;
			height: 2rem;
			line-height: 2rem;
			border-radius: 2px;
			text-align: center;
			border: 1px solid #f91;
			/*color: #f91;*/
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			width: 20%;
			float: left;
			margin-bottom: 5px;
			font-weight: bold;
		}

		.mycate a:hover {
			background: #1e9fff;
			color: #fff !important;
		}

		@media screen and (min-width: 760px) {
			.mycate a {
				height: 2rem;
				line-height: 2rem;
				width: 10%;
			}
		}
		
		
		
		.picdetail img{
		    max-width: 100%;
		}