body {
    background: #171717;
}
.header,.prize-section,.footer-copyright {
    background: white;
}
.pershonShowbanner {
    background: url("../images/show-bg01.jpg") no-repeat center center;
    height: 460px;
    background-size: cover;
}
.personShow {
    margin-top: -60px;
    width: 80%;
    background: white;
    /*min-height: 400px;*/
    overflow: hidden;
}
.personShowContainer {
    padding-top: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    margin-left: 25%;
}
.personShow-content {
    width: calc(100% - 460px);
}
.personName h1 {
    font-size: 3.2rem;
    letter-spacing: 1rem;
}.personName h2 {
    font-size: 2rem;
    letter-spacing: .4rem;
    text-transform: uppercase;
     text-shadow:
             -1px -1px 0 #a6a6a6,
             1px -1px 0 #a6a6a6,
             -1px  1px 0 #a6a6a6,
             1px  1px 0 #a6a6a6; /* 周围使用黑色阴影模拟镂空效果 */
     color: #fff;
}
 .personShow-content ul li {
     width: 30%;
     font-size: 1.2rem;
     font-weight: 500;
}
.personShow-content ul li span {
    color: var(--gray-blue-color);
}

.personShow-pic {
    width: 400px;
    aspect-ratio: 3/4;
    overflow: hidden;
}
.personShow-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.personShow-3 {
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.creation-section {
    width: 80%;
    margin-left: 20%;
}
.personShowTitle,
.personShowTitle2{
    font-size: 1.2rem;
    letter-spacing: .1rem;
    white-space: nowrap;
}
.personShowTitle a {
    border-bottom: 3px solid #d3b167;
}
.personShowTitle2:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #a49064;
    margin-left: 1.5rem;
}
.slide-img-txt {
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    padding: 2rem 1rem;
    color: var(--light-gray-color);
}
.creation-swiper-arrow > div {
    font-size: 1.6rem;
    padding-left: .6rem;
    padding-right: .6rem;
}
.creation-swiper-arrow > div.slider-prev {
    background: #d3b167;
    color: white;
}.creation-swiper-arrow > div.slider-next {
    background: white;
    color: #d3b167;
}

.slide-img {
    aspect-ratio: 3/4;
    overflow: hidden;
}
.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-img-txt {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
}

.personShow-container {
    width: 60%;
    margin: 0 auto;
}

.study-section h3,.work-section h3 {
    color: white;
}
.study-section table th,.study-section table td{
    color: var(--gray-color);
    line-height: 1.6rem;
    padding: 1rem .5rem 1rem 0;
}
.study-section table td:first-child {
    width: 230px;
}
.study-section table td:nth-child(2),.study-section table td:last-child {
    color: var(--light-gray-color);
}
.work-left {
    width: 240px;
}
.work-list-box {
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.work-logo img {
    display: block;
    margin: 0 auto;
    border: 1px solid var(--light-gray-color);
    border-radius: 5px;
}
.work-left p span {
    color: var(--gray-color);
}
.work-right {
    width: 100%;
}
.work-right div,.work-right p,.work-right li {
    line-height: 2.4rem;
    color: var(--gray-color);
}

.prize-section ul li {
    border-bottom: 1px solid var(--dark-gray-color);
    margin-top: 2rem;
    padding-bottom: 1.5rem;
}
.prize-section ul li div:first-child {
    width: 120px;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.prize-section ul li div:first-child img {
    width: 100%;
    object-fit: cover;
}
.prize-tl {
    width: 200px;
}
.personShow-3-1 {
    display: none;
}
@media (max-width: 1920px) {
    .personShow {
        width: 86%;
    }
    .personShowContainer {
        margin-left: 14%;
    }
    .creation-section {
        width: 88%;
        margin-left: 12%;
    }
    .personShow-container {
        width: 76%;
    }
    .personShow-content ul li {
        font-size: 1rem;
    }
}
@media (max-width: 1440px) {
    .personShow-content {
        width: calc(100% - 350px);
    }
    .personShow-pic {
        width: 320px;
    }
    .personShow-3 {
        font-size: 1rem;
        line-height: 1.8rem;
    }

}
@media (max-width: 1200px) {
    .personShow-content ul {
        flex-wrap: wrap;
    }
    .personShow-content ul li {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .personShow-3 {
        display: none;
    }

    .personShowContainer > div {
        flex-wrap: wrap;
    }
    .personShow-3-1 {
        width: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1.8rem;
        margin-top: 1.5rem;
    }

}
@media (max-width: 991px) {
    .personShow {
        width: 96%;
    }
    .personShowContainer {
        margin-left: 4%;
    }
    .creation-section {
        width: 96%;
        margin-left: 4%;
    }
    .personShow-container {
        width: 92%;
    }

    .personName h1 {
        font-size: 2.6rem;
        letter-spacing: 1rem;
    }.personName h2 {
         font-size: 1.6rem;
         letter-spacing: .2rem;

     }

}
@media (max-width: 767px) {
    .pershonShowbanner {
        height: 240px;
    }
    .personShow {
        width: 100%;
    }
    .personShow-content {
        width: 90%;
        margin: 1.5rem auto;
    }
    .personShowContainer {
        margin-left: 0;
        padding: 0;
    }
    .personShow-3-1 {
        width: 90%;
        margin: 1.5rem auto;
    }

    .creation-section {
        width: 100%;
        margin-left: 0;
    }
    .personShow-container {
        width: 90%;
        margin: 0 auto;
    }

    .personName h1 {
        font-size: 2rem;
        letter-spacing: .5rem;
    }.personName h2 {
         font-size: 1.2rem;
         letter-spacing: .1rem;

     }
    .personShow-pic {
        width: 90%;
        margin: 0 auto;
    }
    .personShowTitle {
        width: 90%;
        margin: 0 auto;
    }
    .creation-swiper-arrow {
        padding-left: 1.2rem;
    }
    .study-section table td:first-child {
        width: auto;
        font-size: .875rem;
        white-space: nowrap;
    }
    .study-section table td:nth-child(3) {
        font-size: .875rem;
    }
    .study-section table td:last-child {
        white-space: nowrap;
    }
    .work-list-box {
        padding: 1rem;
    }
    .work-left {
        width: 160px;
    }
    .work-right div {
        line-height: 1.8rem;
    }
    .work-right div, .work-right p, .work-right li {
        line-height: 2rem;
    }
    .prize-tl {
        width: 100%;
    }
    .prize-tl > .personShowTitle {
        width: 100%;
    }

}






.footer-copyright {
    margin-top: 0;
}