* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'JDFont';
    src: url('https://jiadidesign.cn/static/jd-web/20250429/font.ttf') format('truetype');
    font-display: swap;
}

.head {
    display: flex;
    justify-content: space-between;

    .head-left {
        margin: 66px 0 94px 100px;
        width: 293px;
        height: 101px;

        .head-logo {
            width: 64%;
            height: 64%;
        }
    }

    .head-right {
        display: flex;

        .topNav {
            display: flex;

            .clearfix {
                display: flex;
                border-top: 1px solid #666666;
                margin-top: 62px;

                li {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    margin-top: 25px;
                    margin-right: 60px;

                    a {
                        text-decoration: none;
                        color: #000000;
                        cursor: pointer;
                        margin-bottom: 20px;
                        height: 25px;
                        font-family: PingFangSC, PingFang SC;
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 25px;
                        text-align: left;
                        font-style: normal;
                    }

                    span {
                        flex-wrap: wrap;
                    }

                    .ln {
                        font-family: PingFangSC, PingFang SC;
                        font-weight: 400;
                        font-size: 12px;
                        color: #666666;
                        line-height: 17px;
                        text-align: left;
                        font-style: normal;
                        margin-top: 4px;
                    }

                    .actives {
                        color: #27721D;
                        font-size: 12px;
                    }

                    .active {
                        color: #27721D;
                    }

                    .active-line {
                        width: 36px;
                        height: 2px;
                        background: #000000;
                        margin-bottom: 25px;
                        margin-top: -25px;
                        margin-left: 18px;
                    }

                    .customer {
                        width: 29px;
                        height: 27px;

                        .cus-img {
                            width: 29px;
                            height: 27px;
                        }

                    }

                    .line {
                        width: 139px;
                        height: 1px;
                        background: #000000;
                        margin-top: 30px;
                    }
                }

                li:nth-child(7) {
                    margin-right: 0;
                }
            }
        }
    }
}

.footer {
    width: 100%;
    height: 575px;
    background-image: url(https://ts-platform.oss-cn-hangzhou.aliyuncs.com/web/botbg.png);


    .footer-content {
        display: flex;
        justify-content: space-between;
        color: #000000;
        margin: 0 252px 81px 100px;


        .footer-items-one {
            .title {
                margin-top: 142px;
                font-family: 'JDFont', sans-serif;
                font-weight: 400;
                font-size: 24px;
                color: #FFFFFF;
                line-height: 24px;
                text-align: left;
                font-style: normal;
                margin-bottom: 50px;
            }

            .items {
                font-family: PingFangSC, PingFang SC;
                font-weight: 300;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 28px;
                text-align: left;
                font-style: normal;
                margin-top: 24px;
                opacity: 0.6;
            }

        }

        .footer-items {

            .title {
                margin-top: 142px;
                font-family: 'JDFont', sans-serif;
                font-weight: 500;
                font-size: 24px;
                color: #FFFFFF;
                line-height: 33px;
                text-align: left;
                font-style: normal;
                margin-bottom: 50px;
            }

            .items {
                font-family: PingFangSC, PingFang SC;
                font-weight: 300;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 28px;
                text-align: left;
                font-style: normal;
                margin-top: 24px;
                opacity: 0.6;
            }
        }

        .footer-code {
            width: 193px;
            height: 193px;
            /* background-color: #000000; */
            margin-top: 237px;
        }

        .code-img {
            width: 100%;
            height: 100%;
        }

    }

    .footer-num {
        text-align: center;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        font-style: normal;
        margin-bottom: 45px;
    }
}