.footer-box{
    width: 100%;
    background-color: #2D2F39;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-content{
    width: 100%;
    display: flex;
}
.footer-content-list{
    display: flex;
    justify-content: flex-end;
    flex: 0 0 50%;
    flex-wrap: wrap;
}
.footer-content-list-item{
    min-width: 125px;
    padding: 5px 10px;
    color: #fff;
    border-left: 1px dashed #ffffff;
    margin: 50px 0 50px 50px;
    display: table;
    box-sizing: border-box;
}

.footer-content-list-item > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.footer-content-list-item .footer-bottom-item{
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-content-list-item > a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-contact-box{
}
.footer-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    /*white-space: nowrap;*/
}
.footer-contact > img {
    width: 45px;
    margin-right: 8px;
}
.footer-contact-map{
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 6px 12px;
    box-sizing: border-box;
    margin: 24px 0;
    border-radius: 40px;
    font-size: 16px;
}
.footer-contact-map:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.footer-contact-input-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background: #FFFFFF;
    overflow: hidden;
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
}
.footer-contact-input-icon{

}
.footer-contact-input{
    width: 100%;
    border: none;
    padding: 6px 12px;
    box-sizing: border-box;
}
.footer-right-img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: 48px;
    max-width: 100%;

}

.record-box{
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /*white-space: nowrap;*/
    flex-wrap: wrap;
    line-height: 1.5;
    border-top: 1px solid #fff;
    text-align: center;
}
.record-box a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 10px;
}
.record-box a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.record-box img{
    vertical-align: text-top;
}

@media screen and (max-width: 1200px) {

    .footer-right{
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 880px) {
    .footer-content{
        display: block;
    }
    .footer-content-list{
        justify-content: space-around;
    }
    .footer-content-list-item{
        margin-left: 0;
    }
    .footer-right {
        flex-direction: column;
    }
    .footer-right-img{
        margin-left: 0;
        margin-top: 48px;
    }
}<!--0.00016999244689941-->