* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

body {
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
}

a {text-decoration: none;}

.fl {float:left;}
.fr {float:right;}

/* 咨询按钮组 */
.consult-btns {
    display: flex;
    gap: 15px;
    margin: 30px 0 0;
}

.consult-btn {
    flex: 1;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.phone-btn {
    background-color: #f62350;
    color: #fff;
    box-shadow: 0 5px 15px rgba(246, 35, 80, 0.3);
}

.online-btn {
    border: 1px solid #f62350;
    color: #f62350;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.phone-btn:hover {
    background-color: #e01c46;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(246, 35, 80, 0.4);
}

.online-btn:hover {
    border-color: #e01c46;
    color: #e01c46;
    background-color: #fff9fa;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.consult-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.section {
    padding: 40px 15px;
    position: relative;
}

.section:nth-child(even) {
    background-color: #f0f0f0;
}

.section:nth-child(odd) {
    background-color: #f8f8f8;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    padding-bottom: 5px;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #f62350;
}

.section-desc {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    padding: 0 10px;
}

.hero-banner {
    width: 100%;
    height: auto;
    background-color: #333;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 60px;
}

.hero-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.6;
}

.hero-text {
    position: absolute;
    color: white;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.hero-text h1 {
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.hero-text p {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.teacher-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.intro-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background: white;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.intro-item:hover {
    transform: translateY(-5px);
}

.intro-icon {
    font-size: 36px;
    color: #f62350;
    margin-bottom: 15px;
}

.intro-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f62350;
}

.intro-item p {
    font-size: 14px;
    color: #666;
}

/* 全流程师资服务 */
.service-container {
    margin-top: 30px;
}

.service-process {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.process-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(to right, #f62350, #ff5e7d);
    color: white;
    position: relative;
    overflow: hidden;
}

.process-header-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
}

.process-icon {
    font-size: 24px;
    margin-right: 15px;
}

.process-title {
    font-size: 18px;
    font-weight: bold;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
}

.process-steps-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.step-item {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    background: white;
}

.step-content {
    flex: 1;
}

.step-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* 多维度培养提升  */
.process-container {
    margin-top: 20px;
}

.process-item {
    display: flex;
    margin-bottom: 30px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.process-img {
    width: 38%;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.process-content {
    padding: 20px;
    flex: 1;
}

.process-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f62350;
}

.process-points {
    list-style-type: none;
}

.process-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.process-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #f62350;
    border-radius: 50%;
}

/* 精英讲师亲授 */
.teacher-tabs {
    margin-top: 20px;
}

.tab-buttons-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
}

.tab-buttons-container::-webkit-scrollbar {
    display: none;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.tab-btn {
    width: 22%;
    line-height: 50px;
    background: white;
    border: none;
    border-radius: 25px;
    margin: 5px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tab-btn.active {
    background-color: #f62350;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.teacher-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

.teacher-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
}

.teacher-card-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.teacher-card-inner.reverse {
    flex-direction: row-reverse;
}

.teacher-img-container {
    flex: 1;
    height: auto;
}

.teacher-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.teacher-info {
    flex: 1;
    padding: 75px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teacher-info h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #333;
}

.teacher-info .position {
    font-size: 24px;
    color: #f62350;
    font-weight: bold;
}

.honor-points {
    list-style-type: none;
}

.honor-points li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

.honor-points li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f62350;
    font-size: 16px;
}

.teacher-actions {
    display: flex;
    justify-content: space-between;
}

.btn {
    display: inline-block;
    width: 45%;
    line-height: 40px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #f62350;
    color: white;
    flex: 1;
}

.btn-outline {
    border: 1px solid #f62350;
    color: #f62350;
    flex: 1;
    margin-left: 8px;
}

.btn-primary:hover, .btn-outline:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.more-teachers {
    text-align: center;
    margin-top: 40px;
}

.more-link {
    display: inline-block;
    padding: 12px 35px;
    background-color: #f62350;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(246, 35, 80, 0.3);
}

.more-link:hover {
    background-color: #e01c46;
    transform: translateY(-2px);
}

/* 师资培养体系 */
.training-system {
    margin-top: 30px;
}

.system-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.system-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s;
    border-top: 4px solid #f62350;
    position: relative;
    overflow: hidden;
}

.system-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(246, 35, 80, 0.15);
}

.system-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.system-card-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(246, 35, 80, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #f62350;
    font-size: 18px;
}

.system-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.system-card-points {
    list-style-type: none;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.system-card-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.system-card-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #f62350;
    border-radius: 50%;
}

.system-card-bottom-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
}

.page_gg img {width: 100%;}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 30px;
    }
    
    .hero-text p {
        font-size: 16px;
    }
    
    .process-item {
        flex-direction: column;
    }
    
    .process-img {
        width: 100%;
        height: 150px;
    }
    
    .teacher-info h3 {
        font-size: 20px;
    }
    
    .teacher-info {
        padding: 15px 0 15px 15px;
    }

    .teacher-info .position {
        font-size: 18px;
    }

    .honor-points li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .btn {
        font-size: 16px;
        line-height: 30px;
    }

    .step-item {
        width: 100%;
    }

    .system-card-points li {
        font-size: 14px;
    }

    .system-card-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    
    .system-container {
        grid-template-columns: 1fr;
    }
    
    .tab-btn {
        font-size: 14px;
        line-height: 35px;
    }
}