/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

/* 清除内外边距 */
blockquote, /* structural elements 结构元素 */ /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th { /* table elements 表格元素 */ margin: 0; padding: 0; }
/* 设置默认字体 */

button, input, select, textarea { /* for ie */ /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */ overflow: hidden; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
.sideextra { z-index: 1000; width: 24px; height: 300px; position: fixed; top: 150px; right: 0;

_top: expression(documentElement.scrollTop + 150 + "px"); /*IE6 动态设置top位置*/ 

_Right:expression(documentElement.scrollRight + "px");  /*IE6 动态设置left位置*/  }






*html .sideextra{position:absolute;}
.sideextra .e { height: 95px; position: absolute; top: 0; right: 0 }

.sideextra .e .btn { width: 24px; height: 95px; text-align: center; font-family: "微软雅黑"; font-size: 14px; font-weight: normal; color: white; line-height: 14px; background-color: #457CE6; cursor: pointer; float: left }
.sideextra .e .btn span { display: block; width: 14px; float: left; margin: 22px 0 0 5px }
.sideextra .e .btn3 span { margin-top: 20px }
.sideextra .e .btn4 span { margin-top: 28px }
.sideextra .e .r { display: block; float: left; border-left: 1px solid #8e8a81; height: 95px; background-color: #efefef }
.sideextra .online { width: 136px }
.sideextra .online ul { width: 104px }
.sideextra .online ul li { display: block; float: left; width: 100%; height: 31px; border-bottom: 1px solid #d8d8d8; line-height: 31px; background-color: #efefef }
.sideextra .online ul li.li3 { border-bottom: 0 }
.sideextra .online ul li a { display: block; width: 100%; height: 100%; font-family: "微软雅黑"; font-size: 14px; font-weight: normal; color: #484848 }
.sideextra .online ul li a:hover { color: #00a779 }
.sideextra .online ul li a .c1icon { width: 14px; height: 16px; background-position: -55px -35px; float: left; margin: 7px 9px 0 20px }
.sideextra .share { top: 96px; width: 235px; display: none; }
.sideextra .share .r { background-color: #efefef; float: left; width: 200px }
.sideextra .share .r #bdshare { width: 165px; height: 73px; margin: 10px 0 0 13px }
.sideextra .twocode { width: 130px; top: 96px }
.sideextra .twocode .r { width: 95px; background-color: #efefef; float: left }
.sideextra .twocode .r img { width: 89px; height: 89px; margin: 3px 0 0 3px; display: block }
.sideextra .sweb { width: 130px; top: 192px }
.sideextra .sweb .r { width: 95px; background-color: #efefef; float: left }
.sideextra .sweb .r img { width: 89px; height: 89px; margin: 3px 0 0 3px; display: block }
/*登陆界面*/
/*.top{background:url(../images/top_bg.jpg); width:100%; height:99px; margin:0 auto;}*/
.member_all { width: 100%; height: auto; padding-bottom: 60px; margin: 0 auto; }
.member_tant { background: url(http://huihedz.test.dginfo.com/t/h/huihedz/pc/images/login_bg.jpg); width: 655px; height: 200px; text-align: left; padding-left: 345px; padding-top: 138px; margin: 0 auto; }
.member_bottom { width: 100%; height: 100px; text-align: center; line-height: 100px; color: #625A5A; border-top: #ABABAB solid 1px; margin: 0 auto; }
