

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



img {
    border: 0;
}



button {
    outline: 0;
}


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

li {
    list-style: none;
}



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

.clearfix {
}

/* 必要布局样式css */
.product-number-info {
   
    position: relative;
}

.product-number-info .product-number-inner {
    width: 100%;
	margin-top: -140px;
	position: relative;
	background: #000000b3;
	
}

.product-number-info ul {
	height: 140px;
	display: -webkit-flex; /* Safari */
  display: flex;
	justify-content:space-between;
	align-items:center;
	max-width: 1400px;
	margin: 0px auto;
	width: 96%;
}

.q {
    zoom: 1; }

.product-number-info li {
    height: 90px;
    padding-top: 1px;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 10px 0 10px;
}

.product-number-info li p {
    font-size: 18px;
	color: #fff;
}

.product-number-info li b i {
	font-style: normal;
    font-size: 40px;
    color: #fff;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}




.product-number-info li b em {
    font-style: normal;
    font-size: 20px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
	color: #fff;
}

