body,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
label,
ol,
p,
ul {
    margin: 0;
    font-family: Inter, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}
.banner {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 20px;
    background-image: url('/images/banner-img.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 75%;
}
.fixed-header {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 2px #dbeaff;
    box-sizing: border-box;
    z-index: 999;

    .logo-area {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;

        .logo-left {
            padding-right: 20px;

            .top {
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 0;
            }

            .bottom {
                font-size: 11px;
                margin-bottom: 0;
            }
        }

        .logo-right {
            padding-left: 20px;
            border-left: 1px solid #dbeaff;

            .text {
                color: #555;
                font-size: 11px;
                padding-left: 10px;
                text-align: start;

                .nav {
                    height: 60px;
                }
            }
        }
    }

    .tab-area {
        height: 60px;
        .nav {
            overflow-x: auto;
            flex-wrap: nowrap;
        }
    }
}
.header-height {
    height: 60px;
    width: 100%;
}
.footer {
    background-color: #333333;

    margin-top: 15px;
    color: #ddd;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    .footer-box {
        padding: 30px 0;
        .icon {
            width: 16px;
            margin-right: 4px;
            margin-bottom: 2px;
        }
    }

}
.index-page {
    width: 100%;

    .index-banner {
        width: 100%;
        height: 450px;
        background-image: url('/images/banner-img.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0 75%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        .img {
            max-width: 100%;
            margin-bottom: 300px
        }
        .banner-box {
            position: absolute;
            top: 0;
            right: 10%;
            height: 100%;
            display: flex;
            align-items: center;

            .apply-box {
                border-radius: 10px;
                width: 340px;
                height: auto;
                background-color: rgba(255, 255, 255, 0.5);
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                box-sizing: border-box;
                padding: 20px;

                .panel-title {
                    display: flex;
                    align-items: center;
                    margin-bottom: 40px;
                    .title-text {
                        font-size: 30px;
                        color: #242121;
                        font-weight: bold;
                    }
                    .title-icon {
                        width: 36px;
                        height: 36px;
                        margin: 0 20px;
                    }
                }

                .btn {
                    background-color: #007bff;
                    border-radius: 6px;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: 2px 4px 3px #888;
                    width: 100%;
                    border: none;
                    margin-bottom: 40px;
                    transition: transform 0.3s;
                }
                .btn:hover {
                    transform: scale(1.1);
                }
                .apply-num {
                    color: #000;

                    .number {
                        color: #007bff;
                        font-weight: bold;
                        text-shadow: 1px 1px 0 #094ca6;
                    }
                }
            }

        }

    }

    .page-content {
        .content-center {
            width: 100%;
            margin-top: 20px;
            .panel-title {
                width: 100%;
                display: flex;
                justify-content: center;
                margin: 40px 0;

                .title-icon {
                    width: 36px;
                    height: 36px;
                    margin: 0 20px;
                }
                .title-text {
                    font-size: 30px;
                    color: #242121;
                    font-weight: bold;
                }
            }

            .mediation-apply {
                display: flex;
                justify-content: space-between;

                .item-box {
                    width: 350px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 60px;

                    .item-img {
                        width: 150px;
                        height: 150px;
                    }

                    .item-text {
                        margin-top: 10px;
                        font-size: 14px;
                        text-align: center;
                        /* font-weight: bold; */
                        user-select: none;
                    }

                    .item-btn {
                        font-weight: bold;
                        margin-top: 20px;
                        transition: transform 0.3s;
                    }
                    .item-btn:hover {
                        transform: scale(1.1);
                    }
                }

            }

            .mediation-process {
                text-align: left;
                padding: 42px;
                margin-top: 25px;
                background: #f1f1f1;
                margin-bottom: 60px;
            }

            .mediation-advantage {
                margin-top: 100px;

                .item {
                    list-style: none;
                    display: flex;
                    justify-content: space-between;
                    .item-box {
                        width: 265px;
                        height: 330px;
                        border-radius: 10px;
                        background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
                        position: relative;
                        padding: 0 20px;
                        margin-bottom: 60px;

                        .box-round {
                            width: 110px;
                            height: 110px;
                            border-radius: 50%;
                            background-color: #007bff;
                            position: absolute;
                            left: 50%;
                            top: -40%;
                            transform: translate(-50%, 75%);
                            display: flex;
                            align-items: center;
                            justify-content: center;

                            .img-icon {
                                width: 50%;
                                width: 50%;
                                filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
                            }
                        }

                        .item-list {
                            padding: 0;
                            margin-top: 80px;

                            .item-text {
                                list-style: none;
                                color: #333333;
                                font-size: 18px;
                                letter-spacing: 0.1em;
                                line-height: 40px;
                                user-select: none;
                            }
                        }

                    }
                }

            }

            .quick-search {
                display: flex;
                justify-content: space-between;

                .item-box {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    box-sizing: border-box;
                    text-decoration: none;
                    outline: none;
                    transition: transform 0.3s;
                    margin-bottom: 60px;

                    .item-img {
                        width: 130px;
                        height: 130px;
                        border-radius: 50%;
                        background-color: #007bff;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        .img-icon {
                            width: 50%;
                            height: 50%;
                            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
                        }
                    }

                    .item-title {
                        margin-top: 20px;
                        font-size: 16px;
                        font-weight: bold;
                        margin-bottom: 10px;
                        color: #263158;
                    }

                    .item-text {
                        text-align: center;
                        height: 13px;
                        font-size: 13px;
                        color: #171717;
                    }
                }
                .item-box:hover {
                    transform: scale(1.1);
                }
            }

            .law-list {
                margin-bottom: 200px;

                .list-item {
                    display: block;
                    padding: 10px 0;
                    border-bottom: 1px solid #ddd;
                    font-size: 16px;
                    text-decoration: none;
                    outline: none;
                }

                .list-item:hover {
                    text-decoration: none;
                }
            }
        }
    }
}
.mediators-page {
    .mediators {
        box-sizing: border-box;
        margin-top: 20px;
        margin-bottom: 200px;

        .mediators-title {
            width: 100%;
            font-size: 24px;
            font-weight: bold;
        }

        .mediators-timeline {
            width: 100%;
        }

        .mediators-list {
            width: 100%;
            .list-card {
                padding: 10px;
                .list-item {
                    background: linear-gradient(65deg, #F2F2F2, #FFFFFF);
                    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
                    border-radius: 4px;
                    padding: 20px;
                    box-sizing: border-box;
                    display: flex;

                    .item-left {
                        flex: 1;

                        .left-img {
                            width: 120px;
                            height: 160px;
                            object-fit: cover;
                            border-radius: 4px;
                        }
                    }
                    .item-right {
                        flex: 3;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-around;
                        font-size: 14px;
                        font-weight: 400;
                        color: #999999;
                        line-height: 30px;
                        padding-left: 20px;

                        .right-name {
                            font-size: 24px;
                            font-weight: bold;
                            color: #333333;
                            line-height: 30px;
                        }
                    }
                }
            }

        }
    }
}
.about-page {
    .about-title {
        margin: 20px 0;
        font-size: 24px;
        font-weight: bold;
    }
    .about-content {
        margin-bottom: 200px;
        .content-left {

            p {
                font-size: 14px;
                line-height: 1.7em;
                text-indent: 2em;
                margin-bottom: 10px;
                text-align: justify;
            }
        }
        .content-right {

            .company-img {
                width: 100%;
            }
        }
    }
}
.my-modal-body {
    .form-floating {
        margin-bottom: 20px;
    }

    .form-floating > label {
        color: rgba(33, 37, 41, 0.65);
    }

    .btn-area {
        width: 100%;
        text-align: center;

        .my-submit-btn {
            width: 30%;
            height: 40px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            margin: 0 20px;
        }

        .my-cancel-btn {
            width: 30%;
            height: 40px;
            background-color: #f5f8ff;
            color: #007bff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            margin: 0 20px;
        }
    }
}
.nav-link {
    font-size: 18px;
    white-space: nowrap;
    font-weight: bold;
}
.nav-link.active {
    font-weight: bold;
}
.nav-link:hover {
    font-weight: bold;
}
.about {
    margin-bottom: 100px;
    a {
        text-decoration: none;
        outline: none;
    }
    .list-left {
        .list-box {
            padding: 20px;
            background-color: #fff;
            margin: 30px 0;
            border: 1px solid #ddd;

            .box-ul {
                list-style: none;
                padding: 0;
            }

            .box-li {
                font-size: 16px;
                font-weight: bolder;
                padding: 10px;
            }

            .active-li {
                font-size: 16px;
                font-weight: bolder;
                padding: 10px;
                background-color: #f1f1f1;
            }
        }
    }

    .list-right {
        margin-top: 30px;

        .list-title {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            padding-bottom: 20px;
        }

        .list-item {
            margin-bottom: 30px;
            padding: 20px;

            .item-title {
                font-size: 18px;
                margin-bottom: 10px;
            }
            .item-content {
                font-size: 14px;
                text-indent: 2em;
                color: #333;
            }
            .item-desc {
                font-size: 14px;
                color: #777;
                white-space: 2;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .item-time {
                text-align: center;
                font-size: 14px;
            }
            h4 {
                margin: 0 0 15px;
            }
        }
        .list-item:hover {
            background-color: #f1f1f1;
        }
        .article-title {
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }
        .article-desc {
            margin-bottom: 20px;
            font-size: 16px;
        }
        .article-content {}
    }
}
.feedback-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    .feedback-img {
        width: 60px;
        height: 60px;
        margin: 20px 0;
    }
    .feedback-text {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
}


/* 屏幕宽度小于或等于 600px 时应用的样式 */
/* @media screen and(max-width: 400px) {
    .index-page > .index-banner > .banner-box {
        right: 0;
    }
} */
