body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #232f3e;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

.displayed {
    /*margin-left: 3%;*/
    /*margin-right: 3%;*/
    /*padding: 0 10px;*/
    display: flex;
    justify-content: center;
    box-sizing: content-box;
    position: relative;
}

.split-line {
    width: 100%;
    height: 1px;
    background-color: #E3E5E7;
}

.thisNews {
    position: sticky;
    height: fit-content;

    width: 75%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: 30px;
    background-color: rgba(231, 231, 231, 0.17);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.theNews {
    float: left;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
}

.player-bio {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: rgba(231, 231, 231, 0.17);
    box-shadow: rgba(0, 0, 0, 0.03) 0 5px 20px 0;
    margin-bottom: 20px;
    position: relative;
    min-height: 226px;
    border-radius: 8px;
}

.player-bio .intro {
    flex-grow: 1;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 0 18px 0;
    border-radius: 0;
    overflow: auto;
}
.player-bio .intro .name {
    display: flex;
    align-items: center;
}
table.data {
    width: 100%;
}
.introduce {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}
table.data tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px 0px 11px;
    border-bottom: 1px solid #EDEFF2;
}
table.data tbody tr {
    position: relative;
    display: flex;
    padding-bottom: 4px;
    padding-top: 3px;
    flex: 0 0 50%;
}
.avatar {
    width: 35%;
    text-align: center;
    position: relative;
    padding: 3%;
}
#avatar {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 226px;
    max-width: 226px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.feedback {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 10px auto 3%;
}

.shareToolbar {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
    position: relative;
}

.toolbar-left {
    display: flex;
    width: 40%;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    padding: 16px 10px 12px 10px;
    background-color: rgba(231, 231, 231, 0.17);
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
}

.toolbar-warp {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
}

.toolbar-right {
    display: flex;
    width: 55%;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(231, 231, 231, 0.17);
    padding: 16px 10px 12px 10px;
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
}

.share-warp {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

label {
    display: block;
    margin-bottom: 10px;
}

.write {
    height: 70%;
    margin-top: 20px;
    margin-bottom: 15px;
}
.write textarea {
    width: 100%;
    height: 80%;
    margin-top: 10px;
    border-radius: 5px;
    box-sizing: border-box; /*元素的总高度和宽度包含内边距和边框宽度*/
    color: rgb(93 87 87);
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(79, 0, 0, 0.5);
    transition: 0.2s; /*设置元素的属性值发生变化时触发过渡效果持续的时长*/
    outline: none;
    padding: 5px 10px; /*当前元素离父元素边界的距离(上、右、下、左），这里表示上下为0像素，左右为10*/
    letter-spacing: 1px; /*字符间距*/
    resize: none; /* 禁用 textarea 的调整大小功能 */
}
.write .comm-btn {
    margin-top: 5px;
    margin-left: 80%;
    padding: 9px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    background-color: #93ffd1;
    color: #111;
}

.panel-box {
    max-height: 240px;
    overflow-y: auto;
}

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    position: relative;
    margin: auto;
}
.smail-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    width: 100%;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

#Other .displayed .thisNews .theNews .mdui-panel .mdui-panel-item .cards-wrapper .arrow-left,
#Other .displayed .thisNews .theNews .mdui-panel .mdui-panel-item .cards-wrapper .arrow-right {
    position: absolute;
    top: calc(50% - 20px);
    background-color: #fff;
}
#Other .displayed .thisNews .theNews .mdui-panel .mdui-panel-item .cards-wrapper .arrow-left {
    left: 0px;
}
#Other .displayed .thisNews .theNews .mdui-panel .mdui-panel-item .cards-wrapper .arrow-right {
    right: 0px;
}
.smail-card {
    width: 190px;
    height: 240px;
    position: relative;
    display: inline-block;
    float: none;
    box-sizing: border-box;

    flex: 0 0 auto;
    margin: 10px 5px 10px 2%;
    /*background-color: #ffffff;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    /*list-style: none;*/
    /*float: left;*/
    /*text-overflow: ellipsis;*/
    background-size: 100%;
    background-repeat: no-repeat;
    /*text-align: justify-all;*/
}

.timeline {
    position: relative;
    margin: 2rem 0;
    padding-left: 2rem;
    border-left: 3px solid #0d6efd;
}
.timeline-item {
    position: relative;
    margin-bottom: 2rem;
}
.timeline-item::before {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: 0.3rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 3px solid #0d6efd;
    border-radius: 50%;
    z-index: 1;
}
.timeline-time {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}
.timeline-content {
    background: rgba(231, 231, 231, 0.17);
    padding: 1rem 1.2rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.recommend {
    width: 25%;
    height: auto;
    flex: none;
    margin: 3% auto 3% 0;
    padding: 20px;
    position: relative;
    /*pointer-events: none;*/
    background-color: rgba(231, 231, 231, 0.17);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rec-list {

}

.page-card-small {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 15px;
    margin: auto 10px 12px;
}

.page-card-small a {
    color: #222;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s;
}

.card-title {
    color: #111111;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-break: anywhere;

    margin-block-start: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
}

.card-author {
    color: #9499a0;
    cursor: pointer;
    margin: 2px 0;
    transition: color 0.3s;
    display: inline-flex;

    align-items: center;
    width: 100%;
    height: 100%;
}
.news-comments {
    margin-top: 20px;
}

.comment {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
}

.comment-user {
    display: flex;
}
.comment-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-content {
    margin-left: 10px;
}
.comment-content .commentTime {
    color: #9499a0;
    cursor: pointer;
    margin: 2px 0;
    font-size: 12px;
    transition: color 0.3s;
    display: inline-flex;

    align-items: center;
    width: 100%;
}
.comment-content .commentComm{
    margin-left: 2px;
    font-size: 15px;
    line-height: 24px;
    width: 100%;

}

.fab-button {
    width: auto;
    height: 48px;
    padding: 6px !important;
    border-radius: 24px;
    background-color: #8ab4f8 !important;
}

