/*这里保存全局的css定义。所有从其它站点自定义出来的按钮样式以及对基础css库的校正都可以放在这里。*/


/*INSPOINTBEGIN:SITECSS*/
/*INSPOINTEND:SITECSS*/
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;  
}

body{
background-image: linear-gradient(0deg,rgba(220, 220, 220, 0.45) 0,rgba(204, 204, 204, 0.529412) 100%);
background-attachment: scroll;
background-size: auto;
background-origin: border-box;
background-clip: border-box;
background-position: 50% 50%;
background-repeat: repeat;
min-height: 100vh;
}


.afooter td.active{
color:#1bbc9b !important;
}
.afooterc td{color:#999 !important;}





