﻿.home-banner .swiper-slide>a::after{display:none;}
.home-logo .swiper-slide img{width:100%;}
.home-service{background:#EFF0F2;padding:4% 0;margin-bottom:4%;}
.home-service .home-title,.home-service .home-des{color:var(--fontcolor)}
.home-service .swiper-box{display:flex;align-items: center;justify-content: space-between;}
@media (min-width:769px){.home-service .manuSwiper-pagination{display:none;}}
.home-service .swiper-box .manuSwiper-btn{width:25px;height:40px;cursor: pointer;background: var(--color);display:flex;justify-content: center;align-items: center;transition: all .3s;}
.home-service .swiper-box .manuSwiper-btn:hover{opacity: 0.8;}
.home-service .swiper-box .manuSwiper-btn.manuSwiper-btn-prev{border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.home-service .swiper-box .manuSwiper-btn.manuSwiper-btn-next{border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.home-service .swiper-box .manuSwiper-btn em{color:#fff;font-size:18px;}
.home-service .manuSwiper{max-width:calc(100% - 100px);margin:2% auto 0;}
.home-service .manuSwiper .img{overflow: hidden;}
.home-service .manuSwiper img{width:100%;display: block;transition: all .3s;}
.home-service .manuSwiper .img:hover img{transform: scale(1.05);}
.home-service .manuSwiper p{text-align: center;margin-top:10px;font-size:20px;text-transform: capitalize;}
@media (max-width:768px){.home-service{padding:40px 0;margin-bottom:40px;}
.home-service .swiper-box .manuSwiper-btn{display:none;}
.home-service .manuSwiper{max-width:100%;padding-bottom:50px;}
.home-service .swiper-pagination-bullet-active{background:var(--color)}}
@media (max-width:768px){.home-logo .logoswiper-pagination{display:none;}}
.home-helpcenter .list .img{height:auto;aspect-ratio:241/422;}
.home-helpcenter .list .img a{width:100%;height:100%;}
.home-helpcenter .list .imgbg{width:100%;height:100%;top:0;right:0;bottom:0;left:0;transform:none!important;overflow:hidden;}
.home-helpcenter .list .imgbg img{object-fit:cover;}
.home-helpcenter .list .info{width:100%;}
.home-helpcenter .list .title{color:var(--headercolor);}
.home-helpcenter .list li:hover{width:25%;}
@media (max-width:1440px){.home-helpcenter .list .info{padding:10px}}
@media (max-width:500px){.home-helpcenter .list .title{font-size:var(--fontsize16)}}