.main-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    padding: 30px;
    height: 0;
    box-shadow: 0 10px 25px -5px rgba(30, 64, 175, 0.1), 0 10px 10px -5px rgba(30, 64, 175, 0.04);
    border: 1px solid rgba(30, 64, 175, 0.1);
}
.form-area {
    display: flex;
    flex-direction: column;
    color: #1E40AF;
    margin-left: 120px;
    margin-top: 20px;
    font-weight: 500;
}
.dialog-footer {
    text-align: right;
}
.region-list {
    max-height: 400px;
    overflow-y: auto;
}

/*  自定义样式  */
.click-select {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.click-select .item {
    width: 170px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    white-space: normal;
    transition: all 0.3s ease;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    font-weight: 500;
}
.click-select .item:hover {
    border-color: #93c5fd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.1);
}
.com-active {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); /* 渐变背景色 */
    border-color: #1E40AF !important;      /* 边框颜色 */
    color: #1E40AF;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.15);
    transform: translateY(-1px);
    transition: all 0.3s ease;
}
.el-slider__button {
    width: 16px;
    height: 16px;
    border: 3px solid #1E40AF;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.2);
}
.el-slider__button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(30, 64, 175, 0.3);
}
.el-slider__bar {
    height: 8px;
    background: linear-gradient(90deg, #1E40AF 0%, #3B82F6 100%);
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.2);
}
.el-slider__stop {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #FFF;
    transform: translateX(-50%);
}
.el-slider__marks-text {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    color: #909399;
    margin-top: 6px;
    margin-left: 6px;
    width: 24px;
    height: 40px;
}
.el-radio__input.is-checked .el-radio__inner{
    width: 16px;
    height: 16px;
    min-width: 12px;
    min-height: 12px;
    border: 2px solid #1E40AF;
    border-radius: 50%;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.2);
}
.el-radio__input.is-checked+.el-radio__label{
    color: #1E40AF;
    font-weight: 500;
}
.el-radio__inner::after{
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #FFF;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
}
.pick-button {
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    border: none;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    white-space: nowrap;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 20px;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
    overflow: hidden;
}
.pick-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}
.pick-button:hover::before {
    left: 100%;
}
.el-button:focus, .el-button:hover {
    background: linear-gradient(135deg, #1E3A8A 0%, #1E40AF 100%);
    border: none;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.4);
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #1E40AF;
    font-weight: 500;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    border-color: #1E40AF;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.2);
}
.el-input--suffix .el-input__inner {
    padding-right: 10px;
}

/* 新增样式 - 页面整体优化 */
body {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

/* 表单标签样式优化 */
.el-form-item__label {
    color: #374151 !important;
    font-weight: 600;
}

/* 输入框样式优化 */
.el-input__inner {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.el-input__inner:focus {
    border-color: #1E40AF;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

/* 选择框样式优化 */
.el-select .el-input__inner {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
}
.el-select:hover .el-input__inner {
    border-color: #93c5fd;
}

/* 分割线样式 */
.el-divider--horizontal {
    border-color: #e2e8f0;
    margin: 30px 0;
}

/* 对话框样式优化 */
.el-dialog {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.el-dialog__header {
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    color: white;
    padding: 20px;
}
.el-dialog__title {
    color: white;
    font-weight: 600;
}

/* 滚动条样式 */
.el-scrollbar__wrap {
    border-radius: 8px;
}

/* 折叠面板样式 */
.el-collapse-item__header {
    background-color: #f8fafc;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 15px;
    border: 1px solid #e2e8f0;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .form-area {
        margin-left: 20px;
        margin-right: 20px;
    }
    .main-card {
        padding: 20px;
        margin: 10px;
    }
}