* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}

body {
    font-family: Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}
button,
input,
optgroup,
select,
textarea {
    font-family: Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}
a {
    text-decoration: none;
    outline:none;

}
a:hover {
     color: red;
     text-decoration: underline;
 }
img {
    display: block;
    max-width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
h1,h4{
	color: #333;
}
.agreement-wrap h1{
    font-size: 0.51rem;
    text-align: center;
    margin: 0.9rem 0;
}
.agreement-wrap h4{
    font-size: 0.42rem;
    margin: 0.42rem 0 0 0;
}
.agreement-wrap{
    padding: 0 0.3rem 1rem 0.3rem;
    font-size: 0.38rem;
    margin-bottom: 1rem;
    color: #333;
}
.agreement-wrap p{
    font-size: 0.38rem;
    line-height: 0.6rem;
    text-align: justify;
}

