﻿.fooder {
    display: inline-block;
    width: 100%;
    height: auto;
}
.fooder-top {
    height: 50px;
}
.fooder-top .fooder-nav-list {
    display: flex;
    height: 100%;
    padding: 0 15px;
    overflow: auto;
}
.fooder-top .fooder-nav-list li {
    margin-right: 15px;
    white-space: nowrap;
}
.fooder-mid {
    width: 100%;
    height: auto;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding-bottom: 39px;
}
.fooder-mid .fooder-logo {
    width: 120px;
    height: auto;
    margin-right: 0;
    margin-top: 18px;
}
.fooder-mid .fooder-contact {
       width: 100%;
       font-size: 13px;
       padding: 0;
       margin: 0;
}
.fooder-mid .fooder-contact li {
    margin-bottom: 4px;
    display: flex;
    line-height: 25px;
    font-family: "microsoft yahei";
}
.foorder-qrcode {
    margin-left: 0;
    display: flex;
    margin: 10px auto;
    justify-content: center;
    width: 100%;
}
.foorder-qrcode .box {
    text-align: center;
    margin-right: 0;
    margin: 0 auto;
}
.fooder-top .fooder-nav-list li a{
	font-size: 18px;
}
.fooder-mid .fooder-contact li .p1{
	font-size: 	15px;
}
.fooder-mid .fooder-contact li span {
   font-size: 	15px;
   }