* {
	position: relative;
	vertical-align: middle;
}
html { overflow: overlay; }
body,h1,h2,h3,h4,h5,h6,p,hr,ul {
	margin: 0;
	padding: 0;
}
body {
	font-family: "PT Sans",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	/* font-weight: 300; */
	color: #454545;
	background-color: #FFF !important;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul { margin-bottom: 15px; }
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 0;
}
h1 { font-size: 1.9em !important; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1em; }
h5 { font-size: .9em; }
h6 { font-size: .8em; }
a {
	color: #009fd5;
	text-decoration: none;
}
a:hover {
	color: #00B2EE;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul { margin-left: 30px; }
li>ul { margin-bottom: 0; }

.page-content {
	padding: 30px 0;
	text-align: justify;
}
.page-heading {
	font-size: 20px;
	padding-top: 2px;
}
.wrapper {
	max-width: -webkit-calc(700px - (30px * 2));
	max-width: calc(700px - (30px * 2));
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
@media screen and (max-width: 700px){
	.wrapper {
		max-width: -webkit-calc(700px - (30px));
		max-width: calc(700px - (30px));
		padding-right: 15px;
		padding-left: 15px;
	}
}
.wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.post-header { margin-bottom: auto; }
.post-title {
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 1;
}
.post-meta {
	font-size: 14px;
	color: #cfcfcf;
	text-transform: uppercase;
	display: inline-block;
}
.post-content { margin-bottom: 30px; }
.post-list {
	margin-left: 0;
	list-style-type: bisc;
	font-weight: bold;
}
.post-list li {
	/* display: block; */
	list-style-position: inside;
	padding: 0.1em 0;
}
.post-link {
	font-family: "Open Sans";
	/* font-weight: 300; */
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #454545;
	display: block;
	width: 100%;
}
@media screen and (max-width: 700px){ .post-link { font-size: 1.03em; } }
.post-footer {
	padding-top: 3em;
	padding-bottom: 3em;
	margin: auto;
	font-size: 12px;
	font-family: "Open Sans";
	color: #959595;
}
.post-footer.center { text-align: center; }
.post-footer.center>* { margin: 0 auto; }
.post-footer img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-bottom: 3px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* 6K CSS */
#num_newgame, #num_hotgame, #num_oldgame { margin-left : 5px; }
#tip_search {
	color: gray;
	font-size: 6px;
}
#bgm { margin-top: 6px !important; }
@media screen and (max-width: 700px){ #bgm { display:none; } }
#bgm0 { vertical-align: middle !important; }
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
    /* #bgm0 { transform: scaleX(.725); } */
	#bgm_control { display:none; }
}
.post-tool {
	position: absolute;
	word-wrap: break-word; 
	font-size: 1.15em;
}
@media screen and (max-width: 700px){ .post-tool { font-size: .95em; } }
#post-pos {
	width: 109px;
	right: 0;
	top: 0;
}
@media screen and (max-width: 700px){ #post-pos { width: 95px; } }
#post-pos a { color: purple !important; }
.cers {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.cers1, .cers3, .cers4 { background-color: #d9534f; }
.cers0, .cers2, .cers6 { background-color: #5cb85c; }
.cers5, .cers8 { background-color: #f0ad4e; }
.cers7, .cers9 { background-color: #777; }
.duanyou { color: red; }
.shouyou { color: green; }
.yeyou { color: blue; }
.fuzhu { color: gray; }
.cover-tip{
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	width: 210px;
	height: 90px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #000;
	box-sizing: content-box;
}
.cover-bottom{
	top: 29px;
	_top: 16px;
}
.cover-top{
	bottom: 27px;
	_bottom: 25px;
}
.cover-tip .cover-img{
	width: 100%;
	height: 100%;
}
.cover-tip .cover-meta{
	position: absolute;
	bottom: 1px;
	left: 1px;
	margin: 0;
	padding: 0;
	width: 210px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AF000000,endcolorstr=#AF000000);
	height: 30px;
	display: none;
}
.cover-tip .cover-meta .cover-txt{
	float: left;
	width: 105px;
	height: 15px;
	line-height: 15px;
	padding: 7px 0 8px;
	color: #aaa;
	text-align: center;
}
.cover-tip .cover-meta .cover-txt:hover{
	color: #ff4e00;
}
.score_img {
	width: 100px;
	height: 20px;
	position: absolute;
	right: 0;
	margin-top: 4px;
	background-repeat: no-repeat !important;
}
.score_img img { vertical-align: baseline; }
.score_num { color: black; }
.dropdown-menu { min-width: 100%; }
.post-box {
	position: fixed;
	z-index: 999; 
	top: 74%;
	left: 83%; 
	padding: 0 0 15px 0;
}
.post-box>a,i { color: #1EA078; }