/**
 * domain search css
 * @version 1.1
 * @author  Mr.Zhan
 * @contact QQ：192096 TG：coredns
 * @date 2025-12-04
 */
.search-panel-advanced-container{margin-top:-100px;background-color:#F9F9F9}.search-panel-advanced{margin-bottom:.1rem;height:auto;position:relative;background-size:cover;margin:0 auto;padding:8px 0;border-radius:8px}.search-panel-advanced .container{padding:0;background:linear-gradient(180deg,#29A746,#6EB47F);border-radius:8px}.smart-search-box{color:#fff;padding:15px 15px}.smart-search-box .search-rows{display:flex;flex-direction:column;gap:6px}.smart-search-box .search-row{display:flex;flex-wrap:wrap;gap:10px}.smart-search-box .row-line1{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:10px}.smart-search-box .row-line2{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:10px}.smart-search-box .row-line3{display:flex;align-items:center;gap:12px;margin:0 auto}.smart-search-box .search-cell{display:flex;align-items:center;min-width:0;max-width:100%}.smart-search-box .search-cell.large{align-items:flex-start}.smart-search-box .search-cell.large .field-label{padding-top:4px}.smart-search-box .field-label{min-width:50px;font-size:14px;font-weight:bold;color:#fff;margin-right:4px;white-space:nowrap}.smart-search-box .field-control{flex:1;min-width:0;max-width:100%;display:flex;align-items:center;gap:6px;flex-wrap:wrap;position:relative}.smart-search-box textarea,.smart-search-box select,.smart-search-box input[type="number"],.smart-search-box input[type="text"]{width:100%;border:1px solid #fff;background:#fff;color:#333;border-radius:3px;padding:4px 6px;height:32px;line-height:18px;font-size:13px}.smart-search-box .select-wrapper{position:relative;display:inline-block;width:100%}.smart-search-box select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:28px;cursor:pointer;background-color:#fff;width:100%}.smart-search-box .select-wrapper::after{content:'';position:absolute;right:10px;top:50%;margin-top:-3px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #333;pointer-events:none;z-index:1}.smart-search-box select::-ms-expand{display:none}.smart-search-box textarea,.smart-search-box input[type="text"]{height:32px;resize:none;flex:1;min-width:200px;overflow:hidden;transition:height 0.2s ease;-webkit-transition:height 0.2s ease}.smart-search-box textarea::-webkit-scrollbar{display:none;width:0;height:0}.smart-search-box textarea{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.include-input-wrapper{flex:1;min-width:200px;height:32px;position:relative}.smart-search-box textarea[name="include"]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.smart-search-box textarea[name="include"]:focus{height:70px;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,0.15);-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.15);overflow-y:auto;scrollbar-width:auto;-ms-overflow-style:auto;}.smart-search-box textarea[name="include"]:focus::-webkit-scrollbar{display:block;width:6px}.smart-search-box textarea[name="include"]:focus::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.smart-search-box .checkbox-group{display:flex;gap:8px;font-size:13px;color:#fff;white-space:nowrap}.smart-search-box .checkbox-group label{display:flex;align-items:center;gap:3px;margin-bottom:0;font-weight:normal}.smart-search-box .checkbox-group input[type="checkbox"]{width:16px;height:16px;cursor:pointer;margin:0;-webkit-appearance:checkbox;appearance:checkbox;vertical-align:middle;border:1px solid #fff}.smart-search-box .range-inputs{display:flex;align-items:center;gap:4px}.smart-search-box .range-inputs input{flex:1;min-width:60px}.smart-search-box .range-inputs span{color:#333}.smart-search-box .category-trigger{width:100%;max-width:100%;min-width:0;display:block;position:relative;background:#fff;border:1px solid #fff;border-radius:3px;padding:4px 28px 4px 6px;height:32px;line-height:24px;cursor:pointer;font-size:13px;color:#333;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;user-select:none;-webkit-user-select:none}.smart-search-box .category-trigger::after{content:'';position:absolute;right:10px;top:50%;margin-top:-3px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #333;pointer-events:none}.smart-search-box .category-trigger .category-selected-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-search-box .actions-row{display:flex;align-items:center;gap:12px;margin-top:4px}.smart-search-box .actions{display:flex;gap:10px}.smart-search-box .actions .btn{min-width:90px;border-radius:4px;padding:6px 12px;font-size:13px}.smart-search-box .btn-primary{min-width:90px;border-radius:4px;padding:6px 12px;font-size:13px;background:#fff;color:#333;border:none}.smart-search-box .btn-primary:hover{background:#e0e0e0}.smart-search-box .btn-advanced-toggle{display:none;min-width:90px;border-radius:4px;padding:6px 6px;font-size:13px;background:#fff;color:#333;border:none}.smart-search-box .btn-default{border:none}.smart-search-box .link-box{display:flex;align-items:center;gap:6px;color:#666;text-decoration:none;background:#fff;padding:12px;border-radius:8px;font-size:13px}.smart-search-box .link-box{display:flex;align-items:center;background:#fff;border-radius:4px;padding:0 120px;height:32px;font-weight:bold}.smart-search-box .link-box:hover{background:#e0e0e0}.smart-search-box .link-box .link-txt{font-size:.18rem;color:#333}.smart-search-box .link-box .link-icon{height:26px;width:auto;margin-right:6px;display:inline-block;vertical-align:middle;object-fit:contain}.smart-search-box .category-field{position:relative;max-width:100%;min-width:0}.smart-search-box .category-panel{display:none;position:absolute;left:0;right:auto;top:calc(100% + 6px);background:#fff;color:#333;border-radius:8px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.25);z-index:9999;width:520px}.smart-search-box .category-panel.open{display:block}.category-panel-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border:none;background:#f5f5f5;color:#666;font-size:24px;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all 0.2s;padding:0;z-index:10}.category-panel-close:hover{background:#e0e0e0;color:#333;transition:all 0.2s;-webkit-transition:all 0.2s}.category-panel .panel-section{margin-bottom:15px}.category-panel .panel-title{font-weight:600;margin-bottom:8px;color:#02833B;font-size:14px}.category-panel .panel-options{display:flex;flex-wrap:wrap;gap:8px}.category-panel .category-option{border:1px solid #d3dae8;background:#f5f7fb;border-radius:6px;padding:5px 12px;font-size:13px;color:#1b2b4e;cursor:pointer;transition:.2s;-webkit-transition:.2s;white-space:nowrap}.category-panel .category-option.active{background:#6AB47C;color:#fff;border-color:#6AB47C}.category-panel .category-option.tag{border-radius:8px;position:relative;padding-right:24px}.category-panel .category-option.tag.active::after{content:"×";position:absolute;right:8px;top:2px;font-size:13px}.category-panel .panel-sub{margin-top:8px;padding:8px 10px;background:#f8f9fc;border-radius:6px;border:1px dashed #d5dced}.category-panel .panel-sub.hidden{display:none}.category-panel .panel-sub .sub-title{font-size:12px;color:#6b7285;margin-bottom:6px}.category-panel .panel-actions{text-align:right;margin-top:6px;display:flex;justify-content:flex-end;-ms-flex-pack:end;gap:8px}.category-panel .panel-actions .btn{border-radius:4px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}.category-panel .panel-actions .btn-default{border:1px solid #d3dae8;background-color:#2BA748;color:#fff;padding:4px 15px;font-size:13px}@media (max-width:768px){.smart-search-box{padding:10px 8px}.smart-search-box .row-line1{display:grid;grid-template-columns:1fr;gap:8px}.smart-search-box .row-line2{display:none;gap:8px}.smart-search-box.advanced-open .search-rows{display:flex;flex-wrap:wrap;gap:8px}.smart-search-box.advanced-open .row-line1,.smart-search-box.advanced-open .row-line2{display:contents}.smart-search-box.advanced-open .row-line1 .search-cell,.smart-search-box.advanced-open .row-line2 .search-cell{flex:0 0 calc(50% - 4px);min-width:0}.smart-search-box .row-line1 .search-cell:not(:first-child){display:none}.smart-search-box.advanced-open .row-line1 .search-cell{display:flex}.smart-search-box .row-line1 .search-cell:first-child{grid-column:1 / -1}.smart-search-box.advanced-open .row-line1 .search-cell:first-child{flex:0 0 100%;order:1}.smart-search-box.advanced-open .row-line2 .search-cell:first-child{flex:0 0 100%;order:2}.smart-search-box.advanced-open .row-line1 .search-cell:nth-child(2){order:4}.smart-search-box.advanced-open .row-line1 .search-cell:nth-child(3){order:5}.smart-search-box.advanced-open .row-line1 .search-cell:nth-child(4){order:6}.smart-search-box.advanced-open .row-line2 .search-cell:nth-child(2){order:3}.smart-search-box.advanced-open .row-line2 .search-cell:nth-child(3){order:7}.smart-search-box.advanced-open .row-line2 .search-cell:nth-child(4){order:8}.smart-search-box.advanced-open .row-line3{order:999;flex:0 0 100%}.smart-search-box .search-cell{flex-direction:row;align-items:center;gap:4px}.smart-search-box .search-cell.large{align-items:flex-start}.smart-search-box .search-cell.large .field-label{margin-top:4px}.smart-search-box .field-label{min-width:auto;width:auto;margin-right:4px;margin-bottom:0;font-weight:bold}.smart-search-box .field-control{flex:1;width:auto;flex-wrap:wrap}.smart-search-box .row-line1 .search-cell:first-child .field-label{display:none}.smart-search-box.advanced-open .row-line1 .search-cell:first-child .field-label{display:block}#searchReset{display:none}.smart-search-box.advanced-open #searchReset{display:inline-block}.include-input-wrapper{height:36px;min-width:0}.smart-search-box textarea{min-width:0;width:100%;height:36px}.smart-search-box input[type="text"],.smart-search-box input[type="number"],.smart-search-box select{min-width:0}.smart-search-box textarea[name="include"]:focus{height:100%;box-shadow:none;z-index:1;overflow-y:hidden}.smart-search-box.advanced-open textarea[name="include"]:focus{height:70px;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,0.15);-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.15);overflow-y:auto}.smart-search-box .checkbox-group{flex-wrap:wrap}.smart-search-box .range-inputs{width:100%}.smart-search-box .range-inputs input{min-width:80px}.smart-search-box .actions-row{flex-wrap:wrap;gap:8px}.smart-search-box .actions{width:100%;justify-content:space-between}.smart-search-box .actions .btn{flex:1;min-width:auto}.smart-search-box .btn-advanced-toggle{display:inline-block;flex:1}.smart-search-box .link-box{width:100%;justify-content:center;margin-top:4px;padding:0 16px}.smart-search-box .link-box .link-txt{font-size:13px;color:#333}.smart-search-box .category-panel{position:fixed;left:16px;right:16px;top:50%;transform:translateY(-50%) translateZ(0);-webkit-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%);width:auto;max-width:none;margin:0;z-index:99999;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 0 30px rgba(0,0,0,0.3);border:1px solid #eee;background-color:#fff !important;will-change:transform;-ms-overflow-style:-ms-autohiding-scrollbar}.category-panel .panel-options{gap:6px}.category-panel .category-option{font-size:12px;padding:4px 10px}.smart-search-box .link-txt{font-size:13px;color:#333}}@media (min-width:769px) and (max-width:1024px){.smart-search-box{padding:10px 12px}.smart-search-box .search-rows{gap:5px}.smart-search-box .row-line1{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2px}.smart-search-box .row-line2{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2px}.smart-search-box .row-line3{gap:8px}.smart-search-box .search-cell{flex-direction:row;align-items:center}.smart-search-box .search-cell.large{align-items:flex-start}.smart-search-box .search-cell.large .field-label{margin-top:4px;margin:0;min-width:40px}.smart-search-box .field-control{flex:1;width:auto;flex-wrap:wrap}.smart-search-box .field-label{font-size:12px;min-width:45px;margin:0}.smart-search-box textarea,.smart-search-box select,.smart-search-box input[type="number"],.smart-search-box input[type="text"]{font-size:12px;height:28px;line-height:22px;padding:3px 5px}.smart-search-box .select-wrapper::after{right:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #333}.smart-search-box select{padding-right:24px}.smart-search-box .field-label{min-width:50px;font-size:12px;font-weight:bold;color:#fff;margin-right:1px;white-space:nowrap}.smart-search-box .search-cell{flex-direction:row;align-items:center;padding:0}.include-input-wrapper{height:28px;flex:1;max-width:150px;min-width:110px;padding:0}.smart-search-box textarea[name="include"]{height:28px;min-width:0}.smart-search-box textarea[name="include"]:focus{height:60px}.smart-search-box .field-control input[type="text"]{max-width:150px;min-width:110px}.smart-search-box .field-control input[type="number"]{max-width:80px;min-width:50px}.smart-search-box .checkbox-group{gap:2px;font-size:12px}.smart-search-box .checkbox-group input[type="checkbox"]{width:14px;height:14px}.smart-search-box .range-inputs{gap:1px}.smart-search-box .range-inputs input{min-width:50px}.smart-search-box .category-trigger{height:28px;line-height:22px;padding:3px 24px 3px 5px;font-size:12px}.smart-search-box .category-trigger::after{right:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #333}.smart-search-box .actions{gap:8px}.smart-search-box .actions .btn{min-width:75px;padding:5px 10px;font-size:12px}.smart-search-box .btn-primary{min-width:75px;padding:5px 10px;font-size:12px}.smart-search-box .btn-advanced-toggle{min-width:75px;padding:5px 5px;font-size:12px}.smart-search-box .link-box{padding:0 25px;height:28px}.smart-search-box .link-box .link-txt{font-size:12px}.smart-search-box .link-box .link-icon{height:22px}.smart-search-box .category-panel{display:none;position:absolute;left:-235px;right:auto;top:calc(100% + 6px);background:#fff;color:#333;border-radius:8px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.25);z-index:9999;width:520px}.category-panel .panel-title{font-size:13px;margin-bottom:6px}.category-panel .category-option{font-size:12px;padding:4px 10px}.category-panel .panel-actions .btn-default{padding:3px 12px;font-size:12px}}.smart-search-box input,.smart-search-box textarea,.smart-search-box select,.smart-search-box button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.smart-search-box input[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}.smart-search-box button,.smart-search-box .category-trigger,.smart-search-box .category-option{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.smart-search-box input,.smart-search-box textarea,.smart-search-box select{border-radius:3px;-webkit-border-radius:3px}.smart-search-box button,.smart-search-box .btn{border-radius:4px;-webkit-border-radius:4px}@supports (-webkit-touch-callout:none){.smart-search-box input,.smart-search-box textarea,.smart-search-box select{font-size:16px}}.search-panel-advanced .container{background:-webkit-linear-gradient(180deg,#29A746,#6EB47F);background:linear-gradient(180deg,#29A746,#6EB47F)}.smart-search-box .search-cell,.smart-search-box .field-control,.smart-search-box .checkbox-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.custom-suffix-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:30000}.custom-suffix-modal.show{display:block}.custom-suffix-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}.custom-suffix-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.3);width:90%;max-width:450px;max-height:90vh;overflow:auto}.custom-suffix-header{padding:20px;border-bottom:1px solid #eee;position:relative}.custom-suffix-header h3{margin:0;font-size:18px;color:#333;font-weight:600}.custom-suffix-close{position:absolute;top:15px;right:15px;width:32px;height:32px;border:none;background:#f5f5f5;color:#666;font-size:24px;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all 0.2s;-webkit-transition:all 0.2s;padding:0}.custom-suffix-close:hover{background:#e0e0e0;color:#333}.custom-suffix-body{padding:20px}.custom-suffix-tip{margin:0 0 15px 0;color:#666;font-size:14px;line-height:1.5}.custom-suffix-input{width:100%;border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-size:14px;color:#333;box-sizing:border-box;transition:border-color 0.2s;-webkit-transition:border-color 0.2s}.custom-suffix-input:focus{outline:none;border-color:#F86600}.custom-suffix-error{margin:10px 0 0 0;color:#f44336;font-size:13px;min-height:20px}.custom-suffix-footer{padding:15px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.custom-suffix-footer .btn{min-width:80px;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;border:none;transition:all 0.2s;-webkit-transition:all 0.2s}.custom-suffix-footer .btn-default{background:#f5f5f5;color:#666}.custom-suffix-footer .btn-default:hover{background:#e0e0e0}.custom-suffix-footer .btn-primary{background:#F86600;color:#fff}.custom-suffix-footer .btn-primary:hover{background:#e65a00}.smart-search-box .input-error{border-color:#f44336 !important;background-color:#fff8f8}.overlap-warning{color:#ffd900;font-size:12px;margin-top:0px;display:none;width:100%;line-height:1.4;overflow:hidden;}.sortable-header{position:relative;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.sort-arrows{display:inline-flex;flex-direction:column;margin-left:4px;vertical-align:middle;line-height:1;pointer-events:none}.sort-arrow{display:block;font-size:18px;color:#ccc;transition:color 0.2s;-webkit-transition:color 0.2s;line-height:1;padding:1px}.sort-arrow.active{color:#f44336;font-weight:bold}.sort-asc{margin-bottom:-2px}.sort-desc{margin-top:-2px}@media (max-width:768px){.custom-suffix-content{width:95%;max-width:none}.custom-suffix-header h3{font-size:16px;padding-right:30px}}@media (max-width:768px){.sort-arrows{margin-left:2px}.sort-arrow{font-size:11px}}@media (min-width:1025px) and (max-width:1280px){.smart-search-box{padding:10px 12px}.smart-search-box .search-rows{gap:5px}.smart-search-box .row-line1{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2px}.smart-search-box .row-line2{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2px}.smart-search-box .row-line3{gap:8px}.smart-search-box .search-cell{flex-direction:row;align-items:center}.smart-search-box .search-cell.large{align-items:flex-start}.smart-search-box .search-cell.large .field-label{margin-top:4px;margin:0;min-width:40px}.smart-search-box .field-control{flex:1;width:auto;flex-wrap:wrap}.smart-search-box .field-label{font-size:12px;min-width:45px;margin:0}.smart-search-box textarea,.smart-search-box select,.smart-search-box input[type="number"],.smart-search-box input[type="text"]{font-size:12px;height:28px;line-height:22px;padding:3px 5px}.smart-search-box .select-wrapper::after{right:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #333}.smart-search-box select{padding-right:24px}.smart-search-box .field-label{min-width:50px;font-size:12px;font-weight:bold;color:#fff;margin-right:1px;white-space:nowrap}.smart-search-box .search-cell{flex-direction:row;align-items:center;padding:0}.include-input-wrapper{height:28px;flex:1;min-width:110px;padding:0}.smart-search-box textarea[name="include"]{height:28px;min-width:0}.smart-search-box textarea[name="include"]:focus{height:60px}.smart-search-box .field-control input[type="text"]{min-width:110px}.smart-search-box .field-control input[type="number"]{max-width:80px;min-width:50px}.smart-search-box .checkbox-group{gap:2px;font-size:13px}.smart-search-box .checkbox-group input[type="checkbox"]{width:14px;height:14px}.smart-search-box .range-inputs{gap:1px}.smart-search-box .range-inputs input{min-width:50px}.smart-search-box .category-trigger{height:28px;line-height:22px;padding:3px 24px 3px 5px;font-size:13px}.smart-search-box .category-trigger::after{right:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #333}.smart-search-box .actions{gap:8px}.smart-search-box .actions .btn{min-width:75px;padding:5px 10px;font-size:12px}.smart-search-box .btn-primary{min-width:75px;padding:5px 10px;font-size:12px}.smart-search-box .btn-advanced-toggle{min-width:75px;padding:5px 5px;font-size:12px}.smart-search-box .link-box{padding:0 25px;height:28px}.smart-search-box .link-box .link-txt{font-size:12px}.smart-search-box .link-box .link-icon{height:22px}.smart-search-box .category-panel{display:none;position:absolute;left:-235px;right:auto;top:calc(100% + 6px);background:#fff;color:#333;border-radius:8px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.25);z-index:9999;width:520px}.category-panel .panel-title{font-size:13px;margin-bottom:6px}.category-panel .category-option{font-size:12px;padding:4px 10px}.category-panel .panel-actions .btn-default{padding:3px 12px;font-size:12px}.smart-search-box input,.smart-search-box textarea,.smart-search-box select,.smart-search-box button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.smart-search-box input[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}.smart-search-box button,.smart-search-box .category-trigger,.smart-search-box .category-option{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.smart-search-box input,.smart-search-box textarea,.smart-search-box select{border-radius:3px;-webkit-border-radius:3px}.smart-search-box button,.smart-search-box .btn{border-radius:4px;-webkit-border-radius:4px}}@media (min-width:1281px) and (max-width:1920px){.smart-search-box .link-box{display:flex;align-items:center;background:#fff;border-radius:4px;padding:0 60px;height:32px;font-weight:bold}}@media (min-width:1921px) and (max-width:3840px){.smart-search-box .link-box{display:flex;align-items:center;background:#fff;border-radius:4px;padding:0 110px;height:32px;font-weight:bold}}