/*清除浮动*/
.clear{clear:both;}
/*公共高度*/
.blank10{height:10px; font-size:1px; clear:both;}
.blank26{height:26px; font-size:1px; clear:both;}
.blank9f4{height:9px; font-size:1px; clear:both;background: #f4f4f4;max-width: 640px;width: 100%;margin: 0px auto;border-top: 1px solid #dddddd;border-bottom: 1px solid #dddddd;}
/*字体颜色*/
.black0{color:#000}/*黑色*/
.black6{color:#666}
.black3{color:#333}
.blackc{color:#cccccc}
.black8{color:#888}
.black36{color:#363636}
.black9{color:#999}
.black67{color:#676767}
.black00{color:#0099df}
.blackff{color:#ff7f07}
.white{color:#FFF}
.red{color:#ff0000}
/*字体大小*/
.font12{font-size:12px}
.font14{font-size:14px}
.font16{font-size:16px}
.font18{font-size:18px}
.font20{font-size:20px}
.font24{font-size:24px}
.font26{font-size:26px}
.font280{font-size:28px}
.font28{font-size:28.93px}
.font37{font-size:37.74px}
.font30{font-size:28px}
.font-st{font-family:"宋体"}
.font-family{font-family:"微软雅黑"}
.fr{float:right}
.fl{float:left}
.border-radius15{-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}
/*下拉框*/
.btn-select { 
position: relative; 
display: inline-block; 
width:100%; max-width:584px;margin:0 auto;
} 
.btn-select .cur-select { 
position: absolute; 
display: block; 
width:94%; max-width:548.96px; height:81px; padding:0 2.5%; 
line-height: 81px; 
background: url(../images/select_img.png) no-repeat right; 
text-indent: 10px; border:1px solid #ccc
} 
.btn-select:hover .cur-select { 
} 
.btn-select select { 
position: absolute; 
top: 0; 
left: 0; 
width:99.5%; max-width:584px;margin:0 auto;  height:81px;
line-height: 81px; 
opacity: 0; 
filter: alpha(opacity: 0;)
} 
.btn-select select option { 
text-indent: 100px;
} 
