@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";
}
.icon-password:before {
  content: "\e60b";
}
.icon-check:before {
  content: "\e625";
}
.icon-check1:before {
  content: "\e6d3";
}
.iconfont.icon-* {
  margin-right: 5px;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
  color: #1d1d1d;
  text-decoration: none;
}
img {
  height: 100%;
  width: 100%;
}
input,
select {
  vertical-align: middle;
}
main.Site-content {
  background-image: url('../images/landscape.jpg');
  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%;
}
.Container {
  -webkit-flex-direction: vertical;
  flex-direction: column;
  -webkit-box-orient: column;
  -webkit-flex-flow: column;
  flex-flow: column;
  width: 410px;
}
#center-logo {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #footer .logo {
    display: none;
  }
  #footer .nav-container {
    max-width: 100% !important;
  }
  #footer .nav-container .Grid {
    width: 100% !important;
  }
}
#footer {
  background-image: 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 div ul {
  margin: 0;
  padding: 0;
  -webkit-flex-direction: vertical;
  flex-direction: column;
  -webkit-box-orient: column;
  -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;
}
#login-panel {
  background-image: url('../images/login.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%;
  width: 410px;
  height: 400px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 60px;
}
#login-panel .name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 25px 0 10px 0;
  width: 60px;
  margin-left: 50px;
}
#login-panel .login-body {
  padding: 0 50px;
}
#login-panel .login-body .form-control {
  width: 100%;
  height: 40px;
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: relative;
}
#login-panel .login-body .form-control:last-of-type {
  width: 100%;
  border: none;
}
#login-panel .login-body .form-control:last-of-type input {
  border: 1px solid #fff;
  border-radius: 5px;
}
#login-panel .login-body .form-control .captcha {
  display: inline-block;
  width: 40%;
  height: 100%;
  float: right;
}
#login-panel .login-body .form-control input {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  border: none;
}
#login-panel .login-body .form-control i {
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 20px;
}
#login-panel .panel-bottom {
  margin-top: 15px;
}
#login-panel .panel-bottom span {
  margin-top: 10px;
  font-size: 12px;
  float: left;
}
#login-panel .panel-bottom input[type="submit"] {
  background-color: #27469c;
  border: none;
  width: 40%;
  padding: 10px 0;
  border-radius: 5px;
  float: right;
  outline: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
#footer {
  padding: 10px 60px;
  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 {
  max-width: 50%;
}
#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;
}
#login-form .error {
  font-size: 12px;
  color: #dd2c00;
  font-family: "微软雅黑", "Microsoft YaHei";
}
#login-form .success {
  font-size: 12px;
  color: #056f00;
  font-family: "微软雅黑", "Microsoft YaHei";
}
