html, body {
    height:100%;
}
body {
    letter-spacing: 1px;
    font-family: 'Century Gothic',Verdana,Tahoma,Arial,'微软雅黑','fzpzh','黑体','SimSun',Helvetica,sans-serif;
}

#entries {
    height:100%;
}
center {
display: block;
text-align: -webkit-center;
    
position: relative;
}
#downtitle {
    background-color: #007A99; color: #EEE;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
margin:0px 0px 20px 0px;
}
#downtitle1 {
    background-color: #2a84c3; color: #EEE;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
margin:0px 0px 20px 0px;
}
#downtitle .big {
    font-size: 80px;font-weight: 800; padding: 66px 0 0 0;
}
#downtitle .small {
    font-size: 19px; padding: 18px 0 70px 0;  position: relative;  overflow: hidden; line-height: 1.4;
}
#down {
    padding: 12px 0 0;
    text-align: center;
}
#down span{
margin: 5px 2px;
position: relative;
border-radius: 2px;
color: #777;
background-color: #F0F0F0;/* 静态背景颜色  F0F0F0*/
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
display: inline-block;
width: 230px;
font-size: 15px;
line-height: 1.4;
border: 1px solid #DDD;
}
#down span:hover{
color: #FFF;
background-color: #007A99;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
cursor: pointer;
border: 1px solid #AAA;
}/*鼠标在上面背景颜色*/

#down span a{color: #007A99;
padding: 15px;
display: block;
text-decoration: none;
}/*静态字体颜色*/

#down span a p{margin:0px;}
#down span:hover a{color: #F0F0F0;}/*鼠标在上面字体颜色*/

#downcount, #downcount a {
    line-height:1.8;
    font-size: 14px !important;
}
#downcount {
    padding: 0 0 50px;
}

#downcount a {
    color:#16A085;
}

#copyright {
    background: black;
    opacity: 0.8;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    height:55px;
    position: relative;
}
.copyright {
    text-align: center;
    position: relative;
    padding: 5px 0;
}
#copyright, #copyright a {
    color: #999 !important;
    font-size: 13px !important;
    text-decoration: none;
}