/* 公共样式表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: #000;
}

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;
}

a:hover {
    color: #eee;
}

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

.clearfix {
}

/* 必要布局样式css */

.product-num-box{
    width: 1200px;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100%;
}

.product-num-content{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.product-num-title{
    padding-top: 50px;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    color: #044EB7;
    line-height: 45px;
    font-family: Microsoft YaHei;
}
.product-num-text{
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.product-num-head{
    margin-top: 30px;
    font-size: 0;
}

.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 240px;
    font-size: 108px;
    color: #fff;
    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: 120px;
    height: 45px;
    font-size: 22px;
    color: #fff;
    background-color: #044EB7;
    line-height: 40px;
    letter-spacing: 2px;
    border: 4px solid #044EB7;
    cursor: pointer;
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Medium,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}

.product-num-nub{
    display: inline-block;
    width: 240px;
    font-size: 60px;
    font-weight: bold;
    color: #044EB7;
    line-height: 80px;
    font-family: Microsoft YaHei,SimSun,sans-serif;
}

.product-num-add{
    font-size: 16px;
    color: #000;
    margin-left: -20px;
    position: absolute;
    right: 64px;
    top: 96px;
}

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

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

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