#app {
    background: linear-gradient( 180deg, #FFFFFF 0%, #E4F3ED 100%);
    padding-bottom: 46px;
    margin-bottom: 44px;
}
[v-cloak] {
    display: none;
}

@keyframes translateY {
    from {
    }

    to {
        transform: translateY(-6px);
    }
}

@keyframes bigger {
    from {
    }

    to {
        transform: scale(1.05);
    }
}

@keyframes addWidth {
    from {
        width: 200px;
    }

    to {
        width: 400px;
    }
}

@keyframes reduceWidth {
    from {
        width: 400px;
    }

    to {
        width: 200px;
    }
}

.person-item {
    width: 119px;
    height: 440px;
    box-sizing: border-box;
    padding: 24px 30px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #d4eae8;
    border-right: none;
    animation: reduceWidth 0.6s;
    animation-fill-mode: forwards;
}

.person-item:last-child {
    border-right: 1px solid #d4eae8;
}

.person-item img, .person-item-active img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle;
}

.person-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 15px;
    color: #222222;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.person-tip {
    width: 140px;
    height: 8px;
    display: block;
    margin: 37px auto 10px auto;
    background: linear-gradient( 90deg, #FFD0B9 0%, #A3EFC3 100%);
    border-radius: 4px 0px 4px 0px;
}

.person-intro {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.card-content {
    position: relative;
}
.swiper-button-prev1 {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 60px;
    opacity: 0.6;
    background: #bcbcbc;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    opacity: 0.8;
    background: #bcbcbc;
}

.swiper-button-next1 {
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 24px;
    height: 60px;
    opacity: 0.6;
    background: #bcbcbc;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-button-prev1 span {
    display: block;
    border: 8px solid transparent;
    border-right-color: #ffffff;
    margin-right: 8px;
}

.swiper-button-next1 span {
    display: block;
    border: 8px solid transparent;
    border-left-color: #ffffff;
    margin-left: 8px;
}

.person-avator-active {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.person-right-active {
    color: #ffffff;
    text-align: left;
}

.person-right-active span {
    display: block;
}

.person-title-active {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.person-post {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #222222;
    line-height: 24px;
}

.person-pos-active {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}

.person-tip-active {
    display: block;
    margin: 37px auto 10px auto;
    width: 140px;
    height: 8px;
    background: linear-gradient( 90deg, #FFD0B9 0%, #A3EFC3 100%);
    border-radius: 4px 0px 4px 0px;
}

.person-intro-active {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 15px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: center;
}

.person-button-active {
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 30px);
}

.person-button-active img {
    width: 58px;
    height: 15px;
    vertical-align: unset;
    border-radius: unset;
}


.swiper-self {
    position: relative;
}

.swiper-self-area {
    display: flex;
}
.person-item-avator {
    text-align: center;
    height: 144px;
    line-height: 144px;
    margin-bottom: 14px;
}

.person-item .person-item-avator {
    background: url("/statics/hubeiyixue/img/phone-bg.png") center no-repeat;
    background-size: 138px 144px;
}
.person-item-active .person-item-avator {
    width: 138px;
    background: url("/statics/hubeiyixue/img/phone-active-bg.png") center no-repeat;
    background-size: 138px 144px;
}

.person-item-active {
    background: url("/statics/hubeiyixue/img/expert-s-bg.png") top no-repeat;
    background-size: 100% 100%;
    width: 396px;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 23px 30px 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #0fa186;
    animation: addWidth 0.6s;
    animation-fill-mode: forwards;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.person-title-active {
    text-align: center;
}
.person-title-active-name {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.person-pos-active-post {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}