/** Shopify CDN: Minification failed

Line 851:1 Unexpected "}"

**/


/* 权威认证区域 *************************/
.certification {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.certification_container {
    position: relative;
    z-index: 1;
    max-width: 1800px;
    margin: 0 auto;
    padding: 48px clamp(24px, 6vw, 64px);
    background: #f4f6f8;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.certification_image {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.certification_header,
.certification_icons,
.certification_gallery {
    position: relative;
    z-index: 2;
}

.certification_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.certification_header h2 {
    font-size:60px;
    line-height: 70px;
    color: #034739;
    font-weight: 500;
    margin: 0;
}

.certification_action {
    padding: 14px 32px;
    border-radius: 13px;
    border: none;
    background: #bafe6a;
    color: #034739;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}


.certification_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 12px 0 24px;
}

.certification_icons svg {
    width: 84px;
    height: 84px;
}


.certification_gallery .swiper-wrapper {
    align-items: center;
}

.certification_gallery .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.certification_gallery .swiper-slide > div {
    width: clamp(140px, 15vw, 220px);
}

.certification_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .certification_container{
        max-width: 900px;
    }
}

@media (max-width: 820px) {
    .certification_container{
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .certification {
        padding: 64px 0;
    }

    .certification_container {
        padding: 32px 20px;
    }

    .certification_header h2 {
        font-size: 32px;
    }

    .certification_icons svg {
        width: 72px;
        height: 72px;
    }

    .certification_gallery .swiper {
        padding-bottom: 32px;
    }

    .certification_gallery .swiper-slide > div {
        width: min(320px, 82vw);
    }
}

@media (max-width: 480px) {
    .certification_container {
        padding: 28px 16px;
        border-radius: 16px;
    }

    .certification_header h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .certification_action {
        font-size: 16px;
        padding: 12px 20px;
    }

    .certification_icons {
        gap: 12px;
        justify-content: center;
    }

    .certification_icons svg {
        width: 47px;
        height: 47px;
    }

    .certification_gallery .swiper-slide > div {
        width: min(280px, 90vw);
    }

    .certification_gallery .swiper {
        padding-bottom: 28px;
    }
}

/* 服务保障区域 *************************/
.assurance {
    background: #034739;
    padding:80px;
}

.assurance_container {
    max-width: 1700px;
    margin: 0 auto;
    padding:40px;
    border-radius: 20px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-items: center;
}

.assurance_item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #585858;
}

.assurance_item h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color:#585858;
}

.assurance_item p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #585858;
}

.assurance_icon svg {
    display: block;
}

@media (max-width: 1024px) {
    .assurance_container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        width:920px;
        padding:40px;
    }
    .assurance_item h3 {
        font-size:16px;
    }
    .assurance_item p {
        font-size:11px;
    }
    .assurance {
        padding: 40px;
        padding-top:0;
    }
}


