﻿/* 公共样式表css */
/* html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
} */


* {
    -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-number-info {
    background: url(../img/zhuanli.png);

   
    margin-bottom:50px;
    background-size:100% 100%
}
/*@media screen and (max-width: 800px) {
    .product-number-info {
        background: url(../img/zhuanli.png);
        no-repeat center center;
        height: 600px;
        width: 100%;
        margin-bottom: 50px;
    }
}*/
        .product-number-info .product-number-inner {
            width: 100%;
            margin: 0 auto;
        }

        .product-number-info ul {
            padding: 3% 10%;
        }

    .q {
        zoom: 1;
    }

    .product-number-info li {
        float: left;
        width: 20%;
        height: 140px;
        /*border-left: 1px solid #66c7fd;*/
        /*color: #fff;*/
        padding-top: 1px;
        background-color: #fff;
        margin-left:5%;
   text-align:center   }



    .product-number-info li:first-child {
        border: none;
    }

    .product-number-info li b {
        font-weight: 400;
        font-size: 28px;
        line-height: 1;
        display: inline-block;
        position: relative;
       /*margin: 15px 0 0 30%;*/
        margin-top:10px   }
   .product-number-info li p {
        font-size: 14px;
    }

    .product-number-info li b i {
        font-style: normal;
        
    }

    .product-number-info li b sup {
        position: absolute;
        font-size: 20px;
        right: -15px;
        top: -3px;
    }

    .product-number-info li.li-2 b, .product-number-info li.li-2 p {
        text-align:center;
        padding:1px;
         
    }

    .product-number-info li b em {
        font-style: normal;
        font-size: 18px;
        font-weight: 100;
        padding-left: 20px;
        position: relative;
        top: -4px;
    }

    .product-number-info li.li-3 b, .product-number-info li.li-3 p {
        /*padding-left:20px;*/
    }

    .product-number-info li.li-4 b, .product-number-info li.li-4 p {
        /*padding-left: 78px;*/
    }

    .product-number-info li.li-5 {
        text-align: right;
    }

