/*Appear on pc*/
aside#tip {
  display: block;
  position: fixed;
  top: 185px;
  right: 8px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr;
  text-orientation: upright;
  padding: 10px 6px;
  z-index: 999;
}

.tip {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  background-color: #FF75BF;
  border: 1px solid #2D2D2D;
  padding: 8px 16px;
}

.tip::after {
  content: "";
  width: 43px;
  height: 37px;
  position: absolute;
  background-image: url("../../../../../../../../images/gift.png");
  -webkit-background-image: url("../../../../../../../../images/gift.png");
  -moz-background-image: url("../../../../../../../../images/gift.png");
  -o-background-image: url("../../../../../../../../images/gift.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  bottom: -47px;
  right: calc(50% - 43px / 2);
  right: -webkit-calc(50% - 43px / 2);
  right: -moz-calc(50% - 43px / 2);
}

.tip:hover::after, .tip:focus::after, .tip:active::after {
  background-image: url("../../../../../../../../images/gift-hover.png");
  -webkit-background-image: url("../../../../../../../../images/gift-hover.png");
  -moz-background-image: url("../../../../../../../../images/gift-hover.png");
  -o-background-image: url("../../../../../../../../images/gift-hover.png");
}

.tip.active::after {
  background-image: url("../../../../../../../../images/gift-hover.png");
  -webkit-background-image: url("../../../../../../../../images/gift-hover.png");
  -moz-background-image: url("../../../../../../../../images/gift-hover.png");
  -o-background-image: url("../../../../../../../../images/gift-hover.png");
}

/* @media screen and (max-width: 1023px) {
  /*Hidden on tablet and mobile* /
  aside#tip {
    display: none;
  }

  .tip {
    font-size: 30px;
    padding: 8px 16px;
  }

  .tip::after {
    width: 80px;
    height: 66px;
    bottom: calc(50% - 33px);
    bottom: -webkit-calc(50% - 33px);
    bottom: -moz-calc(50% - 33px);
    right: -95px;
  }
} */

/* @media screen and (max-width: 767px) {

  .tip {
    font-size: 22px;
    padding: 6px 18px;
  }

  .tip::after {
    width: 60px;
    height: 50px;
    bottom: calc(50% - 25px);
    bottom: -webkit-calc(50% - 25px);
    bottom: -moz-calc(50% - 25px);
    right: -68px;
  }
}

@media screen and (max-width: 479px) {

  .tip {
    font-size: 18px;
    padding: 6px 16px;
  }

  .tip::after {
    width: 50px;
    height: 40px;
    bottom: calc(50% - 20px);
    bottom: -webkit-calc(50% - 20px);
    bottom: -moz-calc(50% - 20px);
    right: -55px;
  }
}

@media screen and (max-width: 320px) {

  .tip {
    font-size: 15px;
  }
} */
