.detail-block { margin: 100px 0 0; color: #8a200b; }
.profile { position: relative; }
.profile .photo { float: left; width: 184px; height: 221px; margin-right: 24px; }
.profile .photo img { width: 100%; height: 100%; border-radius: 6px; object-fit: cover; }
.profile .desc { position: absolute; left: 205px; bottom: 0; width: 684px; }
#teacherName { font-family: PingFangSC-Semibold; font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 10px; }
.profile .row { font-family: PingFangSC-Light; font-size: 18px; color: #fff; line-height: 28px; text-align: justify; }
.detail-block h1 { font-family: PingFangSC-Semibold; font-size: 24px; color: #fff; font-weight: bold; margin-top: 54px; }
.detail-content { padding-top: 17px; font-family: STHeitiSC-Light; font-size: 16px; color: #fff; line-height: 24px; }
.detail-content p { margin-bottom: 14px; font-family: PingFangSC-Light; font-size: 18px; color: #fff; line-height: 28px; }

.sidebar { position: absolute; background: #fff5e5; border: 2px solid #feb74c; border-radius: 20px; width: 95px; height: 236px; left: 50%; margin-left: 499px; top: 0px; }
.scroll-content { height: 200px; padding: 15px 0 20px 0; }
.sidebar-nav { height: 100%; overflow: auto; scrollbar-width: thin; scrollbar-color: #feb74c #fff5e5; }
.sidebar-nav::-webkit-scrollbar { width: 3px; }
.sidebar-nav::-webkit-scrollbar-thumb { border-radius: 10px; background: #feb74c; }
.sidebar-nav li { cursor: pointer; font-family: STHeitiSC-Light; font-size: 16px; color: #8a200b; line-height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; justify-content: center; }
#deedsNav a { font-family: PingFangSC-Regular; font-size: 16px; color: #321e0e; letter-spacing: 0; line-height: 32px; }
#deedsNav p { width: 79px; height: 29px; line-height: 29px; text-align: center; }
#deedsNav .selectP { color: #fff; background: #feb74c; background-size: cover; border-radius: 4px; }

.aside_img, .aside1 { display: none; }