.container {
  position: relative;
  background-image: url(/static/images/index/bg.png);
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/index/bg.png', sizingMethod='scale');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 411px;
  height: 411px\0;
}

.title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  height: 320px;
  line-height: 320px;
}

.sysList {
  text-align: center;
  font-size: 0;
  position: absolute\0;
  width: 100%\0;
  margin: 0 auto\0;
}

.sysItem {
  display: inline-block;
  width: 373px;
  height: 194px;
  background-color: #fff;
  color: #5282f1;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  margin-right: 26px;
  margin-bottom: 20px;
  cursor: pointer;
}

.sysItem.enabled {
  background-color: #efefef;
}

.sysItem.enabled .sysItem_title {
  color: #aaa;
}

.sysItem:last-child {
  margin-right: 0;
}

.sysItem_icon {
  margin-top: 14px;
}

.sysItem_icon img {
  width: 125px;
  vertical-align: middle;
}

.login_register {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 20px;
}

.login_register a {
  display: inline-block;
  padding: 14px;
  text-decoration: none;
  color: #fff;
}

.userInfo {
  display: none;
  position: absolute;
  right: 50px;
  font-size: 14px;
  top: 20px;
  padding-bottom: 20px;
}

.userName {
  color: #fff;
  display: inline-block;
  max-width: 120px;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
}

.bottom_arrow {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  /* position: relative;
	top: 14px;
	top: 11px\0; */
  display: inline-block;
  margin-left: 7px;
  margin-right: 4px\0;
  vertical-align: middle;
}

/* menu */
.userInfo_menu {
  right: 0px;
  top: 30px;
  left: auto;
}

.userInfo_menu li {
  width: 90px;
  cursor: pointer;
}

.login_success_pop {
  position: absolute;
  display: block;
  transition: top 0.25s ease 0s;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.6);
  width: 120px;
  height: 40px;
  line-height: 40px;
  top: -40px;
  left: 50%;
  z-index: 1;
  margin-left: -60px;
  text-align: center;
  opacity: 1;
}