*{margin:0;padding:0;}
body{
	font-family:verdana, Arial, Helvetica, sans-serif;-webkit-text-size-adjust: 100%;
}
body,ul,li,div,form,input,table,th,tr,td{
	margin: 0px;
	padding: 0px;
}
table, td, tr, th {
    font-size: 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}

ul{
	list-style: none;
}
a{
	text-decoration: none;
	font-size: 12px;
	color: #0045FF;
	outline:none;
	-webkit-tap-highlight-color:transparent;
}
a:focus {
	outline: none;
}
.bgc{
	background-color: #353a47;
}
.bgc1{
	background-color: #fafafc
}
.head{
	width: 100%;
	min-width: 1202px;
	height: 56px;
	line-height: 56px;
	box-shadow: 0 1px 0 0 #313040;
    background-color: #272633;
    color: #fff;
}
.head a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.fsz12{
	font-size: 12px!important;
}
.fsz14{
	font-size: 14px!important;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.head .logo{
	width: 200px;
	float: left;
	text-indent: 10px;
}
.head .logo a{
	display: block;
	font-size: 30px;
	font-weight: 800;
	height: 56px;
}
.head .logo b{
	color: #ea5454;
	vertical-align: bottom;
	font-weight: 800;
}
.head .nav{
	width: 860px;
	float: left;
	height: 42px;
	margin-top: 14px;
	
}
.head .nav ul{
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.head .nav ul li{
	display: inline-block;
	position: relative;	
	cursor:pointer;
	*display:inline;
	*zoom:1;
}
.head .nav ul li a{
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	cursor: pointer;
	line-height: 30px;
}
.head .nav .subnav{
	position: absolute;
	/*left:-216px;*/
	top:30px;
	background-color: #272633;
	display: none;
	z-index: 100;
	/*width: 305px;*/
}
.head .nav .subnav li{
	width: 108px;
	/*float: left;*/
}
.head .nav .subnav a{
	display: block;
	height: 36px;
	line-height: 36px;
	position:relative;
	text-align: center;
	margin:0px;
	padding:0px;
	font-size: 14px;	
}
.head .nav .subnav a:after{
    content:'';
    position:absolute;
    border-bottom:3px solid #ea5454;
    left:50%;
    right:50%;
    bottom:0px;
    transition: all .3s;	
}
.head .subnav a:hover:after{
    left:0%;
    right:0%	
}
.head .login{
	width: 120px;
	float: right;
	height: 56px;
	position: relative;
}
.head .login .lbtn{
	display: none;
}
.head .login .lbtn a {
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #e6394d;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;    
    -webkit-box-shadow: 0px 3px 0px #b52838, 0px 3px 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 3px 0px #b52838, 0px 3px 10px rgba(0,0,0,.7);
    box-shadow: 0px 3px 0px #b52838, 0px 3px 10px rgba(0,0,0,.7);    
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;*/
    width: 110px;
    height: 32px;
    line-height: 32px;
    margin: 12px auto 0;
    text-align: center;
}
.head .login .lbtn a:active {
    -webkit-box-shadow: 0px 1px 0px #b52838, 0px 1px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 1px 0px #b52838, 0px 1px 6px rgba(0,0,0,.9);
    box-shadow: 0px 1px 0px #b52838, 0px 3px 1px rgba(0,0,0,.9);
    position: relative;
    top: 1px;
}
.head .logon{
	display: none;
	cursor:pointer;
}
.head .login .user{
	width: 60px;
	height: 46px;
	margin: 10px auto 0 auto;
	cursor: pointer;
}
.head .login .user .avatar{
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background:url("http://ddx.gubit.cn/images/avatar.jpg");
	background-position: 50%;
	float: left;
}
.head .login .user .arrow{
	border: 4px solid transparent;
    border-top-color: #fff;
    position: relative;
    margin-top: 13px;
    margin-right: 8px;
    float: right;
}
.head .login .userinfo{
	border: 1px solid #ddd;
	top: 50px;
	position: absolute;
	left: 0px;
	z-index: 100;
	margin: 0px;
	border-radius: 5px;
	color: #000;
	list-style: none;
	padding: 0px;
	width: 100%;
	background-color: #fff;
	display: none;

}
.head .login .userinfo li{	
	border-bottom: 1px solid #eee;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.head .login .userinfo div{
	width: 90px;
	margin: 0 auto;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.head .login .userinfo a{
	color: #000;
	display: block;
	font-size: 12px;

}
.head .login .userinfo a:hover{
	background-color: #eee;
}
.head .login .userinfo .pbg{
	background: url("http://ddx.gubit.cn/images/head.png") 25px 13px no-repeat ;
	padding-left: 20px;
}
.head .login .userinfo .logout{
	border-bottom: none;
}
.head .login .userinfo .logout a{
	color: #ea5454;
	padding-left: 20px;
	background: url("http://ddx.gubit.cn/images/logout.png") 25px 13px no-repeat ;
}
.search{
	width: 100%;
	min-width: 1202px;
	height: 88px;
	background-color: #353a47;
}
.search .search_left{
	width: 650px;
	float: left;
	height: 68px;
	margin-top: 10px;
}
.search .search_left h1{
	font-size: 22px;
	color: #fff;
	line-height: 68px;
	cursor: pointer;
	text-indent: 10px;	
}
#bkh1 i{
	cursor: pointer;
	font-style:normal;
}
#bkh1 i:after{
	content: "?";
	font-size: 10px;
	vertical-align: middle;
	border: 1px solid #ffd700;
	width: 14px;
	height: 14px;
	border-radius: 12px;
	padding: 0 4px;
	color: #ffd700;
}
#h1tit{
	position: absolute;
	border: 1px solid #333;
	padding: 5px 5px;
	border-radius: 5px;
	background-color: #fff;
	max-width: 420px;
	z-index: 9999;
	display: none;
	font-size: 14px;
}
.search .search_center{
	width: 680px;
	height: 68px;
	margin: 0px auto;	
	padding-top: 10px;
}
.search .search_right{
	width: 550px;
	float: right;
	height: 68px;
	margin-top: 10px;
}
.search .searchbox{
	width: 320px;
	height: 36px;
	margin: 16px auto;
	position: relative;
}
.searchbox .input{
    width: 100%;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #ea5454;
    padding-left: 15px;
    padding-right: 36px;
    color: #fff;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
}
.searchbox .input:focus{
	background: #1d1d26;
	outline:none;	
}
.searchbox i{
	background: #ea5454 url("http://ddx.gubit.cn/images/search.png") no-repeat;
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	top: 3px;
	left: 337px;
	cursor: pointer;
}
.mg0{
	margin-top: 0px!important;
}
.mg10{
	margin-top: 10px!important;
}
.bdr{
	border: 1px #f63 solid;
	background-color: #fffef8;
}
.hdate{
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 5px;
}
.hdate a{
	font-size: 14px;
}
.main{
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.main .update{
	font-size: 16px;
	color: #fff;
	text-align: right;
}
.main .update span{
	padding-right: 25px;
}
.main .update a{
	font-size: 16px;
	color: #ffd700;
}
.main .box{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	font-family:calbri, Arial, Helvetica, sans-serif;
}
.main .boxleft{
	width: 594px;
	float: left;
}
.main .boxright{
	width: 594px;
	float: right;
}
.main .header{
	position: relative;	
	height: 36px;
	font-size: 16px;
	line-height: 36px;	
}
.main .header strong{
	font-size: 20px;
	margin: 5px;
	color: #fff;
	font-weight: 400;
}
.main .header .zf1link{
	position: absolute;
	left:104px;
	top:0px;
	color: #ea5454;	
}
.main .header .zf3link{
	position: absolute;
	left:278px;
	top:0px;
	color: #ea5454;
}
.main .header .zf5link{
	position: absolute;
	left:458px;
	top:0px;
	color: #ea5454;
}
.main .header .df1link{
	position: absolute;
	left:104px;
	top:0px;
	color: #0abf9b;	
}
.main .header .df3link{
	position: absolute;
	left:278px;
	top:0px;
	color: #0abf9b;
}
.main .header .df5link{
	position: absolute;
	left:458px;
	top:0px;
	color: #0abf9b;
}
.main .header span{
	cursor: pointer;
}
.main .header span.cur{
	font-size: 16px;
	font-weight: 800;
}
.main .header a{
	color: #ffd700;
	font-size: 14px;
	text-decoration: none;
}
.main .blist{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 193px;
	margin: 0px 2px;
	color: #fff;
}
.main .blist a{
	color: #fff;
	text-decoration: none;
}
.main .boxleft .blist{
	background-color: #ea5454;
}
.main .boxright .blist{
	background-color: #0abf9b;
}
.main .blist .hd{
	height: 40px;
	line-height: 40px;
}
.main .blist .hd a{
	display: block;
	width: 100%;
	float: left;
	padding-left: 5px;
	font-size: 16px;
}
.main .blist .hd span{
	float: left;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.main .blist .hd span.bkzdf{
	float: right;
	margin-right: 10px;
}
.main .blist .bd{
	
}
.main .blist li{
	width: 182px;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	font-size: 12px;	
}
.main .blist .link{
	width: 72px;
	float: left;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.main .blist a:hover{
	text-decoration: underline;
	color: #ffd700;
}
.main .blist .price{
	width: 55px;
	float: left;
}
.main .blist .zdf{
	width: 55px;
	float: right;
	text-align: right;
}

.mleft{
	width: 1046px;
	float: left;	
}
.mright{
	width: 146px;	
	/*right: 192px;*/
	margin-left: 1054px;
	background-color: #fff;
}
.mleft .mbox{
	width: 100%;
	position: relative;
	margin-bottom: 24px;
	background-color: #fff;
}
.mleft .mbox i{
	position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ea5454;
    display: none;
}
.mbox section{
	position: relative;
    padding-bottom: 16px;
    display: block;
    background-color: #fffef8;
    border: 1px #f63 solid;
}
.mbox .header{
	position: relative;
    font-size: 24px;
    padding: 16px 24px 10px;
}
.mbox .header h3{
	display: inline-block;
	*display:inline;
	*zoom:1;
    margin-right: 32px;
    color: #333;
    font-size: 24px;
    font-weight: 300;
}
.mbox .header h3 a{
	font-size: 24px;
	color: #333;
}
.mbox .header h3 a:hover{
	color: #0045FF;
}
.mbox .header .red1{
	color:#e52222;
}
.mbox .header .green1{
	color:#0abf9b;
}
.mbox p{
	padding: 0 24px;
    font-size: 18px;
    color: #333;
}
.mbox p span{
	vertical-align: middle;
}
.mbox p span.fst{
	font-size: 12px;
    color: #fff;
    background-color: #7a8399;
    padding: 3px 4px;
    border-radius: 4px;
    margin-right: 8px;
}
.mbox .tbox{
	position: relative;
	width: 100%;
}
.mbox .tbox table{
	width: 100%;
}
.tbox thead{
	color: #666;
    font-size: 12px;
}
.tbox thead tr{
	background: #f5f5f5;
}
.tbox thead th{
	height: 100%;
    padding: 6px 0;
    font-weight: 400;
    text-align: center;
}
.tbox thead th pre{
	display: inline;
	font-family: inherit;
}
.tbox thead th img{
	width: 10px;
    margin-left: 2px;

}
.w435{
	width: 435px;
}
.tbox tbody{
	color: #333;
    font-size: 14px!important;
    line-height: 22px;
}
.tbox tbody tr{
	border-bottom: 1px solid #ebebeb;
}
.tbox tbody tr td{
	text-align: center;
	font-size: 14px;
}
.tbox tbody tr td .updimg{
  width: 18px;
  float: left;
  height: 48px;
  margin-top: 10px;
  margin-right: 5px;
}
.tbox tbody tr td .zfprice{
  float: left;
  text-align: left;
  margin-top: 4px;
}
.tbox tbody tr td .zfprice span{
  display: block;
}
.tbox tbody tr td .zfprice .price{
  margin-top: 5px;
  margin-left: 3px;
}
.tbox tbody td.lst{
	text-align: left;
}
.tbox tbody td a{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.tbox tbody td a:hover{
	color: #0045FF;
}
.mright .menu{
	background: #fff;
	position: absolute;
}
.mright .mmenu.is-fixed{max-height:640px;overflow-y:auto;z-index:0}
.mright .mmenu.is-fixed::-webkit-scrollbar{width:4px}
.mright .mmenu.is-fixed::-webkit-scrollbar-track{background:#fff;border-radius:2px}
.mright .mmenu.is-fixed::-webkit-scrollbar-thumb{border-radius:4px;background:#dedede}
.mmenu ul{
	padding: 20px 8px 0;
}
.mmenu li{
	position: relative;
    color: #666;
    font-size: 12px;
    padding-bottom: 24px;
    padding-left: 15px;
    cursor: pointer;
}
.mmenu li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d8d8d8;
    z-index: 2;
}
.mmenu li.active:before{
	background: #e6394d;
}
.mmenu li:after{
	content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 1px;
    height: 100%;
    background: #efefef;
    z-index: 1;
}
.mmenu li span{
	display: inline-block;
	float: right;
}
.mmenu li.active span{
	color: #e6394d;
}
.pdt10{
	padding-top: 6px;
}
.pdt10 .fred {
    color: red;
    font-weight: 800;
}
.upt{
	background:url("http://ddx.gubit.cn/images/tip.gif")  3px 0 no-repeat;
	padding-left:20px;
	padding-top:3px;
	float:left;
	height:20px;
	line-height:20px;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#pageer {
	margin-left:7px;
	line-height:30px;
	text-align: right;
    padding-right: 10px;
    float: right;
    display: inline-block;
    *display:inline;
	*zoom:1;
} 
#pageer  a,
#pageer  a:link,
#pageer  a:visited{margin-right:1px;padding:1px 3px;background:#fff;border:1px solid #b2d0ea;font-family: 'Arial,Tahoma';color:#0045FF;text-decoration:none;line-height:25px;height:25px} 
#pageer  a:hover {background:#3666d4;border:1px solid #2b55af;color:#fff;} 
#pageer  strong{border:1px solid #FF9966;color:#000;padding:1px 3px;margin-right:1px;} 
#pageer  a.pre{margin:0 5px 0 0;} 
#pageer  a.next{margin:0;}
.login_pop{
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.6);
	display: none;
}
.login_pop_main{
	width: 420px;
	height: 450px;
	position: absolute;
	left: 35%;
	top: 20%;
	background-color: #fff;
	border-radius: 10px;
}	
.login_pop_main .pop_close{
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}
.login_pop_main .pop_close span{
	cursor: pointer;
}
.login_pop_main .pop_logo{
	text-align: center;
	margin-top: 26px;
    font-size: 36px;
    color: #CC0000;
    font-weight: normal;
    margin-left: 15px;
}
.login_pop_main .pop_item{
	width: 348px;
	margin: 40px auto 20px auto;
	overflow: hidden;
}
.login_pop_main .pop_item .logtit{
	display: inline-block;
	float: left;
	font-size: 22px;
	color: #333;
}
.login_pop_main .pop_item .register{
	display: inline-block;
	float: right;
	line-height: 36px;
}
.login_pop_main .pop_item .register a{
	font-size: 16px;
	color: #ff0000
}
.login_pop_main .pop_put{
	width: 348px;
	margin: 0 auto;
}
.login_pop_main .pop_put_box{
	border: 1px solid #f0f0f5;
	margin-bottom: 15px;
	padding: 12px 16px;
	border-radius: 5px;
}
.login_pop_main .pop_put_box:hover{
	background-color: #f5f5fa;
}
.login_pop_main .pop_put_box input{
	width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    background: transparent;
    color: #333;
}
.login_pop_main .pop_cookie{
	width: 348px;
	margin: 5px auto;
}
.login_pop_main .pop_cookie span{
	font-size: 16px;
}
.login_pop_main .pop_cookie #cookielife{
	width: 64px;
	outline: none;
}
.login_pop_main .submit{
	width: 348px;
	margin: 20px auto 24px;
}
.login_pop_main .submit .pop_btn{
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    height: 48px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #DE0422;
    text-align: center;
}
.white{
	color: #fff;
}
.red{
	color: red!important;
}
.green{
	color: #008833;
}
.clear{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.center{
	text-align: center;
}
.footer{
	width: 100%;	
	min-width: 1202px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #272633;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer .s{
	color:red;
}
.footer a{
    color:red;
    font-size: 14px;
}