.top{
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.top img{
    width: 10px;
    position: absolute;
    left: 18px;
}
.top span{
    font-size: 18px;
    color: #222222;
}
.select-date{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}
.fixed-date{
    width: 52px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #353535;
    font-size: 11px;
    box-sizing: border-box;
    padding: 0 6px;
}
.slide-date{
    width: calc(100% - 47px);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
}
.slide-date>div{
    width: 66px;
    min-width: 66px;
    height: 37px;
    border-left: 1px solid #eaeaea;
}
.slide-date>div:last-child{
    border-right: 1px solid #eaeaea;
}
.slide-date>div p{
    color: #353535;
    text-align: center;
}
.slide-date>div .date-top{
    font-size: 12px;
}
.slide-date>div .date-bottom{
    font-size: 11px;
}
.slide-date>div.active p{
    color: #10a1fe;
}
.slide-date>div.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #10a1fe;
    transform: translateY(10px);
}
.select-expert-type{
    width: 100%;
    height: 10px;
    padding-left: 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f4f4f4;
}
.select-expert-type select{
    background: none;
    border: 0;
    outline: none;
}
.expert{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 0 19px 0;
    border-bottom: 1px solid #ebebeb;
}
.expert .left{
    width: 66px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}
.expert .left img{
    width: 50px;
}
.expert .right{
    width: 100%;
    padding-right: 9px;
}
.expert .right .introduction {
    font-size: 12px;
    padding-right: 24px;
    margin-top: 9px;
    margin-bottom: 20px;
}
.expert .right .right-top{
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.expert .right-top>div{
    height: 100%;
}
.expert .right .doctor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.expert .right .doctor-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.expert .right .doctor span{
    font-size: 17px;
    color: #353535;
}
.expert .right .doctor div{
    width:fit-content;
    width:-moz-fit-content;
    height: 16px;
    border-radius: 6px;
    background: #9dd8ff;
    color: #fff;
    font-size: 11px;
    margin-left: 4px;
}
.expert .right-top p{
    font-size: 12px;
    color: #767676;
}
.expert .right .doctor-score{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.expert .right .doctor-score span{
    font-size: 9px;
    color: #868686;
}
.expert .right .doctor-score img{
    width: 8px;
}
.expert .right .doctor-score .doctor-score-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.expert .right .doctor-score .doctor-score-img img{
    margin-left: 2px;
}
.expert .right>p{
    font-size: 11px;
    color: #9b9b9b;
    margin: 8px 0 12px 0;
}
.appointment{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 36px;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f4f4;
}
.appointment+.appointment{
    margin-top: 5px;
}
.appointment-left{
    width: 100%;
    height: 100%;
    padding: 0 18px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.appointment-left span{
    font-size: 12px;
    color: #353535;
}
.appointment-right{
    width: 58px;
    height: 100%;
    background: #10a1fe;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 11px;
}
.loading{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.loading img{
    width: 25px;
    height: 25px;
}