@charset "utf-8";
*:focus{outline:none;}
html,body{ height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fiedldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
body{font-family:"微软雅黑","Microsoft YaHei";color:#666; font-size:14px; background:#f8f8f8;}
input,select,textarea,button{ vertical-align:middle;font-family:"微软雅黑","Microsoft YaHei";}
a,a:link{ text-decoration:none;outline:none;}
.fl{float:left;}
.fr{float:right;}
.pr{ position:relative;}
.pa{ position:absolute;}
.pf{ position:fixed;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.tde{ text-decoration:underline;}
.tindent{ text-indent:2em;}
.clear{clear:both;}
.vm{ vertical-align:middle;}
.overf{ overflow:hidden;}
.hide{ display:none;}
.fw{ font-weight:bold;}
.fn{ font-weight:normal;}
.c-999{ color:#999;}
.c-red{ color:#c9242a;}
.c-45{ color:#454545;}
.pt43{ padding-top:43px;}
.pb30{ padding-bottom:30px;}
.mb15{ margin-bottom:15px;}
.mb25{ margin-bottom:25px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt50{ margin-top:50px;}
.mr24{ margin-right:24px;}
.ml55{ margin-left:55px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.w250{ width:250px;}
.w512{ width:512px;}
.w670{ width:670px;}
.fade{ position:fixed; top: 0%; left: 0%; background: black; z-index:9; -moz-opacity: 0.6; opacity:.60; filter: alpha(opacity=65); width:100%; height:100%; display:none;}
.alert{ position:fixed; z-index:10; display:none; background:#fff; border-radius:4px; padding:10px;}
.alert-close{ display:inline-block; width:22px; height:22px; background:url(../images/icon.png) -137px -459px no-repeat; -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;}
.alert-close:hover{ -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}