/** 专家主页 **/
.header {
    width: 100%;
    height: 80px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 1px;
    background-color: #fff;
}
.top-banner,.top-navs{
    display: none;
}
.header .logo-title{
    display: block;
    float: left;
}
.header .logo-title img{
    height: 55px;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.banner {
    width: 100%;
    height: 300px;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #0a98eb;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #0a98eb;
    cursor: pointer;
}

/*轮播指示点*/
.swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background: #f7f7f7;
    border-radius: 10px;
    opacity: 0.5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    opacity: 0.7;
    background: var(--active);
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 20px;
}

.content-left{
    width: 890px;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.content-left .doctor-info{
    position: relative;
    min-height: 300px;
    margin-bottom: 35px;
}
.content-left .doctor-info .avatar{
    width: 275px;
    height: 290px;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #eee;
    justify-content: center;
}
.content-left .doctor-info .avatar img{
    width: auto;
    height: 100%;
}
.content-left .doctor-info .info-item{
    margin-left: 290px;
}
.content-left .doctor-info .info-item h1{
    font-size: 29px;
    color: #333;
    line-height: 37px;
    font-weight: normal;
    margin: 10px 0 15px;
}
.content-left .doctor-info .info-item h1 button{
    margin-left: 15px;
}
.content-left .doctor-info .info-item p.desc{
    color: #6c6c6c;
    background-color: #f7f7f7;
    padding: 8px 10px;
}
.content-left .doctor-info .info-item p span{
    margin-right: 15px;
}
.content-right{
    width: 320px;
    min-height: 700px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #ffffff;
}
.content-right .doctor-desc h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
}
.content-right .doctor-desc p{
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.content-right .doctor-desc a{
    color: var(--theme);
}
.content-right .goods{
    width: 100%;
    height: 1300px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
}
.goodsSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f7f7f7;
    height: 280px;
    border: 1px solid #f7f7f7;
}
.goodsSwiper .swiper-slide .title{
    padding: 5px;
    font-size: 14px;
    height: 50px;
    display: block;
}
.goodsSwiper .swiper-slide .cover{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #ffffff;
}
.goodsSwiper .swiper-slide .cover img{
    width: 100%;
    height: auto;
}
.goods .goods-title{
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.goods .goods-title a{
    font-size: 13px;
    float: right;
    margin-right: 5px;
    color: var(--theme);
}
.ad-swiper{
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 35px;
    height: 250px;
}
.ad-swiper .ad-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
}
.el-carousel__container{
    height: 250px;
}
.ad-swiper .ad-item img{
    height: auto;
    width: 100%;
}
.doctor-content{
    width: 100%;
    min-height: 300px;
}

