.download_lable {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
}

.download_lable img {
    height: 24px;
    margin-right: 8px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(11%) saturate(1015%) hue-rotate(169deg) brightness(95%) contrast(89%);
}


.index-app-dl-btn .hover-qr-code {
    display: none;
    position: absolute;
    width: 120px;
    height: 120px;
    margin-left: 28%;
    bottom: 114%;
    border:1px solid #000000;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 600px;
  }
  
  .index-app-dl-btn.hover:hover .hover-qr-code {
    display: block;
  }
  
  .index-app-dl-btn.hover .hover-qr-code img {
    width: 100%;
    margin: 0px;
    height: auto;
  }
  
  .index-app-dl-btn.hover .hover-qr-code::before {
    /* left: 40px;
    bottom: -32px;
    border: 16px solid; */
    left: 40px;
    bottom: -22px;
    border: 11px solid;
    border-color: #000000 transparent transparent #000000;
  }
  
  .index-app-dl-btn.hover .hover-qr-code.down::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

  .index-app-dl-btn.hover .hover-qr-code::after {
    /* left: 41px;
    bottom: -30px;
    border: 15px solid; */
    left: 41px;
    bottom: -20px;
    border: 10px solid;
    border-color: #fff transparent transparent #fff;
  }
  
  .index-app-dl-btn.hover .hover-qr-code.down::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
  }

  .lable_mac{
    /* background-color: #ccc; */
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 3px 8px;
  }
  .lable_mac.on{
    background-color: #FFF5BE;
  }
  .lable_mac:hover{
    background-color: #FFF5BE;
  }

  .invite_code_area{
    display: inline-block;
    color: #343434;
    margin-bottom: 0;
    /* margin-right: 10px; */
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border: 3px solid #343434;
    padding: 10px 20px;
    border-radius: 10px;
    background: pink;
  }

  @media (max-width: 768px) {
    .invite_code_area{
      margin-bottom: 20px;
      /* margin-top: 20px; */
    }
  }