.pc_footer {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    background: #0146ae;
    color: #fff;
    font-size: 14px;
    padding: 60px 0
}

.pc_footer span {
    margin: 0 13px
}

.pc_footer p {
    margin-bottom: 5px
}

.pc_footer p a {
    color: #fff;
    margin: 0 13px
}
.pc_footer p a:hover {
    color: #ffff00;
}

.pc_footer .Icons {
    text-align: center;
    margin-top: 40px
}

.pc_footer .Icons img {
    width: auto;
    height: 45px;
    margin: 0 10px
}

.m_footer {
    display: none
}

.fixed {
    position: fixed;
    right: 15px;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    cursor: pointer
}

.fixed span {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ededed;
    border-radius: 7px
}

.fixed .scroll_top {
    margin-top: 10px;
    display: none
}

.fixed .scroll_top span {
    position: relative;
    background-image: url(../img/top.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}


.fixed .scroll_top a {
    background-color: rgba(255,255,255,0.2);
    font-size: 14px
}
