*{
	box-sizing: border-box;
}
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0;
}
::selection{
	background: #262626;
	color: #fff;
	text-shadow: none
}
::-moz-selection{
	background: #262626;
	color: #fff;
	text-shadow: none
}
::-webkit-selection{
	background: #262626;
	color: #fff;
	text-shadow: none
}
:active,:focus{
	outline: 0!important
}
body{
	line-height: 1.5;
	color: #666;
	font-family: Lato,sans-serif;
	padding-top: 0px;
	background-color: #333;
	max-width: 32rem;
	margin: 0 auto;
}
img{
	border: 0;
	vertical-align: middle;
}
a{
	text-decoration: none!important;
	color: #222;
}
a:hover{
	color: #FFD100;
}
a img{
	border: none
}
img{
	max-width: 100%
}
h1,h2,h3,h4,h5,h6{
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px;
	font-family: Raleway,sans-serif
}
h5,h6{
	margin-bottom: 20px
}
h1{
	font-size: 36px
}
h2{
	font-size: 30px
}
h3{
	font-size: 24px
}
h4{
	font-size: 18px
}
h5{
	font-size: 14px
}
h6{
	font-size: 12px
}
h4{
	font-weight: 600
}
h5,h6{
	font-weight: 700
}

.main{
	width: 100%;
	padding: 0px 5px;
}
.hide{
	display:none !important;
}
.show{
	display:block !important;
}
.clear{
	clear:both !important;
}
.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
.float-center{
	margin-left:auto !important;
	margin-right:auto !important;
}
.text-hover{
	color: #FFD100;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-right{
	text-align:right !important;
}
.text-justify{
	text-align:justify !important;
	text-justify:distribute-all-lines !important;
	text-align-last:justify !important;
}
.text-ellipsis{
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.all-adbox{
	margin-bottom: 0px;
}
.all-adbox .main{
	padding: 0px;
}
.all-adbox img{
	height: 40px;
	width: 100%;
}
.all-search-return{
	display: none;
	border: 2px solid #262626;
	background-color: #FFD100;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
	color: #262626;
	padding: 3px 0px;
	margin-left: -5px;
	margin-right: -5px;
}
.all-search-return:hover{
	border: 2px solid #FFD100;
	background-color: #262626;
	color: #FFD100;
}

.header-box{
	position: ;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: #262626;
	color: #999;
	border-bottom: 1px solid #161616;
	z-index: 1000;
}
.header-box .logo{
	float: left;
	font-size: 16px;
	line-height: 0px;
	padding-top: 20px;
	font-size: 26px;
}
.header-box a{
	color: #FFF;
}
.header-box .logo span{
	color: #FFD100;
}
.header-box .search{
	position: relative;
	float: right;
	margin: 0 auto;
	width: 50%;
}
.header-box .search input{
	position: absolute;
	left: 0;
	top: 5px;
	height: 30px;
	width: 100%;
	padding: 5px 50px 5px 10px;
	outline-offset: -2px;
	-webkit-appearance: none;
	overflow: visible;
	margin: 0;
	font-family: inherit;
	line-height: inherit;
	border: 2px solid rgba(255,255,255,0.2);
	color: #ffd100;
	background-color: #333;
	font-size: 12px;
}
.header-box .search button{
	position: absolute;
	right: 0;
	border: medium none;
	top: 5px;
	height: 30px;
	width: 40px;
	background: transparent none repeat scroll 0 0;
	color: rgba(255,255,255,0.2);
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border-bottom: 0px;
	overflow: visible;
}
.header-nav{
	position: ;
	left: 0px;
	top: 40px;
	background-color: #262626;
	border-bottom: 1px solid rgba(255,255,255,.05);
	height: 40px;
	width: 100%;
	color: #EEE;
	z-index: 900;
}
.header-nav a{
	color: #FFD100;
}
.header-nav .a-box{
	font-size: 14px;
	padding-top: 5px;
}
.header-nav .a-box a{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.header-nav .a-box a:hover,
.header-nav .a-box .active{
	background-color: #FFD100;
	color: #262626;
}

.footer{
	padding: 15px 0px;
	text-align: center;
	color: #FFD100;
	background-color: #262626;
}

.index-top-box{
	margin-bottom: 10px;
}
.index-top-box .main{
	background-color: #262626;
	border: 1px solid #161616;
	padding: 0px;
}
.index-top-box .block{
	border: 2px solid #FFD100;
	border-radius: 2px;
}
.index-top-box .block .divider{
	height: 2px;
	background: #FFD100;
}
.index-top-box .block .item{

}
.index-top-box .block .item .area{
	margin: 5px 0px;
	width: 100%;
}
.index-top-box .block .item a{
	display: block;
	float: left;
	text-align: center;
	width: 20%;
	height: 24px;
	color: #FFF;
}
.index-top-box .block .item a:hover{
	color: #FFD100;
}
.index-top-box .block .item .active{
	background-color: #FFD100;
	color: #000;
}
.index-top-box .title{
	border-bottom: 2px solid #FFD100;
	color: #FFD100;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

.general-title-box{
	position: relative;
	width: 100%;
}
.general-title-box .main{
	background-color: #262626;
	border: 1px solid #161616;
	border-bottom-color: #FFD100;
}
.general-title-box .title{
	display: inline-block;
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 50px;
	color: #FFD100;
}
.general-title-box .title i{
	font-size: 16px;
}
.general-title-box .more{
	display: block;
	float: right;
	color: #FFD100;
	font-size: 14px;
	line-height: 50px;
}

.general-video-list{
	width: 100%;
	margin-bottom: 10px;
}
.general-video-list .main{
	background-color: #262626;
	border: 1px solid #161616;
	border-top: none;
	padding: 0px;
}
.general-video-list .box{
	padding: 0px 5px;
	padding-bottom: 10px;
}
.general-video-list .box .item{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 50%;
	padding: 0px 5px;
}
.general-video-list .box .item .content{
	align-items: center;
	border: 1px solid #222;
	background: #333;
	min-height: 175px;
}
.general-video-list .box .item .cover{
	width: 100%;
	height: 100px;
	max-height: 100px;
}
.general-video-list .box .item .info{
	padding: 5px 10px;
}
.general-video-list .box .item .info .title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: normal;
	white-space: normal;
	height: 36px;
	line-height: 18px;
}
.general-video-list .box .item .info .title a{
	color: #FFF;
	font-size: 14px;
	transition: none;
}
.general-video-list .box .item .info .subtitle{
	margin-top: 5px;
	font-size: 12px;
	color: #FFD100;
}
.general-video-list .box .item .info .subtitle a{
	color: #FFD100;
}

.general-video-list .box .movie{
	width: 50%;
}
.general-video-list .box .movie .cover{
	height: 100px;
	max-height: 100px;
}
.general-video-list .box .photo .cover{
	height: 200px;
	max-height: 200px;
}
.general-page-box{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.general-page-box .main{
	background-color: #262626;
	border: 1px solid #161616;
	padding: 0px;
}
.general-page-box .content{
	padding: 5px;
}
.general-page-box li{
	display: inline-block;
	width: 35px;
	height: 35px;
}
.general-page-box li a{
	color: #FFD100;
	line-height: 35px;
}
.general-page-box .active{
	background-color: #FFD100;
	border-radius: 5px;
}
.general-page-box .active a{
	color: #262626;
}
.general-page-box .control-2{
	display: none;
}

.general-fiction-list{
	width: 100%;
	margin-bottom: 10px;
}
.general-fiction-list .main{
	background-color: #262626;
	border: 1px solid #161616;
	border-top: none;
	padding: 0px;
}
.general-fiction-list .box{
	padding: 1px 5px 10px 5px;
}
.general-fiction-list .box .item{
	position: relative;
	margin-top: 10px;
	padding: 0px 5px;
}
.general-fiction-list .box .item .content{
	align-items: center;
	border: 1px solid #222;
	background: #333;
	padding: 10px;
}
.general-fiction-list .box .item .content .title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: normal;
	white-space: normal;
	height: 18px;
	line-height: 18px;
}
.general-fiction-list .box .item .content .title a{
	color: #FFF;
}
.general-fiction-list .box .item .content .title span a{
	color: #FFD100;
}
.general-fiction-list .box .item .content .subtitle{
	margin-top: 5px;
	padding-top: 5px;
	font-size: 12px;
	height: 18px;
	border-top: 1px dotted #FFD100;
}
.general-fiction-list .box .item .content .subtitle li{
	list-style: none;
	float: left;
	width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: normal;
	white-space: normal;
}
.general-fiction-list .box .item .content .subtitle a{
	color: #999;
}

.general-link-list{
	width: 100%;
	margin-bottom: 10px;
}
.general-link-list .main{
	background-color: #262626;
	border: 1px solid #161616;
	border-top: none;
	padding: 0px;
}
.general-link-list .box{
	padding-bottom: 10px;
}
.general-link-list .box .item{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 33.3333%;
	padding: 0px 5px;
}
.general-link-list .box .item .content{
	text-align: center;
	border: 1px solid #222;
	background: #333;
	padding: 5px;
	font-size: 12px;
}
.general-link-list .box .item .content a{
	color: #FFF;
}

.general-video-play{
	width: 100%;
	margin-bottom: 10px;
}
.general-video-play .main{
	background-color: #262626;
	border: 1px solid #161616;
	padding: 0px;
}
.general-video-play .box{

}
.general-video-play .box .play-area{
	width: 100%;
	padding-bottom: 10px;
	position: relative;
}
.general-video-play .box .play-area #Play-Box{
	height: 691px;
}
.general-video-play .box .play-area .prompt{
	margin-bottom: 5px;
	text-align: center;
}
.general-video-play .box .play-area .prompt span{
	background-color: #FFD100;
	padding: 5px 10px;
	color: #262626;
	font-weight: bold;
}
.general-video-play .box .play-area .keywords{
	text-align: center;
}
.general-video-play .box .play-area .keywords a{
	margin: 5px;
}
.general-video-play .box .play-area .shunt{
	margin-bottom: 10px;
}
.general-video-play .box .play-area .shunt strong{
	margin: 5px 0px;
}
.general-video-play .box .play-area .shunt{
	padding: 5px 0px;
	text-align: center;
}
.general-video-play .box .play-area .shunt a{
	display: inline-block;
	color: #FFF;
	border: 1px solid #FFD100;
	background: #333;
	margin: 5px;
	padding: 3px 10px;
}
.general-video-play .box .play-area .shunt .active{
	background-color: #FFD100;
	color: #262626;
}
.general-video-play .box .play-area .mejs__overlay-button{
	display: none;
}

.general-video-play .box .play-area #Play-Box{
	height: 640px;
	position: relative;
	background-color:#333;
}
.general-video-play .box .play-area .box-title{
	margin: 10px 0px;
	color: #FFD100;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.general-video-play .box .play-area .box-title span{
	position: relative;
	padding-bottom: 5px;
}
.general-video-play .box .play-area .box-title span:after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #FFD100;
	height: 4px;
	content: '';
	background-color: #FFD100;
}

