@import "../css/root.css";

* {
    margin: 0;
    padding: 0;
}

.footer-section {
    font-size: 1rem;
    padding: 2.63rem 15rem 2.46rem;
    text-align: center;
    color: var(--theme-text-color);
}

.footer-section a {
    color: #818181;
    text-decoration: none;
}

.top-logo img {
    width: 14.42rem;
    height: 6.54rem;
}

.middle-qrcode {
    /* width: 60rem; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fonter-icons {
    display: flex;
    margin-top: 1rem;
}

.contact-mailbox {
    color: #333333;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.contact-phone {
    color: #333333;
    margin-top: 0.5rem;
    font-size: 0.75rem;
}

.qrconde-left {
    text-align: left;

}

.title-left {
    margin-right: 4rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.title-fons1 {
    font-size: 1rem;
}

.title-fons2 {
    font-size: 0.75rem;
    margin-top: 1rem;
    cursor: pointer;
    color: #333333;
}
.title-fons2 a{
    color: #333333;
}
.qrconde-right {
    display: flex;
    text-align: left;
    color: #333333;
    font-family: Source Han Sans CN;
}

.middle-qrcode .code-item {
    /* width: 30%; */
    text-align: center;
    /* padding: 0 1rem; */
}

.marleft {
    margin-left: 2.5rem;
}

.middle-qrcode .code-item img {
    width: 5rem;
    height: 5rem;
    cursor: pointer;
}

.middle-qrcode .code-item .text {
    font-size: 0.8rem;
    margin-top: 0.65rem;
    cursor: pointer;
    color: #333333;
}

.bottom-contact {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
}

.bottom-contact img {
    width: 100%;
}

.bottom-contact .contact-desc {
    position: absolute;
    font-size: 14px;
    color: #7b8390;
    line-height: 24px;
    text-align: left;
    padding: 18px 20px;
    background-color: var(--white-color);
    border-radius: 3px;
    top: 8.4rem;
    left: 23rem;
    box-shadow: 0 0 16px 3px rgba(150, 170, 173, 0.3);
    width: 420px;
}

.bottom-contact .contact-desc:before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    top: 10px;
    left: -26px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent var(--white-color) transparent transparent;
    z-index: 2;
}

.bottom-contact .contact-desc .contact-desc-img {
    width: 80px;
    height: 80px;
}

.beian {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 0.6rem;
    margin: 16px 0 60px;
}

.beian>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #666666;
    margin-right: 0.2rem;
    color: #666666;
    padding-right: 0.2rem;
}

.beian>a>img {
    width: 0.67rem;
    height: 0.67rem !important;
}

.beian>a:nth-last-child(1) {
    border: none;
}