@charset "utf-8";
/* CSS Document */
html {
	font-family: PingFang-SC-Regular,'Helvetica Neue',Helvetica,'microsoft yahei';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	tap-highlight-color: rgba(0,0,0,.05);
	-webkit-tap-highlight-color: rgba(0,0,0,.05);
	-ms-tap-highlight-color: rgba(0,0,0,.05)
}

:root {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}

body {
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5;
	font-size: 0.52rem;
	max-width: 750px;
	margin: 0 auto;
	min-height: 100%;
	font-family: PingFang-SC-Regular, 'Helvetica Neue', Helvetica, 'microsoft yahei';
	width:100%;
	background:#f1f9fe;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: middle;
}

:focus {
	outline: 0;
}

address, caption, cite, code, dfn, em, b, i, th, var, optgroup {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

textarea {
	overflow: auto;
}

code, kbd, samp, tt {
	font-size: 100%;
}

input, button, textarea, select {
	*font-size: 100%;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:hover{text-decoration:none}

caption, th {
	text-align: left;
}

sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}

:link, :visited, ins {
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input, textarea {
	-webkit-appearance: none;
	border:none;
}

button {
	background: none;
}

em,i {
	font-style:normal;
	text-transform:uppercase;
}

a,a:focus {
	outline:none;
}

.noBg {
	background:none!important;
}

.noBd {
	border:0!important;
}

.noMg { 
    margin: 0!important;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.noPd { 
    padding: 0!important;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	display: block
}


@media (min-width: 319px) {
	html {
		font-size: 21px;
	}
}

@media (min-width: 359px) {
	html {
		font-size: 24px;
	}
}

@media (min-width: 374px) {
	html {
		font-size: 25px;
	}
}

@media (min-width: 413px) {
	html {
		font-size: 27px;
	}
}

@media (min-width: 479px) {
	html {
		font-size: 32px;
	}
}

@media (min-width: 639px) {
	html {
		font-size: 36px;
	}
}

@media (min-width: 749px) {
	html {
		font-size: 38px;
	}
}


/*index*/
.top_fix {
	width:100%;
	position:fixed;
	z-index:19;
	height:2.0rem;
	background:#fff;
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, .2);  
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, .2);  
	box-shadow:0 0 8px rgba(0, 0, 0, .2);
}
.topbar {
	margin:0 0.5rem;
}
.logo {
	float:left;
	height:1.4rem;
	margin:0.3rem 0 0 0;
}
.logo img { display:block; height:100%;}
.topnav { display:none;}
.login {
	float:right;
	font-size:0.5rem;
}
.login a {
	color:#555555;
	display:block;
}
.touxiang {
	display:block;
	width:1.4rem;
	height:1.4rem;
	overflow:hidden;
	border-radius:50%;
	margin:0.3rem 0 0 0!important;
	text-align:center;
	font-size:0.5rem;
	color:#fff;
	background:#e5e5e5;
	line-height:1.4rem;
}
.touxiang img {
	display:block;
	width:1.4rem;
	height:1.4rem;
}

.help_l {
	float:right;
	line-height:1.5rem;
	font-size:0.56rem;
	color:#555555;
}
.help_l a {
	color:#555555;
	margin:0 0.3rem;
}
.serch {
	width:100%;
	background:url(../images/bowen.png) no-repeat center 2.6rem;
	background-size:400% auto;
	padding:2.5rem 0 0 0;
}
.serch h4 {
	text-align:center;
	font-size:0.9rem;
	color:#030303;
	line-height:180%;
}
.serch .des {
	text-align:center;
	font-size:0.56rem;
	color:#777;
	line-height:0.8rem;
	margin:0.2rem 1.0rem 0 1.0rem;
}
.serch .content_area {
	margin:0 1.0rem;
	height:3.6rem;
	border:1px solid #6BA8CB;
	-webkit-box-shadow:5px 3px 5px rgba(87, 155, 187, .5);  
  -moz-box-shadow:5px 3px 5px rgba(87, 155, 187, .5);  
  box-shadow:5px 3px 5px rgba(87, 155, 187, .5);
  background:#fff;
  border-radius:0.3rem;
  margin-top:0.8rem;
  position:relative;
  z-index:1;
}
.serch .serch_keyword {
	color:#9DC0D9;
	width:-webkit-calc(100% - 1.2rem);
	width:-moz-calc(100% - 1.2rem);
	width:calc(100% - 1.2rem);
	height:3.0rem;
	font-size:0.58rem;
	background:none;
	overflow:hidden;
	resize: none;
	margin:0.4rem 0.4rem 0 0.4rem;
}
.serch .serch_icon {
	position:absolute;
	z-index:9;
	right:0.1rem;
	bottom:0.5rem;
}
.serch .serch_icon li {
	float:left;
	padding:0 0.4rem;
}
.serch .serch_icon li:first-child {
	position:relative;
	z-index:1;
}
.serch .serch_icon li:first-child:before{
	content:"";
	width:1px;
	height:0.8rem;
	background:#CFDCE3;
	position:absolute;
	right:0;
	top:0.3rem;
}
.serch .deeps {
	height:0.8rem;
	float:right;
	margin-top:0.3rem;
}
.serch .deeps img { display:block; height:100%;}
.serch .s_icon {
	width:1.2rem;
	height:1.2rem;
	background:#60A4C7;
	display:block;
	border-radius:50%;
	padding:0.2rem;
	box-sizing:border-box;
}
.serch .s_icon img {
	display:block;
	height:0.8rem;
}

.hot_list {
	margin:0 1.0rem;
	margin-top:0.5rem;
}
.hot_list li {
  text-align: center;
  margin-right:0.5rem;
  margin-bottom:0.4rem;
  width:-webkit-calc(33% - 0.3rem);
  width:-moz-calc(33% - 0.3rem);
  width:calc(33% - 0.3rem);
  float:left;
}
.hot_list li:nth-child(3n) { margin-right:0;}
.hot_list li a {
	display:block;
	height:1.4rem;
	line-height:1.4rem;
	background:#fff;
	border:1px solid #BBDFF4;
	border-radius:1.0rem;
	font-size:0.5rem;
	color:#466276;
	text-align:center;
}
.hot_list li a:hover { background:#edf7fc;}
.hot_list li i,.hot_list li b { display:inline-block;}
.hot_list li i { margin-right:3px;}
.hot_list li i img {
	height:1.0rem;
	vertical-align:middle;
}
.hot_list li b { font-weight:normal;}

.ai_to_list {
	margin:1.0rem 0.6rem 0 0.6rem;
}
.ai_left { display:none;}
.ai_right { width:100%;}
.ai_title {
	font-size:0.68rem;
	color:#151515;
	line-height:1.0rem;
	height:1.0rem;
	margin-bottom:0.25rem;
}
.ai_title i,.ai_title b {
	display:block;
	float:left;
}
.ai_title i {
	height:1.0rem;
	margin:0 0.4rem 0 0;
}
.ai_title i img { height:100%; vertical-align:top;}
.ai_box {
	background:#fff;
	border-radius:0.3rem;
	margin-bottom:0.8rem;
}
.ai_box1 {
	padding:0.5rem 0;
}
.ai_news {
	height:6.0rem;
	overflow:hidden;
	margin:0 0.5rem;
}
.ai_news li {
	height:1.2rem;
	line-height:1.2rem;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:0.58rem;
	position:relative;
	z-index:1;
	box-sizing:border-box;
	padding-left:10px;
}
.ai_news li:before {
	content:"";
	width:4px;
	height:4px;
	background:#6BA8CB;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
}

.ai_tool {
	padding:0.8rem 0.4rem 0 0.4rem;
}
.ai_tool li {
	width:-webkit-calc(50% - 0.4rem);
	width:-moz-calc(50% - 0.4rem);
	width:calc(50% - 0.4rem);
  border-radius:0.5rem;
  box-sizing:border-box;
  position:relative;
  z-index:1;
  float:left;
  margin-bottom:0.8rem;
}
.ai_tool li:nth-child(2n) {
	float:right;
}
.ai_tool li .log {
	display:block;
	float:left;
	width:1.1rem;
	overflow:hidden;
}
.ai_tool li .log img {
	width:100%;
}
.ai_tool li .des {
	width:-webkit-calc(100% - 1.5rem);
	width:-moz-calc(100% - 1.5rem);
	width:calc(100% - 1.5rem);
	float:right;
}
.ai_tool li .des b {
	display:block;
	font-size:0.62rem;
	color:#181818;
	height:1.0rem;
	line-height:1.0rem;
	overflow:hidden;
	margin-bottom:0.2rem;
}
.ai_tool li .des p {
	font-size:0.5rem;
	color:#647f8d;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:0.8rem;
	height:1.6rem;
}

/*侧边栏*/
.side_menu {
	float:left;
	width:1.2rem;
	height:1.2rem;
	background:url(../images/side_icon.png) no-repeat center;
	background-size:90%;
	margin: 0.4rem 0.4rem 0 0;
	text-indent:-99px;
	overflow:hidden;
	cursor:pointer;
}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background:rgba(255,255,255,1);
	overflow-x: hidden;
	transition: 0.5s;
	-webkit-box-shadow:5px 0 5px rgba(96, 164, 199, .2);  
	-moz-box-shadow:5px 0 5px rgba(96, 164, 199, .2);  
	box-shadow:5px 0 5px rgba(96, 164, 199, .2);
}
.sidebar a {
            transition: 0.3s;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 24px;
	margin-left: 0px;
	color:#60A4C7;
	font-size:28px;
}
.sidebar .closebtn:hover { color: #92bdd3; }
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}

.openbtn:hover {
	background-color: #444;
}

#main {
	transition: margin-left .5s;
}
.side_main {
	margin:0 15px;
}
.side_title {
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	margin:20px 0;
	color:#222;
}
.new_dialogue {
	height:36px;
	line-height:36px;
	border-radius:20px;
	background:#eff8fd;
	border:1px solid #92bdd3;
	color:#60A4C7;
	font-size:14px;
	font-weight:bold;
}
.new_dialogue a { 
    display:block; 
	color:#60A4C7;
	padding:0 0 0 10px;
}
.side_menulist {
	padding:0 0 10px 0;
	border-bottom:1px solid #e8e8e8;
}
.side_menulist li {
	height:40px;
	line-height:40px;
	font-size:14px;
	padding:0 0 0 25px;
}
.side_history {
	margin-top:10px;
}
.side_history h4 {
	font-size:14px;
	color:#60A4C7;
	line-height:40px;
}
.side_history li {
	height:40px;
	line-height:40px;
	font-size:14px;
	padding:0 0 0 25px;
	background:url(../images/dia.png) no-repeat left center;
	background-size:14px auto;
	overflow:hidden;
}

