* {
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: 'MyCustomFont', sans-serif;
    /* 使用自定义字体 */
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('../img/fonts/times.ttf') format('woff2'),
        /* 支持现代浏览器 */
        url('../img/fonts/times.ttf') format('woff');
    /* 支持旧版浏览器 */
    font-weight: normal;
    font-style: normal;
}

.top-list-placeholder {
    width: 100%;
    height: 0.8rem !important;
}

body {
    font-family: 'MyCustomFont', sans-serif;
    /* 使用自定义字体 */
}

:root {
    /* 主色调 */
    --primary-color: #e70012;
    --normall-color: #111E36;
    --orange-color: #FF8300
}

.main-bg {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.main-body {
    .top-banner {
        width: 100%;
        height: 6.45rem;
        background: url(../img/banner.png) no-repeat center 100%/ 100% 100%;
        text-align: center;
        position: relative;
        z-index: 9;

        .ban-words {
            position: absolute;
            padding: 0.3rem;
            width: 100%;
            text-align: center;
            top: 0.72rem;
            color: #fff;

            img {
                width: 4rem;
                height: auto;
                margin-right: 0.06rem;
            }

            h2 {
                font-size: 0.38rem;
                line-height: 0.58rem;
                font-weight: normal;
            }

            ul {
                display: flex;
                width: 100%;
                margin-bottom: 0.08rem;

                li {
                    display: flex;
                    width: 50%;
                    margin-bottom: 0.1rem;

                    img {
                        width: 0.32rem;
                        height: 0.32rem;
                    }

                    p {
                        font-size: 0.26rem;
                        color: #fff;
                        line-height: 0.32rem;
                    }
                }
            }

            .ban-btn {
                width: 4.6rem;
                height: 0.64rem;
                background-color: #e70012;
                text-align: center;
                border-radius: 0.08rem;
                margin: 0 auto;
                margin-top: 0.6rem;

                p {
                    font-size: 0.3rem;
                    color: #fff;
                    line-height: 0.64rem;
                }
            }
        }
    }

    .sgq-body {
        width: 100%;
        height: 8.36rem;
        background: url(../img/sgq-bg.png) no-repeat center 100%/ 100% 100%;
        position: relative;
        z-index: 1;
        top: -0.6rem;

        .sgq-bg {
            width: 100%;
            height: 7rem;
            position: absolute;
            top: 1.2rem;
            left: 0;
            z-index: -1;
            padding: 0 0.3rem;
            text-align: center;

            span {
                font-size: 0.24rem;
                color: #999;
                display: block;
                margin-top: 0.16rem;
            }

            .choose-bg {
                display: flex;
                margin-bottom: 0.36rem;

                .choose-lt {
                    margin-right: 0.48rem;
                }

                .choose-lt {
                    display: flex;

                    .choose-icon {
                        width: 0.4rem;
                        height: 0.4rem;
                        margin-right: 0.16rem;
                        background: url(../img/chooer-icon.png) no-repeat center 100% / 100% 100%;
                    }

                    p {
                        font-size: 0.28rem;
                        line-height: 0.4rem;
                        color: #333;
                    }
                }
            }
        }
    }

    .pro-title {
        width: 100%;
        text-align: center;
        padding-top: 0.6rem;
        margin-bottom: 0.4rem;

        p {
            font-size: 0.38rem;
            font-weight: bold;
            color: #333;
            text-transform: uppercase;
        }
    }

    .pro-list {
        width: 100%;
        position: relative;
        margin-top: -0.6rem;
        padding: 0 0.3rem;

        ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0.2rem;

            li {
                width: 2.2rem;
                height: 2.2rem;
                border: 1px solid #ccc;
                border-radius: 50%;
                margin-bottom: 0.2rem;
                overflow: hidden;
                padding: 0.2rem;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }

        .four-parts {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 0.48rem;

            .ys-li {
                display: flex;
                width: 50%;
                margin-bottom: 0.16rem;

                img {
                    width: 0.32rem;
                    height: 0.32rem;
                    margin-right: 0.08rem;
                }

                p {
                    font-size: 0.3rem;
                }
            }
        }
    }
}

.lfmt-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.1rem;

    .fk-sty {
        height: 100%;
        font-size: 0;
        margin-bottom: 0.32rem;


        p {
            font-size: 0.24rem;
            line-height: 0.3rem;
            color: #333;
            margin-bottom: 0.08rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: table-footer-group;
            white-space: nowrap;
        }

        input {
            width: 100%;
            height: 0.8rem;
            border-radius: 0.08rem;
            border: 1px solid #333;
            padding: 0 0.2rem;
            font-size: 0.24rem;
            color: #000;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 0.08rem;

            &::placeholder {
                color: #999;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

        .disabled-input {
            width: 100%;
            height: 0.72rem;
            border-radius: 0.08rem;
            background-color: #f6f6f6;
            border: 1px solid rgba(0, 0, 0, 0.1);
            padding: 0 0.2rem;
            display: flex;
            align-items: center;
            overflow: hidden;

            p {
                font-size: 0.26rem;
                margin: 0;
            }

            span {
                font-size: 0.26rem;
                margin: 0 0.16rem;
                color: #999;
            }
        }
    }

    .p-lf {
        max-width: 100%;
    }

    .p-md {
        width: 48%;
    }

    .p-rt {
        width: 48%;
    }
}

.information-style {
    .p-md {
        width: 48%;
    }

    .p-rt {
        width: 100%;
    }
}

.form-group {
    margin-top: 0.08rem;
}

.industry-select {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.08rem;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    color: #333;
}

.sgq-btn {
    width: 100%;
    height: 0.8rem;
    background-color: #e70012;
    border-radius: 0.08rem;
    text-align: center;

    p {
        font-size: 0.28rem;
        font-weight: bold;
        color: #fff;
        line-height: 0.8rem;
    }
}

.woa-body {
    width: 100%;
    background: url(../img/woa-bg.png) no-repeat center 100%/ 100% 100%;
    padding: 0.3rem;

    .woa-title {
        text-align: center;
        margin-top: 0.3rem;
        margin-bottom: 0.6rem;

        p {
            font-size: 0.38rem;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
        }
    }

    ul {
        width: 100%;

        li {
            width: 100%;
            height: 3rem;
            margin-bottom: 0.6rem;
            border-radius: 0.08rem;
            display: flex;
            justify-content: space-between;

            &:last-child {
                margin-bottom: 0.3rem;
            }

            .woa-ltf {
                margin-right: 0.3rem;
                border-radius: 0.08rem;

                img {
                    width: 3.3rem;
                    height: 3rem;
                }
            }

            .woa-rtf {
                width: calc(100% - 3.6rem);
                padding-top: 0.1rem;

                ul {
                    width: 100%;
                    display: ruby;

                    li {
                        height: 0.4rem;
                        margin-bottom: 0.12rem;
                        display: contents;

                        p {
                            font-size: 0.24rem;
                            line-height: 0.4rem;
                            padding: 0 0.2rem;
                            border: 1px solid rgba(255, 255, 255, 0.6);
                            border-radius: 0.2rem;
                            font-weight: normal;
                        }
                    }
                }

                p {
                    font-size: 0.32rem;
                    color: #fff;
                    font-weight: bold;
                    line-height: 0.32rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                span {
                    display: block;
                    margin-top: 0.2rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 0.24rem;
                    line-height: 0.32rem;
                    color: #fff;
                    margin-bottom: 0.24rem;
                }
            }
        }
    }
}

.ycu-body {
    width: 100%;
    padding-bottom: 0.6rem;
    position: relative;

    .ycu-bg {
        display: flex;
        align-items: center;

        .ycu-lt {
            width: 3rem;
            height: 8.4rem;
            background: url(../img/ycu-lt.png) no-repeat center 100% / 100% 100%;
            margin-right: 0.2rem;
        }

        ul {
            width: calc(100% - 3.2rem);

            li {
                margin-bottom: 0.84rem;
                display: flex;
                align-items: center;
                padding-right: 0.3rem;

                &:nth-child(1),
                &:nth-child(4) {
                    margin-left: -0.8rem !important;
                }

                &:last-child {
                    margin-bottom: 0;
                }

                img {
                    width: 1.2rem;
                    margin-right: 0.2rem;
                }

                p {
                    font-size: 0.3rem;
                    line-height: 0.36rem;
                    color: #333;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
        }
    }
}

.main-two {
    top: 0 !important;
    height: 8.8rem !important;

    .sgq-bg {
        top: 1.5rem !important;
    }
}

.content-body {
    width: 100%;
    height: 4.87rem;
    padding: 0.6rem 0.3rem;
    background: url(../img/content-bg.png) no-repeat center 100%/ 100% 100%;

    .content-title {
        margin-bottom: 0.48rem;

        p {
            font-size: 0.38rem;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
        }
    }

    ul {
        width: 100%;

        li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.4rem;

            img {
                width: 0.4rem;
                margin-right: 0.24rem;
            }

            p {
                color: #fff;
                font-size: 0.32rem;
                line-height: 0.4rem;
            }

            span {
                color: #fff;
                font-size: 0.32rem;
                display: block;
                line-height: 0.4rem;
                margin-bottom: 0.1rem;
            }
        }
    }
}

.choose-icon.active {
    background: url(../img/chooer-icon-active.png) no-repeat center 100% / 100% 100% !important;
}