@media (max-width: 1200px) {
    .mu-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 101;
        transition: 0.5s all ease;
        background-color: #fff;
    }

    .mu-header .web_header {
        display: none;
    }

    .mu-header .wap_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .change {
        height: 60px;
        background-color: #fff;
    }

    /*==================================================首页========================================================*/
    .index_banner {
        position: relative;
        margin-top: 50px;
    }

    .index_banner .swiper-pagination {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: baseline;
        height: 50px;
    }

    .index_banner .swiper-pagination span {
        color: #000;
        font-size: 20px;
        font-weight: 500;
    }

    .index_banner .swiper-pagination .swiper-pagination-current {
        color: #000;
        font-size: 30px;
        font-weight: 500;
    }

    .index_banner .swiper-pagination span.swiper-pagination-total {
        color: #c5bfbf;
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet-active {
        position: relative;
        border: none;
        width: 8px;
        height: 8px;
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet-active:after {
        position: absolute;
        content: '';
        width: 14px;
        height: 14px;
        background: none;
        border: 1px solid #fff;
        left: -3px;
        top: -3px;
        border-radius: 16px;
    }

    .index_banner .swiper-slide img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: 1s linear 2s;
        transform: scale(1.1, 1.1);
    }

    .index_banner .swiper-slide-active img,
    .swiper-slide-duplicate-active img {
        transition: 6s linear;
        transform: scale(1, 1);
    }

    /* 首页轮播图数字分页器样式 */
    .index_banner .swiper-pagination {
        display: none;
    }

    .mouse {
        display: none !important;
    }

    .index-page .index-title .line {
        width: 102px;
        height: 3px;
        background: #D4A474;
    }


    .index-page .index-title .cate-title {
        font-size: 36px;
        margin-top: 39px;
        margin-bottom: 19px;
    }

    .index-page .index-title .cate-content {
        font-size: 18px;
    }

    .index-page .more {
        width: 166px;
        height: 40px;
        background: linear-gradient(83deg, #1D9B97 0%, #00C7C1 100%);
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 0 5px;
        position: relative;
        cursor: pointer;
    }

    .index-page .more .more-text {
        margin-left: 20px;
        font-size: 16px;
        color: #FFFFFF;
        transition: 1s all ease-in-out;
    }

    .index-page .more .more-icon {
        position: absolute;
        right: 17px;
        width: 30px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        padding-left: 8px;
        /* text-align: center; */
        transition: 1s all ease-in-out;
        color: #1D9B97;
    }

    .index-page .index-cate {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .index-page .index-cate .line {
        width: 63px;
        height: 4px;
        background: #1D9B97;
        border-radius: 2px;
    }

    .index-page .index-cate .name {
        font-size: 28px;
        color: #333333;
        margin: 10px 0;
    }

    .index-page .index-cate .name span {
        color: #1D9B97;
    }

    .index-page .index-cate .content {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }

    .index-page .more:hover .more-icon {
        transform: rotate(-45deg);
    }

    .index-page .more:hover .more-text {
        margin-left: 25px;
    }

    .index-page .index-doctor {
        margin-top: 20px;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center 75px;
        padding-bottom: 50px;
    }

    .index-page .index-doctor .container {
        display: flex;
        flex-direction: column;
    }

    .index-page .index-doctor .container .doctor-left {
        width: 100%;
    }

    .index-page .index-doctor .container .doctor-left .doctor-l-t {
        width: 100%;
    }

    .index-page .index-doctor .container .doctor-left .doctor-l-t .cate-name {
        font-size: 20px;
        color: #1D9B97;
    }

    .index-page .index-doctor .container .doctor-left .doctor-l-t .cate-content {
        font-size: 16px;
        color: #B4B4B1;
        line-height: 31px;
        text-transform: uppercase;
    }

    .index-page .index-doctor .container .doctor-left .doctor-l-t .line {
        width: 61px;
        height: 4px;
        background: #B3B2B1;
        margin-top: 12px;
    }

    .index-page .index-doctor .container .doctor-right {
        width: 100%;
        margin-top: 200px;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-t {
        display: flex;
        align-items: baseline;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-t .doctor-name {
        font-size: 30px;
        color: #323232;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-t .doctor-tag {
        width: 113px;
        height: 35px;
        border-radius: 11px;
        border: 1px solid #B3B2B1;
        font-size: 18px;
        color: #1D9B97;
        line-height: 35px;
        text-align: center;
        margin-left: 20px;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-b .doctor-box {
        margin: 30px 0;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-b .doctor-box .tag {
        background: url('../images/tag.png') no-repeat center center;
        background-size: 100% 100%;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 35px;
        padding-left: 20px;
        width: 284px;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-b .doctor-box .tag span {
        font-size: 16px;
        text-transform: uppercase;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-b .doctor-box .doctor-content {
        font-weight: 400;
        font-size: 16px;
        color: #525252;
        line-height: 34px;
        text-indent: 2rem;
        margin-top: 20px;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-b .doctor-box .doctor-description {
        font-weight: 400;
        font-size: 16px;
        color: #525252;
        line-height: 34px;
        margin-top: 20px;
    }

    .index-page .index-doctor .container .doctor-right .doctor-r-b .doctor-box .doctor-source {
        font-weight: 400;
        font-size: 16px;
        color: #525252;
        line-height: 34px;
        margin-top: 20px;
    }

    .index-page .index-doctor .container .doctor-right .more {
        margin-top: 40px;
    }

    .index-page .index-doctor .container .doctor-right .more .icon {
        font-size: 20px;
        color: #FFFFFF;
        margin-left: 30px;
        margin-top: 10px;
        transition: 0.5s all ease-in-out;
    }

    .index-page .index-doctor .container .doctor-right .more:hover .icon {
        animation: bounceIn 2s infinite;
    }

    .index-page .index-product {
        padding-top: 50px;
        background: url('../images/index_product_cate.jpg') no-repeat center center;
        background-size: cover;
        padding-bottom: 50px;
    }

    .index-page .index-product .product-top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .index-page .index-product .product-top .more {
        margin-top: 20px;
    }

    .index-page .index-product .cate-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .index-page .index-product .cate-list .cate-item {
        width: 27.917vw;
        height: 17.625vw;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin: 5px 5px;
    }

    .index-page .index-product .cate-list .cate-item .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(29, 155, 151, 0.5);
        display: flex;
        flex-direction: column;
        opacity: 1;
        align-items: center;
        color: #FFFFFF;
        transition: 0.5s all ease-in-out;
    }

    .index-page .index-product .cate-list .cate-item .info .icon {
        font-size: 24px;
        color: #FFFFFF;
    }

    .index-page .index-product .cate-list .cate-item .info .name {
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .index-page .index-product .cate-list .cate-item .info .desc {
        width: 128px;
        height: 47px;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
    }

    .index-page .index-product .cate-list .cate-item .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: rgba(29, 155, 151, 0.8);
        display: flex;
        flex-direction: column;
        opacity: 0;
        align-items: flex-start;
        padding: 20px;
        transition: 0.5s all ease-in-out;
    }

    .index-page .index-product .cate-list .cate-item .content .name {
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .index-page .index-product .cate-list .cate-item .content .desc {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
    }

    .index-page .index-about {
        background: url('../images/index_about.png') no-repeat bottom left;
        background-size: 50%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .index-page .index-about .about-left {
        width: 100%;
        padding: 20px;
    }

    .index-page .index-about .about-left .post-content {
        margin-top: 50px;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        text-indent: 2rem;
        margin-bottom: 30px;

    }

    .index-page .index-about .about-left .about-list {
        display: flex;
        margin-top: 50px;
        width: 100%;
        align-items: baseline;
    }

    .index-page .index-about .about-left .about-list .about-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 38%;
    }

    .index-page .index-about .about-left .about-list .about-item img {
        width: 56px;
        margin-bottom: 20px;
    }

    .index-page .index-about .about-left .about-list .about-item .name {
        font-size: 16px;
        color: #3C3C3C;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .index-page .index-about .about-left .about-list .about-item .desc {
        font-weight: 400;
        font-size: 12px;
        color: #3C3C3C;

    }

    .index-page .index-advantage {
        height: 600px;

    }

    .index-page .index-advantage .advantage-item {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        transition: 0.5s all ease-in-out;
        color: #FFFFFF;
        padding: 20px;
    }

    .index-page .index-advantage .advantage-item .info {
        display: none;
    }

    .index-page .index-advantage .advantage-item .detail .cate .name {
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .index-page .index-advantage .advantage-item .detail .cate .desc {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
    }

    .index-page .index-advantage .advantage-item .detail .icon {
        font-size: 30px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .index-page .index-advantage .advantage-item .detail .title {
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .index-page .index-advantage .advantage-item .detail  .content {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        margin-bottom: 20px;
        height: 200px;
    }

    .index-page .index-advantage .advantage-item .detail .cate {
        margin-bottom: 20px;
    }

    .index-page .index-advantage .advantage-item .detail .more {
        width: 60%;
        height: 40px;
        background: linear-gradient(83deg, #C4916E 0%, #E6AF8A 100%);
        border-radius: 20px;
        font-weight: 400;
        color: #FFFFFF;
        display: flex;
        justify-content: space-between;
    }

    .index-page .index-advantage .advantage-item .detail .more .more-text {
        font-size: 14px;

    }

    .index-page .index-advantage .advantage-item .detail .more i {
        font-size: 22px;
        width: 22px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .index-page .index-advantage .advantage-item .detail .more:hover i {
        animation: bounceIn 3s ease-in-out infinite;
    }

    .index-page .index-advantage .advantage-item .detail .number {
        font-size: 24px;
        color: #FFFFFF;
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .index-page .index-advantage .advantage-item .detail .number .line {
        width: 80%;
        height: 1px;
        background: #FFFFFF;
        margin-left: 20px;
    }

    .index-page .news-question {
        padding: 30px 0;
        background: url('../images/news_bg.jpg') no-repeat center center fixed;
        background-size: cover;
    }

    .index-page .news-question .container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .index-page .news-question .news-box {
        width: 100%;
    }

    .index-page .news-question .question-box {
        width: 100%;
    }

    .index-page .news-question .news-box .news-list {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .index-page .news-question .news-box .news-list .news-item {
        display: block;
        width: 100%;
        background: #FFFFFF;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 40px 20px;
    }

    .index-page .news-question .news-box .news-list .news-item .item-top {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .index-page .news-question .news-box .news-list .news-item .item-top .date {
        display: flex;
        align-items: baseline;
    }

    .index-page .news-question .news-box .news-list .news-item .item-top .date .day {
        font-family: Impact;
        font-weight: 400;
        font-size: 60px;
        color: #1D9B97;
        margin-right: 10px;
    }

    .index-page .news-question .news-box .news-list .news-item .item-top .date .year-m {
        font-family: Impact;
        font-weight: 400;
        font-size: 18px;
        color: #333333;
    }

    .index-page .news-question .news-box .news-list .news-item .item-top i {
        font-size: 47px;
        color: rgba(207, 207, 207, 1);
        transition: 0.5s all ease-in-out;
    }

    .index-page .news-question .news-box .news-list .news-item:hover .item-top i {
        color: #1D9B97;
    }

    .index-page .news-question .news-box .news-list .news-item .image {
        width: 100%;
        height: 260px;
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .index-page .news-question .news-box .news-list .news-item .title {
        font-size: 18px;
        color: #333333;
        line-height: 34px;
        font-weight: bold;
    }


    .index-page .news-question .news-box .news-list .news-item .desc {
        font-weight: 400;
        font-size: 16px;
        color: #7D7D7D;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .index-page .news-question .news-box .news-list .news-item .see-more {
        font-weight: 400;
        font-size: 16px;
        color: #7D7D7D;
        position: relative;
    }

    .index-page .news-question .news-box .news-list .news-item .see-more::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 90px;
        height: 2px;
        background: #1d9b97;
        transition: 0.5s all ease-in-out;
    }

    .index-page .news-question .news-box .news-list .news-item:hover .desc {
        color: #1D9B97;
    }

    .index-page .news-question .question-box .question-cate {
        display: block;
        width: 100%;
        font-size: 48px;
        color: #333333;
        text-align: center;
        background-color: transparent;
        background: url('../images/Q.png') no-repeat center center;
        background-size: contain;
        margin-top: 30px;
    }

    .index-page .news-question .question-box .question-list {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
        padding: 20px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
    }

    .index-page .news-question .question-box .question-list .question-item {
        padding-bottom: 20px;

    }

    .index-page .news-question .question-box .question-list .question-item .title {
        font-size: 18px;
        color: #2B2B2B;
        background: url(../images/A.png) no-repeat left center;
        background-size: contain;
        padding-left: 40px;
        font-weight: bold;
    }

    .index-page .news-question .question-box .question-list .question-item .desc {
        font-size: 16px;
        color: #737373;
        line-height: 28px;
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #E5E5E5;
        position: relative;
        display: block;
        width: 100%;
    }

    .index-page .news-question .question-box .question-list .question-item .desc:hover {
        color: #1D9B97;
    }

    .index-page .news-question .question-box .question-list .question-item .desc:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 0;
        height: 2px;
        background: #1d9b97;
        transition: 0.5s all ease-in-out;
    }

    .index-page .news-question .question-box .question-list .question-item .desc:hover::after {
        width: 100%;
    }

    .index-page .promise-box {
        background-size: cover;
        padding-top: 50px;
        color: #FFFFFF;
        padding-bottom: 50px;
    }

    .index-page .promise-box .promise-list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .index-page .promise-box .promise-list .promise-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .index-page .promise-box .promise-list .promise-item .title {
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
    }

    .index-page .promise-box .promise-list .promise-item .desc {
        font-weight: 500;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
    }

    .index-page .promise-box .call {
        width: 270px;
        height: 36px;
        background: #D59961;
        border-radius: 18px;
        margin: 20px auto;
        display: flex;
        align-items: center;
        padding-left: 5px;
        cursor: pointer;
        animation: bounceIn 2s infinite;
    }

    .index-page .promise-box .call .call-text {
        width: 79px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 15px;
        font-weight: 400;
        font-size: 16px;
        color: #D59961;
        line-height: 28px;
        text-align: center;
    }

    .index-page .promise-box .call .tel {
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 11px;
        margin-left: 10px;
    }

    /*===============================================公司简介=======================================================*/
    .profile-page .profile-banner {
        margin-top: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .profile-page .profile-banner img {
        width: 100%;
        height: auto;
        min-height: 100%;
        animation: scaleDownUp 20s ease-in-out infinite;
    }

    .profile-page .profile-title {
        text-align: center;
    }

    .profile-page .profile-title .subtitle {
        font-family: PingFang SC;
        font-size: 40px;
        color: #1d9a96;
    }

    .profile-page .profile-title .title {
        font-family: PingFang SC;
        font-size: 20px;
        color: #333333;
        font-weight: bold;
    }

    .profile-page .profile-about {
        padding-top: 20px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .profile-page .about-box .about-top {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .profile-page .about-box .about-right {
        width: 100%;
    }

    .profile-page .about-box .about-left .about-l-t {
        font-size: 20px;
        color: #333333;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .profile-page .about-box .about-left img {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }

    .profile-page .about-box .about-left .about-l-t .sanjiao {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 15px solid #1d9a96;
        margin-right: 10px;
        margin-left: 10px;
        animation: triangleMove 1.5s ease-in-out infinite;
    }

    .profile-page .about-box .about-left .about-l-t .sanjiao:nth-child(2) {
        animation-delay: 0.3s;
    }

    .profile-page .about-box .about-left .about-l-t .sanjiao:nth-child(3) {
        animation-delay: 0.6s;
    }

    .profile-page .about-box .about-right .about-r-b {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 32px;
        text-indent: 2rem;
    }

    .profile-page .about-box .about-left {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .profile-page .about-box .about-bottom {
        margin-top: 10px;
        width: 100%;
        border-radius: 20px;
    }

    .profile-page .profile-brand {
        background: url('../images/brand_bg.png') no-repeat center center;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .profile-page .profile-brand .brand-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }

    .profile-page .profile-brand .brand-list .brand-item img {
        width: 50px;
        height: 50px;
    }

    .profile-page .profile-brand .brand-list .brand-item {
        width: 47%;
        height: 200px;
        /* margin: -38px; */
        padding: 20px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        transition: all .5s ease-in-out;
        border: 1px solid #fff;
    }

    .profile-page .profile-brand .brand-list .brand-item .brand-name {
        font-size: 16px;
        color: #000;
        margin-top: 10px;
        font-weight: bold;
    }

    .profile-page .profile-brand .brand-list .brand-item .brand-desc {
        font-size: 12px;
        color: #333333;
        margin-top: 5px;
        display: flex;
        align-items: flex-start;
    }

    .profile-page .profile-brand .brand-list .brand-item:hover {
        background: rgba(29, 154, 150, 0.2);
        color: #fff;
        border: 1px solid #1d9a96;
        margin-top: -5px;
    }

    .profile-page .profile-brand .call {
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 14px;
        color: #000;
        border: 1px solid #1d9a96;
        margin: 10px auto;
        animation: bounceIn 10s infinite;
    }

    .profile-page .profile-env {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .profile-page .profile-env .envSwiper {
        margin-top: 30px;
        padding-bottom: 50px;
        position: relative;
    }

    .profile-page .profile-env .envSwiper .env-item {
        display: block;
        height: 200px;
        border-radius: 10px;
        cursor: pointer;
        transition: all .5s ease-in-out;
        overflow: hidden;
    }

    .profile-page .profile-env .envSwiper .env-item .image {
        width: 100%;
        height: 100%;
    }

    .profile-page .profile-env .envSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #1d9a96;
        border: none;
    }

    .profile-page .profile-env .envSwiper .swiper-pagination-bullet {
        background: #c0c0c0;
    }

    .page-banner {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        position: relative;
    }

    .page-banner h1 {
        font-size: 26px;
    }

    .product-page .card-img-top {
        height: 360px;
    }

    .product-page .cate-list {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    .product-page .cate-list .cate-item {
        display: flex;
        align-items: center;
        background: #eeeeee;
        padding: 10px 20px;
        color: #939393;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 20px;
        transition: .5s all ease-in-out;
    }

    .product-page .cate-list .cate-item i {
        font-size: 18px;
        color: #000;
        margin-right: 10px;
        transition: .5s all ease-in-out;
    }

    .product-page .cate-list .cate-item.active {
        background: #1d9a96;
        color: #fff;
    }

    .product-page .cate-list .cate-item.active i {
        color: #fff;
        transition: transform 0.3s ease;
    }

    .product-page .cate-list .cate-item:hover {
        background: #1d9a96;
        color: #fff;
        transform: translateY(-2px);
        transition: transform 0.3s ease;
    }

    .product-page .cate-list .cate-item:hover i {
        color: #fff;
        animation: bounceIn 1s linear;
    }

    /* 容器样式 - 模拟输入框+下拉箭头的整体样式 */
    .product-page .select-input-container {
        position: relative;
        width: 200px;
        /* 可根据需求调整宽度 */
        height: 36px;
        border: 1px solid #dcdfe6;
        box-sizing: border-box;
        cursor: text;
        border-radius: 50px;
    }

    /* 输入框样式 - 去除默认边框，适配容器 */
    .product-page .select-input {
        width: 90%;
        height: 90%;
        padding: 0 30px 0 20px;
        /* 右侧留空给下拉箭头 */
        border: none;
        outline: none;
        font-size: 14px;
        box-sizing: border-box;

    }

    /* 下拉箭头样式 */
    .product-page .dropdown-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #909399;
        pointer-events: none;
        /* 不影响输入框点击 */
    }

    /* 下拉选项列表样式 */
    .product-page .options-list {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        border: 1px solid #e4e7ed;
        border-radius: 4px;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        /* 默认隐藏 */
        z-index: 999;
    }

    /* 选项样式 */
    .product-page .options-list li {
        padding: 8px 10px;
        font-size: 14px;
        cursor: pointer;
    }

    /* 选项hover效果 */
    .product-page .options-list li:hover {
        background-color: #f5f7fa;
    }

    /* 激活状态 - 显示下拉列表 */
    .product-page .select-input-container.active .options-list {
        display: block;
    }

    .product-page .product-list {
        display: flex;
        flex-wrap: wrap;
    }

    .product-page .product-list .product-item {
        width: 44%;
        display: block;
        height: 200px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .product-page .product-list .product-item.teacher {
        height: 250px;
    }

    .product-page .product-list .product-item .box {
        height: 100%;
    }

    .product-page .product-list .product-item .image {
        height: 100%;
    }

    .product-page .product-list .product-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s all ease-in-out;
    }

    .product-page .product-list .product-item :hover img {
        -webkit-mask-position: 0 0;
        -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100% / 250% 250%;
    }

    .product-page .product-list .product-item .info {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(29, 154, 150, 0.8);
        color: #fff;
        padding: 10px;
    }

    .product-page .product-list .product-item.teacher .info {
        /*height: 150px;*/
    }

    .product-page .product-list .product-item.teacher .info .title-type {
        display: flex;
        align-items: flex-end;
    }

    .product-page .product-list .product-item.teacher .info .title-type .title {
        font-size: 14px;
        color: #FFFFFF;
        margin-right: 20px;

    }

    .product-page .product-list .product-item.teacher .info .title-type .type {
        font-size: 12px;
        color: #FFFFFF;
    }

    .product-page .product-list .product-item.teacher .info .desc {
        font-size: 14px;
        color: #FFFFFF;
        display: none;
    }

    .page-header {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 1px solid #363636;
        padding-bottom: 20px;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .page-header .header-l {
        font-size: 24px;
        color: #252525;
        margin-bottom: 20px;
    }

    .page-header .header-r {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-header .nav {
        margin-top: 20px;
    }

    .page-header .nav i {
        font-size: 22px;
        margin-right: 20px;
    }

    .page-header .nav .nav-item {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
    }

    .page-banner::before {
        display: none;
    }

    .page-header .nav a {
        color: #333333;
    }

    .mu-footer-wap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-content * {
        font-size: 14px !important;
        line-height: 26px;
    }

    .amap-info-content h4 {
        font-size: 14px;
        font-weight: bold;
    }
}