@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto+Mono:wght@300;400;500&display=swap');
.col-12 {
    padding-left: 130px;
    text-align: center;
    margin: 30px 0 40px 0;
}
.mb-100 {
    margin-bottom: 100px;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    padding-right: 100px;

}
 .counter-area >div{
    /* border: solid 1px #d6d6d6; */
    margin-top: 20px;
}
 .counter-area .counter {
    color: #4a7aec;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center; 
    height: 150px;
    width: 210px;
    border-radius: 100%;
    /* background: #eee; */
}
.counter-area > div > div .add{
    font-size: 40px;
    font-weight: 900;
    padding-left: 6px;
}
.counter-area .num {
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(90deg, #C7000B 0%, #FF3B30 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #C7000B;
    font-family: 'Arial Black', 'Archivo Black', Arial, sans-serif !important;
    line-height: 210px;
    font-weight: 900;
    font-size: 70px;
}
.counter-area .num *,
.counter-area .num .timer {
    font-family: 'Arial Black', 'Archivo Black', Arial, sans-serif !important;
    font-weight: 900 !important;
}
 .cool-facts-content > p { 
    color: #000;
    padding-top: 20px;
    font-size: 18px;
}


.indpro {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 0 40px 0;
}
.contain-1400 {
    max-width: 98%;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
*::before, *::after {
    box-sizing: border-box;
}
.indpro-menu {
    width: 1200px;
    max-width: 100%;
    margin: 40px auto 40px;
    font-size: 0;
    text-align: left;
    user-select: none;
    border-bottom: 1px solid #e6e9f0;
}
.indpro-menu ul {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    width: 1229px;
    max-width: 100%;
    margin: 0 auto;
}
.indpro-menu li {
    display: inline-block;
    vertical-align: bottom;
}
.indpro-menu li:first-child {
    /* padding-left: 0; */
}
.indpro-menu-link {
    height: 52px;
    line-height: 52px;
    display: block;
    position: relative;
    padding: 0 28px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    transition: color .3s ease;
}
.indpro-menu-link:hover {
    color: #C7000B;
}
.indpro-menu-link.active {
    color: #C7000B;
    font-weight: 700;
}
.indpro-menu-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #C7000B 0%, #FF3B30 100%);
    border-radius: 3px 3px 0 0;
    transform: translateX(-50%);
    transition: width .3s ease;
}
.indpro-menu-link.active::after {
    width: 60%;
}

.forms .form .fk-editor {
    color: #666666;
}

.listc{
    display: flex;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.listc .list-item{
    width: 570px;margin-right: 80px;
}
	.listc .list-item .fk-editor .content{
	    line-height: 29px;
	    color: rgba(9, 18, 33, 0.8) !important;
	    font-size: 14px !important;
	    font-family: 'PingFang SC', '苹方', -apple-system, 'Helvetica Neue', sans-serif;
	    font-weight: 400;
	}
/* tab 内容大标题行高修正，避免文字上溢与 tab 菜单重叠 */
.listc .list-item .fk-editor .content > span:first-child,
.listc .list-item .fk-editor .content b {
    line-height: 1.4;
}

/*公共部分*/

.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.w1200 {
	clear: both;
	margin: 0 auto;
	width: 1200px;
}
.h164{
	height: 164px !important;
}
.red{
	color: #2468F2;
}
.bg-white{
	background-color: #ffffff;
}

.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
	border-bottom: 1px solid #e7e7e4;
}

.title h2 {
	float: left;
	padding-left:35px;
	width: auto;
	display: block;
	font-size: 20px;
    font-weight: bold;
	height: 47px;
	line-height: 47px;
    color: rgba(9, 18, 33, 0.8) !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #C7000B 0%, #FF3B30 100%) 1;
}

.title.t-icon1 h2, .title.t-icon2 h2, .title.t-icon3 h2, .title.t-icon4 h2, .title.t-icon5 h2 {
    background: none;
    position: relative;
}
.title.t-icon1 h2::before, .title.t-icon2 h2::before, .title.t-icon3 h2::before, .title.t-icon4 h2::before, .title.t-icon5 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0);
}
.title.t-icon1 h2::before{ background-image: url(../images/icon_tit_yaowen.png); }
.title.t-icon2 h2::before{ background-image: url(../images/icon_tit_tongzhi.png); }
.title.t-icon3 h2::before{ background-image: url(../images/icon_tit_xinwen.png); }
.title.t-icon4 h2::before{ background-image: url(../images/icon_tit_zhuanti.png); }
.title.t-icon5 h2::before{ background-image: url(../images/icon_tit_lianjie.png); }

.title h2 a{
	color: #00923f;
}
.title a {
	float: right;
	height: 50px;
    width: 40px;
    display: inline-block;
    padding-right: 20px;
    color: #C7000B;
    background: url(../images/icon_more.png) no-repeat right center;
}
/* 标题右上角"华为"角标（华为红） */
.indexMain02 .title h2 {
    overflow: visible;
}
.indexMain02 .title h2::after {
    content: "华为";
    position: absolute;
    left: 100%;
    top: -6px;
    margin-left: 6px;
    background: linear-gradient(90deg, #C7000B 0%, #FF3B30 100%);
    color: #fff;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1;
    padding: 3px 7px;
    border-radius: 9px 9px 9px 2px;
    white-space: nowrap;
}


.listbox {
    position: relative;
	margin: 0 auto;
	height: auto;
}
.listbox li {
	float: left;
    position: relative;
	width: calc(100% - 12px);
	padding-left: 12px;
}
.listbox li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    display: block;
    background: url(../images/list_bg.png) no-repeat;
    background-position: 0  0;
}
.listbox li:hover::before{
    background-position: -7px  0;
}
.listbox li a {
	float: left;
	height: 32px;
	line-height: 32px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listbox li span {
	float: right;
	width:44px;
	line-height: 32px;
	color: #999;
}
.listbox .date{
	width: 90px ;
	line-height: 40px;
}

.listbox.lst-icon li::before{
    background: url(../images/list_bg2.png) no-repeat;
}
.listbox.lst-icon::before{
    content: "";
    position: absolute;
    top:14px;
    left: 3px;
    width: 1px;
    height: 190px;
    background-color:#cccccc;
}

/*头部*/
body { padding-top: 80px; }
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, .72);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid rgba(9, 18, 33, .08);
}
.header-bar {
	display: flex;
	align-items: center;
	height: 80px;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0 24px;
	box-sizing: border-box;
}
.header-bar .logo {
	flex-shrink: 0;
	margin-right: 24px;
	line-height: 0;
}
.header-bar .logo img {
	height: 60px;
	width: auto;
	vertical-align: middle;
}
.header-bar .nav {
	flex: 1;
	min-width: 0;
	height: 80px;
}
.header-bar .nav > ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	}
/* 导航右侧电话 */
.nav-tel-li {
	position: relative;
	flex-shrink: 0;
	height: 80px;
	margin-left: 8px;
}
.nav-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 80px;
	color: #191a24;
	cursor: pointer;
	transition: color .15s;
}
.nav-tel-svg { display: block; }
.nav-tel-li:hover .nav-tel { color: #2450ff; }
/* 悬停弹出的电话卡片 */
.nav-tel-pop { position: absolute; top: 64px; right: 0; width: 200px; padding: 18px; background: #fff; border-radius: 10px; box-shadow: 0 8px 42px rgba(9, 18, 33, .14); text-align: left; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .15s ease-out, transform .15s ease-out, visibility .15s; z-index: 1001; }
.nav-tel-pop::before {
	content: "";
	position: absolute;
	top: -5px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);
}
.nav-tel-li:hover .nav-tel-pop,
.nav-tel-pop:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.nav-tel-pop-title { font-size: 13px; line-height: 1; color: #818999; margin-bottom: 8px; }
.nav-tel-pop-num { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 18px; font-weight: 700; color: #10131a; letter-spacing: .3px; line-height: 1.2; cursor: pointer; transition: color .15s; }
.nav-tel-pop-num:hover { color: #2450ff; }
.nav-tel-pop-svg { display: block; flex-shrink: 0; }

.header .main {
    position: relative;
    width: 100%;
    height: 98px;
}
.header .top{
    height: 30px;
	line-height: 30px;
	color: #fff;
}
.header .top a{
	color: #000;
}
.header .top .top_r a{
	margin:0 10px;
	font-size: 14px !important;
	cursor: pointer;
}
.header .top .top_r span{
    position: relative;
}
.header .top .top_r span::after{
    position: absolute;
    content: "";
    display:inline-block;
    top: 50%;
    left: -3px;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    /* background-color: #009BE1; */
}
.header .top .top_r span:first-child::after{
    width: 0;
}
.header .main .logo{
	margin-top: 10px;
}
.header .main .info{
	width: 100%;
}
.header .main_r{
	width: 360px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
}
.header .main_r .suoxun{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.header .main_r .suoxun span{
	margin: 12px;
}
.header .search {
	margin-top: 20px;
	margin-left: auto;
	width:240px;
	height: 36px;
	display: flex;
	align-items: center;
	border-radius: 50px;
    border: solid 1px #e4e8f0;
    background: #f9fafc;
    box-sizing: border-box;
    transition: border-color .15s ease-out, box-shadow .15s ease-out;
}
.header .search:hover {
    border-color: #2468F2;
}
.header .search:focus-within {
    border-color: #2468F2;
    box-shadow: 0 2px 20px 0 rgba(36, 104, 242, 0.12);
}
.header .search form {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
}
.header .search .search_txt{
	flex: 1;
	min-width: 0;
	height: 34px;
	line-height: 34px;
	border: 0;
	outline: none;
	padding:0 14px;
    background: transparent;
	color: #10131a;
	box-sizing: border-box;
}
.header .search .search_txt::placeholder{
    color: #999;
}
.header .search .search_btn{
	flex: 0 0 44px;
	width: 44px;
	height: 34px;
	border: 0;
	color: #fff;
    cursor: pointer;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232468F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat right 14px center;
    transition: opacity .2s ease;
}
.header .search .search_btn:hover{
    opacity: 0.7;
}

.tag {
    height: 52px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e4;
}
.tag li {
	float: left;
	margin-right: 15px;
}
.tag li a {
	padding: 0 10px;
	width: auto;
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	margin-top: 16px;
}
.tag .onTag {
	color: #00923f;
	
}
.tag .onTag a {
	color: #ffffff;
	background-color: #00923f;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.tagMore {
	position: absolute;
	top: 20px;
	right:0px;
	color: #999;
}
.tagMore:hover{
	color: #999;
}
/*导航*/
.nav {
	position: relative;
	height: 64px;
}
/* .nav > ul > li:nth-child(3) > a{
    color:#fff
} */
.nav>ul>li { 
    overflow: visible;
    position: relative;
    flex-shrink: 1;
	display: block;
	line-height: 80px;
	font-size: 14px;
	width: auto;
	padding: 0 14px;
	text-align: center;
    color:#091221;



}
.nav>ul>li.current{
    color:#091221 !important;
}
.nav > ul > li.current > a{
    color:#091221 !important;
}
.nav > ul > li:hover > a::after{
    width: 100%;
}

.nav>ul>li>a {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	color: rgba(9, 18, 33, 0.8) !important;
	display: block;
	font-size: 14px;
	position: relative;
	transition: color .3s ease;
}
.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 6px;
	width: 0;
	height: 2px;
	background: #212123;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: width .3s ease;
}

.nav>ul>li>a:hover {
	color: #212123 !important;
}

.nav>ul>li:hover ul {
	display: block
}

.nav>ul>li ul {
	position: absolute;
	top: 64px;
	z-index: 1001;
	background-color: #ffffff;
	border-radius: 8px;
	width: 160px;
	padding: 8px 0;
	display: none;
}

.nav>ul>li ul li a {
	display: block;
	color: #000;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	line-height:44px;
	transition: color .3s ease, background-color .3s ease;
}

.nav>ul>li:hover{
    /* color: #ffffff; */
    /* background-color: #2468F2; */
}

.nav>ul>li{
    position: relative;
}
.nav>ul>li::after{
    content: "";
    position: absolute;
    display:inline-block;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    /* background-color:#2468F2; */
}
.nav>ul>li:last-child::after{
    width: 0;
}

.nav>ul>li>a:hover{
	/* color: #000; */
}

.nav>ul>li ul li a:hover {
	color: #2468F2;
}

.focus {
	margin: 0 auto;
	width:650px;
	position: relative;
	height: 380px;
	background-color: #fff;
}
#kinMaxShow {
	display: none;
}
/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */    	
#kinMaxShow p.title {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	line-height: 34px;
	color: #FFF;
	display: block;
	width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 34px;
	font-size: 16px;
	padding: 0 10px;
	background: #000;
	background: rgba(0,0,0,0.6);
}
#kinMaxShow .kinMaxShow_button {
    text-align: center;
	width: 100%;
}
#kinMaxShow .kinMaxShow_button li{
    display: inline-block !important;
    float: none !important;}

