*[onclick] {
    cursor: pointer;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .image-content img {
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
  }

  .image-content .image-phone {
    border: 2px solid #ccc;
    padding: 15px 10px 15px 10px;
    border-radius: 20px;
    background-color: black;
    box-shadow: 5px 5px 3px 1px rgba(0, 0, 0);
  }

  .image-content .image-phone-controls {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 120px;
    margin: auto;
    padding: 5px;
  }

  .image-content .infrared {
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }

  .image-content i {
    display: inline-block;
    background-color: snow;
  }

  .image-content .earpiece {
    width: 25px;
    height: 5px;
    border-radius: 10px;
  }

  .image-content .camera {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

  .image-content {
    padding: 40px;
    margin: auto;
    max-width: 360px;
  }

  .android-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    max-width: 70%;
    min-width: 130px;
    margin: auto;
    background-clip: text;
  }

  .android-download:before,
  .android-download:after {
    content: '';
    display: block;
  }

  .android-download:hover {
    color: #FFA500;
    background-color: transparent;
  }

  .jhbf {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
    padding: 10px;
    border-radius: 20px;
    z-index: 1;
  }

  .android-download img {
    max-width: 100%;
    max-height: 100%;

  }

  .logo {
    width: 30px;
  }

  html,
  body {
    width: 100%;
  }

  .masking {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: all .3s ease-in;
    background-color: transparent;
  }

  .masking .contents {
    text-align: center;
    background: snow;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    position: relative;
  }

  .masking .contents h2 {
    margin: 10px 0;
  }

  .masking .contents p {
    margin: 0;
  }

  .masking.show {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .masking.hide {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .masking img.open {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 0px;

  }

  .col-c-1 {
    color: #EFBE11;
  }

  .col-c-2 {
    color: #F0B314;
  }

  .col-c-3 {
    color: #F0AB15;
  }

  .col-c-4 {
    color: #F1A016;
  }

  .col-c-5 {
    color: #F49E1A;
  }

  .col-c-6 {
    color: #F38E1B;
  }

  .col-c-7 {
    color: #f37b1d;
  }

  .col-c-8 {
    color: #F67003;
  }

  .col-c-9 {
    color: #F66F04;
  }

  /* 邀请码 样式  */
  .invitation-code {
    background-color: transparent;
    border: none;
  }

  .invitation {
    padding: 10px;
    display: none;
    cursor: copy;
  }

  .invitation,
  .invitation-code {
    color: black;
    font-weight: bolder;
  }

  .invitation img {
    vertical-align: top;
    width: 1.5rem;
    height: 1.5rem;
  }

  body div.snarl-notification {
    background-color: #f75e00;
    background-image: linear-gradient(43deg, #f2ac80 3%, #ff6a0f 100%);
    color: snow;
  }

  