footer{
    background: #0059a9;
    color: #dedede;
}
footer .contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

footer .contact .temp{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}


footer .contact .temp .word{
    margin-left: 10px;
    
}
.copyright {
    padding: 10px 0;
    font-size: 16px;
}
.copyright p{
    text-align: center;
    
}

.copyright ul{
    display: flex;
    margin: 0 auto;
    line-height: 15px;
    /*width: 315px;*/
    width: 100%;
    justify-content: center;
}

.copyright ul li{
    border-right: 1px solid #ccc;
    padding: 0  10px;
}
.copyright ul li a{
    color: #dedede;
}
.copyright ul li:last-child{
    border:none
}

.view_counter{
    display: flex;
    width: 135px;
    margin: 0 auto;
    margin-top: 20px;
}

.view_counter .num{
    min-width: 16px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 1px;
    color: #bbb;
    font-size: 16px;
    background: rgba(202,202,202,0.3);
}