.swiper-slide {
    background-color: #f6f6f6;
}

.slide-content_1 {
    background: url("../images/doctor_bg_1.png") no-repeat center;
    background-size: 100% 100%;
}

.btn-area {
    position: absolute;
    /*bottom: 50px;*/
    bottom: 10vh;
    width: 100%;
}

.join-btn {
    width: 190px;
    height: 39px;
    font-size: 16px;
    color: #008bd8;
    border: 1px solid #008bd8;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.6);
}

.slide-content_2 {
    background-color: #f6f6f6;
}

.slide-content_2, .slide-content_2 .swiper-slide {
    background-color: #f6f6f6;
}

.slide-content_2 .swiper-slide {
    align-items: start;
    margin-top: 20px;
}

.slide-content_2 .img {
    /*width: 43.03vh;*/
    width: 34vh;
    max-width: 287px;
}

.slide-content_2 .sub-title {
    padding: 0;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.slide-content_2 .sub-content {
    text-align: justify;
    font-size: 13px;
    color: #666;
    padding: 0 40px;
}

.slide-content_3 {
    background-color: #f6f6f6;
}

.slide-content_3 .img-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.slide-content_3 .img {
    /*width: 34.7845vh;*/
    width: 32vh;
}

.slide-content_4, .slide-content_4 .swiper-slide {
    background-color: #f6f6f6;
}

/* doctor */
.doctor {
    position: relative;
    color: #666666;
    height: 100%;
}

.doctor-head {
    height: 38vh;
}

.doctor .doctor-name {
    font-size: 20px;
    color: #008bd8;
}

.doctor .doctor-title {
    font-size: 18px;
}

.doctor .doctor-hospital {
    font-size: 16px;
}

.doctor .doctor-content {
    font-size: 13px;
    padding: 0 30px;
}

.sub-swiper-container {
    position: absolute;
    top: 68px;
    bottom: 0;
    left: 0;
    width: 100%;
}