@charset "utf-8"; 



html{ background: #fff; -webkit-transition: font-size .2s ease-out; transition: font-size .2s ease-out; } 

  
body{
	min-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
body, html {
    overflow-x: hidden;
} 
html,body,

div,span, 

h1,h2,h3,h4,

p,a, 

del,dfn,em,img,

strong,sub,sup,b,i,

dl,dt,dd,ol,ul,li,

form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,

article,aside,

footer,header,

nav{

	margin:0;

	padding:0;

	border:0; 

	vertical-align:baseline;

	font-family: MicrosoftYaHei;

}

a,

a:link,

a:visited,

a:hover,

a:active{

	text-decoration: none;

}

 

article,

aside,

footer,header,

nav,section{

	display:block

}

ol,ul{

	list-style:none

}

table{

	border-collapse:collapse;

	border-spacing:0

}

body,input,textarea{

	-webkit-font-smoothing:antialiased;

	-moz-osx-font-smoothing:grayscale;

	-webkit-text-size-adjust:100%;

	outline: none;

}

 

i{

	font-style: normal;

}

[class^="col-md-"],

[class^="col-md-"]{

    padding: 0

}

a,button,input,textarea{-webkit-tap-highlight-color:transparent} 

 

a{ text-decoration: none; }

img{ border: none; vertical-align: top; } 

table{ border-collapse: collapse; }

textarea{ resize: none; overflow: auto; outline: none; }

em,i{ font-style: normal; }

 

input,button,select,textarea{outline:none}

/**

 * 1. 修正所有浏览器中颜色不继承的问题

 * 2. 修正所有浏览器中字体不继承的问题

 * 3. 修正 Firefox 3+， Safari5 和 Chrome 中外边距不同的问题

 */ 

button,

input,

optgroup,

select,

textarea {

  color: inherit; /* 1 */

  font: inherit; /* 2 */

  margin: 0; /* 3 */

} 

/**

 * 统一 IE 8/9/10/11 `overflow`属性为`visible`

 */ 

button {

  overflow: visible;

  border: none;

  background: none;

  cursor: pointer;

} 

select{

	border: none;

	background: none; 

}

/**

 * 统一各浏览器`text-transform`不会继承的问题

 */ 

button, select { text-transform: none; }

input[type="button"], 

input[type="submit"], 

input[type="reset"], 

textarea { 

-webkit-appearance: none;

background: none; 

}

/**

 * 移除 Firefox 4+ 的内边距

 */ 

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}

input:-webkit-autofill { 

-webkit-box-shadow: 0 0 0px 1000px #fff inset; 

}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

}

input[type="number"]{

  -moz-appearance: textfield;

}

/**

 * 统一设置`input`行高为`normal`

 */ 

input {

  line-height: normal;

  border: none;

}

input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box; /* 1 */

  padding: 0; /* 2 */

}

/**

 * 修正 Chrome 中 input [type="number"] 在特定高度和`font-size`时,

 * 下面一个箭头光标变成`cursor: text`

 */ 

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

} 

input:focus, 

textarea:focus {

    outline: none;

	-webkit-tap-highlight-color:rgba(0,0,0,0);/*去高光*/

	-webkit-user-modify:read-write-plaintext-only;

} 

/*去除IE10+浏览器文本框后面的小叉叉*/

input::-ms-clear {

    display: none;

}

/**

 * 修复 IE 7/8/9，Firefox 3 和 Safari 4 中 「hidden」属性不起作用的问题

 * 在IE、Safari、Firefox 22- 中隐藏「template」元素

 */ 

[hidden],

template {

  display: none;

}

img {

	border: 0; 

	display: block;

}

/**

 * 去掉 IE 10+ 点击链接时的灰色背景

 */ 

a {

  background-color: transparent;

}

a, 

a:active,

a:hover {

  outline: 0;

  text-decoration: none;

}

.clearfix:after{

	content:"";  

	height:0; 

	line-height:0; 

	display:block; 

	visibility:hidden; 

	clear:both; 

}

.clearfix{

	zoom:1; 

} 

.fl{

	float: left;

}

.fr{

	float: right;

}

.public-container{

	width: 1200px;

	margin: 0 auto;

}

.mark{

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.5);

	position: absolute;

	left: 0;

	top: 0;

	z-index: 1100;

	display: none;

} 

.dot{

	-o-border-radius: 999px;

	-ms-border-radius: 999px;

	-webkit-border-radius: 999px;

	-moz-border-radius: 999px;

	border-radius: 999px;

}

.clamp{

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.lazy{

	background: url(/assets/zbimages/icon/loading.gif) center no-repeat;

}

.page{

	margin: 30px 0 20px;

	text-align: center; 

	height: 32px;

}