@charset "UTF-8";.sp-breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:var(--sp-white);padding:.8rem 2rem;border:1px solid var(--sp-gray-light-3)}.sp-breadcrumb .category-menu{display:flex;align-items:center;justify-content:left;gap:1rem;gap:.5rem;flex-wrap:wrap}.sp-breadcrumb .category-menu span.clickable{cursor:pointer}.sp-breadcrumb .category-menu span.clickable:hover{color:var(--sp-primary)}.sp-breadcrumb .category-menu span:nth-last-child(-n+2){font-weight:600}@media screen and (max-width: 768px){.sp-breadcrumb .category-menu{justify-content:flex-start;width:100%}}.sp-breadcrumb .right-section{display:flex;align-items:center;justify-content:center;gap:1rem}@media screen and (max-width: 768px){.sp-breadcrumb .right-section{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media screen and (max-width: 768px){.sp-breadcrumb{display:flex;flex-direction:column;gap:1rem;padding:.8rem 1rem}}.sp-tabs{display:flex;align-items:center;justify-content:left;gap:1rem;white-space:nowrap}.sp-tabs .sp-tab-item{cursor:pointer;padding-bottom:.5rem;font-size:1rem}.sp-tabs .sp-tab-item.active{color:var(--sp-primary);border-bottom:2px solid var(--sp-primary)}.sp-dropdown-menu{box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:1rem;gap:0;position:absolute;top:calc(100% + .5rem);left:0;min-width:100%;white-space:nowrap;padding:.5rem 0;background-color:var(--sp-white);color:var(--sp-black);z-index:1001}.sp-dropdown-menu>div{padding:.5rem 1.5rem;cursor:pointer}.sp-dropdown-menu>div:hover{background-color:var(--sp-gray-light-1)}.sp-dropdown-menu>div.is-selected{font-weight:600}.sp-dropdown-menu:after{content:"";position:absolute;left:50%;top:-6px;transform:translate(-50%);border-width:0 6px 6px 6px;border-style:solid;border-color:transparent transparent var(--sp-white) transparent;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.1))}.sp-filter-container{display:flex;flex-direction:column;gap:1rem;gap:2rem;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;background-color:var(--sp-white);height:fit-content;align-self:flex-start}@media screen and (max-width: 1024px){.sp-filter-container{display:none}}.sp-mobile-filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1001}.sp-mobile-filter-overlay .mobile-filter-panel{position:fixed;bottom:0;left:0;width:100%;height:70vh;background-color:var(--sp-white);transition:bottom .3s ease-in-out}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;height:60px;border-bottom:1px solid var(--sp-gray-light-2)}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-header h3{margin:0;font-size:1.2rem}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-header .close-btn{font-size:1.5rem;cursor:pointer}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-content{height:calc(70vh - 180px);overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1rem}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-content .mobile-filter-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-content .mobile-filter-actions .sp-checkbox{display:flex;align-items:center}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-footer{display:flex;justify-content:space-between;padding:1rem;border-top:1px solid var(--sp-gray-light-2);position:sticky;bottom:0;background-color:var(--sp-white)}.sp-mobile-filter-overlay .mobile-filter-panel .mobile-filter-footer button{flex:1;margin:0 .5rem}.sp-filter-section .filter-content{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.sp-filter-section .filter-content .filter-children{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;margin-left:1.5rem}.sp-filter-section .filter-content-inline{display:flex;gap:1rem;margin-top:1rem}.sp-modal-warning{background-color:var(--sp-gray-light-1);padding:1rem;border-radius:4px;display:flex;flex-direction:column;gap:1rem}.sp-modal-warning .warning-title{display:flex;align-items:center;justify-content:left;gap:1rem;gap:.5rem;white-space:nowrap}.sp-modal-warning .warning-title:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--sp-primary)}.sp-modal-warning .warning-title:after{content:"温馨提示"}.sp-modal-warning ul,.sp-modal-warning ol{margin:0;padding-left:1rem}.sp-modal-warning ul li,.sp-modal-warning ol li{color:var(--sp-gray-dark-1);line-height:1.5;margin-bottom:.5rem}.sp-modal-warning ul li:last-child,.sp-modal-warning ol li:last-child{margin-bottom:0}.sp-personal-search-container{margin:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sp-personal-search-container :deep(.custom-select) .select-input{padding:.75rem 1rem}@media screen and (max-width: 768px){.sp-personal-search-container{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}}:root{--sp-primary: #FD7215;--sp-primary-light: #F76F17;--sp-primary-dark: #DD2A25;--sp-secondary: #ffd700;--sp-tertiary: #F7941F;--sp-black: #13172B;--sp-white: #ffffff;--sp-gray-bg: #FAFBFC;--sp-light-bg: #FEFCE8;--sp-gray-light-1: #F9FAFB;--sp-gray-light-2: #EEEEEE;--sp-gray-light-3: #D9D9D9;--sp-gray-light-4: #AFB0B6;--sp-gray-dark-1: #5A5858;--sp-gray-dark-2: #5E626F;--sp-wechat: #29AE67;--sp-blue: #3366cc}body{margin:0;min-height:100vh;color:var(--sp-black);background:var(--sp-gray-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--sp-gray-light-3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:var(--sp-primary)}.sp-mall-container{margin:0 auto;padding:1rem 5rem;max-width:1440px;display:grid;grid-template-columns:20rem minmax(0,1fr);gap:2rem}@media screen and (max-width: 1024px){.sp-mall-container{padding:1rem;display:grid;grid-template-columns:100%;gap:1.5rem;margin-top:.5rem}}.sp-flex-column{display:flex;flex-direction:column;gap:1rem}.sp-flex-left{display:flex;align-items:center;justify-content:left;gap:1rem}.sp-flex-right{display:flex;align-items:center;justify-content:right;gap:1rem}.sp-flex-center{display:flex;align-items:center;justify-content:center;gap:1rem}.sp-flex-between{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sp-icon-primary{color:var(--sp-primary);font-size:1rem}.sp-icon-gray{color:var(--sp-gray-dark-1);font-size:1rem}.sp-icon-text{display:flex;align-items:center;justify-content:left;gap:1rem;gap:.5rem;white-space:nowrap}.sp-primary-tag{color:var(--sp-primary)}.sp-h1{font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.sp-h2{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.sp-h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.sp-h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.sp-title-with-line{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;border-bottom:1px solid var(--sp-gray-light-2)}.sp-title-no-line{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.sp-radio-label{display:flex;align-items:center;justify-content:left;gap:1rem;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.sp-radio-label input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;width:1rem;height:1rem;border:1px solid var(--sp-gray-dark-1);border-radius:50%;cursor:pointer;position:relative}.sp-radio-label input[type=radio]:checked{border-color:var(--sp-primary)}.sp-radio-label input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.5rem;height:.5rem;background-color:var(--sp-primary);border-radius:50%}.sp-radio-label span{flex:1}.sp-checkbox{display:flex;align-items:center;justify-content:center;gap:1rem;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.sp-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;width:1rem;height:1rem;border:1px solid var(--sp-gray-dark-1);border-radius:3px;cursor:pointer;position:relative}.sp-checkbox input[type=checkbox]:checked{background-color:var(--sp-primary);border-color:var(--sp-primary)}.sp-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:.25rem;height:.5rem;border-bottom:2px solid white;border-right:2px solid white;margin-top:-1px}.sp-checkbox span{flex:1}.sp-left-menu{display:flex;flex-direction:column;gap:1rem}.sp-left-menu .menu-list{background-color:var(--sp-white);border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.sp-left-menu .menu-list .menu-title{font-weight:600;padding:1rem 1.5rem;border-bottom:1px solid var(--sp-gray-light-2)}.sp-left-menu .menu-list .menu-title i{color:var(--sp-primary)}.sp-left-menu .menu-list .menu-container{display:flex;flex-direction:column;gap:1rem;gap:.5rem;padding:1.5rem}.sp-left-menu .menu-list .menu-item{cursor:pointer;text-decoration:none;padding:.5rem 1rem;border-radius:4px;border:1px solid var(--sp-gray-light-3);transition:all .3s ease}.sp-left-menu .menu-list .menu-item i{color:var(--sp-primary)}.sp-right-content{background:var(--sp-white);border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.sp-right-content .content-title{font-size:1.1rem;font-weight:600;padding:1rem 1.5rem;border-bottom:1px solid var(--sp-gray-light-2)}.sp-right-content .content-title i{color:var(--sp-primary)}.sp-right-content .content-body{margin:1.5rem}@media screen and (max-width: 768px){.sp-right-content .content-body{margin:1rem}}.sp-loading-container{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--sp-primary)}.sp-loading-container i{font-size:2rem}.sp-detail-container{display:flex;flex-direction:column;gap:1rem;gap:.25rem}.sp-table-image{width:140px;height:140px;object-fit:contain;cursor:pointer}.sp-table-operation{display:flex;flex-direction:column;gap:1rem;gap:.5rem;justify-content:center}.sp-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;cursor:pointer}.sp-line-title-more{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.2rem}.sp-line-title-more .title{display:flex;align-items:center;justify-content:center;gap:1rem;gap:.75rem;font-weight:600}.sp-line-title-more .title:before{content:"";width:4px;height:1.6rem;background-color:var(--sp-primary);border-radius:2px}.sp-line-title-more .view-more{display:flex;align-items:center;justify-content:center;gap:1rem;gap:.5rem;font-size:.9rem;color:var(--sp-primary);cursor:pointer}
