/* index 样式表 */

/* 首页介绍区 */
.introduction {
    height: 640px;
    text-align: center;
}

.introduction .logo {
    margin-bottom: 50px;
    position: relative;
    top: -60%;
}

.introduction .summary {
    position: relative;
    top: -100%;
}

.introduction .summary h1, .introduction .summary h2 {
    font-size: 32px;
    font-weight: normal;
}

.introduction .contact {
    position: relative;
    top: 100%;
}

.introduction .contact img {
    width: 24px;
    margin: 20px 5px 0;
}

.introduction .contact button {
    width: 200px;
    height: 50px;
    margin-top: 120px;
}

/* 头部导航栏 */
header {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f2f2f2;
    z-index: 99;
}

header > div {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

header div .logo {
    float: left;
    margin: 10px 0 0 20px;
}

header div #menu {
    height: 100%;
    float: right;
}

header div #menu li {
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    transition: font-size 200ms;
}

header div #menu li.active, header div #menu li:hover {
    font-size: 16px;
    font-weight: bold;
    background-color: #f9f7f7;
    border-bottom: 2px solid #61cf9e;
}

header div #menu li a {
    width: 80px;
    height: 100%;
    display: inline-block;
}

/* 自我独白区 */
.talk-about-me {
    width: 1024px;
    margin: 0 auto;
}

.talk-about-me .word {
    float: left;
    padding-top: 200px;
    color: #555780;
    letter-spacing: 1px;
}

.talk-about-me .picture {
    float: right;
    position: relative;
    right: -100%;
}

/* 音乐区 */
.music {
    width: 1024px;
    height: 640px;
    margin: 0 auto;
    color: #555780;
}

.music .word {
    letter-spacing: 2px;
    font-size: 32px;
    text-align: center;
    margin: 0 0 10px;
}

.music .picture {
    border-top: 2px solid #888ab3;
    padding-top: 32px;
    letter-spacing: 1px;
    font-size: 16px;
}

.music .picture ul li {
    float: left;
    position: relative;
}

.music .picture ul li img {
    width: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 24px #bbbbbb;
    transition: 400ms;
    margin-bottom: 32px;
}

.music .picture ul li img:hover {
    border-radius: unset;
    box-shadow: unset;
}

.music .my-works {
    margin-top: 100px;
    text-align: right;
}

.music .my-works a {
    display: inline-block;
    width: 200px;
    color: #555780;
    border: 2px solid #555780;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px;
    transition: 200ms;
}

.music .my-works a:hover {
    color: #f84f4c;
    border: 2px solid #f84f4c;
    box-shadow: 0 8px 24px #f7e8eb;
}

/* 编程区 */
.program {
    width: 1024px;
    height: 640px;
    margin: 0 auto;
    color: #555780;
}

.program .works {
    width: 100%;
    border-top: 2px solid #888ab3;
    float: left;
    padding-top: 32px;
}

.program .works .favorite {
    float: left;
    width: 50%;
    box-shadow: 0 4px 12px #cccccc;
    position: relative;
    left: -100%;
}

.program .works .information {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 90px;
}

.program .works .information a {
    display: inline-block;
    width: 200px;
    color: #555780;
    border: 2px solid #555780;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px;
    transition: 200ms;
}

.program .works .information a:hover {
    font-weight: bold;
    box-shadow: 0 2px 12px #888ab3;
}

/* 生活区 */
.share-qrcode, .life {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.share-qrcode {
    height: 280px;
}

.life {
    height: 420px;
}

.life p {
    font-size: 32px;
    line-height: 52px;
    color: #555780;
}

.life p img {
    width: 24px;
    margin: 20px 5px 0;
}
