html {
    overflow-x: hidden;
    touch-action: pan-y; 
  }
  .mdiv{
   
  }
  .mlr{
      width:20rem;
      padding-left: 0.75rem;
      float: right;
  }
  .mlr>div{
      padding: 0.25rem;
      border: 1px solid #e8e8fd;
      margin-bottom: 0.75rem;
      border-radius: 4px;
  }
  .night .mlr>div{
      border:1px solid #444;
  }
  
  .mlf{
      width:calc(100% - 20rem);
      border: 1px solid #e8e8fd;
      float: left;
      text-align: center;
  }
  .night .mlf{
      border: 1px solid #444;
  }
  
  .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;
  }
  
  .zpans{
      position: relative;
      border-radius: 100%;
      border: 0;
      background-color: #9C27B0;
      margin: 1rem auto;
      display: inline-flex;
  }
  
  .zpans canvas{
      max-width: 400px;
      width: 100%;
      max-height: 400px;
      height: 100%;
  }
  
  .zpans button{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 3rem;
      height: 3rem;
      text-align: center;
      font-size: 1rem;
      color: #fff;
      font-weight: bold;
      border-radius: 100%;
      border: 4px solid #ddd;
      background: radial-gradient(circle, #06b672, #9a66ff);
  }
  
  .zpans button::before {
      content: '';
      border: 0.4rem solid transparent;
      border-block-width: 1.5rem;
      border-bottom-color: #dddddd;
      position: absolute;
      left: calc(50% - 0.4rem);
      top: -3rem;
      width: 0.8rem;
      height: 1.5rem;
      line-height: 1.5rem;
  }
  
  .jianglist{
  
  }
  
  .jianglist>div{
      height: 1.8rem;
      line-height: 1.8rem;
      color: #fff;
      padding: 0 0.5rem;
      margin-bottom: 0.25rem;
      border-radius: 3px;
  }
  
  .jianglist>div:last-child{
      margin-bottom: 0rem;
  }
  
  .jianglist>div i{
      float: right;
      font-size: 0.7rem;
      cursor: pointer;
  }
  
  .sucalerts{
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
      animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative;
      background: linear-gradient(135deg, #3498db, #8e44ad);
      text-align: center;
      padding: 1rem 0;
  }
  
  .sucalerts>i{
      display: block;
      color: green;
      font-size: 3rem;
      color: gold;
      text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
  }
  
  .sucalerts>span{
      color: #fff;
      font-size: 1.5rem;
      font-family: cursive;
      margin: 0.8rem 0;
      display: block;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .sucalerts>p{
      font-size: 1rem;
      color: #fff;
  }
  
  .sucalerts>div{
      display: inline-block;
      height: 2rem;
      line-height: 2rem;
      background-color: #FF5722;
      color: #fff;
      padding: 0 3rem;
      border-radius: 15px;
      font-size: 0.8rem;
      margin-top: 1rem;
      cursor: pointer;
  }
  
  .sualertsdiv{
      border-radius: 6px;
      overflow: hidden;
  }
  
  .suredsdivs{
      padding: 0.25rem;
      max-height: 10rem;
      overflow: hidden;
      overflow-y: auto;
  }
  
  .suredsdivs::-webkit-scrollbar {
      width: 2px;
      height: 2px
  }
  
  .suredsdivs::-webkit-scrollbar-thumb {
      border: 1px solid transparent;
      background-clip: padding-box;
      border-radius: 7px;
      background: #06b672;
  }
  
  .suredsdivs li{
      padding: 0.25rem;
  }
  
  .suredsdivs li>div{
      height: 1.8rem;
      line-height: 1.8rem;
      border: 1px solid #e8e8fd;
      padding: 0 0.5rem;
  }
  
  .night .suredsdivs li>div{
      border: 1px solid #444;
      color: #aaa;
  }
  
  .suredsdivs li>div span{
      float: right;
  }
  
  .clearbutss{
      background-color: #FF9800;
      height: 1.8rem;
      line-height: 1.8rem;
      text-align: center;
      margin: 0 0.25rem 0.25rem 0.25rem;
      color: #fff;
      cursor: pointer;
  }
  
  .choujiangbut{
      padding: 0.3rem;
      padding-top: 0;
  }
  
  .choujiangbut div{
      width: 50%;
      display: inline-block;
      float: left;
      text-align: center;
      padding: 0.125rem;
  }
  
  .choujiangbut span{
      height: 1.9rem;
      line-height: 1.9rem;
      display: block;
      border: 1px solid #e8e8fd;
      cursor: pointer;
  }
  
  .night .choujiangbut span{
      border: 1px solid #444;
      color: #aaa;
  }
  
  @media screen and (max-width: 1290px){
      .mdiv {
          display:block;
      }
      .mlf {
          width:100%;
      }
      .mlr {
          width: 100%;
          padding-left:0rem;
          margin-top: 0.75rem;
      }
  }
  @media screen and (max-width: 485px){
      .zpans {
          margin: 0.5rem;
      }
  }