@media (max-width: 821px) {
    .assurance_container {
        padding: 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        width:740px ;
    }

    .assurance_item {
        flex-direction: column;
        text-align: center;
    }

    .assurance_icon svg {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 768px) {
    .assurance_container {
        width:690px;
    }
}

@media (max-width: 480px) {
    .assurance {
        padding-bottom: 30px;
        padding:24px;
    }

    .assurance_container {
        padding: 10px;
        width:370px;
    }

    .certification {
        padding: 30px 0;
    }
}

@media (max-width: 381px) {
    .assurance_container {
        width:330px;
    }

    .assurance_item h3 {
        font-size:15px;
    }

    .assurance_item p {
        font-size:10px;
        margin:0;
    }
}

/* 模特主页区域 *************************/
.model_container {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 80px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
}

.model_image {
    height: 420px;
    background-image: url("/index_image/人物模特.png");
    background-size: 100% auto;
    background-position:  50% 20%;
    background-repeat:no-repeat;
    border-bottom-left-radius: 50% 300px;
    border-bottom-right-radius: 50% 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

/* 药瓶前景定位 */
.model_bottle {
    position: absolute;
    left: 20%;
    bottom: 400px;
}

.model_bottle img {
    width: 220px;
    height: auto;
    display: block;
}

/* 文本内容区域 */
.model_content {
    max-width: 620px;
    margin: 40px auto 0;
    text-align: center;
}

.model_content h1 {
    font-size: 48px;
    color: #034739;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 52px;
    margin-bottom: 16px;
}

.model_subtitle {
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 52px;
    margin-bottom: 40px;
}

.model_badge {
    margin-bottom: 16px;
}

.model_badge img {
    max-width: 530px;
}

.model_note {
    font-size: 15px;
    font-weight: 400;
    color: #868688;
    line-height: 100%;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .model_container{
        padding: 0 0 40px;
        margin:0 auto;
    }
    .model_bottle {
        bottom:330px;
    }
    .model_content h1 {
        margin-bottom:0;
    }

    .model_image {
        background-size: 110% auto;
        background-position: 50% 0%;
}
}

@media (max-width: 821px) {
    .model_bottle {
    left: 10%;
    bottom: 350px;
    }
    .model_image {
        background-size: 140% auto;
    }
    .model_container {
        margin: 0 auto;
    }
    .model_content h1 {
        margin-bottom:0;
        font-size:32px;
    }
    .model_subtitle {
        margin-bottom:20px;
    }
}

@media (max-width: 768px) {
    .model_bottle {
    bottom: 380px;
}
    .model_image {
        background-size: 150% auto;
    }
}

@media (max-width: 481px) {

    .model_container {
        padding: 0px;
        margin:0 auto;
    }

    .model_image {
        height: 280px;
        border-bottom-left-radius: 100% 250px;
        border-bottom-right-radius: 100% 250px;
        background-size: 190% auto;
        background-position: 50% 50%;
    }

    .model_bottle {
        left: 25%;
        bottom: 190px;
        transform: translateX(-50%);
    }

    .model_bottle img {
        width: 150px;
    }

    .model_content {
        margin-top: 32px;
        padding: 0 8px;
    }

    .model_content h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .model_subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .model_badge img {
        max-width: 260px;
    }

    .model_note {
        font-size: 10px;
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
        .model_image {
        height: 280px;
        border-bottom-left-radius: 100% 250px;
        border-bottom-right-radius: 100% 250px;
        background-size: 210% auto;
        background-position: 60% 50%;
    }
}

/* 喜马拉雅图片区域 */
.hero_container {
    max-width: 1700px;
    margin: 0 80px;
    padding: 32px 32px;
    background-color: #fff;
}

.hero_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: center;
}

.hero_text {
    padding-right: 40px;
    max-width: 520px;
}

.hero_text h1 {
    font-size: 48px;
    line-height: 60px;
    color: #034739;
    font-weight: 700;
    letter-spacing: 0px;
}

.text_lead,
.text_note {
    color: #535353;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
}

.hero_images {
    width: 100%;
}

.hero_images.swiper {
    overflow: hidden;
}

.hero_images .swiper-wrapper {
    display: flex;
}

.hero_images .swiper-slide {
    flex-shrink: 0;
    width: calc(50% - 12px);
}

.image_card {
    overflow: hidden;
}

.image_card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .text_lead, .text_note {
        font-size: 16px;
    }
    .hero_container {
        margin: 0 50px;
    }
}

@media (max-width: 821px){
    .hero_container {
        margin: 0 40px;
    }
    .hero_inner {
        grid-template-columns: 1fr 1fr;
    }
    .hero_text {
        padding-right: 20px;
    }
    .hero_text h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .text_lead,
    .text_note {
        font-size: 15px;
        line-height: 24px;
    }
    .hero_images {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hero_text h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .text_lead,
    .text_note {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 481px) {

    .hero_inner {
        grid-template-columns: 1fr;
    }

    .hero_text {
        padding-right: 10px;
    }
    .hero_text h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .text_lead,
    .text_note {
        font-size: 16px;
        line-height: 20px;
    }

    .text_note {
        padding-bottom:10px;
    }

    .hero_images {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .hero_container {
        margin: 0px 24px;
    }
}

/* 营养来源 *************************/

.nutrition_container {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    padding: 32px 32px;
    background-color: #fff;
}

.nutrition {
    text-align: center;
}

.nutrition h1 {
    font-size: 48px;
    color: #034739;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.nutrition img {
    margin-top: 20px;
    width: 100%;
}

@media (max-width: 1024px) {
    .nutrition h1 {
        font-size: 32px;
        line-height: 48px;
    }
    .nutrition img {
        max-width: 700px;
    }
    .nutrition_container {
        margin: 0 auto;
    }
}

@media (max-width: 821px) {

    .nutrition img {
        max-width: 640px;
    }
    .nutrition_container {
        margin: 0px auto;
    }
}
@media (max-width: 768px) {
    .nutrition h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .nutrition img {
        max-width: 600px;
    }
}

@media (max-width: 481px) {
    .nutrition h1 {
        font-size: 32px;
        line-height: 30px;
    }
    .nutrition img {
        max-width: 100%;
    }
    .nutrition_container {
        padding: 40px 32px;
        margin:0 auto;
    }
}

/* 纯净成分区域 *************************/
 .clean {
    max-width: 1700px;
    margin: 0 auto;
    width: 90%;
    padding: 40px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    background-color: #fff;
    padding-left:0;
 }

 .clean_image {
    width: 100%;
    height: 420px;
    background-image: url("/index_image/举手模特.png");
    background-size: 170% auto;
    background-position: 15% 80%;
    border-bottom-right-radius: 40% 300px;
    border-top-right-radius: 40% 300px;
    overflow: hidden;
    background-repeat: no-repeat;
 }

 .clean_content h1 {
    font-size: 48px;
    line-height: 44px;
    color: #034739;
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 90px;
    padding-left: 180px;
    margin-bottom: 12px;
 }

 .clean_subtitle {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    text-align:center;
    color: #868688;
    margin: 0 0 28px;
 }

 .clean_icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0px;
    row-gap: 0px;
 }


 .clean_icon_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom:8px;
}

 .clean_icons svg {
    width: 90px;
    height: 90px;
 }

 .clean_icon_item p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #5E5F5F;
    text-align: center;
    line-height: 1.4;
}

 @media (max-width: 1024px) {
    .clean {
        /* padding: 40px; */
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin:0 auto;
    }

    .nutrition_container {
        padding:40px;
    }
    .hero_text h1 {
        font-size:32px;
    }
    .clean_content h1 {
        font-size: 32px;
        line-height: 42px;
        padding-right: 80px;
        padding-left: 70px;
    }

    .hero_container {
        padding:40px;
    }
 }

 @media (max-width: 821px) {
    .clean_subtitle {
        font-size:16px;
    }

    .clean_image {
        background-image: url(/index_image/举手模特.png);
        background-size: 200% auto;
        background-position: 15% 60%;
        border-bottom-right-radius: 50% 250px;
        border-top-right-radius: 50% 240px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .clean {
        padding-left:0;
        margin: 0 auto;
    }
    }

    .clean_content h1 {
        font-size: 32px;
        line-height: 34px;
        padding-right: 0px;
        padding-left:70px;
    }
    .clean_icons svg {
        width: 80px;
        height: 80px;
    }

    .clean_icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 28px;
    }

    .clean_icon_item {
        gap: 14px;
    }

    .clean_icon_item p {
        font-size: 15px;
    }
 }

