html {
    overflow-x: hidden;
    touch-action: pan-y; 
  }
  .mdiv{
      display: flex;
  }
  .mlf{
      width:calc(100% - 20rem);
      height: 18.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      border: 1px solid #e8e8fd;
  }
  .mlr{
      width:20rem;
      padding-left: 0.75rem;
  }
  .mlr>div{
      padding: 0.25rem;
      border: 1px solid #e8e8fd;
      margin-bottom: 0.75rem;
      border-radius: 4px;
  }
  
  .mlr>div>span{
      display: block;
      padding: 0.5rem 0;
      font-size: 0.65rem;
      cursor: pointer;
  }
  
  .mlr>div>span i{
      font-size: 0.65rem;
      margin-right: 0.25rem;
      font-weight: bold;
  }
  
  .mlr>div>div{
      display: none;
  }
  
  .repeat_c{
      display: none;
  }
  
  .night .mlr>div{
      border:1px solid #444;
  }
  :root {
     --size:18px;
     --fontcolor:#ffffff;
     --txtshadow:none;
     --padding:8px 10px 8px 10px;
     --radius:6px 6px 6px 6px;
     --bgcolor:#9C27B0;
     --bgjianbian:none;
     --border:1px solid #c62d1f;
     --boxshadow:none;
  }
  
  .night .mlf{
      border: 1px solid #444;
  }
  
  .demodiv{
      font-size:var(--size);
      color:var(--fontcolor);
      text-shadow: var(--txtshadow);
  
      padding:var(--padding);
      border:var(--border);
      border-radius: var(--radius);
  
      background-color: var(--bgcolor);
      background-image: var(--bgjianbian);
  
      box-shadow:var(--boxshadow);
  }
  
  
  .butdivbut{
      height: 1.8rem;
      line-height: 1.8rem;
      display: block;
      background-color: #06b672;
      text-align: center;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
  }
  .layui-colorpicker{
      border-top: 0;
      border-bottom: 0;
      padding: 0.25rem 0.25rem 0.25rem 0.25rem;
      border-right: 0;
  }
  .night .layui-colorpicker{
      border: 1px solid #444;
      border-top: 0;
      border-bottom: 0;
      border-right: 0;
      background-color: #181a1b;
  }
  .colorselect{
      margin-bottom: 0 !important;
      margin-right: 0 !important;
      display: inline-block !important;
      float: left;
      clear: none !important;
  }
  .color_inp{
      border-top: 0;
      border-right: 0px;
      border-bottom: 0px;
      width: calc(100% - 1.9rem);
      float: left;
  }
  @media screen and (max-width: 1290px){
      .mdiv {
          display:block;
      }
      .mlf {
          width:100%;
          height: 8rem;
      }
      .mlr {
          width: 100%;
          padding-left:0rem;
          margin-top: 0.75rem;
      }
  }