* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
html, body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x:visible;
    font-family: 'Microsoft YaHei',SimSun,Arial,Tahoma,Helvetica;
}
body {
    max-width: 1920px;
    min-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow-y: hidden;
}
.pc{
    background: #e4e6e9 url(//www.51cube.com/wp-content/themes/press/img/bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
.bp{
	max-width: 1000px;
	margin: 0 auto;
}
.top{
    margin: 0 auto 20px;
    padding: 24px 20px 0;
    width: 1000px;
    height: auto;
    background-color: #4799e6;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.top.cover{
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat;
}
.top.cover::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
}
.top-setup{
    width: 960px;
    height: 30px;
    overflow: visible;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}
.top-setup .setup-l {
    width: auto;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.top-setup .setup-l a {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: 999px;
}
.top-setup .setup-l a {
    background: #3286d7 url(//www.51cube.com/wp-content/themes/press/img/setup.png) no-repeat;
    border-radius: 4px;
}
.top-setup .setup-l a:hover {
    background-position: 0 -30px;
    background-color: #fff;
}
.top-user{
    padding-bottom: 12px;
    width: 960px;
    height: auto;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.top-user .tuser-pic {
    position: relative;
    margin: 0 auto;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: visible;
}
.top-user .tuser-pic img {
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    z-index: 2;
}
.top-setup .setup-r {
    width: auto;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 0;
}
.top-setup .setup-r .generic-button{
    float: left;
    margin-left: 7px;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: content-box;
}
.top-setup .setup-r a {
    display: block;
}
.top-setup .setup-r .follow-button{
    width: 68px;
    height: 30px;
    line-height: 30px;
    color: #3286d7;
    background-color: #e9f7ff;
}
.top-setup .setup-r .follow-button a{
    color: #3286d7;
}
.top-setup .setup-r .follow-button:hover {
    color: #3286d7;
    background-color: #fff;
    border-color: #fff;
}
.top-setup .setup-r .follow-button:hover a{
    color: #3286d7;
}
.top-setup .setup-r #send-private-message{
    width: 68px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border: 1px solid #a3d2ff;
}
.top-setup .setup-r #send-private-message a{
    color: #fff;
}
.top-setup .setup-r #send-private-message:hover {
    color: #3286d7;
    background-color: #fff;
    border-color: #fff;
}
.top-setup .setup-r #send-private-message:hover a{
    color: #3286d7;
}
.top-user .tuser-tit {
    margin-top: 10px;
    width: auto;
}
.top-user .tuser-tit .name{
    height: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.top-user .tuser-tit .nickname {
    padding: 0 7px;
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.top-user .tuser-tit .nickname {
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-user .tuser-tit .meta{
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
}
.top-user .tuser-con {
    width: 400px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 960px;
    height: 44px;
    text-align: center;
    border-top: 2px solid rgba(88,163,234,1);
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 3;
}
.top-nav li{
/*    margin: 0 55px;*/
    display: inline-block;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.top-nav li a{
	color: #fff;
	display: block;
}
.top-nav li.current a,
.top-nav li a:hover{
	font-weight: 700;
	border-bottom: 2px solid rgb(147, 199, 255);
}
.mid{
	overflow: hidden;
    min-height: 700px;
}
.midL {
    float: left;
    margin-right: 10px;
    width: 690px;
    height: auto;
    overflow: hidden;
}
.midNav {
    width: 100%;
}
.daohang {
	margin: 0;
    padding: 0 20px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.daohang li{
    float: left;
    margin-right: 30px;
    padding: 0 7px;
    display: inline-block;
    width: auto;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
}
.daohang li a{
    color: #333;
    display: block;
}
.daohang li.current a{
    color: #2786ed;
    font-weight: 700;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAABGdBTUEAALGPC/xhBQAAADNQTFRFAAAA4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt4+jt90RJugAAABB0Uk5TAAqxTi38aRzjA5bS9NGV80DWxuIAAAAzSURBVAjXPcbFAQAgEAOwoofT/afFySvA4j0+45x5t50s9lwCpyDrqnLLCoial45o/NIASIUChvaXawsAAAAASUVORK5CYII=") center bottom no-repeat;
}
.midR {
    float: right;
    width: 300px;
    height: auto;
    overflow: hidden;
}
.midContent{
	margin-top: 10px;
}
.pg-wrap{
    width: 100%;
    padding: 0;
}
.pg-wrap a{
    height: 40px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 4px;
}
.pg-wrap a:hover{
    color: #2786ed;
}
.pg-wrap .load-more.no-more, .pg-wrap .load-more.no-more:hover {
    cursor: not-allowed;
    color: #9d9d9d;
}
/*sidebar*/
.sideW{
    margin-bottom: 10px;
    padding: 5px 20px 10px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    overflow: visible;
}
.myState .stateDiv{
    padding-top: 15px;
    width: 260px;
    height: auto;
    overflow: hidden;
}
.myState .stateDiv .statelist{
    margin-left: -12px;
    margin-bottom: 20px;
    width: 290px;
    height: 40px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    table-layout: fixed;
    overflow: hidden;
}
.statelist a:hover div{
    color: #1979c4;
}
.statelist div {
    padding: 0 12px;
    text-align: left;
}
.statelist td {
    float: left;
    border-left: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}
.statelist div.num {
    height: 24px;
    line-height: 24px;
    color: #444;
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
}
.statelist div.tit {
    height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
}
.myState .regtime {
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    text-indent: 25px;
}
.myState .regtime {
    background: url(//www.51cube.com/wp-content/themes/press/img/regtime.png) no-repeat;
}


#message{
    margin: 0;
    position: fixed;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%;
    border: none;
    color: #fff;
    background: rgba(235, 65, 61, 0.95);
    font-size: 16px;
    width: 500px;
    padding: 30px 50px;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    align-items: center;
}
#message.updated{
    background: #429bfb;
}
#message ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
#message .closeError{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    right: 10px;
    top: 8px;
    text-align: center;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REREMDg4Mjk3M0NDMTFFREE2MDhFMUY5OTgwRjI4RUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REREMDg4MkE3M0NDMTFFREE2MDhFMUY5OTgwRjI4RUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEREQwODgyNzczQ0MxMUVEQTYwOEUxRjk5ODBGMjhFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEREQwODgyODczQ0MxMUVEQTYwOEUxRjk5ODBGMjhFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnv8qh8AAAHFSURBVHjatJdJSwMxGIZri1trtXrxH/lHVNCpKFjqiltvtbiVqlQUexNUFLSKu0UE/4UePBYFDx48aPwCMxhfMp1kmgk8h+Zbnsk0nUlDjLEe4pV4IrqJUIBkiXciwz+csr9RIboCks4SP7anyif62P/xSHQals6D48AJDEPggUgYXKk4zoi4mJCChHuivU7pDPQ8J2I8holpSLwh2nxKpyUrjTlxWcE4FFyKBYpMQY8yERVz3AonJLcoqijFWv6racW8Wg0mocEJ0eIhHVOReoll39MR0eSSm5ZIXS/Uz87cJxohJ6W6Uh0xZw4a7xEROzaqK9URy54+RWLEj1RXzMkw91FWlfoROxvuG6SHRLNOn3BIf1QJBnNvxJdWF83VDtW41Vs6vXSkSRAdE4uSDWdUjNILYSPlILZpSpxUeGksQ856vWILGl7VeE2uQm7Brxil1/zk4HGheajJ64otyYEgrrgfClC7piquR+qwAT1WvMSDUHDrQ+pQhF5LbuIBSLwzcNjbhp45FPdLTpgdBo62DcQO9M46Ygse+hVDUlG+C/IFHngOYKVImCgJng8+2Uu82Ie5BAvuD1vEXvkn33i/AgwALFANi4S1tXwAAAAASUVORK5CYII=) no-repeat center;
    background-size: 15px 15px;
}
#message li,
#message p{
    font-size: 16px;
    line-height: 2;
    padding: 0;
    margin: 0;
}
.error-overlay{
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}