html {
    overflow-x: hidden;
    touch-action: pan-y; 
  }
  .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;
  }
  .cdiv{
      display: flex;
      flex-direction: row;
  }
  .clf{
      width:calc(100% - 20rem);
      display: inline-block;
      align-items: center;
      display: flex;
      height: 23.75rem;
      justify-content: center;
      position: relative;
      overflow: hidden;
  }
  .clfjiao{
      width: 1.5rem;
      height: 1.5rem;
      border: 2px solid var(--textColor);
      position: absolute;
      left: 2px;
      top: 2px;
      cursor: pointer;
  }
  .clfjiao.act{
      background-color: #2196f3;
  }
  .slt{
      border-radius: 0 0 100% 0;
  }
  .srt{
      left: unset;
      top: 2px;
      right: 2px;
      border-radius: 0 0 0 100%;
  }
  .slb{
      left: 2px;
      top: unset;
      bottom: 2px;
      right: unset;
      border-radius: 0 100% 0 0;
  }
  .srb{
      left: unset;
      top: unset;
      bottom: 2px;
      right: 2px;
      border-radius: 100% 0 0 0;
  }
  .demodiv{
      align-items: center;
      border-radius: 30px;
      border-radius: var(--radius);
      display: flex;
      height: 150px;
      height: var(--size);
      justify-content: center;
      text-align: center;
      width: 150px;
      width: var(--size);
  
      background: linear-gradient(145deg, #dadada, #adadad);
      background: linear-gradient(var(--angle), var(--firstGradientColor), var(--secondGradientColor));
      box-shadow: 30px 30px 60px #dadada, -30px -30px 60px #adadad;
      box-shadow: var(--positionX) var(--positionY) var(--blur) var(--darkColor), var(--positionXOpposite) var(--positionYOpposite) var(--blur) var(--lightColor);
  }
  
  .demodiv.ones {
      box-shadow: inset 30px 30px 60px #dadada, inset -30px -30px 60px #adadad;
      box-shadow: inset var(--positionX) var(--positionY) var(--blur) var(--darkColor), inset var(--positionXOpposite) var(--positionYOpposite) var(--blur) var(--lightColor);
  }
  .clr{
      width: 20rem;
      display: inline-block;
      float: right;
      padding-left: 0.75rem;
  }
  .clr>div{
      padding: 0.25rem;
      border: 1px solid #e8e8fd;
      margin-bottom: 0.75rem;
      border-radius: 4px;
  }
  .butshape{
      padding: 0.25rem;
  }
  .butshape>div{
      width: calc(100% / 4);
      float: left;
      display: inline-block;
      padding: 0.25rem;
  }
  .butshape>div>div{
      background-color: #2196f3;
      border-radius: 6px;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
  }
  .butshape>div.act>div{
      background-color: #16b777;
  }
  .butshape>div svg{
      width: 45px;
  }
  .night .clr>div{
      border:1px solid #444;
  }
  @media screen and (max-width: 1180px){
      .cdiv {
          display:block;
      }
      .clf {
          width:100%;
      }
      .clr{
          width: 100%;
          margin-top: 0.75rem;
          padding-left: 0;
      }
  }
  @media screen and (max-width: 420px){
      .clf{
          height: 18.75rem;
      }
  }