/* CSS Document */
* CSS Document */
@charset "utf-8";/* 	@名称:style	@功能: 重设浏览器默认样式*//* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin:0; padding:0; }/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font:12px; }
input, select, textarea { font-size:100%; }/* 去掉各Table  cell 的边距并让其边重合 */
table { border-collapse:collapse; border-spacing:0; }/* IE bug fixed: th 不继承 text-align*/
th {}/* 去除默认边框 */
fieldset, img { border:0; }/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display:block; }/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border:0; font-variant:normal; }/* 一致的 del 样式 */
del { text-decoration:line-through; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; }/* 去掉列表前的标识, li 会继承 */
ol, ul { list-style:none; }/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {  }/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:500; }
q:before, q:after { content:''; }/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }/* 让链接在 hover 状态下显示下划线 */
a{color:#666;}
a:hover { text-decoration:none; color:#f00; }/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration:none; }/* 清理浮动 */
.fn-left, .fn-right { display:inline; }
.fn-left { float:left; }
.fn-right { float:right; }


/*-------------Layout---------------*/
body{background:#f6f6f6; font-size:12px; color:#555;}
.width{width:1000px; margin:0 auto; overflow:hidden;}
.clear{font-size: 1px; clear: both; visibility: hidden; width: 1px; height:0px;}
.clear10{font-size: 1px; clear: both; overflow: hidden; width: 1px; height:0px; height:10px;}
.clear15{font-size: 1px; clear: both; overflow: hidden; width: 1px; height:0px; height:15px;}
.clear25{font-size: 1px; clear: both; overflow: hidden; width: 1px; height:0px; height:25px;}
.error{color:#f00; text-align:center; padding:20px 0px;}
.text_align{text-align:center;}
.border_main{background:#fff; border:1px solid #c2c2c2;}
.padding_25{padding:25px;}
.link_blue{color:#018bc9;}
a.link_blue:hover{color:#018bc9; text-decoration:underline;}
.text_green{color:#57aa24;}
.text_hui{color:#b8b7b7;}
.tab1 tr td{padding-bottom:25px;}
.font_yahei{font-family:"微软雅黑", Arial, Helvetica, sans-serif;}
.font_12{font-size:12px;}
.font_14{font-size:14px;}
.font_16{font-size:16px;}
.font_18{font-size:18px;}
.text_blue_tuiguang_title{color:#1eacd2;}
.guanli_main{border:1px solid #c9c9c9; background:#fff; overflow:hidden; padding:10px 20px;}
.text_red{color:#f00;}
.text_green{color:#090;}
.yemian_bg{background:url(../../images/menu/zhongduan/zhongduan_list_bg.gif) repeat-y;}
.border_1{border:1px solid #c9c9c9; background:#fff; border-color:#cecece #f0f0f0 #f0f0f0 #cecece}
.tab2 tr td{padding-bottom:15px;}
/*--login--*/
.login_header{height:95px;}
.login_logo{background:url(../../images/manage/login/logo.jpg) no-repeat; width:332px; height:76px; margin-left:25px;}
.login_main_bg{height:458px; overflow:hidden;}
.login_main_wrap{width:530px; height:330px; margin:0 auto; margin-top:60px; background:#fff; box-shadow:0px 0px 10px #000;
opacity:0.2;
-webkit-opacity:0.2;
-moz-opacity:0.2;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20); 
}
.login_main{position:relative; width:518px; height:316px; background:#e4e4e4; overflow:hidden; margin:0 auto;  margin-top: -323px; font-size:14px}
.login_input{ border:1px solid #000; background:#fff; border-color:#aeaeae #d7d6d6 #d7d6d6 #aeaeae; width:300px; height:37px; line-height:37px; padding-left:5px;}
.login_input_yanzhengma{width:200px;}
.login_header{background:url(../../images/manage/login/login_top_bg.jpg) repeat-x;}

.login_main_bg{background:url(../../images/manage/login/login_main_bg.jpg) center top no-repeat;}

.login_button{background:url(../../images/manage/login/login_button.jpg) no-repeat; width:153px; height:44px; border:none; color:#fff; font-weight:bold;}
.footer{color:#acaaaa; font-size:12px; padding-bottom:20px;}

/*--index--*/

/*--top--*/
.index_top{ width:100%; height:24px; background-color:#008fb5; line-height:24px; font-size:12px;}
.index_top a{color:#fff;}
.index_top a:hover{color:#7ed1e8;}
.top_right em{color:#1aabcf; margin:0px 10px;}


/*--menu--*/

.search_tab{line-height:40px;}
.search_tab tr th{border:1px solid #cdcdcd; background:#ededed; color:#454545; font-weight:normal;}
.search_tab tr td{color:#979797; border-bottom:1px solid #cdcdcd; padding:0px 10px;}
.search_tab tr td em{color:#018bc9;}

.fenye{padding:10px 0px 10px 0px; font-size:12px;}
.fenye a{margin-left:20px;}

.message_menu{width:209px; border-right:1px solid #c2c2c2;}
.message_menu a{display:block; height:40px; text-align:center; background:#dadbdd; color:#5a5a5a; margin-top:15px; line-height:40px; text-align:center;}
.message_main{width:720px; margin-right:30px;}
.message_main h3{border-bottom:1px solid #c2c2c2; height:80px; line-height:80px; color:#474747; font-weight:bold; padding-left:10px;}
.input_add{height:32px; line-height:32px; width:345px;}
.form_tab{line-height:60px;}
.form_tab tr td{padding-right:10px;}

.message_menu, .message_main{padding-bottom:10000px !important; margin-bottom:-10000px !important;}

.upload_button{background:url(../../weixin_ht_web/images/index/upload_button.jpg) no-repeat; width:79px; height:34px; line-height:34px; color:#666;}

/*--弹出框--*/
.manage_wrap{width:100%; height:100%; position:absolute; background:#fff; top:0px;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;

}
.manage_tanchu{width:400px; overflow:hidden;background:#fff; border:1px solid #c9c9c9; position:absolute; z-index:100; box-shadow:1px 1px 5px #ccc; top:30%; left:35%;}

.manage_tanchu h3{height:35px; background:#f6f6f6; padding-left:15px; border-bottom:1px solid #c9c9c9; line-height:35px; padding-right:7px;}
.manange_tanchu_close{background:url(../../images/manage/close.png) no-repeat; width:16px; height:16px; display:block; margin-top:10px;}

/*--button--*/
.button_blue{margin-top:10px; margin-right:15px;}
.button_blue span{display:block; float:left; width:12px; height:12px; border-radius:100px; background:#2ea7c2; border:1px solid #0c6779; color:#fff; line-height:10px; text-align:center; margin-right:7px; margin-top:3px;}


.input_button_blue{border:none; border-bottom:1px solid #0c6779; border-radius:2px;  color:#fff; font-weight:bold; cursor:pointer; width:150px; height:35px;
background: -moz-linear-gradient(top, #2ea7c2, #2d9bb4); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ea7c2), color-stop(1, #2d9bb4)); /* Saf4+, Chrome */
background: -ms-linear-gradient(#2ea7c2 0%,#2d9bb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ea7c2', endColorstr='#2d9bb4', GradientType='0'); /* IE*/
}
.input_button_blue:hover{ border-bottom:1px solid #117e94;
background: -moz-linear-gradient(top, #3bbdd2, #3ab2c7); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3bbdd2), color-stop(1, #3ab2c7)); /* Saf4+, Chrome */
background: -ms-linear-gradient(#3bbdd2 0%,#3ab2c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bbdd2', endColorstr='#3ab2c7', GradientType='0'); /* IE*/
}

/*--会员管理--*/
.manage_huiyuan{width:700px;}
.manage_huiyuan_all{overflow:hidden; padding:10px;}
.manage_huiyuan_all h5{border-bottom: 1px solid #1eacd2; color: #1eacd2; height:40px; line-height:40px;}
.manage_huiyuan_all ul{overflow:hidden; margin-top:15px; margin-left:20px;}
.manage_huiyuan_all li{float:left; line-height:30px; width:150px;}
.manage_huiyuan_all li input{margin-right:5px;}