.videoSection {
    width: 750rpx;
    height: 428rpx;
}

.readAuthorSection {
    width: 100%;
    height: 152rpx;
    display: flex;
    /* justify-items: center; */
    align-items: center;
    border-bottom: solid 2rpx #f0f1f5;
}

.readAuthorSection .avatar {
    width: 108rpx;
    height: 108rpx;
    border-radius: 50%;
    margin-left: 22rpx;
}

.readAuthorSection .nickName {
    margin-left: 20rpx;
    width: 160rpx;
    height: 46rpx;
    font-size: 32rpx;
    color: #101010;

}

.readAuthorSection .like {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90rpx;
    width: 160rpx;
    height: 60rpx;
    border: 2rpx solid rgba(255, 152, 0, 1);
    font-size: 28rpx;
    border-radius: 30rpx;
    text-align: center;
    /* line-height: 60rpx; */
    color: #ff9800;
}

.readAuthorSection .like image {
    width: 36rpx;
    height: 36rpx;
    margin-right: 15rpx;

}

.readAuthorSection .follow {
    margin-left: 12rpx;
    width: 160rpx;
    height: 60rpx;
    border: 2rpx solid #259b24;
    font-size: 28rpx;
    border-radius: 30rpx;
    text-align: center;
    line-height: 60rpx;
    color: #259b24;
}

.userSection {
    width: 100%;
    height: 166rpx;
    border-bottom: solid 2rpx #f0f1f5;
}

.userSection .peopleNum {
    display: flex;
    align-items: center;
    margin: 10rpx 0 0 24rpx;
}

.peopleNum .peoplesIcon {
    width: 28rpx;
    height: 28rpx;
    margin-right: 10rpx;
}

.peopleNum .title {
    font-size: 24rpx;
    color: #5d5d5d;
    height: 24rpx;
    line-height: 24rpx;
}

.userSection .scrollWrapper {
    display: flex;
    margin-top: 16rpx;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

.userSection .avatarRow {
    display: flex;
    align-items: center;
}

.userSection .avatarRow .userItem {
    display: felx;
    justify-items: center;
    width: 100rpx;
    height: 100rpx;
    margin-left: 18rpx;
}

.avatarRow .userItem image {
    width: 96rpx;
    height: 96rpx;
    border-radius: 50%;
}

.commentSection {
    width: 100%;
    height: 180rpx;
}

.commentSection .title {
    height: 44rpx;
    font-size: 32rpx;
    line-height: 44rpx;
    margin-left: 20rpx;
    margin-bottom: 10rpx;
}

.commentSection .commentInput {
    width: 720rpx;
    height: 60rpx;
    margin: 0 auto;
    background: #f0f1f5;
    color: #545454;
    font-size: 28rpx;
    line-height: 60rpx;
    text-indent: 20rpx;
}

.commentArea {
    width: 100%;
}

.commentArea .commentItem {
    width: 704rpx;
    height: 240rpx;
    border-bottom: solid 2rpx #f0f1f5;
    margin: 0 auto 200rpx;
    display: flex;
    position: relative;
}

.commentItem .commentCore {
    margin-left: 14rpx;
    width: 600rpx;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.commentItem .avatar {
    border-radius: 50%;
    width: 96rpx;
    height: 96rpx;
    margin-top: 18rpx;
}

.commentItem .nickName {
    margin-top: 18rpx;
    height: 44rpx;
    font-size: 32rpx;
    color: #000;
    font-family: PingFangSC-Regular;
}

.commentItem .time {
    width: 200rpx;
    height: 44rpx;
    font-size: 32rpx;
    color: #686868;
}

.commentItem .gut {
    margin-top: 12rpx;
    width: 420rpx;
    height: 44rpx;
    font-size: 32rpx;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commentItem .commentAll {
    margin-top: 10rpx;
    width: 263rpx;
    height: 50rpx;
    background: #f0f1f5;
    font-size: 32rpx;
    color: #61ca54;
    text-indent: 20rpx;
    border-radius: 12rpx;
}

.commentItem .btnWrapper {
    position: absolute;
    top: 10rpx;
    right: 10rpx;
    display: flex;
    align-items: center;
}

.btnWrapper .commentBtn {
    width: 32rpx;
    height: 30rpx;
    margin-left: 8rpx;
}

.btnWrapper .commentText,
.likeText {
    width: 58rpx;
    height: 40rpx;
    color: #545454;
    font-size: 28rpx;
    line-height: 40rpx;
    margin-left: 8rpx;
}

.btnWrapper .likeBtn {
    width: 32rpx;
    height: 28rpx;
    margin-left: 8rpx;
}

/**底部按钮区域**/
.footSection {
    width: 750rpx;
    height: 192rpx;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blackbord {
    width: 100%;
    height: 192rpx;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.readingBtn {
    width: 148rpx;
    height: 148rpx;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.footerBtn {
    display: flex;
    flex-direction: column;
    margin-top: 60rpx;
}

.collectBtn {
    margin-left: 80rpx
}

.shareBtn button {
    display: flex;
    flex-direction: column;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #f7f7f7;
}

button::after {
    width: 0;
    height: 0;
    top: 0;
    left: 0
}

.shareBtn {
    margin-right: 80rpx;
    padding: 0;
    background: #fff;
}

.footerBtn image {
    width: 50rpx;
    height: 48rpx;
    display: block;
    margin: 0 auto 18rpx;
}

.footerBtn text {
    width: 112rpx;
    height: 40rpx;
    line-height: 40rpx;
    font-size: 28rpx;
    color: #414141;
    text-align: center;
}

.footSection .microphone {
    display: block;
    margin: -6rpx auto 0;
    width: 108rpx;
    height: 106rpx;
}

.footSection .readingBtn text {
    margin-top: -10rpx;
}