html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-moz-min-width: 320px;
	-ms-min-width: 320px;
	-o-min-width: 320px;
	-webkit-min-width: 320px;
	min-width: 320px;
	font-family: Georgia,Microsoft Yahei,Times,serif, arial;
}

::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track
{
	border-radius: 0px;
	background: none;
}
::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: rgba(255,255,255,.75)
}
::-webkit-scrollbar-thumb:hover
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: rgba(85, 85, 85, 0.4);
}

hr{
	border: none;
    border-bottom: 1px solid #a7a4bd;
}

input,textarea:focus {outline: none;}

* {
	margin: 0;
	word-wrap: break-word;
	-moz-word-break: normal;
	-o-word-break: normal;
	word-break: normal;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px;
}

a {
	color: #1e0fbe;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #609;
}

@media screen and (max-width: 1080px) {
	#center-logo {
		margin-bottom: 50px !important;
	}
	#search-box #search {
		width: 400px !important;
	}
}

@media screen and (max-width: 980px) {
	.header-div .nav-logo {
		display: none !important;
	}
	#wall, .adsense {
		margin: 0 5px !important;
	}
	#sort-bar {
		padding-left: 5px !important;
	}
	.download {
		display: inline-block !important;
	}
	#cpv6_right_lower {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	#center-logo {
		margin-bottom: 40px !important;
	}
	#search-box #search {
		width: 305px !important;
	}
}

@media screen and (max-width: 665px) {
	#sort-bar b, #sort-bar a {
		padding: 0 4px !important;
	}
}

@media screen and (max-width: 500px) {
	.ad {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	#search-box #search {
		width: 210px !important;
	}
}

.f_left{float:left}
.f_right{float:right}

img {
	border: none;
}

.ad {
	margin-bottom: 15px;
}

.header-div {
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top:0;
	vertical-align: middle;
	z-index:100;
}

.header-div form {
	margin: 0 140px;
	position: relative;
}

.header-div form a {
	text-decoration: none;
}

.header-div .nav-logo {
	width: 130px;
	vertical-align: middle;
}

.header-div form #search {
	vertical-align: middle;
	font-size:1em; 
	border: 1px solid rgb(185, 185, 185);
	padding: 4px 7px;
	margin: 0;
	height: 22px;
	width: 68%;
	max-width: 550px;
	background-color: white;
	outline: none;
}

#sort-bar {
	-overflow:hidden;
	background: #f8f8f8;
	line-height: 36px;
	-height: 38px;
	padding-left: 140px;
	float: none;
	position: fixed;
	top:50px;
	width:100%;
	z-index:100;
}
#settingDiv {
	background: #d1dcc4;
	line-height: 40px;
	padding-left: 140px;
	float: none;
	position: fixed;
	top:50px;
	width:100%;
}

#settingDiv input[type=checkbox]{
	width:20px;height:20px;display:inline-block;vertical-align:middle;margin-bottom:2px;
}
#settingDiv input[type=radio]{
	width:20px;height:20px;display:inline-block;vertical-align:middle;margin-bottom:2px;
}

#sort-bar b, #sort-bar a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #666;
	padding: 0 6.5px;
}

#sort-bar a:hover {
	color:#ff0000;
}

#sort-bar b {
	border-bottom: 2px solid #38f;
	font-weight: bold;
	color: #323232;
}

#search:hover {border-color:#4d90fe !important}

#search:focus {
	border-color: #4d90fe !important;
}

#center-box-wrapper {
	width: 659px;
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

#center-box {
	margin: 0 auto;
	text-align: center;
}

#first-content {
	width: 100%;
	height: 80%;
	padding: 0;
	display: table;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
}

#center-logo {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

#center-logo img {
	width: 22%;
	-moz-min-width: 170px;
	-ms-min-width: 170px;
	-o-min-width: 170px;
	-webkit-min-width: 170px;
	min-width: 170px;
}

