.xiazhi_qz_prefix {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 4px;
    margin-right: 3px;
    height: 19px;
    font-size: 12px;
    top: -3px;
    clip-path: polygon(7% 0, 99% 0, 93% 100%, 0 100%);
}

.xiazhi_qz_prefix:after {
    position: absolute;
    content: " ";
    display: block;
    left: -100%;
    top: -5px;
    width: 15px;
    height: 145%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: xiazhi_qz_sweep 3s ease-in-out infinite;
    transform: rotate(28deg);
}

@keyframes xiazhi_qz_sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.xiazhi_qz_frontend_palette.csf-field-palette {
    padding: 0;
}

.csf-field-palette .csf--palette {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    user-select: none;
    -webkit-user-select: none;
    transition: all 0.2s;
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.csf-field-palette .csf--palette span {
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-indent: -999px;
}

.skin-color.csf-field-palette .csf--palette {
    margin-right: 5px;
}

.skin-color.csf-field-palette .csf--palette span {
    width: 35px;
    height: 25px;
}

.csf-field-palette .csf--palette:before {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    text-align: center;
    font-size: 10px;
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f00c";
    width: 16px;
    height: 16px;
    line-height: 14px;
    opacity: 0;
    color: #fff;
    background-color: #59b3f6;
    border-radius: 0 0 0 4px;
    transition: opacity 0.2s;
}

.csf-field-palette .csf--active {
    border-color: #59b3f6;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.csf-field-palette .csf--active:before {
    opacity: 1;
}

.csf-field-palette input {
    display: none;
}
