.expert-banner {
    width: 100%;
    height: 6.2rem;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 6.2rem;
    position: absolute;
}
.art-logo{
    width: 2.38rem;
    height: 2.38rem;
}
.play-btn-sm{
    width: 0.56rem;
    height: 0.56rem;
    margin: -1.5rem auto;
}
.expert-reservation-content {
    width: 100%;
    background-color: #66c2ce;
    box-shadow: 0rem 0.07rem 0.17rem 0.01rem rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem 0.3rem 0 0;
    position: absolute;
    top: 5.4rem;
}

.expert-reservation{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0.28rem 0 0.4rem;
}
.expert-reservation-name{
    font-family: NotoSansHans-Regular;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.01rem;
    color: #ffffff;
}
.expert-reservation-line{
    width: 0.04rem;
    height: 0.55rem;
    background-color: #ffffff;
}
/*expert-reservation-info*/
.expert-reservation-info{
    background-color: #ffffff;
    position: relative;
    margin-top: 0.24rem;
    padding: 0.72rem 0.68rem;
    border-radius: 0.3rem 0.3rem 0 0;
    border-bottom: solid 0.02rem #dcdcdc;;
}


.expert-reservation-one{
    border-bottom: solid 0.02rem #dcdcdc;
    padding-bottom: 0.76rem;
}
.expert-reservation-header{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.expert-name{
    font-family: NotoSansHans-Medium;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    letter-spacing: 0.01rem;
    color: #2c3e50;
    opacity: 0.9;
}
.expert-name-en{
    margin-left: 0.23rem;
    font-family: NotoSansHans-Medium;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    letter-spacing: 0.01rem;
    color: #2c3e50;
    opacity: 0.9;
}
.expert-position{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.38rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.7;
    margin-top: 0.33rem;
}
/*service-items-container*/
.service-items-container{
    margin-top: 0.73rem;
    background-color: #ffffff;
}
.service-items-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.service-items-title{
    font-family: NotoSansHans-Medium;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.9;
}
.expand-collapse-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: NotoSansHans-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    letter-spacing: 0.006rem;
    color: #009aad;
    opacity: 0.6;
}
.expand-collapse-icon{
    width: 0.7rem;
}
/*service-items-list*/
.service-items-list{
    margin-top: 0.37rem;
}
.service-items-ul{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.7;
}
.service-items-more{
    display: none;
}










/*related-articles*/
.related-articles{
    padding: 0 0.68rem;
    background-color: #ffffff;
}
.related-articles-title{
    font-family: NotoSansHans-Medium;
    font-size: 0.46rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.62rem;
    letter-spacing: 0.009rem;
    color: #66c2ce;
}
.related-articles-ul{
    padding-top: 0.6rem;
}
.related-articles-li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.18rem 0;
    border-bottom: 0.03rem solid #dcdcdc;
}
.related-articles-li:first-child{
    padding-top: 0;
}
.related-articles-li:last-child{
    border-bottom: none;
}
.related-articles-logo{
    width: 2.38rem;
    height: 2.38rem;
    background-color: #bcbcbc;
    border-radius: 0.1rem;
    object-fit: cover;
}
.related-articles-info{
    width: 100%;
    height: 2.38rem;
    margin-left: 0.33rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.related-articles-name{
    font-family: NotoSansHans-Medium;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.8;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related-articles-desc{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #949494;
    opacity: 0.8;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
