
.footer {
	width: 100%;
	background-color: #1a1b1d;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-wrap{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    color: white;
}

.footer-wrap .footer-top{
   display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}
.footer-wrap .footer-top a {
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}
.footer-wrap .footer-top a::after{
   content: "";
   height: 20%;
   background-color: white;
   width: 1px;
   right: 0px; 
   top: 40%;
   position: absolute;
}
.footer-wrap .footer-top a:last-child::after{
    content: none;
}
.footer-m {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}

.footer-m .qr-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-m .qr-wrap .qr {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0px 6px;
    overflow: hidden;
}
.footer-m .qr-wrap .qr img {
    max-width: 130px;
}
.info-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.info-wrap .line {
    display: flex;
    /* align-items: center; */
    margin: 5px 0px;
    margin-left: 60px;
    color: #cccccc;
    font-size: 14px;
}
.info-wrap .line span {
    word-break: break-all;
    cursor: text;;
}
.info-wrap .line .name {
    width: 70px;
    text-align: justify;
    text-align-last: justify;
    word-break: keep-all;
}
.footer-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    background-color: black;
    margin-top: 20px;
    color: white;
}
.footer-bar p a {
    color: white;
    margin: 0px 20px;
}