/* 响应式设计基础设置 */
* {
    box-sizing: border-box;
}

.loading-box {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.loading-box .loading {
    width: clamp(30px, 8vw, 40px);
    height: clamp(30px, 8vw, 40px);
}

.page {
    background: #FC8C0F;
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.block_3 {
    background-color: rgba(252, 140, 15, 1);
    position: relative;
    width: 100%;
}

.box_2 {
    width: 100%;
    display: flex;
    align-items: center;
}

.group_1 {
    min-width: 360px;
    max-width: 390px;
    min-height: 350px;
    background-image: url("../img/bg-top.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-wrapper_3 {
    width: clamp(150px, 40vw, 223px);
    margin: 0 auto;
    padding: 2vh 2vw;
}

.label_1 {
    width: clamp(25px, 6vw, 35px);
    height: clamp(25px, 6vw, 35px);
    margin-top: 3vh;
}

.image_1 {
    width: clamp(80px, 20vw, 113px);
    height: auto;
    margin-bottom: 3vh;
}

.thumbnail_1 {
    width: clamp(12px, 3vw, 17px);
    height: auto;
    margin: 15vh auto 0 auto;
    display: block;
}

.block_2 {
    background-color: rgba(255, 218, 82, 1);
    margin-top: 5vh;
    padding-top: 3vh;
}

.box_1 {
    background-color: rgba(255, 173, 82, 1);
    padding-top: 2vh;
}

.text_1 {
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: clamp(14px, 4vw, 17px);
    font-family: Poppins-Bold;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.block_5 {
    width: 346px;
    min-height: 560px;
    background: url("../img/content_bg.webp") center no-repeat;
    background-size: cover;
    margin: 0 auto 86px;
}

.text_4 {
    overflow-wrap: break-word;
    color: rgba(241, 106, 27, 1);
    font-family: Poppins-Bold;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}

.text-wrapper_3 {
    width: calc(100% - 60px);
    background: #F6F8FA;
    border-radius: 7px;
    padding: 10px;
    box-sizing: border-box;
    margin: 6px auto;
}

.paragraph_1 {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: clamp(12px, 3.5vw, 14px);
    font-family: PlusJakartaSans-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
}

.image_2 {
    width: calc(100% - 60px);
    max-width: 308px;
    height: auto;
    margin: 10px auto 0;
    display: block;
}

.text_5 {
    overflow-wrap: break-word;
    color: rgba(241, 106, 27, 1);
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}

.group_3, .group_4, .group_5, .group_6 {
    width: calc(100% - 60px);
    height: 66px;
    background: #FFF6E1;
    border-radius: 8px;
    margin: 0 auto 10px;
    padding: 8px 5px;
    box-sizing: border-box;
}

.image-text_6, .image-text_7, .image-text_8, .image-text_9 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon_1, .icon_2, .icon_3, .icon_4 {
    width: 32px;
    height: 33px;
    flex-shrink: 0;
}

.text-group_6, .text-group_7, .text-group_8, .text-group_9 {
    width: calc(100% - 40px);
}

.text_6, .text_7, .text_9, .text_11 {
    font-family: PlusJakartaSans, PlusJakartaSans;
    font-weight: 600;
    font-size: 13px;
    color: #F16A1B;
    line-height: 17px;
}

.paragraph_2, .text_8, .text_10, .text_12 {
    font-family: PlusJakartaSans, PlusJakartaSans;
    font-size: 12px;
    color: #F16A1B;
    line-height: 14px;
    white-space: wrap;
    text-align: left;
}

.block_4 {
    height: 84px;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_2 {
    width: calc(100% - 30px);
    height: 54px;
    background-color: rgba(255, 214, 60, 1);
    border-radius: 30px;
    box-shadow: 0 4px #a88400;
}

.text-wrapper_2 {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_3 {
    width: 100%;
    text-align: center;
    font-family: PlusJakartaSans, PlusJakartaSans;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
    line-height: 54px;
}

.text-group_1 {
    width: 100%;
    font-family: PlusJakartaSans, PlusJakartaSans;
    font-weight: 800;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
}

.button_3 {
    width: 286px;
    height: 61px;
    background: url("../img/btn-bg.webp") center no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: center;
}


.text_2 {
    width: 100%;
    text-align: center;
    font-family: PlusJakartaSans, PlusJakartaSans;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
    margin-bottom: 10px;
}


/* 确保图片响应式 */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 确保按钮可点击 */
button {
    cursor: pointer;
    border: none;
    outline: none;
}

/* 确保文本可读性 */
span {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
