

/*PLUS企业会员页面*/
.qyplus-banner {
    position: relative;
    background-image: url(../images/qiyeplus_bg.png);
    background-color: #f5faff;
    background-position-x: center;
    background-size: cover;
    width: 100%;
    height: 640px;
}

    .qyplus-banner .qy-header {
        margin: 0 auto;
        width: fit-content;
        height: 100%;
        padding-top: 130px;
    }

        .qyplus-banner .qy-header h1 {
            color: #1a1a1a;
            font-size: 60px;
            font-weight: bold;
            line-height: 1.2;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 4px;
        }

            .qyplus-banner .qy-header h1 span {
                color: #f5692c;
            }

        .qyplus-banner .qy-header .qy-sub {
            color: #1a1a1a;
            font-size: 36px;
            line-height: 1.2;
            text-align: center;
            padding-top: 45px;
            padding-left: 10px;
            padding-right: 10px;
            letter-spacing: 2px;
        }

        .qyplus-banner .qy-header .qy-sub2 {
            color: #1a1a1a;
            font-size: 20px;
            line-height: 1.2;
            text-align: center;
            padding-top: 45px;
            padding-left: 10px;
            padding-right: 10px;
            font-weight: lighter;
            letter-spacing: 2px;
        }

        .qyplus-banner .qy-header .qy-mode {
            text-align: center;
            margin: 60px auto 20px;
        }

