/* 公共样式表css */
/* html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
} */

img {
    border: 0;
}

/* body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
} */

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* 必要布局样式css */

.product-num-head{
    margin-top: 60px;
    font-size: 0;
    /* background:#449d36;
    padding:40px 0; */
}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 33.333%;
    font-size: 64px;
    font-weight:500;
    color: #333;
    line-height: 62px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

.product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #333;
    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{
    display: inline-block;
    /* width: 400px; */
    font-size: 80px;
    color: #449d36;
    line-height: 62px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

.product-num-add{
    font-size: 20px;
    color: #333;
    /* margin-left: -20px; */
    position: absolute;
    /* right: 75px; */
    top: 30px;
}

.product-num-inf{
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 0;
    display: block;
    text-align: center;
    }

.product-num-jus:hover{
    background-color: #fff;
    color: #3e88f1;
}

.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}



@media(min-width:992px) and (max-width:1200px){
.product-num-nub{font-size:60px;}
}

@media(min-width:767px) and (max-width:992px){
.product-num-nub{font-size:48px;}
}

@media(max-width:767px){
.product-num-nub{font-size: 40px;}
.product-num-inf{font-size:10px;line-height:24px;}
.shuzi{display:none;}
}