html {
overflow-x: hidden;
touch-action: pan-y; 
}
.mdiv{
    display: flex;
}
.mlf{
    width:calc(100% - 16rem);
    border:1px solid #e8e8fd;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.night .mlf{
    border:1px solid #444;
    background-image: unset;
}
.mlr{
    width:16rem;
    padding-left: 0.75rem;
}
.mlr>div{
    padding: 0.25rem;
    border: 1px solid #e8e8fd;
    border-radius: 4px;
}
.night .mlr>div{
    border:1px solid #444;
}
.mlf_div_cent{
    background-color: #fff;
    overflow: hidden;
}
.night .mlf_div_cent{
    background-color: #181a1b;
}
.mlf_div{
    width: 300px;
    height: 300px;
    background-color: #6366f1;
    background-image: url(/zb_users/plugin/xc_toolbox/tool/css_paths/demo.png);
}

.pathsetupdiv{
    display: none;
}

.pathsetupdiv.act{
    display: block;
}

.pathsetupdiv>div{
    border: 1px solid #e8e8fd;
    margin-bottom: 0.25rem;
    padding: 0.5rem;
    border-radius: 3px;
    position: relative;
}

.pathsetupdiv>div:nth-last-child(1){
    margin-bottom: 0;
}

.night .pathsetupdiv>div{
    border: 1px solid #444;
}
.pathsetupdiv>div>div.txtop{
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}
.pathsetupdiv>div>div span{
    font-size: 0.6rem;
}
.night .pathsetupdiv>div>div span{
    color: #aaa;
}
.huakuais{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}
.pathsetupdiv>div input[type="range"]{
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #4a00e0, #8e2de2);
    outline: none;
    -webkit-appearance: none;
}

.color_inp {
    border-right: 0px;
    width: calc(100% - 1.9rem) !important;
    float: left;
    border-color: #e8e8fd;
}

.yetacss{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    border-radius: 3px;
    overflow: hidden;
}
.night .yetacss{
    border: 1px solid #444;
}
.yetacss>div.titles{
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
}
.yetaidivbut{
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    padding: 0 0.5rem;
    border: 1px solid #e8e8fd;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.night .yetaidivbut{
    border: 1px solid #444;
}
.yebgcolor{
    border: 1px solid #e8e8fd;
    margin-bottom: 0.25rem;
    padding: 0.5rem;
    border-radius: 3px;
    position: relative;
}
.night .yebgcolor{
    border: 1px solid #444;
}
.yebgcolor>span{
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    display: block;
}
.night .yebgcolor>span{
    color: #aaa;
}

@media screen and (max-width: 1050px){
    .mdiv{
        display: block;
    }
    .mlr{
        width: 100%;
        padding-left: 0;
    }
    .mlf {
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

@media screen and (max-width: 360px){
    .mlf_div_cent{
        width: 100%;
    }
    .mlf{
        padding: 0;
    }
    .mlf_div{
        width: 100%;
        padding-top: 100%;
        height: unset;
    }
}