﻿footer{ width: 100%; background: #1c4e88 url(../images/bgline.png) no-repeat bottom center; color: #FFFFFF;}


.footer-box{ padding: 70px 0 35px 0;}

.footer-box-left{ max-width: 275px;}
.footer-box-logo{ width: 115px; height: 47px; margin-bottom: 25px;}
.footer-box-logo a{ display: block; width: 115px; height: 47px; background: url(../images/flogo.png) no-repeat;}

.footer-box-menu{}
.footer-box-menu dl{ margin: 0 45px;}
.footer-box-menu dl dt{ font-size: 1.2rem; line-height: 32px; margin-bottom: 12px;  font-family: myFirstFont1; }
.footer-box-menu dl dd a{ color: #FFFFFF; display: block; line-height: 30px;}
.footer-box-menu dl dd a i{ margin-right: 10px;}
.footer-box-menu dl dd a:hover{transform: translateX(5px);color: #00CFAA;}


.footer-box-right{ width: 375px;}
.footer-box-right h2{ font-size: 1.2rem; line-height: 32px; margin-bottom: 12px;}
.footer-box-right ul li{ width: 100%; margin: 5px 0;}
.footer-box-right ul li em{ display: block; width: 16px;}
.footer-box-right ul li em img{ margin-top: 4px;}
.footer-box-right ul li a{ display: block; width: calc(100% - 16px); padding-left: 12px; color: #FFFFFF;}
.footer-box-right ul li a:hover{ color: #00CFAA;}


.footer-box2{ margin-bottom: 40px;}
.footer-box2-left{}
.footer-box2-left a{width: 218px;height: 46px;background: linear-gradient( 90deg, #00CFA9 0%, #00A4FD 100%); color: #FFFFFF; border-radius: 30px; padding: 0 25px;}
.footer-box2-left a:hover{background: linear-gradient( 90deg, #00A4FD 0%, #00CFA9 100%);}


.footer-box2-right{ width: 375px;}
.footer-box2-right h2{ font-size: 1.2rem; line-height: 32px; margin-bottom: 12px;}
.footer-box2-right-share{}
.footer-box2-right-share a{ width: 38px; height: 38px; line-height: 38px; text-align: center; font-size: 1.2rem; margin-right: 10px; background: #FFFFFF; border-radius: 50%; color: #1c4e88;}
.footer-box2-right-share a:hover{ background: #00CFA9; color: #FFFFFF;}




.footer-copy{ width: 100%; padding: 15px 0; color: #FFFFFF; border-top:2px solid rgba(255, 255, 255, 0.2);}

.footer-copy a{ color: #FFFFFF;}
.footer-copy a::after{ content:"·"; padding:0 15px; }
.footer-copy a:last-child::after{ content: "";}
.footer-copy a:hover{ color: #00CFAA;}

.customerList{ width:60px; height:auto; position: fixed; right: 0; top: 40%; 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: #00a4fd; border-radius: 6px  0px  0px  6px; }
.customerBox a:hover{ text-decoration:none; background:#00CFAA;}
.customerBox a .eso_divinfo{ display:none; position:absolute;  right:60px; top:0; min-width:260px; background:#fff; color:#00a4fd; 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;}



.inquiry-pop-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,.48);
}

.inquiry-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.inquiry-pop-box {
    width: 370px;
    max-width: calc(100% - 40px);
    padding: 36px 30px 30px 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.inquiry-pop-loading {
    width: 44px;
    height: 44px;
    margin: 0 auto 20px auto;
    display: none;
    border: 4px solid #e8f6ff;
    border-top-color: #00A4FD;
    border-right-color: #00CFA9;
    border-radius: 50%;
    animation: inquiryLoading 0.9s linear infinite;
}

@keyframes inquiryLoading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.inquiry-pop-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    display: none;
    border-radius: 50%;
    line-height: 50px;
    font-size: 25px;
    color: #ffffff;
}

.inquiry-pop-icon.success {
    display: block;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
}

.inquiry-pop-icon.success::before {
    content: "✓";
}

.inquiry-pop-icon.error {
    display: block;
    background: linear-gradient(90deg, #ff5f6d 0%, #ff9966 100%);
}

.inquiry-pop-icon.error::before {
    content: "!";
    font-weight: 700;
}

.inquiry-pop-title {
    margin-bottom: 10px;
    color: #111111;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.inquiry-pop-text {
    margin-bottom: 24px;
    color: #555555;
    font-size: 15px;
    line-height: 1.65;
}

.inquiry-pop-btn {
    min-width: 130px;
    height: 42px;
    padding: 0 28px;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #00A4FD 0%, #00CFA9 100%);
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    transition: all .25s ease;
}

.inquiry-pop-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,164,253,.28);
}

.home-inquiry-btn.disabled {
    opacity: .65;
    cursor: not-allowed;
}

@media (max-width: 768px) {

.customerList{ display: none;}


footer {
        background: #1c4e88 url(../images/bgline.png) no-repeat bottom center;
        background-size: auto;
    }

    .footer-box {
        padding: 35px 15px 20px 15px;
        box-sizing: border-box;
        display: block !important;
    }

    .footer-box-left {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-box-logo {
        width: 115px;
        height: 47px;
        margin: 0 auto 18px auto;
    }

    .footer-box-logo a {
        display: block;
        width: 115px;
        height: 47px;
        background: url(../images/flogo.png) no-repeat center center;
        background-size: contain;
    }

    /* 菜单区域 */
    .footer-box-menu {
        width: 100%;
        display: block !important;
        margin-bottom: 25px;
    }

    .footer-box-menu dl {
        width: 100%;
        margin: 0 0 10px 0;
        border-radius: 8px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-box-menu dl dt {
        position: relative;
        height: 44px;
        line-height: 44px;
        margin: 0;
        padding: 0 42px 0 16px;
        font-size: 1rem;
        font-family: myFirstFont1;
        cursor: pointer;
        box-sizing: border-box;
    }

    .footer-box-menu dl dt::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 16px;
        top: 0;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #fff;
        transition: all 0.25s ease;
    }

    .footer-box-menu dl.active dt::after {
        transform: rotate(180deg);
    }

    .footer-box-menu dl dd {
        display: none;
        padding: 0 16px 12px 16px;
        margin: 0;
    }

    .footer-box-menu dl dd a {
        display: block;
        height: auto;
        line-height: 24px;
        padding: 5px 0;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.9);
    }

    .footer-box-menu dl dd a i {
        margin-right: 8px;
    }

    .footer-box-menu dl dd a:hover {
        transform: none;
        color: #00CFAA;
    }

    /* 联系方式 */
    .footer-box-right {
        width: 100%;
        margin-top: 20px;
    }

    .footer-box-right h2 {
        font-size: 1rem;
        line-height: 28px;
        margin-bottom: 10px;
        text-align: left;
    }

    .footer-box-right ul {
        margin: 0;
        padding: 0;
    }

    .footer-box-right ul li {
        width: 100%;
        margin: 8px 0;
        display: flex;
        align-items: flex-start;
    }

    .footer-box-right ul li em {
        display: block;
        width: 18px;
        flex: 0 0 18px;
    }

    .footer-box-right ul li em img {
        max-width: 16px;
        height: auto;
        margin-top: 4px;
    }

    .footer-box-right ul li a {
        width: calc(100% - 18px);
        padding-left: 10px;
        font-size: 0.9rem;
        line-height: 22px;
        word-break: break-word;
        box-sizing: border-box;
    }

    /* 第二行按钮和社媒 */
    .footer-box2 {
        margin-bottom: 25px;
        padding: 0 15px;
        box-sizing: border-box;
        display: block !important;
    }

    .footer-box2-left {
        width: 100%;
        margin-bottom: 22px;
    }

    .footer-box2-left a {
        width: 100%;
        max-width: 260px;
        height: 44px;
        line-height: 44px;
        margin: 0 auto;
        padding: 0 22px;
        box-sizing: border-box;
        border-radius: 30px;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.footer-box2-left a i{ margin-left: 15px;}
    .footer-box2-right {
        width: 100%;
        text-align: center;
    }

    .footer-box2-right h2 {
        font-size: 1rem;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .footer-box2-right-share {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-box2-right-share a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0;
        font-size: 1rem;
    }

    /* 版权 */
    .footer-copy {
        padding: 14px 15px;
        box-sizing: border-box;
        text-align: center;
        font-size: 0.82rem;
        line-height: 24px;
    }

    .footer-copy .container,
    .footer-copy .mar0 {
        width: 100%;
        max-width: 100%;
    }

    .footer-copy a {
        display: inline-block;
        color: #fff;
        line-height: 24px;
    }

    .footer-copy a::after {
        content: "·";
        padding: 0 8px;
    }

    .footer-copy a:last-child::after {
        content: "";
        padding: 0;
    }

}