@charset "utf-8";
@font-face {
	font-family: 'Noto Sans';
	font-display: swap;
	font-weight: 700; /* 粗体 */
	src: url(../fonts/sy_bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_normal.woff2') format('woff2');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_light.woff2') format('woff2');
  font-weight: 300; /* 常规 */
}
@font-face{
  font-family: "Libre Baskerville";
  font-display: swap;
  src: url("../fonts/LibreBaskerville-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700; /* 如果你的文件支持更宽范围，可改成 100 900 */
}
@font-face{
  font-family: "Libre Baskerville Italic";
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 400 700; /* 如果你的文件支持更宽范围，可改成 100 900 */
}
@font-face{
  font-family: "Julius Sans One";
  font-display: swap;
  src: url("../fonts/JuliusSansOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900; /* 如果你的文件支持更宽范围，可改成 100 900 */
}
:root{
  --brand: var(--brand);        /* 主色：导航、链接、按钮 */
  --brand-dark: #1F6F73;   /* hover/active */
  --brand-accent: #289AA9; /* 只做小点缀 */
  --brand-soft: #EAF0F5;   /* hover 背景/浅分区底 */
  --text: #0f172a;
  --muted: #475569;
  --border: rgba(15,23,42,.10);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family:'Noto Sans', Microsoft YaHei,Arial,sans-serif;
	font-weight: normal;
    font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}

.container_pub{
	width: 18rem;
	margin: 0 auto;
	max-width: 100%;
}
.button_style1{
	padding: .1rem .4rem;
	background-color: var(--main_color);
	border: 0.01rem solid var(--main_color);
	color: #fff;
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.button_hover2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover2:hover:before {
    width: 100%;
    left: 0;
}
.button_style1:hover {
    color: #23797C;
}
.head_logo {
    max-width: 3rem;
    height: auto;
    cursor: pointer;
}

.head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_height {
    height: 1.1rem;
}
.head_menu {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-left: auto;
    margin-right: 1rem;
}

.header {
    padding: .26rem 0;
    position: fixed;
    width: 100%;
    background: #1F6F73;
    top: 0;
    z-index: 9999999;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
    will-change: transform;

}
/* hide/show header by scroll direction */
.header.nav-hidden{
  transform: translateY(-110%); /* 整个导航上滑隐藏 */
}
.header.nav-shown{
  transform: translateY(0);
}

/* 可选：减少动画偏好 */
@media (prefers-reduced-motion: reduce){
  .header{ transition: none; }
}

.head_menu li a {
    font-size: .22rem;
    position: relative;
    transition: 0.4s all ease;
    color: #fff;
}
.head_menu li.active a ,.head_menu li:hover a{
    color: #fff;
}
.head_menu li a:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.15rem;

  width: 0;
  height: 0; /* 关键：高度设为 0，用 border 画线 */

  border-bottom: 0.03rem dashed rgba(255,255,255,.95); /* 白色虚线 */
  background: none;
  border-radius: 0; /* 虚线建议别圆角，不然会怪 */
	transition: 0.4s all ease;
}
.head_menu li.active a:after,.head_menu li:hover a:after{
width: .4rem;
}

/* ===== Desktop default (>=981px) ===== */
/* 桌面：显示横向菜单，隐藏汉堡按钮 */
.menu_orther { 
  display: none; 
}
.headmenu { 
  display: none; 
}
.head_menu {
  display: flex; /* 你本来就是 flex，这里只是兜底 */
}

.mySwiper .swiper-slide{
    position: relative;
}
.mySwiper .swiper-slide img{
    width: 100%;
}
.tr {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
}
.by2 {
    font-size: .3rem;
}

.by1 {
    font-size: .52rem;
}
.bt_pub {
    font-size: .48rem;
    text-align: center;
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-weight: 600;
}
.item_bt {
    font-size: .26rem;
    text-align: center;
    padding: .2rem 0;
}

.item_bt2 {
    font-size: .16rem;
    text-align: center;
}

.item {
    background: white;
    box-shadow: 0px 0px 8px #c8c8c8;
    padding: .2rem 0.2rem .4rem .2rem;
    box-shadow: 0px 0px 8px #c8c8c8;
    margin: .1rem;
    border-radius: .15rem;
    text-align: center;
}
/* 外部控制器样式 */
.external-controls {
  margin-top: .4rem;
  text-align: center;
}

/* 确保分页器在外部正常显示 */
.external-pagination {
  position: static !important;  /* 取消绝对定位 */
  display: inline-block;
  width: auto !important;
}

/* 如果需要自定义分页点样式 */
.external-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px !important;  /* 覆盖原有间距 */
}

.external-pagination .swiper-pagination-bullet-active {
  background: #1F6F73;
}
.about_nr_leftbt {
    font-size: .48rem;
    margin-bottom: .3rem;
    font-weight: 600;
}

.about_nr_lefttext {
    font-size: .18rem;
}

.about_nr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about_nr_left {
    width: 60%;
}

.about_nr_ri {
    width: 40%;
}
.about {
    padding: 1rem 0;
}
.logo_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 49%;
    margin: 0 auto;
}

