.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w14 {
    max-width: 1400px;
    margin: auto;
}
.footer {
    width: 100%;
    padding: 46px 0;
    background-color: #242c33;
}

    .footer .footer-cont {
        padding-bottom: 15px;
        position: relative;
    }

    .footer .cont-list {
/*        width: 30%;*/
        box-sizing: border-box;
    }

        .footer .cont-list .list-title {
/*            width: 240px;*/
            font-size: 16px;
            color: #fff;
            padding-bottom: 15px;
            margin-bottom: 32px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        }

    .footer .list1-zynr p {
        font-size: 14px;
        color: #eee;
        line-height: 30px;
        padding-right: 20px;
    }

        .footer .list1-zynr p span {
            display: inline-block;
            padding-left: 36px;
        }

    .footer .list1-zynr .p1 {
        display: inline-block;
        width: 200px;
    }

    .footer .list1-zynr p:hover {
        color: #45a0e1;
    }

    .footer .cont-list2,.footer .cont-list1 {
        min-width: 300px;
/*        padding-left: 20px;*/
    }

    .footer .list2-zynr .zynr-yqlj {
        margin-right: 40px;
    }

        .footer .list2-zynr .zynr-yqlj li a {
            font-size: 14px;
            color: #eee;
            line-height: 30px;
        }

            .footer .list2-zynr .zynr-yqlj li a:hover {
                color: #45a0e1;
            }

    .footer .cont-list2 {
        position: relative;
    }

        .footer .cont-list2 .yqlj-xlk {
            position: absolute;
            display: none;
            left: 0;
            top: 216px;
            width: 100%;
            padding-left: 20px;
            padding-bottom: 20px;
            background-color: #242c33;
            box-sizing: border-box;
        }

            .footer .cont-list2 .yqlj-xlk li a {
                font-size: 14px;
                color: #eee;
                line-height: 30px;
            }

                .footer .cont-list2 .yqlj-xlk li a:hover {
                    color: #45a0e1;
                }

        .footer .cont-list2:hover .yqlj-xlk {
            display: block;
            animation: fadeIn 0.5s;
        }



    .footer .cont-list3 {
        width:calc(100% - 800px);
        padding-left: 60px;
    }

            .footer .cont-list3 .list2-zynr ul {
                display: flex;
                flex-wrap: nowrap;

            }

                .footer .cont-list3 .list2-zynr li a img {
                    width: 28px;
                    height: 28px;
                }

                .footer .cont-list3 .list2-zynr li img {
                    width: 150px;
                    height: 150px;
                }

                .footer .cont-list3 .list2-zynr li p {
                    color:#fff;
                    line-height:20px;
                    text-align:center;
                    padding:5px;
                }

                .footer .cont-list3 .list2-zynr li::after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 65px;
                    left: 50%;
                    margin-left: -5px;
                    z-index: 5;
                    width: 10px;
                    height: 10px;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    background-color: #fff;
                    visibility: hidden;
                }

                .footer .cont-list3 .list2-zynr li:last-child::after {
                    display: none;
                }

                .footer .cont-list3 .list2-zynr li:hover .ewm {
                    top: 45px;
                    visibility: visible;
                    transition: all ease 0.4s;
                }

                .footer .cont-list3 .list2-zynr li:hover::after {
                    top: 40px;
                    visibility: visible;
                    transition: all ease 0.4s;
                }



    /* 备案号 */
    .footer .footer-bah {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #666;
        line-height: 24px;
        padding: 15px 10px;
        background-color: #fff;
        box-sizing: border-box;
    }

        .footer .footer-bah a {
            font-size: 16px;
            color: #666;
        }
    /* 底部间隔 */
    .footer .footer-dbjg {
        font-size:14px;
        color:#fff;
        width: 100%;
/*        height: 50px;*/
    }
/*友情链接*/
.link {
    width: 100%;
    height: auto;
    color: #eee;
    background-color: #242c33;
    padding: 60px 0 0px 0;
}

    .link a {
        width: 100%;
        color: #eee;
    }

    .link .list-title {
        color: #eee;
        font-size: 14px;
        display: flex;
        align-items: center;
        font-weight: bold;
    }


        .link ul li {
            float: left;
            margin-right: 10px;
            font-size: 14px;
            line-height: 26px;
        }




        .contact-card {
            width: 100%;
            max-width: 400px;
            padding: 0 25px;
            color: #fff;
            position: absolute;
            right: 0;
        }
        
        .phone-section {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .phone-number {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            margin-right: 15px;
        }
        
        .consult-btn {
            background-color: #e74c3c;
            color: white;
            border: none;
            border-radius: 4px;
            padding: 8px 14px;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .consult-btn:hover {
            background-color: #c0392b;
        }
        
        .service-time {
            font-size: 14px;
            color: #bdc3c7;
            margin-bottom: 20px;
        }
        
        .divider {
            height: 1px;
            background-color: #7f8c8d;
            margin: 20px 0;
        }
        
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .info-item {
            display: flex;
            align-items: flex-start;
        }
        
        .icon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            flex-shrink: 0;
        }
        
        .address-icon {
            background-color: #3498db;
            border-radius: 50%;
            position: relative;
        }
        
        .address-icon::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            background-color: #fff;
            border-radius: 50%;
        }
        
        .email-icon {
            background-color: #9b59b6;
            border-radius: 50%;
            position: relative;
        }
        
        .email-icon::after {
            content: "@";
            position: absolute;
/*            top: 2px;*/
            left: 3px;
            color: white;
            font-size: 14px;
            font-weight: bold;
        }
        
        .info-text {
            font-size: 14px;
            line-height: 1.5;
        }
        
        .qrcodes {
            display: flex;
            justify-content: space-between;
        }
        
        .qrcode-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 30%;
        }
        .qrcode-item img{
            width:100%;
        }
        
        .qrcode {
            width: 100%;
            height: auto;
            border-radius: 4px;
            margin-bottom: 8px;
            background-color: white;
            padding: 5px;
        }
        
        .qrcode-label {
            font-size: 14px;
            color: #bdc3c7;
            text-align: center;
        }
        
        .douyin-qr {
            position: relative;
        }
        
        .douyin-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            background: linear-gradient(45deg, #ff0050, #00f2ea);
            border-radius: 4px;
        }
        
        .manual-qr {
            position: relative;
        }
        
        .manual-icon {
            position: absolute;
            bottom: 5px;
            right: 5px;
            width: 15px;
            height: 15px;
            background-color: #3498db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .manual-icon::after {
            content: "♪";
            color: white;
            font-size: 10px;
        }
        
        @media (max-width: 480px) {
            .contact-card {
                padding: 20px 15px;
            }
            
            .phone-number {
                font-size: 20px;
            }
            
            .consult-btn {
                padding: 6px 10px;
                font-size: 14px;
            }
        }
        @media (max-width: 768px) {
        .footer .cont-list2 {
            display: none;
        }
        
        /* 调整联系方式在移动端的宽度 */
        .footer .contact-card {
            padding: 10px 0;
            position: relative;
        }
        .footer .link{
            padding-top: 10px;
        }
        .footer .cont-list .list-title{
            margin-bottom: 10px !important;
        }
    }