@charset "utf-8";/*重置CSS*/
body,html{color: #484848;font-size:12px;font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;-webkit-font-smoothing: antialiased;}
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{margin:0;padding:0;border:0;outline:none;word-break: break-all;font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif}
select,textarea{outline:none;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
em,i{font-style:normal;}
ol,ul{list-style:none;list-style-position:inside}
a{color:#333;text-decoration:none}
a:hover{ cursor: pointer;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}


/*公用css*/
.fl{float:left}
.fr{float:right}
.clear{clear:both}
.clearfix:before,
.clearfix:after{content:'.';display:block;height:0;clear:both;overflow:hidden}
.c-red{color: #f00;}
.c-org{color: #f76331;}
.c-blue{color: #00b1cc;}
.c-333{color: #333;}
.c-666{color: #666;}
.c-999{color: #999;}
.c-f60{color: #f60;}
.c-f80{color: #f80;}
.c-48{color: #484848;}
.t-l{text-align: left;}
.t-c{text-align: center;}
.t-r{text-align: right;}
.w100{width:100px !important;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.mt5{margin-top:5px !important;}
.ml5{margin-left: 5px !important;}
.mr20{margin-right:20px !important;}
.mb15{margin-bottom:15px !important;}
.hide{display:none !important;}
.b-t{ border-top: 1px solid #e6e6e6;}

