#id canvas {
  pointer-events: none;
}
#id {
  width: 15.625rem;
  height: 15.625rem;
  position: absolute;
  bottom: 35rem;
  z-index: 999;
}
.sell-point {
  width: 100%;
  height: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: unset;
  background-repeat: no-repeat;
  background-color: #000;
}
.sell-point .radios {
  margin-left: 8.3333rem;
  width: 18.75rem;
  height: 34.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sell-point .radios .radio-container {
  display: flex;
  gap: 0.4167rem;
}
.sell-point .radios .radio-container .radio-img {
  width: 2.0313rem;
  height: 2.0313rem;
}
.sell-point .radios .radio-text {
  align-self: center;
}
.sell-point .radios .radio-text .title {
  font-size: 20px;
  color: #e2e2e2;
  display: none;
}
.sell-point .radios .radio-text .desc {
  font-size: 12px;
  color: #aaaaaa;
}
.sell-point .icons {
  margin-right: 11.875rem;
  height: 34.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sell-point .icons .icon-container {
  width: 6.25rem;
  text-align: center;
}
.sell-point .icons .icon-container p {
  font-size: 0.8333rem;
  color: #fff;
  font-weight: 900;
}
.sell-point .icons .icon-container p:hover {
  color: #bfff00;
}
