<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.x {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(45deg);
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
}
.x:after, .x:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 3px;
    background-color: #C7C7C7;
}
.x:after {
    transform: rotate(-90deg);
}
#mobileInfoFrom{
    height: 100%;
    position: relative;
}
.unselectable {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* å…¶ä»–æµè§ˆå™¨ */
  }
  .mobileDiv input{
    border-radius: 5px;
  }</pre></body></html>