  a[title="站长统计"]{
    display: none;
	}
.header{
	display: flex;
    justify-content: space-around;
}
.head-right {
    width: 220px;
    height: auto;
    float: right;
    margin-top: -27px;
}
.head-right h4{
  	margin-bottom: 10px;
}
      
.head-right h4 span{
    color: #f03;
    font-size: 16px;
    margin-left: 0;
    float: right;
    line-height: 20px;
}
.head-right p {
    height: 20px;
    line-height: 20px;
    background: #3aaaf8;
    margin: 4px 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.head-right p span {
    color: #fff900;
    padding: 0 2px;
}
.tab-box {
    margin-top: 20px;
}
.relative {
    margin: auto;
}