h2,h3,h4,h5{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 500;
}
.header{
    background-color: #fff;
}
.banner{
    position: relative;
}
.banner img{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.banner-text{
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.banner-text h5,.banner-text h1{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: normal;
}
.banner-text h5{
    font-size: 1.5rem;
}
.banner-text h1{
    font-size: 3.125rem;
    margin: 10px 0 6px 0;
    line-height: 3.625rem;
}
.banner-text span{
    font-size: 1.25rem;
}
.pixhawk6x-section2{
    color: #fff;
}
.pixhawk6x-section2-title{
    margin: 80px auto 55px auto;
    max-width: 830px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.5rem;
    text-align: center;
}
.pixhawk6x-section2-main{
    background: url(../../../assets/image/2026/05/pixhawk-6x-section2-bg.webp) no-repeat center;
    padding: 5rem 0;
}
.pixhawk6x-section2-main .w_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.625rem 7.5rem;
}
.pixhawk6x-section2-main section{
    text-align: center;
}
.pixhawk6x-section2-main section p{
    font-size: 1.25rem;
    margin: 6px 0;
    font-family: HarmonyOS_Sans_SC_Bold;
}
.pixhawk6x-section2-main section span{
    font-size: 1rem;
    color: #4F555E;
}
.pixhawk6x-section3{
    margin: 5rem auto 12.5rem auto;
}
.pixhawk6x_head{
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
}
.pixhawk6x_head strong{
    font-weight: normal;
    font-size: 6.25rem;
    opacity: 0.2;
}
.pixhawk6x_head h3{
    font-size: 4.25rem;
    margin: -3.125rem auto 1.875rem auto;
}
.pixhawk6x_head p{
    max-width: 1035px;
    font-size: 1.625rem;
    margin: auto;
}
.pixhawk6x-section3-main{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}
.pixhawk6x-section3-parameter{
    position: absolute;
    top: 14px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 73.75rem;
}
.pixhawk6x-section3-parameter section p{
    font-family: HarmonyOS_Sans_SC_Light;
    font-size: 3.75rem;
    background: linear-gradient(to right, #0B7BDE, #7AC1FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pixhawk6x-section3-parameter section span{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.625rem;
    color: #EDEDED;
}
.borderRadiusImg{
    border-radius: 10px;
    margin-top: 4.375rem;
}
.pixhawk6x-section4-main{
    position: relative;
    display: flex;
    align-items: center;
}
.pixhawk6x-section4-main ul{
    position: absolute;
    right: 3.75rem;
    min-width: 270px;
}
.pixhawk6x-section4-main ul li{
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 1rem;
    box-sizing: border-box;
    color: #fff;
}
.pixhawk6x-section4-main ul li:not(:first-child){
    margin-top: 3.75rem;
}
.pixhawk6x-section4-main ul li span{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1rem;
}
.pixhawk6x-section4-main ul li span strong{
    font-weight: normal;
    font-size: 2rem;
    margin-left: 8px;
}
.pixhawk6x-section4-main ul li span:last-child{
    margin-bottom: 6px;
    display: block;
}
.pixhawk6x-section5{
    margin: 12.5rem auto;
}
.pixhawk6x-section7{
    margin: 12.5rem auto 0;
}
.pixhawk6x-section7-carousel{
    position: relative;
    margin: 2.125rem auto 0;
    padding: 10px 0 14px 0;
    box-sizing: border-box;
    background: #0B111A;
}
.pixhawk6x-section7-swiper .swiper-wrapper{
    padding-bottom: 50px;
}
.pixhawk6x-section7-swiper .swiper-slide img{
    max-width: 57%;
    margin: auto;
    display: block;
}
.pixhawk6x-section7-swiper .swiper-pagination-bullet{
    width: 45px;
    height: 3px;
    margin: 0 4px !important;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
    border-radius: 0;
}
.pixhawk6x-section7-swiper .swiper-pagination-bullet-active{
    width: 55px;
    background: #fff;
}
.pixhawk6x-section7-nav{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 3.625rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 2;
    width: calc(68.2vw + 7.4rem);
    left: calc((100% - (68.2vw + 7.5rem))/2);
}
.pixhawk6x-section7-nav > div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.625rem;
    height: 3.625rem;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity 0.2s ease;
}
.pixhawk6x-section7-nav > div:hover{
    opacity: 0.75;
}
.pixhawk6x-section7-nav > div.swiper-button-disabled{
    opacity: 0.35;
    cursor: default;
}
.pixhawk6x-section7-nav > div svg{
    display: block;
    width: 100%;
    height: 100%;
}
.pixhawk6x-section8{
    margin: 11.25rem auto 12.5rem auto;
}
.pixhawk6x-section8 .borderRadiusImg{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.pixhawk6x-section8 .borderRadiusImg img{
    border-radius: 24px;
}
.pixhawk6x-section9 .borderRadiusImg{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.pixhawk6x-section9 .borderRadiusImg img{
    border-radius: 10px;
}
.pixhawk6x-section10{
    margin: 12.5rem auto;
}
.pixhawk6x-section10-main{
    display: flex;
    justify-content: space-between;
    margin: 8.75rem auto 0 auto;
    max-width: 1140px;
}
.pixhawk6x-section10-left{
    max-width: 250px;
}
.pixhawk6x-section10-right{
    width: 66.6%;
}
.pixhawk6x-section10-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
}
.pixhawk6x-section10-grid-item{
    background: #141414;
    border-radius: 6px;
    padding: 5px 1.25rem 1.25rem 1.25rem;
    box-sizing: border-box;
}
.pixhawk6x-section10-grid-item img{
    max-height: 13.4375rem;
    margin: auto;
    display: block;
}
.pixhawk6x-section10-grid-item p{
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.pixhawk6x-section10-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
}
.pixhawk6x-section10-nav > div{
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.pixhawk6x-section10-nav > div:hover{
    opacity: 0.7;
}
.pixhawk6x-section10-nav > div.swiper-button-disabled{
    opacity: 0.3;
    cursor: default;
}
.pixhawk6x-section10-nav > div svg{
    display: block;
    width: 100%;
    height: 100%;
}
.product_dec_text a{
    width: 8rem;
    height: 3.125rem;
    border-radius: 60px;
    font-size: 0.875rem;
    margin: auto;
}
.product_dec{
    margin: 12.5rem 0 20px 0;
    background: #141414;
    padding: 12.5rem 0;
    box-sizing: border-box;
}
.product_dec .w_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_dec_text{
    width: 33.2%;
}
.product_dec_text h5{
    font-size: 2.1875rem;
    color: #fff;
    font-family: Gotham-Medium;
    font-weight: normal;
}
.product_dec_text h5 span{
    font-family: HarmonyOS_Sans_SC_Black;
    font-weight: 500!important;
    font-size: 1.75rem;
    display: block;
}
.product_dec_img{
    width: 41.3%;
}
.product_dec_text ul{
    margin: 1.5625rem 0 1.125rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_dec_text ul li{
    width: 48.5%;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    font-size: 1rem;
    color: var(--product-textColor);
    background-color: #262622;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    margin-bottom: 12px;
}
.product_dec_text a{
    margin: 0;
    background: #fff;
    color: var(--product-textColor2);
	transition: all ease-out .1s;
}
.product_dec_text a:hover{
    color: #fff;
}
.pixhawk6x-section11 .product_dec{
    margin: 0;
}
.pixhawk6x-section12{
    max-width: 1140px;
    margin: auto;
    padding: 66px 0 80px 0;
    box-sizing: border-box;
    color: #fff;
}
.pixhawk6x-section12 h5{
    font-size: 1rem;
    font-family: HarmonyOS_Sans_SC_Black;
}
.pixhawk6x-section12 h5.title{
    margin-bottom: 18px;
}
.pixhawk6x-section12 p{
    opacity: 0.3;
    font-size: 0.875rem;
    margin-top: 4px;
}
.pixhawk6x-section12 li:not(:last-child){
    margin-bottom: 20px;
}
.pixhawk6x-section12 li.desc p{
    position: relative;
    padding-left: 12px;
}
.pixhawk6x-section12 li.desc p::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 8px;
    left: 0;
    background: #D5D5D5;
    border-radius: 50%;
}
footer{
    border-top: 1px solid rgba(255,255,255,0.2);
}
@media screen and (max-width: 1600px) {
    .w_main{
        width: 80vw;
    }
    .pixhawk6x-section2-title{
        max-width: 800px;
    }
    .pixhawk6x_head p{
        max-width: 950px;
    }
    .pixhawk6x-section4-main ul{
        right: 40px;
    }
    .pixhawk6x-section4-main ul li{
        padding-bottom: 10px;
    }
    .pixhawk6x-section4-main ul li:not(:first-child){
        margin-top: 40px;
    }
    .pixhawk6x-section7-nav{
        width: calc(80vw + 7.5rem);
        left: calc((100% - (80vw + 7.5rem))/2);
    }
    .pixhawk6x-section7-swiper .swiper-pagination-bullet{
        width: 38px;
    }
    .pixhawk6x-section7-nav > div{
        width: 45px;
        height: 45px;
    }
    .pixhawk6x-section10-main{
        max-width: 1000px;
    }
    .pixhawk6x-section10-left{
        max-width: 220px;
    }
    .pixhawk6x-section12{
        max-width: 1000px;
    }
}
@media screen and (max-width: 1300px) {
    .pixhawk6x-section7-nav > div svg{
        width: 100%;
        height: 100%;
    }
    .product_dec_text{
        width: 40%;
    }
}
@media screen and (max-width: 1024px) {
    .w_main {
        width: 92%;
    }
    .banner img{
        aspect-ratio: inherit;
    }
    .banner-text{
        top: 7.4%;
    }
    .banner-text h1{
        font-size: 24px;
        line-height: 28px;
        margin: 3px 0 6px 0;
    }
    .banner-text span{
        font-size: 14px;
        opacity: 0.5;
        max-width: 64%;
        margin: auto;
        display: block;
    }
    .pixhawk6x-section2-title{
        margin: 34px auto 50px auto;
    }
    .pixhawk6x-section2-main{
        padding: 0;
        background: none;
    }
    .pixhawk6x-section2-main .w_main{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pixhawk6x-section2-main section p{
        font-size: 18px;
        margin: 5px 0;
    }
    .pixhawk6x-section2-main section span{
        font-size: 16px;
    }
    .pixhawk6x_head{
        max-width: 92%;
        margin: auto;
    }
    .pixhawk6x_head strong{
        font-size: 60px;
    }
    .pixhawk6x_head h3{
        font-size: 42px;
        margin: -28px auto 20px auto;
        line-height: 50px;
    }
    .pixhawk6x_head p{
        font-size: 18px;
        max-width: 100%;
    }
    .pixhawk6x-section3{
        margin: 60px 0 80px 0;
    }
    .pixhawk6x-section3-main{
        display: block;
    }
    .pixhawk6x-section3-parameter{
        flex-wrap: wrap;
        padding: 0;
        margin: auto;
        justify-content: center;
        gap: 40px 30px;
        margin: 46px auto 30px auto;
        max-width: 65.3%;
        position: relative;
        top: inherit;
    }
    .pixhawk6x-section3-parameter section p{
        font-size: 44px;
    }
    .pixhawk6x-section3-parameter section span{
        font-size: 16px;
    }
    .borderRadiusImg{
        margin-top: 0;
        border-radius: 6px;
    }
    .pixhawk6x-section3,.pixhawk6x-section4,.pixhawk6x-section5,.pixhawk6x-section6{
        width: 100%;
    }
    .pixhawk6x-section4 .borderRadiusImg,
    .pixhawk6x-section5 .borderRadiusImg,
    .pixhawk6x-section6 .borderRadiusImg{
        margin-top: 20px;
    }
    .pixhawk6x-section5{
        margin: 80px 0;
    }
    .pixhawk6x-section7{
        margin-top: 80px;
    }
    .pixhawk6x-section7-carousel{
        margin: 40px 0 0 0;
    }
    .pixhawk6x-section7-nav{
        width: 100%;
        left: 0;
        height: 100%;
    }
    .pixhawk6x-section7-nav > div{
        width: 32px;
        height: 32px;
    }
    .pixhawk6x-section7-swiper .swiper-wrapper{
        padding-bottom: 0;
    }
    .pixhawk6x-section7-swiper .swiper-slide img{
        max-width: 92%;
    }
    .pixhawk6x-section8{
        margin: 80px auto;
    }
    .pixhawk6x-section8 .borderRadiusImg,.pixhawk6x-section9 .borderRadiusImg{
        margin-top: 40px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .pixhawk6x-section10{
        margin: 80px 0 60px 0;
    }
    .pixhawk6x-section10-main{
        max-width: 100%;
        margin: 34px 0 0 0;
        display: block;
    }
    .pixhawk6x-section10-left{
        margin: auto auto 40px auto;
    }
    .pixhawk6x-section10-left img{
        max-height: 280px;
        width: auto;
        margin: auto;
    }
    .pixhawk6x-section10-right{
        width: 100%;
    }
    .pixhawk6x-section10-grid{
        gap: 8px;
    }
    .pixhawk6x-section10-grid-item{
        padding: 12px;
    }
    .pixhawk6x-section11 .product_dec{
        padding: 40px 0 80px 0;
    }
    .product_dec_text{
        width: 100%;
    }
    .product_dec_text h5{
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
    .product_dec_text h5 span{
        font-size: 28px;
        margin-top: 4px;
    }
    .product_dec_img{
        width: 64%;
        margin: 40px auto;
    }
    .product_dec_text ul{
        margin: 0 0 18px 0;
    }
    .product_dec_text ul li{
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }
    .product_dec_text a{
        width: 128px;
        height: 50px;
        font-size: 14px;
        margin: auto;
    }
    .pixhawk6x-section12{
        max-width: 92%;
        padding: 40px 0;
        margin: auto;
    }
    .pixhawk6x-section12 h5{
        font-size: 16px;
    }
    .pixhawk6x-section12 p{
        font-size: 14px;
    }
    footer{
        border-top: none;
    }
}