@charset "utf-8"; @-webkit-keyframes upDown1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes upDown1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.page_banner .banner_bg {
    background: url("/theme/yqueen/img/doctorIntroduce_banner_bg.png");
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
}

#doctorIntroduce .top-intro {
    color: #fff;
}

#doctorIntroduce .doctor-tab {
    margin-top: 118px;
}

#doctorIntroduce .doctor-tab .view-doctor {
    float: left;
    cursor: pointer;
    width: 128px;
    height: 174px;
    text-align: center;
    margin-right: 9px;
    color: #fff;
    position: relative;
}

#doctorIntroduce .doctor-tab .view-doctor:after {
    content: "";
    position: absolute;
    width: 128px;
    height: 173px;
    box-shadow: 0 0 0 1px #f2f2f2;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease;
}

#doctorIntroduce .doctor-tab .view-doctor.active:after {
    box-shadow: 0 0 0 1px #5cc1c5;
}

#doctorIntroduce .doctor-tab .view-doctor .role-and-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 6px 0 4px;
    background: #d5d5d5;
}

#doctorIntroduce .doctor-tab .view-doctor.active .role-and-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 6px 0 4px;
    background: #5cc1c5;
}

#doctorIntroduce .doctor-tab .view-doctor .empty-thumb {
    width: 128px;
    height: 125px;
}

#doctorIntroduce .doctor-tab .view-doctor .thumb-01 {
    background: url("/theme/yqueen/img/doctorIntroduce_doctor_01_off.png") no-repeat center;
    background-size: cover;
}

#doctorIntroduce .doctor-tab .view-doctor .thumb-02 {
    background: #f2f2f2 url("/theme/yqueen/img/doctorIntroduce_doctor_02_off.png") no-repeat center -5px;
    background-size: cover;
}

#doctorIntroduce .doctor-tab .view-doctor .thumb-03 {
    background: #f2f2f2 url("/theme/yqueen/img/doctorIntroduce_doctor_03_off.png?v=2") no-repeat center;
    background-size: cover;
}

#doctorIntroduce .doctor-tab .view-doctor.active .thumb-01 {
    background: url("/theme/yqueen/img/doctorIntroduce_doctor_01_on.png") no-repeat center;
    background-size: cover;
}

#doctorIntroduce .doctor-tab .view-doctor.active .thumb-02 {
    background: url("/theme/yqueen/img/doctorIntroduce_doctor_02_on.png") no-repeat center;
    background-size: cover;
}

#doctorIntroduce .doctor-tab .view-doctor.active .thumb-03 {
    background: url("/theme/yqueen/img/doctorIntroduce_doctor_03_on.png?v=2") no-repeat center;
    background-size: cover;
}

#doctorIntroduce .doctor-info-wrapper {
    margin-top: 50px;
    position: relative;
    height: 1116px;
}

#doctorIntroduce .doctor-info {
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#doctorIntroduce .doctor-info .center-container {
    position: relative;
    padding-bottom: 60px;
}

#doctorIntroduce .doctor-info.viewing {
    opacity: 1;
    z-index: 1;
}

#doctorIntroduce .doctor-info.viewing .doctor-name {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s ease;
}

#doctorIntroduce .doctor-info .doctor-name {
    opacity: 0;
    transform: translateY(70px);
}

#doctorIntroduce .doctor-info .doctor-name .tit {
    font-size: 35px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 27px;
}

#doctorIntroduce .doctor-info .doctor-name .con {
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
}

#doctorIntroduce .doctor-info .doctor-career {
    margin-top: 57px;
    margin-bottom: 43px;
}

#doctorIntroduce .doctor-info .doctor-career .tit {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
    opacity: 0;
    transform: translateY(40px);
}

#doctorIntroduce .doctor-info .doctor-career .con {
    opacity: 0;
    transform: translateY(40px);
}

#doctorIntroduce .doctor-info.viewing .doctor-career .tit {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s 0.4s ease;
}

#doctorIntroduce .report_btm_section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.5s 1.2s ease;
    width: 400px;
    overflow: hidden;
}

