.serve-wrap {
    margin: 0.9rem auto 1rem auto;
}

.serve-top {
    display: flex;
    align-items: center;
}

.serve-swiper {
    width: 7.56rem;
    height: 4.34rem;
    flex-shrink: 0;
}

.serveSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.serveSwiper-img {
    width: 100%;
    height: 100%;
}

.serveSwiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serveSwiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: .5rem;
}

.serveSwiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #FFFFFF;
    opacity: 1;
}

.serveSwiper-pagination .swiper-pagination-bullet-active {
    background: #C81526;
}

.serve-des {
    flex: 1;
    margin-left: .85rem;
}

.serve-text {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
}

.serve-p {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 0.32rem;
    margin-top: .4rem;
}

.serve-title {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    text-align: center;
}

.goods-wrap {
    margin: .9rem 0;
}

.goods-list {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
}

.goods-item {
    width: 3.5rem;
    background: #FFFFFF;
    border: 0.01rem solid #7C7C7C;
    margin-right: .333333rem;
}

.goods-item:nth-child(4n) {
    margin-right: 0;
}

.goods-img {
    padding: .4rem .3rem;
    height: 2.5rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.goods-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.goods-des {
    padding: 0 .23rem;
}

.goods-text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.goods-p {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 0.24rem;
    margin-top: .13rem;
}

.goods-type-box {
    display: flex;
    margin-top: .2rem;
    flex-wrap: wrap;
}

.goods-type {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    margin-right: .22rem;
    margin-bottom: .1rem;
}

.goods-bt {
    margin-top: .2rem;
    height: 0.34rem;
    background: #404040;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.34rem;
    text-align: center;
}

.goods-item:hover .goods-text {
    color: #C81526;
}

.goods-item:hover .goods-bt {
    background: #C81526;
}

.goods-page {
    margin-top: .6rem;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .56rem;
}

.download-item {
    width: 7.27rem;
    border: 0.01rem solid #949494;
    margin-bottom: .15rem;
    padding: .23rem .5rem;
    display: flex;
    align-items: center;
}

.download-left {
    display: flex;
    flex: 1;
}

.download-ball {
    width: 0.15rem;
    height: 0.15rem;
    border: 0.01rem solid #C81526;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-right: .18rem;
    margin-top: 0.02rem;
}

.download-ball::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #C81526;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.download-des {
    flex: 1;
}

.download-text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.download-p {
    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    margin-top: .15rem;
}

.download-bt {
    width: 1.11rem;
    height: 0.27rem;
    background: #C81526;
    flex-shrink: 0;
    margin-left: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-bt img {
    width: .15rem;
}

.download-bt p {
    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: .06rem;
}
@media screen and (max-width:1024px){
    .serve-top{
        display: block;
    }
    .serve-des{
        margin-left: 0;
        margin-top: .3rem;
    }
    .serve-swiper{
        width: 100%;
    }
    .serve-wrap {
        margin: 0.6rem auto 0.8rem auto;
        padding: 0 .25rem;
    }
    .serve-p p,.goods-text,.download-text{
        font-size: .28rem;
    }
    .goods-item{
        width: 100%;
        margin-right: 0;
    }
    .goods-img{
        height: 3.5rem;
    }
    .goods-p,.goods-type,.download-p{
        font-size: .24rem;
        line-height: .36rem;
    }
    .goods-bt{
        height: 0.44rem;
        line-height: .44rem;
        font-size: 0.24rem;
    }
    .download-bt img{
        width: .2rem;
    }
    .download-bt{
        height: 0.37rem;
    }
    .download-bt p{
        font-size: .24rem;
    }
}