.about-hero {
padding: 120px 20px 80px;
background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 50%, #16213e 100%);
text-align: center;
position: relative;
overflow: hidden;
}
.about-hero h1 {
font-size: clamp(2em, 5vw, 3em);
color: #fff;
margin-bottom: 20px;
font-weight: 700;
}
.about-hero p {
color: rgba(255,255,255,0.6);
font-size: 1.1em;
max-width: 600px;
margin: 0 auto;
line-height: 1.8;
}
.about-section {
padding: 100px 20px;
background: #fff;
}
.about-section.dark {
background: #0a0a0f;
}
.about-section .container {
max-width: 1000px;
margin: 0 auto;
}
.about-section h2 {
font-size: 2em;
color: #1a1a2e;
margin-bottom: 30px;
font-weight: 700;
}
.about-section.dark h2 {
color: #fff;
}
.about-section p {
color: #666;
line-height: 2;
margin-bottom: 20px;
font-size: 1em;
}
.about-section.dark p {
color: rgba(255,255,255,0.6);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 50px;
}
.feature-card {
padding: 30px;
background: #f9f9f9;
border-radius: 12px;
transition: all 0.3s ease;
}
.dark .feature-card {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.08);
}
.feature-card:hover {
transform: translateY(-5px);
}
.feature-icon {
font-size: 2em;
margin-bottom: 15px;
color: #d4af37;
}
.feature-card h3 {
color: #1a1a2e;
margin: 0 0 10px 0;
font-size: 1.2em;
}
.dark .feature-card h3 {
color: #fff;
}
.research-section {
padding: 100px 20px;
background: #f8f9fa;
}
.dark .research-section {
background: #0a0a0f;
}
.research-section .container {
max-width: 1200px;
margin: 0 auto;
}
.research-header {
text-align: center;
margin-bottom: 50px;
}
.research-header .subtitle {
color: #d4af37;
font-size: 0.85em;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 15px;
}
.research-header h2 {
font-size: 2em;
color: #1a1a2e;
margin-bottom: 15px;
font-weight: 700;
}
.dark .research-header h2 {
color: #fff;
}
.research-header p {
color: #666;
max-width: 600px;
margin: 0 auto;
line-height: 1.8;
}
.dark .research-header p {
color: rgba(255,255,255,0.6);
}
.research-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.research-card {
background: #fff;
border-radius: 12px;
padding: 35px;
transition: all 0.4s ease;
border: 1px solid transparent;
position: relative;
overflow: hidden;
}
.dark .research-card {
background: rgba(255,255,255,0.03);
border-color: rgba(255,255,255,0.08);
}
.research-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(26, 26, 46, 0.1);
border-color: rgba(212, 175, 55, 0.3);
}
.research-card .badge {
display: inline-block;
padding: 5px 12px;
background: linear-gradient(135deg, #d4af37, #f4d03f);
color: #1a1a2e;
border-radius: 15px;
font-size: 0.75em;
font-weight: 600;
margin-bottom: 20px;
}
.research-card h3 {
color: #1a1a2e;
font-size: 1.25em;
margin-bottom: 12px;
font-weight: 600;
}
.dark .research-card h3 {
color: #fff;
}
.research-card .desc {
color: #666;
font-size: 0.9em;
line-height: 1.7;
margin-bottom: 20px;
}
.dark .research-card .desc {
color: rgba(255,255,255,0.6);
}
.research-card .meta {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 20px;
border-top: 1px solid #eee;
}
.dark .research-card .meta {
border-color: rgba(255,255,255,0.1);
}
.research-card .date {
color: #999;
font-size: 0.85em;
}
.research-card .download-link {
color: #d4af37;
text-decoration: none;
font-size: 0.9em;
font-weight: 500;
transition: all 0.3s ease;
}
.research-card .download-link:hover {
color: #f4d03f;
}
.research-card.coming-soon::after {
content: “即将发布”;
position: absolute;
top: 20px;
right: -30px;
background: rgba(212, 175, 55, 0.9);
color: #1a1a2e;
padding: 5px 35px;
font-size: 0.75em;
font-weight: 600;
transform: rotate(45deg);
}
.feature-card p {
color: #666;
font-size: 0.9em;
line-height: 1.7;
margin: 0;
}
.dark
.research-section {
padding: 100px 20px;
background: #f8f9fa;
}
.dark .research-section {
background: #0a0a0f;
}
.research-section .container {
max-width: 1200px;
margin: 0 auto;
}
.research-header {
text-align: center;
margin-bottom: 50px;
}
.research-header .subtitle {
color: #d4af37;
font-size: 0.85em;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 15px;
}
.research-header h2 {
font-size: 2em;
color: #1a1a2e;
margin-bottom: 15px;
font-weight: 700;
}
.dark .research-header h2 {
color: #fff;
}
.research-header p {
color: #666;
max-width: 600px;
margin: 0 auto;
line-height: 1.8;
}
.dark .research-header p {
color: rgba(255,255,255,0.6);
}
.research-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.research-card {
background: #fff;
border-radius: 12px;
padding: 35px;
transition: all 0.4s ease;
border: 1px solid transparent;
position: relative;
overflow: hidden;
}
.dark .research-card {
background: rgba(255,255,255,0.03);
border-color: rgba(255,255,255,0.08);
}
.research-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(26, 26, 46, 0.1);
border-color: rgba(212, 175, 55, 0.3);
}
.research-card .badge {
display: inline-block;
padding: 5px 12px;
background: linear-gradient(135deg, #d4af37, #f4d03f);
color: #1a1a2e;
border-radius: 15px;
font-size: 0.75em;
font-weight: 600;
margin-bottom: 20px;
}
.research-card h3 {
color: #1a1a2e;
font-size: 1.25em;
margin-bottom: 12px;
font-weight: 600;
}
.dark .research-card h3 {
color: #fff;
}
.research-card .desc {
color: #666;
font-size: 0.9em;
line-height: 1.7;
margin-bottom: 20px;
}
.dark .research-card .desc {
color: rgba(255,255,255,0.6);
}
.research-card .meta {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 20px;
border-top: 1px solid #eee;
}
.dark .research-card .meta {
border-color: rgba(255,255,255,0.1);
}
.research-card .date {
color: #999;
font-size: 0.85em;
}
.research-card .download-link {
color: #d4af37;
text-decoration: none;
font-size: 0.9em;
font-weight: 500;
transition: all 0.3s ease;
}
.research-card .download-link:hover {
color: #f4d03f;
}
.research-card.coming-soon::after {
content: “即将发布”;
position: absolute;
top: 20px;
right: -30px;
background: rgba(212, 175, 55, 0.9);
color: #1a1a2e;
padding: 5px 35px;
font-size: 0.75em;
font-weight: 600;
transform: rotate(45deg);
}
.feature-card p {
color: rgba(255,255,255,0.5);
}
关于我们
中国模特网 — 东方文明传播工程旗下时尚人才基础设施平台
中国模特网是中国领先的模特行业门户网站,致力于为模特行业提供专业的信息服务与交流平台。作为东方文明传播工程的重要组成部分,我们肩负着将东方时尚文化推向世界的使命。
平台汇聚了国内外优秀模特、经纪公司、时尚品牌和专业摄影师资源,打造集模特展示、人才选拔、行业资讯、商业对接于一体的综合性时尚服务平台。
📇
注册即自动生成专业模特卡,支持个性化定制,一键分享,让品牌方与经纪人快速发现你。
👥
海量优质模特资源,按类型、地区、风格智能筛选,高效找到最适合的合作对象。
📸
高清作品相册,支持分类管理,专业级展示效果,全面展现模特风采与实力。
🏢
汇聚国内外优质MCN机构与模特经纪公司,打造专业时尚人才对接平台。
📰
及时报道模特行业动态、时尚活动资讯,帮助从业者把握行业脉搏。
🤝
连接模特与品牌,提供专业对接服务,促进高效商业合作。
CREATOR ECOSYSTEM
汇聚时尚行业优秀创作者,共建东方美学创作生态
📸
时尚、商业、艺术等多领域摄影师入驻,提供高品质拍摄服务与创意指导。
立即入驻 →
💄
专业化妆师、造型师团队,涵盖日常妆、舞台妆、新娘妆等多元风格。
立即入驻 →
👗
独立设计师与品牌工作室,提供高级定制、成衣设计等多元服务。
立即入驻 →
🎬
专业视频拍摄、后期制作团队,打造高品质时尚视觉内容。
立即入驻 →
✨
专业商业修图师,精修人像、产品、创意合成等多元修图服务。
立即入驻 →
🎨
时尚插画、商业插画师,为品牌注入独特艺术风格与视觉表达。
立即入驻 →
海量商业合作机会 · 专业成长支持 · 作品全平台曝光
成为创作者 →
白皮书
全面梳理中国模特行业发展现状、市场规模、人才结构与未来趋势,为从业者提供决策参考。
研究报告
深入分析东方美学在全球时尚界的传播路径与影响力,探索中国时尚文化的国际表达。
蓝皮书
聚焦模特职业生命周期、权益保障、转型路径等核心议题,助力模特职业规划与行业规范化。
作为东方文明传播工程的时尚人才基础设施,中国模特网以传承和发扬东方时尚文化为己任,致力于搭建中国模特走向世界的桥梁。
我们相信,每一位模特都是时尚文化的载体,每一次展示都是文明交流的契机。我们将持续深耕模特行业,用科技赋能时尚产业,推动中国模特事业的繁荣发展。