#foot{
    position: relative;
    width: 100%;
    min-width: 1700px;
    height: 44.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#foot .logo {
    margin-left: 20rem;
}
#foot .logo img{
    width: 21.6rem;
    height: 21.6rem;
}
#foot .text-content {
    margin-top: 4rem;
    position: relative;
    width: 144rem;
    height: 21.6rem;
    padding-left: 18.2rem;
    padding-right: 14rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#foot .text-content .card {
    position: relative;
    height: 21.6rem;
    display: flex;
    flex-direction: column;
}
#foot .text-content .card h4 {
    font-size: 1.5rem;
    font-weight: 700 !important;
    letter-spacing: .2rem;
    margin-bottom: 2.5rem;
}
#foot .text-content .product {
    position: relative;
    min-width: 30.5rem;
    display: flex;
    flex-direction: column;
}
#foot .text-content .product .qr-codes {
    min-width: 30.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#foot .text-content .product .qr-codes .nft {
    margin-right: 3.7rem;
}
#foot .text-content .product .qr-codes .qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#foot .text-content .product .qr-codes .qr-item div {
    margin-top: 1.7rem;
}
#foot .text-content .card .items {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.3rem;
    letter-spacing: .2rem;
}
#foot .text-content .contact .items .item:last-child {
    text-align: right;
}
#foot .text-content .card .items .item {
    margin-bottom: 1.8rem;
    max-width: 33.2rem;
}
#foot .text-content .about .items span {
    display: inline-block;
    width: 5rem;
    text-align-last: justify;
    text-align: justify;
}

#foot .text-content .about img {
    width: 13.3rem;
    height: 13.3rem;
}
#copyright {
    position: relative;
    width: 100%;
    min-width: 1700px;
    height: 8rem;
    background-color: #fafafa;
    border-top: .1rem solid #ebebeb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

#copyright div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#beian {
    cursor: pointer;
}
#beian:hover {
    color: #EBA924;
}

