.las-color{
    padding: 0px 2px;
    color: white;
    background: #009688;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgb(255, 78, 78);
    height: 26px;
    overflow: hidden;

    /* white-space: nowrap; */

    text-overflow: ellipsis;
}
.layui-btn+.layui-btn {
    margin-left: 0px;
}
.layui-form {
    margin-top: 10px;
}
.layui-table-cell{
    width: auto;
    height: auto;
    overflow:visible;
    text-overflow:inherit;
    padding: 0px 5px;
}
.Card{
    float: left;margin: 3px 3px 0px 0px;padding: 1px;
}

.Selected li:before{
    content: "\2714";
    display: block;
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background:  #00c09e;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
}
.DelCard{
    float: left;margin: 3px 3px 0px 0px;
}
#SelectCard .layui-unselect{
    display:none;
}
#SelectCard {
    margin-top: 3px;
}
#SelectCard label,#SelectCard img{
    width: 71px;
}
#SelectCard label,#SelectCard .las-color{
    width: 70px;
    padding: 0px;
}

@media screen and (max-width:700px){
    .Selected li:before{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .Card{
        float: left;width: 80px;height: auto;margin: 3px 3px 0px 0px;
    }
    .Card img{
        width: 80px;height: 100px;
    }
    #SelectCard label,#SelectCard img{
        width: 70px;height: auto;
    }
}