/* 关于我们页面样式 */

.container{ padding: 0 !important;}
/* 横幅图片 */
.page-banner {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: 150px; /* 避免被固定头部覆盖 */
}

.banner-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 面包屑导航 */
.breadcrumb {
    padding: 0 0 15px 0;
    background: transparent;
    border-bottom: none;
}

.breadcrumb-nav {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.breadcrumb-nav a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: #a3c210;
}

.breadcrumb-nav span {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-nav .current {
    color: #a3c210;
    font-weight: bold;
}


/* 主要内容区域 */
.main-content {
    padding: 30px 0 0 0;
    background: #fff;
    margin-top: 0;
}

/* 关于我们内容区域 */
.about-us {
    padding: 10px 0;
}

.about-us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 标题区域 */
.about-header {
    text-align: center;
    margin-bottom: 30px;
}

.about-title {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

/* 主要内容区域 */
.about-main {
    display: flex;
    gap: 53px;
    align-items: flex-start;
}

/* 左侧图片 */
.about-image {
    flex: 0 0 467px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* 右侧内容区域 */
.about-left {
    flex: 1;
}

/* 公司介绍 */
.company-intro {
    margin: 0;
}

.company-intro h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.4;
}

.company-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

/* 企业信息标题和内容 */
.company-intro h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 5px 0 3px 0;
}

.company-intro h3:first-of-type {
    margin-top: 5px;
}

/* 企业信息内容段落 */
.company-intro h3 + p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    text-align: justify;
    margin: 0 0 20px 0;
}

/* 页面标题 */
.page-header {
    text-align: center;
}

.page-title {
	height: 34px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 34px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #a3c210;
    text-align: center;
}

.page-subtitle {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
    height: 17px;
    line-height: 23px;
	letter-spacing: 0px;
    margin-top: 21px;
    margin-bottom: 41px;
}

/* 服务说明 */
.service-description {
    
}

.section-title {
    text-align:left;
    font-size: 22px;
    height: 22px;
    font-weight: bold;
    color: #333;
    line-height: 23px;
    border-bottom: 2px solid #a3c210;
    letter-spacing: 0px;
    padding-bottom: 42px;
    margin-bottom: 3px !important;

}

.description-content {
    padding: 13px 0 46px 0;
    line-height: 1.8;
}

.description-content p {
    font-size: 15px;
    color: #333333;
    text-align: justify;
    line-height: 28px;
}

/* 服务内容表格 */
.service-content {
    margin-bottom: 50px;
}

.content-table {
    overflow-x: auto;
    margin-top: 40px;
}

.content-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content-table thead {
    background: #a3c210;
}

.content-table th {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 48px;
    background-color: #a3c210;
	border: solid 1px #e0e0e0;
    padding-left: 124px;
    text-align: left;
}

.content-table td {
    padding: 5px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    height: 88px;
	border: solid 1px #e0e0e0;
    padding-left: 124px;
}

.content-table td strong {
    color: #333;
    font-size: 15px;
    display: block;
}

.content-table tbody tr:last-child td {
    border-bottom: none;
}

/* 第2行和第4行默认有背景色 */
.content-table tbody tr:nth-child(2),
.content-table tbody tr:nth-child(4) {
    background: #f5f5f5;
}

/* 服务流程 */
.service-process {
    margin-bottom: 50px;
}

/* 流程图 */
.process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 28px 0;
    flex-wrap: wrap;
    gap: 0;
}

.flow-step {
    flex-shrink: 0;
}

.step-circle {
    background: #a3c210;
    color: white;
    border-radius: 35px;
    width: 160px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(163, 194, 16, 0.3);
    line-height: 24px;
}

.step-arrow {
    font-size: 40px;
    color: #a3c210;
    margin: 0 15px;
    font-weight: bold;
}

/* 流程详情 */
.detail-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.detail-label {
    background: #a3c210;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    min-width: 200px;
    text-align: center;
    flex-shrink: 0;
    height: 58px;
}

.detail-content {
    flex: 1;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    background: #f5f5f5;
    padding: 16px 0;
    border-radius: 10px;
}
.detail-item {
    display: flex;
    margin-bottom: 15px;
    height: 58px;
	background-color: #f5f5f5;
	border-radius: 10px;
}



