﻿/* ==============================
   JQH Footer
================================= */

.jqh-footer {
    width: 100%;
    color: #fff;
    background: #000;
    overflow: hidden;
}

.jqh-footer .container.mar0 {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

/* 主体背景 */
.jqh-footer-main {
    position: relative;
    padding: 58px 0 36px;
    background: #000 url("../images/footer.jpg") center center / cover no-repeat;
}

.jqh-footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    pointer-events: none;
}

.jqh-footer-main .container {
    position: relative;
    z-index: 2;
}

.jqh-footer-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.jqh-footer-col {
    flex: 1;
    min-width: 0;
}

.jqh-footer-info {
    flex: 1.35;
    max-width: 390px;
}

.jqh-footer-logo {
    margin-bottom: 26px;
}

.jqh-footer-logo a {
    display: inline-block;
}

.jqh-footer-logo img {
    display: block;
    max-width: 220px;
    width: 100%;
    height: auto;
}

.jqh-footer-col h3 {
    margin: 6px 0 24px;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid rgba(199, 166, 90, .95);
}

.jqh-footer-contact,
.jqh-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jqh-footer-contact li {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .95);
    font-size: 15px;
    line-height: 1.7;
}

.jqh-footer-contact li:last-child {
    margin-bottom: 0;
}

.jqh-footer-contact a {
    color: rgba(255, 255, 255, .95);
    text-decoration: none;
    transition: color .25s ease;
}

.jqh-footer-contact a:hover {
    color: #c7a65a;
}

.jqh-footer-links li {
    margin-bottom: 14px;
}

.jqh-footer-links li:last-child {
    margin-bottom: 0;
}

.jqh-footer-links a {
    color: rgba(255, 255, 255, .95);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    transition: color .25s ease, padding-left .25s ease;
}

.jqh-footer-links a:hover {
    color: #c7a65a;
    padding-left: 4px;
}

/* 社媒 */
.jqh-footer-follow {
    max-width: 340px;
}

.jqh-footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.jqh-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease;
}

.jqh-footer-social a:hover {
    transform: translateY(-3px);
}

.jqh-footer-social img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

/* 按钮 */
.jqh-footer-cta {
    margin-top: 88px;
}

.jqh-footer-cta a {
    width: 100%;
    max-width: 310px;
    height: 64px;
    padding: 0 28px;
    border-radius: 999px;
    background: #c7a65a;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 600;
    transition: all .25s ease;
}

.jqh-footer-cta a:hover {
    background: #b89443;
    transform: translateY(-2px);
}

.jqh-footer-cta a em {
    font-style: normal;
    font-size: 24px;
    line-height: 1;
}

/* 底部版权 */
.jqh-footer-copy {
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .95);
}

.jqh-footer-copy .container {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.6;
}

.customerList{ width:60px; height:auto; position: fixed; right: 0; top: 30%; z-index:999; }
.customerList a b{ display: block; color: #FFFFFF !important; font-size: 14px; line-height: 21px; font-weight: normal;}

.customerBox{ width: 60px; height: auto;  }
.customerBox a{ display: block; text-align: center; position: relative; width: 60px; height: 60px; line-height:60px; color:#fff; margin-bottom:1px; font-size:1.8rem; background: #c7a65a; border-radius: 6px  0px  0px  6px; }
.customerBox a.fa-teams{background: #c7a65a url(../images/teams.png) no-repeat; }
.customerBox a.fa-teams:hover{background: #c7a65a url(../images/teams.png) no-repeat;}
.customerBox a:hover{ text-decoration:none; background:#c7a65a;}
.customerBox a .eso_divinfo{ display:none; position:absolute;  right:60px; top:0; min-width:260px; background:#fff; color:#0359d8; font-size:1rem;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); padding:10px; border-radius:6px; }
.customerBox a .eso_divinfo:before{
    content:""; position:absolute; right:-12px; top:50%; margin-top:-12px; 
width:0;
height:0;
border-top:12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #fff;
}
.customerBox a:hover .eso_divinfo{ display: block;}
.customerBox a:hover .eso_divinfo img{ width:150px; height:150px;}



/* ==============================
   Tablet
================================= */
@media (max-width: 1024px) {
    .jqh-footer-row {
        flex-wrap: wrap;
        gap: 34px 26px;
    }

    .jqh-footer-info,
    .jqh-footer-follow,
    .jqh-footer-col {
        flex: 0 0 calc(50% - 13px);
        max-width: calc(50% - 13px);
    }

    .jqh-footer-cta {
        margin-top: 38px;
    }
}

/* ==============================
   Mobile 768
================================= */
@media (max-width: 768px) {
    .jqh-footer .container.mar0 {
        width: 92%;
        max-width: 92%;
    }

    .jqh-footer-main {
        padding: 34px 0 24px;
        background-position: center top;
    }

    .jqh-footer-row {
        display: block;
    }

    .jqh-footer-info,
    .jqh-footer-follow,
    .jqh-footer-col {
        max-width: 100%;
        width: 100%;
        margin-bottom: 28px;
    }

    .jqh-footer-col:last-child {
        margin-bottom: 0;
    }

    .jqh-footer-logo {
        margin-bottom: 20px;
    }

    .jqh-footer-logo img {
        max-width: 180px;
    }

    .jqh-footer-col h3 {
        margin: 0 0 16px;
        padding-bottom: 10px;
        font-size: 18px;
    }

    .jqh-footer-contact li,
    .jqh-footer-links a {
        font-size: 14px;
    }

    .jqh-footer-links li,
    .jqh-footer-contact li {
        margin-bottom: 12px;
    }

    .jqh-footer-social {
        gap: 12px;
    }

    .jqh-footer-social img {
        width: 40px;
        height: 40px;
    }

    .jqh-footer-cta {
        margin-top: 24px;
    }

    .jqh-footer-cta a {
        max-width: 100%;
        width: 100%;
        height: 56px;
        font-size: 17px;
    }

    .jqh-footer-copy .container {
        min-height: auto;
        padding: 14px 0;
        font-size: 14px;
        line-height: 1.7;
    }
	.customerList{ display: none;}
}


