html {
    overflow-x: hidden;
    touch-action: pan-y; 
  }
  .light_mode{
      --frame-background: hsla(0, 0%, 100%, 0.75);
      --frame-title-color: rgba(0,0,0,0.6);
  }
  .dark_mode {
      --frame-background: rgba(0, 0, 0, 0.75);
      --frame-title-color: hsla(0,0%,100%,0.6);
  }
  .edi{
      background-color: #131313 !important;
      z-index: 1;
      padding: var(--padding-pxs);
      margin: auto;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      overflow: hidden;
  }
  .edidiv{
      background-color: var(--frame-background);
      border-radius: 12px;
      overflow: hidden;
  }
  .CodeMirror * {
      font-family: Monaco, Menlo, Consolas;
      letter-spacing: .1px;
      font-size: var(--footsize-xixi);
      line-height: 22.5px;
      -webkit-font-smoothing: antialiased;
  }
  .CodeMirror{
      background-color: transparent !important;
      color: var(--syntax-text) !important;
  }
  .CodeMirror-cursor {
      border-left: solid 1px var(--syntax-text) !important
  }
  .CodeMirror-scroll{
      overflow:hidden !important;
  }
  .CodeMirror-sizer {
      border-left: 20px solid transparent;
  }
  .cm-string,.cm-string-2 {
      color: var(--syntax-string) !important
  }
  .cm-comment {
      color: var(--syntax-comment) !important
  }
  .cm-variable {
      color: var(--syntax-variable) !important
  }
  .cm-callee {
      color: var(--syntax-property) !important
  }
  .cm-variable-2 {
      color: var(--syntax-variable2) !important
  }
  .cm-variable-3 {
      color: var(--syntax-variable3) !important
  }
  .cm-number {
      color: var(--syntax-number) !important
  }
  .cm-atom {
      color: var(--syntax-atom) !important
  }
  .cm-keyword {
      color: var(--syntax-keyword) !important
  }
  .cm-property {
      color: var(--syntax-property) !important
  }
  .cm-def {
      color: var(--syntax-definition) !important
  }
  .cm-meta {
      color: var(--syntax-meta) !important
  }
  .cm-operator {
      color: var(--syntax-operator) !important
  }
  .cm-attribute {
      color: var(--syntax-attribute) !important
  }
  .cm-tag {
      color: var(--syntax-tag) !important
  }
  .cm-builtin {
      color: var(--syntax-builtin) !important
  }
  .cm-qualifier {
      color: var(--syntax-keyword) !important
  }
  .night .cm-s-default span.cm-error {
      background: transparent;
      color: #f8f8f0;
  }
  .divsetup{
      margin-top: 0.75rem;
      padding: 0.5rem;
      background-color: #242627;
      border: 1px solid #444;
      color: #ccc;
      border-radius: 4px;
      text-align: center;
      position: relative;
  }
  .divsetup>div{
      margin: 0.5rem 0.5rem;
  }
  .divsetup>div>span{
      margin-right: 0.5rem;
      height: 1.3rem;
      line-height: 1.3rem;
      float: left;
  }
  .divsetup>div>div {
      height: 1.3rem;
      line-height: 1.3rem;
      float: left;
      display: inline-block;
  }
  .themeis{
      position: relative;
  }
  .themeis>span{
      height: 1.3rem;
      line-height: 1.3rem;
      display: block;
      border: 1px solid #555;
      padding: 0 0.5rem;
      width: 5rem;
      border-radius: 4px;
      cursor: pointer;
      background-color: #333;
      text-align: left;
  }
  .themeis>span i{
      background: linear-gradient(140deg, rgb(255, 207, 115), rgb(255, 122, 47));
      width: 0.7rem;
      height: 0.7rem;
      display: inline-block;
      border-radius: 100%;
      margin-right: 0.5rem;
      vertical-align: -2.4px;
  }
  .themeis>div{
      position: absolute;
      bottom: 0.5rem;
      left: 0;
      transform: translateY(50%);
      border: 1px solid #555;
      padding: 0.5rem;
      background-color: #333;
      border-radius: 5px;
      z-index: 100;
      display: none;
      width: 6rem;
      text-align: left;
  }
  .themeis>div span{
      display: block;
      height: 1.5rem;
      line-height: 1.5rem;
      cursor: pointer;
      padding: 0 0.4rem;
      border-radius: 4px;
  }
  .themeis>div span:hover{
      background-color: #444;
  }
  .themeis>div span i{
      width: 0.7rem;
      height: 0.7rem;
      display: inline-block;
      border-radius: 100%;
      margin-right: 0.5rem;
      vertical-align: -2px;
  }
  .swi{
      height: 1rem;
      line-height: 1rem;
      display: inline-block;
      border: 1px solid #ddd;
      width: 2rem;
      border-radius: 12px;
      padding: 0.1rem;
      cursor: pointer;
      margin-top: 0.15rem;
  }
  .swi i{
      width: 0.7rem;
      height: 0.7rem;
      display: inline-block;
      background-color: #ddd;
      border-radius: 100%;
      float: left;
  }
  .swi.act{
      background-color: #06b672;
      border: 1px solid #06b672;
  }
  .swi.act i{
      background-color: #fff;
      float: right;
  }
  .paddings span{
      height: 1.3rem;
      line-height: 1.3rem;
      width: 1.3rem;
      display: inline-block;
      border: 1px solid #555;
      text-align: center;
      border-radius: 3px;
      font-weight: 500;
      color:#ccc;
      cursor: pointer;
  }
  .paddings span.act{
      background-color: #06b672;
      color: #fff;
      border: 1px solid #06b672;
  }
  .selectlang{
      height: 1.3rem;
      line-height: 1.3rem;
      border: 1px solid #555;
      width: 5rem;
      border-radius: 4px;
      background-color: #333;
      color: #ccc;
  }
  .edi_head{
      position: relative;
      height: 2.25rem;
      line-height: 2.25rem;
      z-index: 9;
      text-align: center;
  }
  .edi_head i{
      display: inline-block;
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 100%;
      margin-right: 0.4rem;
      position: absolute;
      left: 1rem;
      top: 0.7rem;
  }
  .edi_head i:nth-child(1){
      background-color: #FF5F56;
  }
  .edi_head i:nth-child(2){
      background-color: #FFBD2E;
      left: calc(1rem + 1rem);
  }
  .edi_head i:nth-child(3){
      background-color: #27C93F;
      left: calc(1rem + 1rem + 1rem);
  }
  .edi_head input{
      background: transparent;
      border: 0;
      color: var(--frame-title-color);
      font-weight: 700;
      text-align: center;
      font-family: Inter var,sans-serif;
      font-size: 12px;
      vertical-align: 2px;
      width: 10rem;
  }
  .edi .CodeMirror{
      margin-top: -2.25rem;
      padding: 2.25rem 0px 0.5rem 0px;
      border-radius: 6px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0.6rem 2rem;
      height: auto !important;
      min-height: 17.3rem;
      border:0;
  }
  .CodeMirror-code>div{
      font-size: inherit;
  }
  .tuos{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .tuos span{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      border: 2px solid #fff;
      background-color: #fff;
      display: inline-block;
      border-radius: 100%;
      cursor: ew-resize;   
  }
  .tuos span.lr{
      right: 0;
  }
  .butdivs{
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 0.25rem;
      display: inline-block;
      float: unset !important;
      margin: 0 !important;
  }
  .butdivs span{
      display: block;
      border: 1px solid #444;
      height: 1.6rem !important;
      line-height: 1.6rem !important;
      padding: 0 1rem;
      float: unset !important;
      margin: 0.25rem 0 !important;
      color: #eee;
      cursor: pointer;
  }
  
  .wdts{
      width: 25rem;
      position: relative;
      border: 1px solid #444;
      border-radius: 3px;
  }
  @media screen and (max-width: 990px){
      .wdts{
          width: 15rem;
          position: relative;
          border: 1px solid #444;
          border-radius: 3px;
      }
  }
  @media screen and (max-width: 550px){
      .butdivs{
          position: relative;
          transform: translateY(0);
          top: unset;
          left: unset;
          right: unset;
          float: left !important;
          margin-top: 0.2rem !important;
      }
      .butdivs span{
          display: inline-block;
          float: left !important;
          margin-left: 0.3rem !important;
      }
      .tuos{
          display: none;
      }
      .wdts{
          width: calc(100% - 3rem);
      }
  }
  @media screen and (max-width: 435px){
      .divsetup>div {
          margin: 0.5rem 0rem;
      }
      .butdivs {
          padding: 0 !important;
      }
      .butdivs span {
          margin-left: 0 !important;
      }
      .np{
          display: none !important;
      }
  }
  @media screen and (max-width: 370px){
      .butdivs span{
          width:100%;
      }
  }