.expert-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.expert-header {
    margin-bottom: 40px;
}

.expert-header h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.expert-header p {
    font-size: 16px;
    color: #666;
}

.expert-btn {
    background: #FF7016;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 112, 22, 0.3);
}

.expert-btn:hover {
    background: #e65a00;
    box-shadow: 0 4px 12px rgba(255, 112, 22, 0.4);
}

.layui-layer{
    background: #fff !important;
    border-radius: 16px;
}

/* 弹框表单样式 */
.expert-form {
    max-width: 100%;
    padding: 16px 0px 16px 16px;
}

.form-section {
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    margin:30px 0px;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    border-left: 4px solid #FF7016;
    padding-left: 10px;
    line-height: 1;
}

.section-note {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-left:10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    /* gap: 16px; */
}

.form-row.extra {
    margin:16px 0px;
}

.form-group {
    width:calc(25% - 16px);
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:solid 1px #E0E0E0;
    border-radius: 8px;
    margin:0px 16px 16px 0px
}

.form-group label {
    flex-shrink: 0;
    font-weight: 600;
    color: #222;
    font-size: 14px;
    margin-bottom: 0px;
}

.form-group label:first-child{
    width:fit-content;
}

.form-group label:last-child{
    margin-left: 2px;
}

.form-group input,
.form-group select {
    flex-grow: 1;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: right;
}

.form-group select{
    width:80px;
    flex-grow: 0;
}

.form-group select option{
    text-align: center;
}

.radio-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.radio-item input[type="radio"] {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.radio-item input[type="radio"]:hover {
    border-color: #FF7016;
}

.radio-item input[type="radio"]:checked {
    border-color: #FF7016;
    background: #FF7016;
}

.radio-item input[type="radio"]:focus {
    outline: none;
}

.radio-item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='20' stroke-dashoffset='20'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: drawCheckmark 0.4s ease-out forwards;
}
.gao{
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22.4px;
    color: rgba(34, 34, 34, 0.5);
}
.layui-layer-hui{
    background-color: #FF7016 !important;
}

.rank-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #f8f9fa;
}

.rank-header {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.rank-tabs {
    display: flex;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

.rank-tab {
    padding-bottom: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.rank-tab.active {
    color: #333;
    border-bottom-color: #ff6b35;
    font-weight: bold;
}


.result-section {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: linear-gradient(180deg, rgba(255, 140, 26, 0.06) 0%, rgba(255, 255, 255, 0) 20%);
}
.result-section-header{
    display: flex;
    justify-content: space-between;
}
.result-section-left{
    display: flex;
}
.result-section-right{
    width: 102px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(255, 112, 22, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 112, 22, 1);
}
.result-section-jian{
    background: rgba(255, 112, 22, 1);
    margin-right: 4px;
    width: 3px;
    height: 16px;
    margin-top: 4px;
}
.result-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.4);
    margin-bottom: 20px;
}
.result-section-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.list-item{
    width: 550px;
    height: 100px;
    opacity: 1;
    border-radius: 8px;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 20px;
}
.list-item-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.list-item-content-title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(34, 34, 34, 1);
}
.list-item-content-info{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 隐藏原生的checkbox */
.switch-checkbox {
    display: none;
}

/* 开关容器样式 */
.switch-container {
    position: relative;
    display: inline-block;
    width: 50px; /* 开关的总宽度 */
    height: 24px; /* 开关的总高度 */
    margin-left: 4px;
}
.switch-container label{
    margin-bottom: 0px;
}

/* 开关背景样式 */
.switch-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* 灰色背景 */
    transition: background-color 0.2s; /* 背景颜色变化动画 */
    border-radius: 24px;
}

/* 开关按钮样式 */
.switch-label::before {
    content: "";
    position: absolute;
    height: 18px; /* 按钮的高度 */
    width: 20px; /* 按钮的宽度 */
    left: 4px; /* 距离左边的距离 */
    bottom: 3px; /* 距离底部的距离 */
    background-color: white; /* 按钮颜色 */
    transition: transform 0.2s; /* 移动动画 */
    border-radius: 18px;
}

/* 当checkbox选中时，改变背景颜色和按钮位置 */
.switch-checkbox:checked + .switch-label {
    background: rgba(0, 186, 173, 1);
}

.switch-checkbox:checked + .switch-label::before {
    transform: translateX(20px); /* 向右移动按钮 */
}
.label-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac-info{
    display: flex;
}
.ac-info .jiange{
    color: rgba(227, 227, 227, 1);
    margin-left: 4px;
    margin-right: 4px;
}
.edit-info{
    display: flex;
    justify-content: space-between;
}
.edit-yz{
    display: flex;
    align-items: center;
}
@keyframes drawCheckmark {
    0% {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='20' stroke-dashoffset='20'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    }
    100% {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='20' stroke-dashoffset='0'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    }
}

.radio-item label {
    margin-left: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

/* 针对表单组内的单选按钮组优化 */
.form-group .radio-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group .radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}



.form-actions {
    text-align: center;
    padding-top: 20px;
}

.btn {
    padding: 10px 60px;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
    outline: none !important;
}

.btn-reset {
    background: rgba(255, 112, 22, 0.09);
    color: #FF7016 !important;
    border:none;
}

.btn-save {
    background: #FF7016;
    color: white;
}

.btn-save:hover{
    color:#fff;
}

.btn-reset:hover{
    color:#FF7016;
}

.btn:focus{
    outline: none;
}
