@media screen and (max-width: 768px) {
    .advantage-wrap {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
    .course-list {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
     .exper-price-box {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
    }
    .home-teacher-new{
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
    }
}
@media screen and (min-width: 768px)  and (max-width: 1200px){
    .advantage-wrap {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
    .course-list {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
     .exper-price-box {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
    }
    .home-teacher-new{
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
    }
}
@media screen and (max-width: 1200px) {
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.3rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .pc-left-logo{
        height: 0.7rem !important;
        width: 2.24rem !important;
    }
    .pc-rightitem{
        margin-left: 0.15rem;
    }
    .pc-rightitem a{
        font-size: 0.38rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .container {
        width: 100% !important;
        padding: 0 0.25rem !important;
    }
    /* ========== 首屏Banner ========== */
    .banner-info{
        width: 96% !important;
    }
    .banner-title{
        width: 80% !important;
        margin: 0.5rem auto -0.5rem auto !important;
        column-gap: 0.3rem !important;
        row-gap: 0.4rem !important;
        padding: 0 !important;
    }
    .renqun{
        border-radius: 0.8rem !important;
        font-size: 0.35rem !important;
        padding: 0.15rem !important;
    }
    .banner-img{
        margin: 5% auto 0% auto !important;
    }
    /* .banner {
        height: 8rem !important;
    }
    .banner-content {
        gap: 0.4rem !important;
    }
    .banner-content h1 {
        font-size: 0.6rem !important;
    }
    .banner-content p.desc-main {
        font-size: 0.45rem !important;
        padding: 0 0.3rem;
    }
    .banner-content p.desc-sub {
        font-size: 0.35rem !important;
    }*/
    .banner-btn {
        margin: -7% 0 0.5rem -50% !important;
        padding: 0.25rem 0.5rem !important;
        font-size: 0.3rem !important;
        border-radius: 1rem !important;
        box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.15) !important;
    }
    .banner-btn:hover {
        box-shadow: 0 .1rem 0.3rem  rgba(22, 93, 255, 0.3) !important;
    } 
    /* ========== 板块通用标题 ========== */
    .section-title {
        text-align: center;
        margin: 1rem 0 1rem !important;
        font-size: 0.65rem !important;
    }
    .section-title::after {
        content: "";
        width: 1.5rem !important;
        height: 0.1rem !important;
        background: #165DFF;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -12px;
    }
    /* ========== 课程核心优势卡片 ========== */
    .info-wrap {
        border-radius: 0.25rem !important;
        display: grid;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
    .info-item {
        flex: 1;
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 0.5rem 0.25rem !important;
        border-radius: 0.25rem !important;
        box-shadow: 0 0.05rem 0.25rem rgba(0,0,0,0.06) !important;
        border-top: 0.12rem solid #165DFF !important;
    }
    .info-item:hover {
        transform: translateY(-0.1rem) !important;
        box-shadow: 0 0.15rem 0.4rem rgba(0,0,0,0.09) !important;
    }
    .info-item h4 {
        font-size: 0.4rem !important;
        margin-bottom: 0.25rem !important;
    }
    .info-item p {
        letter-spacing: 0.1em;
        font-size: 0.35rem !important;
    }
    /* ========== 6天课程日程 ========== */
    
    .course-day {
        border-radius: 0.25rem !important;
        box-shadow: 0 0.05rem 0.2rem rgba(0,0,0,0.2) !important;
    }
    .day-line-test {
        width: 0.25rem !important;
    }
    .day-line-write {
        width: 0.25rem !important;
    }
    .day-content {
        padding: 0.5rem 0.25rem  !important;
        gap: 0.25rem !important;
    }
    .day-title {
        font-size: 0.4rem !important;
    }
    .day-desc {
        font-size: 0.35rem !important;
    }
    .day-detail {
        margin-top: 0.15rem !important;
        gap: 0.25rem !important;
    }
    .day-detail p {
        font-size: 0.35rem !important;
    }
    /* ========== 课程亮点 ========== */
 
    .advantage-card {
        min-width: 100% !important;
        max-width: 100% !important;
        border-radius: 0.25rem !important;
    }
    .advantage-card-top{
        padding: 0.25rem 0.25rem !important;
        border-radius: 0.25rem 0.25rem 0 0 !important;
    }
    .advantage-card-top h4 {
        font-size: 0.4rem !important;
    }
    .advantage-card-bottom{
        padding: 0.5rem 0.25rem !important;
        border-radius: 0 0 0.25rem 0.25rem !important;
        width: 100%;
    }
    .advantage-card-bottom p {
        font-size: 0.35rem !important;
    }
/* ========== 增值服务 ========== */
    .service-wrap {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
    .service-item {
        border-radius: 0.25rem !important;
    }
    .service-item .seveice-title {
        font-size: 0.4rem !important;
        padding: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .service-item .seveice-detial {
        font-size: 0.35rem !important;
        padding: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    /* ========== 上课场景 ========== */
    .ke-wrap {
        border-radius: 0.25rem !important;
        column-gap: 0.5rem !important;
        row-gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 0.25rem !important;
        margin-bottom:1rem !important;
    }
    /* ========== 底部咨询栏 ========== */
    .contact-area {
        padding: 1rem 0 !important;
        margin-bottom: 0.5rem !important;

    }
    .contact{
        padding: 0 0.25rem !important;
    }
    .contact-area h3 {
        font-size: 0.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    .contact-area p {
        font-size: 0.45rem !important;
        margin-bottom: 0.5rem !important;
    }
    .contact-btn {
        width: 4rem !important;
        padding: 0.3rem !important;
        font-size: 0.4rem !important;
        border-radius: 0.15rem !important;
    }
    /* ========== 国庆特惠班型 ========== */
    .exper-price-wrap {
        margin: 1rem auto;
        /* padding: 0 20px; */
    }
    /* .exper-price-title {
        text-align: center;
        font-size: 26px;
        color: #0F3460;
        font-weight: bold;
        margin-bottom: 32px;
    } */
   
    .exper-price-card {
        padding: 0.5rem !important;
        border-radius:  0.25rem !important;
        border-bottom: 0.12rem solid #C5552D !important;
    }
    .exper-price-card:hover {
        box-shadow: 0 0.25rem 0.5rem rgba(15, 52, 96, 0.12) !important;
    }
    .card-head {
        font-size: 0.4rem !important;
        margin-bottom: 0.4rem !important;
    }
    .price-row {
        font-size: 0.35rem !important;
        margin: 0.25rem 0 !important;
    }
    .price-number {
        font-size: 0.45rem !important;
        margin-left: 0.12rem !important;
    }
    .card-desc {
        font-size: 0.3rem !important;
        margin-top: 0.5rem !important;
    }
    .price-btn {
        margin-top: 0.5rem !important;
        padding: 0.2rem 0.5rem !important;
        font-size: 0.35rem !important;
        border-radius: 0.15rem !important;
    }
    .exper-price-card-content{
        height: 3.5rem !important;
    }
    .gqb-qr{
        width: 3.5rem !important;
        height: 3.5rem !important;
    }  
    /*==========师资授课==========*/
    
    .home-teacher-new .item:hover{
        .tmask{
            transform: translateY(0) !important;
        }
        .tcontent{
            transform: translateY(0) !important;
        }
    }
    .home-teacher-new .item{
        height: 5rem !important;
        border-radius: 0.25rem !important;
        box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1) !important;
    }
    .home-teacher-new .tmask{
        display: none !important;
    }
    .home-teacher-new .text{
        line-height: 0.5rem !important;
        font-size: 0.4rem !important;
    }
    .home-teacher-new .tcontent{
        display: flex !important;
        flex-direction: row;
        height: 5rem !important;
        border-radius:  0.25rem !important;
        padding: 0.25rem !important;
    }
    .tjianjie{
        margin-left: 0rem !important;
    }
    .home-teacher-new .head-img{
        width: 2.5rem !important;
        height: 2.5rem !important;
        border: 0.1rem solid #3b70da !important;
        margin: auto 0.2rem;
    }
    .home-teacher-new .name{
        font-size: 0.4rem !important;
        padding: 0.25rem !important;
    }
    .home-teacher-new .info{
        line-height: 0.5rem !important;
        font-size: 0.4rem !important;
        padding: 0.25rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", PingFang SC, Helvetica, sans-serif;
}

body,html {
    background-color: #f8f9fa;
    height: auto !important;
}
.pc-title-logo{
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 150px;
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}


/* ========== 首屏Banner ========== */
    .banner{
        width: 100%;
        display: flex;
        flex-direction: column;
        background: url("/static/zt/img/gqb-bg.jpg") no-repeat;
        background-size: 100% 100%;
        
    }
    .banner-title{
        width: 800px;
        margin: 20px auto -20px auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: grid;
        column-gap: 150px;
        row-gap: 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 10px;
        box-sizing: border-box;
    }
    .banner-info{
        width: 62.5%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .renqun{
        border-radius: 30px;
        border: 1px solid #701816;
        color: #FF8500;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }
    .banner-img{
        width: 100%;
        margin: 2% auto 2% auto;
        content: url("/static/zt/img/gqb-img.png");
    }
/* .banner {
    width: 100%;
    height: 420px;
    background: linear-gradient(120deg, #165DFF 0%, #2478f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #fff;
    text-align: center;
    animation: fadeUp 0.7s ease;
}
.banner-content h1 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
}
.banner-content p.desc-main {
    font-size: 20px;
}
.banner-content p.desc-sub {
    font-size: 17px;
    opacity: 0.9;
}*/
.banner-btn {
    margin: -10% 0 20px -50%;
    padding: 13px 20px;
    background: #3281f7;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
} 
.banner-btn:hover {
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(22, 93, 255, 0.3);
}

/* ========== 板块通用标题 ========== */
.section-title {
    text-align: center;
    margin: 40px 0 40px;
    font-size: 30px;
    color: #1a2238;
    font-weight: 700;
    position: relative;
}
.section-title::after {
    content: "";
    width: 64px;
    height: 4px;
    background: #165DFF;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

/* ========== 课程核心优势卡片 ========== */
.info-wrap {
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 10px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.info-item {
    flex: 1;
    min-width: 222px;
    max-width: 272px;
    background: #fff;
    padding: 28px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 5px solid #3281f7;
    cursor: pointer;
}
.info-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.09);
}
.info-item h4 {
    font-size: 18px;
    color: #C5552D;
    margin-bottom: 10px;
    font-weight: bolder;
}
.info-item p {
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #555;
}

/* ========== 6天课程日程 ========== */
.course-list {
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px 10px 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.course-day {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #82AAFA;
    cursor: pointer;
}
.course-day:nth-child(n+4):nth-child(-n+6) {
    border: 1px solid #ee8888;
    
}
.course-day:hover {
    background: #f5f8ff;
}
/* .course-day:nth-child(n+4):nth-child(-n+6):hover {
    background: #fff5f5;
} */
.day-line-test {
    width: 9px;
    /* background: #165DFF; */
    /* #82AAFA 0%, #3281f7 */
    background: linear-gradient(to bottom, #82AAFA, #3281f7, #82AAFA);
}
.day-line-write {
    width: 9px;
    background: linear-gradient(to bottom, #ee8888, #F53F3F,#ee8888 );
}
.day-content {
    flex: 1;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}
.day-title-num{
    color: #3281f7;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
.day-title-num:nth-child(n+4){
    color:#F53F3F;
    
}
.day-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2238;
    text-align: center;
}
.day-desc {
    font-size: 15px;
    color: #666;
    letter-spacing: 0.1em;
}
.day-detail {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.day-content:hover{
    .day-detail{
        display: flex !important;
    }
    .day-title{
        display: none;
    }
    .day-desc{
        display: none;
    }
    .day-title-num{
        display: none;
    }
}
.day-detail p {
    font-size: 15px;
    color: #444;
    letter-spacing: 0.1em;
}
.day-detail strong {
    color: #3281f7;
}
.day-detail p .detail-strong{
    color: #F53F3F;
}
/* ========== 课程亮点 ========== */
.advantage-wrap {
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 10px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.advantage-card {
    flex: 1;
    min-width: 250px;
    max-width: 282px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #93B6FF;
}
.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
    .advantage-card-top{
    width: 100%;
    background: #f5f8ff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
}
.advantage-card-top h4 {
    font-size: 18px;
    color: #071F5B;
    font-weight: bolder;
}
.advantage-card-bottom{
    background: linear-gradient(to bottom,  #82AAFA 0%, #3281f7 100%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}
.advantage-card-bottom p {
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #fff;
}

/* ========== 增值服务 ========== */
.service-wrap {
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0 10px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.service-item {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: 0.3s;
    border: 1px solid #93B6FF;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-item .seveice-title {
    font-size: 18px;
    color: #3281f7;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    font-weight: bolder;
}
.service-item .seveice-detial {
    font-size: 15px;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.service-item:hover {
    background: #f5f8ff;
}

.highlight-red {
    color: #DEA96D;
    font-weight: 600;
}
.highlight-blue {
    color: #F53F3F;
    font-weight: 600;
}
/* ========== 上课场景 ========== */
.ke-wrap {
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 10px 20px;
    box-sizing: border-box;
}
.ke-item {
    width: 100%;
    /* height: 200px; */
}
.ke-item img{
    width: 100%;
    height: 100%;
    /* height: 100%; */
}
/* ========== 底部咨询栏 ========== */
.contact-area {
    width: 100%;
    background: #165DFF;
    padding: 50px 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 20px;
    box-sizing: border-box;
}
.contact-area h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.contact-area p {
    font-size: 17px;
    margin-bottom: 20px;
    opacity: 0.92;
}
.contact-btn {
    width: 200px;
    padding: 15px;
    background: #fff;
    color: #165DFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    box-sizing: border-box;
}
.contact-btn:hover {
    background: #f0f5ff;
    text-decoration: none;
}


/* ========== 页脚版权 ========== */
footer {
    background: #0f3480;
    color: #cccccc;
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
    box-sizing: border-box;
}
/* ========== 国庆特惠班型 ========== */
.exper-price-wrap {
    margin: 30px auto;
    /* padding: 0 20px; */
}
/* .exper-price-title {
    text-align: center;
    font-size: 26px;
    color: #0F3460;
    font-weight: bold;
    margin-bottom: 32px;
} */
.exper-price-box {
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px 10px 10px;
    box-sizing: border-box;
}
.exper-price-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex: 1; */
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e4ebf8;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 5px solid #C5552D  ;
}
.exper-price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(15, 52, 96, 0.12);
    /* background: #f5f8ff; */
}
.card-head {
    font-size: 20px;
    color: #3281f7;
    font-weight:bold;
    margin-bottom: 22px;
}
.price-row {
    font-size: 16px;
    color: #444;
    margin: 14px 0;
}
.price-number {
    font-size: 26px;
    color: #C89B3C;
    font-weight: bold;
    margin-left: 6px;
}
.card-desc {
    font-size: 13px;
    color: #757883;
    margin-top: 20px;
}
.price-btn {
    display: inline-block;
    margin-top: 26px;
    padding: 11px 36px;
    font-size: 18px;
    background: #C5552D ;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
}
.price-btn:hover {
    background: #df6a3f;
    text-decoration: none;
}
.exper-price-card-content{
    height: 170px;
}
.gqb-qr{
    width: 170px;
    height: 170px;
}  
/* ========== 师资授课 ========== */
.home-teacher-new{
    border-radius: 10px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 10px 10px;
    box-sizing: border-box;
}
.home-teacher-new .item:hover{
    .tmask{
        transform: translateY(-195px);
    }
    .tcontent{
        transform: translateY(-100%);
    }
}
.home-teacher-new .item{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.home-teacher-new .tmask{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: #3b70da  ;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px;
    transition: 0.3s;
}
.home-teacher-new .text{
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.home-teacher-new .tcontent{
    width: 100%;
    height: 195px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    transition: 0.3s;
}
.tjianjie{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}
.home-teacher-new .head-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #3b70da  ;
}
.home-teacher-new .name{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #C5552D;
    padding: 10px;
    box-sizing: border-box;
    /* text-align: center; */
}
.home-teacher-new .info{
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
    color: #666666;
}