.logo_list {
    padding-bottom: 1rem;
}

.logo_item {
    width: 20%;
}
.foot {
    padding: .45rem 0;
    text-align: center;
    border-top: .01rem solid #dddddd;
}

.footer {
    padding-top: 1rem;
}
.footer {
    background: #fafafa;
}

/* ===== Footer: 阴影风格以及各种Logo ===== */
.footer.footer_dark{
  background: #2f3b44;        /* 深色底 */
  padding: 1.1rem 0 .8rem;    /* 整体上下留白：你想更“厚”就加大 */
}

/* logo 区：居中、不要原来的 49% 宽/space-evenly */
.footer.footer_dark .logo_list{
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: .6rem;
  padding-bottom: .55rem;     /* logo 到横线的距离 */
}

/* logo 大小与“变白”（如果你的 logo 本身不是白色） */
.footer.footer_dark .logo_item img{
  display: block;
  margin: 0 auto;
  height: 1.3rem;             /* 控制 logo 高度 */
  width: auto;
  filter: brightness(0) invert(1); /* 变白：PNG/SVG 都常用，必要时可删 */
}

/* 横线 + 文本区 */
.footer.footer_dark .foot{
  border-top: .01rem solid rgba(255,255,255,.25);  /* 白色横线(半透明) */
  padding: .45rem 0 0;                              /* 横线到文字的间距 */
  text-align: center;
  width: min(14rem, 92%);                           /* 横线不要太满屏 */
  margin: 0 auto;
}

/* 文字颜色/字号 */
.footer.footer_dark .foot p{
  color: rgba(255,255,255,.78);
  font-size: .22rem;
  line-height: 1.6;
}

/* =========================
   People footer (dark)
   ========================= */
.footer.footer_dark{
  position: relative;
  overflow: hidden;

  /* 深色底 + 轻微层次（比纯色更好看） */
  background: linear-gradient(180deg, #2a343c 0%, #2f3b44 45%, #2b3540 100%);

  /* 你想更“厚”就加大第一个值 */
  padding: 0.8rem 0 .4rem;
}

/* 顶部阴影过渡（你要的“深底阴影过渡”关键在这里） */
.footer.footer_dark::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:0;
  height: 35px;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  pointer-events:none;
}

/* 1) 解决 logo 间距太大：不用 space-evenly，改用 gap */
.footer.footer_dark .logo_list{
  width: 100%;                 /* 别再用 49% */
  justify-content: center;     /* 居中 */
  gap: 1.2rem;                 /* logo 间距：想更小就 0.8~1.0rem */
  padding-bottom: .55rem;      /* logo 到横线距离 */
}