/* Ad Class */
.adbox-all-top{
	width: 100%;
}
.adbox-all-top img{
	width: 100%;
	height: 100px;
}
.adbox-all-top .min{
	height: 60px;
}

.adbox-all-bottom{
	text-align: center;
}
.adbox-all-bottom a{
	display: block;
}

.adbox-all-bottom img{
	max-width: 1170px !important;
}

.play-adbox-pause{
	position: absolute;
	z-index: 900;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #000;
	padding-top: 30px;
}
.play-adbox-pause .ad-box{
	height: 100%;
	position: relative;
}
.play-adbox-pause .pause-prompt{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	padding: 5px;
	color: #FFF;
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	font-size: 16px;
	z-index: 1100;
	color: #FFD100;
}
.play-adbox-pause .pause-play{
	position: absolute;
	top: 40%;
	left: 50%;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 32px;
	color: #FFF;
	display: inline-block;
	background-color: #FFD100;
	width: 40px;
	height: 40px;
	line-height: 20px;
	margin-left: -20px;
	text-align: left;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;
}
.play-adbox-pause img{
	width: 100%;
	height: 100%;
}
.play-adbox-pause .ad-box div{
	position: absolute;
	height: 100px;
	top: 5%;
	left: 0px;
	width: 100%;
	z-index: 500;
}
.play-adbox-pause .ad-box iframe{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 500;
	max-width: 90%;
}
.mejs__overlay-error,.mejs__overlay-play{
	display: none !important;
}
.mejs__controls{
	background-color: #FFD100 !important;
}


