
    html { scroll-behavior: smooth; }
.container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  max-width: 1650px;
  margin: 0 auto;
  
}


.toc {
  width: 260px;
  padding-right: 1rem;

}

.toc-inner {
  position: sticky;
  top: 3.5rem;
  border-right:1px solid #999;
  padding-right:20px;
}

.toc-toggle {
  display: none;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.toc-inner h4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: bold;
  font-size:15px;
  color:#333;
  font-family:sans-serif;
}

.toc-inner ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
}

.toc-inner li {
  margin-bottom: 0.5rem;
}

.toc-inner li a {
  text-decoration: none;
  color: #333;
  padding: 0.4rem 0.6rem;
  display: block;
  width: 100%;
  border-radius: 4px;
  transition: background 0.2s;
  font-size:13px;
  font-family:"Noto Sans",Helvetica, sans-serif;
  line-height:18px;
}

.toc-inner li a:hover{ color:#D5272B;}
.toc-inner li a.active {
  background-color:#F3BEBF;
  color: #000;
}






.content {
     width: 770px;
     font-size:15px;
 	 line-height: 25px;
  	 font-family:Poppins, Roboto, Arial, sans-serif;
 	 color:#666;
 
}
.content strong{ font-weight:bold; line-height:30px; color:#111;}
.content p{ margin:25px 0;}

.content .gui1{
border-left:4px solid #D5272B;

border-radius:8px;
padding:5px 0px 0px 15px;
font-size:15px;
color:#666;
font-style:italic;
font-weight:bol;
line-height:30px;}

.content .gui2{ text-decoration:underline; background:#F3BEBF;}

.content a{	
color:#D5272B;
font-weight:bold;
text-decoration:underline;
text-decoration-color:#000;
}

.content a:hover{
text-decoration:none;}
.content h3{font-size:30px;
font-family:"Fira Sans", Garamond, sans-serif;
margin:25px 0px 15px 0px;
line-height:37px;
font-weight:bolder;
color:#000;
scroll-margin-top:65px;
}
.content h3 a{
color:#D5272B;
font-weight:700;
text-decoration:none;}


.content h2{
font-size: 40px;
padding:42px 0px 20px 0px;
line-height:55px;
font-family:Poppins, Roboto, Arial, sans-serif;
font-weight:900;
color:#000;
scroll-margin-top: 50px;
}
.content h2 a{ text-decoration:none;}

.content h4{
font-size:22px;
font-family:sans-serif;
margin:35px 0px 15px 0px;
font-weight:bold;
line-height:30px;
color:#111;}

.content .center-h4{ text-align:center; padding:20px 0;}

  .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem 0;
  }

.content ul{
	list-style:disc;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 15px;
	}
	
.content ol{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 15px;}	
	
.content .ul-type2{ list-style:none;padding-left: 5px; }	
.content li{ margin-bottom:10px;
font-style:italic;}
	
.content .man101{
		filter: blur(4px);
		width:120px;
		}






.sidebar {
  width: 320px;
}

.sidebar-inner {
  position: sticky;
  top: 3rem;
}

.sidebar .box {

  padding: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  background:#Fff;
}
.sidebar .box a{

  text-decoration: none;
  color: #333;
  padding: 0.6rem 0.6rem;
  display: block;
  width: 100%;
  border-radius: 4px;
  transition: background 0.2s;
  font-size:13px;
  font-family:"Noto Sans",Helvetica, sans-serif;
  line-height:18px;

}
.sidebar .box a:hover{
color:#D5272B;
background-color: #F3BEBF;
    color: #000;
}
.readings-list{ padding:10px 0px;}
.sidebar h4 {
  margin: 0px 0px 0px 0px;
  color:#111;
  font-weight: bold;
  font-size:22px;
  font-family:sans-serif;

}


.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar li {
  margin-bottom: 0.9rem;
}

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.8rem;
}

.author-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.author-bio {
  	margin-bottom: 1rem;
  	font-size: 14px;
    color: #333;
    font-family: "Noto Sans", Helvetica, sans-serif;
	padding:5px 0px;
}

.register-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #FA4D64;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  width:60%;
  text-align:center;
}


 
@media (max-width: 1000px) {
  .container {
    flex-direction: column;
  }

  .toc, .sidebar, .content {
    width: 100%;
    border: none;

  }

  .toc-inner, .sidebar-inner {
    position: relative;
  }

  .content {
    padding: 0 1rem;
  }

  .sidebar .box {
    font-size: 1rem;
    padding: 1.2rem;
	margin-top:10px;
	
  }

  .toc-toggle {
    display: block;
  }

  .toc-inner ul {
    display: none;
    margin-top: 1rem;
  }

  .toc-inner.show ul {
    display: block;
  }
}


    @media (max-width: 480px) {
      .member-card {
        flex: 0 0 100%;
      }
	   .joinR img {
        margin-top: 20px;

      }
    }

  /**三列布局 ↑**/  /**三列布局 ↑**/  /**三列布局 ↑**/  /**三列布局 ↑**/  /**三列布局 ↑**/
  
    /**三列布局 ↑**/  /**三列布局 ↑**/  /**三列布局 ↑**/  /**三列布局 ↑**/  /**三列布局 ↑**/
  
  
  
  .dm-feedback { 
    width: 100%;
    margin: 0 auto; 
    font-family: Arial, Helvetica, sans-serif; 
    color: #222; 
  }
  .dm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	margin:30px 0;
  }
  .dm-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    padding: 18px 20px;
  }
  .dm-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px 0;
	font-size:20px;
  }
  .dm-icon { width: 20px; height: 20px; flex: 0 0 20px; }
  .dm-list {
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: grid; 
    gap: 8px; 


  }
  .dm-item {
    display: grid; 
    grid-template-columns: 20px 1fr; 
    align-items: start; 
    gap: 10px; 


  }
  .liked .dm-title-icon { color: #16a34a; }
  .liked .dm-bullet { color: #16a34a; }
  .disliked .dm-title-icon { color: #ef4444; }
  .disliked .dm-bullet { color: #ef4444; }
  @media (max-width: 1024px) {
    .dm-grid { grid-template-columns: 1fr; }
  }
  
  
  /**喜欢和不喜欢 ↑**/  /**喜欢和不喜欢 ↑**/  /**喜欢和不喜欢 ↑**/  /**喜欢和不喜欢 ↑**/
    /**喜欢和不喜欢 ↑**/  /**喜欢和不喜欢 ↑**/  /**喜欢和不喜欢 ↑**/
  
  
  


  @media (max-width: 360px) {
    .tsd-card { grid-template-columns: 40px 1fr; padding: 10px; }
    .tsd-rank { width: 40px; height: 40px; }
  }
  
  
    /* 右侧导航网站列表 ↑ */    /* 右侧导航网站列表 ↑ */
	    /* 右侧导航网站列表 ↑ */
		    /* 右侧导航网站列表 ↑ */
			
			
  :root {
    --brand: #FFA7AB; /* accent color */
    --text: #222;
    --muted: #666;
    --card-bg: #fff;
    --border: #eee;
  }

  .avatar-section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
  }

  .avatar-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px 0;
  }
  .avatar-head h2 {
    margin: 0;

  }

  .avatar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .avatar-card {
    display: flex;
    flex-direction: column;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    overflow: hidden;
    min-height: 100%;
  }
   .featured-members-intro{ padding-bottom:20px;}
  /* image area with fixed aspect ratio */
  .avatar-media {
    position: relative;
    aspect-ratio: 4 / 3; /* keeps cards even */
    background: #f7f7f7;
  }
 .content .avatar-media img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; display: block;
	margin:0;
	filter: blur(5px);
  }

  .avatar-body {
    display: flex; flex-direction: column;
    gap: 8px; padding: 14px;
    flex: 1; /* push button to bottom */
  }
 .content .avatar-name {
    font-size: 18px; font-weight: 800; margin: 0;
  }
   .content .avatar-address {
    font-size: 14px; color: var(--muted); margin: 0;
  }

  .avatar-actions { padding: 0 14px 14px 14px; margin-top: auto; }
  .content .avatar-btn {
    display: inline-block; width: 100%; text-align: center;
    padding: 10px 14px; border-radius: 4px;
    font-weight: 800; font-size: 14px; text-decoration: none;
    color: #fff; background: #111;
    transition: transform .15s ease, opacity .15s ease, background .2s ease;
	 margin: 15px 0;
  }
  .content .avatar-btn:hover{ transform: translateY(-1px); opacity: .95;  color:#D5272B; text-decoration:none; }

  /* responsive */
  @media (max-width: 900px) {
    .avatar-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .avatar-grid { grid-template-columns: 1fr; }
    .avatar-head h2 { font-size: 20px; }
  }
  
  		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */ 		    /* profile列表 ↑ */
			
  :root{
    /* 你可以按站点主题改这几个变量 */
    --ra-text:#ffffff;
    --ra-muted: rgba(255,255,255,0.85);
    --ra-hover-scale: 1.03;
    --ra-radius: 14px;
    --ra-shadow: 0 10px 30px rgba(0,0,0,0.25);
    --ra-gradient: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 68%, rgba(0,0,0,.85) 100%);
  }
  .related-articles{
    padding: 28px 16px;
  }
  .ra-container{
    max-width: 1200px; margin: 0 auto;
  }
  .related-articles h2{
  letter-spacing: .4px; 
  }

  .ra-grid{
    display: grid;
    grid-template-columns: 1fr 1fr; /* 两列 */
    gap: 20px;
  }
  @media (max-width: 820px){
    .ra-grid{ grid-template-columns: 1fr; } /* 移动端一列 */
  }

  .ra-card{
    display: block; position: relative; border-radius: var(--ra-radius); overflow: hidden;
    transform: translateZ(0); /* 开启GPU加速，提高清晰度 */
    box-shadow: var(--ra-shadow);
    outline: none;
  }
  .ra-card:focus-visible{
    box-shadow: 0 0 0 3px rgba(198,27,107,.65), var(--ra-shadow);
  }
  .ra-figure{
    margin: 0; position: relative;
    aspect-ratio: 16/9; /* 与参考模块相近的比例 */
  }
  .ra-figure img{
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .35s ease;  filter: brightness(70%);
	margin:0;
  }
  .ra-card:hover .ra-figure img{
    transform: scale(var(--ra-hover-scale));
  }
  .ra-overlay{
    position: absolute; inset: 0;
    background: var(--ra-gradient);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 16px;
  }
  .content .ra-title{
    margin: 0 0 6px 0; color: var(--ra-text);
    font-size: clamp(16px, 2.2vw, 20px); line-height: 1.25; font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
  }
  .ra-date{
    color: var(--ra-muted);
    font-size: 13px; letter-spacing: .2px;
  }
  
  
    		    /* 相关阅读  ↑ */ 	    /* 相关阅读  ↑ */ 	    /* 相关阅读  ↑ */ 	    /* 相关阅读  ↑ */ 	    /* 相关阅读  ↑ */ 	    /* 相关阅读  ↑ */ 
				
					    /* 相关阅读  ↑ */ 
						
						
						
  .about-me {

    padding: 24px;

    max-width: 770px;
    margin: 40px auto;
  }
  .about-header {
    display: flex;
    align-items: center;
    gap: 16px; /* 控制间距 */
    flex-wrap: wrap;
	border-bottom:1px solid #ddd;
  }
    .content .about-header h2 {
    font-size: 20px;
    margin: 0;
	padding:0px;
    font-weight: 700;
  }
  .about-author,
  .about-date {
    font-size: 15px;

  }
  .about-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 12px 0;
  }
  .about-body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
	margin-top:20px;
  }
  .content .about-avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
	max-width: none;
	margin:0px;
  }
  .about-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  @media (max-width: 600px) {
    .about-body {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .about-header {
      flex-direction: column;
      align-items: flex-start;
    }
    .about-text p {
      text-align: center;
    }
  }
   /* 作者信息  ↑ */  /* 作者信息  ↑ */  /* 作者信息  ↑ */  /* 作者信息  ↑ */  /* 作者信息  ↑ */  /* 作者信息  ↑ */  /* 作者信息  ↑ */ 
   
   
   
    .drm-sites-grid { width: 100%; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
  .drm-sites-grid__title { font-size: 20px; margin-bott-----om: 10px; }

  /* topbar with note + date */
  .drm-topbar {
    display: flex; justify-content: space-between; align-items: center;
    margin: 0 0 8px 0; flex-wrap: wrap; gap: 8px;
  }
  .drm-note{
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 12px; background: #fff6d7; color: #7a5400;
    border: 1px solid #ffe7a1; border-radius: 10px; font-size: 14px; line-height: 1.3;
  }
  .drm-date { font-size: 14px; color: #666; }

  /* rows */
  .drm-row {
    display: grid;
    grid-template-columns: 160px 120px 1fr 140px; /* Logo | Rating | Summary | Button */
    gap: 16px; align-items: center;
    padding: 12px; border: 1px solid #e5e7eb; border-radius: 10px;
    margin-bottom: 12px; background: #fafafa;
  }
  .drm-row a{ color:#fff;}
   .drm-row a:hover{ text-decoration:none; color:#D5272B;}
  .drm-row.is-top { border-color: #F3BEBF; border:2px solid #F3BEBF;}

  /* cols */
  .drm-col--logo img { max-width: 120px; height: auto; display: block; }
  .drm-col--rating { font-size: 14px; color: #333; }
  .drm-stars { color: #f5a623; font-size: 16px; line-height: 1; } /* 金色星星 */
  .drm-score { margin-top: 4px;  }   /* 与星星分行显示 */

  .drm-col--summary { font-size: 14px; color: #555; line-height: 1.45; }
  .drm-col--action { text-align: right; }
  .drm-btn {
    display: inline-block; background: #111; color: #fff; text-decoration: none;
    padding: 8px 14px; border-radius: 4px; font-size: 14px; font-weight: 600;
    transition: background .2s ease, transform .1s ease; border: 1px solid #3f7deb;
  }
  .drm-btn:hover {  transform: translateY(-1px); }

  /* Mobile: stack and center all elements */
  @media (max-width: 720px) {
    .drm-row { grid-template-columns: 1fr; text-align: center; }
    .drm-col--logo img { margin-left: auto; margin-right: auto; }
    .drm-col--action { text-align: center; }
    .drm-topbar { flex-direction: column; align-items: center; text-align: center; }
  } 
  
     /* 网站排名  ↑ */     /* 网站排名  ↑ */     /* 网站排名  ↑ */     /* 网站排名  ↑ */     /* 网站排名  ↑ */     /* 网站排名  ↑ */ 
	 
	 
	.sd-works{max-width:1100px;margin:0 auto;padding:;}
  .sd-title{font:700 28px/1.2 ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto;text-align:center;margin-bottom:20px}
  .sd-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  @media (max-width:640px){.sd-grid{grid-template-columns:1fr}}

  .sd-card{background:#fff;border-radius:16px;overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    transition:transform .2s,box-shadow .2s}
  .sd-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}

  .sd-media{position:relative;aspect-ratio:16/9;background:#f6f7f8}
  .content .sd-media img{width:100%;height:100%;object-fit:cover;display:block; margin:0px;}
  .sd-badge{position:absolute;left:12px;top:12px;width:34px;height:34px;border-radius:999px;
    display:grid;place-items:center;background:linear-gradient(135deg,#111,#444);color:#fff;font-weight:700;
    box-shadow:0 4px 10px rgba(0,0,0,.15)}

  .sd-body{padding:16px 16px 18px}
  .sd-body h3{margin:0 0 8px;font-weight:700;font-size:18px}
  .sd-body p{margin:0;}
  
       /* w网站使用流程  ↑ */        /* w网站使用流程  ↑ */        /* w网站使用流程  ↑ */        /* w网站使用流程  ↑ */        /* w网站使用流程  ↑ */ 
	   
	   
	   
   :root{ --brand:#FFA7AB; --text:#222; --muted:#666; }

  .faq2-wrap{ width:100%; max-width:770px; margin:0 auto; font-family:Poppins, Roboto, Arial, sans-serif; color:var(--text); }
  .faq2-title{ display:flex; align-items:center; gap:8px; margin:0 0 16px 0; font-weight:800; font-size:22px; }
  .faq2-diamond{ width:18px; height:18px; color:var(--brand); }

  .faq2{ display:grid; gap:12px; }
  .faq2-item{ background:transparent; border:0; box-shadow:none; border-radius:0; }

  .faq2-q{
    display:flex; align-items:center; gap:8px; width:100%;
    background:transparent; border:0; text-align:left;
    padding:2px 0; font-size:18px; font-weight:bold; cursor:pointer; outline:none;
    color:#666; line-height:30px;
  }
  .faq2-q:hover{ opacity:.8; }
  .faq2-q:focus-visible{ outline:2px solid var(--brand); border-radius:4px; }

  .faq2-icon{ flex:0 0 32px; width:22px; height:22px; color:var(--brand); }
  /* plus/minus toggle */
  .faq2-icon .icon-minus{ display:none; }
  .faq2-item.open .faq2-icon .icon-plus{ display:none; }
  .faq2-item.open .faq2-icon .icon-minus{ display:block; }

  /* answer panel (no max-height) */
  .faq2-a{
    overflow:hidden;
    height:0;                /* 关键：用 height 做动画 */
    opacity:0;
    padding:0 0 0 34px;      /* 收起时只保留左缩进 */
    color:var(--muted); font-size:15px; line-height:25px;
    transition: height .28s ease, opacity .22s ease, padding .28s ease;
    will-change: height;     /* 提升流畅度 */
  }
  .faq2-item.open .faq2-a{
    /* 展开结束后会被 JS 设为 height:auto；这里不写死高度 */
    opacity:1;
    padding:15px 0 16px 34px;
  }

  /* Mobile: icon对齐首行 */
  @media (max-width:520px){
    .faq2-title{ font-size:20px; }
    .faq2-q{ align-items:flex-start; line-height:1.35; padding-top:12px; padding-bottom:12px; }
    .faq2-icon{ margin-top:2px; }
    .faq2-item.open .faq2-a{ padding:8px 0 12px 18px; }
    .faq2-a{ padding-left:18px; }
  }

  
    /* FAQ  ↑ */      /* FAQ  ↑ */      /* FAQ  ↑ */      /* FAQ  ↑ */      /* FAQ  ↑ */      /* FAQ  ↑ */      /* FAQ  ↑ */      /* FAQ  ↑ */  
	
	
	
	
	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  	/*翻页 ↓ */  
		
	
:root{
  --ap-primary: #D5272B;
  --ap-text: #111827;
  --ap-muted: #6b7280;
  --ap-border: #e5e7eb;
  --ap-bg: #fff;
  --ap-radius: 0px;
  --ap-size: 50px;
  --ap-gap: 8px;
  --ap-pad-x: 14px;
  --ap-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.ahrefs-pager{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap: var(--ap-gap);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  padding: 12px 0;
  line-height:1;
}

.ahrefs-pager .ap-btn,
.ahrefs-pager .ap-ellipsis{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-width: var(--ap-size);
  height: var(--ap-size);
  padding: 0 var(--ap-pad-x);
  border:1px solid var(--ap-border);
  border-radius: var(--ap-radius);
  background: var(--ap-bg);
  color: var(--ap-text);
  text-decoration:none;
  font-size:14px;
  box-shadow: var(--ap-shadow);
  transition: border-color .15s ease, color .15s ease, background .15s ease, transform .06s ease;
  user-select:none;
}

.ahrefs-pager .ap-btn:hover{
  border-color: var(--ap-primary);
  color: var(--ap-primary);
  transform: translateY(-1px);
}

.ahrefs-pager .ap-btn:focus{
  outline: 2px solid var(--ap-primary);
  outline-offset: 2px;
}

.ahrefs-pager .ap-current{
  background: var(--ap-primary);
  border-color: var(--ap-primary);
  color: #fff;
  cursor: default;
  pointer-events: none;
  transform:none;
}

.ahrefs-pager .ap-prev,
.ahrefs-pager .ap-next{
  font-weight:600;
  padding: 0 12px;
}

.ahrefs-pager .ap-ellipsis{
  min-width:auto;
  padding: 0 6px;
  border:0;
  box-shadow:none;
  color: var(--ap-muted);
  background: transparent;
}

.ahrefs-pager .ap-disabled,
.ahrefs-pager .ap-btn[aria-disabled="true"]{
  pointer-events:none;
  opacity:.45;
  color: var(--ap-muted);
  background:#f9fafb;
  border-color:#f0f1f3;
  box-shadow:none;
  transform:none;
}

/* ?? Mobile Responsive Adjustments */
@media (max-width: 768px){
  :root{
    --ap-size: 34px;
    --ap-pad-x: 10px;
    --ap-gap: 6px;
  }
  .ahrefs-pager .ap-btn{
    font-size:13px;
  }
  .ahrefs-pager{
    gap:6px;
    padding:8px 0;
  }
}

@media (max-width: 480px){
  .ahrefs-pager .ap-btn:not(.ap-current):not(.ap-prev):not(.ap-next){
    display:none; /* 仅显示关键页与前后按钮 */
  }
  .ahrefs-pager .ap-current,
  .ahrefs-pager .ap-prev,
  .ahrefs-pager .ap-next{
    display:inline-flex;
  }
}

	
	
	
		/*翻页 ↑ */  		/*翻页 ↑ */  		/*翻页 ↑ */  		/*翻页 ↑ */  		/*翻页 ↑ */  		/*翻页 ↑ */  		/*翻页 ↑ */  		/*翻页 ↑ */  
  