/* page banner */
.home_banner{
    position: relative;
    display: flex;
    align-items: center;
}
.home_banner picture,.home_banner img{
    width: 100%;
}
.homeSwiper .home_banner{
    padding-top: 7px;
    background: linear-gradient(152.87deg, rgba(15, 2, 2, 1) 0%, rgba(5, 1, 1, 1) 100%);
}
.homeSwiper .swiper-button-next{
    right: 30px;
}
.homeSwiper .swiper-button-prev{
    left: 30px;
}
.homeSwiper .swiper-button-next:after,.homeSwiper .swiper-button-prev:after{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 16px;
    border-radius: 8px;
}
.homeSwiper .swiper-buttons{
    opacity: 0;
    transition: all ease-out .2s;
}
.homeSwiper:hover .swiper-buttons{
    opacity: 1;
}

nav{
    background: linear-gradient(90deg, #120202 0%, #290404 100%);
    padding: 1.625rem 0 2.6875rem 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.nav_box:not(:first-child){
    margin-left: 3.75rem;
}
.nav_box .am{
    height: 82px;
}
.nav_box img{
    max-width: 100%;
    max-height: 100%;
}
.nav_box p{
    font-size: 0.875rem;
    color: #fff;
    margin-top: 0.625rem;
}
.nav_box:hover p{
    opacity: 0.8;
	transition: all ease-out .2s;
}
.navSwiper .swiper-slide{
    max-width: 8.875rem;
}
.homeBanner_text{
    position: absolute;
}
.homeBanner_text section a:last-child{
    margin-top: 12px;
}
.homeText_left{
    left: 15.9vw;
}
.homeText_right{
    right: 15.8vw;
    text-align: right;
}
.homeBanner_text p{
    font-size: 1.875rem;
    color: #fff;
}
.homeBanner_text h3{
    margin: 5px 0 12px 0;
    font-size: 3.25rem;
    color: #fff;
    font-weight: normal;
    font-family: HarmonyOS_Sans_SC_Bold;
}
.homeBanner_text h3 span{
    font-weight: normal;
    font-family: Gotham-Book;
}
.homeBanner_text h3 strong{
    line-height: 3.625rem;
}
.homeBanner_text p.text{
    color: #E6CFCF;
    margin-bottom: 3.125rem;
    font-size: 1.5rem;
}
.homeText_right section{
    width: max-content;
    margin-left: auto;
}
.homeSwiper .swiper-pagination{
    bottom: 22px!important;
}
.homeSwiper .swiper-pagination span{
    width: 1.3125rem;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}
.home_section .home_banner{
    margin-top: 0;
}
.home_section .home_banner::before{
    display: none;
}
.home_section2{
    margin: 20px 0;
}
.home_separator{
    height: 7.6875rem;
    overflow: hidden;
}
.home_separator svg{
    width: 100%;
    height: auto;
}
.home_video{
    background: var(--body-bgColor);
    padding-top: 4.375rem;
}
.homeVideo_title{
    text-align: center;
    color: #fff;
}
.homeVideo_title h3{
    font-size: 44px;
}
.homeVideo_title p{
    margin: 0.5rem 0 2.6875rem 0;
}
.homeVideo_swiper .swiper-slide{
    position: relative;
}
.homeVideo_swiper .swiper-slide a{
    display: flex;
    align-items: center;
}
.homeVideo_swiper .swiper-slide a svg{
    height: 0.875rem;
}
.videoBox_title{
    position: absolute;
    top: 2rem;
    width: 100%;
    text-align: center;
    display: none;
}
.homeVideo_swiper .swiper-slide-active .videoBox_title{
    display: block;
}
.homeVideo_swiper .swiper_buttons{
    position: relative;
    width: 50vw;
    left: 24.6vw;
    bottom: 15vw;
}
.videoBox_title p{
    font-size: 2rem;
    color: #fff;
    font-family: Gotham-Bold;
}
.videoBox_title section{
    display: flex;
    justify-content: center;
    margin-top: 0.625rem;
}
.videoBox_title section a{
    font-size: 1rem;
    color: #fff;
}
.videoBox_title section a:hover{
    text-decoration: underline;
}
.videoBox_title section a:first-child{
    margin-right: 10px;
}
.videoBox_title section a svg path{
    color: #fff;
    stroke: #fff;
}
.homeVideo_swiper .swiper-button-next,.homeVideo_swiper .swiper-button-prev{
    color: #fff;
}
.homeVideo_swiper .swiper-button-next:after,.homeVideo_swiper .swiper-button-prev:after{
    font-size: 1.1875rem;
    font-weight: bold;
}
.homeVideo_swiper .swiper-button-next{
    right: 20px;
}
.homeVideo_swiper .swiper-button-prev{
    left: 20px;
}
.homeVideo_swiper .swiper-pagination{
    bottom: 3rem!important;
}
.homeVideo_swiper .swiper-pagination span{
    width: 16px;
    height: 2px;
    background: #fff;
    opacity: 0.3;
}
.homeVideo_swiper .swiper-pagination span.swiper-pagination-bullet-active{
    opacity: 1;
}
.homeVideo_swiper video{
    opacity: 0.8;
}
.returnService{
    background: var(--body-bgColor);
    padding: 12rem 0 10.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.returnService svg,.returnService .pc{
    width: 100%;
}
.returnService .pc svg{
    height: auto;
}
.returnService .pc svg path{
    stroke: #474040;
    opacity: 0.5;
}
.returnService_main{
    position: absolute;
    display: flex;
}
.returnService_box{
    width: 25%;
}
.returnService_box:hover p span{
    opacity: 0.8;
	transition: all ease-out .2s;
}
.returnService_box a{
    display: block;
}
.returnService_box p{
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.returnService_box p svg{
    width: auto;
    margin-left: 8px;
	transition: all ease-out .4s;
}
.returnService_box:hover p svg{
	transition: all ease-out .4s;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.fpv-page .homeBanner_text p:first-child{
    padding: 4px 11px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 24px;
    display: inline-block;
}
.fpv-page .home_banner{
    padding-top: 5px;
    background: #fff;
}
@media only screen and (max-width: 1024px) {
    nav{
        padding: 20px 0;
        position: relative;
    }
    nav .swiper{
        width: 85%;
        margin: auto;
    }
    .nav_box .am{
        height: 60px;
    }
    .nav_box p{
        margin-top: 0;
        font-size: 12px;
    }
    .navSwiper .swiper-slide{
        max-width: 94px;
    }
    nav .swiper-button-next{
        right: 5px;
    }
    nav .swiper-button-prev{
        left: 5px;
    }
    nav .swiper-button-next:after,nav .swiper-button-prev:after{
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: rgba(255,255,255,0.1);
        border-radius: 2px;
        padding: 5px 8px;
    }
    .homeSwiper .home_banner{
        padding-top: 0;
    }
    .homeText_left,.homeText_right{
        text-align: center;
        width: 92%;
    }
    .homeText_left{
        left: 4%;
    }
    .homeText_right{
        right: 4%;
    }
    .homeBanner_text{
        top: 3.33rem;
    }
    .homeBanner_text p{
        font-size: 30px;
    }
    .homeBanner_text p.text{
        margin: 8px 0 20px 0;
    }
    .homeBanner_text section{
        display: flex;
        justify-content: center;
        width: auto;
    }
    .homeBanner_text section a,main .fpvAccessories2_box .homeBanner_text section a{
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
    .homeBanner_text section a:last-child{
        margin: 0 0 0 15px;
    }
    .homeBanner_text section a svg{
        display: none;
    }
    .homeVideo_swiper .swiper-pagination{
        bottom: 20px!important;
    }
    .homeSwiper .swiper-pagination span{
        height: 2px;
    }
    .home_video{
        padding-top: 0;
    }
    .home_section2{
        margin: 10px 0;
    }
    .home_separator{
        height: 5.5rem;
    }
    .home_separator svg,.returnService svg{
        width: auto;
    }
    .videoBox_title p{
        font-size: 28px;
    }
    .videoBox_title strong{
        font-size: 24px;
    }
    .videoBox_title section{
        margin-top: 12px;
    }
    .videoBox_title section a{
        font-size: 16px;
    }
    .returnService{
        padding: 100px 0 80px 0;
    }
    .returnService_main{
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .returnService_box p{
        font-size: 14px;
        margin-top: 5px;
    }
    .fpv-page .homeBanner_text p:first-child{
        font-size: 30px;
        padding: 0;
        border: none;
    }
}