@font-face {
    font-family: "tentcooFont";
    src:
        url("../../image/font/字体圈欣意冠黑体3.0.ttf") format("truetype"),
        url("../../image/font/字体圈欣意冠黑体3.0.eot");
    font-display: swap;
}

.page-products-consult {
    background: #ffffff;
}

.page-products-consult #main {
    background: #ffffff;
}

.consult-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-products-consult .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .brand-logo,
.page-products-consult .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .nav-link,
.page-products-consult .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .nav-text {
    color: #ffffff;
    text-shadow: 0 1px 10px rgba(4, 10, 18, 0.34);
}

.page-1 {
    width: 100%;
    height: var(--subpage-banner-image-min-height);
    background: url("/image/img_subpage_banner_contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-2 {
    max-width: 1170px;
    margin: auto;
    padding-bottom: 88px;
}

.page-2>.tt {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 20px;
}

.consult-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.t-titlem6 {
    margin: 60px auto 0;
    position: relative;
    font-family: "tentcooFont", var(--font-body);
    text-align: center;
    font-size: 50px;
    line-height: 1;
    color: #ededed;
}

.t-title {
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: 30px;
    line-height: 1;
    bottom: 0;
    color: #333333;
    font-family: "tentcooFont", var(--font-body);
}

.icon-conmmon {
    display: block;
    width: 75px;
    margin: 16px auto 40px;
}

.page-2 .content {
    max-width: 920px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    text-align: center;
    white-space: normal;
}

.page-2 .title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    margin-top: 70px;
}

.page-2 .number {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 10px;
}

.page-2 .number a,
.page-2 .number a:hover,
.page-2 .number a:focus-visible {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

.official {
    margin-bottom: 4px;
}

.qrcode-frame {
    width: 156px;
    height: 156px;
    margin: 10px auto 0;
    overflow: hidden;
}

.page-2 .phone,
.official {
    text-align: center;
}

.qrcode {
    display: block;
    width: 137.5%;
    height: auto;
    max-width: none;
    transform: translate(-13.636%, -26.648%);
    transform-origin: top left;
}

@media (max-width: 1120px) {
    .page-2 {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .t-titlem6 {
        font-size: 38px;
    }

    .t-title {
        font-size: 24px;
    }
}

@media (max-width: 720px) {

    .page-products-consult .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .brand-logo,
    .page-products-consult .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .nav-link,
    .page-products-consult .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) .nav-text {
        text-shadow: none;
    }
}

@media (max-width: 575px) {
    .page-1 {
        height: var(--subpage-banner-image-min-height);
    }

    .page-2 {
        padding-bottom: 56px;
    }

    .t-titlem6 {
        margin: 51px auto 0;
        font-size: 21px;
    }

    .t-title {
        bottom: -20%;
        font-size: 19px;
    }

    .icon-conmmon {
        margin: 18px auto 30px;
    }

    .page-2 .content,
    .page-2 .phone,
    .official {
        text-align: center;
    }

    .qrcode-frame {
        margin-left: auto;
        margin-right: auto;
    }
}