/* 登录页 start */

.login-page {
  min-width: 1024px;
  min-height: 950px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}

.login-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  margin-bottom: 128px;
}

.login-box {
  background: rgba(12, 40, 90, 0.60);
  padding: 20px;
  width: 480px;
  height: 580px;
  box-sizing: border-box;
  margin-top: 76px;
  border: 1px solid #99c3ff;
  border-radius: 5px;
}

.login-title {
  font-size: 22px;
  font-weight: 600;
  color: #99c3ff;
  margin-top: 15px;
}

.login-title::after {
  margin-top: 18px;
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: #99c3ff;
}

.login-input-box {
  width: 440px;
  height: 70px;
  box-sizing: border-box;
  background: rgba(14, 57, 125, 0.40);
  margin-top: 20px;
  padding: 13px 13px 16px;
  border: 1px solid #99C3FF;
  border-radius: 5px;
}

.login-input-box p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #99c3ff;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.login-input-box input {
  width: 290px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  background: transparent;
  border: none;
}

.login-input-box input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  transition: background-color 50000s ease-in-out 0s;  
}

.login-psd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#psd2 {
  display: none;
}

.psd-eye {
  margin-right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.psd-open {
  height: 20px;
  background-image: url('/static/assets/images/eye.png');
  background-size: 100% 100%;
}

.psd-close {
  height: 20px;
  background-image: url('/static/assets/images/close_eye.png');
  background-size: 100% 100%;
}

.login-check {
  display: flex;
  justify-content: space-between;
}

.login-check img {
  width: 120px;
  height: 38px;
  cursor: pointer;
}

.login-btn-box {
  width: 440px;
  height: 50px;
  box-sizing: border-box;
}

.login-btn {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #226de9 0%, #22aee9 100%);
  border-radius: 5px;
  cursor: pointer;
  border: none;
  font-size:18px;
  color:#fff;
}

.login-btn:hover {
  opacity: 0.8;
}

.browser-box {
  margin-top: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #99c3ff;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.browser-box img {
  margin-left: 19px;
  cursor: pointer;
}

.login-footer {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 40px;
}

.login-footer span {
  margin: 0 20px;
}


/* 登录页 end */


/* 首页 start */

/* .home-page .flex-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-page .left-bottom-box,
.home-page .right-top-box {
  background: rgba(12, 40, 90, 0.4);
  box-sizing: border-box;
  height: 450px;
} */


/* 左部 start */

/* 说明区(含饼图) */

.home-page .left-bottom-box .desc-box {
  margin: 0 auto;
  width: 100%;
}

.home-page .left-bottom-box .desc-box .text-area .item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.home-page .left-bottom-box .desc-box .text-area .item .icon,
.home-page .right-top-box .chart-box .chart-title .icon {
  position: relative;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  background: rgba(20, 125, 136, 0.79);
  border: 1px solid #2497a3;
  border-radius: 50%;
}

.home-page .left-bottom-box .desc-box .text-area .item .icon::before,
.home-page .right-top-box .chart-box .chart-title .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #72f2ff;
  border-radius: 50%;
}

.home-page .left-bottom-box .desc-box .text-area .item .desc-content {
  display: flex;
  flex-direction: column;
}

.home-page .left-bottom-box .desc-box .text-area .item .desc-content span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}

.home-page .left-bottom-box .desc-box .text-area .item .desc-content span+span {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  font-family: youShe;
}

.home-page .left-bottom-box .desc-box .text-area .item .desc-content span span {
  margin-left: 5px;
  font-size: 12px;
  color: #ccc;
}


/* 环状图 */

.home-page .graphic-box {
  width: 120px;
  height: 120px;
}

/* 柱状图 */

.home-page .graphic-histogram {
  margin: 0 auto;
  width: 100%;
  min-height: 200px;
}

.home-page .graphic-box .graphic-pie {
  width: 100%;
  height: 100%;
}


/* 左部 end */


/* 中部 start */