/* 平板响应式 */
@media (max-width: 1024px) {
    .about-main {
        gap: 40px;
    }
    
    .about-image {
        flex: 0 0 350px;
    }
    
    .about-title {
        font-size: 42px;
    }
    
    .company-intro h2 {
        font-size: 24px;
    }
    
    .company-intro h3 {
        font-size: 16px;
    }
    
    .company-intro p,
    .company-intro h3 + p {
        font-size: 15px;
    }
}

/* 手机响应式 */
@media (max-width: 768px) {
    .page-banner {
        height: 150px;
        margin-top: 120px; /* 调整移动端头部间距 */
    }
    .main-content {
        padding: 20px 5px 40px 5px;
    }
    
    .about-us {
        padding: 30px 0;
    }
    
    .about-us .container {
        padding: 0 15px;
    }
    
    .about-header {
        margin-bottom: 40px;
    }
    
    .about-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-image {
        flex: none;
        order: -1; /* 图片移到上方 */
    }
    
    .about-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .company-intro h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .company-intro p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .company-intro h3 {
        font-size: 16px;
        margin: 20px 0 8px 0;
    }
    
    .company-intro h3 + p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .page-title {
        font-size: 28px;
    }

    .page-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 24px;
    }

    .process-flow {
        flex-direction: column;
        gap: 20px;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .step-circle {
        width: 120px;
        height: 120px;
        font-size: 13px;
    }

    .detail-item {
        flex-direction: column;
        gap: 15px;
    }

    .detail-label {
        min-width: auto;
        width: 100%;
    }

    .detail-content {
        padding-left: 0;
    }

    .content-table {
        font-size: 13px;
    }

    .content-table th,
    .content-table td {
        padding: 15px 10px;
    }
}

/* 小屏幕手机 */
@media (max-width: 480px) {
    .page-banner {
        height: 120px;
        margin-top: 120px; /* 调整小屏幕头部间距 */
    }
    .about-us .container {
        padding: 0 10px;
    }
    
    .about-title {
        font-size: 28px;
    }
    
    .company-intro h2 {
        font-size: 20px;
    }
    
    .company-intro p,
    .company-intro h3 + p {
        font-size: 14px;
    }
    
    .company-intro h3 {
        font-size: 15px;
    }
}

