@charset "UTF-8";
/*
***重置样式***
*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,pre,hr,table,th,td,form,input,button,textarea{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
img,iframe{border:0;}
i,em{font-style:normal;}
li,ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
textarea{overflow:auto;resize:none;}
label{cursor:default;}
button,input[type="button"], input[type="submit"]{cursor:pointer;-webkit-appearance: none;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
a,a:hover,a:active{color:#333;text-decoration:none;}
input,textarea,button{ background:none;  border:none; outline:none; font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif; font-size:14px; color:#333;-webkit-appearance: none; }
select{-webkit-appearance:none; appearance:none;}

/*
***全局公共样式***
*/

body{color: #333;  font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;  -webkit-tap-highlight-color: transparent; width: 100%; -webkit-transition: opacity 50ms ease-in-out;  transition: opacity 50ms ease-in-out; font-size: 14px; line-height: 1; overflow-x: hidden;}

/*浮动*/
.fl ,.lt {  float: left;  }
.fr ,.rt {  float: right;  }
/*清除浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.clear {clear:both;}
/*placeholder 颜色*/
:-moz-placeholder { color: #4d4d4d; }
::-moz-placeholder { color: #4d4d4d;}
input:-ms-input-placeholder{ color: #4d4d4d;}
input::-webkit-input-placeholder{ color: #4d4d4d;}

/*
***主体宽度***
*/
.wrap{width:1200px;margin: 0 auto;}

