/* CSS Document */
/*--------------------------------------公用样式------------------------------------------*/
*{ font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
html,body,div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,button,textarea,iframe,table,th,td{ margin:0; padding:0;}
img{ border:0 none; vertical-align:middle;}
ul,li{ list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;}
body,input,select,button,textarea{ font-size:14px; border:none;}
input{ outline:none;}
button{ cursor:pointer;}
i,em,cite{ font-style:normal;}
body{ background-color:#FFF; color:#666; line-height:1.6;}
a, a:link{ color:#666; text-decoration:none;}
a:hover,a:active{text-decoration:none; color:#666;}
a:focus{ outline:none;}
.fl{ display:inline; float:left;}
.fr{ display:inline; float:right;}
/*.clear{ display:block; float:none; clear:both; overflow:hidden; width:auto; height:0; margin:0 auto; padding:0; font-size:0; line-height:0;}*/
.clear{ clear:both;}

.transition {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.buy-btn, .nav a, .pg-tab-btn {
	-webkit-transition: background-color .25s, color .25s;
	-moz-transition: background-color .25s, color .25s;
	-ms-transition: background-color .25s, color .25s;
	-o-transition: background-color .25s, color .25s;
	transition: background-color .25s, color .25s
}
table td{ padding:5px !important;}
table{border-collapse:collapse;}
/*--------------------------------------结束公用样式------------------------------------------*/