/* 销售网络部分 */
.sales-network {
    padding: 30px 0;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.sales-header {
    text-align: center;
    margin-bottom: 30px;
}

.sales-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.sales-content {
    max-width: 1200px;
    margin: 0 auto;
}

/* 表格样式 */
.sales-table-wrapper {
    width: 100%;
}

.sales-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sales-table th {
    background: #f8f9fa;
    padding: 20px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e9ecef;
    border-right: 1px solid #e9ecef;
}

.sales-table th:last-child {
    border-right: none;
}

.sales-table th:nth-child(1) {
    width: 180px;
}

.sales-table th:nth-child(2) {
    width: auto;
}

.sales-table th:nth-child(3) {
    width: 230px;
}

.sales-table td {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    vertical-align: middle;
}

.sales-table td:last-child {
    border-right: none;
}

.sales-table td:first-child {
    text-align: center;
    font-weight: 600;
    color: #333;
}

.sales-table td:nth-child(2) {
    text-align: left;
}

/* 二维码单元格 */
.qr-cell {
    text-align: center !important;
    padding: 15px 25px !important;
}

.qr-cell img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sales-table tbody tr:hover {
    background: #f8f9fa;
}

.sales-table tbody tr:last-child td {
    border-bottom: none;
}

/* 销售网络响应式 */
@media (max-width: 1024px) {
    .sales-title {
        font-size: 32px;
    }
    
    .sales-table th:nth-child(1) {
        width: 120px;
    }
    
    .sales-table th:nth-child(3) {
        width: 150px;
    }
    
    .sales-table th,
    .sales-table td {
        padding: 18px 20px;
    }
    
    .qr-cell {
        padding: 12px 20px !important;
    }
    
    .qr-cell img {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 768px) {
    .sales-network {
        padding: 40px 0;
    }
    
    .sales-header {
        margin-bottom: 30px;
    }
    
    .sales-title {
        font-size: 28px;
    }
    
    .sales-table th,
    .sales-table td {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    .sales-table th:nth-child(1) {
        width: 80px;
    }
    
    .sales-table th:nth-child(3) {
        width: 100px;
    }
    
    .qr-cell {
        padding: 8px !important;
    }
    
    .qr-cell img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .sales-network {
        padding: 30px 0;
    }
    
    .sales-title {
        font-size: 24px;
    }
    
    .sales-table th,
    .sales-table td {
        padding: 8px 5px;
        font-size: 12px;
    }
    
    .sales-table th:nth-child(1) {
        width: 60px;
    }
    
    .sales-table th:nth-child(3) {
        width: 80px;
    }
    
    .qr-cell {
        padding: 5px !important;
    }
    
    .qr-cell img {
        width: 50px;
        height: 50px;
    }
}

/* 联系我们部分 */
.contact-us {
    padding: 60px 0;
    background: #fff;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.contact-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #a3c210;
    border-radius: 2px;
}

.contact-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

/* 左侧联系信息 */
.contact-info-section {
    flex: 0 0 450px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #a3c210;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    background: #f0f8f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(163, 194, 16, 0.1);
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    background: #a3c210;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contact-info-icon svg {
    width: 24px;
    height: 24px;
}

.contact-info-details {
    flex: 1;
}

.contact-info-details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.contact-info-details p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* 右侧地图 */
.contact-map {
    flex: 1;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 联系我们响应式 */
@media (max-width: 1024px) {
    .contact-content {
        gap: 50px;
    }
    
    .contact-info-section {
        flex: 0 0 400px;
    }
    
    .contact-title {
        font-size: 32px;
    }
    
    .map-container {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .contact-us {
        padding: 40px 0;
    }
    
    .contact-header {
        margin-bottom: 30px;
    }
    
    .contact-title {
        font-size: 28px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact-info-section {
        flex: none;
        width: 100%;
    }
    
    .contact-info-item {
        margin-bottom: 25px;
        padding: 20px;
    }
    
    .contact-info-icon {
        width: 45px;
        height: 45px;
    }
    
    .contact-info-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .contact-info-details h3 {
        font-size: 16px;
    }
    
    .contact-info-details p {
        font-size: 15px;
    }
    
    .map-container {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .contact-us {
        padding: 30px 0;
    }
    
    .contact-title {
        font-size: 24px;
    }
    
    .contact-info-item {
        padding: 15px;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-info-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .contact-info-details h3 {
        font-size: 15px;
    }
    
    .contact-info-details p {
        font-size: 14px;
    }
    
    .map-container {
        height: 250px;
    }
}

/* 客户服务页面样式 */
.service-consultation {
    padding: 30px 0;
    background: #fff;
}

.consultation-header {
    text-align: center;
    margin-bottom: 25px;
}

.consultation-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.consultation-content {
    display: flex;
    gap: 62px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

/* 左侧服务介绍 */
.service-intro {
    flex: 0 0 431px;
}

.service-bg {
    background-image: url('../images/service-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.service-list {
    position: relative;
    z-index: 2;
    padding: 47px 38px;
}

.service-item {
    margin-bottom: 35px;
    position: relative;
    padding-left: 20px;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-item::before {
    content: '■';
    position: absolute;
    left: 0;
    margin-top: -3px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 6px;
    height: 6px;
    
}

.service-item h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 8px 0;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
}

.service-item p {
    font-size: 14px;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    margin: 0;
    text-align: justify;
}

/* 右侧咨询表单 */
.consultation-form {
    flex: 1;
}

.contact-form {

}

.form-row {
    display: flex;
    gap: 17px;
    margin-bottom: 23px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-group span{
    color: #ff0000;
    font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

.form-group label {
    color: #333333;
    display: block;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
}


.form-group label::before {
    content: attr(data-required);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 46px;
}



.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #a3c210;
    box-shadow: 0 0 0 3px rgba(163, 194, 16, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
    height: 136px;
    font-family: inherit;
}

.form-actions {
    text-align: left;
    margin-top: 31px;
}

.btn-submit {
    background: #a3c210;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 17px;
    transition: all 0.3s ease;
    min-width: 200px;
    max-height: 46px;
    padding: 15px 78px;
}

.btn-submit:hover {
    background: #8fa50e;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(163, 194, 16, 0.3);
}

.btn-submit:active {
    transform: translateY(0);
}

/* 客户服务响应式 */
@media (max-width: 1024px) {
    .consultation-content {
        gap: 50px;
    }
    
    .service-intro {
        flex: 0 0 400px;
    }
    
    .consultation-title {
        font-size: 32px;
    }
    
    .service-list {
        padding: 35px 25px;
    }
    
    .contact-form {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .service-consultation {
        padding: 40px 0;
    }
    
    .consultation-header {
        margin-bottom: 30px;
    }
    
    .consultation-title {
        font-size: 28px;
    }
    
    .consultation-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .service-intro {
        flex: none;
        width: 100%;
    }
    
    .consultation-form {
        width: 100%;
    }
    
    .service-list {
        padding: 30px 20px;
    }
    
    .service-item {
        margin-bottom: 25px;
    }
    
    .service-item h3 {
        font-size: 18px;
    }
    
    .service-item p {
        font-size: 14px;
    }
    
    .contact-form {
        padding: 25px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-group {
        margin-bottom: 20px;
        width: 100%;
    }
    
    .btn-submit {
        padding: 12px 40px;
        font-size: 15px;
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .service-consultation {
        padding: 30px 0;
    }
    
    .consultation-title {
        font-size: 24px;
    }
    
    .consultation-form {
        width: 100%;
    }
    
    .service-list {
        padding: 25px 15px;
    }
    
    .service-item h3 {
        font-size: 16px;
    }
    
    .service-item p {
        font-size: 13px;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .btn-submit {
        padding: 10px 30px;
        font-size: 14px;
        min-width: 140px;
    }
}

/* 试用装免费申请样式 */
.free-trial {
    padding: 30px 0;
}

.trial-header {
    text-align: center;
    margin-bottom: 25px;
}

.trial-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.trial-content {
    display: flex;
    gap: 62px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

/* 左侧申请说明 */
.trial-intro {
    flex: 0 0 431px;
}

.trial-bg {
    background-image: url('../images/trial-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.trial-info {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    margin-bottom: 217px;
}

.trial-item {
    margin-bottom: 35px;
    position: relative;
    padding-left: 20px;
}

.trial-item:last-child {
    margin-bottom: 30px;
}

.trial-item::before {
    content: '■';
    position: absolute;
    left: 0;
    margin-top: -3px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 6px;
    height: 6px;
}

.trial-item h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 14px;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.trial-item p {
    margin: 0;
    text-align: justify;
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}
.trial-item-p::before {
    content: '■';
    position: absolute;
    left: 0;
    margin-top: -3px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 6px;
    height: 6px;
}

.trial-contact {
    padding-left: 20px;
    position: relative;
}

.trial-contact p {
    font-weight: bold;
    color: #f0f0f0;
    margin: 0 0 8px 0;
    font-size: 14px;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.phone-highlight {
    font-weight: bold !important;
    font-size: 18px !important;
	font-weight: normal;
	letter-spacing: 0px;
	color: #f39800 !important;
}

/* 右侧申请表单 */
.trial-form {
    flex: 1;
}

.application-form {

}

.application-form .form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.application-form .form-group select:focus {
    outline: none;
    border-color: #a3c210;
    box-shadow: 0 0 0 3px rgba(163, 194, 16, 0.1);
}

.application-form .form-group select option {
    padding: 10px;
    color: #333;
}

.btn-trial-submit {
    background: #a3c210;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 17px;
    transition: all 0.3s ease;
    min-width: 200px;
    max-height: 46px;
    padding: 15px 78px;
}

.btn-trial-submit:hover {
    background: #8fa50e;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(163, 194, 16, 0.3);
}

.btn-trial-submit:active {
    transform: translateY(0);
}

/* 试用装申请响应式 */
@media (max-width: 1024px) {
    .trial-content {
        gap: 50px;
    }
    
    .trial-intro {
        flex: 0 0 400px;
    }
    
    .trial-title {
        font-size: 32px;
    }
    
    .trial-info {
        padding: 35px 25px;
    }
    
    .application-form {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .header{ padding: 0 5px;}
    .footer{ padding: 0 5px;}
    .free-trial {
        padding: 40px 0;
    }
    
    .trial-header {
        margin-bottom: 30px;
    }
    
    .trial-title {
        font-size: 28px;
    }
    
    .trial-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .trial-intro {
        flex: none;
        width: 100%;
    }
    
    .trial-form {
        width: 100%;
    }
    
    .trial-info {
        padding: 30px 20px;
    }
    
    .trial-item {
        margin-bottom: 25px;
    }
    
    .trial-item h3 {
        font-size: 18px;
    }
    
    .trial-item p {
        font-size: 14px;
    }
    
    .phone-highlight {
        font-size: 20px !important;
    }
    
    .application-form {
        padding: 25px;
    }
    
    .application-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .application-form .form-group {
        margin-bottom: 20px;
        width: 100%;
    }
    
    .btn-trial-submit {
        padding: 12px 40px;
        font-size: 15px;
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .free-trial {
        padding: 30px 0;
    }
    
    .trial-title {
        font-size: 24px;
    }
    
    .trial-form {
        width: 100%;
    }
    
    .trial-info {
        padding: 25px 15px;
    }
    
    .trial-item h3 {
        font-size: 16px;
    }
    
    .trial-item p {
        font-size: 13px;
    }
    
    .phone-highlight {
        font-size: 18px !important;
    }
    
    .application-form {
        padding: 20px;
    }
    
    .application-form .form-group input,
    .application-form .form-group textarea,
    .application-form .form-group select {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .btn-trial-submit {
        padding: 10px 30px;
        font-size: 14px;
        min-width: 140px;
    }
}


/* 定制服务页面响应式 */
@media (max-width: 768px) {
    .page-title {
        font-size: 28px;
    }

    .page-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 24px;
    }

    /* 流程详情 - 移动端不改变布局，只调整尺寸 */
    .process-details {

    }

    .detail-label {
        min-width: 150px;
        font-size: 13px;
        padding: 12px 20px;
    }

    .detail-content {
        font-size: 13px;
        padding: 12px 15px;
    }

    /* 表格 */
    .content-table {
        font-size: 13px;
    }

    .content-table th,
    .content-table td {
        padding: 15px 10px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 24px;
    }

    .page-subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 20px;
    }

    .process-details {

    }

    .detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        height: auto;
        margin-bottom: 25px;
    }

    .detail-label {
        min-width: auto;
        width: 100%;
        font-size: 13px;
        padding: 12px 20px;
    }

    .detail-content {
        width: 100%;
        font-size: 13px;
        padding: 12px 15px;
    }

    .content-table th,
    .content-table td {
        padding: 12px 8px;
        font-size: 12px;
    }
}


/* 试用装申请页面样式 */

/* 申领条件 */
.trial-conditions {
    margin-bottom: 60px;
    margin-top: 60px;
}

.trial-conditions .section-title {
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.trial-conditions .section-title::before,
.trial-conditions .section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
}

.trial-conditions .section-title::before {
    margin-right: 30px;
}

.trial-conditions .section-title::after {
    margin-left: 30px;
}

.conditions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 38px;
}

.condition-item {
    background: #f5f5f5;
    padding: 36px 35px;
    border-radius: 10px;
    text-align: center;
}

.condition-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.condition-icon img {
    width: 63px;
}

.condition-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #a3c210;
    margin-bottom: 15px;
    line-height: 22px;
}

.condition-item p {
    font-size: 15px;
    color: #333333;
    line-height: 26px;
}

.phone-highlight {
    color: #ff6600;
    font-weight: bold;
}

/* 申领信息表单 */
.trial-form-section {
    margin-bottom: 80px;
}

.trial-form-section .section-title {
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.trial-form-section .section-title::before,
.trial-form-section .section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
}

.trial-form-section .section-title::before {
    margin-right: 30px;
}

.trial-form-section .section-title::after {
    margin-left: 30px;
}

.trial-form-wrapper {
    background: white;
    margin-top: 43px;
}

.trial-form {
    background: transparent;
    padding: 0;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 500;
}

.required {
    color: #ff0000;
    margin-right: 3px;
}

.form-input,
.form-select,
.form-textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: white;
    transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #a3c210;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit {
    text-align: center;
    margin-top: 40px;
}

.submit-btn {
    background: #a3c210;
    color: white;
    border: none;
    padding: 15px 80px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 380px;
    height: 56px;
}

.submit-btn:hover {
    background: #8fb00e;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(163, 194, 16, 0.3);
}

/* 试用装申请页面响应式 */
@media (max-width: 768px) {
    .conditions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .condition-item {
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trial-form {
        padding: 25px 20px;
    }

    .submit-btn {
        width: 100%;
        padding: 15px 40px;
    }
}

@media (max-width: 480px) {
    .condition-icon {
        width: 60px;
        height: 60px;
    }

    .condition-icon img {
        width: 35px;
        height: 35px;
    }

    .condition-item h3 {
        font-size: 16px;
    }

    .condition-item p {
        font-size: 13px;
    }

    .trial-form {
        padding: 20px 15px;
    }

    .form-label {
        font-size: 13px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        padding: 10px 12px;
        font-size: 13px;
    }
}
