@charset "utf-8";
        .aaa li{float:left; padding:5px;}
		a:link{color: #222222;}
		.wp-pagenavi{
	overflow:hidden;
	text-align:center;
	width:100%;margin-top: 5px;
}

.page_navi{overflow:hidden;width:100%;text-align:center;padding: 10px 0 0 0;}
.page_navi a {
    height: 28px;
    border: 1px solid #4a4a4a;
    background: #222222;
    text-decoration: none;
    line-height: 28px;
    margin: 2px;
    padding: 3px 8px;
    box-shadow: 0 0 2px black;
}
.page_navi a:hover,.page_navi a.current{border:1px solid #9a9a9a;color:#FF7200}
/*图片最大宽度*/
p img {
padding: 0;
max-width: 950px; 
width: expression(this.width > 900 ? "900px": (this.width+"px"));height:auto; 
}

bg {
    background-color: #000000;
    background-image: url("//static.cki.me/wp-content/uploads/2017/09/amanda-sandlin-10508-1024x683.jpg");
    overflow-y:hidden
}
::-webkit-scrollbar-thumb{
background-color:#333333;
height:50px;
/*—outline-offset:-2px;
outline:2px solid #fff;
-webkit-border-radius:4px;
border: 2px solid #fff;–*/
}
 
/*—鼠标点击显示样式–*/
::-webkit-scrollbar-thumb:hover{
background-color:#1D385A;
height:50px;
/*—-webkit-border-radius:4px;–*/
}
 
/*—滚动条大小–*/
::-webkit-scrollbar{
width:8px;
height:18px;
}
 
/*—滚动框背景样式
::-webkit-scrollbar-track-piece{
background-color:#fff;
-webkit-border-radius:0;
} –*/

/*a:link {color: #f25d8e} /* 未访问的链接 */
/*a:visited {color: #f25d8e} /* 已访问的链接 */
/*a:hover {color: #f33774} /* 鼠标移动到链接上 */
/*a:active {color: #f33774} /* 选定的链接 */

/*- 按钮 -*/
.btn {
    /* background: #fff; */
    border: 1px solid #aaa;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    /* letter-spacing: 1px; */
    padding: 6px 12px;
    /* margin-top: 30px; */
    margin-right: 1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

table
  {
  border-collapse:separate;
  border-spacing:1px;
  }

.btn-page a {
    height: 28px;
    border: 1px solid #4a4a4a;
    background: #222;
    text-decoration: none;
    line-height: 28px;
    margin: 2px;
    padding: 3px 8px;
    color: #FFFF;
}
::selection {
    color: #fff;
    background: #ff4081;
    text-shadow: none;
}