/* 让每个 logo 自己按图片宽度来（不要 20%） */
.footer.footer_dark .logo_item{
  width: auto;
}

/* 统一 logo 高度 + 变白（若本身已是白色，filter 也不影响太大） */
.footer.footer_dark .logo_item img{
  height: 1rem;             /* logo 大小：想更大就 1.2rem */
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: .92;
  transition: opacity .2s ease;
}
.footer.footer_dark .logo_item a:hover img{
  opacity: 1;
}

/* 2) 解决文字不居中/不白：给 foot 和 p 明确设定 */
.footer.footer_dark .foot{
  width: 100%;
  text-align: center;
  border-top: .02rem solid rgba(255,255,255,.25); /* 白色横线 */
  padding: .38rem 0 0;                            /* 横线到文字距离 */
}

.footer.footer_dark .foot p{
  color: rgba(255,255,255,.78);   /* 白字 */
  font-size: .22rem;
  line-height: 1.7;
  margin: .06rem 0;
}

.models_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.item_a {
    width: 30%;
    background: white;
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
    box-shadow: 0px 0px 8px #c8c8c8;
    margin-bottom: 0.4rem;
    border-radius: 0.15rem;
    text-align: center;
    z-index: 90000;
}

.modles {
    padding-top: .8rem;
    padding-bottom: .5rem;
}
.cation_item {
    background: #EAF0F5;
    margin: 1rem 0;
    padding: .2rem;
}

.cation_item_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
}


