html{
}
body {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;

    display: flex;
    justify-content: center; /* 水平居中 */
}

#app {
    display: block;
    margin: 0 auto;
    font-size: 24px;
}

.header {
    width: 1920px;
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 999;
}

.header_add_background1 {
    background: rgba(255, 255, 255, 0.2); /* 半透明背景 */
}

.header_add_background2 {
    background: rgba(255, 255, 255, 0.5); /* 半透明背景 */
}

.header_add_background3 {
    background: rgba(255, 255, 255, 0.7); /* 半透明背景 */
}

.header_add_background4 {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    background-color: white;
}

.header_logo {
    margin-left: 115px;
    width: 225px;
    height: 42px;
}

.menu {
    height: 72px;
    width: 640px;
    margin-left: 290px;
    display: flex;
    align-items: center;
    border-radius: 48px;

    background: rgba(255, 255, 255, 0.2); /* 半透明背景 */
    backdrop-filter: blur(10px); /* 背景模糊 */
    -webkit-backdrop-filter: blur(10px); /* Safari 兼容 */
}

.menu_column {
    height: 25px;
    border: 1px solid #8A8A8A;
}

.menu_line {
    text-align: center;
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;


    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.menu_line:visited, .menu_line:hover, .menu_line:active, .menu_line:focus {
    color: inherit;
    text-decoration: none;
}

.header_right {
    margin-left: 245px;
    display: flex;
}

.header_right_ContactUs {
    width: 192px;
    height: 72px;
    display: flex;
    align-items: center;
    border-radius: 48px;
    justify-content: center;

    background: rgba(255, 255, 255, 0.2); /* 半透明背景 */
    backdrop-filter: blur(10px); /* 背景模糊 */
    -webkit-backdrop-filter: blur(10px); /* Safari 兼容 */
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.header_right_ContactUs:visited, .header_right_ContactUs:hover, .header_right_ContactUs:active, .header_right_ContactUs:focus {
    color: inherit;
    text-decoration: none;
}


.home {
    padding-top: 33px;
    display: flex;
    justify-content: flex-end;

    width: 1920px;
    height: 1000px;
    background-image: url("../../images/index/header_background_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home_text {
    margin: 240px 136px 0 0;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    letter-spacing: 2px;
}

.home_text_line1 {
    width: 680px;
    height: 120px;
    font-weight: 700;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.6); /* 半透明背景 */
    backdrop-filter: blur(10px); /* 背景模糊 */
    -webkit-backdrop-filter: blur(10px); /* Safari 兼容 */
}

.home_text_line2 {
    width: 450px;
    height: 120px;
    font-weight: 700;
    margin-top: 40px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.6); /* 半透明背景 */
    backdrop-filter: blur(10px); /* 背景模糊 */
    -webkit-backdrop-filter: blur(10px); /* Safari 兼容 */
}

.about {
    padding: 100px 150px 100px 150px;
    width: 1920px;
    height: 910px;
    background-color: white;
    border-radius: 80px 80px 0px 0px;

    display: flex;
    flex-direction: column;

    position: relative;
    top: -80px;
}

.about_title_question {
    width: 280px;
    height: 94px;
    background: #FFFFFF;
    border-radius: 47px 47px 47px 47px;
    border: 2px solid #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_title {
    margin-top: 30px;
    font-weight: 700;
    font-size: 74px;
}


.about_product {
    margin-top: 30px;

    position: relative;
    width: 1620px;
    min-height: 500px;
    overflow: hidden;
}

.about_product_list {
    display: flex;
    align-items: center;
    width: max-content;

    position: absolute;
    transition: left 100ms linear;

    z-index: 100;
}

.about_product_list_item {
    width: 500px;
    height: 500px;
    margin: 0 20px;
    background-color: #d3d3d4;
    border-radius: 42px;
    overflow: hidden;
}

.about_product_list_item img {
    width: 500px;
    height: 500px;
}

.about_bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_bottom_progress {
    position: relative;
    max-width: 1000px;
    min-width: 1000px;
    height: 10px;
}

.about_bottom_progress_base {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
}

.about_bottom_progress_schedule {
    position: absolute;

    height: 100%;
    background-color: #2E3545;
}

.about_bottom_change_page img {
    width: 46px;
    height: 46px;
    margin: 0 5px;
}


.shop {
    display: flex;
    align-items: flex-start;
    width: 1920px;
    height: 910px;
}


.shop_introduce {
    width: 1010px;
    height: 910px;
    max-height: 910px;
    background-color: black;
    color: white;

    padding: 130px 120px 120px 120px;
}

.shop_introduce_title {
    font-size: 30px;
}

.shop_introduce_detail {
    margin-top: 20px;
    font-size: 24px;
    height: 510px;
}

.shop_introduce_line {
    width: 100%;
    height: 1px;
    background-color: #999999
}

.shop_introduce_go_detail {
    margin-top: 40px;
    display: flex;
    justify-content: right;
    font-size: 24px;
    cursor: pointer;
}

.shop_carousel {
    width: 910px;
    height: 910px;
    max-height: 910px;
}

.shop_carousel_indicators {
    margin-bottom: 40px;
}

.shop_carousel_image_list img {
    width: 910px;
    height: 910px;
    max-height: 910px;
}

.shop_carousel_carousel_control {
    transition: background-color 0.3s ease;
}

.shop_carousel_carousel_control:hover {
    background-color: black;
    opacity: 0.3;
}


.QA {
    display: flex;
    flex-direction: column;
    width: 1920px;
    height: 910px;

    padding: 100px 150px 100px 150px;;
}

.QA_title {
    width: 200px;
    height: 100px;
    background-color: white;
    border: 2px solid #1E1E1E;
    border-radius: 47px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.QA_title_two {
    width: 155px;
    height: 100px;
    margin-top: 40px;
    font-size: 74px;
    color: #1E1E1E;
    text-align: left;
    font-style: normal;
}

.QA_table {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.QA_table_must {
    color: #FF0000;
}

.QA_table_title {
    margin-top: 20px;
    font-size: 30px;
    text-align: left;
}

.QA_table_info_input {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #999999;
    padding: 24px;
    width: 735px;
    height: 80px;
}


.QA_table_message_input {
    width: 735px;
    height: 300px;
    resize: none;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #999999;
}

.QA_table_bottom {
    display: flex;
    align-items: center;

    margin-top: 26px;
}

.QA_table_bottom_check {
    width: 31px;
    height: 31px;
}

.QA_table_bottom_check_flicker {
    border: 3px solid red;
}

.QA_table_bottom_text {
    margin-left: 23px;
    min-width: 500px;
    max-width: 500px;
    color: #999999;
}

.QA_table_bottom_submit {
    width: 155px;
    height: 80px;
    background: #32AA27;
    border-radius: 12px;
    margin-left: 40px;
    color: white;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}


.company_info {
    height: 870px;
}

.company_info_image img {
    width: 1920px;
    height: 430px;
    border-radius: 80px 80px 0px 0px;
}

.company_info_list {
    width: 1920px;
    height: 510px;
    padding: 120px 100px 50px 100px;
    position: relative;
    top: -80px;
    border-radius: 80px 80px 0px 0px;

    display: flex;
    justify-content: space-between;
}

.company_info_logo {
    width: 230px;
    height: 42px;
}

.company_info_list_left_address {
    margin-top: 30px;
    max-width: 420px;
}

.company_info_list_middle_office_Hours {
    font-weight: 700;
    margin-top: 30px;
}

.company_info_list_middle_time {
    margin-top: 30px;
}

.company_info_list_middle_contact_details {
    font-weight: 700;
    margin-top: 30px;
}

.company_info_list_middle_phone {
    margin-top: 30px;
}

.company_info_list_middle_email {
    margin-top: 20px;
}

.company_info_list_right {
    width: 450px;
}

.company_info_list_right_form {
    margin-top: 30px;
    position: relative;
}

.company_info_list_right_form_input {
    width: 430px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 55px;
    border: 1px solid #707070;
    padding: 20px 170px 20px 40px;
}

.company_info_list_right_form_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 50px;
    margin: 10px 0 10px 260px;
    background: #1E1E1E;
    color: white;
    border-radius: 55px;
}


.mobile a {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.mobile {
    font-size: calc(12px + 2vw);
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
}

.mobile_header {
    width: 100%;
    height: 10vw;
    position: fixed;
    justify-content: space-between;
    background-color: white;


    z-index: 999;
    display: flex;
    box-shadow: 0.5vw 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

.mobile_header_logo {
    width: 30vw;
    height: 6vw;

    margin: 2vw 0 2vw 2vw;
}

.mobile_menu {
    margin-right: 2vw;
    display: flex;
    align-items: center;
}

.mobile_menu_column {
    height: 2.5vw;
    border: 0.1vw solid #8A8A8A;
}

.mobile_menu_line {
    text-align: center;
    width: 14vw;
    display: flex;
    align-items: center;
    justify-content: center;


    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.mobile_home {
    margin-top: 10vw;
    position: relative;
}

.mobile_home_background {
    width: 100vw;
    height: 68vw;
    display: flow-root;
    overflow: hidden;
}

.mobile_home_background_img {
    padding-right: 15vw;
    width: 130vw;
    height: 68vw;
}

.mobile_home_text {
    position: absolute;
    right: 3vw;
    top: 10vw;

    font-size: 140%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile_home_text_line1 {
    width: 50vw;
    height: 10vw;
    font-weight: 700;
    border-radius: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.6); /* 半透明背景 */
    backdrop-filter: blur(1vw); /* 背景模糊 */
    -webkit-backdrop-filter: blur(1vw); /* Safari 兼容 */
}

.mobile_home_text_line2 {
    margin-top: 4vw;
    width: 35vw;
    height: 10vw;
    font-weight: 700;
    border-radius: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.6); /* 半透明背景 */
    backdrop-filter: blur(1vw); /* 背景模糊 */
    -webkit-backdrop-filter: blur(1vw); /* Safari 兼容 */
}


.mobile_about {
    display: flex;
    flex-direction: column;

    position: relative;
    top: -5vw;
    width: 100%;
    height: 68vw;
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    background-color: white;
    padding: 10vw 5vw 5vw 5vw;
}

.mobile_about_title_question {
    width: 38vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 110%;

    padding: 1vw 3vw;
    margin-top: 1vw;
    border: 0.2vw solid black;
    border-radius: 5vw;

}

.mobile_about_title {
    display: flex;
    align-items: center;
    font-size: 180%;


    font-weight: 700;
    padding: 1vw 3vw 1vw 0;
    margin-top: 3vw;
    border-radius: 5vw;
}

.mobile_about_product {
    margin-top: 3vw;
}

.mobile_about_product_list {
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    height: 32vw;
}

.mobile_about_product_list_item {
    margin: 0 2vw 0 1vw;
    max-height: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    min-width: 30vw;
}

.mobile_about_product_list_item img {
    height: 30vw;
    width: 30vw;
}

.mobile_shop {
    width: 100vw;
    display: flex;
    align-items: center;
    font-size: 110%;
    padding-top: 10vw;
}

.mobile_shop_introduce {
    width: 50vw;
    height: 60vw;
    background-color: black;
    color: white;
    padding: 3vw;
}

.mobile_shop_introduce_title {
    margin-top: 5vw;
}

.mobile_shop_introduce_detail {
    height: 32vw;
    margin: 2vw 0 1vw 0;

    word-wrap: break-word;
    overflow-y: auto;
}

.mobile_shop_introduce_line {
    width: 80%;
    margin-left: 10%;
    height: 0.5vw;
    background: white;
    opacity: 0.3;
}

.mobile_shop_introduce_go_detail {
    text-align: right;
    margin-right: 2vw;

}

.mobile_shop_carousel {
    width: 50vw;
    height: 60vw;
}


.mobile_shop_carousel_indicators {
}

.mobile_carousel_image {
    width: 50vw;
    height: 60vw;
}

.mobile_QA {
    width: 100vw;
    padding: 5vw;
}

.mobile_QA_title {
    border: 0.2vw solid black;
    border-radius: 3vw;
    width: 24vw;
    height: 6vw;

    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_QA_title_two {
    margin-top: 3vw;
    font-size: 180%;
}

.mobile_QA_table {
    display: flex;
    justify-content: space-between;
}


.mobile_QA_table_info_input {
    margin: 1vw 0;
    background: #FFFFFF;
    border-radius: 1vw;
    border: 0.2vw solid #999999;
    padding: 2vw;
    width: 38vw;
    height: 6vw;
}

.mobile_QA_table_message {

}

.mobile_QA_table_message_input {
    background: #FFFFFF;
    width: 45vw;
    height: 20vw;
    resize: none;

    margin: 1vw 0;
    border-radius: 2vw;
    padding: 2vw;
    border: 0.2vw solid #999999;
}


.mobile_QA_table_bottom {
    display: flex;
    width: 45vw;
    flex-direction: column;
}

.mobile_QA_table_bottom_agreement {
    display: flex;
    width: 45vw;
}

.mobile_QA_table_bottom_check {
    min-width: 3vw;
    min-height: 3vw;
}

.mobile_QA_table_bottom_text {
    margin-left: 2vw;
    width: 40vw;
}

.mobile_QA_table_bottom_submit {
    width: 17vw;
    height: 7vw;
    background: #32AA27;
    border-radius: 2vw;
    color: white;
    cursor: pointer;
    margin-left: 26vw;

    display: flex;
    align-items: center;
    justify-content: center;
}


.mobile_company_info {
    width: 100vw;
    position: relative;
}

.mobile_company_info_image {
    width: 100vw;
}

.mobile_company_info_image img {
    width: 100vw;
    height: 23vw;
}

.mobile_company_info_list {
    display: flex;
    padding: 0 5vw;
    justify-content: space-between;
    margin: 2vw 0;
}

.mobile_company_info_list_left {
    width: 45vw;
    text-align: left;
}

.mobile_company_info_list_left_address {
    margin-top: 2vw;
}



.mobile_company_info_logo {
    width: 30vw;
    height: 6vw;
}

.mobile_company_info_list_right {
    width: 40vw;
}

.mobile_company_info_list_right_title{
    font-weight: 700;
    font-size: 110%;

}
.mobile_company_info_list_right_body{
    margin: 1vw 0;
 }

.mobile_company_info_subscribe{
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
}
.mobile_company_info_subscribe_title{
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 3vw;
}
.mobile_company_info_list_right_form{
    position: relative;
}


.mobile_company_info_list_right_form_input {
    width: 85vw;
    height: 10vw;
    background: #FFFFFF;
    border-radius: 5vw;
    padding: 0 3vw;
    border: 0.51vw solid #707070;
}

.mobile_company_info_list_right_form_button {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 64vw;
    width: 20vw;
    height: 8vw;
    margin-top: 1vw;
    background: #1E1E1E;
    color: white;
    border-radius: 4vw;
}

.bottom{
    height: 30px;
}
.mobile_bottom{
    height: 10vw;
}