.header {
  height: 82px;
  background: #01070F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);;

  .logo {
    width: 213px;
    height: 45px;
  }

  .menu-list {
    margin-left: 192px;
    display: flex;
    align-items: center;
    justify-content: center;

    .item {
      font-weight: 500;
      font-size: 16px;
      color: #FFFFFF;
      margin-right: 40px;
      cursor: pointer;
    }

    .item:hover {
      color: #04AB81;
    }

    .curr {
      color: #04AB81;
    }
  }

  .icon-kf {
    width: 20px;
    height: 20px;
    margin-left: 150px;
  }

  .tel {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 11px;
  }

  .btn-mf {
    width: 87px;
    height: 28px;
    background: #04AB81;
    border-radius: 2px;
    margin-left: 30px;
    border: none;

    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
  }

}