.foot {
	background:#2E2926;
	text-align:center;
	font-size:0.5rem;
	color:#aaa;
	line-height:0.8rem;
	padding:0.5rem;
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(107, 168, 203, 0.8) url(../images/backtop.png) no-repeat center 50%;
  background-size:60% auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index:99;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .7;
}



/*软件详情页*/
.tool_menu {
	margin:3.0rem 1.5rem 0 1.5rem;
}
.tool_menu li {
	line-height:1.5rem;
	height:1.5rem;
	margin:0 0 0.5rem 0;
	font-size:0.6rem;
}
.tool_menu li:last-child { margin-bottom:0;}
.tool_menu li i,.tool_menu li b {
	display:block;
	float:left;
	font-weight:normal;
}
.tool_menu li i {
	height:24px;
	margin:0 10px 0 0;
}
.tool_menu li i img {
	height:100%;
}
.left_loca {
	width:200px;
	position:fixed;
	z-index:9;
	left:-250px;
	top:0;
	height:100%;
	background:#fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.menu-toggle {
    cursor: pointer;
    z-index: 100;
}
.sidedetail {
    transition: left 0.3s ease;
}
.content {
    padding:0 20px;
    transition: margin-left 0.3s ease;
}

.sidedetail.collapsed {
    left: 0px;
}
.content.collapsed {
    margin-left: 0;
}
.soft_intro {
	padding:2.4rem 0 0 0;
}
.soft_position {
	height:1.2rem;
	line-height:1.2rem;
	font-size:0.56rem;
	overflow:hidden;
	color:#888;
	margin-bottom:0.3rem;
}
.soft_position a { color:#84ADC2; margin:0 7px;}
.soft_pic {
	width:5.0rem;
	height:5.0rem;
	float:left;
	overflow:hidden;
	border-radius:0.5rem;
	background:#fff;
	position:relative;
	z-index:1;
}
.soft_pic img {
	width: 80%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.soft_txt {
	width:-webkit-calc(100% - 5.5rem);
	width:-moz-calc(100% - 5.5rem);
	width:calc(100% - 5.5rem);
	float:right;
}
.soft_txt .title {
	font-size:1.0rem;
	color:#222;
	line-height:1.2rem;
	margin:0 0 0.5rem 0;
	font-weight:bold;
}
.soft_txt .des {
	font-size:0.5rem;
	line-height:1.0rem;
	color:#888;
	margin-bottom:0.5rem;
	display:none;
}
.soft_txt .class {
	margin-bottom:0.5rem;
}
.soft_txt .class i {
	display:inline-block;
	font-size:0.5rem;
	background:#fff;
	border:1px solid #84ADC2;
	color:#84ADC2;
	border-radius:1.0rem;
	line-height:1.0rem;
	height:1.0rem;
	overflow:hidden;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0 0.5rem;
	margin:0 0.3rem 0 0;
}
.soft_txt .link {
	display:block;
	background:#84ADC2;
	color:#fff;
	font-size:0.6rem;
	height:1.2rem;
	line-height:1.2rem;
	width:4.0rem;
	border-radius:1.0rem;
	text-align:center;
}
.soft_content {
	font-size:0.6rem;
	line-height:1.0rem;
	margin:1.0rem 0;
}
.soft_content p {
	padding:0.2rem 0;
}
.soft_recom {
	padding-bottom:0.5rem;
}
.soft_recom h4 {
	font-size:0.7rem;
	font-weight:bold;
	line-height:1.2rem;
	color:#222;
	margin-bottom:0.5rem;
}
.soft_recom li {
	width:-webkit-calc(50% - 6px);
	width:-moz-calc(50% - 6px);
	width:calc(50% - 6px);
	position:relative;
	z-index:1;
	float:left;
	margin-bottom:0.5rem;
	border-radius:0.5rem;
	box-sizing:border-box;
	padding:0.5rem;
	background:#fff;
}
.soft_recom li:nth-child(2n) {
	float:right;
}
.soft_recom li .log {
	display:block;
	float:left;
	width:1.1rem;
	overflow:hidden;
}
.soft_recom li .log img {
	width:100%;
}
.soft_recom li .des {
	width:-webkit-calc(100% - 1.5rem);
	width:-moz-calc(100% - 1.5rem);
	width:calc(100% - 1.5rem);
	float:left;
	margin-left:10px;
}
.soft_recom li .des b {
	display:block;
	font-size:0.62rem;
	color:#181818;
	height:1.0rem;
	line-height:1.0rem;
	overflow:hidden;
	margin-bottom:0.2rem;
}
.soft_recom li .des p {
	font-size:0.5rem;
	color:#647f8d;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:0.8rem;
	height:1.6rem;
} 

/*新闻详情*/
.news_title {
	font-size:0.9rem;
	font-weight:bold;
	color:#222;
	line-height:1.3rem;
	margin-bottom:0.7rem;
}
.news_time {
	height:1.5rem;
	line-height:1.5rem;
	border-top:1px solid #cbe5f2;
	border-bottom:1px solid #cbe5f2;
	font-size:0.6rem;
	text-align:center;
}
.news_time span {
	display:inline-block;
	margin:0 20px 0 0;
	color:#5e8ea6;
}
.news_content {
	font-size:0.65rem;
	line-height:1.2rem;
	padding:1.0rem 0;
}
.news_content p {
	padding:0.5rem 0;
}

/* 移动端滚动新闻样式 - 两列布局 */
.ai_box1 {
    overflow: hidden !important; /* 确保滚动不超出容器 */
}

@media (max-width: 768px) {
    .ai_news {
        padding: 0.6rem 0.5rem 0.5rem 0.5rem;
        height: 14rem; /* 移动端显示高度 */
        overflow: hidden;
        position: relative;
        display: flex;
        gap: 0.5rem;
    }

    .ai_news .news-column:nth-child(3) {
        display: none; /* 移动端隐藏第三列 */
    }
}

/* 每列的样式 */
.ai_news .news-column {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ai_news .news-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ai_news .news-column li {
    float: none !important;
    width: 100% !important;
    margin: 0 0 0.3rem 0 !important;
    height: 1.4rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    padding: 0 !important;
    position: relative;
    box-sizing: border-box;
}

.ai_news .news-column li:before {
    display: none !important;
}

.ai_news .news-column li .news-img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    margin-right: 0.25rem;
    flex-shrink: 0;
    object-fit: cover;
}

.ai_news .news-column li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    font-size: 0.55rem;
}

.ai_news .news-column li a:hover {
    color: #6BA8CB;
}

.ai_news .news-column li .hot-type {
    color: #ff6b6b !important;
    font-size: 0.45rem;
    margin-left: 0.15rem;
    flex-shrink: 0;
}

.ai_news .news-column li .type-name {
    color: #999 !important;
    font-size: 0.45rem;
    margin-left: 0.15rem;
    flex-shrink: 0;
}

/* 滚动动画 - 三列不同速度，无缝循环 */
@keyframes scrollNewsMobile1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollNewsMobile2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollNewsMobile3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.ai_news .news-column.scrolling-1 ul {
    animation: scrollNewsMobile1 140s linear infinite;
}

.ai_news .news-column.scrolling-2 ul {
    animation: scrollNewsMobile2 140s linear infinite;
}

.ai_news .news-column.scrolling-3 ul {
    animation: scrollNewsMobile3 140s linear infinite;
}

/* 鼠标悬停暂停滚动 */
.ai_news .news-column:hover ul {
    animation-play-state: paused;
}

/* 移动端面包屑导航样式 */
@media (max-width: 768px) {
    .breadcrumb_container {
        padding: 10px 0;
        margin-bottom: 15px;
    }
    
    .breadcrumb {
        padding: 0 15px;
        font-size: 12px;
        max-width: none;
    }
    
    .breadcrumb .separator {
        margin: 0 5px;
    }
    
    /* 移动端资讯列表容器 */
    .article-list-page .article_container {
        display: block !important;
        flex-direction: column !important;
        gap: 0 !important;
    }
    
    /* 移动端资讯列表样式 */
    .article_list_header {
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
        display: block;
    }
    
    .article_list_header h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .article_count {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    /* 移动端分类选择 */
    .category_filter {
        margin-top: 10px;
    }
    
    .category_tabs {
        gap: 8px;
        padding: 0 2px;
    }
    
    .category_tab {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 15px;
        min-width: auto;
    }
    
    /* 移动端文章列表内容 */
    .article_list_content {
        width: 100%;
        display: block;
    }
    
    /* 移动端文章列表 */
    .article_item {
        margin: 0 15px 15px;
        padding: 15px;
        border-radius: 6px;
    }
    
    .article_item_content {
        flex-direction: column;
        gap: 10px;
    }
    
    .article_thumb {
        width: 100%;
        height: 160px;
        order: -1;
    }
    
    .article_title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .article_intro {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .article_meta {
        font-size: 11px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    /* 移动端分页容器 */
    .pagination-container {
        margin-top: 20px;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    /* 移动端分页 */
    .pagination {
        flex-wrap: wrap;
        gap: 5px;
        padding: 0;
        margin-top: 0;
    }
    
    .page_btn, .page_number {
        padding: 6px 10px;
        font-size: 12px;
        min-width: 30px;
        text-align: center;
    }
    
    .page_info {
        margin-left: 0;
        margin-top: 10px;
        order: 1;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    
    .no_data {
        padding: 40px 15px;
        font-size: 14px;
    }
    
    /* 移动端加载动画 */
    .page-loading .loading-spinner {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }
    
    .mini-loading {
        top: 10px !important;
        right: 10px !important;
        padding: 8px !important;
    }
    
    .mini-spinner {
        width: 16px !important;
        height: 16px !important;
        border-width: 1px !important;
    }
    
    /* 移动端文章详情样式 */
    .article_detail_container {
        margin: 0 15px;
        max-width: none;
    }
    
    .article_detail {
        padding: 20px;
    }
    
    .article_detail_title {
        font-size: 22px;
        line-height: 1.3;
    }
    
    .article_meta_info {
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
    }
    
    .article_source {
        flex-wrap: wrap;
    }
    
    .source_link {
        font-size: 12px;
    }
    
    .article_content {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .article_content h2 {
        font-size: 18px;
    }
    
    .article_content h3 {
        font-size: 16px;
    }
    
    .article_footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .article_info_section {
        width: 100%;
    }
    
    .article_tags, .article_share {
        flex-wrap: wrap;
    }
    
    .article_source_info {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .source_original_link {
        font-size: 11px;
        padding: 3px 6px;
    }
    
    .related_articles {
        padding: 20px;
        margin: 0 -15px;
    }
    
    .related_title {
        font-size: 18px;
    }
    
    .related_link {
        padding: 10px;
    }
    
    .related_thumb {
        width: 50px;
        height: 50px;
    }
    
    .related_article_title {
        font-size: 13px;
    }
}
