.c__color-picker{position:relative;padding:3px;border:1px solid #e6e6e6;border-radius:4px;display:inline-block;margin-right:30px}.c__block{width:18px;height:18px;border-radius:2px}.c__panel{position:absolute;top:30px;left:-137px;z-index:2001;-webkit-transform-origin:center top;transform-origin:center top;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.c__canvas{position:relative}.c__canvas canvas{left:0;top:0}.c__cur{width:3px;height:3px;outline:2px solid #fff;margin-left:-1px;margin-top:-1px;position:absolute;border-radius:50%;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4)}.c__alpha,.c__bar{background-color:#fff;position:absolute;cursor:pointer;border-radius:1px;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6)}.c__bar{width:20px;height:3px;left:0;top:0;margin-left:-1px;margin-top:-2px}.c__alpha{width:5px;height:20px;left:100%;top:0;margin-left:-3px;margin-top:-1px}.c__alpha-silder{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:256px;margin-left:30px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.c__alpha-silder-bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(255,69,0,0)),to(#ff4500));background:linear-gradient(90deg,rgba(255,69,0,0) 0,#ff4500);height:100%}.c__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px}.c__input{background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:160px;font-size:12px;height:28px;line-height:28px}.c__input:focus{border-color:#409eff}.c__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c__btn-clear{font-size:12px;color:#409eff;cursor:pointer}.c__btn-confirm{padding:7px 15px;margin-left:10px;font-size:12px;border-radius:3px;display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;font-weight:500}