#doctorIntroduce .doctor-info.viewing .report_btm_section {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s 1.2s ease;
}
#doctorIntroduce .doctor-info.viewing .report_btm_section img{
	margin: 0 auto;
	/* width: 100%; */
	height: 260px;
	object-fit: contain;
	margin-bottom: 10px;
}

#doctorIntroduce .doctor-info .doctor-report .report_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 23px;
}

#doctorIntroduce .doctor-info .doctor-report .report_sub_name {
    font-size: 15px;
    margin-bottom: 20px;
}

#doctorIntroduce .doctor-info.viewing .doctor-report .tit {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s 1.2s ease;
}

#doctorIntroduce .doctor-info.viewing .doctor-career .con {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s 0.8s ease;
}

#doctorIntroduce .doctor-info.viewing .doctor-report .con {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1.5s 1.6s ease;
}

#doctorIntroduce .doctor-info .doctor-career .con li {
    color: #888;
    font-size: 17px;
    line-height: 1.7;
    display: block;
    /* min-height: 30.59px; */
    /* border: 1px solid red; */
}

#doctorIntroduce .doctor-info .doctor-report .tit {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
    opacity: 0;
    transform: translateY(40px);
}

#doctorIntroduce .doctor-info .doctor-report .con {
    opacity: 0;
    transform: translateY(40px);
}

#doctorIntroduce .doctor-info .doctor-report .con li {
    overflow: hidden;
    margin-bottom: 15px;
}

#doctorIntroduce .doctor-info .doctor-report .con li .year {
    font-family: "Merriweather", serif;
    font-size: 30px;
    float: left;
    line-height: 1;
    width: 90px;
}

#doctorIntroduce .doctor-info .doctor-report .con li .report-name {
    font-size: 15px;
    color: #888;
    float: left;
    width: 348px;
    padding-top: 6px;
}

#doctorIntroduce .doctor-info .doctor-report .con li .report-name .emphasis-report {
    font-weight: bold;
    color: #333;
}

#doctorIntroduce .doctor-info .ani-box .plus {
    right: 356px;
    top: 0;
    animation: upDown1 5s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite;
    width: 36px;
    position: absolute;
    height: 36px;
}

#doctorIntroduce .doctor-info .ani-box .plus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #e6e6e6;
    transform: rotate(45deg);
}

#doctorIntroduce .doctor-info .ani-box .plus:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #e6e6e6;
    transform: rotate(-45deg);
}

#doctorIntroduce .doctor-info .univ-logo {
    position: absolute;
    top: 70px;
    left: 200px;
    z-index: -1;
    transform: translateX(60px);
    opacity: 0;
    transition: all 2s ease;
}

#doctorIntroduce .doctor-info.viewing .univ-logo {
    transform: translateX(0px);
    opacity: 1;
}

#doctorIntroduce .doctor-info .doctor-img {
    position: absolute;
    top: 100px;
    right: 272px;
    transform: translateX(60px);
    opacity: 0;
    transition: all 2s ease;
}

#doctorIntroduce .doctor-info.viewing .doctor-img {
    transform: translateX(0px);
    opacity: 1;
}

#doctorIntroduce .doctor-info .doctor-youtube-videos {
    position: absolute;
    width: 546px;
    height: 230px;
    right: 20px;
    bottom: 60px;
    overflow: hidden;
    transform: translateX(60px);
    opacity: 0;
    transition: all 2s ease;
}

#doctorIntroduce .doctor-info .doctor-youtube-videos .tit .thin {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

#doctorIntroduce .doctor-info.viewing .doctor-youtube-videos {
    transform: translateX(0px);
    opacity: 1;
}

#doctorIntroduce .doctor-info .doctor-youtube-videos .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-top: 36px;
    margin-bottom: 27px;
    color: #333;
}

#doctorIntroduce .doctor-info .doctor-youtube-videos .youtube-slider .swiper-slide {
    width: 167px !important;
    margin-right: 18px;
}

