html,body{ padding:0; margin:0;}
body{ font-size:12px;}
a{ color:#333; text-decoration:none;}
a:hover{ color:#F30;}
.m{ background:none;}
.rd3 {-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;}
.fl{ float: left;}
.fr{ float:right;}
.head_box{ height:55px;}
.header_bar{ position:fixed; left:0; top:0; width:100%; height:45px; background:#f3f3f3 url(../images/bg.png) repeat-x; padding:5px 0; box-shadow:0 0 5px #000;}
.header{ height:70px;}
.head_logo{ margin-top:1px;}
.head_logo img{height:32px;}
.login_box{ margin-top:8px;}
.login_box .btn{ display:inline-block; width:125px; height:28px; margin-left:6px; line-height:28px; text-align:center; font-size:12px; color:#666; *display:inline; zoom:1;}
.login_box .btn_reg{ background:#ddd; width:85px;}
.login_box .btn_login{ background:#ddd; width:85px;}

.footer{ background:#fff; border-top:#ddd solid 2px;position: fixed; bottom: 0;right:0;left:0;}
.jm{ padding-left:5px !important;}
.red{ color:#F00;}

.menu-vip{ margin-top:20px; font-size:14px;}
.menu-vip li{ float:left; padding:0 15px; border-right:#ddd solid 1px;}
@media (max-width:767px) {
.head_box{
	display: none;
}
.footer{
	display: none;
}
}