.container {
    overflow: visible;
}
/* 顶部大图 */
.mySwiper1 {
    overflow: hidden;
    position: relative;
}

    .mySwiper1 .swiper-slide a {
        position: relative;
        display: block;
        height: 70vh;
        overflow: hidden;
        width: 100%;
    }

        .mySwiper1 .swiper-slide a:before {
            z-index: 1;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 80px;
            background: linear-gradient(to top, rgb(0 0 0 / 60%), rgba(0, 0, 0, 0));
        }

        .mySwiper1 .swiper-slide a img {
            position: relative;
            display: block;
            height: 100%;
            overflow: hidden;
            width: 100%;
            background: #000;
        }

        .mySwiper1 .swiper-slide a p {
            position: absolute;
            left: 0;
            right: 380px;
            bottom: 0.3rem;
            line-height: 1;
            padding-left: 0.3rem;
            font-size: 0.26rem;
            z-index: 2
        }

    .mySwiper1 .swiper-pagination {
        z-index: 99;
        right: 0.3rem !important;
        bottom: 0.3rem !important;
        left: auto !important;
        width: auto !important;
        display: flex;
        align-items: flex-end;
        flex-wrap: nowrap;
    }

    .mySwiper1 .swiper-pagination-bullet {
        font-size: 0.16rem;
        color: #fff;
        width: auto;
        background: none;
        opacity: 0.5;
        margin-right: 0.2rem !important;
        transition: all 0.2s;
        border-radius: 0;
        outline: none;
        height: 0.4rem;
        line-height: 1;
        display: flex;
        align-items: flex-end;
    }

        .mySwiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: none !important;
            opacity: 1;
            font-size: 0.4rem;
        }

.container .title {
    letter-spacing: 1px;
    text-align: center;
}

    .container .title p {
        font-size: 0.22rem;
    }

    .container .title h1 {
        font-weight: 400;
        position: relative;
        line-height: 1;
        margin-top: 0.1rem;
        padding-bottom: 0.25rem;
    }

        .container .title h1:before {
            content: "";
            position: absolute;
            width: 2em;
            height: 0.05rem;
            background: rgb(148, 7, 10);
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        }

