footer {
    margin-top: 50px;
    background-color: rgb(238, 238, 238);
}

.footer {
    margin: 0 auto;
    padding: 20px 0;
   /*  height:130px; */
    box-sizing: border-box;
    text-align: center;
}

.footer .top {
    width: 100%;
    text-align: center;
}

.footer .bottom {
    width: 100%;
    text-align: center;
    position: absolute;
    /* bottom: 40px;*/
    left: 0;
}

.footer span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.footer .bottom span {
    color: #333333;
}

.footer i {
    margin: 0 20px;
    width: 1px;
    height: 10px;
    display: inline-block;
    background-color: #666666;
}
