html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  border: none;
  outline: none;
  display: flex;
}

.inputbox {
  height: 99%;
  width: 45%;
  display: inline;
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 50%) 0px 12px 40px;
  background-color: #272822;
  font-family: Consolas, Helvetica, sans-serif !important;
  font-size: 15px;
}

.outputbox {
  height: 99%;
  width: 45%;
  display: inline;
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 50%) 0px 12px 40px;
  background-color: #272822;
  font-family: Consolas, Helvetica, sans-serif !important;
  font-size: 15px;
}

#msgback {
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #eee;
  position: fixed;
  border-radius: 5px;

  pointer-events: none;
  left: 35%;
  width: 8%;
  top: 1%;
  height: 50px;
  z-index: 1;
}

.btn {
  box-shadow: rgb(0 0 0 / 30%) 0px 3px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #888888;
  color: white;
  width: 180px;
  height: 35px;
  border: 0;
  font-size: 13px;
  border-radius: 5px;
}

.btn:hover {
  box-shadow: rgb(0 0 0 / 40%) 0px 3px 5px;
  opacity: 0.9;
  cursor: pointer;
}

#ul_id {
  padding-top: -10px;
  padding-left: 0px;
  padding-right: 5px;
  list-style-type: none;
  height: 68%;
  width: 200px;
  overflow-y: scroll;
}

#ul_id2 {
  padding-left: 0px;
  padding-right: 0px;
  list-style-type: none;
  width: 200px;
  overflow-y: scroll;
}

ul#ul_id2 .li div .value code {
  height: 1px;
  display: flex;
  flex-direction: column-reverse;
}

::-webkit-scrollbar-track {
  opacity: 0
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #636363;
  opacity: 30%;
  border-radius: 3px;
}

.li {
  width: 180px;
  padding-left: 10px;
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
}

.li>div {
  box-shadow: rgb(0 0 0 / 30%) 0px 3px 5px;
  border-radius: 5px;
}

.name {
  font-size: 14px;
  font-family: Consolas, "微软雅黑";
}

.codeItem {
  font-family: Consolas, "微软雅黑";
  color: #ffffff;
  background-color: #666666;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}

.codeItem:hover {
  background-color: #4c4c4c;
}

.codeItem:active {
  color: #ffffff;
  background-color: #363636;
}

.codeItem2 {
  font-family: Consolas, "微软雅黑";
  color: #ffffff;
  background-color: #f6c428;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}

.codeItem2:hover {
  color: #ffffff;
  background-color: #dea90a;
}

.codeItem2:active {
  color: #ffffff;
  background-color: #af8607;
}

code {
  white-space: pre;
}

a {
  text-decoration: none;
  color: #00f;
}

.value {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.tip {
  font-size: 15px;
  font-family: Consolas, "微软雅黑";
  display: none;
  z-index: 50;
  text-align: left;
}

.alertBox{
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-200%);
  color: #333;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
.alertBox .hintContent{
  padding-left: 5px;
  font-family: monospace;
  font-size: 16px;
}
.alertBoxSuccess{
  background-color: #F6FFED;
  border:2px solid #B7EB8F;
}
.alertBoxSuccess .hintIcon{
  color: #52c41a;
}
.alertBoxWarn{
  background-color: #FFFBE6;
  border: 2px solid #FFE58F;
}
.alertBoxWarn .hintIcon{
  color: #faad14;
}
.alertBoxWarn .hintIcon::before{
  background-image: url('data:image/svg+xml;utf8,');
}

.alertBoxInfo{
  background-color: #E6F4FF;
  border: 2px solid #91CAFF;
}
.alertBoxInfo .hintIcon{
  color: #1677ff;
}
.alertBoxInfo .hintIcon::before{
  background-image: url('data:image/svg+xml;utf8,');
}

.alertBoxError{
  background-color: #FFF2F0;
  border: 2px solid #FFCCC7;
}
.alertBoxError .hintIcon{
  color: #ff4d4f;
}
.alertBoxError .hintIcon::before{
  background-image: url('data:image/svg+xml;utf8,');
}
.hintIcon svg{
  height: 0.9rem;
}


#input {
  font-family: Consolas, "微软雅黑";
  font-size: 15px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 94%;
  width: 97%;
  font-size: 15px;
  margin: 5px 20px 10px 10px;
}

#result {
  font-family: Consolas, "微软雅黑";
  font-size: 15px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 94%;
  width: 97%;
  margin: 5px 20px 10px 10px;
}

.win-control {
  display: block;
  position: relative;
  height: 20px;
  padding: 10px 16px;
  z-index: 20;
}

.win-control>i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.win-control>i:hover {
  cursor: pointer;
}

.win-control>i:nth-child(1) {
  background-color: #FF5F56;
}

.win-control>i:nth-child(2) {
  background-color: #FFBD2E;
}

.win-control>i:nth-child(3) {
  background-color: #27C93F;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  backdrop-filter: blur(5px);
}

.modal-content {
  border-radius: 6px;
  background-color: white;
  margin: 2% 5% 2% 5%;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: fixed;
  right: 7%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal-body {
  width: 100%;
  /* 确保内容宽度不超过弹窗宽度 */
  overflow-x: auto;
  /* 如果内容超过宽度，启用横向滚动 */
}