#doctorIntroduce .left-right-btn {
    height: 100%;
    position: absolute;
    width: 100%;
}

#doctorIntroduce .left-right-btn .center-container {
    height: 100%;
}

#doctorIntroduce .left-right-btn .arrow-btn {
    position: absolute;
    padding: 20px;
    box-shadow: 1px -1px 0 1px #999 inset;
    -webkit-box-shadow: 3px -3px #999 inset;
    border: solid transparent;
    border-width: 0 0 2rem 2rem;
    transition: 0.4s;
    cursor: pointer;
}

#doctorIntroduce .left-right-btn .arrow-btn:hover {
    box-shadow: 2px -2px 0 2px #5cc1c5 inset;
    -webkit-box-shadow: 6px -6px #5cc1c5 inset;
}

#doctorIntroduce .left-right-btn .arrow-left-btn {
    transform: translateY(-50%) rotate(45deg);
    left: -157px;
    top: 50%;
}

#doctorIntroduce .left-right-btn .arrow-right-btn {
    transform: translateY(-50%) rotate(225deg);
    top: 50%;
    right: -120px;
}

.research_slider_wrapper {
    overflow: hidden;
}

#doctorIntroduce .research_slider {
    opacity: 0;
    transform: translateX(50px);
    transition: all ease 1.5s;
}

#doctorIntroduce .research_slider.viewing {
    opacity: 1;
    transform: translateX(0px);
}

.research_slider .thesis-slider {
    margin-top: 122px;
    overflow: hidden;
    height: 410px;
    position: relative;
    float: right;
    width: 82.7vw;
    margin-bottom: 93px;
}

.research_slider .thesis-slider .swiper-slide {
    width: 300px;
    margin-right: 26px;
}

.research_slider .thesis-slider .swiper-slide:last-child {
    margin-right: 0;
}

.research_slider .thesis-slider .swiper-slide .thesis-top {
    overflow: hidden;
}

.research_slider .thesis-slider .swiper-slide .thesis-top .sort {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.research_slider .thesis-slider .swiper-slide .thesis-top .release-date {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: rgb(153, 153, 153);
    line-height: 1.2;
}

.research_slider .thesis-slider .swiper-slide .thesis-thumb {
    margin: 13px 0 10px;
    display: flex;
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    height: 270px;
    border: 1px solid rgb(239, 239, 239);
}

.research_slider .thesis-slider .swiper-slide .thesis-thumb > img {
    max-width: 300px;
    max-height: 270px;
}

.research_slider .thesis-slider .swiper-slide .thesis-name {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.research_slider .thesis-slider .swiper-slide .thesis-name-eng {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgb(102, 102, 102);
    margin-top: 3px;
    text-align: left;
}

.research_slider .thesis-slider .common-bar-paging {
    border-radius: 0;
    background: rgb(245, 242, 240);
    height: 6px;
    max-width: 1280px;
    bottom: 0;
}

.mbti {
    position: absolute;
    top: 0;
    color: #000;
    font-size: 18px;
    right: 40px;
    top: 55%;
    transform: translate(60px, -50%);
    opacity: 0;
    transition: all 2s ease;
}

@-webkit-keyframes upDown1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes upDown1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ani-box .figure {
    position: absolute;
    animation: upDown1 5s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite;
    top: 0;
    right: 0;
}

.ani-box .circle-border {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
    border: 10px solid #cdcdcd;
    border-radius: 50%;
    animation: upDown1 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite;
}

#doctorIntroduce .doctor-info.viewing .mbti {
    transform: translate(0px, -50%);
    opacity: 1;
}
#doctorIntroduce .doctor-info.viewing .mbti_2 {
    transform: translate(0px, -50%);
    opacity: 1;
    bottom: -60px;
    top: auto;
}
#doctorIntroduce .doctor-info.viewing .mbti_3 {
    transform: translate(0px, -50%);
    opacity: 1;
}


.mbti.right {
    text-align: right;
}

.mbti > p {
    font-weight: bold;
}
