.footer {
    background-color: #f4f4f4;
    border-top: 1px solid #f2f2f2;
	margin-top:60px;
	padding-top:1px;
}
.footer .footer-a {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto 98px;
    padding-top: 98px;
	box-sizing: border-box;
}
.footer .footer-a .fa-item {
    flex: 1 1;
}
.footer .footer-a h3 {
    font-weight: 500;
    line-height: 1.47;
	font-size:18px;
}
.footer .footer-a .fa-list {
    padding-top: 19px;
}
.footer .footer-a .fa-list>a {
    display: block;
    line-height: 1.57;
    margin-top: 12px;
    padding-right: 10px;
    color: #444!important;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.footer .footer-b {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding: 22px 0;
}
.footer .footer-b .icon-list {
    display: flex;
    justify-content: space-between;
	padding-top: 9px;
}
.footer .footer-b .icon-list .icon {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    font-size: 28px;
    margin-right: 20px;
    color: #03060b;
    cursor: pointer;
}
.footer .footer-b .icon-list .icon:hover{
	color:#333;
}
.footer .footer-b .right .sub {
    width: 400px;
    max-width: 100%;
    position: relative;
}
.footer .footer-b .right .sub .input-email {
    display: inline-block;
    font-size: 14px;
    color: var(--navbg);
    height: 48px;
    width: 350px;
    background: 0 0;
    outline: none;
    padding: 0 0 0 16px;
    border: 1px solid #ddd;
    border-right: none;
    vertical-align: middle;
    border-radius: 8px 0 0 8px;
	box-sizing:border-box;
}
.footer .footer-b .right .sub .input-email:hover{
	border:solid 1px #000;
}
.footer .footer-b .right .sub .form-submit {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: -4px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #000;
    border: none;
    outline: none;
    vertical-align: middle;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}
.footer .footer-b .right .sub .form-submit img{
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.footer .footer-c {
    border-top: 1px solid #ebe9e9;
    line-height: 1.57;
    font-size: 14px;
    padding: 30px 0 50px;
    color: #666;
}
.footer .footer-c .footer-c-in {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
}
.footer .footer-c .right {
    display: flex;
    font-size: 14px;
    line-height: 22px;
}
.footer-b .icon-list .icon .hover-qrcode {
    position: absolute;
    background: #fff;
    left: -36px;
    top: -105px;
    display: none;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.footer-b .icon-list .icon:hover .hover-qrcode {
    display: block;
}
@media (max-width: 440px) {
.footer .footer-a,.footer .footer-b {
    display: none;
}
.footer .footer-c {
    line-height: 1.2;
    font-size: 13px;
    padding: 30px 0 30px;
    color: #666;
}
.footer .footer-c .footer-c-in {
    display: block;
	text-align:center;
    max-width: 100%;
}
.footer .footer-c .right {
    display: none;
}	
}