@media (max-width: 768px) {
    .clean_content h1 {
        font-size: 32px;
        padding-left:60px;
    }
}

 @media (max-width: 481px) {
    .clean {
        padding: 0px;
        grid-template-columns: 1fr;
        row-gap: 24px;
        margin:0 auto;
    }

    .clean_image {
        height: 280px;
        background-size: 220% auto;
        background-position: 20% 60%;
        border-bottom-right-radius: 60% 220px;
        border-top-right-radius: 60% 220px;
    }

    .clean_content {
        text-align: center;
    }

    .clean_content h1 {
        font-size: 32px;
        line-height: 30px;
        padding-right: 0;
        padding-left:0;
        margin-bottom: 8px;
    }

    .clean_subtitle {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .clean_icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        column-gap: 16px;
        row-gap: 16px;
    }


    .clean_icon_item {
        gap: 0px;
    }
    .clean_icons svg {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .clean_icon_item p {
        font-size: 14px;
    }
}

/* 页脚搜索框区域 *************************/
.footer_search_section {
    padding: 50px 0 50px;
}

.footer_container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer_search {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    padding: 220px 48px 80px;
}

.footer_search_image {
    position: absolute;
    inset: 0;
    background-image: url("/index_image/底部背景图.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.7);
}

.footer_search > *:not(.footer_search_image) {
    position: relative;
    z-index: 1;
}

/* LOGO 行 */
.footer_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.footer_logo svg {
    max-width: 100%;
    height: auto;
}

.footer_title {
    font-size: 50px;
    line-height: 100%;
    font-weight: 400;
    color: #bafe6a;
    margin-bottom: 32px;
}

/* 搜索条区域 */
.footer_search_bar {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.footer_search_inner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border-radius: 50px;
    padding: 14px;
    border: 1px solid #E4E7EC;
    max-width: 640px;
    width: 100%;
}


.footer_search_inner svg {
    display: block;
}

.footer_search_input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.footer_search_input::placeholder {
    color: #d3d3d3;
}

.footer_search_button_wrap .footer_search_button {
    border: none;
    outline: none;
    padding: 14px 36px;
    border-radius: 50px;
    background: #bafe6a;
    color: #034739;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

/* 底部图标评分行 */
.footer_metrics {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 24px;
}

.footer_metric {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #ffffff;
}

.footer_metric svg {
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .footer_search {
        padding: 64px 32px 36px;
    }

    .footer_search h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .footer_search_section {
    padding: 50px 0 50px;
}
}

@media (max-width: 768px) {
    .footer_container {
        padding: 0 16px;
    }

    .footer_search {
        position: relative;
        border-radius: 32px;
        overflow: hidden;
        color: #ffffff;
        text-align: center;
        padding: 80px 48px 40px;
    }
    .footer_search > *:not(.footer_search_image) {
        position: relative;
        z-index: 1;
    }

    /* LOGO 行 */
    .footer_logo {
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }

    .footer_logo svg {
        max-width: 100%;
        height: auto;
    }

    .footer_title {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        color: #bafe6a;
        margin-bottom: 32px;
    }

    /* 搜索条区域 */
    .footer_search_bar {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .footer_search_inner svg {
        display: block;
    }
    .footer_search_image{
        background-size: cover
    }
    .footer_search_input {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        color: #ffffff;
        font-size: 14px;
    }

    /* 底部图标评分行 */
    .footer_metrics {
        display: flex;
        justify-content: center;
        gap: 48px;
        margin-top: 24px;
    }

    .footer_metric {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #ffffff;
    }

    .footer_metric svg {
        flex-shrink: 0;
    }


}

@media (max-width: 480px) {
    .footer_search_section {
        padding: 40px 0 60px;
    }

    .footer_search {
        padding: 40px 20px 32px;
        border-radius: 24px;
    }

    .footer_title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .footer_search_bar {
        margin-bottom: 16px;
    }

    .footer_search_inner {
        flex-direction: column;
        align-items: center;
        padding: 10px 12px;
        gap: 10px;
    }

    .footer_search_input {
        font-size: 16px;
        text-align: center;
    }

    .footer_search_button_wrap .footer_search_button {
        width: 100%;
    }

    .footer_metrics {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .footer_metric {
        font-size: 14px;
    }
}

/* 底部区域 *************************/
.footer_section {
    background-color: #034739;
    color: #fff;
    padding: 60px 0 0;
}

.footer_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 第一排 */
.first_row {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* 左边区域 */
.footer_left {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.footer_block_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.footer_contact_list,
.footer_store_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.footer_contact_list li,
.footer_store_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #ccc;
}

.footer_store_list span {
    font-weight: 400;
}

.footer_contact_list strong {
    font-weight: 500;
}

.footer_contact_list svg,
.footer_store_list svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.footer_contact_list span span{
    font-weight: 400;
}

/* 右边区域 */
.footer_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.social_and_pays {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.social_and_pays_title {
    text-align: right;
}

.social_and_pays_title span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    justify-content: flex-end;
}

.social_and_pays_title svg {
    flex-shrink: 0;
}

/* 社交媒体和支付徽章容器 */
.social_and_pays > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.social_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.pays_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.social_list li a,
.pays_list li a {
    display: block;
    transition: opacity 0.3s;
}

.social_list li a:hover,
.pays_list li a:hover {
    opacity: 0.7;
}

/* 第二排 */
.second_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0px;
    padding-right: 560px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.second_products h1,
.second_headphones h1,
.second_about h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.second_products ul,
.second_headphones ul,
.second_about ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.second_products li,
.second_headphones li,
.second_about li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: color 0.3s;
}

.second_products li:hover,
.second_headphones li:hover,
.second_about li:hover {
    color: #fff;
}

/* 第三排 */
.third_row {
    padding: 40px 0;
}

.third_contact {
    margin-bottom: 24px;
}

.third_contact_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.third_contact_list li {
    font-size: 20px;
    color: rgba(255, 255, 255);
}

.footer_copyright {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding-top: 24px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .first_row {
        gap: 40px;
    }

    .second_row {
        gap: 30px;
    }
}

@media (max-width: 820px) {
    .first_row {
        flex-direction: column;
        gap: 40px;
    }

    .footer_right {
        align-items: center;
    }

    .social_and_pays_title span {
        justify-content: flex-start;
    }

    .social_list,
    .pays_list {
        justify-content: center;
    }

    .second_row {
        padding: 0;
    }

    .third_contact_list{
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer_container {
        padding: 0 16px;
    }

    .footer_section {
        padding: 30px 0 0;
    }

    .first_row {
        gap: 30px;
        padding-bottom: 30px;
    }

    .footer_left {
        gap: 30px;
    }

    .footer_block_title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .footer_contact_list li,
    .footer_store_list li {
        font-size: 13px;
        gap: 10px;
    }

    .social_and_pays {
        gap: 20px;
    }

    .social_list,
    .pays_list {
        gap: 8px;
    }

    .second_row {
        padding: 24px 0;
        gap: 20px;
    }

    .third_row {
        padding: 30px 0;
    }

    .third_contact_list {
        flex-direction: column;
        gap: 16px;
    }

    .footer_copyright {
        font-size: 11px;
        padding-top: 20px;
    }
}
/* map*********************************************** */
.map_container {

}
.map_alter{
    background:url('');
}