* {
    /* 页面初始化 */
    margin: 0;
    padding: 0;
}

.banner {
    width: 100%;
    height: 76vh;
    background-image: url(../../image/artist/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* 经历 start */

.container {
    max-width: 80%;
    margin: 0 auto;
}

/* 时间轴容器 */
.timeline {
    position: relative;
    margin: 0 auto;
}

/* 时间轴线 */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ddd;
}

/* 时间节点 */
.timeline-node {
    display: flex;
    margin-bottom: 60px;
    position: relative;
}

/* 节点标记 */
.timeline-node::after {
    content: '';
    position: absolute;
    left: 60%;
    top: 50px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #d6d6d6;
    z-index: 1;
}

/* 图片区域 */
.timeline-image {
    width: 60%;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timeline-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    margin-top: 5%;
}

#img-2 {
    width: 49%;
}

/* 内容区域 */
.timeline-content {
    width: 40%;
    padding-left: 1.5%;
    padding-top: 2%;
}

.timeline-date {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.events {
    list-style: none;
}

.event {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.event:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.event-title {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.event-desc {
    color: #666;
    font-size: 1vw;
}

#label {
    padding-left: 10%;
}

/* 经历 end */

/* 作品 start */

.box-2 {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3%;
}

.h2 {
    font-size: 1.8vw;
    font-weight: 700;
    color: #333;
}

.h3 {
    font-size: 1vw;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}

.hang {
    width: 84%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.h6 {
    font-size: 1.5vw;
    font-weight: 700;
    color: #333;
}

.text-1 {
    font-size: 0.8vw;
    font-weight: 400;
    color: #666;
}

.Work-1 {
    width: 49%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 3%;
    background-color: #fff;
    padding: 2%;
    border-radius: 20px;
}

.Work {
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3%;
    background-color: #fff;
    padding: 2%;
    border-radius: 20px;
}

.Information {
    width: 55%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5% 0;
    padding-right: 5%;
}

.Information>a,
.Information-1>a {
    width: 35%;
}

.Information-1 {
    width: 100%;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2%;
}

.Information>.p1 {
    color: #333;
    font-size: 1vw;
    font-weight: 400;
    margin: 5% 0 0 0;
    text-align: justify;
    line-height: 1.8;
}

.button1 {
    width: 100%;
    height: 6vh;
    border: 2px solid#333;
    font-size: 1vw;
    color: #333;
    text-align: center;
    border-radius: 40px;
    line-height: 6vh;
}

.button1:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}

/* .button2 {
    width: 80%;
    height: auto;
    border: 2px solid#333;
    font-size: 1vw;
    color: #333;
    text-align: center;
    border-radius: 40px;
    padding: 4% 0;
}

.button2:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
} */

.img-8,
.img-12 {
    width: 100%;
    height: 60vh;
    background-color: yellow;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0.8rem;
}

.img-7,
.img-9,
.img-10,
.img-11,
.img-13 {
    width: 40%;
    height: 60vh;
    background-color: yellow;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0.8rem;
}

.img-7 {
    background-image: url(../../image/artist/Works1.jpg);
}

.img-8 {
    background-image: url(../../image/artist/Works2.jpg);
}

.img-9 {
    background-image: url(../../image/artist/Works3.jpg);
}

.img-10 {
    background-image: url(../../image/artist/Works4.jpg);
}

.img-11 {
    background-image: url(../../image/artist/Works5.jpg);
}

.img-12 {
    background-image: url(../../image/artist/Works6.jpg);
}

.img-13 {
    background-image: url(../../image/artist/Works7.jpg);
}

/* 作品 end */

/* 移动端适配 start */
@media(max-width: 768px) {

    /* Banner区域 */
    .banner {
        height: 32vh;
        background-position: center;
    }

    /* 时间轴调整 */
    .timeline::before {
        left: 2vh;
    }

    .timeline-node {
        height: 45vh;
        flex-direction: column;
        margin-bottom: 4%;
    }

    .timeline-node::after {
        left: 4.6%;
        top: 48%;
    }

    .timeline-image,
    .timeline-content {
        width: 100%;
        padding: 0 0 0 12%;
    }

    .timeline-image {
        margin-bottom: 3%;
    }

    .timeline-image img {
        height: 220px;
    }

    .container {
        max-width: 90%;
        padding-top: 2%;
    }

    .timeline-date {
        font-size: 1.2rem;
        margin-bottom: 2%;
    }

    .event-title {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .event-desc {
        font-size: 0.9rem;
    }

    .timeline-image img {
        height: 18vh;
    }

    .img {
        height: 18vh;
        margin-top: 5%;
    }

    /* 作品展示区域 */
    .box-2 {
        padding: 5% 3%;
    }

    .h2 {
        font-size: 1.5rem;
    }

    .h3 {
        font-size: 0.9rem;
    }

    .Work {
        width: 100%;
        flex-direction: column;
        padding: 5%;
        border-radius: 1rem;
        margin-top: 6%;
    }

    .hang {
        width: 100%;
        flex-direction: column;
    }

    .Work-1 {
        width: 100%;
        margin-top: 3%;
        padding: 5%;
        border-radius: 1rem;
        margin-top: 6%;
    }

    .img-8,
    .img-12 {
        width: 100%;
        height: 30vh;
    }

    .img-7,
    .img-9,
    .img-10,
    .img-11,
    .img-13 {
        width: 100%;
        height: 40vh;
    }

    .Information,
    .Information-1 {
        width: 100%;
        height: auto;
        padding: 5% 0 0 0;
    }

    .Information>a,
    .Information-1>a {
        width: 100%;
    }

    .h6 {
        font-size: 1.2rem;
    }

    .text-1 {
        font-size: 0.8rem;
    }

    .p1 {
        font-size: 0.9rem;
        margin-top: 3%;
    }

    .button1 {
        width: 50%;
        height: 5vh;
        font-size: 0.9rem;
        line-height: 4.5vh;
        margin-top: 5%;
    }
}

/* 移动端适配 end */