/* LESS Document */
/*--------font------------*/
/*--------color------------*/
/*主色*/
/*辅助色*/
/*主的文字颜色灰（40）*/
/*辅助的文字颜色灰(20)*/
/*辅助的文字颜色灰(60)*/
/*辅助的文字颜色灰(80)(输入框提示文字)*/
/*辅助的文字颜色灰(右侧运行监控表格文字)*/
/*主的边框颜色*/
/*辅助边框颜色1（搜索下边框）*/
/*辅助边框颜色2(搜索条件的下边框)*/
/*辅助边框颜色3（表格）*/
/*辅助边框颜色4（右侧运行监控表格）*/
/*主背景颜色*/
/*-------------默认效果-----------------*/
body {
  font-size: 12px;
  font-family: "宋体", Verdana, Geneva, sans-serif;
  color: #676767;
}
.body_filter{
	-webkit-filter:blur(5px);-moz-filter:blur(5px);-ms-filter:blur(5px);filter:blur(5px);
}
a {
  color: #417df2;
  text-decoration: none;
}
a:hover {
  color: #417df2;
}
/* LESS Document */
/*--------------通用函数----------------------*/
/*弹性布局*/
/*form元素的样式*/
/*清除浮动*/
/*--------------通用样式----------------------*/
/*input placeholder的颜色*/
::-webkit-input-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
}
:-moz-placeholder {
  color: #cccccc;
}
/*提示*/
.id_success_tips {
  height: 30px;
  margin-left: 10px;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #34cf75;
}
.id_success_tips .iconfont {
  font-size: 20px;
}
.id_error_tips {
  height: 30px;
  margin-left: 10px;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #f04a46;
}
.id_error_tips .iconfont {
  font-size: 16px;
  padding-right: 5px;
}
.id_condition_tips {
  height: 30px;
  margin-left: 10px;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #808080;
  padding-left: 0px;
}
/*表单*/
.form_item {
  box-sizing: border-box;
  width: 100px;
  height: 36px;
  position: relative;
}
.form_item input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  transition: all 0.3s;
}
.form_item input:focus {
  outline: none;
  border-bottom: 2px solid #417df2;
  box-shadow: 0 2px 0 0 #417df2;
}
.form_item input.laydate-icon {
  background: url(../images/side_bar_arrow.png) 0px -113px no-repeat;
}
.form_item select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  transition: all 0.3s;
}
.form_item select:focus {
  outline: none;
  border-bottom: 2px solid #417df2;
  box-shadow: 0 2px 0 0 #417df2;
}
/*input样式*/
.zdui_input_item {
  box-sizing: border-box;
  width: 100px;
  height: 36px;
  position: relative;
}
.zdui_input_item input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  transition: all 0.3s;
}
.zdui_input_item input:focus {
  outline: none;
  border-bottom: 2px solid #417df2;
  box-shadow: 0 2px 0 0 #417df2;
}
.zdui_input_item input.laydate-icon {
  background: url(../images/side_bar_arrow.png) 0px -113px no-repeat;
}
.zdui_input_item select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  transition: all 0.3s;
}
.zdui_input_item select:focus {
  outline: none;
  border-bottom: 2px solid #417df2;
  box-shadow: 0 2px 0 0 #417df2;
}
/*select样式*/
.zdui_select_item {
  box-sizing: border-box;
  width: 100px;
  height: 36px;
  position: relative;
}
.zdui_select_item input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  transition: all 0.3s;
}
.zdui_select_item input:focus {
  outline: none;
  border-bottom: 2px solid #417df2;
  box-shadow: 0 2px 0 0 #417df2;
}
.zdui_select_item input.laydate-icon {
  background: url(../images/side_bar_arrow.png) 0px -113px no-repeat;
}
.zdui_select_item select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  transition: all 0.3s;
}
.zdui_select_item select:focus {
  outline: none;
  border-bottom: 2px solid #417df2;
  box-shadow: 0 2px 0 0 #417df2;
}
.zdui_select_item select {
  color: #cccccc;
}
/*文字列表样式*/
.zdui_text_item {
  display: inline-block;
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.zdui_text_item.on a {
  color: #417df2;
  font-weight: bold;
}
.zdui_text_item a {
  color: #676767;
}
.zdui_text_item a:hover {
  color: #417df2;
}
/*----按钮----*/
/*--默认--*/
.zdui_default_btn {
  box-sizing: border-box;
  display: inline-block;
  width: 87px;
  height: 24px;
  background: #fff;
  border: 1px solid #cccccc;
  color: #676767;
  text-align: center;
  line-height: 22px;
  border-radius: 20px;
}
.zdui_default_btn:Hover {
  background: #f2f2f2;
  color: #676767;
}
/*--主要--*/
.zdui_primary_btn {
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  height: 24px;
  background: #417df2;
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 20px;
}
.zdui_primary_btn:hover {
  background: #598df4;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
  color: #fff;
}
/*高级搜索*/
.zdui_advance_query_btn {
  box-sizing: border-box;
  width: 110px;
  height: 36px;
  padding-top: 9px;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  top: 1px;
}
.zdui_advance_query_btn a {
  display: inline-block;
  color: #417df2;
  text-decoration: underline;
  padding-right: 9px;
}
.zdui_advance_query_btn a:Hover {
  color: #417df2;
}
.zdui_advance_query_btn i {
  display: inline-block;
  width: 8px;
  height: 4px;
}
.zdui_advance_query_btn i {
  background: url(../images/side_bar_arrow.png) 0px -17px no-repeat;
}
.zdui_advance_query_btn.close {
  background: #f8f9fb;
  border: 1px solid #ebeff3;
  border-bottom: none;
}
.zdui_advance_query_btn.close i {
  background: url(../images/side_bar_arrow.png) 0px -23px no-repeat;
}
/*--表格--*/
.zdui_tabel_main th {
  box-sizing: border-box;
  height: 37px;
  text-align: center;
  padding-left: 9px;
  border: 1px solid #ebeff3;
  background: #f8f9fb;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #333333;
}
.zdui_tabel_main th:first-child {
  border-left: none;
}
.zdui_tabel_main th:last-child {
  border-right: none;
}
.zdui_tabel_main tr:hover {
  background: #f2f2f2;
}
.zdui_tabel_main tr td {
  box-sizing: border-box;
  height: 37px;
  text-align: center;
  padding-left: 9px;
  border: 1px solid #ebeff3;
}
.zdui_tabel_main tr td:first-child {
  border-left: none;
}
.zdui_tabel_main tr td:last-child {
  border-right: none;
}
.zdui_tabel_main tr td span {
  color: #e4e8eb;
}
.zdui_tabel_main tr td a {
  text-decoration: underline;
}
.zdui_tabel_main tr td a:hover {
  color: #f04a46;
  text-decoration: none;
}
/*--页码--*/
.zdui_page {
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
background:#fff;
width:100%;
  height: 20px;
  font-size: 0px;
  line-height: 20px;
}
.zdui_page .zdui_text {
  font-size: 12px;
  padding-right: 11px;
}
.zdui_page .zdui_num_wrap {
  display: inline-block;
  font-size: 12px;
}
.zdui_page .zdui_num_wrap .zdui_prev,
.zdui_page .zdui_num_wrap .next {
  color: #417df2;
}
.zdui_page .zdui_num_wrap .zdui_prev:Hover,
.zdui_page .zdui_num_wrap .next:Hover {
  color: #f04a46;
}
.zdui_page .zdui_num_wrap .zdui_num {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #ebeff3;
  color: #999999;
  top: -3px;
}
.zdui_page .zdui_num_wrap .zdui_num:Hover {
  background: #f2f2f2;
  color: #676767;
}
.zdui_page .zdui_num_wrap .zdui_num.on {
  background: #417df2;
  color: #fff;
  border: none;
}
.zdui_page .zdui_num_wrap .zdui_num.on:hover {
  background: #598df4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  color: #fff;
}
.zdui_page .zdui_goto {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
}
.zdui_page .zdui_goto input {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  border: 1px solid #ebeff3;
  text-align: center;
}
.zdui_page .zdui_goto .zdui_go_btn {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #ebeff3;
  text-align: center;
  color: #676767;
  top: -3px;
}
.zdui_page .zdui_goto .zdui_go_btn:Hover {
  background: #f2f2f2;
  color: #676767;
}
/*弹出框*/
.zdui_dailog_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
.zdui_dailog_wrap .zdui_dailog {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  max-height: 800px;
  overflow: auto;
}
.zdui_dailog_wrap .zdui_dailog .zdui_dailog_title {
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ebeff3;
  margin-bottom: 10px;
}
.zdui_dailog_wrap .zdui_dailog .zdui_dailog_title .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.zdui_dailog_wrap .zdui_dailog .zdui_dailog_con {
  padding: 10px;
}
.zdui_dailog_wrap .zdui_dailog .btn_wrap {
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.zdui_dailog_wrap .zdui_dailog_bg {
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
/*------------------------------通用布局-------------------------------------*/
/*---------头部--------------*/
.zdui_header {
  border-bottom: 1px solid #ebeff3;
  height: 70px;
  box-sizing: border-box;
}
.zdui_header .zdui_logo {
  box-sizing: border-box;
  float: left;
  width: 200px;
  padding: 5px 0 0 30px;
}
.zdui_header .zdui_topbar {
  float: left;
  height: 70px;
  box-sizing: border-box;
}
.zdui_header .zdui_topbar ul {
  padding-left: 17px;
}
.zdui_header .zdui_topbar li {
  float: left;
  padding: 0 5px;
  margin: 0 8px;
  position: relative;
  line-height: 70px;
  font-size: 12px;
  cursor: pointer;
}
.zdui_header .zdui_topbar li:after {
  content: '';
  display: block;
  width: 0px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #417df2;
  transition: width 0.2s;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
}
.zdui_header .zdui_topbar li a {
  color: #676767;
}
.zdui_header .zdui_topbar li:hover a {
  color: #417df2;
}
.zdui_header .zdui_topbar li:hover:after {
  width: 100%;
}
.zdui_header .zdui_topbar li.on a {
  color: #417df2;
}
.zdui_header .zdui_topbar li.on:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #417df2;
}
.zdui_header .zdui_admin {
  float: right;
  position: relative;
  box-sizing: border-box;
  height: 70px;
  padding: 17px 30px 0px 0px;
}
.zdui_header .zdui_admin .zdui_pic {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background:red;
  background: url(../images/header.png) no-repeat;
  background-size:35px 35px;
}
.zdui_header .zdui_admin .zdui_pic img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.zdui_header .zdui_admin .zdui_name {
  float: left;
  position: relative;
  padding-right: 16px;
  margin-left: 10px;
  color: #676767;
  cursor: pointer;
}
.zdui_header .zdui_admin .zdui_fun {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 140px;
  z-index: 900;
}
.zdui_header .zdui_admin .zdui_fun .zdui_logoff {
  color: #417df2;
  text-decoration: underline;
}
.zdui_header .zdui_admin .zdui_fun .zdui_logoff:Hover {
  color: #0d4ac0;
  text-decoration: none;
}
.zdui_header .zdui_admin .zdui_fun .zdui_logoff:active {
  color: #072560;
  text-decoration: none;
}
.zdui_header .zdui_admin .zdui_fun .zdui_exit {
  color: #f04a46;
  text-decoration: underline;
}
.zdui_header .zdui_admin .zdui_fun .zdui_exit:Hover {
  color: #c01410;
  text-decoration: none;
}
.zdui_header .zdui_admin .zdui_fun .zdui_exit:active {
  color: #620a08;
  text-decoration: none;
}
/*---------左侧导航--------------*/
.zdui_sidebar {
  border-right: 1px solid #ebeff3;
  width: 200px;
  box-sizing: border-box;
  overflow-y:auto;
}
.zdui_sidebar::-webkit-scrollbar{width:5px; height:5px; background:rgba(0,0,0,0.1);}
.zdui_sidebar::-webkit-scrollbar-track{bordre-radius:0;}
.zdui_sidebar::-webkit-scrollbar-thumb{border-radius:0; background-color:rgba(95,95,95,0.4); transition:all.2s; border-raidus:5px;
	&:hover{background-color:rgba(95,95,95,0.7);}
}

.zdui_sidebar li {
  position: relative;
  line-height: 37px;
  background: #fff;
  border-bottom: #ebeff3 1px solid;
  font-size: 12px;
  text-indent: 32px;
  cursor: pointer;
}
.zdui_sidebar li .icon_wrap {
  vertical-align: middle;
  display: inline-block;
}
.zdui_sidebar li em {
  margin-right: 10px;
}
.zdui_sidebar li i {
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 15px;
  background: url(../images/side_bar_arrow.png) 0px -7px no-repeat;
}
.zdui_sidebar li:hover {
  background: #f8f9fb;
}
.zdui_sidebar li.on {
  background: #f8f9fb;
}
.zdui_sidebar li.on i {
  height: 7px;
  background: url(../images/side_bar_arrow.png) 0px 0px no-repeat;
}
.zdui_sidebar li a {
  color: #333333;
  display: block;
}
.zdui_sidebar li dl {
  background: #fff;
  border-top: #ebeff3 0px solid;
}
.zdui_sidebar li dt {
  height: 37px;
  position: relative;
  line-height: 37px;
  text-indent: 40px;
  cursor: pointer;
}
.zdui_sidebar li dt:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e8e6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.zdui_sidebar li dt a {
  color: #999999;
}
.zdui_sidebar li dt:hover {
  background: #f3f3f3;
}
.zdui_sidebar li dt.on:after {
  content: '';
  display: block;
  width: 4px;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #417df2;
}
.zdui_sidebar li dt.on a {
  color: #417df2;
}
/*---------中间主要区域--------------*/
/*分页标签*/
.page_tab {
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  padding-left: 30px;
  background: #f8f9fb;
  border-bottom: 1px solid #ebeff3;
  border-top: 1px solid #ebeff3;
  margin-bottom: 20px;
}
.page_tab .item {
  box-sizing: border-box;
  height: 37px;
  padding: 0px 35px;
  line-height: 37px;
  float: left;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #ebeff3;
}
.page_tab .item .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: #979797;
}
.page_tab .item .close:hover {
  color: #f04a46;
}
.page_tab .item .close:active {
  color: #bf1d19;
}
.page_tab .item.on {
  height: 37px;
  line-height: 37px;
  position: relative;
  border: 1px solid #ebeff3;
  border-top: none;
  border-bottom: none;
  background: #fff;
  color: #417df2;
}
.page_tab .item.on .close {
  color: #417df2;
}
.page_tab .item.on .close:hover {
  color: #f04a46;
}
.page_tab .item.on .close:active {
  color: #bf1d19;
}
/*大标题*/
h1.zdui_title {
  box-sizing: border-box;
  padding: 22px 17px 9px 30px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  color: #333333;
}
/*选项卡*/
.toggle_tags {
  height: 40px;
  margin-top: 0px;
}
.toggle_tags ul {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  padding-left: 30px;
  background: #f8f9fb;
  border-top: 1px solid #ebeff3;
  border-bottom: 1px solid #ebeff3;
}
.toggle_tags li {
  box-sizing: border-box;
  height: 37px;
  padding: 0px 46px;
  line-height: 37px;
  float: left;
  cursor: pointer;
}
.toggle_tags li a {
  color: #676767;
}
.toggle_tags li.on {
  height: 38px;
  line-height: 38px;
  position: relative;
  top: -2px;
  border: 1px solid #ebeff3;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  background: #ffffff url(../images/side_bar_arrow.png) 30px -75px no-repeat;
}
.toggle_tags li.on a {
  color: #417df2;
}
/*搜索*/
.zdui_search {
 
}
.zdui_search .zdui_search_item {
  box-sizing: border-box;
  height: 37px;
  overflow: hidden;
  margin: 0px 17px 0px 30px;
  background: url(../images/white_bg_dottle.png) repeat;
}
.zdui_search .zdui_search_item .zdui_si_fl {
  width: 102px;
  height: 37px;
  float: left;
}
.zdui_search .zdui_search_item .zdui_si_mid {
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: -102px;
  margin-right: -240px;
}
.zdui_search .zdui_search_item .zdui_si_mid .zdui_mfw_box {
  box-sizing: border-box;
  margin-left: 102px;
  margin-right: 240px;
}
.zdui_search .zdui_search_item .zdui_si_fr {
  float: right;
  position: relative;
}
.zdui_search .zdui_search_item .zdui_si_title {
  line-height: 37px;
  color: #999999;
}
.zdui_search .zdui_search_item .zdui_si_form_list li {
  float: left;
  margin-right: 53px;
}
.zdui_search .zdui_search_item .zdui_btn_search_wrap .zdui_bsw_fl {
  float: left;
  margin-right: 12px;
  margin-top: 4px;
}
.zdui_search .zdui_search_item .zdui_btn_search_wrap .zdui_bsw_fr {
  float: right;
}
.zdui_search .zdui_search_item .zdui_more {
  width: 50px;
  position: absolute;
  top: 12px;
  right: 22px;
  text-align: right;
  cursor: pointer;
}
.zdui_search .zdui_search_item .zdui_more a {
  display: inline-block;
  padding-right: 9px;
  height: 20px;
  color: #333333;
}
.zdui_search .zdui_search_item .zdui_more a:Hover {
  color: #417df2;
}
.zdui_search .zdui_search_item .zdui_more i {
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(../images/side_bar_arrow.png) 0px -31px no-repeat;
}
.zdui_search .zdui_search_item .zdui_more.on i {
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(../images/side_bar_arrow.png) 0px -37px no-repeat;
}
.zdui_search .zdui_advance_query_con {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 1px solid #ebeff3;
  border-right: none;
  border-left: none;
  background: #f8f9fb;
  position: relative;
  top: -1px;
  z-index: 0;
}
.zdui_search .zdui_advance_query_con:after,.zdui_search .zdui_advance_query_con:before{
	display:table;
	content:'';
}
.zdui_search .zdui_advance_query_con:after{
	clear:both;
}
.zdui_search .zdui_advance_query_con ul {
  background: url(image/ad_se_bg.png) repeat;
  margin: 10px 20px 10px 79px;
}
.zdui_search .zdui_advance_query_con li {
  float: left;
  margin-left: 53px;
  line-height: 36px;
}
/*找回密码*/
.find_password .title {
  height: 50px;
  background: #f9f9f9;
  box-shadow: 0px 2px 3px #e5e5e5;
  margin-bottom: 50px;
  line-height: 50px;
}
.find_password .title .con {
  width: 1000px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #333333;
}
.find_password .title .con img {
  position: relative;
  top: 10px;
  padding-right: 10px;
}
.find_password .fw_account_list {
  width: 680px;
  margin: 0 auto;
}
.find_password .btn_wrap {
  padding-left: 130px;
  padding-top: 20px;
}
/*表格区域*/
.zdui_table_top {
  box-sizing: border-box;
  height: 41px;
  border-top: 1px solid #ebeff3;
  background: #f8f9fb;
}
.zdui_table_top .zdui_btn_wrap {
  padding: 9px 0px 0px 18px;
}
.zdui_table_top .zdui_btn_wrap li {
  float: left;
  margin-left: 12px;
}
.zdui_table_main_wrap {
  height: 400px;
  overflow: auto;
}
.zdui_table_bottom {
  box-sizing: border-box;
  height: 55px;
  padding-top: 4px;
  position: relative;
}
.zdui_table_bottom .zdui_tb_fl {
  float: left;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
}
.zdui_table_bottom .zdui_tb_fl a {
  display: inline-block;
  width: 90px;
  text-align: center;
  color: #417df2;
}
.zdui_table_bottom .zdui_tb_fl a:Hover {
  color: #f04a46;
}
.zdui_table_bottom .zdui_tb_fl .zdui_count_result_btn {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  border: 1px solid #fff;
}
.zdui_table_bottom .zdui_tb_fl .zdui_count_result_btn:after {
  content: "|";
  width: 1px;
  height: 20px;
  color: #ebeff3;
  position: absolute;
  top: 0px;
  right: 2px;
}
.zdui_table_bottom .zdui_tb_fl .zdui_count_result_btn.on {
  width: 90px;
  position: relative;
  z-index: 10;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ebeff3;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  background: #f8f9fb;
}
.zdui_table_bottom .zdui_tb_fl .zdui_count_result_btn.on:after {
  content: '';
}
.zdui_table_bottom .zdui_count_result {
  display: none;
  position: absolute;
  top: 34px;
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 0px 20px;
  border: 1px solid #ebeff3;
  border-left: none;
  border-right: none;
  background: #f8f9fb;
  line-height: 35px;
}
.zdui_table_bottom .zdui_tb_fr {
  float: right;
  padding: 4px 39px 0px 0px;
}

/*弹出层的样式*/

.background{position:fixed;_position:absolute;z-index:998;top:0px;left:0px;width:100%;_width:expression(document.documentElement.clientWidth);height:100%;_height:expression(document.documentElement.clientHeight);background:rgb(50,50,50);background:rgba(0,0,0,0.5);}
.zdBoxDiv{
	position:fixed;
	_position:absolute;
	z-index:999;
	padding:0px;
	background:#fff;
	box-shadow:-1px -5px 30px #DEE0E2;
	padding:10px 30px 30px 30px;
	border-bottom:30px solid #fff;
}
.zdBoxDiv h1{
	position:relative;
	margin:0px;
	height:45px;
	line-height:45px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:normal;
	width:100%;  
	overflow:hidden;
	color:#545964;
	font-weight:bold;
}
.zdBoxDiv h1 .top_left{ display:none; width:10px; height:33px;}
.zdBoxDiv h1 .top_right{background:url(../images/box/box_top_r.jpg) no-repeat; width:9px; height:33px;transition:transform 0.2s ease-in;}
.zdBoxDiv h1 a {
	position:absolute;
	right:6px;
	top:10px;
	display:block;
	margin-top:0px;
	top:0px;
	font-size:14px;
	cursor:pointer;
	color:#417df2;
	transition: transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
	}
.zdBoxDiv h1 a:hover {
	color:#FF0000;
	transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	
	}
.zdBoxDiv #inside {background-color:#FFFFFF;height:240px;}
.zdBoxDiv #inside h2{
text-align:center;
-moz-user-select:none;-
webkit-user-select:none;
padding-top:10px;
display:block;
font-size:13px;
line-height:30px;
height:30px;
padding-left:0px;
font-family:Arial;
font-weight:normal;

}
.zdBoxDiv #inside h2 .btn {
	display:table-cell;
	width:86px; 
	height:27px;
	line-height:27px; 
	border:0; 
	color:#FFF; 
	cursor:pointer; 
	background:#598df4;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.45);
	border-radius:100px;	
}
.btn_close{
	display:table-cell;
	width:86px; 
	height:27px;
	line-height:27px; 
	border:0; 
	color:#676767; 
	cursor:pointer;
	border:1px solid #ccc; 
	background:#fff;
	border-radius:100px;
}
.btn_close:Hover{
	background:#f2f2f2;
	color:#676767;
}
.zdBoxDiv #inside h2 .btnLong {
	background:url(../images/box/box_button_1.jpg) no-repeat; 
	width:66px; height:27px;
	line-height:27px; border:0; 
	color:#FFF; cursor:pointer; }