.indexMain01{
    box-sizing: border-box;
    padding: 20px 0 30px;
    background-color: #fff;
    overflow: hidden;
}
.indexMain01 .indexMain01-l{
    width: 815px;
}
.indexMain01 .indexMain01-r{
    width:360px;
}
.indexMain01 .indexMain01-l .main .main-l{
    width: 420px;
}
.indexMain01 .indexMain01-l .main{
    margin-top: 20px;
}
.indexMain01 .indexMain01-l .main .main-r{
    width: 375px;
    height: 284px;
}
.indexMain01 .indexMain01-l .main .main-r .tit{
    border-bottom: 1px dashed #acacac;
}
.indexMain01 .indexMain01-l .main .main-r .tit a{
    width: 375px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2468F2;
    font-weight: bold;
}
.indexMain01 .indexMain01-l .main .main-r .listbox li a{
    width: 290px;
}
.indexMain01 .indexMain01-r .listbox li{
    border-bottom: 1px solid #eee;
    padding: 11px 0;
    width: 100%;
}
.indexMain01 .indexMain01-r .listbox li a{
    width: 280px;
    float: right;
    font-size: 15px;
}
.indexMain01 .indexMain01-r .listbox li::before{
    width: 0;
    height: 0;
}
.indexMain01 .indexMain01-r .listbox li span{
    float: left;
    text-align: center;
    background-color: #e6edf5;
    color: #2468F2;
    padding: 2px 10px;
    font-size: 15px;
}