.cation_item_li {
            font-family: Arial, sans-serif;
            border: 1px solid #ddd;
            padding: 20px;
            margin: 20px;
            border-radius: 5px;
            position: relative;
            background: #fff;
        }
        
        .cation_item_li_bt {
            margin-bottom: 20px;
        }
        
        .tp_pub_menu {
            margin-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .tp_tab_links {
            display: flex;
        }
        
        .tp_abstract_link, .tp_resource_link {
            display: inline-block;
            margin-right: 20px;
        }
        
        .tp_abstract_link a, .tp_resource_link a {
            color: #23797C;
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 3px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .tp_abstract_link a:hover, .tp_resource_link a:hover {
            background-color: var(--brand-soft);
        }
        
        .tp_abstract_link a.active, .tp_resource_link a.active {
            background-color: #1F6F73;
            color: white;
        }
        
        .close_btn {
            background-color: #f5f5f5;
            color: #666;
            border: 1px solid #ddd;
            border-radius: 3px;
            padding: 5px 12px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
            display: none; /* 默认隐藏 */
        }
        
        .close_btn.show {
            display: inline-block; /* 显示时变为inline-block */
        }
        
        .close_btn:hover {
            background-color: #e6e6e6;
            color: #333;
        }
        
        .close_btn i {
            margin-right: 5px;
        }
        
        .tp_abstract, .tp_links {
            display: none;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 5px;
            margin-top: 15px;
            border-left: 4px solid var(--brand);
            position: relative;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .tp_abstract.show, .tp_links.show {
            display: block;
        }
        
        .tp_pub_list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        
        .tp_pub_list li {
            margin-bottom: 10px;
            padding: 8px;
            background-color: white;
            border-radius: 4px;
            border-left: 3px solid var(--brand);
        }
        
        .tp_pub_list li:hover {
            background-color: var(--brand-soft);
        }
        
        .tp_pub_list i {
            margin-right: 10px;
            color: #666;
            width: 16px;
        }
        
        .tp_pub_list a {
            color: #23797C;
            text-decoration: none;
            display: inline-block;
            width: calc(100% - 30px);
        }
        
        .tp_pub_list a:hover {
            text-decoration: underline;
        }
        
        .tp_content_header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .tp_content_title {
            font-weight: bold;
            color: #333;
            font-size: 16px;
        }
        
        .tp_close_content {
            background: none;
            border: none;
            color: #999;
            cursor: pointer;
            font-size: 18px;
            padding: 0;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .tp_close_content:hover {
            background-color: #eee;
            color: #666;
        }
        
        .no_content {
            text-align: center;
            padding: 40px 20px;
            color: #999;
            font-style: italic;
            display: none; /* 默认隐藏 */
        }
        
        .no_content.show {
            display: block; /* 显示时变为block */
        }
        
        .no_content i {
            font-size: 24px;
            margin-bottom: 10px;
            display: block;
        }
        
        .tp_abstract_content {
            line-height: 1.6;
            color: #333;
        }
        
        .item_counter {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: var(--brand);
            color: white;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }
        
        /* 初始状态指示器 */
        .initial_state {
            color: #999;
            font-size: 12px;
            font-style: italic;
        }
        
        /* 状态指示标签 */
        .status_indicator {
            font-size: 12px;
            color: #666;
            background-color: #f0f0f0;
            padding: 2px 6px;
            border-radius: 3px;
            margin-left: 10px;
        }

        .cation_item_flex_left {
    font-size: .3rem;
    color: #23797C;
    font-weight: 600;
}

.cation_item_flex_nf {
    font-size: .3rem;
    font-weight: 600;
}
.about_nr_leftbt.ac {
    color: #23797C;
    font-weight: 600;
}
.about_a {
   background: url(../images/a.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   padding-bottom: 1rem;
}
.about_a_con {
    background: #fff;
    padding: .3rem;
    border-radius: .15rem;
    font-size: .18rem;
    line-height: 1.5;
}

.about_a_con1 {
    text-align: center;
    font-size: .48rem;
    color: #fff;
    padding: .52rem 0;
    font-weight: 600;
}
.about_a_con_q {
    font-size: .48rem;
    text-align: center;
    color: #fff;
    margin-bottom: .52rem;
    font-weight: 600;
}

.about_a_b_ba p {
    font-size: .18rem;
    color: #fff;
    line-height: 1.5;
}
.about_a_b_ba {
    background: url(../images/bb.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_a_b_ba {
    padding: .5rem;
}

.about_a_b {
    margin: 1rem 0;
}
.pelle {
    padding-top: 1rem;
    padding-bottom: .65rem;
}

.pelle_bt {
    font-size: .48rem;
    color: #23797C;
    text-align: center;
    font-weight: 600;
    margin-bottom: .8rem;
}

.pelle_flex {
    display: flex;
    justify-content: space-between;
}
/* do not use flex anymore */


.pelle::after {
    content: "";
    display: block;
    clear: both;
}

.pelle_ri1 {
    font-size: .4rem;
    font-weight: 600;
    margin-bottom: .15rem;
}

.pelle_ri2 {
    font-size: .3rem;
    font-weight: 600;
    color: #999999;
}

.pelle_left {
    float: left;
    width: 25%;
    margin: 0 10px 15px 0;
}

.pelle_ri {
    width: auto;
}

.pelle_ri4 {
    font-size: .3rem;
    line-height: 1.5;
}
.pelle_ri3 {
    margin-bottom: .3rem;
    margin-top: .25rem;
}
.pelle_ri3 img {
    width: 0.6rem;
    height: 0.6rem;
}
.pelle_ri3 a {
    margin-right: .2rem;
}
.modal-icon.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.members_im_a {
            max-width: 1200px;
            margin: 0 auto;
            /* background: white; */
            border-radius: 10px;
            padding: 30px;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
        }
        
        .members_im_a_1 {
            font-size: .48rem;
            color: #fff;
            text-align: center;
            font-weight: 600;
            /* background: linear-gradient(135deg, var(--brand), #005a9c); */
            /* padding: 15px 0; */
            /* border-radius: 8px; */
            /* margin-bottom: 30px; */
        }
        
        .me_li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
        }
        
        .me_li_item {
            width: 30%;
            background: white;
            text-align: center;
            border-radius: .15rem;
            padding-top: .12rem;
            padding-bottom: .65rem;
            position: relative;
            box-shadow: 0 3px 15px rgba(0, 113, 193, 0.1);
            border: 1px solid #e0e0e0;
            transition: all 0.3s ease;
            min-width: 200px;
            cursor: pointer;
                margin-bottom: 1rem;
        }
        
        .me_li_item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 113, 193, 0.15);
        }
        
        .me_li_item.active {
            box-shadow: 0 8px 25px rgba(0, 113, 193, 0.25);
            border-color: var(--brand);
        }
        
        .me_li_item_lists {
            margin-bottom: .16rem;
            padding: 10px 0;
        }
        
        .me_li_a {
            font-size: .3rem;
            color: #23797C;
            font-weight: bold;
            /* margin-top: 50px; */
        }
        
        .me_li_b {
            font-size: .2rem;
            color: #666666;
            margin-top: 5px;
        }
        
        .tx {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 73%;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .tx img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .me_li_item_lists a {
            margin-right: .14rem;
            display: inline-block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #f0f0f0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .me_li_item_lists a:last-child {
            margin-right: 0;
        }
        
        .me_li_item_lists a:hover {
            background: #23797C;
            transform: translateY(-2px);
        }
        
        .me_li_item_lists a:hover img {
            filter: brightness(0) invert(1);
        }
        
        .me_li_item_lists img {
            width: 18px;
            height: 18px;
        }
        
        .me_li_item_lists .dj {
            background: var(--brand);
        }
        
        .me_li_item_lists .dj img {
            filter: brightness(0) invert(1);
        }
        
        .me_li_item_lists .dj:hover {
            background: #45a049;
        }
        
        .me_li_item_lists a.disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none;
        }

        /* 三栏内容区域样式 */
        .me_content {
            min-height: 300px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            margin-bottom: 30px;
            border: 2px dashed #e0e0e0;
            transition: all 0.3s ease;
            display: none;
        }
        
        .me_content.active {
            border-color: var(--brand);
            border-style: solid;
            box-shadow: 0 5px 20px rgba(0, 113, 193, 0.1);
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        .content-wrapper {
            display: flex;
            height: 250px;
            gap: 25px;
        }
        
        /* 左侧：头像和基本信息 */
        .content-left {
            width: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 10px;
        }
        
        .content-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 20px;
            border: 4px solid white;
            box-shadow: 0 3px 15px rgba(0,0,0,0.1);
        }
        
        .content-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .content-user-info h3 {
            font-size: 22px;
            color: #23797C;
            margin-bottom: 8px;
            text-align: center;
        }
        
        .content-user-info p {
            color: #666;
            font-size: 14px;
            text-align: center;
            margin-bottom: 5px;
        }
        
        .content-user-info .status {
            display: inline-block;
            padding: 3px 12px;
            background: #e8f4fc;
            color: #23797C;
            border-radius: 20px;
            font-size: 12px;
            margin-top: 8px;
        }
        
        /* 中间：文案介绍（带滚动条） */
        .content-middle {
            flex: 1;
            overflow-y: auto;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 10px;
            position: relative;
        }
        
        /* 自定义滚动条样式 */
        .content-middle::-webkit-scrollbar {
            width: 8px;
        }
        
        .content-middle::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }
        
        .content-middle::-webkit-scrollbar-thumb {
            background: var(--brand);
            border-radius: 4px;
        }
        
        .content-middle::-webkit-scrollbar-thumb:hover {
            background: #005a9c;
        }
        
        .content-body h2 {
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #e0e0e0;
            font-size: 18px;
        }
        
        .content-body p {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #444;
            font-size: 14px;
        }
        
        .content-body ul {
            margin-left: 20px;
            margin-bottom: 15px;
        }
        
        .content-body li {
            margin-bottom: 8px;
            color: #555;
        }
        
        .content-section {
            margin-bottom: 25px;
        }
        
        /* 右侧：三个图标 */
        .content-right {
            width: 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding-top: 20px;
            gap: 20px;
        }
        
        .content-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            text-decoration: none;
        }
        
        .content-icon:hover {
            background: var(--brand);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 113, 193, 0.2);
        }
        
        .content-icon:hover img {
            filter: brightness(0) invert(1);
        }
        
        .content-icon img {
            width: 24px;
            height: 24px;
        }
        
        .content-icon.hide-icon {
            background: #ff6b6b;
        }
        
        .content-icon.hide-icon:hover {
            background: #e74c3c;
        }
        
        /* 隐藏的内容数据区域 */
        .content-data {
            display: none;
        }
        
        .user-content {
            display: none;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .me_li_item {
                width: 48%;
            }
            
            .content-wrapper {
                flex-direction: column;
                height: auto;
            }
            
            .content-left,
            .content-middle,
            .content-right {
                width: 100%;
            }
            
            .content-right {
                flex-direction: row;
                justify-content: center;
                padding-top: 0;
                padding: 20px 0;
            }
        }
        
        @media (max-width: 576px) {
            .me_li_item {
                width: 100%;
            }
            
            .me_li {
                justify-content: center;
            }
        }

        /* =========================
        Members Card v2 (square photo + name/role + 3 icons)
        ========================= */

        /* 1) 改卡片内部排版：从“头像绝对定位”改为“正常流” */
        .me_li_item.me_card_v2{
        padding: 16px;          /* 替代原来的 padding-top + padding-bottom */
        padding-bottom: 16px;
        }

        /* 2) 禁用旧的圆形漂浮头像（旧结构里是 .tx） */
        .me_li_item.me_card_v2 .tx{
        display:none;
        }

        /* 3) 顶部方形照片 */
        .me_li_item.me_card_v2 .me_photo{
        width: 100%;
        aspect-ratio: 1 / 1;    /* 方形 */
        overflow: hidden;
        border-radius: 8px;     /* 想更“硬朗”就改 0~4px */
        background: #f3f3f3;
        }

        .me_li_item.me_card_v2 .me_photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display:block;
        object-position: 50% 15%; /* 照片顶部对齐 */
        }

        /* 4) Name/Role（替代原 .me_li_a/.me_li_b） */
        .me_li_item.me_card_v2 .me_name{
        margin-top: 12px;
        font-size: .3rem;       /* 你原来 .me_li_a 就是 .3rem */
        color: #000;            /* 图2更像黑色；想用蓝色就改回 #23797C */
        font-weight: 700;
        }

        .me_li_item.me_card_v2 .me_role{
        margin-top: 6px;
        font-size: .2rem;       /* 你原来 .me_li_b 就是 .2rem */
        color: #666;
        font-style: italic;     /* 图2是斜体；不想要就删 */
        }

        /* 5) 让图标区域在底部居中，保留原 hover 圆按钮 */
        .me_li_item.me_card_v2 .me_li_item_lists{
        margin-top: 12px;
        margin-bottom: 0;       /* 旧的是 margin-bottom:.16rem 现在不需要 */
        padding: 0;             /* 旧的是 padding:10px 0 现在更紧凑 */
        display:flex;
        justify-content:center;
        gap: 10px;
        }

        /* 6) 隐藏旧的文字块（如果旧结构还残留） */
        .me_li_item.me_card_v2 .me_li_a,
        .me_li_item.me_card_v2 .me_li_b{
        display:none;
        }

