/* 技术与支持 */
.supportBox {
    padding: 0.8rem 0.3rem;
}

.supportCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.supportLef {
    width: 48%;
}

.supportLef h3 {
    font-weight: bold;
}

.supportLef b {
    color: #ff9500;
    margin-top: 0.2rem;
    display: block;
    font-weight: 500;
}

.supportLef p {
    color: #555;
    line-height: 1.8;
    margin-top: 0.3rem;
}

.supportImg {
    width: 33%;
}

.pubPageNav {
    flex: 1;
}

.pubPageNav ul {
    justify-content: flex-end;
}

.scopeBox {
    background: #F5F5F5;
    padding: 0.8rem 0.3rem;
}

.scopeCon {
    margin-top: 0.6rem;
}

.scopeCon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scopeCon ul li {
    width: 48%;
    position: relative;
}

.scopeCon ul li img {
    width: 100%;
    height: 3rem;
    object-fit: cover;

}

.scopeCon ul li b {
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    color: #fff;
    opacity: 0.5;
    font-family: 'manrope-simpleBold';
}

.scopeCon ul li p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
}

.pubIndexTitle p {
    color: #ff9500;
}

/* 配套资料 */
.infoBox {
    padding: 0.8rem 0.3rem;
}

.infoCon {
    margin-top: 0.6rem;
}

.infoCon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoCon ul li {
    width: 18%;
    background: #F2F6FC;
    padding: 0.6rem 0.3rem;
    border-radius: 0.2rem;
    text-align: center;
}

.infoCon ul li p {
    margin-top: 0.4rem;
}

/* 技术支持途径 */
.wayBox {
    padding: 1rem 0.3rem;
    background: url(../images/supportBg.png) no-repeat center center;
    background-size: cover;
}

.wayBox .pubIndexTitle {
    text-align: center;
    color: #fff;
}

.wayBox .pubIndexTitle p {
    color: #fff;
}

.wayCon {
    margin-top: 0.6rem;
}

.wayCon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wayCon ul li {
    width: 48%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0.4rem 0.3rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #C5CEDD;
    padding-left: 0.6rem;
}

.wayCon ul li img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin-right: 0.1rem;
}

.wayCon ul li p strong {
    margin-left: 0.2rem;
    color: #21509F;
}


/* 下载 */
.supportDownBox {
    padding: 0.8rem 0.3rem;
}

.supportDownCon {
    display: flex;
    justify-content: space-between;
}

.supportDownLef {
    width: 18%;
    background: #F5F5F5;
    height: 100%;
}

.supportDownLef ul li {
    cursor: pointer;
    line-height: 0.6rem;
    text-align: center;
}

.supportDownLef ul li:hover {
    background: #21509F;
    color: #fff;
}

.supportDownLef ul li.active {
    background: #21509F;
    color: #fff;
}

.supportDownR {
    width: 75%;
}

.noticeBox {
    padding: 0.8rem 0.3rem;
}

.noticeCon li {
    border: 0.01rem solid #DEDEDE;
    border-radius: 0.1rem;
    padding: 0.2rem 0.3rem;
    margin-bottom: 0.2rem;
    position: relative;
    display: flex;
    align-items: center;
    color: #666;
}


.noticeCon li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.04rem;
    height: 0.3rem;
    background: #DEDEDE;
}

.noticeCon li h2 {
    margin-left: 0.3rem;
    font-weight: 500;
    flex: 1;
    margin-right: 0.4rem;
}

.noticeCon li a img {
    width: 0.32rem;
    height: 0.32rem;
    display: block;
}

.noticeCon li p {
    color: #999;
}

.noticeCon li:hover h2 {
    color: #21509F;
}

.noticeCon li:hover:after {
    background: #ff9500;
}

/* 售后 */
.supportSaleBox {
    padding: 0.8rem 0.3rem;
}

.supportSaleCon {}

.supportSaleCon .pubIndexTitle {
    text-align: center;
}

.saleChange {
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
}

.saleChange ul {
    border: 0.01rem solid #DEDEDE;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.saleChange ul li {
    line-height: 0.65rem;
    min-width: 2rem;
    text-align: center;
    padding: 0 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.saleChange ul li.active {
    background: #ff9500;
    color: #fff;
    border-radius: 2rem;
}

.saleItemCont {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.saleItemCont ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.saleItemCont ul li {
    width: 48%;
    border: 0.01rem solid #C5CEDD;
    padding: 0.4rem 0.6rem;
    border-radius: 0.2rem;
    position: relative;
    margin-top: 0.6rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.saleItemCont ul li img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    top: 0.3rem;
    left: -0.2rem;
}

.saleItemCont ul li:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}


/* 适配 */
@media (max-width: 800px) {
    .supportCon {
        flex-direction: column;
    }

    .supportLef {
        width: 100%;
    }

    .supportImg {
        width: 100%;
        margin-top: 0.6rem;
    }

    .scopeCon ul,
    .infoCon ul {
        flex-direction: column;
    }

    .scopeCon ul li {
        width: 100%;
        margin-bottom: 0.6rem;
    }

    .infoCon ul li {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .wayCon ul {
        flex-direction: column;
    }

    .wayCon ul li {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    /* 下载 */
    .supportDownCon {
        flex-direction: column;
    }

    .supportDownLef {
        width: 100%;
        margin-bottom: 0.6rem;
    }

    .supportDownR {
        width: 100%;
    }

    .saleChange ul li {
        line-height: 0.8rem;
    }

    .saleItemCont ul {
        flex-direction: column;
    }

    .saleItemCont ul li {
        margin-top: 0.3rem;
        width: 100%;
    }



}