/* 新闻板块 - 完全参照华为样式 */
.indexMain02{
    box-sizing: border-box;
    padding: 50px 0 40px;
    overflow: hidden;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.news-col { min-width: 0; }
.news-card-wrap { position: relative; }

/* 列1/2 下方小列表加灰底 */
.news-col .news-list { background: #f8f8f8; padding: 0 24px 16px; }

/* ===== 图片卡片 ===== */
.news-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    margin-bottom: 0;
}
.news-card:hover .news-card-text { background: #f2f2f2; }
/* 图片区 */
.news-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8e8e8;
}
.news-card-img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
/* 角标：叠在图片左上角，灰底白字 */
.news-card-tag {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 8;
    background: #888888;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    line-height: 1;
}
/* 列3 纯文字列的角标：相对于 news-col 定位 */
.news-col-text { position: relative; }
.news-col-text .news-card-tag {
    position: absolute;
    left: 0;
    top: -1px;
}
/* 文字区：灰底，hover 变深 */
.news-card-text {
    background: #f8f8f8;
    padding: 25px 28px 36px;
    text-align: left;
    transition: background .3s;
}
.news-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-card-date {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

/* ===== 卡片下方小列表（列1/2底部） ===== */
.news-list { display: flex; flex-direction: column; }
.news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    transition: color .2s;
}
.news-list-item:hover { color: #2468F2; }
.news-list-item > span { flex-shrink: 0; font-size: 14px; color: #999; margin-left: 12px; }

/* ===== 列3 纯文字新闻列表 ===== */
.news-list-full {
    background: #f8f8f8;
    padding: 20px 24px 0;
    overflow: hidden;
}
.news-col-text .news-list-item {
    display: block;
    padding: 0;
    margin: 7% 0;
    text-decoration: none;
}
.news-col-text .news-item-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
}
.news-col-text .news-item-date {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 0;
}
.news-col-text .news-list-item:hover .news-item-title,
.news-col-text .news-list-item:hover .news-item-date { color: #2468F2; }

/* ===== 底部按钮（华为 btn-rect 风格） ===== */
.news-btn-group { text-align: center; margin-top: 30px; }
.news-btn {
    display: inline-block;
    border: 1px solid #111;
    border-radius: 4px;
    color: #111;
    font-size: 14px;
    padding: 0 20px;
    height: 32px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    min-width: 140px;
    box-sizing: border-box;
    background: transparent;
    transition: all .3s;
}
.news-btn:hover { background: #212123; border-color: #212123; color: #fff; }
/*indexMain03*/
.indexMain03{
    box-sizing: border-box;
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
}
/* 鸿蒙发展史视频：播放按钮基于视频框居中 */
.dev-video-box{ position: relative; margin: 30px 0; }
.dev-play{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; cursor: pointer; }
.indexMain03 .system-main .system-item{
    display: block;
    float: left;
    flex: 0 0 220px;
    height: 94px;
    margin-right: 24px;
    background-color: #f4f4f4;
}
.indexMain03 .system-main .system-item:hover{
    opacity:0.9;
}
.indexMain03 .system-main .system-item span{
    font-size: 20px;
    color: #fff;
    line-height: 94px;
}
.indexMain03 .system-main .system-item:last-child{
    margin-right: 0;
}
.indexMain03 .system-main .system-item.icon-bg1{
    background: url(../images/icon_system_1.png) no-repeat 20px center #edb232;
}
.indexMain03 .system-main .system-item.icon-bg1 span{
    margin-left: 100px;
}
.indexMain03 .system-main .system-item.icon-bg2{
    background: url(../images/icon_system_2.png) no-repeat 10px center #6cd8b3;
}
.indexMain03 .system-main .system-item.icon-bg2 span{
    margin-left: 80px;
}
.indexMain03 .system-main .system-item.icon-bg3{
    background: url(../images/icon_system_3.png) no-repeat 15px center #ac81e7;
}
.indexMain03 .system-main .system-item.icon-bg3 span{
    margin-left: 80px;
}
.indexMain03 .system-main .system-item.icon-bg4{
    background: url(../images/icon_system_4.png) no-repeat 20px center #4e99ff;
}
.indexMain03 .system-main .system-item.icon-bg4 span{
    margin-left: 100px;
}
.indexMain03 .system-main .system-item.icon-bg5{
    background: url(../images/icon_system_5.png) no-repeat 20px center #f06c62;
}
.indexMain03 .system-main .system-item.icon-bg5 span{
    margin-left: 100px;
}
.indexMain03 .scroll-main{
    position: relative;
}
.indexMain03 .scroll-main .scroll-box{
    position: relative;
}

.indexMain03 .scroll-main .scroll-box li{
    display: inline-block;
    margin-right: 20px;
    font-size: 0;
}
.indexMain03 .scroll-main .scroll-box .picbox {
    width:1200px;
    height:93px;
    overflow:hidden;
    position:relative; 
    padding: 20px 0;
}
.indexMain03 .scroll-main .scroll-box .piclist{
    width: 20000em;
    position: absolute;
    clear: both;
}
.indexMain03 .scroll-main .scroll-box  .piclist li {
    float:left;
    width:220px; 
    height: 93px;
    margin-right: 24px;
}  
.indexMain03 .scroll-main .scroll-box  .piclist li:hover{
    opacity:0.9;
}
.indexMain03 .scroll-main .scroll-box  .piclist li img{
    flex: 0 0 220px;
    height: 93px;
}
.indexMain03 .scroll-main .scroll-box .page-box{
    position: absolute;
}
.indexMain03 .scroll-main .og_prev {
     width:20px;
     height:20px;
     background:url(../images/jt_left.png) no-repeat;
     position:absolute;
     top:98px;
     cursor:pointer;
     left: 0;
}
.indexMain03 .scroll-main .og_next {
    width:20px;
    height:20px;
    background:url(../images/jt_right.png) no-repeat;
    position:absolute;
    top:98px;
    cursor:pointer;
    right:0;
}
.indexMain03 .scroll-main .og_prev:hover {
    background:url(../images/jt_left_cur.png) no-repeat;
}
.indexMain03 .scroll-main .og_next:hover {
    background:url(../images/jt_right_cur.png) no-repeat;
}
.indexMain03 .scroll-main .page-box{
    position: absolute;
    width: 60px;
    top: -80px;
    right: 0;
}

/*友情链接*/
.link{
	padding-bottom: 60px;
}
.link .link-box{
	margin: 0 auto;
}
.link .link-box .link-list{
	padding:20px 0 20px;
}
.link .link-box .link-list ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.link .link-box .link-list li{
	float: none;
	display: flex;
	justify-content: center;
	flex: 1;
	margin: 0;
}
.link .link-box .link-list li a{
	color: #666;
    display: block;
    border: none;
    background: none;
    padding: 0;
}
.link .link-box .link-list li a:hover{
	color: #2468F2;
}
.link .title,.link .title h2 {
    border-bottom: 0;
}


/*网站底部*/
/* PC 尾页：仿百度 */
.footer-new {
	width: 100%;
	background: #151B26;
	color: #7b8391;
	font-size: 14px;
}
.footer-pc { max-width: 1420px; margin: 0 auto; padding: 0 60px; }

/* 主体：左电话 + 右菜单 */
.fn-main { display: flex; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.fn-contact-col { flex: 0 0 25%; margin: 0; padding-right: 40px; border-right: 1px solid rgba(255,255,255,0.08); }
.fn-contact-col dt { font-size: 14px; color: #fff; font-weight: 500; margin-bottom: 12px; }
.fn-contact-col dd { margin: 0 0 8px; }
.fn-contact-col dd:first-of-type { margin-bottom: 16px; }
.fn-contact-phone { font-size: 20px; color: #fff; font-weight: 500; white-space: nowrap; }
.fn-contact-col dd a { font-size: 14px; color: rgba(255,255,255,0.7); text-decoration: none; transition: color .2s; }
.fn-contact-col dd a:hover { color: #fff; }

.fn-links-col { flex: 1; display: flex; justify-content: space-around; }
.fn-link-group { margin: 0; }
.fn-link-group dt { font-size: 14px; color: #fff; margin-bottom: 12px; font-weight: 500; }
.fn-link-group dd { margin: 0 0 8px; }
.fn-link-group dd a { font-size: 14px; color: rgba(255,255,255,0.7); text-decoration: none; transition: color .2s; }
.fn-link-group dd a:hover { color: #fff; }

/* 底部版权 */
	.fn-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,0.5); line-height: 24px; }
	.fn-bottom a { color: rgba(255,255,255,0.5); }
	.fn-addr-list { text-align: left; display: inline-block; }
	.fn-addr-list p { margin: 0 0 4px; color: rgba(255,255,255,0.5); font-size: 13px; line-height: 22px; }
	.fn-addr-list svg { vertical-align: -2px; margin-right: 6px; }
	.fn-copyright { margin-top: 12px; }

/* 移动端页脚：默认隐藏 */
.footer-mobile { display: none; }
/*分页*/
.pageList ul li a:hover,
.pageList ul li.thisclass a,
.pageList ul li.active a { background: #2468F2; color: #fff; border-color: #2468F2; }
body {
	width: 100%;
    /* background: url(../images/bg1.png); */
    background: #F6F7FA;
    background-size: 100%;
}
/*-------------网站内页---------*/
.banner-box{
    margin-top: 0;
}
.content-wrap{
  background: #f9fafc;
  margin-top: 0;
}
.content-inner{
     /* background:url(../images/body_bg2.png) no-repeat center 180px;
    background-size: 4800px 800px;  */
}
.content{
    box-sizing: border-box;
    padding: 30px 0;
    height: auto;
    overflow: hidden;
}
.content .content-left{
    float: left;
    width: 285px;
    background-color: #fff;
}
.content .content-right{
    float: right;
    width: 840px;
    background-color: #fff;
    padding: 0;
}
.content .content-left .tit{
    position: relative;
    box-sizing: border-box;
    width: 285px;
    height: 90px;
    line-height: 90px;
    background: url(../images/title_bg.png) no-repeat ;
    border-bottom: 2px solid #ff4e4e;
}
.content .content-left .tit .icon{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.content .content-left .tit .icon.icon-science{
     background: url(../images/icon_tit2_kexue.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-news{
     background: url(../images/icon_tit2_xinwen.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-down{
     background: url(../images/icon_tit2_xiazai.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-organ {
    background: url(../images/icon_tit2_jigou.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-general  {
    background: url(../images/icon_tit2_gaikuang.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-culture {
    background: url(../images/icon_tit2_wenhua.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-job{
    background: url(../images/icon_tit2_zhaosheng.png) no-repeat center center;
}

.content .content-left .tit .txt{
    width: 190px;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-left: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content .content-left .cate-main .cate-item{
    width:285px;
    height: 60px;
   
    text-align: center;
}
.content .content-left .cate-main .cate-item a{
    width: 200px;
    height: 60px;
    text-align: left;
    line-height: 60px;
    font-size: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content .content-left .cate-main .cate-item:hover{
     background: url(../images/icon_right.png) no-repeat 240px center #f8f8f8;
}
.content .content-left .cate-main .cate-item.cur{
      background: url(../images/icon_right.png) no-repeat 240px center #f8f8f8; 
}
.content .content-left .cate-main .cate-item.cur a{
     color: #2468F2;
}

.content-right{
    padding: 10px 30px 30px;
}
.content-right .right-tit{
   width: 100%;
   height: 50px;
   line-height: 50px;
   border-bottom: 1px solid #e7e7e4;
   padding: 0 40px;
   box-sizing: border-box;
}
.content-right .right-tit h2 {
    float: left;
    width: auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    color: #2468F2;
    border-bottom: 3px solid #2468F2;
}
.content-right .right-tit .site{
    font-size: #333;
}
.content-right .right-tit .site span{
    color: #999;
}
.content-right .right-tit .site span a{
    color: #666;
}

.sc-list .sc-item{
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #ededee;
    height: auto;
    width: 100%;
    transition: border-color .3s;
}
.sc-list .sc-item:hover{
    border-bottom-color: #2468F2;
}
.sc-list .sc-item .sc-item-l{
    flex-shrink: 0;
    width: 200px;
    height: auto;
    margin-right: 30px;
}
.sc-list .sc-item .sc-item-l img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.sc-list .sc-item .sc-item-l .day{
    font-size: 28px;
    font-weight: bold;
    color: rgba(9, 18, 33, 0.8) !important;
    display: block;
}
.sc-list .sc-item .sc-item-l .year{
    font-size: 14px;
    color: #999;
}
.sc-list .sc-item .sc-item-r{
    flex: 1;
    display: block;
    width: auto;
}
.sc-list .sc-item  .sc-item-r .tit{
    width:100%;
    font-size: 20px;
    line-height: 1.5;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    /* display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}
.sc-list .sc-item  .sc-item-r .desc{
    font-size: 15px;
    color: #777;
    margin-top: 12px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.ac-list .ac-item{
    width: 840;
    display:inline-block;
    padding: 20px 0;
    height: 142px;
    border-bottom: 1px dashed #cfcfcf;
}
.ac-list .ac-item .ac-item-l{
    float: left;
    display: block;
    text-align: center;
    width: 200px;
    height: 142px;
    margin-right: 35px;
}
.ac-list .ac-item .ac-item-l img{
    width: 100%;
    height: 100%;
}
.ac-list .ac-item .ac-item-r{
    float: right;
     display: block;
     width:605px;
}
.ac-list .ac-item  .ac-item-r .tit{
    width:100%;
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.ac-list .ac-item  .ac-item-r .desc{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    height: 38px;
    overflow: hidden;
}
.ac-list .ac-item  .ac-item-r .bottom{
    margin-top: 30px;
}
.ac-list .ac-item  .ac-item-r .bottom .time{
    color: #999;
    float: left;
}
.ac-list .ac-item  .ac-item-r .bottom .look{
    float: right;
    border: 1px solid #eee;
    display: block;
    padding: 4px 10px;
    color: #666;
}
.ac-list .ac-item:hover .bottom .look{
    border: 1px solid #2468F2;
    color: #2468F2;
}

.news-list-col .news-item .time {
    flex-shrink: 0;
    width: 110px;
    text-align: right;
    color: #999;
    font-size: 14px;
}
/* 新闻列表 — 完全照搬百度云DOM结构 */
.news-list-col {
}
.news-list-col .news-item {
    display: block;
    padding: 30px 40px;
    width: 100%;
    height: auto;
    min-height: 196px;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    text-indent: 0;
}
.news-list-col .news-item::after {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 1px;
    background: #cccfd9;
}
.news-list-col .news-item:first-child { padding-top: 30px; }
.news-list-col .news-item .news-img {
    float: left;
    width: 194px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}
.news-list-col .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list-col .news-item .news-img ~ .news-date { display: none; }
.news-list-col .news-item .news-img ~ .news-body { float: right; width: 520px; margin-left: 0; padding-right: 0; }
.news-list-col .news-item .news-date {
    float: left;
    width: 174px;
    height: 100px;
    display: block;
    position: relative;
}
.news-list-col .news-item .news-date::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 1px;
    height: 128px;
    background: #cccfd9;
}
.news-list-col .news-item .news-day {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 47px !important;
    font-weight: 500;
    color: #191c3d !important;
    line-height: 62px;
    font-family: "Roboto Mono", monospace !important;
}
.news-list-col .news-item .news-slash {
    position: absolute;
    left: 57px;
    top: 6px;
    font-size: 36px !important;
    font-weight: 300;
    color: rgba(25,28,61,0.6) !important;
    font-family: 'Roboto Mono', monospace !important;
    line-height: 60px;
}
.news-list-col .news-item .news-month {
    position: absolute;
    left: 78px;
    top: 12px;
    font-size: 14px !important;
    color: rgba(25,28,61,0.6) !important;
    line-height: 26px;
    font-family: 'Roboto Mono', monospace !important;
}
.news-list-col .news-item .news-year {
    position: absolute;
    left: 78px;
    top: 34px;
    font-size: 14px !important;
    color: rgba(25,28,61,0.6) !important;
    line-height: 26px;
    font-family: 'Roboto Mono', monospace !important;
}
.news-list-col .news-item .news-body {
    margin-left: 174px;
    padding-right: 26px;
    text-indent: 0;
}
.news-list-col .news-item .news-body .tit {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    line-height: 1.4;
    margin-bottom: 8px;
    text-indent: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    transition: color .25s;
}
.news-list-col .news-item:hover .news-body .tit {
    color: #2468f2;
}
.news-list-col .news-item .news-body .desc {
    font-size: 14px;
    color: rgba(25,28,61,0.6);
    line-height: 1.6;
    margin-bottom: 10px;
    text-indent: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list-col .news-item .news-body .news-more {
    font-size: 14px;
    color: #2468f2;
    display: inline-block;
    text-indent: 0;
}
.pageList ul li a:hover,
.pageList ul li.active a,
.pageList ul li.thisclass a { background: #2468F2; color: #fff; border-color: #2468F2; }

.newsSchool-list .newsS-item{
    display: block;
    float: left;
    margin-top: 20px;
     width:264px;
     height: 292px;
     background-color: #f8f8f8;
     border-bottom: 3px solid #f8f8f8;
     margin-right: 24px;
}
.newsSchool-list .newsS-item:hover{
     border-bottom: 3px solid #2468F2;
}
.newsSchool-list .newsS-item .img{
    width: 264px;
    height: 155px;
    display: inline-block;  
}
.newsSchool-list .newsS-item .img img{
    width: 264px;
    height: 155px;
}
.newsSchool-list .newsS-item:nth-child(3n){
    margin-right: 0;
}
.newsSchool-list .newsS-item .tit{
    width:100%;
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.newsSchool-list .newsS-item .desc{
    height: 40px;
    color: #666;
    overflow: hidden;
    margin: 10px auto;
}
.newsSchool-list .newsS-item .info{
    padding: 18px;
}
.newsSchool-list .newsS-item .time{
    color: #999;
}

.down-list .down-item{
    width: 100%;
    display:inline-block;
    padding: 18px 0;
    line-height: 1.5;
    border-bottom: 1px solid #e7e7e4;
    margin-right: 40px;
}
.down-list .down-item:nth-child(2n){
    margin-right: 0;
}

.down-list .down-item .tit{
    float: left;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    width: 732px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.down-list .down-item .tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 17px;
    height: 16px;
    display: block;
    background: url(../images/icon_down.png) no-repeat;
    background-position: 0 0;
}
.down-list .down-item .tit:hover::before {
    background-position: -17px 0;
}

.content .details-main .details-tit{
    padding: 20px 0;
    border-bottom: 1px dashed #cfcfcf;
}
.content .details-main .details-tit .details-tit-t{
    margin: 20px auto 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    width: 100%;
    color: #333333;
}
.content .details-main .details-tit .details-tit-b{
    text-align: center;
}
.content .details-main .details-tit .details-tit-b span{
    margin-right: 20px;
    color: #999;
}
.content .details-main .details-dow{
    width: 100%;
    padding: 20px 0 10px;
    line-height: 30px;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    color: #555;
}
.content .details-main .details-dow .dow_tit{
    margin-right: 20px;
}
.content .details-main .details-dow .dow_tit::before {
    content: "";
    position: relative;
    bottom: -2px;
    margin-right: 5px;
    width: 17px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon_down.png) no-repeat;
}
.content .details-main .details-dow .dow_tit:hover::before {
    background-position: -17px 0;
}
.content .details-main .details-con{
    width: 100%;
    padding: 20px 0 10px;
    line-height: 30px;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    color: #555;
}
.content .details-main .details-con img {
    margin: 10px 0;
    width: auto;
    height: auto;
    max-width: 100%;
}
.content .details-main .prenext{
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}
.content .details-main .prenext .pre{
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content .details-main .prenext .next{
    width: 50%;
    display: inline-block;
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pagecontent{
    background:
        radial-gradient(600px circle at 12% 6%, rgba(36,104,242,0.28), transparent 55%),
        radial-gradient(700px circle at 88% 22%, rgba(41,172,254,0.26), transparent 55%),
        radial-gradient(600px circle at 20% 55%, rgba(120,80,255,0.20), transparent 55%),
        radial-gradient(680px circle at 92% 80%, rgba(41,172,254,0.24), transparent 55%),
        #F6F7FA;
    margin: 0;
}

/* 所有板块统一通铺（半透明毛玻璃，无圆角描边） */
.pagecontent > .sec-num,
.pagecontent > .indexMain02,
.pagecontent > .indexMain03,
.pagecontent > .indexMain03.sec-white,
.pagecontent > .link.w1200 {
    background: rgba(255,255,255,0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: none;
    border-radius: 0;
    margin: 0 0 30px;
    padding: 50px 0;
    overflow: hidden;
    width: auto;
}
/* tab 板块（菜单+内容）通铺 */
.pagecontent > .indpro-menu {
    background: rgba(255,255,255,0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 40px 0 0;
}
.pagecontent > .listc {
    background: rgba(255,255,255,0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: auto;
    padding: 70px 0 50px;
    margin: 0 0 30px;
    border: none;
    border-radius: 0;
}

.forMargin{
    padding-top: 70px;
}
.login{
    text-align: right;
    margin-right: 14px;
}
.tel{
    text-align: right;
    margin-right: 14px;
    line-height: 1.5;
}
.tel a{
    font-size: 22px !important;
    display: flex;
}


/*客服*/
/* 侧边浮标 - 仿百度云 */
.side-float-box {
    position: fixed;
    right: 8px;
    top: 60%; transform: translateY(-50%);
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.side-float-avatar {
    position: relative;
    width: 69px;
    height: 100px;
    margin-bottom: 8px;
    cursor: pointer;
    animation: avatarFloat 3s ease-in-out infinite;
}
@keyframes avatarFloat {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-8px); }
    75% { transform: translateY(2px); }
}
.side-float-avatar:hover {
    animation: none;
}
.side-float-avatar-img {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    background: url("../images/kefu.png") center/contain no-repeat;
}
.side-float-avatar-hover {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
}
.side-float-avatar-hover:hover ~ .side-float-avatar-img {
    transform: scale(1.08);
}



.side-float-avatar-tip {
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #333;
    font-size: 14px !important;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
    z-index: 10;
}
.side-float-avatar-tip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.side-float-avatar:hover 
.side-float-avatar-tip {
    opacity: 1;
    visibility: visible;
}
.side-float-center {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    width: 48px;
    padding: 16px 0;
}
.side-float-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    transition: background .2s;
}
.side-float-icon {
    width: 20px;
    height: 20px;
    display: block;
    transition: filter .2s;
}
.side-float-item:hover .side-float-icon {
    filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(5850%) hue-rotate(215deg) brightness(95%) contrast(98%);
}
.side-float-text {
    font-size: 14px !important;
    color: rgba(9, 18, 33, 0.8) !important;
    margin-top: 4px;
    line-height: 1;
    transition: color .2s;
}
.side-float-item:hover .side-float-text { color: #2468f2 !important; }

/* 浮标弹出层 */
.side-float-pop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    padding: 18px;
    white-space: nowrap;
    z-index: 10;
    min-width: 200px;
    transition: opacity .3s ease, visibility .3s, transform .3s ease;
}
.side-float-has-pop:hover .side-float-pop {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.side-float-pop-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
    text-decoration: none;
    color: inherit;
}
.side-float-pop-item > img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.side-float-pop-item:nth-child(1) { transition-delay: 0.05s; }
.side-float-pop-item:nth-child(2) { transition-delay: 0.15s; }
.side-float-pop-item:nth-child(3) { transition-delay: 0.25s; }
.side-float-has-pop:hover .side-float-pop-item {
    opacity: 1;
    transform: translateY(0);
}
.side-float-pop-right { flex: 1; min-width: 0; }
.side-float-pop-title {
    font-size: 14px;
    color: rgba(9, 18, 33, 0.8) !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}
a.side-float-pop-item .side-float-pop-title { color: rgba(9, 18, 33, 0.8) !important; }
a.side-float-pop-item:hover .side-float-pop-title { color: #2468f2 !important; font-weight: 600; }
.side-float-pop-desc {
    font-size: 14px !important;
    color: #999;
    margin-top: 2px;
}
.side-float-pop-qr { width: 80px; height: 80px; margin-top: 6px; }
.side-float-pop-item + .side-float-pop-item { border-top: 1px solid #f0f0f0; }

/* 调研反馈弹窗（复刻百度云） */
.survey-feedback-panel {
    position: fixed;
    right: 72px;
    top: 50%;
    transform: translateY(-50%);
    width: 392px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0,25,126,0.1) 0 2px 20px 0;
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    padding: 20px;
    box-sizing: border-box;
}
.survey-feedback-panel.show {
    opacity: 1;
    visibility: visible;
}
.survey-feedback-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.survey-feedback-title {
    font-size: 16px;
    font-weight: 500;
    color: #070c14;
    margin: 0;
}
.survey-feedback-close {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    opacity: .6;
    transition: opacity .2s;
}
.survey-feedback-close:hover { opacity: 1; }
.survey-feedback-body {
    padding: 0;
}
.survey-feedback-question {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.6;
}
.survey-feedback-grade ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.survey-feedback-grade ul li {
    width: 64px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #F7F9FC;
    color: #495366;
    font-size: 14px !important;
    font-weight: 400;
    cursor: pointer;
    transition: all .2s;
    user-select: none;
}
.survey-feedback-grade ul li:hover,
.survey-feedback-grade ul li.active {
    background: rgba(36,80,255,0.1);
    color: #2450ff;
}
.survey-feedback-grade-label {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px !important;
    color: #495366;
}
.survey-feedback-arrow {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}
.survey-feedback-reason {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    margin-top: 0;
}
.survey-feedback-reason.show {
    max-height: 400px;
    margin-top: 20px;
}
.survey-feedback-multi-title {
    font-size: 14px;
    color: #495366;
    margin: 0 0 10px;
    font-weight: 400;
}
.survey-feedback-multi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.survey-feedback-multi-list li {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    height: 28px;
    font-size: 14px !important;
    color: #495366;
    background: #F2F5FA;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s;
    box-sizing: border-box;
}
.survey-feedback-multi-list li:hover {
    background: rgba(36,80,255,0.08);
    color: #2450ff;
}
.survey-feedback-multi-list li.selected {
    background: rgba(36,80,255,0.1);
    color: #2450ff;
}
.survey-feedback-textarea {
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #E5E9ED;
    border-radius: 6px;
    resize: none;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 14px;
    font-family: inherit;
}
.survey-feedback-textarea:focus {
    border-color: #2450ff;
}
.survey-feedback-textarea::placeholder {
    color: #999;
}
.survey-feedback-agreement {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
}
.survey-feedback-check {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border: 1px solid #d0d5dd;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.survey-feedback-check.checked {
    background: #2450ff;
    border-color: #2450ff;
}
.survey-feedback-check.checked::after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -1px;
}
.survey-feedback-agreement p {
    font-size: 14px !important;
    color: #495366;
    margin: 0;
    line-height: 1.5;
}
.survey-feedback-submit-btn {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2450ff;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

div.minkNaver {
    border-radius: 60px;
    padding-bottom:30px;
}
.minkNaver {
	width: 100px;
	background: #f9fafc;
	box-shadow: 0px 10px 20px 0px rgba(76, 126, 233, 0.4);
	border-radius: 8px;
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 20;
}
.minkNaver .li {
	position: relative;
    /* height: 50px;
    margin-top: 20px; */
    padding:10px 0;
    margin-bottom: 10px;
}
.minkNaver .li a {
	padding: 13px 0;
}
.minkNaver .li:first-child a {
	border-radius: 8px 8px 0 0;
}
.minkNaver .li:last-child a {
	border-radius: 0 0 8px 8px;
}
.minkNaver .li:hover {
	background: #2468F2;
}
.minkNaver .li .img {
	width: 20px;
	height: 20px;
	margin: auto;
}

.minkNaver .li .img.tel {
	background: url(../images/dianhua.png) no-repeat center;
	background-size: 100% auto;
}
.minkNaver .li:hover .img.tel {
    background: url(../images/dianhua_act.png) no-repeat center;
    background-size: 100% auto;
}
.minkNaver .li a .p {
	color: #666;
	text-align: center;
	margin-top: 4px;
	line-height: 14px;
}
.minkNaver .li:hover a .p {
	color: #fff;
}
.minkNaver .li .mik {
	display: none;
	position: absolute;
	right: 108px;
	top: 50%;
	transform: translateY(-50%);
	background: #f9fafc;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(76, 126, 233, 0.2);
	padding: 16px;
}
.minkNaver .li:hover .mik {
	display: block;
}
.minkNaver .li .mik .Qr {
	width: 96px;
	margin: 8px auto 0;
}
.minkNaver .li .mik .h2 {
	font-size: 14px !important;
	text-align: center;
	line-height: 12px;
	white-space: nowrap;
}
.minkNaver .li .mik .h1 {
	font-size: 14px !important;
	line-height: 12px;
}
.minkNaver .li .mik .p {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 4px;
	font-family: 'DIN';
	white-space: nowrap;
}

.minkNaver .li .img.wx-contact {
	background: url(../images/weixin.png) no-repeat center;
	background-size: 100% auto;
}
.minkNaver .li:hover .img.wx-contact,
.minkNaver .li.on .img.wx-contact {
	background: url(../images/weixin_act.png) no-repeat center;
	background-size: 100% auto;
}
.minkNaver .li.vert-box:hover .vert{
	display: block;
}
.minkNaver .li .vert {
	position: absolute;
	top: 0;
	right: 108px;
	width: 138px;
	background: #f9fafc;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(76, 126, 233, 0.2);
	display: none;
}
.minkNaver .li .vert .hr {
	padding: 8px 8px 10px 8px;
}
.minkNaver .li .vert .hr img {
	width: 100%;
}
.minkNaver .li .vert .hr p {
	font-size: 14px !important;
	line-height: 18px;
	color: #151515;
	text-align: center;
}
.minkNaver .li .vert .hr p.d {
	margin-top: 10px;
	color: #4c7ee9;
}
.minkNaver .li .vert .sle:hover {
	transform: rotate(360deg);
}

.li-circle-img {
    height: 100px;
    position: relative;
    margin-bottom: 16px;
}
.li-circle-img img {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -6px;
    left: 0px;
}
img, video {
    max-width: 100%;
    height: auto;
}
.pimg {
	width: 20px;
	height: 20px;
	margin: auto;
    margin-right: 6px;
}
.phoneimg{
    background: url(../images/dianhua.png) no-repeat center;
	background-size: 100% auto;
    margin-bottom: 8px;
}
/* Banner 翻页器 */
.banner-box .kinMaxShow_button {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    bottom: 30px !important;
    text-align: center !important;
    z-index: 10;
    font-size: 0;
}
.banner-box .kinMaxShow_button li {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
    width: 6px !important;
    height: 6px !important;
    margin: 0 6px !important;
    padding: 0 !important;
    right: auto !important;
    left: auto !important;
    background: rgba(255, 255, 255, 0.55) !important;
    border: none !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35) !important;
    border-radius: 3px !important;
    cursor: pointer;
    overflow: hidden;
    position: relative !important;
    transition: width 0.3s ease-out !important;
    text-indent: -9999px;
}
/* 选中态：拉长成 42px 胶囊 */
.banner-box .kinMaxShow_button li.focus {
    width: 42px !important;
    background: rgba(255, 255, 255, 0.55) !important;
}
/* 选中态内部进度条动画 */
.banner-box .kinMaxShow_button li.focus::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #ffffff;
    border-radius: 3px;
    animation: bannerProgress 5s linear forwards;
}
@keyframes bannerProgress {
    from { width: 0; }
    to { width: 100%; }
}

/* 滚动进场动画 */
.aos-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}
.aos-fade-up.aos-in {
    opacity: 1;
    transform: translateY(0);
}

/* 板块居中大标题 */
.pagecontent .section-title {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-size: 42px;
    font-weight: 600;
    color: rgba(9, 18, 33, 0.8) !important;
    text-align: center;
    padding: 20px 0 30px;
    border: none;
    background: none;
}
.pagecontent .section-title::before {
    display: none;
}
body.nav-submenu-open::before {
    position: fixed;
    z-index: 999;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(246, 247, 250, 0.20);
    content: "";
    pointer-events: none;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.header,
.nav > ul > li ul {
    z-index: 1001;
}

/* 首页鸿蒙原生应用卡片 */
.native-app-section {
    padding-bottom: 72px;
}
.native-app-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}
.native-app-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 170px;
    flex-direction: column;
    padding: 18px 18px 16px;
    color: rgba(9, 18, 33, 0.8);
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(35, 52, 78, 0.035);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.native-app-card:hover,
.native-app-card:focus-visible {
    color: rgba(9, 18, 33, 0.9);
    box-shadow: 0 10px 24px rgba(35, 52, 78, 0.09);
    outline: 2px solid #2084ff;
    outline-offset: 2px;
    transform: translateY(-4px);
}
.native-app-logo {
    display: flex;
    width: 100%;
    height: 58px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.native-app-logo img {
    display: block;
    width: 122px;
    height: 44px;
    object-fit: contain;
}
.native-app-name {
    margin-bottom: 6px;
    overflow: hidden;
    color: rgba(9, 18, 33, 0.86);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.native-app-desc {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(9, 18, 33, 0.58);
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.native-app-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 8px;
}
.native-app-tag {
    padding: 3px 7px;
    color: rgba(9, 18, 33, 0.56);
    font-size: 11px;
    line-height: 1.2;
    background: #f2f5f9;
    border-radius: 4px;
}
.native-app-status {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(9, 18, 33, 0.46);
    font-size: 11px;
    line-height: 1.2;
}
.native-app-status::before {
    width: 5px;
    height: 5px;
    background: #3cb878;
    border-radius: 50%;
    content: "";
}
.native-app-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(9, 18, 33, 0.68);
    width: 20px;
    height: 20px;
    line-height: 0;
}
.native-app-arrow svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
@media (max-width: 1199px) {
    .native-app-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .native-app-section {
        padding-bottom: 44px;
    }
    .native-app-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding: 0 15px;
    }
    .native-app-card {
        min-height: 0;
        padding: 18px 48px 18px 92px;
    }
    .native-app-logo {
        position: absolute;
        top: 18px;
        left: 18px;
        width: 58px;
        height: 48px;
        margin: 0;
    }
    .native-app-logo img {
        width: 58px;
        height: 42px;
    }
    .native-app-name {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .native-app-desc {
        font-size: 13px;
        line-height: 1.65;
    }
}

.indexMain02 .item { box-sizing: border-box; }

/* 列表页顶部 banner + tab */
.list-banner {
    width: 100%;
    background: url(/uploads/allimg/news_banner_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
.list-banner-inner {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-banner-title {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
}
.list-banner-tabs {
    background: transparent;
    padding: 24px 0 8px;
}
.list-banner-tabs ul {
    display: flex;
    justify-content: flex-start;
    gap: 48px;
}
.list-banner-tabs .list-tab {
    position: relative;
}
.list-banner-tabs .list-tab a {
    display: block;
    line-height: 32px;
    font-size: 18px;
    color: #191c3d;
    transition: color .3s ease;
}
.list-banner-tabs .list-tab:hover a,
.list-banner-tabs .list-tab.cur a {
    color: #2468F2;
}

/* 有顶部 tab 后隐藏左侧分类栏，正文撑满 */
.content-wrap .content-left { display: none; }
.content-wrap .content-right { float: none; width: auto; }

/* 列表页有顶部 tab 后，隐藏正文区重复的栏目标题 */
.content-wrap .right-tit { display: none; }

/* 文章详情页（对标百度云 notice 详情） */
.article-detail {
    padding: 30px 0 20px;
}
.article-detail-title {
    font-size: 36px;
    font-weight: 600;
    color: #222;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 16px;
}
.article-detail-meta {
    font-size: 14px;
    color: rgba(34,34,34,0.4);
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ededee;
}
.article-detail-body {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(0,0,0,0.85);
}
/* 统一单页富文本正文字号，覆盖编辑器内联 font-size（如 14px/21px 不一致） */
.article-detail-body, .article-detail-body p, .article-detail-body span, .article-detail-body div, .article-detail-body font, .article-detail-body li, .article-detail-body a { font-size: 16px !important; }
.article-detail-body img { max-width: 100%; height: auto; }
.article-detail-body p { margin: 0 0 16px; text-indent: 2em !important; }

/* 翻页器 */
.page { padding: 40px 0 20px; text-align: center; }
.pageList ul { display: flex; justify-content: center; gap: 6px; padding: 0; margin: 0; }
.pageList ul li { display: inline-block; margin: 0; }
.pageList ul li a {
    display: block; min-width: 40px; height: 40px; line-height: 40px;
    text-align: center; font-size: 14px; color: #666; text-decoration: none;
    background: #fff; border: 1px solid #e0e0e0; border-radius: 6px;
    transition: all .25s; padding: 0 10px;
}
.pageList ul li a:hover,
.pageList ul li.thisclass a,
.pageList ul li.active a { background: #2468F2; color: #fff; border-color: #2468F2; }

/* 内容白卡（百度云风格：投影+圆角） */
.content-wrap .content-right {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 0 30px;
}

/* 新闻两栏布局 */
.news-wrap { display: flex; gap: 40px; }
.news-wrap .content-right { flex: 0 0 850px; min-width: 0; background: #fff; box-shadow: 0 10px 10px rgba(0,0,0,0.05); border-radius: 4px; padding: 0; }
.news-wrap .news-list-col { min-width: 0; }
.news-wrap .news-sidebar { width: 310px; flex-shrink: 0; }
.news-wrap .news-sidebar-title {
    font-size: 18px;
    font-weight: 500;
    color: #191c3d;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.news-wrap .news-hot-card {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 20px 0;
    margin-top: 16px;
}
.news-wrap .news-hot-item {
    display: block;
    padding: 0 30px;
    text-decoration: none;
}
.news-wrap .news-hot-item span {
    display: block;
    font-size: 14px;
    color: rgba(25,28,61,0.6);
    line-height: 26px;
    text-indent: 0;
}
.news-wrap .news-hot-item + .news-hot-item {
    margin-top: 12px;
}
.news-wrap .news-hot-item:hover span { color: #2468F2; }
















.nav-search-li { margin-left: auto; flex-shrink: 0; padding: 0 !important; line-height: normal !important; height: 80px !important; box-sizing: border-box; position: relative; width: 180px; min-width: 120px; z-index: 30; }
.nav-search-li.is-active { z-index: 200; }
.nav-search-li form { position: static; margin: 0; }
/* 搜索框：绝对定位脱离文档流，展开变宽不挤压布局 */
.nav-search-bar { position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 102; display: flex; align-items: center; width: 100%; height: 36px; border: 1px solid #e4e8f0; border-radius: 6px; padding: 0 14px; box-sizing: border-box; cursor: text; background: transparent; transition: width .15s ease-out, right .15s ease-out, box-shadow .15s ease-out, border-color .15s ease-out; }
.nav-search-bar:hover, .nav-search-li.is-active .nav-search-bar { border-color: transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(263.66deg, #8469ff -0.07%, #2450ff 99.93%) border-box; box-shadow: 0 2px 20px rgba(83,74,255,0.1); }
.nav-search-li.is-active .nav-search-bar { width: 524px; right: 18px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(263.66deg, #8469ff -0.07%, #2450ff 99.93%) border-box; }
.nav-search-icon { flex-shrink: 0; width: 20px; height: 20px; margin-right: 8px; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.nav-search-icon svg { display: block; width: 20px; height: 20px; color: #666; }
.nav-search-input { flex: 1; min-width: 0; border: none; background: transparent; color: #10131a; font-family: inherit; font-size: 14px; line-height: 34px; outline: none; padding: 0; text-overflow: ellipsis; white-space: nowrap; }
.nav-search-input::placeholder { color: #a2abbd; }
.nav-search-clear { display: none; flex-shrink: 0; width: 16px; height: 16px; margin-left: 8px; background: url(../images/icon_delete_bd.png) center / 16px 16px no-repeat; cursor: pointer; }
.nav-search-li.is-active .nav-search-clear { display: block; }
.nav-search-clear:hover { opacity: .8; }
/* 毛玻璃下拉面板 */
.nav-search-panel { position: absolute; right: 0; top: 50%; margin-top: -40px; width: 560px; box-sizing: border-box; padding: 62px 18px 18px; z-index: 101; border: 1px solid #fff; border-radius: 8px; background: linear-gradient(180deg, rgba(132,105,255,.10), rgba(250,252,252,0) 62px), rgba(250,252,252,.9); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: 0 2px 10px rgba(0,25,126,.08); opacity: 0; visibility: hidden; transform: translateY(-4px); transform-origin: top; transition: opacity .15s ease-out, transform .15s ease-out, visibility .15s ease-out; pointer-events: none; }
.nav-search-li.is-active .nav-search-panel { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.nav-search-panel .nsp-section { margin-bottom: 16px; }
.nav-search-panel .nsp-section:last-child { margin-bottom: 0; }
.nav-search-panel .nsp-head { display: flex; align-items: center; justify-content: space-between; margin: 0 0 8px; }
.nav-search-panel .nsp-head > span { position: relative; display: inline-block; z-index: 1; color: #10131a; font-size: 14px !important; line-height: 22px; font-weight: 600; }
.nav-search-panel .nsp-head > span::after { content: ""; position: absolute; left: 0; bottom: 2px; z-index: -1; width: 48px; height: 5px; background: #c3cfff; border-radius: 2px; }
.nav-search-panel .nsp-clear-history { width: 12px; height: 12px; cursor: pointer; background: url(../images/icon_delete_bd.png) center / cover no-repeat; opacity: .5; transition: opacity .15s; }
.nav-search-panel .nsp-clear-history:hover { opacity: .9; }
.nav-search-panel .nsp-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.nav-search-panel .nsp-item { max-width: 100%; height: 30px; line-height: 30px; padding: 0 14px; border-radius: 4px; background: #fff; color: #10131a; font-size: 14px !important; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: background-color .15s, color .15s; }
.nav-search-panel .nsp-item:hover { background: #f2f5fa; color: #2450ff; }

/* ========== 百度风格搜索结果页 ========== */
.bd-search-page { background: #fff url(../images/bg_search.png) no-repeat center top; background-size: 100% auto; min-height: 480px; }
.bd-search-container { padding: 36px 0 64px; box-sizing: border-box; }
/* 顶部搜索框 */
.bd-search-box { display: flex; align-items: center; width: 100%; height: 48px; padding: 0 6px 0 16px; box-sizing: border-box; border: 1px solid #ece8ff; border-radius: 8px; background: #fff; transition: border-color .15s ease-out, box-shadow .15s ease-out; }
.bd-search-box:hover, .bd-search-box:focus-within { border-color: #8469ff; box-shadow: 0 2px 16px rgba(83,74,255,.12); }
.bd-search-box-icon { flex-shrink: 0; width: 18px; height: 18px; margin-right: 10px; background: url(../images/icon_search_bd.png) center / 18px 18px no-repeat; }
.bd-search-box-input { flex: 1; min-width: 0; height: 100%; border: none; outline: none; background: transparent; font-size: 14px; color: #10131a; }
.bd-search-box-input::placeholder { color: #a2abbd; }
.bd-search-box-btn { flex-shrink: 0; height: 36px; padding: 0 24px; border: none; border-radius: 6px; background: linear-gradient(263.66deg, #8469ff -0.07%, #2450ff 99.93%); color: #fff; font-size: 14px; cursor: pointer; transition: opacity .15s; }
.bd-search-box-btn:hover { opacity: .9; }
/* 分类 tab */
.bd-search-tabs { display: flex; gap: 32px; margin-top: 24px; border-bottom: 1px solid #eef0f5; }
.bd-search-tab { position: relative; padding-bottom: 12px; font-size: 14px; color: #333; cursor: pointer; }
.bd-search-tab.active { color: #2450ff; font-weight: 500; }
.bd-search-tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; border-radius: 1px; background: #2450ff; }
/* 面包屑 */
.bd-search-crumb { margin: 16px 0 4px; font-size: 14px !important; color: #818999; }
.bd-search-crumb a { color: #818999; }
.bd-search-crumb em { font-style: normal; color: #10131a; }
/* 结果列表 */
.bd-result-list { list-style: none; margin: 0; padding: 0; }
.bd-result-item { padding: 20px 0; border-bottom: 1px solid #f2f4f8; }
.bd-result-title { margin: 0 0 8px; font-size: 16px; font-weight: 500; line-height: 1.5; }
.bd-result-title a { color: #222; transition: color .15s; }
.bd-result-title a:hover { color: #2450ff; }
.bd-result-title em, .bd-result-desc em { font-style: normal; color: #f33e3e; }
.bd-result-desc { margin: 0 0 8px; font-size: 14px; line-height: 1.7; color: rgba(34,34,34,.7); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bd-result-meta { margin: 0; font-size: 14px !important; color: #888; }
.bd-result-from { color: #2450ff; margin-right: 12px; }
.bd-result-date { color: #999; }
/* 空结果 */
.bd-search-empty { padding: 60px 0; text-align: center; font-size: 14px; color: #818999; }
.bd-search-empty em { font-style: normal; color: #f33e3e; }
/* 分页 */
.bd-search-pagebar { margin-top: 28px; text-align: center; }
.bd-search-pagebar ul { display: inline-flex; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.bd-search-pagebar li { list-style: none; margin: 0; padding: 0; }
.bd-search-pagebar a { display: inline-block; min-width: 32px; height: 32px; line-height: 32px; padding: 0 14px; box-sizing: border-box; border: 1px solid #e4e8f0; border-radius: 6px; color: #333; font-size: 14px; text-align: center; text-decoration: none; transition: all .15s; }
.bd-search-pagebar a:hover { border-color: #2450ff; color: #2450ff; }
.bd-search-pagebar a.selected { border-color: #2450ff; background: #2450ff; color: #fff; cursor: default; }
.bd-search-pagebar a.disable { color: #c5cbd6; cursor: not-allowed; }
.bd-search-pagebar a.disable:hover { border-color: #e4e8f0; color: #c5cbd6; }

/* ========== 百度风格文章详情页 ========== */
.article-page { padding: 28px 0 60px; }
.article-wrap { display: flex; gap: 30px; align-items: flex-start; }
.article-main { flex: 1; min-width: 0; background: #fff; border-radius: 10px; padding: 32px 40px; box-sizing: border-box; }
.article-crumb { font-size: 14px !important; color: #818999; margin-bottom: 20px; }
.article-crumb a { color: #818999; }
.article-crumb a:hover { color: #2450ff; }
.article-title { margin: 0 0 16px; font-size: 28px; font-weight: 600; line-height: 1.4; color: #222; text-align: left; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; padding-bottom: 20px; margin-bottom: 28px; border-bottom: 1px solid #f0f2f5; font-size: 14px; color: #a2abbd; }
.article-content { font-size: 16px; line-height: 28px; color: rgba(34, 34, 34, .9); }
.article-content p { margin: 0 0 16px; }
.article-content img { max-width: 100%; height: auto; border-radius: 6px; }
.article-content a { color: #2450ff; }
.article-prenext { margin-top: 36px; padding-top: 20px; border-top: 1px solid #f0f2f5; }
.pn-item { font-size: 14px; line-height: 2; color: #10131a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pn-label { color: #818999; margin-right: 10px; }
.pn-item a { color: #10131a; transition: color .15s; }
.pn-item a:hover { color: #2450ff; }
.pn-none { color: #a2abbd; }
/* 右侧栏 */
.article-side { flex-shrink: 0; width: 300px; }
.side-card { background: #fff; border-radius: 10px; padding: 20px; }
.side-title { font-size: 16px; font-weight: 600; color: #10131a; margin-bottom: 14px; padding-left: 10px; border-left: 3px solid #2450ff; line-height: 18px; }
.side-list { list-style: none; margin: 0; padding: 0; }
.side-list li { margin-bottom: 14px; }
.side-list li:last-child { margin-bottom: 0; }
.side-list a { display: -webkit-box; font-size: 14px; line-height: 22px; color: #333; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: color .15s; }
.side-list a:hover { color: #2450ff; }

/* ===== 导航响应式：三阶段策略（参照百度云） ===== */
/* 阶段1 - 全宽（>1280px）：正常展示，桌面默认样式即阶段1 */
/* 阶段2 - 缩放过渡带（1200-1280px）：flex-shrink + overflow:hidden 裁剪不换行 */
/* 阶段3 - 汉堡菜单（<1200px）：切移动端 */

/* 汉堡按钮：PC 隐藏，移动端显示 */
.nav-toggle { display: none; }
.m-search-btn, .m-search-panel, .nav-close, .nav-caret, .m-bottombar, .m-wechat-pop { display: none; }

/* ---- 阶段2：缩放过渡带（1240–1280px） ---- */
@media (max-width: 1420px){
	.header-bar { padding: 0 16px; }
		.header-bar .nav { min-width: 0; flex-shrink: 1; }
	.header-bar .logo { margin-right: 8px; }
	/* 导航项等比缩小 */
	.nav>ul>li, .nav>ul>li>a { font-size: 13px; }
	.nav>ul>li { overflow: visible;  padding: 0 4px; flex-shrink: 0; }
	.nav>ul>li>a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.nav-search-li { width: 180px; min-width: 120px; }
	.nav-search-input { font-size: 14px; }
	.fn-col-title { font-size: 16px; }
	.fn-col { padding-right: 16px; min-width: 80px; }
	.fn-col dt { display: block; }
	.fn-nav, .fn-eco, .fn-contact { margin-right: 16px; }
	.fn-brand { flex-basis: 200px; }
	.fn-brand-desc { font-size: 14px; }
	.fn-nav a, .fn-eco a { font-size: 14px; }
}

/* ---- 阶段3：汉堡菜单（≤1240px） ---- */
@media (max-width: 1240px){
	body { padding-top: 64px; }
	html, body { overflow-x: hidden; max-width: 100%; }
	.w1200 { width: 100% !important; box-sizing: border-box; padding-left: 15px !important; padding-right: 15px !important; }
	img { max-width: 100%; height: auto; }
	table { max-width: 100%; }

	/* ---------- 导航：汉堡菜单 ---------- */
	.header, .header-bar { height: 64px !important; }
	.header-bar { padding: 0 15px; position: relative; }
	.header-bar .logo { margin-right: 0; }
	.header-bar .logo img { height: 46px; }
	/* 汉堡 + 放大镜（百度 icon 按钮） */
	.nav-toggle, .m-search-btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 44px; padding: 0; margin: 0; border: 0; background: transparent; cursor: pointer; flex-shrink: 0; position: relative; z-index: 1003; }
	.m-search-btn { margin-left: auto; }
	.nav-toggle { margin-right: -8px; }
	.m-search-btn img, .m-search-btn svg { width: 20px; height: 20px; display: block; color: #333; }
	.nav-toggle img { width: 22px; height: 22px; display: block; }

	/* 移动全屏搜索面板：放大镜点击后打开（百度式） */
	.m-search-panel { flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; bottom: auto; height: calc(100vh - 64px); background: #f6f7fa; z-index: 1050; }
	body.search-open .m-search-panel { display: flex; }
	.m-search-topbar { display: flex; align-items: center; gap: 8px; padding: 18px 18px 18px 18px; }
	.m-search-box { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; background: #fff; border-radius: 20px; border: 1px solid #d0d5dd; transition: box-shadow .2s; }
	.m-search-box:focus-within { border-color: transparent; box-shadow: rgba(83,74,255,0.1) 0 2px 20px 0; }
	.m-search-box-ic { width: 16px; height: 16px; flex-shrink: 0; color: #999; opacity: .55; }
	.m-search-bar-input { flex: 1; min-width: 0; height: 38px; border: 0; background: transparent; font-size: 14px; color: #10131a; outline: none; }
	.m-search-close { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 32px; height: 40px; padding: 0; border: 0; background: transparent; color: rgba(0,0,0,0.85); cursor: pointer; }
	.m-search-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 18px 18px 24px; }
	.m-search-sec { margin-top: 16px; }
	.m-search-sec-head { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; }
	.m-search-sec-head span { font-size: 14px !important; color: #818999; font-weight: 400; }
	.m-search-clear { display: block; width: 12px; height: 12px; flex-shrink: 0; cursor: pointer; background: url("../images/delete-history.svg") center/cover no-repeat; border: 0; padding: 0; }
	.m-search-tags { display: flex; flex-wrap: wrap; gap: 10px; }
	.m-search-tag { display: inline-flex; align-items: center; height: 30px; padding: 0 14px; background: #fff; border-radius: 4px; font-size: 14px !important; color: #10131a; cursor: pointer; text-decoration: none; }

	/* 百度式左侧抽屉 */
	.header-bar .nav {
		position: fixed; top: 64px; left: 0; bottom: auto;
		width: 100%; height: calc(100vh - 64px) !important; max-height: none;
		overflow-y: auto; -webkit-overflow-scrolling: touch;
		background: #f6f7fa; 
		transform: translateX(-100%); transition: transform .3s ease-out; z-index: 1002;
		flex: none;
	}
	body.nav-open .header-bar .nav { transform: translateX(0); }
	body.nav-open .header { z-index: 1003; }
	body.nav-open { overflow: hidden; }
	body.nav-open::after { content: ''; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.45); z-index: 1001; }
	/* 抽屉关闭按钮 */
	.nav-close { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 0; margin: 8px 8px 0 auto; border: 0; background: transparent; color: #6b7280; cursor: pointer; }
	.header-bar .nav > ul { display: block; padding: 2px 0 12px; }
	.nav > ul > li { flex-shrink: initial; display: block; width: 100%; line-height: normal; padding: 0; text-align: left; border-bottom: 1px solid rgba(9,18,33,.06); height: auto; position: relative; }
	.nav > ul > li > a { display: block; padding: 14px 20px; font-size: 16px; color: #151b26; position: relative; }
	.nav > ul > li.current > a { color: #2450ff; }
	.nav > ul > li > a::after { display: none; }
	/* 二级手风琴展开箭头 */
	.nav-caret { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 30px; height: 30px; color: #98a1b3; transition: transform .25s; }
	.nav > ul > li.open > a .nav-caret { transform: translateY(-50%) rotate(180deg); }
	.nav > ul > li.has-sub > ul { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
	.nav > ul > li.open > ul { max-height: 640px; }
	.nav > ul > li ul { position: static; display: block; width: 100%; box-shadow: none; border-radius: 0; padding: 0; background: #eef0f4; }
	.nav > ul > li ul li a { padding: 12px 20px 12px 36px; font-size: 14px; color: #4b5563; }
	.nav::after { display: none; }
	/* 搜索移到 header，电话/联系移到底部通栏；抽屉只留菜单 */
	.nav-search-li, .nav-tel-li { display: none !important; }

	/* ---------- 通用布局单列 ---------- */
	.content, .content-inner > .content { display: block; }
	.content-left { display: none; }
	.content-right { width: 100% !important; float: none !important; box-sizing: border-box !important; padding-left: 15px !important; padding-right: 15px !important; }
	.content-inner { padding: 0; }

	/* 新闻列表 news-wrap：主体+侧栏竖排，条目图文竖排 */
	.news-wrap { flex-direction: column; gap: 20px; }
	.news-wrap .content-right { flex: 1 1 auto !important; width: 100% !important; padding: 0 !important; order: 2; }
	.news-wrap .news-sidebar { width: 100% !important; order: 1; }
	.news-list-col .news-item { padding: 18px 15px !important; min-height: 0 !important; }
	.news-list-col .news-item::after { left: 15px !important; right: 15px !important; }
	.news-list-col .news-item .news-img { float: none !important; width: 100% !important; height: auto !important; margin-bottom: 12px; }
	.news-list-col .news-item .news-img img { height: auto !important; }
	.news-list-col .news-item .news-img ~ .news-body { float: none !important; width: 100% !important; margin-left: 0 !important; padding-right: 0 !important; }
		.news-list-col .news-item .news-date { width: 64px !important; height: auto !important; text-align: center !important; }
		.news-list-col .news-item .news-date::after { display: none !important; }
		.news-list-col .news-item .news-day { position: static !important; font-size: 30px !important; line-height: 38px !important; display: block !important; }
		.news-list-col .news-item .news-slash { display: none !important; }
		.news-list-col .news-item .news-month { position: static !important; font-size: 14px !important; display: block !important; color: #666 !important; }
		.news-list-col .news-item .news-year { position: static !important; font-size: 14px !important; display: block !important; color: #999 !important; }
		.news-list-col .news-item .news-body { margin-left: 78px !important; padding-right: 0 !important; }
		.news-list-col .news-item .news-body .tit { font-size: 15px !important; line-height: 22px !important; }
		.news-list-col .news-item .news-body .desc { font-size: 13px !important; line-height: 20px !important; -webkit-line-clamp: 2 !important; }
t	.list-banner-tabs { padding: 16px 0 8px !important; overflow-x: auto; -webkit-overflow-scrolling: touch; }
		.list-banner-tabs ul { flex-wrap: nowrap; gap: 20px; }
		.list-banner-tabs .list-tab a { font-size: 15px; white-space: nowrap; }
		.pageList ul { flex-wrap: wrap; justify-content: center; gap: 6px; }
		.pageList ul li { margin: 0; }
		.pageList ul li a { padding: 0 10px; min-width: 32px; height: 32px; line-height: 32px; font-size: 14px; }
	.listc { flex-direction: column; width: 100%; }
	.listc .list-item { width: 100% !important; margin-right: 0 !important; }
	.row { flex-direction: column; padding-right: 0; }
	.indpro-menu { width: 100%; }
	.indpro-menu ul { flex-wrap: wrap; }

	/* 首页数字统计区：去掉桌面大内边距/固定宽，缩小字号 */
	.sec-num .row { flex-direction: row; flex-wrap: wrap; padding: 0; }
	.sec-num .col-12 { padding-left: 0 !important; width: 50%; margin: 10px 0 20px; box-sizing: border-box; }
	.counter-area .counter { width: auto !important; height: auto !important; }
	.counter-area .num { line-height: 1.1; font-size: 34px; }
	.counter-area > div > div .add { font-size: 20px; padding-left: 3px; }
	.cool-facts-content > p { font-size: 14px; padding-top: 6px; }

	/* 首页满铺区块：移除桌面负边距出血 + 超大内边距 */
	.pagecontent { margin: 0 !important; padding: 0 !important; }
	.pagecontent > div { margin-left: 0 !important; margin-right: 0 !important; padding: 30px 15px !important; }
	.pagecontent .w1200 { padding-left: 0 !important; padding-right: 0 !important; }

	/* 新闻区：三列变竖排 */
	.news-grid { grid-template-columns: 1fr; gap: 28px; }
	.news-card-text { padding: 20px 15px 24px; }
	.news-list-full { padding: 20px 15px 0; }

	/* tab 内容 listc：文字 + 图竖排 */
	.listc .forMargin { width: 100% !important; }
	.listc .forMargin img { width: 100%; }
	.listc .content span[style*="36px"] { font-size: 22px !important; }

	/* 发展史视频 / 应用 logo 墙：防 img 固定宽溢出 */
	.indexMain03 .scroll-box img { max-width: 100%; }
	.indexMain03.sec-white .scroll-box [onclick] { width: 31% !important; }
	.indexMain03.sec-white .scroll-box img { width: auto !important; max-width: 88%; }
	.dev-video-box { margin: 0 0 8px !important; }
	.dev-play { width: 30px !important; }

	/* 友情链接：多 logo 换行居中 */
	.link .link-box .link-list ul { flex-wrap: wrap !important; justify-content: center; gap: 14px 18px; }
	.link .link-box .link-list li { flex: 0 0 auto !important; }

	/* 文章详情页 */
	.article-wrap { flex-direction: column; gap: 16px; }
	.article-main { padding: 20px 16px; }
	.article-side { width: 100% !important; }
	.article-title { font-size: 21px; }
	.article-content, .article-content p { font-size: 15px !important; }

	/* 搜索结果页 */
	.bd-search-page { background-size: auto 160px; }
	.bd-search-box { width: 100%; }
	.bd-search-container { padding: 20px 0 40px; }
	.bd-result-item { padding: 16px 0; }
	.bd-result-title { font-size: 15px; }

	/* 单页富文本 */
	.article-detail { padding: 18px 0; }
	.article-detail-title { font-size: 21px; }
	.article-detail-body, .article-detail-body p, .article-detail-body span, .article-detail-body div, .article-detail-body font { font-size: 15px !important; }

		.footer-pc { display: none; }
		.footer-mobile { display: block; padding: 0; }
		/* 折叠菜单 */
		.fm-group { padding: 0 16px; border-top: 1px solid rgba(255,255,255,0.08); }
		.fm-group dl { border-bottom: 1px solid rgba(255,255,255,0.08); margin: 0; padding: 22px 0; }
		.fm-group dt { display: flex; align-items: center; justify-content: space-between; padding: 0; font-size: 15px; font-weight: 500; color: #fff; cursor: pointer; line-height: 23px; }
		.fm-arrow { transition: transform .25s; color: rgba(255,255,255,0.4); flex-shrink: 0; }
		.fm-group dl.open .fm-arrow { transform: rotate(180deg); }
		.fm-group dd { display: none; }
		.fm-group dl.open { font-size: 0; }
		.fm-group dl.open dd { display: inline-block; width: 33.33%; padding: 7px 0; vertical-align: top; margin: 8px 0 0; font-size: 14px; }
		.fm-group dt .fm-arrow { margin-left: auto; }
		.fm-group dd a { font-size: 14px; color: rgba(255,255,255,0.9); text-decoration: none; }
		/* 电话按钮 */
		.fm-tel { display: flex; align-items: center; justify-content: center; height: 44px; margin: 20px 16px 0; font-size: 14px; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-radius: 2px; }
		.fm-tel span { color: #fff; }
		/* 版权 */
		.fm-bottom { padding: 16px 16px 24px; font-size: 13px; color: #fff; line-height: 21px; text-align: center; }
		.fm-addr { margin: 0 0 16px; font-size: 13px; color: rgba(255,255,255,0.5); line-height: 24px; }
		.fm-bottom a { color: #fff; }

	/* 移动端底部通栏（电话客服 / 微信咨询 / 业务咨询） */
	body { padding-bottom: 64px; }
	.side-float-box { display: none !important; }
	.m-bottombar { display: flex; justify-content: space-between; position: fixed; left: 0; bottom: 0; width: 100%; height: 64px; padding: 13px 16px; background: #fff; z-index: 1000; box-sizing: border-box; }
	.m-bb-left { display: flex; gap: 0 20px; flex: 1 1 0%; overflow-x: auto; scrollbar-width: none; }
	.m-bb-left::-webkit-scrollbar { display: none; }
	.m-bb-cta { display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 30px; background: #2450FF; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 40px; margin-left: 10px; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; }
	.m-bb-cta:hover { color: #fff; }
}

/* 移动端搜索清除按钮（全局，因为 mobile panel 也依赖它） */
.m-search-clear-btn { display: none; width: 14px; height: 14px; flex-shrink: 0; cursor: pointer; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E") center/cover no-repeat; }
.m-search-clear-btn.show { display: block; }

.m-bb-item { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; width: 46px; padding: 0; border: 0; background: transparent; color: rgba(0,0,0,.85); font-size: 11px; line-height: 1; text-decoration: none; cursor: pointer; }
.m-bb-item img { width: 21px; height: 21px; display: block; }
/* 微信二维码弹窗 */
.m-wechat-pop { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 1100; align-items: center; justify-content: center; }
.m-wechat-pop.open { display: flex; }
.m-wechat-card { background: #fff; border-radius: 12px; padding: 22px; text-align: center; }
.m-wechat-card img { width: 180px; height: 180px; object-fit: contain; }
.m-wechat-card p { margin-top: 12px; font-size: 14px; color: #333; }
.m-wechat-card .m-wechat-tel { margin-top: 4px; font-size: 14px; color: #2450ff; }
.m-wechat-card.no-qr { padding: 28px 32px; }

/* 搜索面板打开时：header 中的搜索/汉堡隐藏，关闭按钮显示 */
.header-bar .m-search-close { display: none; }
body.search-open .header-bar .m-search-btn,
body.search-open .header-bar .nav-toggle { display: none !important; }
body.search-open .header-bar .m-search-close { display: flex; align-items: center; justify-content: center; width: 36px; height: 44px; padding: 0; margin: 0; margin-left: auto; border: 0; background: transparent; color: rgba(0,0,0,0.85); cursor: pointer; flex-shrink: 0; }
body.search-open .header-bar .m-search-close svg { width: 22px; height: 22px; }


/* 两列并排：热门搜索 + 快速入口（复刻百度云移动端搜索面板卡片设计） */
.m-search-cols { display: flex; gap: 8px; padding: 0; margin-top: 18px; }
.m-search-col { flex: 1 1 0%; min-width: 0; background: #fff; padding: 12px; border-radius: 6px; }
.m-search-col .m-search-sec-head { display: block; font-size: 14px !important; font-weight: 400; color: #10131a; line-height: 22px; margin: 0 0 8px; padding: 0; position: relative; }
.m-search-col .m-search-sec-head span { font-weight: 600; color: #10131a; position: relative; }
.m-search-col .m-search-sec-head::before { content: ""; display: block; position: absolute; left: 0; bottom: 4px; width: 48px; height: 5px; background: #c3cfff; border-radius: 2px; }
.m-search-col .m-search-links { list-style: none; padding: 0; margin: 0; }
.m-search-col .m-search-links li { margin: 0 0 8px; padding: 0; line-height: 22px; }
.m-search-col .m-search-links li:last-child { margin-bottom: 0; }
.m-search-col .m-search-links a { display: flex; align-items: center; justify-content: space-between; font-size: 14px !important; color: #10131a; text-decoration: none; padding: 0; line-height: 22px; height: 22px; }
.m-search-col .m-search-links a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1 1 0%; min-width: 0; }
.m-search-col .m-search-links a .link-arrow { width: 12px; height: 12px; flex-shrink: 0; color: #c5cbd6; }

}


/* 友情链接轮播 */
.flink-swiper { padding: 20px 0; }
.flink-swiper .swiper-slide { display: flex; align-items: center; justify-content: center; height: 80px; }
.flink-swiper .swiper-slide a { display: flex; align-items: center; justify-content: center; }
.flink-swiper .swiper-slide img { max-width: 140px; height: 42px; width: auto; object-fit: contain;  transition: all .3s; }
.flink-swiper .swiper-slide img:hover { filter: grayscale(0); opacity: 1; }
