.msh-footer{
    ._first{
        border-top: 1px solid #444444;
        padding: 60px 0;
    }
    ._first .wal{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 45px 0;
    }
    ._first ._site-item{
        padding-right: 27px;
    }
    ._first ._site-item>a{
        display: block;
        font-size: 14px;
        color: #444444;
        line-height: 20px;
        margin-top: 14px;
    }
    ._site-item ._name{
        color: #444444;
        font-weight: bold;
        line-height: 25px;
        font-size:16px;
        margin-bottom: 16px;
        white-space: nowrap;
    }
    ._first ._site-item ._link{
        text-decoration: underline;
        font-size: 16.8px;
        margin-top: 16px;
        font-weight: 300;
    }
    .follow-us{
        padding: 40px 0 141px;
        background: #FCFCFC;
    }
    ._site-item .share-line{
        display: flex;
        align-items: center;
        gap: 36px;
        flex-wrap: wrap;
    }
    ._site-item .share-line i{
        color: #444444;
        font-size: 27px;
    }
    ._site-item .share-line img{
        width: 28px;
        height: 28px;
    }
    ._second{
        background: #121212;
        padding: 63px 0;
        .container{
            display: flex;
            align-items: center;
            justify-content: space-between;
            ._left{
                ._t1{
                    font-weight: 500;
                    font-size: 15px;
                    color: #FFFFFF;
                    line-height: 26px;
                    margin-bottom: 8px;
                }
                ._t2{
                    display: flex;
                    flex-wrap: wrap;
                    font-weight: 500;
                    font-size: 13px;
                    color: #CCCCCC;
                    line-height: 26px;
                    gap: 5px;
                    align-items: center;
                    ._col-line{
                        width: 1px;
                        height: 14px;
                        background: #fff;
                    }
                    a{
                        color: #CCCCCC;
                    }
                }
            }
            ._right{
                display: flex;
                gap: 25px;
                .qr-box{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    font-weight: 500;
                    font-size: 8px;
                    color: #FFFFFF;
                    line-height: 11px;
                    img{
                        width: 76px;
                        height: 76px;
                        margin: 8px 0;
                        object-fit: contain;
                        background: #fff;
                    }
                }
            }
        }
    }


}
.footer-get-btn{
    background: #FBFBFB;
    margin-bottom: 120px;
    .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 188px;
        flex-wrap: wrap;
        img{
            height: 59px;
            width: fit-content;
            object-fit: contain;
            max-width: 100%;
        }
        .an{
            width: 288px;
            height: 60px;
            gap: 12px;
        }
    }
}

@media (max-width: 992px) {
    .msh-footer{
        ._first {
            padding: 0 0 64px;
            border-top: none;
            ._site-item{
                width: 100%;
                max-width: unset;
            }
        }
        ._second{
            padding: 67px 0 44px;
            .container{
                flex-direction: column-reverse;
                ._left{
                    ._t1{
                        margin: 34px 0;
                        font-size: 14px;
                        line-height: 20px;
                        text-align: center;
                    }
                    ._t2{
                        font-size: 10px;
                        line-height: 16px;
                        gap: 2px;
                        justify-content: center;
                    }
                }
                ._right{
                    gap: 64px;
                    .qr-box{
                        font-size: 12px;
                        line-height: 16px;
                        flex-direction: column-reverse;
                        img{
                            width: 66px;
                            height: 66px;
                        }
                        div:last-child{
                            display: none;
                        }
                    }
                }
            }
        }

    }
    .footer-get-btn{
        display: none;
    }
}