/* .home-page .center-container>.block-box {
  margin-top: 0;
}

.home-page .center-container>.block-box>.item:hover {
  background: rgba(51, 108, 198, .8);
}

.home-page .center-container>.block-box>.item {
  height: 80px;
  box-sizing: border-box;
  width: 235px;
  padding: 17px 20px 14px;
}

.home-page .center-container .block-box>.item span:first-child {
  font-size: 24px;
  font-family: youShe;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-shadow: none;
}

.home-page .center-container .block-box>.item span:nth-last-child(1) {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-shadow: none;
  margin-top: 17px;
  line-height: 12px;
}

.home-page #map {
  min-width: 1000px;
  height: 684px;
}
*/

.home-page .center-bottom>div {
  flex: 1 1 auto;
}

.home-page .mgl40 {
  margin-left: 40px;
}

.home-page .center-bottom>div>.flex-box .item {
  height: 100px;
  min-width: 148px;
  justify-content: space-between;
  padding: 20px 20px 12px;
}

.home-page .center-bottom>div>.flex-box .item+.item {
  margin-left: 18px;
}

.home-page .center-container .center-bottom>div>.flex-box .item>p {
  line-height: 28px;
}

.home-page .center-bottom .block-box {
  margin: 20px 0 0;
}


/* 中部 end */


/* 右部 start */


/* 右上 start */

.home-page .top-box {
  height: 640px;
}


/* 俩方块 start */
.home-page .right-container .top-box .flex-box {
  margin: 0;
}

.home-page .right-container .top-box .flex-box:nth-child(2) {
  margin-left: 20px;
}

.home-page .right-container .top-box .flex-box .item {
  width: 170px;
  height: 130px;
  justify-content: space-between;
}

.home-page .right-container .top-box .flex-box .item>p {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #ffffff;
}

.home-page .right-container .top-box .flex-box .item>div {
  font-size: 24px;
  font-family: youShe;
  font-weight: 400;
  color: #ffffff;
}

.home-page .right-container .top-box .flex-box .item>span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #cccccc;
  margin-top: 0;
  line-height: 14px;
}

/* 俩方块 end */


/* 漏斗图 start */

.home-page .funnel-title {
  margin: 20px 0;
  font-weight: 400;
  color: #fff;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.home-page .funnel-title>span {
  color: #ccc;
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.home-page .funnel-box {
  display: flex;
}

.home-page .funnel-box #funnel-box{
	flex: 1 0 100px;
    max-width: 30%;
}

.home-page #funnel {
  min-width: 100px;
  height: 390px;
  margin-right: 10px;
}

.home-page .funnel-percent {
  flex: 0 0 auto;
}

.home-page .funnel-percent .item {
  height: 30px;
  line-height: 30px;
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 10px;
}

.home-page .funnel-list {
  flex:8 0 auto;
}

.home-page .funnel-list .item {
  height: 30px;
  line-height: 30px;
  color: white;
  background: #1849a2;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.home-page .funnel-list .item .count {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: right;
  color: #72f2ff;
  letter-spacing: 1px;
  white-space:nowrap;
}

.home-page .funnel-list .item .count span {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: right;
  color: #cecece;
  letter-spacing: 1px;
  margin-left: 5px;
}

.home-page .funnel-list .item:nth-of-type(2n) {
  background: #0f2b5e;
}

.home-page .funnel-list .item:last-child {
  margin-bottom: 0;
}


/* 漏斗图 end */


/* 右上 end */


/* 右下 start */

.home-page .right-container .bottom-box .inner {
  margin: 20px 20px 0;
  padding-bottom: 10px !important;
}

.home-page .right-container .bottom-box .inner .block-box {
  margin: 0;
}

.home-page .right-container .bottom-box .inner .block-box .item {
  height: 80px;
  justify-content: space-between;
  padding: 16px 5px 14px;
}

.home-page .right-container .bottom-box .inner .block-box .item div p {
  line-height: 14px;
}