.info-box {
	margin-top: 10px;
	line-height: 1.6;
}

.info-box ul {
	padding: 0;
	text-decoration: none;
}

.info-box ul li {
	display: inline-block;
}

.info-box a {
	text-decoration: none;
	margin: 0 8px;
	color: #0360AF;
}

.hsbtn{
	background: #2E82FF;
    border: none;
    height: 32px;
    color: #fff;
    width: 80px;
    cursor: pointer;
    box-shadow: 0 0 10px #2D84B3;
    padding: 2px 5px;
    vertical-align: middle;
    margin-left: -6px;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 1em;
    font-weight: bold;
}
.clearbtn{
	background: #afaa9d;
    border: none;
    height: 32px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px #f9f9f5;
    padding: 2px 5px;
    vertical-align: middle;
    margin-left: -6px;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 1em;
    font-weight: bold;
}
.settingbtn{
	background: #24c147;
    border: none;
    height: 32px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px #f9f9f5;
    padding: 6px 5px 7px 5px;
    vertical-align: middle;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 1em;
    font-weight: bold;
}
.bdbtn{
	background: #0080c0;
    border: none;
    height: 28px;
    color: #fff;
    cursor: pointer;
    padding: 2px 5px;
    vertical-align: middle;
    margin-left: -6px;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 1em;
}
button.blue, a.blue, input[type=submit].blue {
	width: 80px;
	height: 32px;
	color: white;
	letter-spacing: 1px;
	background: #3385ff;
	border-bottom: 1px solid #2d78f4;
	outline: medium;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	margin-left: -6px;
	box-shadow: 0 0 10px #2D84B3;
}
input[type=submit].hsbtn:hover {
	background: #317ef3;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	-ms-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
}

input[type=submit].hsbtn:active {
	background: #3075dc;
	-ms-box-shadow: inset 1px 1px 3px #2964bb;
	-webkit-box-shadow: inset 1px 1px 3px #2964bb;
	-moz-box-shadow: inset 1px 1px 3px #2964bb;
	-o-box-shadow: inset 1px 1px 3px #2964bb;
	box-shadow: inset 1px 1px 3px #2964bb;
}

#content {
	padding: 15px 0 0;
	margin-top: 50px;
	margin-bottom: 55px;
}

#wall {
	margin: 0 140px;
	overflow: hidden;
}

#wall p {
	margin: 0;
	color: #333;
	line-height: 2.5;
	word-wrap: break-word;
	-moz-word-break: break-all;
	-o-word-break: break-all;
	word-break: break-all;
}

#wall p span {
	margin-left: 10px;
}

#wall p a {
	word-wrap: break-word;
	-moz-word-break: break-all;
	-o-word-break: break-all;
	word-break: break-all;
}
#wall p a.words {
	text-decoration: underline;
    font-size: 1.3em;
}

#search-info {
	color: #999;
	padding: 10px 0 10px 0;
}

#search-box {
	position: relative;
}

#search-box #search {
	border: 1px solid #dadada;
	padding: 4px 7px !important;
	margin: 0;
	height: 22px;
	width: 520px;
	background-color: white;
	outline: none;
	vertical-align: top;
}

.search-statu {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #666;
}

.search-item {
	margin: 0 0 30px 0;
	background: #f5f5dc;
	/* beige; */
    padding: 10px 10px;
    border-radius: 10px;
    overflow: auto;
}
.search-item .item-title{
 	word-break:break-all;
 	display:-webkit-box;
 	-webkit-line-clamp:3; 
 	-webkit-box-orient:vertical;
 	overflow:hidden;
}
.search-item .item-title h3 {
	font-size: 1.2em;
	line-height: 1.2;
}
.search-item .item-title h3 a{
	font-family: Georgia,Times,serif;
	font-weight:bold;
}
.item-title a:hover {
	text-decoration: none;
	-color:#38f
}

