.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/product/pro-details-banner.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 1.7rem;
    padding-left: 2rem;
    position: relative;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bannerTxt {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.28rem;
    color: #FFFFFF;
    width: max-content;
    margin-top: 0.1rem;
}

.bannerCon {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    width: 7.5rem;
    margin-top: 0.6rem;
}

.bannerBtn {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.8rem;

}

.bannerBtn a {
    width: 1.74rem;
    height: 0.46rem;
    display: flex;
    gap: 0.08rem;
    align-items: center;
    border-radius: 0.23rem;
    border: 0.01rem solid #ffffff;
    justify-content: center;
}

.bannerBtn span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    width: max-content;
}

.bannerBtn img {
    width: 0.12rem;
    height: 0.12rem;
    filter: brightness(0) invert(1);
}

.bannerBtn .bannerBtn-act {
    background: #ffffff;
}

.bannerBtn .bannerBtn-act span {
    color: #0055A7;
}

.bannerBtn .bannerBtn-act img {
    filter: unset;
}

.bannerImg {
    width: 6rem;
    height: 5rem;
    position: absolute;
    top: 2.2rem;
    right: 2rem;
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navBox a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
    position: relative;
    height: 100%;
    line-height: 0.75rem;
}

.navBox a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.navBox a:hover {
    color: #0055A7;
}

.navBox a:hover:after {
    width: 100%;
}

/* 产品特点 */
.featureMain {
    margin: 0.8rem auto;
    width: 15.2rem;
}
.contentBox>div,.contentBox>p,.contentBox>table{
    margin: 0 auto;
    width: 15.2rem;
}
.contentBox>table{
    width: 15.2rem !important;
}
.featureTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    text-align: center;
    padding-bottom: 0.17rem;
    position: relative;
}

.featureTit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.46rem;
    height: 0.02rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem
}

.featureList {
    width: 100%;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 0.5rem;
}

.featureItem {
    width: 7.4rem;
    height: 0.72rem;
    background: linear-gradient(275deg, #FFFFFF 0%, #EBF5FE 100%);
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 85, 167, 0.2);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E5E5E5;
    display: flex;
    gap: 0.2rem;
    padding-left: 0.2rem;
    align-items: center;
}

.featureItem .featureIcon {
    width: 0.36rem;
    height: 0.36rem;
    background: linear-gradient(317deg, #00A0E9 0%, #0055A7 100%);
    box-shadow: 0.01rem 0.03rem 0.06rem 0.01rem rgba(15, 102, 186, 0.46);
    text-align: center;
    line-height: 0.36rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 0.15rem;
    color: #FFFFFF;
    border-radius: 50%;
}

.featureItem .featureTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #3D3D3D;
    width: 6.44rem;
    line-height: 0.24rem;
}

.featureItem:hover .featureTxt {
    color: #0055A7;
}

/* 优势 */
.advantageMain {
    width: 100% !important;
    background: url('../img/product/adg-bg.png') no-repeat;
    background-position: bottom;
    margin-top: 0.6rem;
    padding-bottom: 1.39rem;
    background-size: cover;
}

.advantageTit {
    text-align: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.28rem;
    color: #000000;
}

.advantageTit span {
    font-size: 0.48rem;
    color: #0055A7;
    font-weight: bold;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
}

.advantageList {
    margin: 0.5rem auto 0;
    width: 16.6rem;
    position: relative;
}

.adg-swiper {
    width: 15.2rem;
    margin: 0 auto;
    padding: 0 0.2rem !important;
}

.adg-swiper .swiper-wrapper {
    justify-content: space-between;
    padding: 0.2rem 0;
}

.adg-swiper .swiper-slide {
    width: 3.4rem;
    height: auto;
    background: linear-gradient(180deg, #EFF6FB 0%, #FFFFFF 100%);
    box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(0, 85, 167, 0.2);
    border-radius: 0rem 0.2rem 0rem 0.2rem;
    border: 0.02rem solid #FFFFFF;
    padding: 0.72rem 0.5rem 0;
}


.advantageList .adgNext,
.advantageList .adgPrev {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #A5A5A5;
    display: flex !important;
}

.advantageList .adgPrev img,
.advantageList .adgNext img {
    width: 0.12rem;
    height: 0.17rem;
    filter: brightness(0) invert(1);
}

.advantageList .adgPrev img {
    transform: rotate(180deg);
}

.advantageList .adgNext::after,
.advantageList .adgPrev::after {
    content: '' !important;
}

.advantageList .adgPrev:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.advantageList .adgNext:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.adgItemTit {
    margin-top: 0.35rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.22rem;
    color: #0055A7;
    text-align: center;
}

.adgItemTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
}