.szjd-content {
    width: 14rem;
    background: url("../imgs/szjd_bg.png") center -0.9rem / 14.97rem 8.75rem no-repeat;
    at;
    */ box-sizing: border-box;
    padding-top: 1rem;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    /* padding-bottom: 1.5rem; */
}


    .szjd-content .icons {
        width: 100%;
        margin: 0.9rem auto 0px;
        display: flex;
        justify-content: space-between;
    }

        .szjd-content .icons a {
            width: 1.6rem;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

            .szjd-content .icons a div {
                width: 1.24rem;
                height: 1.24rem;
                overflow: hidden;
                border-radius: 50%;
                background-color: transparent;
                transition: all ease-in-out 0.8s;
                margin-bottom: 0.15rem;
            }

                .szjd-content .icons a div img {
                    width: 100%;
                    height: 100%;
                    transition: all 0.5s ease 0s;
                }

            .szjd-content .icons a.on div {
                background-color: rgb(148, 7, 10);
            }

                .szjd-content .icons a.on div img {
                    filter: saturate(0) brightness(10);
                    transform: rotate(360deg);
                }


            .szjd-content .icons a p {
                color: rgb(153, 153, 153);
                font-size: 0.14rem;
                text-align: center;
            }

                .szjd-content .icons a p span {
                    font-size: 0.3rem;
                    color: rgb(148, 7, 10);
                    margin-right: 0.05rem;
                }

    .szjd-content .jt {
        display: flex;
        align-items: flex-end;
        margin-bottom: 0.2rem;
        opacity: 0;
        transition: ease-in all 0.3s;
    }

        .szjd-content .jt.on {
            opacity: 1;
        }

        .szjd-content .jt .shang {
            background: url(../imgs/555.png) no-repeat bottom;
            height: 15px;
            width: 27px;
        }

        .szjd-content .jt b, .szjd-content .jt b {
            content: "";
            height: 1px;
            background: linear-gradient(to left, #7c7c7c, transparent);
            transition: ease-in all 0.3s;
            width: 0;
        }

            .szjd-content .jt b.rt {
                background: linear-gradient(to right, #7c7c7c, transparent);
                flex: 1;
            }

    .szjd-content .bd {
        padding-top: 0.1rem;
        position: relative;
        overflow: hidden;
        height: 1.6rem;
    }

        .szjd-content .bd .box {
            width: 100%;
            position: absolute;
            opacity: 0;
            z-index: 0;
            transition: ease-in all 0.3s;
        }

            .szjd-content .bd .box.on {
                z-index: 1;
                opacity: 1;
            }

            .szjd-content .bd .box .jt {
                position: absolute;
            }

    .szjd-content .no-more .swiper-slide {
        flex: 1;
        padding: 0 0.2rem;
        text-align: center;
    }

    .szjd-content .swiper-slide:last-child::after {
        display: none;
    }

    .szjd-content .swiper-slide {
        font-size: 0.18rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: relative;
        height: 1.2rem;
    }

        .szjd-content .swiper-slide:after {
            content: "";
            position: absolute;
            right: 0;
            height: 0.6rem;
            width: 1px;
            background-image: linear-gradient(transparent, #7c7c7c, transparent);
        }

        .szjd-content .swiper-slide:nth-child(7n+0):after {
            display: none;
        }

        .szjd-content .swiper-slide.swiper-slide-active:after {
            display: block;
        }

        .szjd-content .swiper-slide label {
            color: #777;
        }

        .szjd-content .swiper-slide .value {
            display: flex;
            align-items: flex-end;
        }

            .szjd-content .swiper-slide .value b {
                font-size: 0.34rem;
                color: rgb(160, 2, 0);
                line-height: 1;
                margin-right: 0.05rem;
            }

            .szjd-content .swiper-slide .value span {
                color: #999;
            }

        .szjd-content .swiper-slide p {
            color: #777;
        }

        .szjd-content .swiper-slide h1 {
            color: rgb(160, 2, 0);
            font-weight: 400;
            font-size: 0.28rem;
            text-align: center;
        }

.szjd-swiper {
    overflow: hidden;
    position: relative;
}

    .szjd-swiper .swiper-button-next {
        background: url(../imgs/sjjd-arr.png) no-repeat center;
        right: 0;
    }

    .szjd-swiper .swiper-button-prev {
        background: url(../imgs/sjjd-arr.png) no-repeat center;
        transform: rotate(180deg);
        left: 0;
    }


.enroll-student {
    width: 14rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1rem;
    justify-content: space-between;
}

    .enroll-student .enroll-student-content {
        width: 3.2rem;
        height: 5rem;
        background-image: url("../imgs/enroll-student-content.png");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .enroll-student .enroll-student-content .item {
            width: 70%;
            color: #333;
            font-size: 0.2rem;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: bold;
            padding: 0.2rem 0px;
        }

            .enroll-student .enroll-student-content .item:after {
                content: "";
                width: 0.18rem;
                height: 0.19rem;
                background: url('../imgs/enroll_arrow.png') no-repeat center;
                background-size: 100%;
                margin-right: 0;
                transition: all ease 0.3s;
            }

            .enroll-student .enroll-student-content .item:hover:after {
                margin-right: 0.15rem;
            }

    .enroll-student .enroll-student-video {
        width: 8rem;
        height: 4.5rem;
        overflow: hidden;
        position: relative;
    }

    .enroll-student .title {
        text-align: left;
        color: #333;
        display: block;
    }

        .enroll-student .title p {
            font-size: 0.15rem;
            font-weight: bold;
        }

        .enroll-student .title h1 {
            font-size: 0.24rem;
            font-weight: 600;
        }

            .enroll-student .title h1:before {
                left: 0;
                transform: translateX(0);
            }

.enroll-student-content .title {
    margin-bottom: 0.5rem;
}

.enroll-student-links {
    width: 3rem;
}

    .enroll-student-links .title {
        margin-bottom: 0.2rem;
        margin-left: 0.5rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.2rem;
        transition: all ease 0.3s;
    }

        .enroll-student-links .title:hover {
            color: rgb(148, 7, 10);
        }

        .enroll-student-links .title:last-child {
            border: 0;
            padding-bottom: 0;
            margin-bottom: 0.1rem;
        }

.yxjd-content .yxjd-bd {
    display: flex;
    max-width: 18.4rem;
    padding: 0 0.4rem;
    height: 5.8rem;
    margin: 50px auto 0px;
}

.yxjd-content .yxjd-item {
    margin-right: 0.05rem;
    flex: 1;
}

    .yxjd-content .yxjd-item .swiper-wrapper {
        display: flex;
        place-content: space-between;
        flex-flow: column wrap;
    }

    .yxjd-content .yxjd-item .swiper-slide {
        width: calc(50% - 0.05rem);
        height: calc(50% - 0.05rem);
        overflow: hidden;
    }

        .yxjd-content .yxjd-item .swiper-slide img {
            width: 100%;
            height: 100%;
        }

        .yxjd-content .yxjd-item .swiper-slide a {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            z-index: 10;
            background: #00000070;
            top: 100%;
            left: 0;
        }

        .yxjd-content .yxjd-item .swiper-slide:hover a {
            top: 0%;
        }


/* .yxjd-content .yxjd-item .swiper-slide.l1 {
            width: 50%;
            height: 100%;
        } */

.yxjd-content .yxjd-qiuzi {
    margin-left: 0.05rem;
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .yxjd-content .yxjd-qiuzi h1 {
        /* position:absolute; */
        z-index: 9;
        color: #fff;
        /* text-align:center; */
        /* width:100%; */
        /* background: linear-gradient(180deg, #000000b3, transparent); */
        font-size: 0.3rem;
        font-weight: 400;
        padding-bottom: 0.2rem;
        /* padding-top: 0.1rem; */
        line-height: 1;
    }

    .yxjd-content .yxjd-qiuzi .bd {
        overflow: hidden;
    }

    .yxjd-content .yxjd-qiuzi img {
        width: 100%;
        height: 100%;
    }

    .yxjd-content .yxjd-qiuzi a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .yxjd-content .yxjd-qiuzi a p {
            position: absolute;
            height: 60px;
            bottom: -60px;
            color: #fff;
            font-size: 0.18rem;
            transition: all ease 0.5s;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
            background: rgba(0, 0, 0, .5);
        }

            .yxjd-content .yxjd-qiuzi a p span {
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                text-align: justify;
                line-height: 20px;
                bottom: 0;
                transition: all ease-in 0.5s;
            }

        .yxjd-content .yxjd-qiuzi a:hover p {
            bottom: 0;
        }

    .yxjd-content .yxjd-qiuzi .swiper-pagination {
        bottom: 0.6rem
    }

    .yxjd-content .yxjd-qiuzi .swiper-pagination-bullet {
        width: 0.12rem;
        height: 0.12rem;
        opacity: 0.6;
    }

    .yxjd-content .yxjd-qiuzi .swiper-pagination-bullet-active {
        opacity: 0.8
    }

.sjmt-content {
    width: 100%;
    margin-top: 0.8rem;
}

    .sjmt-content .sjmt {
        max-width: 18.4rem;
        padding: 0 0.4rem;
        height: 8.9rem;
        margin: 0.52rem auto 0px;
        display: flex;
        place-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

        .sjmt-content .sjmt .nook {
            position: absolute;
            left: 44px;
            right: 44px;
            bottom: 0px;
            color: rgb(255, 255, 255);
            text-align: left;
            z-index: 2;
        }

            .sjmt-content .sjmt .nook span {
                font-size: 0.14rem;
                color: rgb(255 255 255 / 60%);
            }

            .sjmt-content .sjmt .nook h5 {
                margin-bottom: 0.15rem;
                margin-top: 0.05rem;
                font-size: 0.16rem;
                font-weight: 400;
            }

            .sjmt-content .sjmt .nook p {
                width: fit-content;
                border-bottom: 10px solid rgb(148, 7, 10);
                padding-bottom: 10px;
                display: flex;
                align-items: center;
            }

                .sjmt-content .sjmt .nook p img {
                    height: 0.18rem;
                    width: auto;
                    margin-right: 10px;
                }

        .sjmt-content .sjmt li {
            width: 24.6%;
            height: 4.4rem;
            position: relative;
        }

            .sjmt-content .sjmt li.l1,
            .sjmt-content .sjmt li.l2,
            .sjmt-content .sjmt li.l3 {
                width: 49.7%;
            }

            .sjmt-content .sjmt li a {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
            }

                .sjmt-content .sjmt li a img {
                    width: 100%;
                    height: 100%;
                }

                .sjmt-content .sjmt li a:before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 37%;
                    background-image: linear-gradient(to top, rgb(0 0 0 / 70%), rgba(0, 0, 0, 0));
                    z-index: 1;
                }

                .sjmt-content .sjmt li a:hover > img {
                    transform: scale(1.3)
                }



.swiper-pagination-bullet-active {
    background: #94070a !important;
}

.news_c1 {
    height: 10.6rem;
    margin-top: -0.4rem;
}

.news_c2 {
    height: 8.6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    background: #f9f9f9;
}

.news_c3 {
    /* position: absolute; */
    /* bottom: 0; */
    height: 6.8rem;
}


.fp_xingxiang {
    z-index: 999;
    position: sticky;
    top: 1.4rem;
    margin-left: 0.4rem;
    margin-top: 0.4rem;
    height: 0;
    width: 0.65rem;
}

    .fp_xingxiang a {
        display: block;
        width: 0.65rem;
        height: 0.75rem;
        background: no-repeat;
        background-size: contain;
        margin: 0 auto;
    }

        .fp_xingxiang a.yxj {
            background-image: url(../imgs/answer-logo.png);
            margin-top: 0.1rem;
            width: 0.6rem;
            height: 0.6rem;
        }

        .fp_xingxiang a.wjy {
            background-image: url(../imgs/wjy.png);
        }

        .fp_xingxiang a.lljs {
            background-image: url(../imgs/icon-lljs.png);
        }

        .fp_xingxiang a.shpg {
            background-image: url(../imgs/icon-shpg.png);
        }
