
/* 页面底部 */
.footer {
    padding-top: 20px;
    background-color: #1767EF;
    background: -webkit-linear-gradient(60deg, rgba(20,196,251,0.95), rgba(23,103,239,0.95));
    background: -o-linear-gradient(60deg, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
    background: -moz-linear-gradient(60deg, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
    background: linear-gradient(60deg, rgba(33,146,217,0.95), rgba(20,196,251,0.95));
}
.footer, .footer a {
    color: #fff;
}
.footer a:link, .footer a:visited{
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #F7C47D;
}
.footer .footer-content {
    padding-left: 0;
}
.footer .footer-content li {
    list-style-type: none;
    line-height: 2.5em;
    font-size: 1em;
}
.footer .footer-content li > h5 {
    font-size: 1.3em;
}
.footer .footer-terms {
    border-top: 1px solid  #fff;
    border-bottom: 1px solid  #fff;
    padding-top: 0.75em;
    margin-top: 3em;
	margin-bottom: 1em;
}
.footer .footer-terms p {
    font-size: 1em;
    display: block;
}
.footer .footer-terms p > a {
    margin-left: 2em;
}