.general-magnet-list{
	width: 100%;
	margin-bottom: 10px;
}
.general-magnet-list .box{
	padding-top: 10px;
}
.general-magnet-list .box .item{
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
}
.general-magnet-list .box .item .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
.general-magnet-list .box .item .magnet{
	margin-bottom: 10px;
}
.general-magnet-list .box .item .magnet a{
	color: #FFD100;
	font-weight: bold;
}
.general-magnet-list .box .item .subtitle span{
	color: #FFD100;
	font-weight: bold;
}

.general-photo-album{
	width: 100%;
	margin-bottom: 10px;
}
.general-photo-album .main{
	background-color: #262626;
	border: 1px solid #161616;
}
.general-photo-album .box{
	position: relative;
	text-align: center;
	margin: 10px 0px;
}
.general-photo-album .box img{
	max-width: 100%;
	min-width: 60%;
}
.general-photo-album .box .left{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	z-index: 100;
	cursor: pointer;
}
.general-photo-album .box .right{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	z-index: 100;
	cursor: pointer;
}
.general-photo-album .prompt{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0px;
	color: #FFD100;
	border-top: 2px solid #FFD100;
	border-bottom: 2px solid #FFD100;
}

.general-fiction-content{
	margin-bottom: 10px;
	width: 100%;
}
.general-fiction-content .main{
	background-color: #262626;
	border: 1px solid #161616;
}
.general-fiction-content .keywords{
	padding: 0px 5px;
	border-bottom: 2px solid #FFD100;
	margin-bottom: 5px;
}
.general-fiction-content .keywords a{
	padding: 0px 10px;
	margin: 5px 0px;
	color: #FFF;
	display: block;
	float: left;
	text-align: center;
	width: 20%;
}
.general-fiction-content .font{
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFD100;
}
.general-fiction-content .font a{
	cursor: pointer;
	color: #FFF;
}
.general-fiction-content .font .active{
	color: #FFD100;
	font-weight: bold;
}
.general-fiction-content .content{
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}
.general-fiction-content .content p{
	color: #EEE;
	margin-bottom: 10px;
	line-height: 28px;
	text-indent: 2em;
	padding: 5px 5px;
	transition: all .3s ease-out;
}
.general-fiction-content .photo{
	text-indent: inherit;
	margin: 30px 0px;
	text-align: center;
}
.general-fiction-content img{
	max-width: 60%;
	max-height: 500px;
}

