
.pershonShowbanner {
    background: url("../images/show-bg01.jpg") no-repeat center center;
    height: 260px;
    background-size: cover;
}
.perShow-section {
    background: #ebeef4;
}
.personShow-pic {
    margin-top: -120px;
    border-radius: 1rem;
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 3px solid var(--white-color);
}
.personName h1 {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 1rem;
}
.personName h2 {
    font-size: 1.2rem;
    color: var(--gray-blue-color);
    line-height: 1;
}
.personDw li {
    border-bottom: 1px solid var(--line-color);
    line-height: 2rem;
    padding: .6rem 0;
}
.winList ul li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line-color);
}
.winList ul li div:first-child {
    width: 150px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.winList ul li div h4 {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 500;
}
.winList ul li div span {
    color: var(--gray-blue-color);
}
.personShow-pic img,
.winList ul li div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com-bg {
    background: var(--white-color);
    border: 1px solid var(--line-color);
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 5px;
}
.com-bg h3 {
    color: var(--text-color);
    margin-bottom: 1rem;
}
.personIntroduce {

}
.slide-img {
    aspect-ratio: 3/4;
    overflow: hidden;
}
.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-img-txt {
    font-weight: 500;
}.slide-img-txt span {
    color: var(--gray-blue-color);
    font-weight: 400;
}
.creation-swiper-arrow > div {
    background: var(--white-color);
    border: 1px solid var(--light-red-color);
    border-radius: 50%;
    color: var(--dark-red-color);
    padding: .3rem .5rem;
}
.studyBg table tr td {
    padding: .8rem 1rem .8rem 0;
}
.studyBg table tr td:first-child,
.studyBg table tr td:last-child{
    white-space: nowrap;
}
.studyBg table tr td:nth-child(odd) {
    color: var(--gray-blue-color);
}
.work-list-box {
    margin-bottom: 3rem;
}
.work-list-box .work-left {
    width: 30%;
}
.work-left p:first-child {
    color: var(--gray-blue-color);
    white-space: nowrap;
}
.work-logo {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}
.work-logo img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}
.work-right {
    line-height: 2.4rem;
    color: var(--gray-blue-color);
}
.footer-contain {
     margin-top: 0;
 }
@media (max-width: 767px) {
    .com-bg {
        padding: 1.5rem .8rem;
    }
    .work-list-box .work-left {
        width: 40%;
    }
    .work-logo {
        width: 100%;
    }
    .winList ul li div:first-child {
        width: 100px;
    }
}