

.select-team-banner{
    width: 100%;
}

/* 特征框样式 */
.mentor-feature-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-title-bar {
    background: #ED2E41;
    color: white;
    padding: 10px 30px;
    font-family: MiSans;
    font-size: 20px;
    font-weight: bold;
}

.feature-description {
    padding: 28px 34px;
    margin: 0;
    font-family: Source Han Sans;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* CGPM胜任力模型 */
.elite-mentor-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elite-mentor-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cgpm-model {
    position: relative;
    width: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-title {
    position: absolute;
    width: 560px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.model-title img{
    width: 100%;
    height: auto;
    display: block;
}
.competency-circles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.competency-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.competency-item.top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.competency-item.right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.competency-item.bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.competency-item.left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.competency-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.competency-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.competency-text {
    font-family: MiSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #4F4D4D;
}


/* 培训体系样式 */
.elite-mentor-section2 {
    background: #fff;
    width: 100%;
    padding: 50px;
    border-radius: 20px;
    background-color: #F8F9FA;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

.training-system-container {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.training-item {
  
    display: flex;
    align-items: flex-start;
    opacity: 1;
    background: #F5F5F5;
    border-radius: 10px;
    opacity: 1;
}

.training-title-box {
    flex: 0 0 339px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
    height: 160px;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
    background: #D8D8D8;
    font-family: MiSans;
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4F4D4D;
}

.training-title-box.automation {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.training-item:hover .training-title-box {
    background: #ED2E41;
    color: white;
}
.training-item:hover .training-title-box .training-title{
    background: #ED2E41;
    color: white;
}
.training-title-box.cpd {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.training-title {
    word-break: break-all;
    font-family: MiSans;
    font-family: MiSans;
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    padding: 0 20px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4F4D4D;
}

.training-title-box.mentorship .training-title {
    color: white;
}

.title-underline {
    height: 3px;
    border-radius: 2px;
    margin-top: 10px;
}

.title-underline.blue {
    background: #4A90E2;
}

.title-underline.gray {
    background: #999;
}

.training-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    padding: 20px 43px;
    height: 160px;
}

.training-description {
    line-height: 1.8;
    color: #333;
    /* 。定期举办教学研讨会、工作坊和行业分享会，鼓励导师之间交流经验、共同进步。 */
    font-family: Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    font-variation-settings: "opsz" auto;

    /* 岗前培训只是起点。我们为所有导师建立了​​持续的 */
    color: #3D3D3D
}

.highlight-red {
    color: #ED2E41;
    font-weight: bold;
}

.process-flow {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.process-item {
    border-radius: 5px;
    opacity: 1;
    background: linear-gradient(90deg, #E6E6E6 0%, rgba(230, 230, 230, 0) 100%);
    font-family: MiSans;
    padding: 4px 8px;
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

.process-arrow {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-arrow img {
    width: 270px;

    height: auto;
    object-fit: contain;
}
 
.process-arrow.arrow2 img {
    width: 96px;
    
    height: auto;
    object-fit: contain;
}


/* QC体系展示样式 */
.qc-system-showcase {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.monitor-container {
    flex: 0 0 754px;
}

.monitor-screen {
    position: relative;
}


.monitor-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.qc-explanations {
    margin-left: 103px;
    flex: 1;
    position: relative;
}

.qc-block {
    background: #fff;
    border-radius: 10px;
    padding: 28px 35px;
    position: relative;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 50px;
}

.qc-title {
    font-weight: bold;
    font-family: MiSans;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #ED2E41;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(79, 77, 77, 0.5);
}
.qc-description {
    padding-top: 10px;
    font-family: MiSans;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
}

.qc-summary {
    margin-top: 30px;
    text-align: right;
    color: #666;
    line-height: 1.8;
}

.qc-summary p {
    margin: 10px 0;
    font-size: 14px;
}

/* 讲师晋升与激励样式 */
.elite-mentor-content2 {
    padding-top: 40px;
}

.promotion-content {
    display: flex;
    padding-top: 40px;
    align-items: flex-start;
}

.promotion-left {
    flex: 0 0 700px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.factors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.factor-item {
    padding: 15px 65px;
    font-family: MiSans;
    font-size: 24px;
    font-weight: 500;
    color: #4F4D4D;
    text-align: center;
    border-radius: 10px;
    opacity: 1;
    background: linear-gradient(90deg, #E6E6E6 0%, rgba(230, 230, 230, 0) 100%);
}

.promotion-description {
    display: flex;
    flex-direction: column;
}

.promotion-description p {
    font-family: Source Han Sans;
    font-size: 22px;
    color: #333;
    line-height: 40px;
    margin: 0;
}



.promotion-title {
    margin-top: 52px;
    border-radius: 10px;
    opacity: 1;
    padding: 12px 50px;
    background: #ED2E41;
    height: 60px;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    font-family: MiSans;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}
 
.promotion-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-container {
    /* margin-left: 100px; */
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1600px) {
    .chart-container {
        margin-left: 50px;
        width:  487px;
    }
}
.chart-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chart-title {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: MiSans;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.chart-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.chart-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid-line {
    position: absolute;
    background: #ff6b6b;
    opacity: 0.3;
}

.grid-line.horizontal {
    width: 100%;
    height: 1px;
}

.grid-line.horizontal:nth-child(1) { top: 20%; }
.grid-line.horizontal:nth-child(2) { top: 40%; }
.grid-line.horizontal:nth-child(3) { top: 60%; }
.grid-line.horizontal:nth-child(4) { top: 80%; }
.grid-line.horizontal:nth-child(5) { top: 100%; }

.grid-line.vertical {
    height: 100%;
    width: 1px;
}

.grid-line.vertical:nth-child(6) { left: 20%; }
.grid-line.vertical:nth-child(7) { left: 40%; }
.grid-line.vertical:nth-child(8) { left: 60%; }
.grid-line.vertical:nth-child(9) { left: 80%; }
.grid-line.vertical:nth-child(10) { left: 100%; }

.chart-curve {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.curve-line-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}

.curve-area {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 107, 107, 0.1) 100%);
    border-radius: 50% 50% 0 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.level-points {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.level-point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.point-dot {
    width: 8px;
    height: 8px;
    background: #ff6b6b;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ff6b6b;
}

.point-label {
    font-family: MiSans;
    font-size: 12px;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.axis-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.y-axis-label {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%) rotate(-90deg);
    font-family: MiSans;
    font-size: 14px;
    color: #ff6b6b;
    font-weight: bold;
}

.x-axis-label {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: MiSans;
    font-size: 14px;
    color: #ff6b6b;
    font-weight: bold;
}



.promotion-description  .highlight-red {
    color: #ED2E41;
}

.select-team-title{
    font-family: MiSans;
    font-size: 38px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0em;
    /* padding-left: 206px; */
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4F4D4D;
    padding:118px 160px 42px 206px;
    background-color: #f8f8f9;
    position: relative;
    top: -80px;
    z-index: -1;
}

@media screen and (max-width: 1600px) {
    .select-team-title{
        font-size: 32px;
        line-height: 40px;
        padding: 80px 100px 32px 160px !important;
    }
}
/* 服务与交付体验·科技赋能样式 */

.tech-empowerment-header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.tech-title-bar {
    width: 8px;
    height: 58px;
    background: #ED2E41;
    margin-right: 22px;
}

.tech-empowerment-title {
    font-family: MiSans;
    font-size: 48px;
    font-weight: 900;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4F4D4D;
}

.platform-showcase {
    display: flex;
    align-items: center;
    gap: 80px;
}

.platform-card {
    flex:1;
    position: relative;
    }

.platform-content {
    background: url(../img/selectTeam/device-img.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.platform-content-2 {
    background: url(../img/selectTeam/device-img2.png) no-repeat center center;
    background-size: cover;
}
.platform-left {
    padding: 22px 38px;
    /* width: 630px; */
    border-radius: 5px 100px 5px 5px;
    opacity: 1;
    background: linear-gradient(270deg, rgba(237, 46, 65, 0.05) 0%, #ED2E41 100%);
    flex: 7;
}

.platform-header {
    margin-bottom: 20px;
}

.platform-title {
    font-family: MiSans;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.platform-right {
    /* position: absolute;
    right: 30px;
    top: 50px; */
    flex: 1;
    position: relative;
}

.platform-icon {
    width: 60px;
    height: 60px;
    /* background: #ED2E41; */
    position: absolute;
    top: -100px;
    right: 20px;
}

.feature-grid {
    border-radius: 10px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
}

.feature-grid-item {
    padding: 45px 18px 29px;
    font-family: Source Han Sans;
    text-align: left;
    position: relative;
    font-family: MiSans;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.feature-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    flex-shrink: 0;
    display: inline-block;
}

/* 1,2下面有虚线 */
.feature-grid-item:nth-child(1)::after,
.feature-grid-item:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #ddd 0px,
        #ddd 5px,
        transparent 5px,
        transparent 10px
    );
}

/* 1,3右边有虚线 */
.feature-grid-item:nth-child(1)::before,
.feature-grid-item:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        #ddd 0px,
        #ddd 5px,
        transparent 5px,
        transparent 10px
    );
}
 

.platform-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.device-mockup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.device-mockup.laptop {
    width: 200px;
    height: 120px;
    background: #c0c0c0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.device-mockup.tablet {
    width: 150px;
    height: 200px;
    background: #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
}

.screen-content {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.data-chart, .dashboard-chart {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 20px;
    background: linear-gradient(45deg, #ED2E41, #ff6b6b);
    border-radius: 2px;
}

.calendar-view, .progress-bar {
    position: absolute;
    top: 35px;
    left: 10px;
    width: 60px;
    height: 15px;
    background: #ddd;
    border-radius: 2px;
}

.task-list, .data-list {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 2px;
}


/* 服务体验展示样式 */
.service-experience-section {
    margin-top: 60px;
}

.service-experience-content {
    display: flex;
    gap: 80px;
    align-items: center;
}

.device-showcase {
    flex: 1;
    position: relative;
}

.device-container {
    position: relative;
    width: 100%;
}

.device-image {
    width: 100%;
    height: auto;
    display: block;
}

.service-descriptions {
    flex: 1;
    position: relative;
    height: 600px; /* 增加高度以容纳三个服务块 */
    overflow: hidden;
}

.service-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 上方位置 - 缩小状态 */
.service-block.position-top {
    top: 0;
    opacity: 0.5;
    z-index: 1;
}

/* 中间位置 - 放大状态 */
.service-block.position-middle {
    top: 200px;
    opacity: 1;
    z-index: 3;
}

/* 下方位置 - 缩小状态 */
.service-block.position-bottom {
    top: 400px;
    opacity: 0.5;
    transform: scale(0.85) translateY(30px);
    z-index: 1;
}

.service-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-content {
    flex: 1;
}

.service-title {
    font-family: MiSans;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* color: #ED2E41; */
}

.service-title.blue-title{
    color: #3498DB;
}
.service-title.red-title{
    color: #ED2E41;
}
.service-title.yellow-title{
    color: #F1C40F;
}

.service-description {
    margin-top: 19px;
    font-family: MiSans;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}


/* 讲师卡片样式 */
.teacher-card-container {
    display: flex;
    position: relative;
    gap: 40px;
    padding: 40px 0;
    align-items: flex-start;
}

.teacher-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.teacher-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.teacher-card-name {
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-family: MiSans;
    font-size: 64px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D !important;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.teacher-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 36px;
    border-radius: 10px;
    opacity: 1;
    background: #F3F3F3;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

.badge-icon {
    width: 40px;
    margin-right: 19px;
    height: 40px;
}

.teacher-education {
    display: flex;
    align-items: center;
    width: 557px;
    height: 70px;
    border-radius: 10px;
    opacity: 1;
    line-height: 70px;
    background: #F3F3F3;
    border-radius: 10px;
    opacity: 1;
    background: #F3F3F3;
    padding: 0 25px;
    max-width: 557px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.education-icon {
    margin-right: 11px;
    width: 44px;
    height: 48px;
    flex-shrink: 0;
}

.education-text {
    font-family: MiSans;
    font-family: Source Han Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

.teacher-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    
}

.section-title {
    font-family: MiSans;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    background: #ED2E41;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    border-radius: 4px;
}

.section-content {
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: 350;
    line-height: 1.5;
    letter-spacing: 0em;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
}

.teacher-image-right {
    position: relative;
    width: 565px;
}

.selectTeam-slogan-title{
    font-family: MiSans;
    font-size: 72px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4F4D4D;
}
.selectTeam-slogan-desc{
    font-family: MiSans;
    font-size: 48px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4F4D4D;

    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.img-cricle {
    width: 527px;
    height: 527px;
    opacity: 1;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFEEE8 0%, #F3F3F3 100%);
}

/* 讲师轮播展示区域 */
.teacher-carousel-wrapper {
    background: linear-gradient(90deg, #ED2E41 0%, #ED2E41 100%);
    padding: 50px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.carousel-arrow {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.carousel-arrow:active {
    transform: scale(0.95);
}

.teacher-carousel {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.teacher-carousel-track {
    max-width: 940px;
    overflow-x: scroll;
    width: 940px;
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    /* 隐藏滚动条但保持滚动功能 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* 隐藏 Chrome, Safari 和 Opera 的滚动条 */
.teacher-carousel-track::-webkit-scrollbar {
    display: none;
}

.teacher-carousel-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
}



.teacher-carousel-item.active .teacher-card-img {
    border: 3px solid #ED2E41;
    box-shadow: 0 4px 15px rgba(237, 46, 65, 0.3);
}

.teacher-carousel-item.active .teacher-card-name {
    color: #ED2E41;
    font-weight: bold;
}

.teacher-card-img {
    width: 170px;
    height: 170px;
    background: #D9D9D9;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.teacher-card-name {
    font-family: MiSans;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.teacher-top-name{
    font-family: MiSans;
    font-size: 64px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    max-width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.img-tip{
    position: absolute;
    /* width: 160px; */
    padding: 6px 10px;
    box-sizing: border-box;
    background: rgba(237, 46, 65, 0.4);
    box-sizing: border-box;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%) 1;
    border-radius: 50px;
    font-family: MiSans;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    z-index: 201;
    border-radius: 70px;
}
.img-tip.left-tip{
    top: 180px;
    left: 0;
    animation: floatLeftRight 3s ease-in-out infinite;
}
.img-tip.right-tip{
    top: 180px;
    right: 0;
    animation: floatUpDown 3.5s ease-in-out infinite;
}
.img-tip.bottom-tip{
    bottom: 80px;
    right: 0;
    animation: floatDiagonal 4s ease-in-out infinite;
}

/* 左右浮动动画 */
@keyframes floatLeftRight {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-15px, -10px);
    }
    50% {
        transform: translate(-8px, -15px);
    }
    75% {
        transform: translate(-15px, -5px);
    }
}

/* 上下浮动动画 */
@keyframes floatUpDown {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-10px, -15px);
    }
    50% {
        transform: translate(-5px, -8px);
    }
    75% {
        transform: translate(-10px, -12px);
    }
}

/* 对角线浮动动画 */
@keyframes floatDiagonal {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-12px, 10px);
    }
    50% {
        transform: translate(-18px, 5px);
    }
    75% {
        transform: translate(-8px, 12px);
    }
}

.star-box{
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    margin-right: 10px;
}
.star-icon{
    width: 28px;
    height: 28px;
}

.teacher-img{
    position: absolute;
    right: 0;
    top: 107px;
    width: 565px;
    height: 817px;
    z-index: 100;
}

.red-color{
    color: #ED2E41;
}

.righ-yuan {
    position: relative;
}

#new-tbkc .thr-liang-wrap .righ-yuan .psd {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 4px;
    width: 307px;
    height: 100px;
}

 .yuan-wrap {
    position: relative;
    width: 307px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 77% / 78%;
    border: 1px dashed #ED2E41;
}
.righ-yuan .psd {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 16px;
    bottom: 36px;
    width: 307px;
    height: 100px;
}
.righ-yuan img {
    width: 553px;
    height: 327px;
}
.yuan-wrap .yuan {
    position: absolute;
    background-color: #ED2E41;
    width: 20px;
    height: 20px;
    left: 143.5px;
    top: 40px;
    border-radius: 10px;
    animation: move 5s infinite linear;
}
@keyframes move{
    100% {
        transform: translate(153.5px, 0px);
    }
    95.8333% {
        transform: translate(148.26961434px, -12.94095226px);
    }
    91.6667% {
        transform: translate(132.93489948px, -25px);
    }
    87.5% {
        transform: translate(108.54089091px, -35.35533906px);
    }
    83.3333% {
        transform: translate(76.75px, -43.30127019px);
    }
    79.1667% {
        transform: translate(39.72872342px, -48.29629131px);
    }
    75% {
        transform: translate(0px, -50px);
    }
    70.8333% {
        transform: translate(-39.72872342px, -48.29629131px);
    }
    66.6667% {
        transform: translate(-76.75px, -43.30127019px);
    }
    62.5% {
        transform: translate(-108.54089091px, -35.35533906px);
    }
    58.3333% {
        transform: translate(-132.93489948px, -25px);
    }
    54.1667% {
        transform: translate(-148.26961434px, -12.94095226px);
    }
    50% {
        transform: translate(-153.5px, 0px);
    }
    45.8333% {
        transform: translate(-148.26961434px, 12.94095226px);
    }
    41.6667% {
        transform: translate(-132.93489948px, 25px);
    }
    37.5% {
        transform: translate(-108.54089091px, 35.35533906px);
    }
    33.3333% {
        transform: translate(-76.75px, 43.30127019px);
    }
    29.1667% {
        transform: translate(-39.72872342px, 48.29629131px);
    }
    25% {
        transform: translate(0px, 50px);
    }
    20.8333% {
        transform: translate(39.72872342px, 48.29629131px);
    }
    16.6667% {
        transform: translate(76.75px, 43.30127019px);
    }
    12.5% {
        transform: translate(108.54089091px, 35.35533906px);
    }
    8.33333% {
        transform: translate(132.93489948px, 25px);
    }
    4.16667% {
        transform: translate(148.26961434px, 12.94095226px);
    }
    0% {
        transform: translate(153.5px, 0px);
    }
}

/* 讲师团队样式 - 从teacher.css迁移 */
.teachers-section.teacher-team,
.teacher-team{
    width: 100%;
    min-height: 5.85rem;
    line-height: 5.85rem;
    background: #222222;
    opacity: 1;
    padding: 0.4rem 0;
}
.teacher-team .th-title p img{
    width: 0.3311rem;
    height: 0.3311rem;
    vertical-align: top;
    margin-top: -0.04rem;
}
.teacher-team .th-title h4{
    color: #FFFFFF;
}
.teacher-team .teacher-team-main{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 3.74rem;
    line-height: normal;
}
.teacher-team ul{
    position: absolute;
    width: auto;
    display: flex;
    left: 0;
    top: 0;
    white-space: nowrap;
    transition: none;
}
.teacher-team ul li{
    position: relative;
    width: 3.06rem;
    height: 3.74rem;
    margin-right: 0.24rem;
    flex-shrink: 0;
}
.teacher-team ul li>img{
    display: block;
    width: 3.06rem;
    height: 3.14rem;
    background: rgb(147, 147, 147);
}
.teacher-team ul li div{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 3.06rem;
    height: 0.81rem;
    background: #B3B3B3;
    opacity: 1;
    border-radius: 0.08rem;
    text-align: center;
    line-height: normal;
}
.teacher-team ul li div h6{
    height:0.28rem;
    line-height: 0.28rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
    padding-top: 0.05rem;
}
.teacher-team ul li div p{
    font-size:0.14rem ;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.22rem;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}

@media (max-width: 1600px) and (min-width: 1441px) {
    body{
        zoom: 0.80;
    }
     
    /* 通用间距调整 */
    .common-pd {
        padding: 0 100px;
    }
}
 @media (max-width: 1440px) {
    body{
        zoom: 0.75;
    }
    
    /* 通用间距调整 */
    .common-pd {
        padding: 0 100px;
    }
 }