.ad-box-banner{
	width: 100%;
	margin-bottom: 10px;
}
.ad-box-banner .main{
	padding: 0px;
}
.ad-box-banner *{
	width: auto !important;
	max-width: 100% !important;
}

.vip-ad-box{
	background-color: #262626;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	border: 5px solid #111;
}
.vip-ad-box .title{
	font-size: 26px;
	color: #FFD100;
	margin-bottom: 10px;
}
.vip-ad-box .subtitle{
	color: #ffffff;
}
.vip-ad-box .go-link{
	color: #000;
	margin-top: 10px;
	background-color: #FFD100;
	display: block;
	padding: 10px 0px;
	width: 100%;
}

.pages{ padding: 20px; text-align: center;color: #FFFFFF;line-height:0;font-size:0px;overflow:hidden;}
.pages em{ font-style:normal;}
.pages .pagego{height:30px;line-height: 30px;padding-bottom: 2px;background-color : #FFFFFF;border : 1px solid #000;color : #0066FF;display: none;	}
.pages .pagebtn{display: none;}
.pages a, .pages span,.pages em,.pages label{height: 30px;line-height: 30px; font-size:12px;display: inline-block;text-align: center;margin: 0 1px;padding: 0 10px;color: #FFD100;overflow: hidden;vertical-align: middle;}

.pages span.pagenow{background-color: #FFD100;border-radius: 5px;color:#000;}
.fenge {height:1px;width:100%;background:#ff268b;overflow:hidden;}


