﻿body {
    background-color: #222222;
    color: #e0e0e0;
    zoom: 0.85;
    font-family: "SimSun", "宋体", serif;
    margin: 0;
    padding: 0;
    background-image: url('../个人照/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    position: relative;
}

body::before {  
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.灰 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(91, 89, 89, 0.5);
  border-radius: 40px;
  padding: 50px 100px;
  width: 83%;
  margin: 40px auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  overflow: hidden;
  transition: all 0.5s ease;
}

.灰:hover {
    transform: scale(1.02);
}

.上半部分 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  margin-bottom: 30px;
}

.上半部分.右对齐 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 60px;
  width: 100%;
  margin-bottom: 30px;
}

.图片文字居中对齐.左竖线 {
  border-right: none;
  border-left: 3px solid rgba(255,255,255,0.3);
  padding-right: 0;
  padding-left: 60px;
  align-items: center;
}

.图片文字居中对齐 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  padding-right: 60px;
}

img.专辑图片 {
    width: 230px;
    height: 230px;
    border-radius: 20px;
    margin-top: 10px;
    box-shadow:
        0 0 15px rgba(255, 255, 255, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1),
        0 0 50px rgba(200, 200, 255, 0.05);
    transition: all 0.3s ease;
}

img.专辑图片:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 25px rgba(255, 255, 255, 0.4),
        0 0 50px rgba(200, 200, 255, 0.2);
}

p.专辑名称 {
    color: white;
    font-family: "FangSong", SimFang, serif;
    font-size: 28px;
    text-align: center;
    margin: 20px 0 10px 0;
    font-weight: bold;
    transition: all 0.3s ease;
}

p.专辑名称:hover {
    transform: scale(1.1);
}

.精选歌词:hover,
.歌名:hover,
.专辑简介:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.精选歌词 {
  font-size: 30px;
  font-family: "KaiTi", "楷体", serif;
  color: #ffffff;
  line-height: 1.8;
  max-width: 70%;
  margin: 4rem auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 230px;
  text-align: center;
  transition: all 0.3s ease;
}

.歌名 {
  display: block;
  text-align: right;
  font-size: 18px;
  color: rgba(173, 216, 230, 0.8);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 2px;
  width: 100%;
}

.专辑简介 {
    font-size: 18px;
    line-height: 1.8;
    color: #e0e0e0;
    text-align: left;
    max-width: 95%;
    margin-top: 0;
    transition: all 0.3s ease;
}

.专辑简介.右对齐 {
    width: 100%;
    text-align: right;
}

.个人主页头部 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2rem 5%;
  margin-bottom: 3rem;
  background-color: rgba(50, 50, 50, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.头像容器 {
  flex-shrink: 0;
}

.头像 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  box-shadow: 0 0 15px rgba(255,255,255,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.头像:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255,255,255,0.4);
}

.用户信息 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.网名 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}

.个性签名 {
  font-size: 1.125rem;
  color: rgba(200,200,255,0.8);
  margin: 0;
}

.网名:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.个性签名:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.反馈区块 {
  width: 50%;
  margin: 30px auto;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 30px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.反馈标签 {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "KaiTi", "楷体", serif;
}

.反馈输入区 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.反馈输入框 {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}

.反馈输入框::placeholder {
  color: rgba(255,255,255,0.5);
}

.反馈按钮 {
  padding: 10px 25px;
  background-color: rgba(100, 149, 237, 0.8);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.反馈按钮:hover {
  background-color: rgba(100, 149, 237, 1);
  transform: scale(1.05);
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
  font-family: "Microsoft YaHei", sans-serif;
}

.main-content {
  padding-bottom: 60px;
}

.备案信息 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #e0e0e0;
  margin: 40px 0 20px 0;
}

.备案信息 a {
  color: #e0e0e0;
  text-decoration: none;
}

.备案信息 a:hover {
  text-decoration: underline;
}
