@charset "utf-8";
.footer{
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}
.footer ul{
    overflow: hidden;
}
.footer li{
    float: left;
    display: inline-block;
    width: 15%;
    text-align: left;
}
.footer li:nth-child(4){
    width: 40%;
}
.footer li .footer-title{
    font-size: 18px;
    color: #333;
}
.footer li i{
    display: inline-block;
    margin: 10px 0;
    width: 72px;
    height: 1px;
    background: #333;
}
.footer li a,.footer li p{
    display: block;
    margin-bottom: 8px;
    padding: 0;
}
.footer li a:hover{
    color: #44a4f8;
}
.footer .code-box{
    float: right;
    text-align: right;
}
.footer .code-box img{
    width: 120px;
    height: 120px;
}
.footer-bottom{
    border-top: 1px solid #eaeaea;
    clear: both;
    padding: 1rem 8%;
    color: #666;
    text-align: center;
    margin-bottom: 15px;
}
.footer-bottom .beian{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../images/beian.png") no-repeat center;
    background-size: 100%;
    vertical-align: -0.15rem;
}
.footer-top-links{
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
}
.footer-item-link{
    display: inline-block;
    padding: 2px 20px;
    border-left: 1px solid #eee;
    cursor: pointer;
}
.footer-item-link:first-child{
    border-left: none;
}
.footer-item-link:hover{
    text-decoration: underline;
}