/* 查看当前样式表 */

/* 核心业务页面样式 */

/* 全局样式 */
html, body {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: auto;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* 公共部分 */
.section-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.section-title .en-title {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title .sub-title {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 10px auto 0;
}

/* Banner部分 */
.core-banner {
    width: 100%;
    height: 400px;
    background: url('/assets/addons/wwh/images/core/banner.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* 师资优势部分 */
.teacher-advantage {
    padding: 80px 0 60px;
    background-color: #fff;
}

.advantage-items {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.advantage-item {
    flex: 0 0 290px;
    text-align: center;
    padding: 50px 0px 110px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    margin-top: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-circle {
    width: 120px;
    height: 120px;
    margin: -95px auto 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.icon-circle img {
    width: 100%;
    height: 100%;
}

.advantage-item h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #f63b2b;
}

.advantage-item p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    max-width: 65%;
    margin: 0 auto;
}

/* 智能助手部分 */
.ai-assistant {
    padding: 60px 0 30px;
    background-color: #f5f5f5;
    text-align: center;
}

/* 整页宽度的可滚动区域 */
.fullwidth-scroll-container {
    width: 100%;
    position: relative;
}

/* 标题部分样式 */
.assistant-title {
    text-align: center;
    margin-bottom: 40px;
}

.assistant-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.assistant-title .sub-title {
    font-size: 18px;
    color: #999;
    letter-spacing: 2px;
}

/* 灰色模块 */
.gray-module {
    background-color: #f5f5f5;
    padding: 60px 0;
    width: 100%;
    min-height: 600px; /* 确保灰色模块填满整个滚动区域 */
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}
.gray-module-fixed{
    position: fixed;
    top: 0;
    left: 0;
}

/* 黑色模块 */
.black-module {
    background: url(/assets/addons/wwh/images/core/section2-center2Bg.png) no-repeat center center #000;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

/* 智能助手项目 */
.exp-advantages {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.exp-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px 20px;
	margin: 20px 0 ;
    display: flex;
	justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
	width: 48%;
}

.exp-icon {
    margin-right: 35px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    background-image: linear-gradient(-45deg, #ffb93d, #f82b11);
}

.exp-icon img {
    width: 80px;
    height: 80px;
    padding: 5px;
}

.exp-content {
    width: 60%;
}

.exp-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.exp-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.exp-link {
    color: #ff6633;
    text-decoration: none;
    font-size: 14px;
}

/* 智途在线APP部分 */
.app-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-info {
    flex: 1;
    padding-right: 40px;
}

.app-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.app-info h3 {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.app-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.app-features li {
    margin-bottom: 15px;
    font-size: 16px;
}

.check-icon {
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
}

.qr-code img {
    width: 120px;
}

.app-image {
    flex: 1;
    text-align: center;
}

.app-image img {
    max-width: 100%;
    height: auto;
}

/* 资料优势部分 */
.data-advantage {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

.data-tabs {
    width: 1200px;
    margin: 0 auto;
}

.tab-header {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.tab-item {
    position: relative;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.tab-item:hover {
    color: #e60012;
    transform: translateY(-2px);
}

.tab-item.active {
    color: #e60012;
    font-weight: bold;
}

.data-desc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.resource-image {
    position: relative;
    max-width: 100%;
    margin: 30px auto 0;
}

.resource-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}

.resource-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* 图片淡入淡出效果 */
.fade-image {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.carousel-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #ff6b4a;
    transform: scale(1.2);
}

/* 经验优势部分 */
.experience-advantage {
    padding: 80px 0;
    background-color: #f8f7fb;
    position: relative;
    z-index: 20;
}

.exp-desc {
    width: 1200px;
    margin: 0 auto 50px;
    text-align: left;
    line-height: 1.8;
    color: #666;
    font-size: 15px;
}

/* 优势项目 - 三列布局 */
.exp-advantages {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
    width: 1200px;
    margin: 0 auto;
}

.exp-advantage-item {
    flex: 0 0 31%;
    text-align: center;
    position: relative;
    padding: 40px 30px 30px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 480px;
}

.exp-num {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
}

.exp-num img {
    width: 120px;
    height: auto;
    display: inline-block;
}

.exp-title {
    font-weight: bold;
    color: #ff6242;
    margin-bottom: 15px;
    font-size: 22px;
}

.exp-text {
    font-size: 14px;
    color: #666;
    max-width: 90%;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.6;
    min-height: 45px;
}

.separator {
    width: 30px;
    height: 3px;
    background-color: #ff6242;
    margin: 0 auto 20px;
}

.exp-icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 40px;
    background-color: #fff7f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 99, 71, 0.1);
}

.exp-icon-circle img {
    width: 50px;
    height: 50px;
}

/* 百分比圆 */
.stat-circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a59, #ff4f2e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 10px;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 107, 74, 0.2);
    background-image: url('/assets/addons/wwh/images/core/percentageBg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.stat-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
}

.stat-num {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    z-index: 2;
	top: -15px;
}

.percent {
    font-size: 16px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
}

.stat-text {
	position: absolute;
	left: 0;
	bottom: 66px;
	width: 100%;
	text-align: center;
	height: 20px;
}
.stat-text p {
	display: block;
	width: 70%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}
/* 页脚样式 - 更新为黑色背景 */
footer {
    background-color: #1a1a1a;
    padding: 50px 0 20px;
    color: #fff;
    position: relative;
    z-index: 20;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 15px;
}

.footer-nav h4, .footer-contact h4, .footer-social h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    margin-bottom: 10px;
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-nav ul li a:hover {
    color: #ff6b4a;
}

.footer-border {
    width: 1px;
    height: 100px;
    background-color: #333;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    cursor: pointer;
}

.social-icon img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.social-icon:hover img {
    transform: scale(1.1);
}

.footer-app {
    text-align: center;
}

.footer-app img {
    width: 120px;
    margin-bottom: 10px;
}

.footer-app p {
    font-size: 14px;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #777;
}

#qr-popup {
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
    top: -120px;
    left: -50px;
}

#qr-images {
    display: flex;
    gap: 10px;
}

#qr-images p {
    color: #333 !important;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .advantage-items, .app-content, .exp-advantages.experience-section-items, .exp-stats {
        flex-direction: column;
    }
    
    .advantage-item, .app-info, .app-image, .experience-item, .stat-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    
    .footer-top {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-border {
        display: none;
    }
}

/* 分屏设置 */
.screen-section {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.screen-section.active {
    opacity: 1;
    transform: translateY(0);
}

/* 分页指示器 */
.pagination-indicator {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background-color: #ff6633;
    transform: scale(1.3);
}

/* 加载动画 */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ff6633;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 滚动提示 */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ff6633;
    font-size: 14px;
    opacity: 0.8;
    animation: bounce 2s infinite;
    z-index: 100;
}

.scroll-indicator .arrow {
    width: 20px;
    height: 20px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(45deg);
    margin-top: 5px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-10px) translateX(-50%);
    }
    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}
