@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/sourcesanspro/sourcesanspro-light.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/sourcesanspro/sourcesanspro.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/sourcesanspro/sourcesanspro-bold.woff') format('woff');
}
/*模态打开二层莫太空按钮样式*/
.ssk {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 27px;
  top: 0px;
  line-height: 27px;
  right: 0px;
  cursor: pointer;
}

/*修改密码*/
.dropdown-menu-xgmim.ng-hide {
  position: fixed;
  right:-360px;
  opacity: 0;
}
.dropdown-menu-xgmim {
  transition: all linear 0.5s;
  position: fixed;
  right: 40px;
  z-index: 1000;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  opacity: 1;
}

.font_res{
  color: #f00 !important;
  font-size: 12px;
  vertical-align: sub;
  padding-right: 5px;
}