.mem_pos {
    background: url(../images/a.jpg);
}

.members {
    position: relative;
}
span#contentStatus {
    display: none;
}
.members {
    margin-bottom: 1rem;
}
.logo_item img {
    width: 88px;
}
.members_im img {
    width: 100%;
}

/* 576~992：两列布局，但最后一行单卡片要居中 */
@media (min-width: 577px) and (max-width: 992px) {

  .me_li{
    justify-content: center;   /* 关键：别用 space-between */
    gap: 20px;                 /* 你本来就有 gap:20px，可以保留 */
  }

  .me_li_item{
    width: calc(50% - 20px);   /* 两列，减掉 gap，避免溢出 */
    min-width: 240px;          /* 可选：平板上更大一点 */
  }
}

.pub_year_label{
  font-size: .34rem;
  font-weight: 700;
  color: #333;
  margin: .6rem .2rem .15rem;
}

.pub_type_badge{
  display: inline-block;
  padding: .06rem .18rem;
  border-radius: .08rem;
  font-size: .18rem;
  vertical-align: middle;
  margin-left: .25rem;
  color: #fff;
  background: #0071c1; /* 默认蓝 */
}

/* 这些用于修改Publications的格式 */

/* 不同类型可在这里换色（你后面再细调） */
.pub_type_badge--conference{ background:#2d8f6f; }
.pub_type_badge--preprint{ background:#7a4bd6; }
.pub_type_badge--patent{ background:#d65a4b; }
.pub_type_badge--dataset{ background:#555; }

.pub_title_link{
  color:#23797C;
  font-weight: 700;
  text-decoration: underline;
}

/* Publications：缩小“年份 -> 色块(cation_item)”的距离 */
.cation .cation_item{
  margin: .25rem 0 1rem;   /* 上、左右、下：把上面从 1rem 改小 */
}

/* 可选：缩小色块内部白卡片和色块边缘的距离 */
.cation .cation_item_li{
  margin: 20px;            /* 原来是 20px */
}

/* Authors */
.pub_authors{
  font-size: .22rem;      /* 想更大就 .24~.28 */
  color: #333;
  margin: 0 0 .10rem 0;
  line-height: 1.4;
}

/* Title (link) */
.pub_title_link{
  font-size: .24rem;      /* 标题字号在这里控最直观 */
  line-height: 1.25;
}

/* Type badge (标签) */
.pub_type_badge{
  font-size: .20rem;      /* 标签文字大小 */
  padding: .04rem .1rem; /* 标签内边距 */
  border-radius: .06rem;  /* 标签圆角 */
}

/* Venue 行：期刊名/会议名 */
.pub_venue{
  font-size: .22rem;
  font-style: italic;
  color: #111;
  margin-top: .08rem;
  line-height: 1.35;
}

/* IF / location 这种小字（如果你有单独 span） */
.pub_venue_meta{
  font-size: .20rem;
  font-style: normal;
  color: #666;
  margin-left: .10rem;
}

.pub_venue .pub_type_badge{ font-style: normal; }

/* 去掉按钮区底部横线 */
.cation .tp_pub_menu{
  border-bottom: none;
  padding-bottom: 0; /* 可选：顺便压紧一点 */
}

/* 隐藏弹窗头部：标题 + 右侧X（Abstract/Links 同理） */
.cation .tp_abstract .tp_content_header,
.cation .tp_links .tp_content_header{
  display: none;
}

/* Abstract / Links 两个按钮的字号 */
.cation .tp_abstract_link a,
.cation .tp_resource_link a{
  font-size: .20rem;   /* 你想大就 16/18，小就 14 */
}

/* 右侧 Close 按钮字号（如需） */
.cation .tp_pub_menu .close_btn{
  font-size: .20rem;
}

/* ===== Publications: tighten spacing & set font size ===== */

/* 2) 展开框与按钮行之间的距离 + 展开框内部 padding */
.cation_item_li .tp_abstract,
.cation_item_li .tp_links{
  margin-top: 15px !important;     /* 原来 15px :contentReference[oaicite:4]{index=4} */
  padding: 12px 16px !important;  /* 原来 20px :contentReference[oaicite:5]{index=5} */
}


/* 4) 展开内容字号（Abstract 正文、Links 列表） */
.cation_item_li .tp_abstract_content,
.cation_item_li .tp_links_entry,
.cation_item_li .tp_pub_list,
.cation_item_li .tp_pub_list li,
.cation_item_li .tp_pub_list a{
  font-size: .20rem !important;
}

/* 5) 如果你的 Abstract 是分段 <p>，默认 p 的上下 margin 会显得“空行很大” */
.cation_item_li .tp_abstract_content p{
  margin: 0 0 8px !important;
}

/* Links 里的每条链接：纯色、无左蓝条、无白色小卡片 */
.cation_item_li .tp_pub_list li{
  background: transparent !important;  /* 原来 white */
  border-left: 0 !important;           /* 去掉重复蓝条 */
  border-radius: 0 !important;         /* 去掉小卡片圆角 */
  padding: 6px 0 !important;           /* 更像“列表” */
  margin-bottom: 6px !important;
}
/* 如果你还想保留一点分隔感：用细灰线，而不是白盒子 */
.cation_item_li .tp_pub_list li + li{
  border-top: 1px solid #e9e9e9 !important;
  padding-top: 8px !important;
}
.cation_item_li .tp_abstract,
.cation_item_li .tp_links{
  border-left: 0 !important;
}

/* ===== Publications search bar ===== */
.pub_searchbar{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: .25rem 0 .35rem;   /* 控制它和内容的间距 */
}

#pubSearchInput{
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
}

#pubSearchInput:focus{
  border-color: var(--brand);
}

#pubSearchClear{
  width: 38px;
  height: 38px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

#pubSearchClear:hover{
  border-color: var(--brand);
}

/* 搜索栏整体宽度、与下方间距 */
.pub_searchbar{
  margin: 90px auto 18px;  /* 上 左右 下 */
  gap: 12px;
}

/* 输入框：高度/字号/内边距 */
#pubSearchInput{
  height: 60px;         /* 控制整体高度 */
  font-size: 20px;      /* 输入字号 */
  padding: 0 14px;      /* 左右内边距 */
  border-radius: 12px;
}