.home-page .right-container .bottom-box .inner .block-box .item span {
  text-shadow: none;
  margin-top: 16px;
  line-height: 19px;
  font-size: 24px;
}


/* 粒状图 start */
.home-page .particle-box {
  margin: 20px 0 0 0 !important;
  padding: 10px 20px;
  height: 100px;
  flex-direction: column;
  align-items: flex-start;
}

.home-page .particle-data {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}

.home-page .particle-content {
  height: 20%;
  width: 100%;
}

.home-page #particle {
  height: 100%;
  width: 100%;
}


/* 粒状图 end */


/* 右下 end */


/* 右部 end */


/* 首页 end */


/* 危害因素可视化 start */


/* 两侧图表 start */

.hazardFactors-page .container .chart-box .graphic-bar {
  min-height: 234px;
  margin-bottom: 20px;
}

.hazardFactors-page .container .chart-box .graphic-particle {
  margin: 20px 0;
  min-height: 142px;
}

.hazardFactors-page .right-container .inner .row-box {
  margin-top: 0;
}

.hazardFactors-page .chart-item .chart-title {
  margin: 20px 0;
}

.hazardFactors-page .chart-item .mgb0 {
  margin-bottom: 0;
}


/* 两侧图表 end */


/* 左部 start */

.hazardFactors-page .container .left-container>.item:last-child {
  height: 920px;
}

.hazardFactors-page .module-box .flex-grow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.hazardFactors-page .module-box .flex-grow>* {
  margin-top: 0;
  min-width: 170px;
  flex: 1 0 34%;
  white-space: nowrap;
}

.hazardFactors-page .module-box .flex-grow>*:nth-child(2n){
  margin-left:20px;
}

.hazardFactors-page .module-box .flex-grow>*:nth-child(n+3) {
  margin-top: 20px;
}

.hazardFactors-page .flex-box .flex-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 108px;
  height: 100px;
  margin-top: 0;
  flex: 1 0 108px;
}

.hazardFactors-page .flex-box .flex-col:nth-child(n+2){
	margin-left: 15px;
}

.hazardFactors-page .flex-box .flex-col span:last-child {
  margin-top: 20px;
  line-height: 17px;
}


/* 左部 end */


/* 中部 start */

.hazardFactors-page .module-box .row-box {
  border-image: linear-gradient(10deg, rgba(10, 33, 73, .6) 0%, rgba(33, 234, 255, .6) 50%, rgba(10, 33, 73, .6) 100%) 3 3;
}

.hazardFactors-page .module-box .center-bottom-box:first-child {
  margin-right: 20px;
}

.hazardFactors-page .module-box .center-bottom-box {
  height: 170px;
  margin-top: 0;
  flex: 1 1 490px;
}

.hazardFactors-page .module-box .center-bottom-box .center-bar-chart {
  height: 130px;
}

.hazardFactors-page .module-box .center-bottom-box .chart-title {
  margin: 12px 0 0;
}

.hazardFactors-page .center-container .title-box .list-data {
  font-size: 32px;
  text-shadow: none;
}

.hazardFactors-page .center-container .title-box .list p {
  text-shadow: 2px 2px 8px #3d76c3 !important;
  font-weight: 400;
  font-size: 18px;
}

.hazardFactors-page .center-container .list>div>p:nth-child(1) {
  text-shadow: 2px 2px 8px #0b2e53 !important;
  font-weight: 700;
}


/* 中部 end */


/* 右部 start */

.hazardFactors-page .container .right-container>.item:last-child {
  height: 920px;
}


/* 右部 end */


/* 危害因素可视化 end */


/* 后台页面-行政部门用户管理 start */

.administrative-users-page .administrative-condition {
  display: flex;
}

.administrative-users-page .administrative-condition .layui-form-selected .layui-edge {
  border-top-color: #4B89F8;
}

.administrative-users-page .admin-search-box {
  margin-right: 7px;
  margin-left: 10px;
}

#toast-container {
  z-index: 99999999 !important;
}


/* 后台页面-行政部门用户管理 end */