body {
    overflow-x:hidden;
    /*font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'PingFang_Regular';
    background-color: #fafafa;
    /*font-weight: 300;*/
    line-height: 1.75;
    color:#595757;
    margin:0;
    padding:0
}

.text-primary {
    color:#5fb796
}

p {
    font-size:14px;
    line-height:1.75
}

p.large {
    font-size:16px
}

a,a:hover,a:focus,a:active,a.active {
    outline:0;
    text-decoration: none;
}

a {
    color:#888;
}

a:hover,a:focus,a:active,a.active {
    color:#888;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -1px;
}

ul, li{
    list-style: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}



