@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; border: 0;}
body { color:#000; font-size:12px; font-family:"Microsoft YaHei", "微软雅黑",Arial,Helvetica, sans-serif;background:#fff;min-width:1200px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a{ color:#000; text-decoration:none; cursor:pointer;display:inline-block;outline:none;}
img { border:none;display: block;}
ol,ul,li { list-style:none; }
textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
input{outline:0 none;font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;}
a{outline:0 none;}
.fl{float: left;}
.fr{float: right;}
/* div{height:auto;overflow:hidden;} */
.clear{clear:both;}
.text-ellipsis,.txt-overflow{text-overflow: ellipsis;white-space: nowrap;overflow:hidden;}
area{outline:0 none;}
.wid-100{width:100%;min-width:1230px;}
.por{position: relative;}
.poa{position: absolute;}
.tac{text-align:center;}
.tar{text-align:right;}

/*公共样式--划过延迟*/
.f_transition{transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s;}
/* 清浮动 */
.clearfix:after { content: "."; display: block; height: 0; clear: both; font-size: 0; visibility: hidden; line-height: 0; }
html,body{
    height: 100%;
}
/*谷歌自动填充表单*/
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0px 1000px #f9f6f6 inset !important;
}
*{box-sizing: border-box;}