@media screen and (max-width: 768px) {
  #id {
    width: 2.1333rem;
    height: 2.1333rem;
    position: absolute;
    bottom: 15.5733rem;
    z-index: 999;
  }
  .sell-point {
    flex-direction: column;
    background-image: url("/assets/static/images/trx/1.png");
    background-repeat: no-repeat;
    height: 11.4667rem;
  }
  .sell-point .radios {
    margin-left: 0;
    margin-top: 3.7333rem;
    width: auto;
    height: auto;
    align-self: flex-end;
    margin-right: 10px;
    gap: 20px;
  }
  .sell-point .radios .radio-container {
    gap: 0.1333rem;
  }
  .sell-point .radios .radio-container .radio-img {
    width: 0.3733rem;
    height: 0.3733rem;
  }
  .sell-point .radios .radio-text {
    margin-top: -5px;
  }
  .sell-point .radios .radio-text .title {
    display: block;
    font-size: 0.2667rem;
    color: #e2e2e2;
  }
  .sell-point .radios .radio-text .desc {
    display: none;
    font-size: 0.2133rem;
    color: #aaaaaa;
  }
  .sell-point .sell-point-img {
    display: none;
  }
  .sell-point .icons {
    width: 7.52rem;
    flex-direction: row;
    margin-right: 0;
    margin: 0 auto;
    height: auto;
  }
  .sell-point .icons .icon-container {
    width: auto;
  }
  .sell-point .icons .icon-container img {
    width: 0.9067rem;
    height: 0.5867rem;
  }
  .sell-point .icons .icon-container p {
    font-size: 0.2667rem;
  }
}
