@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Noto Sans SC','Microsoft YaHei','PingFang SC',sans-serif;font-size:14px;color:#334155;background:#f8fafc;line-height:1.8;overflow-x:hidden;}
html{overflow-x:hidden;max-width:100%;}
a{color:#2563eb;text-decoration:none;transition:color .2s;}
a:hover{color:#ea580c;}
ul,ol{list-style:none;}
img{max-width:100%;height:auto;vertical-align:middle;}
.container{max-width:1200px;margin:0 auto;padding:0 15px;}
.clearfix::after{content:'';display:table;clear:both;}

.dk-header{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);position:sticky;top:0;z-index:999;}
.dk-topbar{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:12px;padding:6px 0;}
.dk-topbar .container{display:flex;justify-content:space-between;align-items:center;}
.dk-welcome{opacity:.85;}
.dk-topbar-right{display:flex;gap:18px;}
.dk-topbar-right a{color:rgba(255,255,255,.9);font-size:12px;transition:color .2s;}
.dk-topbar-right a:hover{color:#fbbf24;}
.dk-topbar-right a i{margin-right:3px;}

.dk-nav-wrap .container{display:flex;align-items:center;height:68px;gap:25px;}
.dk-logo{flex-shrink:0;}
.dk-logo img{height:40px;}
.dk-nav{flex:1;}
.dk-nav ul{display:flex;gap:3px;}
.dk-nav li a{display:block;padding:8px 16px;font-size:15px;font-weight:500;color:#334155;border-radius:8px;transition:all .2s;}
.dk-nav li a:hover,.dk-nav li.active a{background:#eff6ff;color:#2563eb;}
.dk-search{flex-shrink:0;}
.dk-search form{display:flex;border:2px solid #e2e8f0;border-radius:24px;overflow:hidden;transition:border-color .2s;}
.dk-search form:focus-within{border-color:#2563eb;}
.dk-search input[type="text"]{border:none;padding:7px 14px;font-size:13px;width:180px;outline:none;background:transparent;}
.dk-search button{background:#2563eb;color:#fff;border:none;padding:7px 16px;cursor:pointer;font-size:13px;transition:background .2s;}
.dk-search button:hover{background:#1d4ed8;}
.dk-mobile-toggle{display:none;cursor:pointer;font-size:22px;color:#334155;padding:8px;}

.dk-hero{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 50%,#60a5fa 100%);padding:45px 0 55px;position:relative;overflow:hidden;}
.dk-hero::before{content:'';position:absolute;top:-40%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(251,191,36,.2) 0%,transparent 70%);border-radius:50%;}
.dk-hero::after{content:'';position:absolute;bottom:-30%;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;}
.dk-hero-content{text-align:center;color:#fff;position:relative;z-index:1;}
.dk-hero-content h1{font-size:30px;font-weight:700;margin-bottom:8px;letter-spacing:1px;}
.dk-hero-content p{font-size:15px;color:rgba(255,255,255,.8);margin-bottom:25px;}
.dk-hero-search{max-width:520px;margin:0 auto 15px;}
.dk-hero-search form{display:flex;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.15);}
.dk-hero-search input[type="text"]{flex:1;border:none;padding:13px 18px;font-size:14px;outline:none;}
.dk-hero-search button{background:#ea580c;color:#fff;border:none;padding:13px 24px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s;}
.dk-hero-search button:hover{background:#c2410c;}
.dk-hero-hot{font-size:12px;color:rgba(255,255,255,.7);}
.dk-hero-hot span{margin-right:5px;}
.dk-hero-hot a{color:rgba(255,255,255,.85);margin:0 6px;transition:color .2s;}
.dk-hero-hot a:hover{color:#fbbf24;}

.dk-products{margin-top:-30px;position:relative;z-index:2;}
.dk-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;}
.dk-product-card{background:#fff;border-radius:12px;padding:25px 20px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:all .3s;border:2px solid transparent;cursor:pointer;}
.dk-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);}
.dk-product-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:24px;}
.dk-product-credit .dk-product-icon{background:#eff6ff;color:#2563eb;}
.dk-product-credit:hover{border-color:#2563eb;}
.dk-product-mortgage .dk-product-icon{background:#fef3c7;color:#d97706;}
.dk-product-mortgage:hover{border-color:#d97706;}
.dk-product-small .dk-product-icon{background:#ecfdf5;color:#059669;}
.dk-product-small:hover{border-color:#059669;}
.dk-product-business .dk-product-icon{background:#fef2f2;color:#dc2626;}
.dk-product-business:hover{border-color:#dc2626;}
.dk-product-card h3{font-size:16px;color:#1e293b;margin-bottom:4px;font-weight:600;}
.dk-product-card p{font-size:12px;color:#94a3b8;margin-bottom:8px;}
.dk-product-rate{display:inline-block;background:#f8fafc;color:#ea580c;font-size:13px;font-weight:600;padding:3px 12px;border-radius:20px;border:1px solid #fed7aa;}

.dk-main{padding:25px 0;}
.dk-main .container{display:flex;gap:22px;}
.dk-main-left{flex:1;min-width:0;}
.dk-main-right{width:300px;flex-shrink:0;}

.dk-breadcrumb{background:#fff;padding:10px 16px;border-radius:8px;margin-bottom:18px;font-size:13px;color:#94a3b8;border-left:3px solid #2563eb;}
.dk-breadcrumb a{color:#2563eb;}
.dk-breadcrumb a:hover{color:#ea580c;}
.dk-breadcrumb .sep{margin:0 5px;color:#cbd5e1;}

.dk-cate-tabs{background:#fff;border-radius:10px;padding:8px 12px;margin-bottom:18px;display:flex;flex-wrap:wrap;gap:6px;box-shadow:0 1px 3px rgba(0,0,0,.04);}
.dk-cate-tabs a{display:inline-block;padding:6px 16px;border-radius:6px;font-size:13px;color:#475569;transition:all .2s;background:#f8fafc;}
.dk-cate-tabs a:hover{background:#eff6ff;color:#2563eb;}
.dk-cate-tabs a.active{background:#2563eb;color:#fff;font-weight:500;}

.dk-list-header{background:#fff;border-radius:10px;padding:16px 20px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.04);}
.dk-list-header h1{font-size:18px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:8px;}
.dk-list-header h1 i{color:#ea580c;}
.dk-list-count{font-size:13px;color:#94a3b8;}
.dk-list-count em{color:#ea580c;font-style:normal;font-weight:600;}

.dk-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:20px;}
.dk-list-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:all .3s;border:1px solid #f1f5f9;}
.dk-list-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-2px);border-color:#bfdbfe;}
.dk-list-card-pic{display:block;position:relative;overflow:hidden;}
.dk-list-card-pic img{width:100%;height:160px;object-fit:cover;transition:transform .3s;}
.dk-list-card:hover .dk-list-card-pic img{transform:scale(1.05);}
.dk-list-card-view{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.5);color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;}
.dk-list-card-view i{margin-right:2px;}
.dk-list-card-body{padding:16px;}
.dk-list-card-cate{display:inline-block;background:#eff6ff;color:#2563eb;font-size:11px;padding:2px 8px;border-radius:4px;margin-bottom:8px;font-weight:500;}
.dk-list-card-body h3{font-size:15px;color:#1e293b;margin-bottom:6px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dk-list-card-body h3 a{color:inherit;}
.dk-list-card-body h3 a:hover{color:#ea580c;}
.dk-list-card-body p{font-size:13px;color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px;}
.dk-list-card-foot{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px dashed #f1f5f9;}
.dk-list-card-date{font-size:12px;color:#94a3b8;}
.dk-list-card-date i{color:#ea580c;margin-right:3px;}
.dk-list-card-link{font-size:12px;color:#2563eb;font-weight:500;transition:color .2s;}
.dk-list-card-link:hover{color:#ea580c;}

.dk-section{background:#fff;border-radius:10px;margin-bottom:18px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04);}
.dk-section-head{padding:14px 18px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;}
.dk-section-head h2{font-size:16px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:7px;}
.dk-section-head h2 i{color:#ea580c;font-size:16px;}
.dk-section-head.center{text-align:center;flex-direction:column;padding:25px 18px 15px;}
.dk-section-head.center h2{justify-content:center;font-size:20px;margin-bottom:5px;}
.dk-section-head.center p{font-size:13px;color:#94a3b8;font-weight:400;}
.dk-section-body{padding:14px 18px;}

.dk-hot-list .dk-hot-item:first-child{display:flex;gap:18px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #f1f5f9;}
.dk-hot-list .dk-hot-item:first-child .dk-hot-pic{width:48%;flex-shrink:0;}
.dk-hot-list .dk-hot-item:first-child .dk-hot-pic img{width:100%;height:190px;object-fit:cover;border-radius:8px;}
.dk-hot-list .dk-hot-item:first-child h3{font-size:17px;margin-bottom:6px;}
.dk-hot-list .dk-hot-item:first-child h3 a{color:#1e293b;}
.dk-hot-list .dk-hot-item:first-child p{color:#64748b;font-size:13px;}
.dk-hot-item{display:flex;gap:12px;padding:10px 0;}
.dk-hot-item:not(:first-child){border-bottom:1px dashed #f1f5f9;}
.dk-hot-pic{width:150px;flex-shrink:0;}
.dk-hot-pic img{width:100%;height:95px;object-fit:cover;border-radius:6px;}
.dk-hot-info{flex:1;min-width:0;}
.dk-hot-info h3{font-size:14px;margin-bottom:4px;line-height:1.5;}
.dk-hot-info h3 a{color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dk-hot-info h3 a:hover{color:#ea580c;}
.dk-hot-info p{color:#94a3b8;font-size:12px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dk-hot-meta{display:flex;gap:12px;margin-top:5px;font-size:12px;color:#94a3b8;}
.dk-hot-meta i{color:#ea580c;margin-right:2px;}

.dk-pagination{padding:18px 0;text-align:center;}
.dk-pagination a,.dk-pagination span{display:inline-block;padding:6px 13px;margin:0 2px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#334155;transition:all .2s;}
.dk-pagination a:hover,.dk-pagination span.current{background:#2563eb;color:#fff;border-color:#2563eb;}

.dk-sidebar-widget{background:#fff;border-radius:10px;margin-bottom:18px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04);}
.dk-sidebar-title{padding:11px 15px;font-size:14px;font-weight:600;color:#1e293b;border-bottom:2px solid #ea580c;display:flex;align-items:center;gap:6px;}
.dk-sidebar-title i{color:#ea580c;}
.dk-sidebar-body{padding:12px 15px;}

.dk-sidebar-calc{border:2px solid #eff6ff;}
.dk-sidebar-calc .dk-sidebar-title{background:#eff6ff;border-bottom-color:#2563eb;}
.dk-sidebar-calc .dk-sidebar-title i{color:#2563eb;}
.dk-calc-row{margin-bottom:10px;}
.dk-calc-row label{display:block;font-size:12px;color:#64748b;margin-bottom:4px;font-weight:500;}
.dk-calc-row input,.dk-calc-row select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;outline:none;transition:border-color .2s;}
.dk-calc-row input:focus,.dk-calc-row select:focus{border-color:#2563eb;}
.dk-calc-btn{width:100%;padding:9px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s;}
.dk-calc-btn:hover{background:#1d4ed8;}
.dk-calc-result{margin-top:12px;background:#f8fafc;border-radius:8px;padding:10px 12px;}
.dk-calc-result-item{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:13px;}
.dk-calc-result-item span{color:#64748b;}
.dk-calc-result-item strong{color:#ea580c;font-size:15px;}

.dk-rank-list li{display:flex;align-items:flex-start;gap:8px;padding:7px 0;border-bottom:1px dashed #f1f5f9;}
.dk-rank-list li:last-child{border-bottom:none;}
.rank-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:11px;font-weight:700;color:#94a3b8;background:#f1f5f9;flex-shrink:0;}
.rank-hot{background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;}
.dk-rank-list li a{font-size:13px;color:#334155;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dk-rank-list li a:hover{color:#ea580c;}

.dk-sidebar-process{border:2px solid #ecfdf5;}
.dk-sidebar-process .dk-sidebar-title{background:#ecfdf5;border-bottom-color:#059669;}
.dk-sidebar-process .dk-sidebar-title i{color:#059669;}
.dk-process-steps{padding:5px 0;}
.dk-process-step{display:flex;gap:10px;align-items:flex-start;padding:8px 0;}
.dk-step-num{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#059669,#34d399);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px;}
.dk-process-step strong{font-size:13px;color:#1e293b;display:block;}
.dk-process-step p{font-size:11px;color:#94a3b8;margin-top:1px;}
.dk-process-more{display:block;text-align:center;padding:8px 0;color:#059669;font-size:12px;font-weight:500;border-top:1px dashed #d1fae5;margin-top:5px;transition:color .2s;}
.dk-process-more:hover{color:#047857;}

.dk-tag-cloud{display:flex;flex-wrap:wrap;gap:7px;}
.dk-tag-cloud a{display:inline-block;padding:3px 10px;background:#f8fafc;color:#334155;border-radius:4px;font-size:12px;transition:all .2s;border:1px solid #e2e8f0;}
.dk-tag-cloud a:hover{background:#2563eb;color:#fff;border-color:#2563eb;}

.dk-rate-section{background:#fff;padding:30px 0;margin-bottom:0;}
.dk-rate-table-wrap{overflow-x:auto;}
.dk-rate-table{width:100%;border-collapse:collapse;margin:10px 0;}
.dk-rate-table th{background:#eff6ff;color:#1e293b;font-weight:600;padding:10px 14px;text-align:left;font-size:13px;border-bottom:2px solid #2563eb;}
.dk-rate-table td{padding:10px 14px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#475569;}
.dk-rate-table tr:hover td{background:#f8fafc;}
.dk-rate-val{color:#ea580c;font-weight:700;font-size:15px;}
.dk-rate-more{text-align:center;margin-top:15px;}
.dk-btn-outline{display:inline-block;padding:8px 24px;border:2px solid #2563eb;color:#2563eb;border-radius:8px;font-size:13px;font-weight:500;transition:all .2s;}
.dk-btn-outline:hover{background:#2563eb;color:#fff;}

.dk-faq-section{background:#f8fafc;padding:30px 0;}
.dk-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:10px;}
.dk-faq-item{background:#fff;border-radius:10px;padding:18px;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:box-shadow .2s;}
.dk-faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);}
.dk-faq-q{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px;display:flex;align-items:flex-start;gap:6px;}
.dk-faq-q i{color:#ea580c;margin-top:3px;flex-shrink:0;}
.dk-faq-a{font-size:13px;color:#64748b;line-height:1.7;padding-left:22px;}
.dk-faq-more{text-align:center;margin-top:18px;}

.dk-detail-wrap{background:#fff;border-radius:12px;padding:28px;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-detail-header h1{font-size:22px;color:#1e293b;line-height:1.5;margin-bottom:14px;font-weight:700;}
.dk-detail-meta{display:flex;flex-wrap:wrap;gap:15px;font-size:13px;color:#94a3b8;padding-bottom:14px;border-bottom:1px solid #f1f5f9;margin-bottom:20px;}
.dk-detail-meta i{color:#ea580c;margin-right:3px;}
.dk-detail-cate a{color:#2563eb;background:#eff6ff;padding:2px 10px;border-radius:4px;font-size:12px;}
.dk-detail-summary{display:flex;gap:14px;background:#f8fafc;border-radius:10px;padding:16px;margin-bottom:20px;border-left:4px solid #2563eb;}
.dk-detail-summary-icon{width:40px;height:40px;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.dk-detail-summary-icon i{color:#2563eb;font-size:18px;}
.dk-detail-summary-text{flex:1;}
.dk-detail-summary-text strong{font-size:13px;color:#1e293b;display:block;margin-bottom:4px;}
.dk-detail-summary-text p{font-size:13px;color:#64748b;line-height:1.7;}
.dk-detail-content{font-size:15px;line-height:2;color:#334155;word-break:break-all;}
.dk-detail-content p{margin-bottom:14px;}
.dk-detail-content img{max-width:100%;height:auto;border-radius:8px;margin:10px 0;}
.dk-detail-content h2,.dk-detail-content h3,.dk-detail-content h4{color:#1e293b;margin:18px 0 8px;font-weight:600;}
.dk-detail-content a{color:#2563eb;text-decoration:underline;}
.dk-detail-content ul,.dk-detail-content ol{padding-left:20px;margin-bottom:14px;}
.dk-detail-content blockquote{border-left:3px solid #ea580c;padding:10px 14px;background:#fff7ed;margin:14px 0;color:#64748b;border-radius:0 8px 8px 0;}
.dk-detail-content table{width:100%;border-collapse:collapse;margin:14px 0;}
.dk-detail-content th,.dk-detail-content td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left;font-size:13px;}
.dk-detail-content th{background:#f8fafc;color:#1e293b;font-weight:600;}
.dk-detail-tags{margin-top:20px;padding-top:14px;border-top:1px solid #f1f5f9;display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:13px;}
.dk-tags-label i{color:#ea580c;}
.dk-detail-tags a{display:inline-block;padding:3px 10px;background:#f8fafc;color:#334155;border-radius:4px;font-size:12px;border:1px solid #e2e8f0;transition:all .2s;}
.dk-detail-tags a:hover{background:#2563eb;color:#fff;border-color:#2563eb;}
.dk-detail-copyright{margin-top:16px;padding:14px 16px;background:#fff7ed;border-radius:8px;font-size:12px;color:#94a3b8;border-left:4px solid #ea580c;}
.dk-copyright-item{margin-bottom:4px;display:flex;align-items:flex-start;gap:6px;}
.dk-copyright-item i{color:#ea580c;margin-top:2px;flex-shrink:0;}
.dk-copyright-item:last-child{margin-bottom:0;}
.dk-detail-copyright a{color:#ea580c;}
.dk-detail-copyright strong{color:#1e293b;}
.dk-detail-nav{background:#fff;border-radius:12px;padding:18px;margin-bottom:22px;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-detail-nav a{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;padding:10px 14px;border-radius:8px;transition:all .2s;background:#f8fafc;}
.dk-detail-nav a:hover{background:#eff6ff;color:#2563eb;}
.dk-detail-nav a span{color:#ea580c;font-weight:600;white-space:nowrap;}
.dk-detail-nav a b{font-weight:400;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dk-nav-prev i{margin-right:4px;}
.dk-nav-next{justify-content:flex-end;}
.dk-nav-next i{margin-left:4px;}

.dk-related-wrap{background:#fff;border-radius:12px;padding:20px;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-related-header{margin-bottom:15px;}
.dk-related-header h2{font-size:17px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:7px;}
.dk-related-header h2 i{color:#ea580c;}
.dk-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.dk-related-card{display:flex;flex-direction:column;height:100%;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;transition:all .2s;}
.dk-related-card:hover{border-color:#2563eb;box-shadow:0 4px 12px rgba(0,0,0,.06);transform:translateY(-2px);}
.dk-related-pic{height:100px;overflow:hidden;}
.dk-related-pic img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.dk-related-card:hover .dk-related-pic img{transform:scale(1.05);}
.dk-related-info{padding:12px;flex:1;display:flex;flex-direction:column;}
.dk-related-info h3{font-size:13px;color:#1e293b;margin-bottom:8px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;}
.dk-related-date{font-size:11px;color:#94a3b8;}
.dk-related-date i{color:#ea580c;margin-right:2px;}

.dk-comment-wrap{background:#fff;border-radius:12px;padding:22px;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-comment-header{margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #ea580c;}
.dk-comment-header h2{font-size:17px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:7px;}
.dk-comment-header h2 i{color:#ea580c;}
.dk-comment-list .dk-comment-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px dashed #f1f5f9;}
.dk-comment-item:last-of-type{border-bottom:none;}
.dk-comment-avatar{width:40px;height:40px;flex-shrink:0;}
.dk-comment-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;}
.dk-comment-body{flex:1;min-width:0;}
.dk-comment-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.dk-comment-author{font-weight:600;color:#1e293b;font-size:13px;}
.dk-comment-time{color:#94a3b8;font-size:12px;}
.dk-comment-time i{color:#ea580c;margin-right:2px;}
.dk-comment-reply{color:#2563eb;font-size:12px;margin-left:auto;cursor:pointer;}
.dk-comment-reply:hover{color:#ea580c;}
.dk-comment-reply i{margin-right:2px;}
.dk-comment-reply-to{background:#eff6ff;padding:8px 12px;border-radius:6px;font-size:12px;color:#64748b;margin-bottom:6px;border-left:2px solid #2563eb;}
.dk-comment-reply-to i{color:#2563eb;margin-right:4px;}
.dk-comment-text{font-size:13px;color:#334155;line-height:1.7;}
.dk-comment-loadmore{display:block;text-align:center;padding:10px;color:#2563eb;font-size:13px;cursor:pointer;border:1px dashed #e2e8f0;border-radius:8px;margin-top:10px;transition:all .2s;}
.dk-comment-loadmore:hover{background:#f8fafc;color:#ea580c;}
.dk-no-comment{text-align:center;padding:35px 0;color:#94a3b8;font-size:14px;}
.dk-no-comment i{font-size:36px;color:#e2e8f0;display:block;margin-bottom:10px;}
.dk-comment-new{animation:fadeInUp .3s ease;}
@keyframes fadeInUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}

.dk-comment-form{margin-top:22px;padding-top:18px;border-top:1px solid #f1f5f9;}
.dk-comment-form h3{font-size:15px;color:#1e293b;margin-bottom:14px;font-weight:600;display:flex;align-items:center;gap:6px;}
.dk-comment-form h3 i{color:#ea580c;}
.dk-form-group{margin-bottom:12px;}
.dk-form-group label{display:block;font-size:12px;color:#64748b;margin-bottom:4px;font-weight:500;}
.dk-form-group input[type="text"]{width:100%;padding:9px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;outline:none;transition:border-color .2s;}
.dk-form-group input[type="text"]:focus{border-color:#2563eb;}
.dk-form-group textarea{width:100%;padding:9px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;outline:none;resize:vertical;transition:border-color .2s;}
.dk-form-group textarea:focus{border-color:#2563eb;}
.dk-form-vcode{display:flex;gap:10px;align-items:center;}
.dk-form-vcode input{flex:1;}
.dk-form-vcode img{cursor:pointer;height:38px;border-radius:6px;}
.dk-comment-submit{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s;}
.dk-comment-submit:hover{background:#1d4ed8;}
.dk-reply-tip{background:#eff6ff;padding:10px 12px;border-radius:8px;font-size:12px;color:#64748b;display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.dk-reply-tip a{color:#ea580c;}

.dk-qa-wrap{margin-bottom:22px;}
.dk-qa-question{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-qa-q-header{display:flex;align-items:center;margin-bottom:18px;gap:10px;}
.dk-qa-q-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:18px;font-weight:700;flex-shrink:0;}
.dk-qa-q-header h1{font-size:20px;color:#1e293b;font-weight:700;flex:1;line-height:1.5;}
.dk-qa-q-user{display:flex;align-items:center;padding:14px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:18px;}
.dk-qa-q-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;margin-right:14px;flex-shrink:0;border:2px solid #eff6ff;}
.dk-qa-q-avatar img{width:100%;height:100%;object-fit:cover;}
.dk-qa-q-userinfo{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;}
.dk-qa-q-name{font-size:14px;font-weight:600;color:#1e293b;}
.dk-qa-q-time,.dk-qa-q-views,.dk-qa-q-cate{font-size:12px;color:#94a3b8;}
.dk-qa-q-time i,.dk-qa-q-views i,.dk-qa-q-cate i{color:#ea580c;margin-right:3px;}
.dk-qa-q-cate a{color:#2563eb;}
.dk-qa-q-desc{background:#f8fafc;border-radius:10px;padding:16px;margin-bottom:18px;border-left:4px solid #f59e0b;}
.dk-qa-q-desc h3{font-size:14px;color:#92400e;margin-bottom:8px;display:flex;align-items:center;gap:6px;}
.dk-qa-q-desc h3 i{color:#f59e0b;}
.dk-qa-q-desc p{font-size:13px;color:#78716c;line-height:1.8;}
.dk-qa-q-tags{display:flex;flex-wrap:wrap;gap:6px;}
.dk-qa-q-tags a{display:inline-block;padding:3px 10px;background:#f8fafc;color:#334155;border-radius:4px;font-size:12px;border:1px solid #e2e8f0;transition:all .2s;}
.dk-qa-q-tags a i{color:#ea580c;margin-right:3px;}
.dk-qa-q-tags a:hover{background:#2563eb;color:#fff;border-color:#2563eb;}

.dk-qa-best-answer{background:#fff;border-radius:12px;padding:25px;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);border-left:5px solid #22c55e;position:relative;}
.dk-qa-best-answer::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,transparent 50%,rgba(34,197,94,.08) 50%);border-radius:0 12px 0 0;}
.dk-qa-best-header{display:flex;align-items:center;margin-bottom:16px;gap:10px;}
.dk-qa-best-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 14px;background:#ecfdf5;color:#059669;border-radius:20px;font-size:13px;font-weight:600;}
.dk-qa-best-badge i{font-size:14px;}
.dk-qa-best-label{color:#94a3b8;font-size:12px;}
.dk-qa-best-body{font-size:15px;line-height:2;color:#334155;word-break:break-all;}
.dk-qa-best-body p{margin-bottom:14px;}
.dk-qa-best-body img{max-width:100%;height:auto;border-radius:8px;margin:10px 0;}
.dk-qa-best-body h2,.dk-qa-best-body h3,.dk-qa-best-body h4{color:#1e293b;margin:18px 0 8px;font-weight:600;}
.dk-qa-best-body blockquote{border-left:3px solid #22c55e;padding:10px 14px;background:#f0fdf4;margin:14px 0;color:#64748b;border-radius:0 8px 8px 0;}
.dk-qa-best-body table{width:100%;border-collapse:collapse;margin:14px 0;}
.dk-qa-best-body th,.dk-qa-best-body td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left;font-size:13px;}
.dk-qa-best-body th{background:#f8fafc;color:#1e293b;font-weight:600;}

.dk-qa-answers{background:#fff;border-radius:12px;padding:22px;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-qa-answers-header{margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #2563eb;}
.dk-qa-answers-header h2{font-size:17px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:7px;}
.dk-qa-answers-header h2 i{color:#ea580c;}
.dk-qa-answers-list .dk-qa-answer-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px dashed #f1f5f9;}
.dk-qa-answer-item:last-of-type{border-bottom:none;}
.dk-qa-answer-left{flex-shrink:0;}
.dk-qa-answer-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #f1f5f9;}
.dk-qa-answer-avatar img{width:100%;height:100%;object-fit:cover;}
.dk-qa-answer-right{flex:1;min-width:0;}
.dk-qa-answer-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap;}
.dk-qa-answer-author{font-weight:600;color:#1e293b;font-size:13px;}
.dk-qa-answer-time{color:#94a3b8;font-size:12px;}
.dk-qa-answer-time i{color:#ea580c;margin-right:2px;}
.dk-qa-answer-reply{color:#2563eb;font-size:12px;margin-left:auto;cursor:pointer;}
.dk-qa-answer-reply:hover{color:#ea580c;}
.dk-qa-answer-reply i{margin-right:2px;}
.dk-qa-answer-reply-to{background:#eff6ff;padding:8px 12px;border-radius:6px;font-size:12px;color:#64748b;margin-bottom:6px;border-left:2px solid #2563eb;}
.dk-qa-answer-reply-to i{color:#2563eb;margin-right:4px;}
.dk-qa-answer-content{font-size:13px;color:#334155;line-height:1.7;}
.dk-qa-answer-loadmore{display:block;text-align:center;padding:10px;color:#2563eb;font-size:13px;cursor:pointer;border:1px dashed #e2e8f0;border-radius:8px;margin-top:10px;transition:all .2s;}
.dk-qa-answer-loadmore:hover{background:#f8fafc;color:#ea580c;}
.dk-qa-no-answer{text-align:center;padding:40px 0;color:#94a3b8;}
.dk-qa-no-answer i{font-size:40px;color:#e2e8f0;display:block;margin-bottom:12px;}
.dk-qa-no-answer p{font-size:14px;}
.dk-qa-answer-new{animation:fadeInUp .3s ease;}

.dk-qa-answer-form{background:#fff;border-radius:12px;padding:22px;margin-bottom:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);border-top:3px solid #2563eb;}
.dk-qa-answer-form h3{font-size:16px;color:#1e293b;margin-bottom:14px;font-weight:600;display:flex;align-items:center;gap:6px;}
.dk-qa-answer-form h3 i{color:#ea580c;}
.dk-qa-submit-btn{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s;}
.dk-qa-submit-btn:hover{background:#1d4ed8;}

.dk-qa-prev-next{background:#fff;border-radius:12px;padding:18px;margin-bottom:22px;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-qa-prev-next a{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;padding:10px 14px;border-radius:8px;transition:all .2s;background:#f8fafc;}
.dk-qa-prev-next a:hover{background:#eff6ff;color:#2563eb;}
.dk-qa-prev-next a span{color:#ea580c;font-weight:600;white-space:nowrap;}

.dk-qa-list{margin-bottom:20px;}
.dk-qa-list-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #f1f5f9;transition:background .2s;}
.dk-qa-list-item:hover{background:#fafbfd;}
.dk-qa-list-item:last-child{border-bottom:none;}
.dk-qa-list-stats{display:flex;flex-direction:column;gap:8px;flex-shrink:0;min-width:70px;}
.dk-qa-list-answers,.dk-qa-list-views{background:#f8fafc;border-radius:8px;padding:8px 10px;text-align:center;border:1px solid #e2e8f0;min-width:70px;}
.dk-qa-list-answers strong,.dk-qa-list-views strong{display:block;font-size:18px;color:#1e293b;font-weight:700;}
.dk-qa-list-answers span,.dk-qa-list-views span{font-size:11px;color:#94a3b8;}
.dk-qa-has-answer{background:#ecfdf5;border-color:#bbf7d0;}
.dk-qa-has-answer strong{color:#059669;}
.dk-qa-has-answer span{color:#059669;}
.dk-qa-list-body{flex:1;min-width:0;}
.dk-qa-list-body h3{font-size:15px;margin-bottom:6px;line-height:1.5;}
.dk-qa-list-body h3 a{color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dk-qa-list-body h3 a:hover{color:#ea580c;}
.dk-qa-list-body p{font-size:13px;color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px;}
.dk-qa-list-meta{display:flex;gap:12px;font-size:12px;color:#94a3b8;}
.dk-qa-list-meta i{color:#ea580c;margin-right:2px;}
.dk-qa-list-cate{color:#2563eb;background:#eff6ff;padding:1px 8px;border-radius:4px;font-size:11px;}

.dk-channel-wrap{display:flex;flex-direction:column;gap:22px;}
.dk-channel-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-channel-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #f1f5f9;}
.dk-channel-head-left{display:flex;align-items:center;gap:8px;}
.dk-channel-icon{width:30px;height:30px;border-radius:8px;background:#eff6ff;display:flex;align-items:center;justify-content:center;}
.dk-channel-icon i{color:#2563eb;font-size:14px;}
.dk-channel-head h2{font-size:16px;color:#1e293b;font-weight:600;}
.dk-channel-head h2 a{color:inherit;}
.dk-channel-head h2 a:hover{color:#ea580c;}
.dk-channel-more{font-size:13px;color:#2563eb;display:flex;align-items:center;gap:4px;transition:color .2s;}
.dk-channel-more:hover{color:#ea580c;}
.dk-channel-body{padding:16px 20px;}
.dk-channel-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.dk-channel-item{display:flex;gap:12px;padding:12px;border-radius:8px;border:1px solid #f1f5f9;transition:all .2s;}
.dk-channel-item:hover{border-color:#bfdbfe;box-shadow:0 2px 8px rgba(0,0,0,.04);}
.dk-channel-pic{width:100px;height:72px;border-radius:6px;overflow:hidden;flex-shrink:0;}
.dk-channel-pic img{width:100%;height:100%;object-fit:cover;}
.dk-channel-info{flex:1;min-width:0;display:flex;flex-direction:column;}
.dk-channel-info h3{font-size:13px;color:#1e293b;margin-bottom:4px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;}
.dk-channel-info h3 a{color:inherit;}
.dk-channel-info h3 a:hover{color:#ea580c;}
.dk-channel-info p{font-size:12px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px;}
.dk-channel-meta{display:flex;gap:10px;font-size:11px;color:#94a3b8;}
.dk-channel-meta i{color:#ea580c;margin-right:2px;}

.dk-empty{text-align:center;padding:50px 0;color:#94a3b8;background:#fff;border-radius:12px;margin-bottom:20px;}
.dk-empty i{font-size:40px;color:#e2e8f0;display:block;margin-bottom:12px;}
.dk-empty p{font-size:14px;}

.dk-404{text-align:center;padding:80px 0;}
.dk-404-icon i{font-size:80px;color:#e2e8f0;}
.dk-404 h1{font-size:72px;color:#2563eb;margin:10px 0;font-weight:700;}
.dk-404 p{font-size:16px;color:#94a3b8;margin-bottom:30px;}
.dk-btn{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;padding:10px 30px;border-radius:8px;font-size:14px;transition:background .2s;}
.dk-btn:hover{background:#1d4ed8;color:#fff;}

.dk-footer{margin-top:30px;}
.dk-footer-main{background:linear-gradient(135deg,#1e293b,#334155);color:rgba(255,255,255,.8);padding:40px 0 30px;}
.dk-footer-main .container{display:flex;gap:40px;}
.dk-footer-col h3{font-size:20px;color:#fff;margin-bottom:12px;font-weight:700;}
.dk-footer-col h4{font-size:15px;color:#ea580c;margin-bottom:12px;font-weight:600;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);}
.dk-footer-col p{font-size:13px;line-height:1.8;color:rgba(255,255,255,.65);}
.dk-footer-about{flex:1.5;}
.dk-footer-nav{flex:1;}
.dk-footer-products{flex:1;}
.dk-footer-contact{flex:1;}
.dk-footer-col ul li{padding:4px 0;}
.dk-footer-col ul li a{color:rgba(255,255,255,.65);font-size:13px;transition:color .2s;}
.dk-footer-col ul li a:hover{color:#ea580c;}
.dk-footer-contact p{display:flex;align-items:center;gap:6px;font-size:13px;}
.dk-footer-contact p i{color:#ea580c;width:16px;text-align:center;}
.dk-footer-bottom{background:#0f172a;color:rgba(255,255,255,.5);padding:15px 0;font-size:12px;text-align:center;}
.dk-footer-bottom a{color:rgba(255,255,255,.6);transition:color .2s;}
.dk-footer-bottom a:hover{color:#ea580c;}

.dk-search-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-search-page h1{font-size:18px;color:#1e293b;margin-bottom:15px;}
.dk-search-page h1 em{color:#ea580c;font-style:normal;}
.dk-search-result{border-top:1px solid #f1f5f9;padding-top:15px;}
.dk-search-result .dk-article-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px dashed #f1f5f9;}

.dk-faq-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-faq-page h1{font-size:22px;color:#1e293b;margin-bottom:20px;font-weight:700;}
.dk-faq-page-item{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;overflow:hidden;transition:border-color .2s;}
.dk-faq-page-item:hover{border-color:#bfdbfe;}
.dk-faq-page-q{padding:14px 18px;font-size:15px;font-weight:600;color:#1e293b;cursor:pointer;display:flex;align-items:center;gap:8px;background:#f8fafc;}
.dk-faq-page-q i{color:#ea580c;flex-shrink:0;}
.dk-faq-page-a{padding:0 18px 14px 44px;font-size:14px;color:#64748b;line-height:1.8;}
.dk-faq-page-a strong{color:#1e293b;}

.dk-loan-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-loan-page h1{font-size:22px;color:#1e293b;margin-bottom:20px;font-weight:700;}
.dk-loan-products{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px;}
.dk-loan-product-card{border:1px solid #e2e8f0;border-radius:10px;padding:20px;transition:all .2s;}
.dk-loan-product-card:hover{border-color:#2563eb;box-shadow:0 4px 12px rgba(0,0,0,.06);}
.dk-loan-product-card h3{font-size:16px;color:#1e293b;margin-bottom:8px;font-weight:600;}
.dk-loan-product-card .dk-loan-rate{color:#ea580c;font-size:20px;font-weight:700;margin-bottom:6px;}
.dk-loan-product-card p{font-size:13px;color:#64748b;line-height:1.6;}

.dk-process-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-process-page h1{font-size:22px;color:#1e293b;margin-bottom:20px;font-weight:700;}
.dk-process-timeline{position:relative;padding-left:30px;}
.dk-process-timeline::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:#e2e8f0;}
.dk-process-timeline-item{position:relative;padding-bottom:25px;}
.dk-process-timeline-item::before{content:'';position:absolute;left:-22px;top:4px;width:14px;height:14px;border-radius:50%;background:#2563eb;border:3px solid #eff6ff;z-index:1;}
.dk-process-timeline-item h3{font-size:15px;color:#1e293b;margin-bottom:4px;font-weight:600;}
.dk-process-timeline-item p{font-size:13px;color:#64748b;line-height:1.7;}

.dk-article-list{margin-bottom:10px;}
.dk-article-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px dashed #f1f5f9;transition:background .2s;}
.dk-article-item:last-child{border-bottom:none;}
.dk-article-item:hover{background:#fafbfd;}
.dk-article-pic{display:block;width:180px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden;}
.dk-article-pic img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.dk-article-item:hover .dk-article-pic img{transform:scale(1.05);}
.dk-article-info{flex:1;min-width:0;display:flex;flex-direction:column;}
.dk-article-info h3{font-size:15px;color:#1e293b;margin-bottom:6px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.dk-article-info h3 a{color:inherit;}
.dk-article-info h3 a:hover{color:#ea580c;}
.dk-article-info p{font-size:13px;color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px;flex:1;}
.dk-article-meta{display:flex;gap:14px;font-size:12px;color:#94a3b8;}
.dk-article-meta i{color:#ea580c;margin-right:3px;}

.dk-no-result{text-align:center;padding:60px 0;color:#94a3b8;}
.dk-no-result i{font-size:50px;color:#e2e8f0;display:block;margin-bottom:14px;}
.dk-no-result p{font-size:15px;}

.dk-footer-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.dk-footer-quick a{display:inline-block;padding:4px 12px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);border-radius:4px;font-size:12px;transition:all .2s;}
.dk-footer-quick a:hover{background:#ea580c;color:#fff;}
.dk-footer-time{margin-top:6px;}
.dk-footer-loan ul li a{display:flex;align-items:center;gap:4px;}
.dk-footer-loan ul li a::before{content:'';width:4px;height:4px;border-radius:50%;background:#ea580c;flex-shrink:0;}

.dk-mobile-nav{position:fixed;top:0;left:-260px;width:260px;height:100%;background:#fff;z-index:10001;transition:left .3s;overflow-y:auto;box-shadow:2px 0 10px rgba(0,0,0,.1);}
.dk-mobile-nav.open{left:0;}
.dk-mobile-nav-head{display:flex;justify-content:flex-end;padding:12px 16px;border-bottom:1px solid #f1f5f9;}
.dk-mobile-close{font-size:20px;color:#94a3b8;cursor:pointer;padding:4px;}
.dk-mobile-close:hover{color:#334155;}
.dk-mobile-nav ul{padding:10px 0;}
.dk-mobile-nav ul li a{display:block;padding:12px 20px;font-size:14px;color:#334155;transition:all .2s;}
.dk-mobile-nav ul li a:hover,.dk-mobile-nav ul li.active a{color:#2563eb;background:#eff6ff;}
.dk-mobile-nav ul li a i{margin-right:6px;color:#ea580c;width:16px;text-align:center;}
.dk-mobile-sep{height:1px;background:#f1f5f9;margin:8px 16px;}
.dk-mobile-mask{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:10000;}

.dk-page-banner{background:linear-gradient(135deg,#1e40af 0%,#2563eb 50%,#3b82f6 100%);padding:50px 0;position:relative;overflow:hidden;}
.dk-page-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(251,191,36,.15) 0%,transparent 70%);border-radius:50%;}
.dk-page-banner::after{content:'';position:absolute;bottom:-40%;left:5%;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%;}
.dk-page-banner-inner{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;}
.dk-page-banner-text h1{font-size:28px;color:#fff;font-weight:700;margin-bottom:8px;}
.dk-page-banner-text p{font-size:15px;color:rgba(255,255,255,.8);margin-bottom:14px;}
.dk-page-banner-tags{display:flex;gap:12px;flex-wrap:wrap;}
.dk-page-banner-tags span{display:inline-flex;align-items:center;gap:4px;padding:5px 14px;background:rgba(255,255,255,.15);color:rgba(255,255,255,.9);border-radius:20px;font-size:12px;backdrop-filter:blur(4px);}
.dk-page-banner-tags span i{color:#fbbf24;}
.dk-page-banner-icon{font-size:80px;color:rgba(255,255,255,.15);}
.dk-banner-products .dk-page-banner-icon i::before{content:"\f09d";}
.dk-banner-rates{background:linear-gradient(135deg,#047857 0%,#059669 50%,#10b981 100%);}
.dk-banner-process{background:linear-gradient(135deg,#b45309 0%,#d97706 50%,#f59e0b 100%);}
.dk-banner-faq{background:linear-gradient(135deg,#7c3aed 0%,#8b5cf6 50%,#a78bfa 100%);}

.dk-page-main{padding:25px 0;}
.dk-page-notice{background:#fff;border-radius:12px;padding:22px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);border-left:4px solid #ea580c;}
.dk-page-notice h3{font-size:16px;color:#ea580c;margin-bottom:10px;font-weight:600;}
.dk-page-notice h3 i{margin-right:6px;}
.dk-page-notice ul{padding-left:18px;}
.dk-page-notice li{font-size:13px;color:#64748b;line-height:2;list-style:disc;}

.dk-products-detail{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;}
.dk-product-detail-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;}
.dk-product-detail-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1);}
.dk-product-detail-head{padding:22px 24px;color:#fff;display:flex;align-items:center;gap:14px;position:relative;overflow:hidden;}
.dk-product-detail-head::after{content:'';position:absolute;top:-30%;right:-5%;width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%);border-radius:50%;}
.dk-product-detail-icon{width:50px;height:50px;border-radius:14px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;position:relative;z-index:1;}
.dk-product-detail-head h2{font-size:20px;font-weight:700;flex:1;position:relative;z-index:1;}
.dk-product-detail-tag{display:inline-block;padding:4px 12px;background:rgba(255,255,255,.2);border-radius:20px;font-size:12px;font-weight:500;position:relative;z-index:1;}
.dk-product-blue{background:linear-gradient(135deg,#2563eb,#3b82f6);}
.dk-product-amber{background:linear-gradient(135deg,#d97706,#f59e0b);}
.dk-product-green{background:linear-gradient(135deg,#059669,#10b981);}
.dk-product-red{background:linear-gradient(135deg,#dc2626,#ef4444);}
.dk-product-detail-body{padding:22px 24px;}
.dk-product-detail-info{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px;padding:14px;background:#f8fafc;border-radius:10px;}
.dk-info-item{display:flex;flex-direction:column;gap:2px;}
.dk-info-item span{font-size:12px;color:#94a3b8;}
.dk-info-item strong{font-size:15px;color:#ea580c;font-weight:700;}
.dk-product-detail-features{display:flex;flex-direction:column;gap:14px;}
.dk-feature-item{display:flex;gap:12px;padding:14px;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9;transition:border-color .2s;}
.dk-feature-item:hover{border-color:#bfdbfe;}
.dk-feature-icon{width:36px;height:36px;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#2563eb;font-size:16px;}
.dk-feature-amber{background:#fffbeb;color:#d97706;}
.dk-feature-green{background:#ecfdf5;color:#059669;}
.dk-feature-red{background:#fef2f2;color:#dc2626;}
.dk-feature-text{flex:1;min-width:0;}
.dk-feature-text h4{font-size:14px;color:#1e293b;font-weight:600;margin-bottom:6px;}
.dk-feature-text ul{padding-left:16px;}
.dk-feature-text li{font-size:13px;color:#64748b;line-height:1.8;list-style:disc;}

.dk-rate-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-rate-notice{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;background:#eff6ff;border-radius:10px;margin-bottom:22px;border:1px solid #bfdbfe;}
.dk-rate-notice i{font-size:20px;color:#2563eb;flex-shrink:0;margin-top:2px;}
.dk-rate-notice p{font-size:13px;color:#1e40af;line-height:1.7;}
.dk-rate-section-page{margin-bottom:28px;}
.dk-rate-section-page h2{font-size:18px;color:#1e293b;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:2px solid #f1f5f9;}
.dk-rate-section-page h2 i{color:#ea580c;font-size:20px;}
.dk-rate-tip{margin-top:12px;padding:12px 16px;background:#fffbeb;border-radius:8px;border:1px solid #fde68a;}
.dk-rate-tip p{font-size:13px;color:#92400e;line-height:1.7;}
.dk-rate-tip i{color:#d97706;margin-right:4px;}
.dk-calc-page{max-width:500px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;}

.dk-process-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-process-timeline{position:relative;padding-left:40px;}
.dk-process-timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#2563eb,#3b82f6,#60a5fa);border-radius:3px;}
.dk-timeline-item{position:relative;padding-bottom:30px;}
.dk-timeline-item:last-child{padding-bottom:0;}
.dk-timeline-num{position:absolute;left:-40px;top:0;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 8px rgba(37,99,235,.3);z-index:1;}
.dk-timeline-content{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0;transition:border-color .2s,box-shadow .2s;}
.dk-timeline-item:hover .dk-timeline-content{border-color:#bfdbfe;box-shadow:0 4px 12px rgba(37,99,235,.08);}
.dk-timeline-content h2{font-size:17px;color:#1e293b;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px;}
.dk-timeline-desc p{font-size:14px;color:#64748b;line-height:1.8;margin-bottom:12px;}
.dk-timeline-tips{background:#fff;border-radius:8px;padding:14px;border:1px solid #f1f5f9;}
.dk-timeline-tips h4{font-size:13px;color:#1e293b;font-weight:600;margin-bottom:6px;}
.dk-timeline-tips ul{padding-left:16px;}
.dk-timeline-tips li{font-size:13px;color:#64748b;line-height:1.8;list-style:disc;}
.dk-material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px;}
.dk-material-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s;}
.dk-material-item:hover{border-color:#2563eb;background:#eff6ff;}
.dk-material-item i{font-size:22px;color:#2563eb;}
.dk-material-item span{font-size:12px;color:#475569;}
.dk-btn-outline-sm{display:inline-block;padding:6px 16px;border:1px solid #2563eb;color:#2563eb;border-radius:6px;font-size:12px;font-weight:500;transition:all .2s;margin-top:8px;}
.dk-btn-outline-sm:hover{background:#2563eb;color:#fff;}
.dk-process-compare{margin-top:30px;padding-top:25px;border-top:2px dashed #e2e8f0;}
.dk-process-compare h2{font-size:18px;color:#1e293b;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px;}
.dk-process-compare h2 i{color:#ea580c;}

.dk-faq-page{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.dk-faq-category{margin-bottom:28px;}
.dk-faq-category:last-child{margin-bottom:0;}
.dk-faq-category h2{font-size:18px;color:#1e293b;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:2px solid #f1f5f9;}
.dk-faq-category h2 i{color:#ea580c;font-size:20px;}
.dk-faq-list{display:flex;flex-direction:column;gap:10px;}
.dk-faq-page-item{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .2s,box-shadow .2s;}
.dk-faq-page-item:hover{border-color:#bfdbfe;box-shadow:0 2px 8px rgba(37,99,235,.06);}
.dk-faq-page-item.dk-faq-open{border-color:#2563eb;box-shadow:0 2px 8px rgba(37,99,235,.1);}
.dk-faq-page-q{padding:14px 18px;font-size:15px;font-weight:600;color:#1e293b;cursor:pointer;display:flex;align-items:center;gap:8px;background:#f8fafc;transition:background .2s;}
.dk-faq-page-q:hover{background:#eff6ff;}
.dk-faq-page-q i{color:#ea580c;flex-shrink:0;transition:transform .2s;}
.dk-faq-open .dk-faq-page-q i{transform:rotate(90deg);}
.dk-faq-page-a{padding:0 18px 16px 44px;font-size:14px;color:#64748b;line-height:1.8;}
.dk-faq-page-a strong{color:#1e293b;}
.dk-faq-page-a ul{padding-left:16px;margin-top:6px;}
.dk-faq-page-a li{list-style:disc;margin-bottom:4px;}

@media(max-width:768px){
	.dk-nav-wrap .container{height:56px;}
	.dk-nav{display:none;}
	.dk-mobile-toggle{display:block;}
	.dk-hero{padding:30px 0 40px;}
	.dk-hero-content h1{font-size:22px;}
	.dk-products-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
	.dk-product-card{padding:18px 14px;}
	.dk-main .container{flex-direction:column;}
	.dk-main-right{width:100%;}
	.dk-list-grid{grid-template-columns:1fr;}
	.dk-related-grid{grid-template-columns:1fr;}
	.dk-channel-list{grid-template-columns:1fr;}
	.dk-faq-grid{grid-template-columns:1fr;}
	.dk-footer-main .container{flex-direction:column;gap:25px;}
	.dk-qa-list-item{flex-direction:column;gap:10px;}
	.dk-qa-list-stats{flex-direction:row;}
	.dk-qa-q-userinfo{gap:6px 12px;}
	.dk-article-item{flex-direction:column;gap:10px;}
	.dk-article-pic{width:100%;height:180px;}
	.dk-detail-nav a b{max-width:200px;}
	.dk-page-banner{padding:30px 0;}
	.dk-page-banner-inner{flex-direction:column;text-align:center;gap:16px;}
	.dk-page-banner-text h1{font-size:22px;}
	.dk-page-banner-icon{font-size:50px;display:none;}
	.dk-page-banner-tags{justify-content:center;}
	.dk-products-detail{grid-template-columns:1fr;}
	.dk-product-detail-head h2{font-size:17px;}
	.dk-product-detail-info{grid-template-columns:repeat(2,1fr);}
	.dk-feature-item{flex-direction:column;gap:8px;}
	.dk-feature-icon{width:32px;height:32px;font-size:14px;margin:0 auto;}
	.dk-material-grid{grid-template-columns:repeat(3,1fr);}
	.dk-process-timeline{padding-left:32px;}
	.dk-timeline-num{left:-32px;width:28px;height:28px;font-size:13px;}
	.dk-timeline-content{padding:16px;}
	.dk-timeline-content h2{font-size:15px;}
	.dk-faq-page-q{padding:12px 14px;font-size:14px;}
	.dk-faq-page-a{padding:0 14px 14px 38px;font-size:13px;}
	.dk-rate-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
	.dk-rate-table{min-width:500px;}
	.dk-detail-content{word-break:break-word;overflow-wrap:break-word;}
	.dk-detail-content pre,.dk-detail-content code{max-width:100%;overflow-x:auto;}
	.dk-topbar-right{gap:10px;}
	.dk-topbar-right a{font-size:11px;}
	.dk-search input[type="text"]{width:120px;}
	.dk-hero-search{margin:0 10px;}
}
