body {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}

.page-header-columns {
  position: relative;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
}

.page-header {
  width: 1400px;
  font-size: 0;
  padding:  20px 0;
}
.page-header .logo,
.page-header .logo img,
.page-header .logo span {
  display: inline-block;
  vertical-align: middle;
}
.page-header .logo img {
  width: 105px;
  height: 48px;
  margin-right: 20px;
}
.page-header .logo span {
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.main-wrap {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.main-slogan {
  width: 710px;
  height: 200px;
  background: url(/static/base/images/main/slogan.png) no-repeat 0 0;
  display: inline-block;
  background-size: 100% 100%;
}
.main-entry {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.main-entry a,
.main-entry a i,
.main-entry a span {
  display: inline-block;
  vertical-align: middle;
}
.main-entry a {
  margin: 0 15px;
  width: 200px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #00a3ee;
}
.main-entry i,
.main-entry span {
  font-size: 14px;
  color: #ffffff;
}
.main-entry i {
  margin-right: 10px;
}
.main-entry span {
  letter-spacing: 1px;
  height: 50px;
  line-height: 50px;
}

.page-main-footer {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  width: 100%;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #eee;
}
.page-main-footer a {
  color: #eee;
}
.page-main-footer a:hover {
  color: #fff;
}

.page-main-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-main-background .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(Opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
  
}
.page-main-background .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(./res/images/login-image.jpg);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);*/
  -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}