.qybuy-btn {
    width: 210px;
    height: 50px;
    background: #ff6001;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

    .qybuy-btn:hover {
        opacity: 0.9;
    }

.qyplus-box {
    color: #1a1a1a;
}

.qy-w14 {
    width: 1444px;
    margin: 0 auto;
}

.qyplus-box .qy-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.qyplus-box .qy-tips {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    text-align: center;
}

.qyplus-box .qy-title-clue {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.qyplus-box .qy-feature {
    margin-top: 20px
}

.qyplus-box .qy-feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.qyplus-box .qy-reverse {
    flex-direction: row-reverse;
}

.qyplus-box .qy-feature-item .qy-feature-text {
    flex: 1 1;
    margin: 0 0 0 10px;
}

.qyplus-box .qy-reverse .qy-feature-text {
    margin: 0 0 0 200px;
}

.qyplus-box .qy-feature-item .qy-feature-text .qy-title-text {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
}

.qyplus-box .qy-feature-item .qy-feature-text p {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.8;
    position: relative;
    padding-left: 25px;
}

    .qyplus-box .qy-feature-item .qy-feature-text p:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 10px;
        position: absolute;
        top: 10px;
        left: 5px;
        background: #ff6001;
    }

.qyplus-box .qy-feature-item .qy-feature-img {
    width: 500px;
    margin-top: 0;
    padding: 0;
}

    .qyplus-box .qy-feature-item .qy-feature-img img {
        width: 100%;
        height: auto;
    }

.qyplus-box .qy-scene {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 60px;
}

    .qyplus-box .qy-scene .qy-scene-text {
        background: url(../images/plustext_bg.jpg) no-repeat;
        background-size: cover;
        width: 50%;
        height: 370px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 40px;
        border-radius: 10px 0 0 10px;
    }

        .qyplus-box .qy-scene .qy-scene-text p {
            font-size: 18px;
            line-height: 1.8;
        }

            .qyplus-box .qy-scene .qy-scene-text p span {
                font-weight: bold;
            }

    .qyplus-box .qy-scene .qy-scene-img {
        background: url(../images/plus-img.png) no-repeat;
        background-size: cover;
        width: 50%;
        height: 370px;
        border-radius: 0 10px 10px 0;
    }

.qyplus-box .qy-content {
    background-image: url(../images/plus-bg2.png);
    background-position-x: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 220px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .qyplus-box .qy-content .qy-clue {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.5;
        padding: 30px 0;
    }

    .qyplus-box .qy-content .qy-tags {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .qyplus-box .qy-content .qy-tags .qy-tags-item {
            display: flex;
            background: #fff;
            padding: 16px 30px;
            border-radius: 30px;
            margin: 0 50px;
        }

            .qyplus-box .qy-content .qy-tags .qy-tags-item .qy-tags-icon {
                display: inline-block;
                width: 22px;
            }

                .qyplus-box .qy-content .qy-tags .qy-tags-item .qy-tags-icon img {
                    width: 100%;
                }

            .qyplus-box .qy-content .qy-tags .qy-tags-item .qy-tags-text {
                font-size: 20px;
                padding-left: 16px;
            }

.qyplus-box .qy-section {
    display: grid;
    width: 100%;
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    gap: 25px;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
}

    .qyplus-box .qy-section li {
        background: url(../images/plus-bg3.png) top left no-repeat #fff;
        background-size: 710px 280px;
        border: 1px solid #ebf0fc;
        border-radius: 10px;
        width: 100%;
        height: auto;
        padding: 30px 20px;
        text-align: center;
        transition: all .3s ease-out;
    }


        .qyplus-box .qy-section li h3 {
            font-size: 32px;
            line-height: 1.5;
            color: #1a1a1a;
            padding-bottom: 20px;
        }

        .qyplus-box .qy-section li .plus-module {
            display: grid;
            width: 100%;
            align-items: stretch;
            justify-items: stretch;
            align-content: stretch;
            gap: 20px;
            column-gap: 20px;
            grid-template-columns: 1fr 1fr 1fr;
            justify-content: stretch;
        }

            .qyplus-box .qy-section li .plus-module .plus-item {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background: linear-gradient(to bottom, #f6f7fd, #ffffff);
                border: 1px solid #ebf0fc;
                border-radius: 10px;
                height: 180px;
                padding: 30px 10px;
            }

                .qyplus-box .qy-section li .plus-module .plus-item .plus-item-title {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 1.2;
                }

                .qyplus-box .qy-section li .plus-module .plus-item .plus-item-number {
                    font-size: 18px;
                    font-weight: lighter;
                    color: #666;
                    margin: 20px 0;
                }

                .qyplus-box .qy-section li .plus-module .plus-item .plus-item-discount {
                    font-size: 18px;
                    font-weight: bold;
                    color: #666;
                }

                    .qyplus-box .qy-section li .plus-module .plus-item .plus-item-discount span {
                        color: red;
                    }

            .qyplus-box .qy-section li .plus-module .hidden {
                visibility: hidden;
            }

        .qyplus-box .qy-section li .plus-discount {
            width: 100%;
            height: 60px;
            background: #f6f7fe;
            border-radius: 10px;
            font-size: 20px;
            line-height: 1.2;
            text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 50px auto 0px;
            cursor: pointer;
        }

            .qyplus-box .qy-section li .plus-discount span {
                color: red;
            }

            .qyplus-box .qy-section li .plus-discount:hover {
                opacity: 0.8;
            }

.qyplus-box .plus-case {
    display: grid;
    width: 100%;
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    gap: 25px;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
}

    .qyplus-box .plus-case .plus-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #e4f2ff, #f5e2ff);
        border-radius: 10px;
        height: 210px;
        padding: 30px 10px;
    }

        .qyplus-box .plus-case .plus-box h3 {
            background: linear-gradient(32.72deg, #2468f2 0, #c147ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 32px;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 15px;
        }

        .qyplus-box .plus-case .plus-box p {
            font-size: 22px;
            line-height: 1.2;
        }

.qyplus-box .plus-remind {
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin: 40px;
    text-align: center;
}


.qyplus-contact {
    color: #1a1a1a;
    text-align: center;
    padding: 60px 0;
    background: url(../images/contact_bg.jpg) no-repeat top;
    background-size: cover;
    height: 660px;
}

    .qyplus-contact .pro-1 {
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .qyplus-contact .pro-2 {
        font-size: 30px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 20px;
    }

        .qyplus-contact .pro-2 span {
            color: red;
        }

    .qyplus-contact .pro-price {
        font-size: 60px;
        font-weight: bold;
        color: #ff6001;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .qyplus-contact .pro-img {
        display: inline-block;
        width: 220px;
    }

        .qyplus-contact .pro-img img {
            width: 100%;
        }

    .qyplus-contact .pro-text {
        font-size: 24px;
        line-height: 1.2;
        margin-top: 15px;
    }


@media screen and (max-width: 768px) {
    .qyplus-banner {
        height: auto;
        padding-bottom: 20px;
    }

        .qyplus-banner .qy-header {
            padding-top: 40px;
        }

            .qyplus-banner .qy-header h1 {
                font-size: 40px;
                padding-left: 5px;
                padding-right: 5px;
            }

            .qyplus-banner .qy-header .qy-sub {
                font-size: 26px;
                padding-top: 20px;
                line-height: 1.5;
                padding-left: 5px;
                padding-right: 5px;
            }

            .qyplus-banner .qy-header .qy-sub2 {
                font-size: 16px;
                padding-top: 20px;
                padding-left: 5px;
                padding-right: 5px;
            }

            .qyplus-banner .qy-header .qy-mode {
                text-align: center;
                margin: 30px auto 20px;
            }

    .qyplus-box .qy-title {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .qyplus-box .qy-tips {
        font-size: 14px;
    }

    .qy-w14 {
        width: 100%;
    }

    .qyplus-box .qy-feature-item {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

        .qyplus-box .qy-feature-item .qy-feature-img {
            width: 350px;
        }

    .qyplus-box .qy-reverse .qy-feature-text {
        margin: 0 0 0 10px;
    }

    .qyplus-box .qy-feature-item .qy-feature-text .qy-title-text {
        color: #1a1a1a;
        font-weight: 500;
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .qyplus-box .qy-feature-item .qy-feature-text p {
        color: #666;
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.8;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .qyplus-box .qy-scene .qy-scene-text {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 10px;
        border-radius: 10px;
    }

        .qyplus-box .qy-scene .qy-scene-text p {
            font-size: 16px;
            line-height: 1.5;
        }

    .qyplus-box .qy-scene .qy-scene-img {
        display: none;
    }


    .qyplus-box .qy-title-clue {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 40px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }


    .qyplus-box .qy-content .qy-clue {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 1.2;
        padding: 0 0 10px 0;
    }

    .qyplus-box .qy-content {
        height: auto;
        padding: 20px 5px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .qyplus-box .qy-content .qy-tags .qy-tags-item {
            display: flex;
            background: #fff;
            padding: 10px;
            border-radius: 30px;
            margin: 0 10px;
        }

            .qyplus-box .qy-content .qy-tags .qy-tags-item .qy-tags-text {
                font-size: 14px;
                padding-left: 10px;
            }

    .qyplus-box .qy-section {
        gap: 10px;
        column-gap: 10px;
        grid-template-columns: 1fr;
    }

    .qyplus-box .plus-case {
        gap: 10px;
        column-gap: 10px;
        grid-template-columns: 1fr;
    }

    .qyplus-box .qy-section li .plus-discount {
        margin: 30px auto 0px;
    }

    .qyplus-box .qy-section li h3 {
        font-size: 30px;
        font-weight: bold;
    }

    .qyplus-box .qy-section li .plus-module {
        gap: 10px;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

        .qyplus-box .qy-section li .plus-module .plus-item {
            height: auto;
            padding: 20px 10px;
        }

    .qyplus-contact {
        padding: 20px 0;
        height: auto;
    }

        .qyplus-contact .pro-1 {
            font-size: 30px;
        }

        .qyplus-contact .pro-2 {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .qyplus-contact .pro-price {
            font-size: 40px;
            margin-bottom: 15px;
        }
}
