/* 基础样式 */
main {
padding: 0 1rem 1rem;
text-align: center;
}
.header-aaac {
font-family: "Libre Baskerville", serif;
font-weight: 700;
font-style: normal;
line-height: 2;
background-color: #2c3eb2;
color: white;
padding: 1rem;
text-align: center;
position: relative;
}
body {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: #dbe2ef;
}
.aaac-full-title {
font-size: 1.2em;
line-height: 1.5;
}
.aaac-mobile-title {
display: none;
font-size: 1.2em;
}
@media (max-width: 768px) {
.aaac-full-title {
display: none;
}
.aaac-mobile-title {
display: block;
}
}
.button {
background-color: #2c3eb2;
color: white;
border: none;
padding: 0.5rem 1rem;
cursor: pointer;
border-radius: 5px;
transition: background 0.3s;
}
.button:hover {
background-color: #005f99;
}
.conference {
text-align: left;
margin: 2rem auto;
max-width: 820px;
background: #dbe2ef;
padding: 1.5rem;
}
.speaker {
display: flex;
align-items: center;
margin-top: 1.2rem;
gap: 1rem;
}
.speaker-photo {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.speaker-info h4 {
margin: 0;
font-size: 1rem;
}
.conference h2 {
color: #2c3eb2;
}
.conference a {
color: #005f99;
text-decoration: none;
}
.conference a:hover {
text-decoration: underline;
}
header h1 {
position: relative;
z-index: 2;
}
em {
color: #666;
font-style: normal;
display: block;
margin-top: 4px;
}

/* 地址文字样式 */
.gradient-address {
background: linear-gradient(90deg, #165DFF 0%, #4B3AF2 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: 500;
text-shadow: 0 0 1px rgba(0,0,0,0.2);
font-size: 1.1em;
}

/* 图片轮播容器样式 */
.carousel-container {
position: relative;
width: 100%;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
border-radius: 16px;
}
.carousel-images {
display: flex;
width: 100%;
height: auto;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-images img {
width: 100%;
height: auto;
object-fit: cover;
flex-shrink: 0;
}
.carousel-nav, .nav-btn {
display: none !important;
}
.nav-btn {
opacity: 0 !important;
pointer-events: none !important;
}
.carousel-indicators {
position: absolute;
bottom: 20px;
width: 100%;
display: flex;
justify-content: center;
gap: 20px;
z-index: 10;
align-items: center;
}
.indicator {
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #fff;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.indicator.active {
width: 64px;
height: 64px;
background-color: transparent;
border-radius: 0;
border: none;
box-shadow: none;
background-image: url('./img-dot.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
color: #2c3eb2;
transform: scale(1.2);
}
.indicator:hover:not(.active) {
background-color: #fff;
transform: scale(1.2);
}

/* 回到顶部样式 */
#backToTop {
position: fixed;
bottom: 64px;
right: calc(50% - 820px);
background: transparent;
border: none;
display: none;
align-items: center;
justify-content: center;
z-index: 100;
transition: transform 0.3s ease;
padding: 0;
-webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
display: none;
}

/* 人名和学校名称样式 */
.name-gradient {
background: linear-gradient(90deg, #1a5fb4, #3b82f6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
display: inline-block;
}
.name-gradient-purple {
background: linear-gradient(90deg, #6a0dad, #9333ea);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: bold;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
display: inline-block;
}
.name-gradient-teal {
background: linear-gradient(90deg, #0d9488, #2dd4bf);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: bold;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
display: inline-block;
}
.name-gradient:hover, .name-gradient-purple:hover, .name-gradient-teal:hover {
transform: translateY(-2px);
text-shadow: 0 2px 8px rgba(44, 62, 178, 0.5);
}
.copy-tooltip {
position: absolute;
padding: 4px 10px;
background-color: #2c3eb2;
color: white;
font-size: 12px;
border-radius: 4px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
z-index: 105;
pointer-events: none;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.copy-tooltip.show {
opacity: 1;
visibility: visible;
}
.affiliation {
color: #4b5563;
letter-spacing: 0.3px;
transition: color 0.2s ease;
}
.affiliation-blue {
color: #374151;
position: relative;
padding-left: 4px;
}
.affiliation-purple {
color: #4b5563;
opacity: 0.9;
}
.affiliation-purple:hover {
color: #7e22ce;
opacity: 1;
}
.affiliation-highlight {
color: #1f2937;
font-style: normal;
text-decoration: underline;
text-decoration-color: #2dd4bf;
text-decoration-thickness: 1.5px;
text-underline-offset: 3px;
}

/* 网址样式 */
span.url {
color: #0b5cab;
text-decoration: underline;
text-decoration-style: dotted;
text-underline-offset: 2px;
font-size: inherit;
font-family: inherit;
transition: all 0.2s ease;
}
span.url:hover {
color: #08427a;
text-decoration-style: solid;
cursor: pointer;
}

/* NAV 菜单样式 */
@keyframes shake {
0% { transform: translateX(0); }
20% { transform: translateX(-3px); }
40% { transform: translateX(3px); }
60% { transform: translateX(-2px); }
80% { transform: translateX(2px); }
100% { transform: translateX(0); }
}
.nav-container {
display: flex;
flex-wrap: nowrap;
gap: 16px;
justify-content: center;
padding: 16px;
background: #dbe2ef;
}
.nav-container a {
text-decoration: none;
color: #2c3eb2;
padding: 8px 16px;
white-space: nowrap;
border: 2px solid #014099;
border-radius: 8px;
transition: all 0.3s;
}
.nav-container a:hover {
border-color: #2c3eb2;
background-color: #2c3eb2;
color: white;
animation: shake 0.5s ease-in-out;
}
.nav-container a:active, .nav-container a:focus {
border-color: #2c3eb2;
background-color: #2c3eb2;
color: white;
}
.nav-container a:focus-visible {
outline: none;
}
.nav-container a.active {
border-color: #1a2a88;
background-color: #1a2a88;
color: white;
}
@media (max-width: 768px) {
.nav-container {
    display: none;
}
}

/* 图片放大样式 */
.img-zoom-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #dbe2ef;
z-index: 101;
align-items: center;
justify-content: center;
overflow: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.img-zoom-modal.active {
opacity: 1;
}
.img-zoom-container {
position: relative;
max-width: 90%;
max-height: 80%;
}
.img-zoom-modal img {
max-width: 100%;
max-height: 80vh;
object-fit: contain;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transition: transform 0.2s ease;
}
.img-zoom-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #666;
font-size: 14px;
display: none;
}
.img-zoom-modal img[loading="lazy"] + .img-zoom-loading {
display: block;
}
.img-zoom-close {
position: absolute;
top: 15px;
right: 15px;
color: #333;
font-size: 32px;
font-weight: bold;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease;
z-index: 10;
}
.img-zoom-close:hover {
background: white;
transform: scale(1.1);
}
img {
cursor: zoom-in;
transition: all 0.3s ease;
border-radius: 4px;
}
img:hover {
opacity: 0.9;
transform: scale(1.02);
}
@media (max-width: 768px) {
.img-zoom-modal img {
    max-height: 70vh;
}
.img-zoom-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 28px;
}
}
img.no-zoom {
cursor: default;
}
img.no-zoom:hover {
opacity: 1;
transform: none;
}

/* 谷歌字体 */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url(./Libre-Baskerville.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100 900;
font-stretch: 100%;
font-display: swap;
src: url(./Roboto.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}