.idl{
    width: calc(100% - 20rem);
    float: left;
    display: inline-block;
    text-align: center;
}
.idldomes{
    height: 17.15rem;
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.night .idldomes{
    border: 1px solid #444;
}

.idldomes>div{
    width: 14rem;
    height: 14rem;
    position: relative;
    box-shadow: 0 0 5px #bbb;
    border-radius: 6px;
    overflow: hidden;
}

.idldomes>div img{
    width: 100%;
    height: 100%;
}

.idldomes>div>div{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #ff7503;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.idldomes>div>div span{
    color: #fff;
    font-family: "Helvetica,Arial,sans-serif";
    letter-spacing: 6px;
    font-size: 22px;
    display: inline-block;
}

.idlbut{
    text-align: left;
    padding: 0.5rem;
    border: 1px solid #e8e8fd;
}
.night .idlbut{
    border: 1px solid #444;
}
.idlbut span{
    padding: 0 0.75rem;
    display: inline-block;
    background-color: #06b672;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: 29px;
    line-height: 29px;
}
.idr{
    width: 20rem;
    display: inline-block;
    float: right;
    padding: 0 0 0 0.75rem;
}
.idr>div{
    padding: 0 0.5rem;
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}
.night .idr>div{
    border: 1px solid #444;
}
.idr>div .layui-form-radio{
    margin-left: 0 !important;
    margin-bottom: 0.45rem;
    margin-top: 0.45rem !important;
}
.idr>div .layui-form-checkbox{
    margin-left: 0 !important;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem !important;
}
.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;
}
.layui-form-pane .layui-form-item{
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1140px){
    .idl {
        width: 100%;
    }
    .idldomes {
        height: auto;
        padding: 1rem 0;
    }
    .idr{
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0.75rem;
    }
}
@media screen and (max-width: 314px){
    .idr>div span {
        padding: 5px 5px;
    }
}