/* 公共样式表css */
.indexShuzi{overflow: hidden;}

.product-num-icon{
    width: 120px;
    height: 120px;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-num-content{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}



.product-num-head{
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-num-item{
    overflow: hidden;
    position: relative;
    display: flex;
    width: 33.33%;
    color: #000;
    text-align: left;
    /* font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif; */
    align-items: center;
}

/* .product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #000;
    line-height: 48px;
    letter-spacing: 2px;
    border: 4px solid #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Medium,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
} */

.product-num-nub{
    width: 100%;
    display: block;
    font-size: 60px;
    color: #000;
    line-height: 62px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}


.product-num-inf{
    margin-top: 24px;
    font-size: 16px;
    color: #555;
    line-height: 24px;
}


@media(max-width:1600px) and (min-width:1279px){
.product-num-icon{
    width: 80px;
    height: 80px;
}

}
@media(max-width:1279px) and (min-width:768px){
    .product-num-item .product-num-nub{font-size:60px;line-height:60px}
}




@media(max-width:768px){
.product-num-head{display:unset;}
.product-num-item{width:100%;padding:10px;border-bottom:1px solid #ddd;}
.product-num-item:last-child{border-bottom:unset;}
.product-num-icon{width:80px;height:80px}
.product-num-icon img{width:40px;}
.product-num-item .product-num-nub{font-size:40px;line-height:48px}
.product-num-item .product-num-inf{height:auto;margin-top:5px;}
.product-num-item{border-right:0}

}