.search-item .item-list {
	padding: 5px 0 5px 2em;
}

.search-item .item-list ul {
	padding: 0;
	margin: 0;
}

.search-item .item-list ul li {
	text-decoration: none;
}

.search-item .item-list, .search-item .item-list p {
	color: #222 !important;
	line-height: 1.4 !important;
	word-wrap: break-word;
}

.search-item .item-bar {
	color: #777;
	font-size: 1em;
	line-height: 32px;
}

.search-item .item-bar b {
	color: #00802a;
}

.search-item .item-bar span {
	margin-right: 10px;
}

.search-item .item-bar .download {
	background: url('/static/img/link.png') no-repeat left;
	padding-left: 20px;
	height: 16px;
	margin-right: 10px;
	display: none;
}

.preview{
	max-width:118px;border-radius:10px;
}

.bottom-pager {
	margin: 30px 0 40px 0;
}

.bottom-pager a, .bottom-pager span {
	font: 13px/1.22 arial, helvetica, clean, sans-serif;
	border: 1px solid #a1a2a3;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 8px 12px;
	display: inline-block;
	color: #1e0fbe;
}

.bottom-pager span {
	background-color: #EEE;
	color: #888;
	font-weight: bold;
}

.bottom-pager a:hover {
	background: #f2f8ff;
	border: 1px solid #38f;
}

.bottom-pager a:visited {
	color: #1e0fbe;
}

a.currentPage{ 
	background: #f2f8ff;
	border:1px solid #1e0fbe;
}

.new {
	display: inline-block;
	padding: 2px;
	text-align: center;
	vertical-align: text-bottom;
	line-height: 100%;
	font-style: normal;
	color: #fff;
	overflow: hidden;
	background-color: #f13f40;
	position: relative;
	right: -4px;
	top: -4px;
}

.push {
	height: 40px;
	clear: both;
}

.footer {
	height: 39px;
	width: 100%;
	background: #f2f2f2;
	border-top: 1px solid #e4e4e4;
	line-height: 39px;
	color: #666;
	text-align: center;
	margin-top:55px;
	position:fixed;
	bottom:0;
}

.footer a {
	color: #666 !important;
}

.footer select {
   background: transparent;
   width: 80px;
   padding: 5px;
   border: 0px solid #ccc;
   -webkit-appearance: none; /*for chrome*/
}

h2 {
	margin: 0;
	display: block;
	font-size: 18px;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-weight: bold;
	color: #444;
	word-wrap: break-word;
	-moz-word-break: break-all;
	-o-word-break: break-all;
	word-break: break-all;
}


.lightColor, .lightColor:visited {
	margin-left: 10px;
	color: #888;
}

