@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e60d";
}
#main.chart-board {
  height: 500px;
}
.icon-password:before {
  content: "\e60b";
}
.icon-check:before {
  content: "\e625";
}
.icon-check1:before {
  content: "\e6d3";
}
.icon-arrowdown:before {
  content: "\343e";
}
.icon-arrowright-t:before {
  content: "\e62c";
}
.icon-arrowright:before {
  content: "\e612";
}
.iconfont.icon-* {
  margin-right: 5px;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1d1d1d;
  text-decoration: none;
}
img {
  height: 100%;
  width: 100%;
}
input,
select {
  vertical-align: middle;
}
@media screen and (min-width: 1120px) {
  .friend-link {
    width: 198px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  #foot .foot-container {
    flex-wrap: wrap !important;
  }
  #foot .foot-container .friend-link {
    width: 198px;
  }
  #box #province-panel li {
    margin-bottom: 3px !important;
  }
  #box #province-panel span {
    line-height: 40px !important;
  }
  #box #monitor-panel .list-block {
    flex-wrap: wrap;
    margin-bottom: 5px !important;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  #login-panel {
    display: none;
  }
  #monitor-panel,
  #province-panel {
    width: 45% !important;
  }
  #monitor-panel .list-block {
    flex-wrap: wrap;
  }
  #province-panel li span {
    line-height: 42px !important;
  }
}
@media screen and (max-width: 549px) {
  #box.HolyGrail-content {
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #box.HolyGrail-content #login-panel {
    display: none;
  }
  #box.HolyGrail-content #monitor-panel,
  #box.HolyGrail-content #province-panel {
    width: 100% !important;
  }
  #box.HolyGrail-content #province-panel ul li div {
    webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #box.HolyGrail-content #province-panel ul li div .thumb-container {
    width: 70%;
    height: auto;
  }
  #box.HolyGrail-content #province-panel ul li div span {
    line-height: 100px;
  }
  #footer .logo {
    display: none;
  }
  #footer .nav-container {
    max-width: 100% !important;
  }
  #footer .nav-container .Grid {
    width: 100% !important;
    justify-content: center;
  }
  #footer .nav-container .copyRight{
    text-align: center;
    width: 100%!important;
  }
}
main.HolyGrail-body {
  padding: 0;
  maring: 0;
}
#header {
  background-color: #fff;
  padding: 0 4%;
  height: 108px;
  position: relative;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
  text-align: justify;
}
#header .logo {
  width: 550px;
  height: 70px;
}
#header .user-block {
  background: #193d84;
  color: #fff;
  font-size: 14px;
  right: 30px;
  padding: 3px 10px;
  position: absolute;
  top: 0;
}
#header .user-block:before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -10px;
  height: 40px;
  width: 50px;
  left: -27px;
  border-bottom-left-radius: 100% 100%;
  box-shadow: 38px 9px 0 -9px #ffffff inset;
}
#header .user-block:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -10px;
  height: 40px;
  width: 50px;
  right: -28px;
  border-bottom-right-radius: 100% 100%;
  box-shadow: -38px 9px 0 -9px #ffffff inset;
}
#header .user-block a {
  color: #fff;
}
#header .nav-container {
  width: 700px;
  max-width: 33.333%;
}
#header .nav-container .nav-item {
  height: 125px;
  color: #1d1d1d;
  text-align: center;
  margin-right: 5px;
}
#header .nav-container .nav-item:hover {
  background: #193d84;
  color: #fff;
  z-index: 999999;
}
#header .nav-container .nav-item span {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border: none;
  color: inherit;
  margin-top: 56px;
}
#header .nav-container .nav-item.active {
  background: #193d84;
  color: #ffffff;
}
#footer {
  background: url('../images/footer.png');
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: bottom 0.3s ease-out 1.7s;
  -moz-transition: bottom 0.3s ease-out 1.7s;
  transition: bottom 0.3s ease-out 1.7s;
  background-size: cover;
  background-position: 50% 50%;
}
#footer .nav-container {
  align-self: center;
}
/*#footer .nav-container div {
  border-right: 1px solid #fff;
}
#footer .nav-container div:last-of-type {
  border-right: none;
 
}*/
#footer .nav-container .Grid .Grid-cells{
  border-right: 1px solid #fff;
}
#footer .nav-container div ul {
  margin: 0;
  padding: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  flex-flow: column;
}
#footer .nav-container div ul li {
  list-style: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .nav-container div ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    display: none;
  }
  #header .nav-container {
    max-width: 100% !important;
  }
}
#footer {
  padding: 1% 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
}
#footer .logo {
  margin-top: 9px;
  max-width: 320px;
}
#footer .nav-container {
  width: 700px;
}
#footer .nav-container .u-1of2 a {
  text-align: left;
  padding-left: 25px;
}
#footer .nav-container .Grid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
}
#footer .nav-container .Grid li {
  margin-bottom: 0.5em;
}
#footer .nav-container .Grid li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  main.HolyGrail-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  #box {
    flex-wrap: wrap !important;
  }
  #box #login-panel,
  #box #monitor-panel {
    max-width: 45%;
  }
}
#box {
  padding: 2% 10%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#box #login-panel {
  width: 30%;
  margin: 0 10px;
}
#box #login-panel .form-control {
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
}
#box #login-panel .form-control .captcha {
  display: inline-block;
  width: 30%;
  height: 100%;
  float: right;
}
#box #login-panel .form-control input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #1d1d1d;
  outline: none;
  font-size: 14px;
}
#box #login-panel .panel-bottom {
  margin-top: 15px;
}
#box #login-panel .panel-bottom span {
  margin-top: 10px;
  font-size: 12px;
  float: left;
}
#box #login-panel .panel-bottom input[type="submit"] {
  background-color: #27469c;
  border: none;
  color: #fff;
  width: 30%;
  padding: 10px 0;
  border-radius: 5px;
  float: right;
  outline: none;
}
#box #monitor-panel {
  /*.flex-value(1);*/
  width: 30%;
  margin: 0 10px;
}
#box #monitor-panel .list-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 25px 10px;
  margin-bottom: 15px;
  color: #fff;
  text-align: justify;
  font-weight: bolder;
  font-size: 18px;
  background: #194783;
}
#box #province-panel {
  /*.flex-value(1);*/
  margin: 0px 10px;
  width: 30%;
}
#box #province-panel ul {
  margin: 0;
  padding: 0;
}
#box #province-panel ul li {
  list-style: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#box #province-panel ul li:last-of-type {
  margin-bottom: 0;
}
#box #province-panel ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#box #province-panel ul li div .thumb-container {
  display: block;
  width: 120px;
  height: 75px;
}
#box #province-panel ul li div span {
  padding-left: 5px;
  line-height: 54px;
}
#foot {
  padding: 2% 10%;
}
#foot .foot-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 15px 0 25px 0;
}
#foot .foot-container .friend-link {
  padding: 10px 10px;
  border: 1px solid #999;
  flex-wrap: wrap;
  text-align: center;
  font-weight: bold;
  margin: 3px;
}
.login-button {
  padding: 2px 25px;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #194783;
  position: absolute;
  right: 0;
}
.captcha {
  width: 40% !important;
}
label {
  font-size: 12px;
  color: #1d1d1d;
  display: inline-block;
  margin-top: 10px;
}
i {
  margin-right: 8px;
}
.border {
  list-style: none;
  margin: 0;
  padding: 0;
}
.border:after {
  display: block;
  content: '';
  clear: both;
}
.border .before {
  display: block;
  background: #080833;
  width: 35px;
  margin: 8px 10px 0 0;
  height: 5px;
  float: left;
}
.border .center {
  float: left;
  display: inline-block;
  color: #080833;
  margin-bottom: 10px;
}
.border .after {
  margin: 9px 0 2px 15px;
  width: 163px;
  content: '';
  display: inline-block;
  height: 5px;
  background: #080833;
  float: left;
}
.name {
  color: #194783;
  font-size: 18px;
  font-weight: bolder;
  display: block;
  width: 120px;
}

#login-panel .error {
  font-size: 12px;
  color: #dd2c00;
  font-family: "微软雅黑", "Microsoft YaHei";
}
#login-panel .success {
  font-size: 12px;
  color: #056f00;
  font-family: "微软雅黑", "Microsoft YaHei";
}
