li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
}

li {
    color: #666;
    font-size: 12px;
}

p {
    margin: 0;
}

#publicNav a {
    float: right;
    margin-right: 35px;
    line-height: 70px;
    font-size: 14px;
    color: #333;
}

#main {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #666;
    background: rgb(245, 245, 246);
    width: 100%;
    margin-top: 20px;
}

.agreement-title {
    padding: 30px 10px 10px 10px;
    color: #333;
    text-align: center;
    font-size: 20px;
}

.agreement {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.agreement li,
.agreement p {
    line-height: 33px;
}

.agreement .titleOne {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.agreement .title {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

#publicFooter {
    margin-top: 30px;
}

