body {
    font-size: 15px;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial, sans-serif;
    line-height: 1.6;
    position: unset;
    width: 100%;
    overflow-x: unset;
}
a{
    cursor:pointer;
}
.project_body{
    margin-top:0;
}
.fixed {
    position: unset;
    width: unset;
    height: unset;
}
body.fixed{
    position: fixed;
    width: 100%;
    height: 100%;
}
.single-projects #footer {
    width: 100%;
    background: #000;
    color: #fff
}
#header{
    padding-top: 0px;
}