.knowledge-list{
    float: left;
    width: 100%;
    padding-top: 15px;
}
.knowledge-list .item{
    width: 31%;
    cursor: pointer;
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #fff;
    position: relative;
    float: left;
    margin-right: 3%;
    margin-bottom: 35px;
}
.knowledge-list .item:nth-child(3n){
    margin-right: 0;
}
.knowledge-list .item .cover{
    width: 100%;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.knowledge-list .item .cover img{
    width: auto;
    height: 100%;
}
.knowledge-list .item .info{
    font-size: 16px;
    padding: 10px 5% 10px;
}
.knowledge-list .item .info .title{
    height: 45px;
    margin-bottom: 5px;
}
.knowledge-list .item .info .price{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 10px 0 2px;
}
.knowledge-list .item .info .price .left{
    color: #ff434b;
    font-size: 20px;
}
.knowledge-list .item .info .price .left small{
    font-size: 13px;
}

.knowledge-list .item .info .price .right{
    color: #999999;
}
.knowledge-list .item a{
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ff434b;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    margin-left: 63px;
    margin-bottom: 20px;
}
.knowledge-list .item a:hover{
    background: #ff6a70;
}
.knowledge-list .item .teacher{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.knowledge-list .item .teacher img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -28px;
    margin-left: 10px;
    background-color: #f7f7f7;
}
.loadmore{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.loadmore button{
    width: 200px;
    letter-spacing: 1px;
    font-size: 15px;
    height: 50px;
}
.consultation-form-ttile{
    margin-top: 40px;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 30px;
}
.consultation-form{
    min-height: 550px;
    background-color: #ffffff;

    padding: 50px 10%;
}

.course-list{
    padding-bottom: 50px;
    float: left;
    width: 100%;
    min-height: 300px;
    padding-top: 15px;
}
.course-list .item{
    width: 31%;
    cursor: pointer;
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #fff;
    position: relative;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 35px;
}
.course-list .item:nth-child(4n){
    margin-right: 0;
}
.course-list .item .cover{
    width: 100%;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.course-list .item .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.course-list .item .info{
    font-size: 16px;
    padding: 10px 5% 10px;
}
.course-list .item .info .title{
    height: 45px;
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
}
.course-list .item .info .price{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.course-list .item .info .price .left{
    color: #ff434b;
    font-size: 20px;
}
.course-list .item .info .price .left small{
    font-size: 13px;
}

.course-list .item .info .price .right{
    color: #999999;
}
.course-list .item a:hover{
    background: #f6f6f6;
}
.course-list .item .teacher{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.course-list .item .teacher img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -28px;
    margin-left: 10px;
    background-color: #f7f7f7;
}
.course-list .item a.view-detail {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ff434b;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    margin-left: 63px;
    margin-bottom: 20px;
}

.kejian{
    padding-top: 10px;
}
.kejian .item{
    background-color: #f7f7f7;
    padding: 12px 15px 10px;
    margin-bottom: 20px;
    display: block;
}
.kejian .item:hover{
    background-color: #eff9ff;
}
.kejian .item h2{
    color: #333;
    font-weight: bold;
    padding-bottom: 6px;
}
.kejian .item .desc{
    color: #4f4d4d;
    margin-bottom: 6px;
}
.kejian .item .info{
    color: #4f4d4d;
}
.kejian .item .info span{
    margin-right: 20px;
}

.position{
    padding: 20px 0;
}
.main-content{
    background-color: #FFFFFF;
    margin-bottom: 50px;
}
.team-infos{
    display: flex;
    justify-content: space-between;
}
.team-infos .left{
    width: 650px;
    height: 420px;
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
}
.team-infos .left img{
    width: 640px;
    height: 420px;
    object-fit: cover;
}
.team-infos .right{
    width: 500px;
    height: 420px;
    overflow: hidden;
}
.team-infos .right h1{
    margin-bottom: 8px;
}
.team-infos .right .desc{
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    color: #2d2d2d;
}
.team-infos .right .item{
    color: #2d2d2d;
    font-size: 15px;
    margin-top: 18px;
}
.team-infos .right .regist{
    margin-top: 20px;
}
.team-doctor{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.team-doctor .item{
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 25px;
    background-color: #f7f7f7;
}
.team-doctor .item:nth-child(4n){
    margin-right: 0;
}
.team-doctor .item .thumb{
    width: 100%;
    height: 260px;
    display: flex;
    align-items: baseline;
    overflow: hidden;
}
.team-doctor .item .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.team-doctor .item .regist{
    text-align: center;
    margin: 20px 0 20px;
}
.team-doctor .item .hospital{
    padding: 0 20px;
    margin-top: 10px;
}
.team-doctor .item .name{
    margin-top: 10px;
}
.team-doctor .item .name h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.team-doctor .item .name h2 small{
    font-size: 12px;
    color: #555353;
    background-color: #FFEAE4;
    padding: 3px 10px;
    border-radius: 13px;
    margin-left: 20px;
}
.team-title{
    width: 100%;
    font-size: 16px;
    padding: 10px 13px;
    font-weight: bold;
    /*border-bottom: 1px solid #EEEEEE;*/
    background-color: #f7f7f7;
    margin: 30px 0;
    display: flex;
    align-items: center;
}
.team-title img{
    width: 30px;
    margin-right: 10px;
}
.team-content{
    padding: 0 30px;
    font-size: 16px;
}
.team-content p{
    margin-bottom: 10px;
    line-height: 30px;
}
.team-content img{
    max-width: 80%;
    margin-bottom: 10px;
}

.meeting-list{

}
.meeting-list .item{
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    margin-top: 10px;
    border-bottom: 1px dashed #eeeeec;
    padding-bottom: 25px;
}
.meeting-list .item .thumb{
    width: 230px;
    height: 160px;
    object-fit: cover;
    margin-right: 30px;
}
.expert-content{
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0;
}








