@charset "utf-8";

/* CSS Document */
:focus { outline:0; }
ul,ol,ul li,ol li { list-style: none; }/*重置列表*/
address,caption,cite,em,code,dfn,th,var { font-style:normal;font-weight:normal; }
form label { cursor:pointer; }
input,button,select,textarea { font-family:inherit;font-size:100%;outline:none; }
textarea { resize:none }
input { vertical-align:middle; }
table { border-collapse:collapse;border-spacing: 0; }/*重置表格*/
.l { float:left; }
.r { float:right; }
button,input[type="reset"],input[type="button"],input[type="submit"] { line-height:normal !important; }
input { _filter:chroma(color=#000000); }
::-webkit-scrollbar {width: 0;height: 0;}
body ,html {overflow-x: hidden;}
/*重置bootstrap中a样式*/
a:hover , a:focus , a:active {text-decoration: none;outline: 0;}
a:link , a:visited , a:hover , a:active {text-decoration: none;outline: 0;color: #333;}
.my-media-body>a:link , .my-media-body>a:visited , .my-media-body>a:hover , .my-media-body>a:active {text-decoration: none;outline: 0;color: #333;}
a {color: #333;}
/*--清除浮动
------------------------------------------------------------------------------------------*/
.clearfix:after { clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden; }
.clearfix:after { _zoom:1; }
.overflow { overflow:hidden; _zoom:1; }
.clear { clear:both; height:0;font-size:0; overflow:hidden; }