.pill, .pill:visited {
	padding: 2px 4px;
	color: #d14;
	white-space: nowrap;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

.cpill {
	padding-right: 9px;
	padding-left: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
	color: #ffffff !important;
	white-space: nowrap;
	vertical-align: baseline;
}
.cpill a{
	color:#fff;
}

.blue-pill {
	background-color: #3a87ad;
}
.red-pill {
	background-color: red;
}
.red-pill:hover {
	background-color: #8e3131;
}
.prev-pill {
	background-color: crimson;
}
.prev-pill:hover {
	background-color: #8e3131;
}

.yellow-pill {
	background-color: #f89406;
}
.yellow-pill:hover { 
	background-color: #8e3131;
}
.break-pill {
	line-height:30px;
	background-color: rgba(49, 15, 185, 0.71);
}
.break-pill:hover {
	background-color: #8e3131;
}
.break-pill a{
	color: white;
}
.break-pill a:hover{
	color: white;
}
.sk-pill {
	font-family:Terminal,Courier New;
	line-height:30px;
	padding:6px 5px 5px 5px;
	font-weight:bold;
	background-color: rgba(37, 140, 74, 0.99);
}
.sk-pill:hover {
	background-color: #8e3131;
}
.skclose-pill {
	font-family:Terminal,Courier New;
	line-height:30px;
	padding:6px 5px 5px 5px;
	font-weight:bold;
	background-color: rgba(232, 88, 88, 0.99);
}
.skclose-pill:hover {
	background-color: #8e3131;
}

.magnet-pill {
	-margin: 0 5px;
	line-height:30px;
	background-color: rgba(222, 51, 24, 0.71);
}
.magnet-pill:hover {
	background-color: #8e3131;
}
.magnet-pill a{
	color: white;
	
}
.magnet-pill a:hover{
	color: white;
	text-decoration: none;
}

.nextprev {
	padding: 5px 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
	color: #ffffff !important;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #ee3631;
	cursor:pointer;
}
.nextprev:hover{background-color: #8e3131;}

.fileType5 {
	background-color: red;
}

.fileType0, .fileType6 {
	background-color: #f89406;
}

.fileType1, .fileType2, .fileType3, .fileType4, .fileType7 {
	background-color: #ea644a; 
}

ol li {
	line-height: 1.5em;
	color: #444;
}

#latest-search {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	margin-bottom: 15px;
}


.customCheckbox{
	width: 20px;
    height: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}

#updown{
	position:fixed;right:5px;bottom:125px;background-color: lightcoral;
	border-radius: 30px;color:#fff;
}
#updown div{cursor:pointer;height:30px;}
#updown div:hover {
	background-color: #de1729;
}
#updown span{
	padding: 6px 22px;
	line-height: 30px;
}
#updown #gotop{border-radius:30px 30px 0 0}
#updown #gobottom{border-radius:0 0 30px 30px}
#hidePrevLay{position: fixed;max-height:100%;text-align:center;width:100%;height:600px;max-height:100%;z-index:1000;min-width: 300px;}
#hidePrevLay2{background-color:#232121;position: fixed;top:0;left:0;z-index:999;filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;}

#ttitle{background-dcolor: ivory;margin-bottom:1em;margin-top:0.5em;font-size:1.5em;padding: 5px 0;border-radius: 10px;}
#tabheader{
    padding: 0;
    background-color: beige;
    margin-bottom:20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#tabheader span{
	cursor:pointer;
	font-size: 18px;
    padding: 10px 30px;
    background-color: #d2e2e8;
    color:#000;
    border-radius: 20px;
    margin: 0 10px 10px 0;
}
#tabheader span.on{
    background-color: #2E82FF;
    color:#fff;
}
#tabheader span:hover{
    background-color: #2E82FF;
    color:#fff;
}
#tabheader a{
    color:#000;
}
#tabheader a:hover{
    color:#fff;
}
#filelist{
	line-height:2em;
	margin:5px 0 2.5em 0;
	overflow: auto;
}
.ffolder{
	background-color: forestgreen;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.bg_level1{background-color: forestgreen}
.bg_level2{background-color: darkblue}
.bg_level3{background-color: darkcyan}
.bg_level4{background-color: deeppink}
.ffolder:hover{
    background-color: #17a7de;
}
.ffile{
	background-color: #a53b2b;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.fdsize{
	background-color: #3a638c;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-left:5px;
}
.flsize{
	background-color: #3a638c;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    margin-left:5px;
}
.mfilelist b{line-height:30px;font-size:13px}
.crimson{
	background-color: crimson;
}
#filelistsort span,#filetypes span{
	cursor: pointer;
	padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: baseline;
}
#filelistsort span.on{background-color: #e6204e}
#filelistsort span.off{background-color: #7e8588}
#filelistsort span:hover{background-color: #de1729;}
#filetypes span{margin-left:0 !important;line-height: 30px}
#filetypes span.on{background-color: #e6204e;color:#fff;}
#filetypes span.off{background-color: #d2e2e8;color: #000;}
#filetypes span:hover{background-color: #de1729;color: #fff;}
