* {
    text-decoration: none;
}

#Footer {
    margin: 30px auto;
    width: 1115px;
    border-top: 1px solid #e9e9e9;
    overflow: hidden;
}

#Footer .footer-list {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0 0;
    display: flex;
}

#Footer .footer-list .footer-img {
    position: relative;
    margin-right: 2%;
    width: 23%;
    height: 160px;
    text-align: center;
    overflow: hidden;
}

#Footer .footer-list .footer-img a {
    display: block;
    position: relative;
}

#Footer .footer-list .footer-img a img {
    width: 256px;
    height: 128px;
    transition: 0.5s all;
    width: 95%;
}

#Footer .footer-list .footer-img a img:nth-child(1) {
    width: 100%;
}

#Footer .footer-list .footer-img a img:hover {
    transform: scale(1.08);
}

#Footer .footer-list .footer-img a p {
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

#Footer .friend {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
}

#Footer .friend h3 {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}

#Footer .friend h3::before {
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
}

#Footer .friend ul li {
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin-right: 15px;
    font-size: 13px;
}

#Footer .friend ul li a {
    color: #333;
}

#Footer #Footer-bottom {
    font-size: 13px;
    padding: 20px 0;
    text-align: center;
}

#Footer #Footer-bottom ul.footer-nav {
    margin-bottom: 6px;
}

#Footer #Footer-bottom ul.footer-nav li {
    border-right: 1px solid #ddd;
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin-right: 12px;
    padding-right: 12px;
}

#Footer #Footer-bottom ul.footer-nav li a {
    color: #333;
}

#footer {
    padding-top: 20px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

#footer .container {
    margin: 0px auto;
    width: 1115px;
    position: relative;
    margin-top: 10px;
}

#footer .container .friends {
    border-top: 1px solid #333;
    position: relative;
}

#footer .container .friends a {
    color: #333;
}

#footer .container .friends .friends_list_ul li:hover {
    text-decoration: underline;
}

#footer .container .friends #link_menu {
    margin-bottom: 30px;
}

#footer .container .friends #link_896a3aee.links {
    text-align: left;
    font-size: 12px;
    padding: 1.5em 0;
}

#footer .container .friends #link_896a3aee.links ul {
    clear: both;
}

#footer .container .friends #link_896a3aee.links li {
    float: left;
    margin-right: 10px;
    line-height: 1.8em;
    list-style: none;
    padding: 0;
}

#footer .container .friends #link_896a3aee.links em {
    clear: both;
    display: block;
}

#footer .container .friends #link_896a3aee.links #link_menu li {
    font-size: 14px;
    line-height: 2.5em;
    cursor: pointer;
    width: 5em;
}

#footer .container .friends #link_896a3aee.links #link_menu i {
    font-size: 12px;
    line-height: 2.9em;
    float: right;
    font-style: normal;
    margin-right: 15px;
}

#footer .container .friends #link_896a3aee.links .on {
    font-weight: bold;
}