/* piano-design.css - 严格按移动端设计图样式 */

/* 基础重置 */
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family:"微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 36px;
    color: #333333;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* 页面容器 */
.page {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	margin-top: 100px;
	padding: 50px 8% 0px 8%;
}
.page_2026 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 5% 0px 5%;
}

/*** 当浏览器的可视区域小于960px ***/
    @media screen and (max-width: 960px) {

.page {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	margin-top: 100px;
	padding: 0px 5% 0px 5%;
}
.page_2026 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 3% 0px 3%;
}

}


.page img {
	width: 100%;
	max-width: 100%;
}

/* 通用区块样式 */
.section {
	padding: 50px 4% 50px 4%;
}
.section_dp {
	padding: 0px 4% 50px 4%;
	text-align: left;
}
.section_last {
	padding: 20px 2% 150px 2%;
}

.main-section {
	padding: 30px 4% 50px 4%;
}
.main-section img {
	width: 100%;
	max-width: 100%;
}

/* 主标题区域 */
.main-title {
	font-size: 28px;
	font-weight: bolder;
	color: #2F6C20;
	margin-bottom: 0px;
	line-height: 48px;
	margin-top: 20px;
}

.piano-types {
    font-size: 15px;
    color: #999999;
    margin-bottom: 50px;
    font-weight: 500;
}

.description {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: left;
}

/* 分割线 */
.divider {
    height: 1px;
    background-color: #e6e6e6;
    margin: 0 20px 20px;
}

/* 区块标题 */
.section-title {
	font-size: 28px;
	font-weight: bold;
	color: #2F6C20;
	margin-bottom: 0px;
	line-height: 48px;
	margin-top: 20px;
}

.section-subtitle {
    font-size: 15px;
    color: #999999;
    margin-bottom: 50px;
}

.section-content {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 0px;
}

/* 通知文本 */
.notice {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

/* 流程列表 */
.process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.process-item {
    flex: 1;
    min-width: calc(50% - 5px);
    padding: 12px 15px;
    background-color: #f8f8f8;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border-left: 4px solid #3a6ea5;
}

/* 说明框 */
.instruction-box {
	
	align-items: flex-start;
	padding: 18px 0px;
	border-radius: 4px;
	text-align: center;
}

.instruction-box .number {
    font-size: 20px;
    font-weight: 700;
    color: #3a6ea5;
    margin-right: 0px;
    min-width: 2px;
    line-height: 1.2;
}

.instruction-text {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin: 0;
	text-align: left;
}

/* 价格区块 */
.pricing-block {
    margin-bottom: 50px;
	margin-top: 50px;
    padding-bottom: 20px;
	width: 50%;
	margin: 0px auto;
}

/*** 当浏览器的可视区域小于960px ***/
    @media screen and (max-width: 960px) {

	.pricing-block {
		margin-bottom: 25px;
		
		padding-bottom: 20px;
		width: 90%;
		margin: 0px auto;
	}

}

.pricing-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.pricing-title {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 15px;
	line-height: 42px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.price-item:last-child {
    border-bottom: none;
}

.condition {
    font-size: 15px;
    color: #666666;
}

.price {
    font-size: 15px;
    color: #999999;
    font-weight: normal;
}

/* 服务信息 */
.service-info {
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
}

.about-info {
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
	text-align: left;
	line-height: 32px;
	margin-top: 20px;
	padding: 0px 0%;
}
.about-info-2 {
	font-size: 15px;
	color: #999999;
	margin-bottom: 20px;
	text-align: left;
	line-height: 28px;
	margin-top: 20px;
	padding: 0px 0%;
}


/* 影响因素列表 */
.factors-list {
    margin-bottom: 20px;
}

.factor-item {
    padding: 12px 0;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
}

.factor-item:last-child {
    border-bottom: none;
}

/* 图片占位符 - 严格按设计图 */
.image-placeholder {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* 不同尺寸的图片占位符 */
.image-placeholder {
    height: 180px;
}

.image-placeholder.small {
    height: 120px;
    margin-top: 15px;
}

.image-placeholder.wide {
    height: 150px;
}

.image-placeholder.tall {
    height: 250px;
}

.placeholder-text {
    color: #999999;
    font-size: 16px;
}

/* 移动端适配 */
@media (max-width: 374px) {
    .section, .main-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .divider {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .main-title {
        font-size: 22px;
    }
    
    .section-title {
        font-size: 18px;
    }
    
    .process-item {
        min-width: 100%;
    }
}

@media (min-width: 414px) and (max-width: 480px) {
    .section, .main-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .divider {
        margin-left: 22px;
        margin-right: 22px;
    }
}

@media (min-width: 481px) and (max-width: 750px) {
    .section, .main-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .divider {
        margin-left: 25px;
        margin-right: 25px;
    }
}

/* 防止在电脑端显示过大 */
@media (min-width: 751px) {
    body {
        background-color: #f5f5f5;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .page {
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
	
}
