
footer{
    display: block;
}
footer {
    background-color:#8e181d;
    padding: 50px 0;
    margin-top: 80px;
    color: white!important;
}
footer a:hover{none;}
footer .inside, footer p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
}
.inside {
    width: 1200px;
    margin: 0 auto;
}
footer .item:first-child {
    padding: 0;
    border: none;
}
fieldset, img {
    border: none;
}
footer h6 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    color: white;
}

footer .item:first-child img.qrcode {
    display: none;
}
footer p {
    justify-content: flex-start;
    align-items: center;
    line-height: 42px;
    font-size: 14px;
}
footer p i.address {
    background-image: url(../images/icon_address.png);
}
footer p i {
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
footer p i.email {
    background-image: url(../images/icon_email.png);
}
footer p i.tel {
    background-image: url(../images/icon_phone.png);
}
footer .item {
    border-left: 1px solid hsla(0,0%,69%,.2);
    padding: 0 48px;
}
footer li, footer dl dt {
    background: url(../images/icon_dl.png)no-repeat left center;
    text-indent: 25px;
    line-height: 47px;
    color: white;
}
footer a {
    color: white;
}
footer dl dd {
    text-indent: 25px;
    line-height: 47px;
    font-size: 14px;
}
footer .item:last-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
footer .item:last-child .qrcode {
    margin: 20px 0 0 10px;
}
footer .item:last-child .qrcode, footer .item:last-child .qrcode img {
    width: 120px;
    text-align: center;
}
/*响应式*/

.copyright {
    background-color: #171518;
    /*height: 71px;
    line-height: 71px;*/
    text-align: center;
    color: hsla(0,0%,76.9%,.58);
    font-size: 18px;
}
@media screen and (max-width: 1200px)
{

footer {
    padding: 30px 0 20px 0;
}




footer .inside {
    justify-content: center;
    position: relative;
width:100%;}


footer .item:first-child {
    text-align: center;
}
.about img, .statistics, #team-list, nav.menu .menu-lists, footer .item:not(:first-child), #news .sidebar {
    display: none;
}
footer .item:first-child img.qrcode {
    width: 30vw;
    height: 30vw;
    text-align: center;
    margin: 0 auto;
}

.menu-icon, .team-all, footer .item:first-child img.qrcode, .nav-mobile {
    display: block;
}

.copyright {
    font-size:12px;
}
}