.xiaomimi-box {
    position: relative;
    line-height: 38px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}

.xiaomimi-box li {
    list-style-type: none;
}

.xiaomimi-box li input {
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.xiaomimi-box li .meta_tou, 
.xiaomimi-box li .meta_color {
    display: none;
}

.xiaomimi-box li .touimg img {
    width: 40px;
    height: 40px;
}

.xiaomimi-box li .bgcolor span {
    margin-right: 4px;
    padding: 4px 10px;
}

/* 基础元素样式 */
.xiaomimi-box li .touimg .avatar {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

/* 选中状态样式 */
.xiaomimi-box li .touimg .avatar.touselected {
    border-color: #4CAF50; /* 选中时边框颜色 */
    background-color: #f0f9eb; /* 选中时背景色 */
}

.xiaomimi-box li .maincolor input {
    width: auto;
    height: auto;
}

.xiaomimi-box li select {
    border: 1px solid #e5e9ef;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
}

.xiaomimi-box li textarea {
    border-radius: 3px;
    max-width: 100%;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.xiaomimi-box li button {
    display: inline-block;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.xiaomimi-box li button:hover {
    opacity: .8
}

.xiaomimi-box .verifycode {
    float: left;
    display: flex;
}

.xiaomimi-box .verifycode span {
    width: 100px;
}

.xiaomimi-box .verifycode img {
    height: 38px !important;
    line-height: 38px !important;
}

.xiaomimi-box .uploadimg {
    padding-bottom: 15px;
}

.xiaomimi-box .uploadimg p {
    display: flex;
}

.xiaomimi-box .uploadimg p input {
    width: 90%;
}

.xiaomimi-box .uploadimg p strong {
    margin-left: 2px;
    border-radius: 3px;
    width: 10%;
    height: 36px;
    line-height: 36px;
    color: #666666;
    border: 1px solid #e5e9ef;
    text-align: center;
}

.edui-default .edui-dialog-titlebar {
    display: none !important;
}

@media only screen and (max-width:520px) {
    .xiaomimi-box li .btn {
        padding-top: 48px;
        text-align: center;
    }
    .xiaomimi-box li button {
        float: none;
    }
    .xiaomimi-box .uploadimg p input {
        width: 80%;
    }
    .xiaomimi-box .uploadimg p strong {
        width: 20%;
    }
    .edui-default {
        width: 100% !important;
    }
    .edui-default .edui-dialog-buttons {
        display: flex !important;
        justify-content: center;
    }
    .edui-default .edui-dialog-buttons .edui-label {
        padding: 2px 6px;
        background-color: #00b7ee;
        text-align: center;
        width: 80px !important;
        color: #fff;
        border-radius: 4px;
    }
    .edui-default .edui-dialog-buttons .edui-button {
        width: 120px !important;
        margin-right: 0 !important;
    }
    .edui-default .edui-dialog-buttons .edui-button .edui-button-body {
        background: none !important;
        height: auto !important;
    }
    .edui-default .edui-dialog-buttons .edui-button .edui-button-wrap {
        margin-top: -24px;
    }
}
 