/*hd_top信息*/
.hd_top{width:100%;height:50px;margin:0px auto;top:0px;left:0px;position:fixed;z-index:999;background:#fff;border:0px solid blue;}
.hd_top .top-main{width:1200px;height:50px;margin:0px auto;border:0px solid blue;}
.top-main .logo{float:left;border:0px solid red;margin-top:8px;}
.top-main .toplink{float:right;height:30px;line-height:30px;color:#666;margin-top:10px;position:relative;border:0px solid red;}
.top-main .toplink a{text-decoration:none;color:#666;margin-left:10px;}
.top-main .toplink span{margin-left:10px;}
.top-main .toplink .namea{margin-left:0px;}
.top-main .toplink .ucard{cursor:pointer;}
.top-main .toplink .ucard:hover{color:#008eeb;}
.top-main .toplink a:hover{text-decoration:underline;color:#008eeb;}

/*我的礼包*/
.ucard_ul{position:absolute;min-height:150px;min-width:250px;right:120px;top:40px;padding-bottom:10px;
background:#fff;border:1px solid #BC914D;display:none;height:500px;overflow:auto;}
.ucard_ul li{margin-top:0px;line-height:25px;padding:0px 10px;text-align:center;border:0px solid red;}
.ucard_ul .ucardtl{height:30px;line-height:30px;border:0px solid red;}
.ucard_ul .ucardtl h4{padding-left:10px;width:150px;float:left;height:30px;margin:0px;line-height:30px;border:0px solid red;}
.ucard_ul .ucardtl .c_close{background:url('//www.ku25.com/img/ucenter/user_common.png') -260px -150px;float:right;margin-right:5px;cursor:pointer;
margin-top:3px;width:24px;height:24px;border:0px solid red;}

/*footer信息*/
.footer{margin:30px auto 0px;padding-bottom:1px;text-align:center;font-size:13px;color:#a07547;border:0px solid red;}
.footer p{margin:0;padding:0px;line-height:20px;}