/* 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; max-width:100%;}
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{ color:#666; text-decoration:none;}
a:hover,a:active{text-decoration:none; color:#666;}
a:focus{ outline:none;}
.tc{text-align:center;}
.tl{text-align:left}
.tr{text-align:right}

.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;}*/

/* 清理浮动 */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix:after{zoom:1;}
.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;}
table{border-collapse:collapse;}
.rd2{-moz-border-radius:2px; /* Firefox */
  -webkit-border-radius:2px; /* Safari 和 Chrome */
  border-radius:2px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(ie-css3.htc)}

.rd3{-moz-border-radius:3px; /* Firefox */
  -webkit-border-radius:3px; /* Safari 和 Chrome */
  border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(ie-css3.htc)}

.rd5{-moz-border-radius:5px; /* Firefox */
  -webkit-border-radius:5px; /* Safari 和 Chrome */
  border-radius:5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(ie-css3.htc)}
  
.rdhalf{ -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; border-radius:50%;behavior: url(ie-css3.htc)}
 
.rdwhole{-moz-border-radius: 100%; /* Firefox */
  -webkit-border-radius:  100%; /* Safari 和 Chrome */
  border-radius:  100%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(ie-css3.htc)} 

/*--------------------------------------结束公用样式------------------------------------------*/
