header{
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}
.header{
    background: url(../../../assets/image/2025/04/header-bg.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 4.375rem;
    position: relative;
}
.headerChange{
    background: url(../../../assets/image/2025/04/header-bg-change.webp) no-repeat center;
    background-size: cover;
}
.header_fixed{
    position: fixed;
    width: 100%;
    height: calc(100vh - 4.5rem);
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(20px);
    bottom: 0;
    left: 0;
    display: none;
}
.header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0.5rem;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}
.header .w_main{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}
.header .w_main .pc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header_logo{
    margin-top: 0.4375rem;
}
.header_logo a,.header_logo span{
    display: block;
}
.header_logo a h1{
    display: none;
}
.header_logo .blackLogo,.headerChange .header_logo .whiteLogo{
    display: none;
}
.header_center>ul,.header_right{
    display: flex;
    align-items: center;
}
.header_center>ul>li{
    font-size: 1rem;
}
.header_center>ul>li>a{
    line-height: 4.375rem;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    font-family: Gotham-Medium;
    transition: all ease-out .2s;
}
.header_center>ul>li:hover>a{
    opacity: 0.8;
    transition: all ease-out .2s;
}
.header_center>ul>li:last-child{
    margin-right: 0;
}
.header_right .header_search,.header_right .header_language{
    height: 4.375rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header_right .header_language{
    margin: 0 1.375rem 0 1rem;
}

.header_shopMall{
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
}
.header_shopMall span{
    background: var(--red-changeColor);
    background-clip: text;
    color: transparent;
    font-family: Gotham-Medium;
}
.header_menu{
    position: fixed;
    background: var(--body-bgColor);
    width: 100%;
    height: 0;
    min-height: 0;
    left: 0;
    top: 4.375rem;
    transition: all ease-out .2s;
    overflow: hidden;
}
.header_menu.open{
    min-height: 66.8vh;
    overflow-y: auto;
}
.header_menu.open::-webkit-scrollbar {
    width: 0;
}
.header_menu .w_main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.header_serviceSupport .header_menu .w_main{
    justify-content: center;
}
.header_serviceSupport.header_cooperate .img{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_serviceSupport.header_cooperate img{
    max-height: 1.75rem;
}
.droneSeries .header_menu_list{
    width: 22.3%;
}
.header_menu_list{
    margin-top: 4.5rem;
}
.droneSeries .header_menu_series{
    width: 77.7%;
}
.header_menu_list ul li{
    width: max-content;
    margin-bottom: 1.625rem;
}
.header_menu_list ul li span{
    font-size: 1rem;
    color: var(--second-textColor);
    display: inline;
    margin: 0 8px 0 4px;
    transition: all ease-out .2s;
}
.header_menu_list ul li span a{
    color: #fff;
}
.header_menu_list ul li.active span{
    color: #fff;
}
.header_menu_list ul li.active svg:first-child path:last-child{
    fill: var(--red-color);
}
.header_menu_list ul li.active svg:first-child path:first-child,.header_menu_list ul li.active svg:last-child path{
    color: var(--red-color);
    stroke: var(--red-color);
    transition: all ease-out .2s;
}
.menu_crumbs{
    margin: 2.5rem 0 1.25rem 0;
    display: flex;
}
.header_menu_series section{
    width: max-content;
}
.droneSeries .header_menu_series section:not(:first-child),.accessoriesSeries .header_menu_parts section:not(:first-child){
    display: none;
}
.menu_crumbs span,.menu_series_box .text h5,.header_menu_parts,.footer_item strong,.footer_item li,
.footer_item li a,.footer_logoBox_left a:not(:first-child){
    font-size: 0.875rem;
}
.menu_crumbs span,.menu_crumbs a,.footer_item strong,.footer_item li,.footer_item li a,
.footer_logoBox_left a{
    color: #fff;
}
.menu_crumbs>span{
    font-family: Gotham-Bold;
}
.menu_crumbs a{
    margin-left: 3.375rem;
    display: flex;
    align-items: center;
}
.menu_crumbs a span{
    opacity: 0.5;
    transition: all ease-out .2s;
}
.menu_crumbs a span:hover{
    opacity: 1;
}
.menu_crumbs a svg path{
    color: var(--red-color);
    stroke: var(--red-color);
}
.menu_series_box,.header_menu_parts ul li{
    background: linear-gradient(180deg, #F7F8FA 0%, #E5E6E8 100%);
}
.menu_series_box{
    max-width: 22.25rem;
}
.menu_series_box .text{
    padding: 1rem 1.25rem;
    box-sizing: border-box;
    text-align: center;
}
.menu_series_box .text h5{
    color: #262626;
}
.menu_series_box .text p{
    margin-top: 7px;
    color: var(--third-textColor);
    font-size: 12px;
}
.droneSeries .header_menu_parts{
    width: 77.7%;
    margin: 20px 0 0 22.3%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.header_menu_parts ul{
    display: flex;
    justify-content: space-between;
}
.header_menu_parts li{
    width: 15.7%;
    text-align: center;
}
.header_menu_parts li a{
    padding: 0 1rem 1rem 1rem;
    box-sizing: border-box;
    display: block;
}
.header_menu_parts li a:hover p{
    opacity: 0.8;
}
.header_menu_parts li a img{
    max-height: 7.5rem;
}
.header_menu_parts li .am{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_menu_parts li p{
    margin-top: 0.625rem;
    color: var(--third-textColor);
    transition: all ease-out .2s;
    font-family: Gotham-Medium;
}
.header_center .accessoriesSeries .header_menu_list{
    min-width: 12.9%;
}
.header_center .accessoriesSeries .header_menu_list ul li{
    width: 100%;
    position: relative;
}
.header_center .accessoriesSeries .header_menu_list ul li svg:last-child{
    position: absolute;
    right: 0;
    top: 20%;
}
.header_center .accessoriesSeries .header_menu_parts{
    width: 83.3%;
}
.header_center .accessoriesSeries .header_menu_parts ul{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.header_center .accessoriesSeries .header_menu_parts ul li{
    margin-bottom: 12px;
}
.header_center .accessoriesSeries .header_menu_parts ul li:not(:nth-child(6)){
    margin-right: 12px;
}
.header_serviceSupport .w_main{
    display: flex;
    padding-top: 72px;
    box-sizing: border-box;
}
.header_serviceBox{
    width: 25%;
    text-align: center;
    position: relative;
    padding: 3px 0;
}
.header_serviceBox a{
    display: block;
}
.header_serviceBox::before,.header_serviceBox:last-child::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #FF1D34 0%, #F01A1A 100%);
    left: 0;
    top: 0;
}
.header_serviceBox h5{
    color: #fff;
    font-size: 1rem;
    margin: 1.625rem 0 5px 0;
    font-family: Gotham-Medium;
    font-weight: 500;
}
.header_serviceBox p{
    color: var(--second-textColor);
    font-size: 0.75rem;
}
.header_serviceBox:last-child::after{
    left: auto;
    right: 0;
}
.language{
    background: var(--body-bgColor);
    position: absolute;
    top: 4.375rem;
    right: 0;
    min-width: 20%;
    display: none;
}
.language a{
    display: flex;
    justify-content: space-between;
    padding: 1.125rem 1rem;
    box-sizing: border-box;
}
.language a:first-child{
    border-bottom: 1px solid var(--red-color);
}
.language a span{
    font-size: 1rem;
    color: #C5C6C8;
	transition: all ease-out .3s;
}
.language a:hover span{
    font-weight: bold;
}
/* header change */
.headerChange .header_logo .blackLogo{
    display: block;
}
.headerChange .header_center>ul>li>a{
    color: var(--second-bgColor);
}
.headerChange .header_search path,.headerChange .header_language path{
    fill: var(--second-bgColor);
}
.headerChange .header_shopMall{
    background: linear-gradient(152.87deg, #0F0202 0%, #050101 100%);
}
.headerChange .header_shopMall span{
    color: #fff;
    font-weight: normal;
}
@media only screen and (max-width: 1600px) {
    .header_center>ul>li{
        font-size: 0.875rem;
    }
}
@media only screen and (max-width: 1024px) {
    header{
        position: sticky;
    }
    .header{
        background: #fff;
        height: 50px;
    }
    .header .w_main{
        width: 100%;
    }
    .header .w_main .mobile{
        width: 100%;
    }
    header .header_center{
        width: 100%;
    }
    header .header_top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .header_right_icon{
        display: flex;
        align-items: center;
    }
    .header_right_search{
        margin-right: 10px;
    }
    .header_right_search svg{
        width: 26px;
        height: 26px;
    }
    .header_right_search svg path{
        fill: #0D0202;
    }
    .header_right_shop{
        display: block;
    }
    .header_menu_language{
        margin: 8vh auto auto auto!important;
        width: 80%;
        background: var(--red-changeColor);
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: #fff;
        border-bottom: 0!important;
    }
    .header_menu_language svg{
        margin-right: 6px;
        width: 30px;
        height: 30px;
    }
    .header_left_close,.w_main .open .header_left_menu{
        display: none;
    }
    .w_main .open .header_left_close{
        display: flex;
    }
    .header_left_close{
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }
    .header_left_close svg{
        width: 18px;
        height: 18px;
    }
    .header_left_close svg path{
        fill: #0D0202;
    }
    .header_center>ul{
        position: absolute;
        top: 50px;
        width: 100%;
        background: var(--body-bgColor);
        height: 0;
        left: 0;
        display: block;
        overflow: hidden;
        transition: all ease-out .3s;
    }
    .w_main .open .header_center>ul{
        height: calc(100vh - 50px);
        overflow-y: auto;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .header_center>ul>li{
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .header_center>ul>li>a{
        padding: 20px 0;
        margin: 0 15px;
        line-height: normal;
        display: flex;
        justify-content: space-between;
    }
    .header_center>ul>li>a svg path{
        stroke: #fff;
    }
    .header_menu{
        position: relative;
        top: 0;
        height: 100%;
    }
    .header_menu.open{
        padding-bottom: 50px;
    }
    .header_center>ul>li a span svg{
        transition: all ease-out .3s;
    }
    .header_center>ul>li[data-show="true"] a span svg{
        transform: rotateZ(90deg);
    }
    .header_center>ul>li .header_menu_list{
        width: 100%;
        padding: 10px 15px 20px 15px;
        box-sizing: border-box;
        margin-top: 0;
        display: none;
    }
    .header_menu_list>ul>li{
        width: 100%;
    }
    .header_menu_list ul li span{
        margin: 0 0 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header_menu_list ul li[data-open="false"] .add{
        display: block;
    }
    .header_menu_list ul li[data-open="false"] .minus{
        display: none;
    }
    .header_menu_list ul li[data-open="true"] .add{
        display: none;
    }
    .header_menu_list ul li[data-open="true"] .minus{
        display: flex;
        align-items: center;
    }
    .header_center .accessoriesSeries .header_menu_list ul li svg{
        position: relative!important;
    }
    .header_menu_list section{
        display: none;
    }
    .droneSeries .header_menu_list ul li section{
        display: flex;
        justify-content: space-between;
    }
    .droneSeries .header_menu_list ul li section .menu_series_box{
        width: 49%;
    }
    .accessoriesSeries .header_menu_list ul li ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .header_center .accessoriesSeries .header_menu_list ul li ul li{
        width: 30%;
        background: linear-gradient(180deg, rgba(247, 248, 250, 1) 0%, rgba(229, 230, 232, 1) 100%);
        margin: 10px 4.8% 0 0;
        padding: 15px 10px 10px 10px;
        box-sizing: border-box;
    }
    .header_center .accessoriesSeries .header_menu_list ul li ul li:nth-of-type(-n+3){
        margin-top: 0;
    }
    .header_center .accessoriesSeries .header_menu_list ul li ul li:nth-of-type(3n){
        margin-right: 0;
    }
    .header_center .accessoriesSeries .header_menu_list ul li ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    .header_menu_list ul li ul li .am img{
        margin-bottom: 12px;
        max-height: 58px;
    }
    .menu_series_box .text h5,.header_menu_list ul li ul li p{
        color: #262626;
        font-size: 12px;
        width: 100%;
    }
    .header_center>ul>li.header_serviceSupport .header_menu{
        /* margin-top: 10px; */
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* padding-bottom: 20px; */
    }
    .header_serviceBox{
        width: 49.2%;
    }
    .header_serviceBox::before, .header_serviceBox:last-child::after{
        display: none;
    }
    .header_serviceBox,.returnService_main .returnService_box{
        width: 49.4%;
        text-align: center;
        background: url(../../../assets/image/2025/04/home_separator_section.webp) no-repeat;
        margin-bottom: 4px;
        padding: 8px 0 15px 0;
        box-sizing: border-box;
    }
    .header_serviceBox h5{
        margin-top: 5px;
    }
    .header_serviceBox p{
        font-size: 12px;
    }

}