*{margin:0;padding:0}
html{font-size: 62.5%;font-family: "microsoft yahei"; font-family:"微软雅黑"; color:#232323}
input,textarea,select,code,kbd,pre,samp {font-size:100%;background:transparent;}
input,button,select,textarea{border:none;outline: none;}/*去除iphone默认input样式*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{ 
	appearance: none;
	-webkit-appearance: none; 
  margin: 0; 
}
/* 设置默认字体 */
body,button,input,select,textarea{ font: "microsoft yahei", Tahoma, Helvetica, Arial, sans-serif; font-size:14px; font-family:"微软雅黑"; }
/* 重置列表元素 */
/* 重置列表元素 */
ul, ol { list-style: none; }
/* 重置文本格式元素 */
a {text-decoration:none;-webkit-tap-highlight-color:rgb(0,0,0,0);outline:none; }
a:focus { outline:none; }
a:hover{-webkit-user-select: none;}
 /* 取消a标签点击后的虚线框 */
a:active {star:expression(this.onFocus=this.blur());}
img{	
	border:none;
	vertical-align:middle;
	}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.clearfix{ overflow:hidden}
.pr{position: relative;}
cite,em,i{font-style:normal;}
/*.clearfix{clear:both;}*/
.fl{float: left;}
.fr{float: right;}
.container{
	max-width:1160px;
	margin:0 auto;
	width:1160px;
	/*border: 1px #f00 solid;*/
}
.active1{
    transform: scale(1.3);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