/* placeholder 字号/颜色 */
#pubSearchInput::placeholder{
  font-size: 20px;
  color: #999999;
}

/* 右侧清空按钮：大小/字号 */
#pubSearchClear{
  width: 60px;
  height: 60px;
  font-size: 30px;      /* × 的大小 */
  border-radius: 12px;
  color: #23797C;
}

/* 隐藏 type=search 自带的清除按钮（Chrome / Edge / Safari） */
#pubSearchInput::-webkit-search-cancel-button{
  -webkit-appearance: none;
  appearance: none;
}

/* Firefox 没有这个伪元素，一般不会显示内置×，不用管 */

/* ===== Models page enhancements (A/I series + clickable cards) ===== */
.modles .item_a{
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}
.modles .item_a:hover{
    transform: translateY(-0.05rem);
    box-shadow: 0px 10px 22px rgba(0,0,0,0.15);
}
.modles .item_bt{ font-weight: 700; }
.modles .item_bt2{ font-style: italic; }

.models_section{
    margin-bottom: .7rem;
}
.models_section_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: .22rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.models_section_title{
    font-size: .34rem;
    font-weight: 700;
    color: #23797C;
}
.models_section_desc{
    margin: .16rem 0 .36rem 0;
    font-size: .20rem;
    line-height: 1.6;
    color: #666;
}
.models_section_icon{
    width: .28rem;
    height: .28rem;
    position: relative;
}
.models_section_icon::before,
.models_section_icon::after{
    content: "";
    position: absolute;
    background: #333;
}
.models_section_icon::before{
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}
.models_section_icon::after{
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    transition: opacity .15s ease;
}
/* expanded: show '-' (hide vertical stroke) */
.models_section.expanded .models_section_icon::after{ opacity: 0; }
/* collapsed: hide list */
.models_section.collapsed .models_list{ display: none; }