.zdBoxDiv #inside h2 .disbtn{background:url(../images/btn_disabled.jpg) no-repeat;color:#333}


/*等待效果*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-clip-rotate {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -19px;
}
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #598df4;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}
.ball-clip-rotate p {
  color: #fff;
  padding-top: 5px;
  font-size: 12px;
}

.id_member_dialog {
 
  background: #fff;
  overflow: auto;
}
.id_member_dialog .id_search {
  margin-bottom: 15px;
  border-bottom:1px dashed #dedede;
}
.id_member_dialog .id_search:after,
.id_member_dialog .id_search:before {
  display: table;
  content: '';
}
.id_member_dialog .id_search:after {
  clear: both;
}
.id_member_dialog .id_search li{
	float:left;
	margin-right:53px;
}
.id_search_btn_wrap{
	float:right;
	padding-top:5px;
}
.id_member_dialog table {
  width: 100%;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.id_member_dialog table th {
  height: 30px;
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
.id_member_dialog table tr:hover {
  background: #ecf2fe;
}
.id_member_dialog table td {
  height: 30px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  color: #666666;
}
/*欢迎页*/
.welcome_body {
  background: url(../images/hy_bg.png) left bottom repeat-x;
}
.welcome_body .welcome_pic {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -112px;
}
.welcome_body .welcome_bg {
	height:300px;
  background: url(../images/hy_bg.png) left bottom repeat-x;
}
.button_select{ 
	background:url(../images/button_print.jpg) no-repeat bottom;
	width:26px; height:18px;
	border:0px; 
	cursor: pointer;
}