.footbox {
    padding: 0;
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    color: white;
    background: no-repeat url(https://hnstrawberry.oss-cn-guangzhou.aliyuncs.com/ynxl/img/bg2.jpg) top left / cover;
    background-attachment: fixed;
}
.contact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    position: relative;
}
.content-info {
    width: 88vw;
}
.content-info .info-title>section:first-of-type {
    font-size: 1.9rem;
}
.content-info .info-title>section:last-of-type {
    font-size: 0.9rem;
}
.content-info .info-desc {
    margin: 20px 0;
    font-size: 1.1rem;
}
.content-info .info-order {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.order-tel {
    border-right: 1px solid white;
    padding-right: 2vw;
    height: 1.6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.order-tel a {
    color: white;
    cursor: pointer;
}
.order-link {
    margin-left: 2vw;
    color: white;
}
.order-tel:hover, .order-link:hover {
    text-decoration: dashed;
}
.contact-copyright {
    background-color: rgba(59, 62, 66, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.contact-copyright>section:first-of-type {
    font-size: .8rem;
}
.contact-copyright>section:last-of-type {
    font-size: .6rem;
}
.info-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 26px;
    margin: auto;
    background: rgba(255,255,255,0.4);
    background: linear-gradient(135deg, transparent 15px, rgba(255,255,255,0.4) 0) top right,  linear-gradient(45deg, transparent 15px, rgba(255,255,255,0.4) 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.contact-address {
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(59, 62, 66, 0.9);
    color: #ffffff;
}
.address-info {
    width: 88vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-left {
    margin-top: 1vw;
}
.info-left > img {
    height: 58px;
    filter: invert(1);
}
.info-left > section {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 500;
}
.info-right {
    margin-top: 20px;
}
.right-qrcode {
    display: flex;
    justify-content: space-between;
}
.right-qrcode > img {
    width: 9rem;
    object-fit: contain;
    box-shadow: 1vw 1vw 0vw rgba(255,255,255,0.3);
}
.right-qrcode > img:last-of-type {
    margin-left: 4vw;
}
@media screen and (max-width: 740px) {
    .contact-content {
        padding: 45px 0;
    }
    .contact-address {
        padding: 38px 0;
    }
    .address-info {
        flex-direction: column;
    }
    .info-line {
        display: none;
    }
    .info-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-left > section {
        width: 66vw;
        text-align: center;
    }
    .right-qrcode > img {
        box-shadow: 1.5vw 1.5vw 0vw rgba(255,255,255,0.3);
    }
}
.showTwoRow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.selectColor{
    color: #0a84ff;
}
