.container {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  /*.btn{
      width: 192px;
      height: 55px;
      background: url("../images/btn-link1.png") 0 0 no-repeat;
      margin-left: 70px;
      margin-right: 200px;
      margin-top: 20px;
      &:hover{
          background-position: 0 -90px;
      }
  }*/ }
  header .logo {
    float: left;
    margin-left: 200px;
    height: 90%;
    margin-top: 5px; }
  header nav, header .btn {
    float: right; }
  header nav {
    font-size: 16px;
    text-align: left;
    margin-right: 40px; }
    header nav a {
      color: #fff;
      margin-left: 30px;
      text-transform: uppercase;
      float: left; }
      header nav a.memberServices {
        margin-top: 10px; }
    header nav i {
      display: block;
      line-height: 1.5; }
  header .commu {
    margin-right: 200px;
    margin-top: 13px;
    float: right; }
    header .commu a {
      display: inline-block;
      width: 44px;
      height: 44px;
      background-image: url("//survivalheroes.snail.com/static/web202104/images/commu.png");
      background-repeat: no-repeat; }
      header .commu a.fb {
        background-position: 0 0; }
        header .commu a.fb:hover {
          background-position: 0 -60px; }

/*# sourceMappingURL=common.css.map */
