/*后台导航翻页*/
.nav_page {
  text-align: center;
}
/*志愿者统计页面按钮*/
.button_div {
  width: auto;
  height: 50px;
  margin: auto;
  /*border:solid;*/
}
.button_div ul {
  text-align: center;
}
.button_div {
  height: auto;
  font-size: 20px;
  text-align: center;
}
/*志愿者相关信息统计标题*/
.title_div {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  /*border:solid;*/
}
.lableinfo {
  float: left;
  padding: 5px;
  margin-left: 20px;
}
/*志愿者统计单位表格翻页样式*/
.table_container {
  width: 100%;
  background-color: #9ef6ff;
}
.page_nav {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.page_nav a {
  /*margin:5px;*/
  text-align: center;
  /*background: #ffd55a;*/
}
.page_nav a:hover {
  /*float:left;*/
  text-decoration: none;
}

.page_nav_button {
  width: 33px;
  text-align: center;
  background: white;
  height: 33px;
  border: 1px solid #d4dfe3;
  color: #2283c5;
}
.page_nav_button:hover {
  background: #2283c5;
  color: white;
}
.page_nav_button:active {
  background: #2283c5;
}
.page_nav_button:focus {
  background: #2283c5;
  color: #ffffff;
  font-weight: bold;
}
/*募捐统计总揽信息*/
.cntribution_num {
  margin-left: 20px;
}
/*志愿者统计以及募捐统计盒子*/
.Box {
  margin: 20px;
  width: 750px;
}
/*志愿者统计总览信息*/
.volunteer_num {
  margin-left: 5px;
}
/*统计*/
.tab {
  margin: 20px;
  float: left;
  text-align: center;
  width: 780px;
  height: 500px;
}
.volunt_list td {
  cursor: pointer;
}
.volunt_list td:hover {
  font-weight: bolder;
}

body {
  min-width: 1700px;
  overflow-x: auto;
}

.main-container:before {
  min-width: 1700px;
}

@media only screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

.wd_common_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none;
}

.wd_common_modal_bg {
  position: absolute;
  width: 900px;
  height: 500px;
  margin-top: 50px;
  background: #fff;
  left: 50%;
  margin-left: -450px;
}

.wd_common_modal_map {
  margin: 10px;
  width: 880px;
  height: 480px;
}

.wd_common_modal_close {
  width: 200px;
  height: 30px;
  margin: 10px 350px;
  background: cornflowerblue;
  border: none;
  color: #fff;
}

.dept_seacch_ul {
  width: 200px;
  max-height: 300px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9;
  position: absolute;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.dept_seacch_ul li {
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  padding: 0 10px;
  cursor: pointer;
}

.login_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.login_footer p {
  text-align: center;
  color: #fff;
}

.statistics_tab_year {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.statistics_tab_year .tab_year_find {
  width: 300px;
  margin: 10px;
}

.tab_year_find .year_name {
  height: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  font-size: 22px;
  border: 1px #000 solid;
  background: azure;
}

.tab_year_find .year_content {
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.tab_year_find .year_content .title {
  width: 60%;
  border-left: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  background: aliceblue;
  font-size: 16px;
}

.tab_year_find .year_content .value {
  width: 40%;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  font-size: 18px;
}

.statistics_tab_team {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.statistics_tab_team .team_charts {
  width: 550px;
  height: 580px;
}

.statistics_tab_team .team_list {
  width: 660px;
  height: 580px;
}

.statistics_tab_team .team_list .title {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

.statistics_tab_team .team_list .title .find {
  border: 1px #000 solid;
  background: azure;
}

.statistics_tab_team .team_list .list {
  width: 678px;
  max-height: 480px;
  overflow-y: scroll;
  border: 1px #000 solid;
}

.statistics_tab_team .team_list .list .content {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.statistics_tab_team .team_list .list .content .find {
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
}
