* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, sans-serif;
}

body {
    background-color: #111;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-12 {
    width: 100%;
    padding: 0 15px;
}

.col-md-4 {
    width: 100%;
    padding: 0 15px;
}

.col-md-5 {
    width: 100%;
    padding: 0 15px;
}

.col-md-6 {
    width: 100%;
    padding: 0 15px;
}

.col-md-7 {
    width: 100%;
    padding: 0 15px;
}

.col-lg-5 {
    width: 100%;
    padding: 0 15px;
}

.col-lg-7 {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        width: 33.333333%;
    }
    .col-md-5 {
        width: 41.666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        width: 41.666667%;
    }
    .col-lg-7 {
        width: 58.333333%;
    }
}

.order-md-1 {
    order: 1;
}

.order-md-2 {
    order: 2;
}

@media (min-width: 768px) {
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
}

/* 顶部主要部分 */
.et_pb_section_1 {
    background-color: #111;
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
    background-image: url('image/bgt.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.et_pb_section_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.et_pb_row_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.et_pb_column_1 {
    width: 100%;
    padding-right: 0;
}

.et_pb_column_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .et_pb_column_1 {
        width: 60%;
        padding-right: 30px;
    }
    .et_pb_column_2 {
        width: 40%;
        margin-top: 0;
    }
}

.et_pb_text_inner h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.et_pb_text_inner p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.et_pb_button_module_wrapper {
    margin-top: 30px;
}

/* WhatsApp按钮样式 - 重要：确保所有按钮一致 */
.whatsapp-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #25D366;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 10px 0;
}

.whatsapp-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.8);
}

/* WhatsApp按钮图片样式 - 重要：确保所有按钮图片一致 */
.whatsapp-button img {
    height: 24px !important;
    width: auto !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    object-fit: contain !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.et_pb_image_wrap img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

.et_pb_row_2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.et_pb_column_3,
.et_pb_column_4,
.et_pb_column_5 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .et_pb_column_3,
    .et_pb_column_4,
    .et_pb_column_5 {
        width: 33.333333%;
        margin-bottom: 0;
    }
}

.et_pb_text_1,
.et_pb_text_2,
.et_pb_text_3 {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.et_pb_text_1 h3,
.et_pb_text_2 h3,
.et_pb_text_3 h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.et_pb_text_1 p,
.et_pb_text_2 p,
.et_pb_text_3 p {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.8;
}

/* 第二部分 */
.et_pb_section_2 {
    background: url('image/bgt.jpg');
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.et_pb_section_2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.et_pb_section_2 .container {
    position: relative;
    z-index: 1;
}

.et_pb_section_2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.pkgz {
    color: #b29d74;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.et_pb_section_2 ul {
    list-style: none;
    margin-bottom: 30px;
}

.et_pb_section_2 li {
    margin-bottom: 10px;
    color: #fff;
}

.note-text {
    margin-top: 15px;
    font-size: 0.8rem;
    opacity: 0.7;
}

/* 第三部分 */
.features-section {
    background-color: #111;
    padding: 70px 0;
}

.htitle {
    text-align: center;
    margin-bottom: 50px;
}

.htitle h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.htitle p {
    font-size: 1rem;
    opacity: 0.8;
    max-width: 700px;
    margin: 0 auto;
}

.boxzz {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.boxzz:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.boxzz h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

.boxzz p {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* 第四部分 */
.wap_nr {
    padding: 70px 0;
    background-color: #111;
}

.featurette {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.featurette-tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

.featurette-lead p {
    margin-bottom: 15px;
    font-size: 1rem;
    opacity: 0.8;
}

.wapimg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* 第五部分 */
.dark-section {
    background: #151515;
    padding: 70px 0;
}

.dark-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.featurettezz {
    color: #b29d74;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.se_7 p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* 第六部分 */
.testimonials-section {
    padding: 70px 0;
    background-color: #111;
}

.seolist2 {
    display: flex;
    flex-wrap: wrap;
}

.seolist2 h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.boxzz2 {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 30px;
}

.boxzz2 p {
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
}

/* 第七部分 */
.closing-section {
    text-align: center;
    padding: 70px 0 120px; /* 增加底部内边距，为固定按钮留出空间 */
    background-color: #111;
}

.closing-section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.closing-section h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
}

.closing-section p {
    margin-bottom: 30px;
    font-size: 1rem;
    opacity: 0.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* 固定在底部的按钮 */
.fixed-bottom-button {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.fixed-bottom-button .whatsapp-button {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.8);
}

/* 页脚 */
.bq_footer {
    background-color: #0a0a0a;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.7;
}

/* 移动端底部固定按钮 - 已被新的固定按钮替代，所以隐藏 */
.mobile-footer {
    display: none !important; /* 强制隐藏，不再显示 */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .et_pb_text_inner h1 {
        font-size: 2rem;
    }
    
    .et_pb_text_inner p {
        font-size: 0.9rem;
    }
    
    .htitle h2, .featurette-tit, .featurettezz, .pkgz {
        font-size: 1.5rem;
    }
    
    .mobile-footer {
        display: block;
    }
    
    body {
        padding-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .et_pb_text_inner h1 {
        font-size: 1.8rem;
    }
    
    .whatsapp-button {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .htitle h2, .featurette-tit, .featurettezz, .pkgz {
        font-size: 1.3rem;
    }
}