﻿.end-footer {
    width: 100%;
    min-width: 1200px;
    height: 146px;
    background: #123874;
    overflow: hidden;
    font-size: 14px;
}


.footer-end {
    margin: 0 auto;
    width: 1200px;
    height: 146px;
    display: flex;
    align-items: center;
}

.footer-end .center {
    min-width: 620px;
    margin: 0;
    flex-grow: 1;
}

.footer-end .line {
    width: 1px;
    height: 64px;
    background: #FFFFFF;
    opacity: 0.37;
    margin: 0 23px;
}

.footer-end .logo {
    width: 275px;
    height: 59px;
    background: url(../image/footer_logo.png);
}

.footer-end .firend-link {
    margin-bottom: 20px;
}

.footer-end .firend-link a {
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    width: 97px;
    margin-right: 10px;
}

.footer-end .firend-link a:hover {
    color: #FF8A31;
}

.footer-end .btn-wrapper {
    width: 80px;
    height: 32px;
    background: #FC740D;
    border-radius: 4px;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 35px;
    position: relative;
    top: 15px;
}

.footer-end .btn-wrapper a{
    color: #FFFFFF;
}

.footer-end .ewm-link {
    max-width: 62px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #FFFFFF;
    flex-shrink: 0;
    text-align: center;
}

.footer-end .ewm-link:nth-child(2){
    margin-left: 17px;
}

.footer-end .ewm-link > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 68px;
}

.footer-end .ewm-link img {
    display: inline-block;
    width: 52px;
    height: 52px;
}
