﻿@charset "utf-8";
/* CSS Document */

/* reset */
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{-webkit-text-size-adjust:none;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0px;padding:0px;}
img{display: block;width: 100%;}
html{background:#ffffff;height: 100%;}
table,input,textarea,select{font-size:12px;}
input{outline:none}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal} 
body a{outline:none;text-decoration:none;color: #000000;}
body a:hover{text-decoration:none;color: #188EEF;}
body{font:14px "Microsoft Yahei",Arial,Helvetica,sans-serif,Verdana;}
ul,ol{list-style:none}
fieldset,img{border:none}
table{border-collapse:collapse;}
textarea{resize:none;}
img{border:0;vertical-align: bottom;}
em,i{ font-style:normal;}
b{font-weight: normal;}
address,cite,dfn,em,var{font-style:normal;}
article,aside,dialog,footer,header,section,footer,nav,figure{display:block;}/*html5 reset IE*/
.clearfix{zoom:1;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\20";clear:both;height:0;}
* html .clearfix{zoom:1;}/* IE6 */
:first-child+html .clearfix{zoom:1;}/* IE7 */
:focus{-moz-outline-style:none;}/* for Firefox */
.clear{clear:both; overflow:hidden; width:0px; height:0px; line-height:0; font-size:0px;}
/*input placeholder*/
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#999;}
.fl{float: left;}
.fr{float: right;}
select{-webkit-appearance: none;}


/* end of reset */