body {
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto;
    font: normal 16px/2 SimHei, Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
    color: #000;
    background: #f2f2f2;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: #222;
}

a:link {
    color: #222;
}

a:visited {
    color: #222;
}

a:hover {
    font-weight: 600;
    color: blue;
}

a:active {
    font-weight: 600;
    color: blue;
}

.box-wrapper {
    width: 100%;
    background-color: #FFFFFF;
}

.title {
    display: flex;
    flex-direction: row;
    height: 86px;
}

.logo {
    flex: 3;
}

.info {
    flex: 5;
}

.bar {
    width: 100%;
    height: 50px;
    background-color: #0099D6;
}



.agreement-title {
    font-size: 24px;
    text-align: center;
    padding: 10px;
}

.agreement-content{
    padding:0 10px;
}
.outline {
    font-weight: 600;
    text-decoration: underline;
}



ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.footer-info {
    display: flex;

}

.footer-info-left {
    display: flex;
    flex: 2;
    align-items: center;
}

.footer-info-left img {
    width: 100%;
}

.footer-info-mid {
    flex: 2;
}

.footer-info-right {
    flex: 3;
}

li {
    list-style-type: none;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    background-color: #DDD;
}


.footer-bottom span {
    display: block;
    font-size: 14px;

}

hr {
    margin: 0;
}