.adgItem-T {
    width: 0.66rem;
    height: 0.66rem;
    position: relative;
    margin: 0 auto;
}

.adgItem-T .proItem-icon {
    width: 0.52rem;
    height: 0.52rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}

.adgItem-T .proItem-bg {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.adg-swiper .swiper-slide {
    transition: all 0.3s;
}

.adg-swiper .swiper-slide:hover {
    transform: translateY(-0.1rem)
}

.adg-swiper .swiper-slide:hover .adgItem-T .proItem-icon {
    right: 0.16rem;
    bottom: 0.16rem;
    /* left: 0;
    top: 0; */
}

.adg-swiper .swiper-slide:hover .adgItem-T .proItem-bg {
    /* bottom: 0;
    right: 0; */
    top: 0.16rem;
    left: 0.16rem;
}

/* 技术参数 */
.parameterMain {
    width: 15.2rem;
    margin: 0.8rem auto 0;
}

.parameterMainBox {
    margin-top: 0.5rem;
    width: 100%;
    padding-bottom: 0.8rem;
}

.parameterMainBox table {
    width: 100%;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    overflow: hidden;
}

.parameterMainBox th,
.parameterMainBox td {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    width: 33.3%;
    height: 0.46rem;
    border: 0.01rem solid #E9E9E9;
}

.parameterMainBox th {
    color: #ffffff;
}

thead tr {
    background: #0055A7
}

.parameterMainBox tr:nth-child(even) {
    background: #F8F8F8;
}

/* 应用场景 */
.applicationMain {
    width: 100%;
    background: url('../img/product/app-bg.png');
    background-size: cover;
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}

.applicationBox {
    width: 15.2rem;
    margin: 0.25rem auto 0;
}

.applicationBox .swiper-wrapper {
    padding-top: 0.2rem;
}

.applicationBox .swiper-slide .img {
    width: 4.2rem;
    height: 2.45rem;
    transform-origin: 50% 50%;
    transition: all 0.3s;
    border-radius: 0.1rem;
    overflow: hidden;
}

.applicationBox .swiper-slide .appSwiperTit {
    margin-top: 0.25rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    transition: all 0.3s;
}

.applicationBox .swiper-slide span {
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 0.54rem;
    color: #E8E8E8;
    margin: 0.57rem auto 0;
    display: block;
    width: 0.72rem;
    height: 0.71rem;
    position: relative;
    transition: all 0.3s;
}

.applicationBox .swiper-slide span::after {
    content: '';
    width: 0.04rem;
    height: 0.04rem;
    background: #9f9f9f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.applicationBox .app-swiper::after {
    content: '';
    width: 96%;
    height: 0.02rem;
    background: #DBDBDB;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.34rem;
}

.applicationBox .swiper-slide-active .appSwiperTit {
    font-size: 0.24rem;
    color: #0055A7;
    margin-top: 0.5rem;
    font-weight: bold;
}

.applicationBox .swiper-slide-active span {
    color: #DCEBF9;
    margin-top: 0.28rem;
}

.applicationBox .swiper-slide-active span::after {
    background: #0055A7;
}

.applicationBox .swiper-slide img{
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
.applicationBox .swiper-slide-active img{
    transform: scale(1.2);
}
.swiper-slide>div{
    transition: all 0.3s;
}
.app-swiper .swiper-slide-active>div{
    transform: scale(1.1);
}
.appNext,
.appPrev {
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-radius: 50%;
    background: #A5A5A5;
    top: 4.35rem !important;
}



.appPrev img,
.appNext img {
    width: 0.12rem;
    height: 0.17rem;
    filter: brightness(0) invert(1);
}

.appPrev img {
    transform: rotate(180deg);
}

.appNext::after,
.appPrev::after {
    content: '' !important;
}

.appPrev:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.appNext:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}